@charset "UTF-8";

/*=================================================
				reset
=================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
h1, h2, h3, h4, h5, h6{
	font-weight : 500;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	border: none;
	color: #444;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #222;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
}
select::-ms-expand {
	display: none;
}
/*
* {
	appearance: none;
	-webkit-appearance: none;
}
*/
/*=================================================
				base
=================================================*/
html {
	font-size: 62.5%;/*10px*/
}
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #444444;
	font-size: 1.4rem;
	background-color: #ffffff;
	font-feature-settings: "palt";/*文字詰め*/
}
h2 {
	font-size: 2.4rem;
}
h3 {
	font-size: 1.6rem;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-bottom: 10px;
}
h4 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 6px;
}
p {
	margin-bottom: 1.4rem;
	line-height: 1.5;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:hover {
    transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	cursor: pointer;
}
img {
	vertical-align: bottom;
}

main{
	margin-bottom: 50px;
}

@media(min-width:769px) {
	h2 {font-size: 3rem;}
	h3 {font-size: 1.8rem;}
}

/*=================================================
				module
=================================================*/
.mt-0 {margin-top: 0px !important}
.mt-05 {margin-top: 5px !important}
.mt-10 {margin-top: 10px !important}
.mt-15 {margin-top: 15px !important}
.mt-20 {margin-top: 20px !important}
.mt-25 {margin-top: 25px !important}
.mt-30 {margin-top: 30px !important}
.mt-35 {margin-top: 35px !important}
.mt-40 {margin-top: 40px !important}
.mt-45 {margin-top: 45px !important}
.mt-50 {margin-top: 50px !important}
.mt-80 {margin-top: 80px !important}
.mt-100 {margin-top: 100px !important}

.mr-0 {margin-right: 0px !important}
.mr-05 {margin-right: 5px !important}
.mr-10 {margin-right: 10px !important}
.mr-15 {margin-right: 15px !important}
.mr-20 {margin-right: 20px !important}
.mr-25 {margin-right: 25px !important}
.mr-30 {margin-right: 30px !important}
.mr-35 {margin-right: 35px !important}
.mr-40 {margin-right: 40px !important}
.mr-45 {margin-right: 45px !important}
.mr-50 {margin-right: 50px !important}

.ml-0 {margin-left: 0px !important}
.ml-05 {margin-left: 5px !important}
.ml-10 {margin-left: 10px !important}
.ml-15 {margin-left: 15px !important}
.ml-20 {margin-left: 20px !important}
.ml-25 {margin-left: 25px !important}
.ml-30 {margin-left: 30px !important}
.ml-35 {margin-left: 35px !important}
.ml-40 {margin-left: 40px !important}
.ml-45 {margin-left: 45px !important}
.ml-50 {margin-left: 50px !important}
.ml-60 {margin-left: 60px !important}
.ml-70 {margin-left: 70px !important}
.ml-80 {margin-left: 80px !important}
.ml-90 {margin-left: 90px !important}
.ml-100 {margin-left: 100px !important}
.ml-160 {margin-left: 160px !important}
.ml-20p {margin-left: 20% !important}

.mb-0 {margin-bottom: 0px !important}
.mb-05 {margin-bottom: 5px !important}
.mb-10 {margin-bottom: 10px !important}
.mb-15 {margin-bottom: 15px !important}
.mb-20 {margin-bottom: 20px !important}
.mb-25 {margin-bottom: 25px !important}
.mb-30 {margin-bottom: 30px !important}
.mb-35 {margin-bottom: 35px !important}
.mb-40 {margin-bottom: 40px !important}
.mb-45 {margin-bottom: 45px !important}
.mb-50 {margin-bottom: 50px !important}
.mb-60 {margin-bottom: 60px !important}
.mb-70 {margin-bottom: 70px !important}
.mb-80 {margin-bottom: 80px !important}

.ma-0{margin: 0 auto;}
.ma-20{margin: 20px auto;}
.ma-30{margin: 30px auto;}
.ma-50{margin: 50px auto;}

.m-5{margin: 5px;}
.m-5r{margin: 5%;}

.p-0{padding: 0 !important;}
.p-5r{padding: 5% !important;}
.pt-30{padding-top: 30px !important;}
.pt-50{padding-top: 30px !important;}
.pl-30{padding-left: 30px !important;}

.w20{width: 20% !important;}
.w30{width: 30% !important;}
.w35{width: 35% !important;}
.w40{width: 40% !important;}
.w45{width: 45% !important;}
.w50{width: 50% !important;}
.w55{width: 55% !important;}
.w60{width: 60% !important;}
.w65{width: 65% !important;}
.w70{width: 70% !important;}
.w75{width: 75% !important;}
.w80{width: 80% !important;}
.w90{width: 90% !important;}
.w95{width: 95% !important;}
.w100{width: 100% !important;}

.fs12{font-size: 1.2rem;}
.fs15{font-size: 1.5rem;}
.fs18{font-size: 1.8rem;}
.fs20{font-size: 2rem;}

.float-l {float: left;}
.float-r {float: right;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	font-size: 0;
}
.dsp-block{
	display: block;
	overflow: hidden;
}
.dsp-pc{display: none}
.txt-right{text-align: right;}
.i-block{display: inline-block;}

.ff-mincho {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","Sawarabi Mincho",serif;}
.ff-gothic{	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

.icon-s{
	width: 1.5rem;
    vertical-align: middle;
	margin-bottom: 0.4rem;
}

.wrap-w01c,.wrap-w12c,.wrap-w13c,.wrap-w14c{/* PCでの横幅固定&nbsp;中央寄せ */
	display: block;
	position: relative;
}
.wrap100{
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
@media(min-width:769px) {
	.pw30{width: 30% !important;}
	.pw33{width: 33.3% !important;}
	.pw35{width: 35% !important;}
	.pw40{width: 40% !important;}
	.pw45{width: 45% !important;}
	.pw50{width: 50% !important;}
	.pw55{width: 55% !important;}
	.pw60{width: 60% !important;}
	.pw65{width: 65% !important;}
	.pw70{width: 70% !important;}
	.pw80{width: 80% !important;}
	.pw90{width: 90% !important;}
	.p-center{margin: auto;}

	.wrap-w01c{
		max-width: 1000px;
		margin: 0 auto;
	}
	.wrap-w12c{
		max-width: 1200px;
		margin: 0 auto;
		display: block;
		position: relative;
		overflow: hidden;
	}
	.wrap-w13c{
		max-width: 1300px;
		margin: 0 auto;
		display: block;
		position: relative;
		overflow: hidden;
	}

	.wrap-w14c{
		max-width: 1400px;
		margin: 0 auto;
		display: block;
		position: relative;
	}
	.dsp-sp{display: none;	}
	.dsp-pc{display: block;}
	.float-l-pc{float: left;}
	.float-r-pc{float: right;}

}

/*=================================================
				Parts
=================================================*/
.bg-white{
	background-color: #fff;
}
.bg-gray{
	background-color: #f0f0f0;
}
.bg-green{
	background-color: #e9f1e7 !important;
}
.bg-pink{
	background-color: #ffc0cb !important;
}
.box-border{
	border: solid 1px #ddd;
	padding: 15% 5%;
	width: 95%;
	margin: 50px auto;
}
.box-border p{
	line-height: 2.5;
	margin-bottom: 50px;
}
.box-border .img-logo,.box-none-border .img-logo{
	width: 50%;
	margin-bottom: 50px;
}

.box-none-border .img-logo{
	width: 50%;
}

.sliderA{
	background-image: url('../img/bg_sliderA.jpg');
	background-repeat: repeat;
	width: 100%;
	padding: 5%;
	text-align: left;
}
.sliderA li{
    margin: 0 0 5%;
}
.sliderA li:nth-child(n+4){
	display: none;
}
.sliderA .bg-white{
	padding: 5%;
}
.img-sliderA{
	width: 100%;
}
.sliderA .head-sliderA{
	line-height: 1.5;
    margin-bottom: 5px;
}
.sliderA .tab{
	display: inline-block;
	font-size: 1.3rem;
	margin: 3px 1% 3px 0;
	text-align: center;
	text-justify: inter-ideograph;
	color: #fff;
	width: 23%;
	padding: 2px;
}
.sliderA .dsp-pc{
	margin: 3%;
}
.title-sliderA
{
	color: #4e4e4e;
    text-decoration: underline #4e4e4e;
    margin: 0 0 10px 10px;
}
.sliderB{
	display: block;
	position: relative;
	width: 100%;
}
.sliderB li{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: relative;
	height: 60vw;
	font-size: 1rem;
}
.wrap-sliderB-1{
	height: 50%;
}
.wrap-sliderB-2{
	background-image: linear-gradient(rgba(255,255,255, 0.8),rgba(255,255,255, 0.8));
	height: 50%;
	padding: 0 10%;
	display: block;
	position: relative;
}
.dtl01-sliderB{
	display: inline-block;
	background-color: #668f5a;
	color: #fff;
	padding: 0 10px;
}
.dtl03-sliderB{
	color: #668f5a;
}
.btn01{
	background-color: #761e71;
	color: #fff;
	display: block;
	margin: 30px auto;
	padding: 16px;
	position: relative;
	text-align: center;
	width: 179px;
}
.green{
	border-color: #668f5a!important;
	background-color: #668f5a!important;
	}
.btn02{
	display: block;
	position: absolute;
	color: #fff;
	margin: 0 0 0 auto;
	padding: 10px;
	position: relative;
	left: auto;
	right: 0;
	text-align: center;
	width: 55%;
    transition: all 800ms 0s ease;
}
.btn03{
	border: 2px solid #fff;
	display: inline-block;
	margin: 5px 1%;
	padding: 14px;
	text-align: center;
	width: 45%;
	overflow: hidden;
}
.btn03 .fa{margin-right: 8px;}
.btn04{
	color: #fff;
	display: block;
	background-color: #585461;
	padding: 5px 0;
	margin-left: 10px;
	text-align: center;
	width: auto;
	box-shadow:5px 5px 0px -1px #ded6c7;
	-moz-box-shadow:5px 5px 0px -1px #ded6c7;
	-webkit-box-shadow:5px 5px 0px -1px #ded6c7;
}
.btn05{
	border: solid 1px #668f5a;
	border-radius: 50px;
	color: #668f5a;
	padding: 5px;
}
.btn06{
	border: solid 1px #668f5a;
	border-radius: 13px;
	color: #668f5a;
	padding: 10px;
	display: inline-block;
	position: relative;
	width: 60%;
}
.content{
	margin-top: 50px;
    width: 100%;
    position: relative;
    display: block;
}
.content-title{
    font-size: 2.2rem;
    letter-spacing: 0.5rem;
    margin: 0 auto;
	padding-bottom: 10px;
}
.content-title-mean{
    font-size: 1.8rem;
}
.line-title{
	height: 4.5px;
	width: 130px;
	display: block;
	margin: auto;
	background-color: #761e71;
}
.link01{
	color: #761e71;
	border-bottom: 1px solid #761e71;
}
.link02{
	color: #761e71;
	border-bottom: 1px dotted #761e71;
	position: absolute;
	right: 20px;
}
.link02 .fa{
	margin-right: 8px;
}
.link03{
	border-bottom: 1px solid #fff;
}
.link04 {
	background-color: #e6e3e8;
    border: 1px solid #827f81;
	display: block;
	margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
.link04:hover {
	background-color: #222222;
    color: white;
    border: 1px solid #4f4e4f;
}
.link04 > .fa {
	line-height: 1.3;
}
.link05 {
	display: inline-block;
    border-bottom: 1px dotted #761f71;
	font-size: 1.4rem;
}
.pdf-thumb {
	max-width: 300px;
	margin: 0 auto;
}
.pdf-thumb-txt {
	text-align: center;
}
.link-pdf-thumb {
	display: block;
}
.link-pdf-thumb img {
	width: 100%;
	max-width: 300px;
}
.list-flex{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
}
.list-flex dt {
	margin-bottom: 5px;
}
.sq-list li{
	display: block;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 8px;
	left: 16px;
	width: calc(100% - 16px);
}
.sq-list li:before{
	content: "■";
	display: block;
	position: absolute;
	top: 0;
	left: -16px;
}
.listA li{
	margin: 8px auto 8px 25px;
	line-height: 1.5;
	display: block;
	position: relative;
}
.listA li:before{
	content: "◆";
	color: #761e71;
	position: absolute;
	left: -1.5em;
}
.listA.mark-green li:before{
	color: #668f5a;
}

.border-listA{
	border-top: 1px dotted #ccc;
}
.listA .border-listA{
	margin-left: -13px;
	width: 100%;
}

.txt01{
	text-align: left;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.5px;
	max-width: 90%;
	margin: 20px auto;
}
.b-txt{font-weight: 500;}
.first-text{font-size: 1.8rem;
			margin: 0 5%;
}
.red-txt{color: #dc2525;}
.white-txt{color: #fff;}
.violet-txt{color: #761e71;}
.green-txt{color: #668f5a;}
.violet-hr {border-top: 1px solid #761e71;}
.dotted-hr {border-top: 1px dotted #CCC;}
.green-leftborder{ border-left: 1px solid #668f5a!important;}
.wrap-content02{
	text-align: left;
	margin: 20px;
}
.s-title{
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.c-dtl{	text-align: left; width: 95%; margin: 0 auto;}
.center{text-align: center;}
.left{text-align: left;}

.flex-display{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
@media(min-width:544px) {
	.box-none-border .img-logo{
		width: 30%;
	}
}
/* */
@media(min-width:769px) {
	.sliderA{
		padding: 5px 0 50px;
	}
	.sliderA li{
		margin: 0 auto;
		}
	.sliderA li:nth-child(n+4){display: block;}
	.sliderA .bg-white {
	    margin: 0 8%;
		padding: 3% 0;
	}
	.head-sliderA{
		float: right;
		width: 58%;
	}
	.title-sliderA {font-size: 2.5rem;}
	.img-sliderA{
		width: 250px;
		height: 250px;
	}
	.sliderB li{
		height: 480px;
	}
	.wrap-sliderB-1{
		height: 5%;
	}
	.wrap-sliderB-2{
		background-image: none;
		height: 50%;
		width: 45%;
		padding: 0 3%;
		display: block;
		position: relative;
	}
	.dtl01-sliderB{
		display: inline-block;
		background-color: transparent;
		background-image: linear-gradient(rgba(102,142,90, 0.7),rgba(102,142,90, 0.7));
		color: #fff;
		letter-spacing: 1.5px;
		font-size: 1.8rem;
		padding: 5%;
		margin-bottom: 2px;
	}
	.box-dtl02{
		background-image: linear-gradient(rgba(255,255,255, 0.7),rgba(255,255,255, 0.7));
		padding: 5%;
		height: 250px;
		display: block;
		position: relative;
	}
	.dtl02-sliderB{
		font-size: 1.8rem;
	}
	.dtl03-sliderB{
		color: #668f5a;
		font-size: 1.5rem;
	}
	.box-border{
		width: 75%;
		font-size: 2rem;
	}
	.box-border p{
	    line-height: 3;
		letter-spacing: 0.8px;
	}

	.box-border .img-logo,
	.box-none-border .img-logo{
		width: 250px;
		margin: 100px auto;
	}

	.btn01{
		width: 268px;
	    border: 2px solid #761e71;
	    padding: 10px;
	    font-size: 2.3rem;
		transition: all 0.3s;
	}
	.btn01:after{
		content: url('../img/arrow_v.svg');
		opacity: 0;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -6.5px;
		transition: all 0.3s;
		line-height: 13px;
	}
	.btn01:hover:after{
		content: url('../img/arrow_v.svg');
		opacity: 1;
		right: 10px;
	}
	.btn01.green:after{
		content: url('../img/arrow_g.svg');
	}
	.btn01.green:hover:after{
		content: url('../img/arrow_g.svg');
	}

	.btn01:hover{
		background: #fff;
		color: #761e71;
		border-color: #761e71;
	}
	a.btn01.green:hover{
		border-color: #668f5a!important;
		background-color: #fff!important;
		color: #668f5a!important;
		}
	.btn03{
		width: 43%;
		margin: 10px 0 10px 2%;
		font-size: 1.6rem;
		position: relative;
	}
	.btn03 .fa {
		line-height: 1.3;
	}
	.btn03:after{
		content: url('../img/arrow_w.svg');
		opacity: 0;
		position: absolute;
		right: 50px;
		top: 50%;
		margin-top: -7.5px;
		transition: all 0.3s;
		line-height: 1.3;
	}
	.btn03:hover:after{
		content: url('../img/arrow_w.svg');
		opacity: 1;
		right: 30px;
	}
	.btn04{
		width: 350px;
		height: 40px;
		padding: 8px 30px;
		font-size: 1.8rem;
		margin: 0 auto;
	}
	.btn06:after{
		content: url('../img/arrow_w.svg');
		opacity: 0;
		position: absolute;
		right: 50px;
		top: 50%;
		margin-top: -7.5px;
		transition: all 0.3s;
		line-height: 1.3;
	}
	.btn06:hover:after{
		content: url('../img/arrow_w.svg');
		opacity: 1;
		right: 30px;
	}
	.btn05:hover,.btn06:hover{
		border-color: #fff;
		background-color: #668f5a;
		color: #fff;
	}
	.line-title{
		height: 5px;
	}
	.wrap-content01{
		width: 80%;
		margin: 0 auto;
		vertical-align: middle;
		padding: inherit;
		position: relative;
	}
	.content-title{
		font-size: 3rem;
		padding-bottom: 10px;
	}
	.first-text{
		font-size: 2.5rem !important;
		margin: 0;
	}
	.txt01{margin: 50px auto 10px;}
	.txt-dtl{
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.c-dtl{text-align: center !important;}
	.sq-list li{
		margin-bottom: 15px;
		line-height: 1.8;
	}
	.link02 {
		right: 30px;
	}
	.link04 {
		margin-left: auto;
		margin-right: 0;
	}
	.s-title{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.content-title-mean{
	    margin: 10px auto 35px;
	}

}

/*=================================================
				News
=================================================*/
#con-news h3.content-title{margin: 0 5%;}
.news{
    width: 90%;
    margin: 0 auto;
}
.news li{
	display: block;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #d0d0d0;
}
.news li:nth-child(n + 4) {
	display: none;
}
.news li a{
	display: block;
	overflow: hidden;
	color: #222;
}
.left-news{
    display: none;
}
.right-news{
    text-align: left;
	padding: 10px 0;
}
.right-news p{
	margin: 10px auto 0;
}
.cat-news{
    display: inline-block;
    text-align: center;
    padding: 2px;
    width: 80px;
    color: #fff;
    margin-right: 8px;
}
.cat-news-L{
	padding: 5px 0;
    width: 111px;
}
.restaurant .cat-news{
	background-color: #761e71;
}
.restaurant time{
	color: #761e71;
}
.wedding .cat-news{
	background-color: #668f5a;
}
.wedding time{
	color: #668f5a;
}
.event .cat-news{
	background-color: #50b8c4;
}
.event time{
	color: #50b8c4;
}
.topics .cat-news{
	background-color: #f39812;
}
.topics time{
	color: #f39812;
}


@media(min-width:769px) {
	#con-news h3.content-title{
		margin: 0 auto;
		font-size: 2.2rem;
	}
	.news {
		width: 100%;
	}
	.news li a{
		transition: background-color 0.8s;
		background-color: #fff;
	}
	.news li a:hover{
		background-color: #EFEFEF;
	}
	.news li:nth-child(n + 4) {
		display: block;
	}
	.icon-news{
		width: 100px;
		margin-left: 20px;
	}
	.left-news:last-child{
		border-bottom: none;
	}
	.right-news{
		padding: 25px 0 14px;
	}

}



@media(min-width:1200px) {
	#con-news{padding: 0;}

	.news{
		max-width: 1000px;
	}

	.right-news{
		float: right;
		width: 84%;
	}

	.left-news{
		float: left;
		display: block;
		height: 100px;
		width: 100px;
		padding-bottom: 20px;
		margin: 20px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;

	}

}


/*=================================================
				header
=================================================*/

.header{
	position: fixed;
	text-align: center;
	z-index: 9999;

}
.wrap-nav{
	background-color: #fff;
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
}
.header a{
	color: #222;
}
.header-logo{
	margin: 20px 10px 0 10px;
	border-bottom: 1px solid #ecebec;
}
.img-header{width: 140px;}
.box-header-title{ display: none;}
.dtl-head{
	margin: 10px auto;
	font-size: 2rem;
}
.dtl-head .fa{
	line-height: 3rem;
}
.header-menu{
	margin: 15px;
}
.header-menu li{
	font-size: 1.6rem;
	line-height: 2rem;
	text-align: left;
	width: 100%;
	margin: 2% 20px;
	position: relative;
}
.header-menu li a{
	display: block;
}

.header-menu li:after{
	content: "";
    background-image: url('../img/arrow_bk.svg');
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 8px;
    height: 15px;
    margin-top: -8px;
}

.header-menu .fa{
	margin-right: 5px;
	line-height: 1.2;
}
.sub-menu{
	margin-left: 2rem;
/*	background-color: #ecebec; */
	display: none;
}

.header a.btn01{
	padding: 12px;
    margin: 15px auto;
    color: #fff;
}

.header a.btn01 .fa{
	margin-right: 8px;
}

.active{
	display: block;
}

@media(min-width:769px) {
	.header{
		background-color: #fff;
		display: block;
		position: fixed;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
		/* box-shadow */
		box-shadow:9px 9px 25px -7px #e3e3e3;
		-moz-box-shadow:9px 9px 25px -7px #e3e3e3;
		-webkit-box-shadow:9px 9px 25px -7px #e3e3e3;
	}
	.header:after{
		content: " ";
		position: fixed;
		top: 60px;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 45px 112.5px 0 112.5px;
		border-color: #ffffff transparent transparent transparent;
		z-index: -1;
		/* box-shadow */
		box-shadow:3px 42px 37px -13px #e3e3e3 inset;
		-moz-box-shadow:3px 42px 37px -13px #e3e3e3 inset;
		-webkit-box-shadow:3px 42px 37px -13px #e3e3e3 inset;
		}
	.wrap-nav{
		width: 100%;
	}
	.img-header {
		width: 120px;
		margin: 5px 55px;
	}
	.header-logo{
		margin: 0;
		border-bottom: none;
	}
	.header-menu{
		position: absolute;
	    top: 50%;
	    right: 170px;
	    margin-top: -10.5px;
	    margin-right: 1.5%;
	    width: 500px;
	}
	.header-menu li{
		font-size: 1.4rem;
		margin: 0 4% 5px 0;
		width: auto;
	}
	.header-menu li:after{
		content: none;
	}
	.header-menu li:last-child{
		margin-right: 0;

	}

	.header-menu li a:after{
		content: "";
		opacity: 0;
		display: block;
		position: relative;
		border-bottom: 1px solid #761e71;
		width: 0%;
		bottom: -5px;
		margin: 0 auto;
		transition: all 0.4s;
	}
	.header-menu li a:hover:after{
		opacity: 1;
		width: 100%;
	}
	.sub-menu{
		display: none;
	}
	.box-head{
		border-left: 1px solid #761e71;
		color: #761e71;
		font-size: 1.5rem;
		padding: 0;
		line-height: 1.8;
		height: 100%;
		width: 200px;
		min-width: 180px;
	}
	.box-head span {
		line-height: 2;
		font-size: 1.4rem;
	}
	a.rv-head{
		background-color: #761e71;
		color: #fff;
		display: block;
		width: 100%;
		font-size: 1.8rem;
	}
	.rv-head .fa{
		line-height: 1.5;
		margin-right: 3px;
	}
	.box-head span .fa{
	line-height: 1.4;
    margin-right: 5px;
    font-size: 2rem;
	}
}
@media(min-width:1200px) {
	.header{
		height: 93px;
	}
	.header:after{
		top: 93px;
		}
	.img-header{
		width: 160px;
		margin: 5px 35px;
	}

	.header-menu {
		right: 250px;
		width: 570px;
	}
	.header-menu li{
		font-size: 1.7rem;
	}
	.box-head{
		line-height: 2.5;
		width: 250px;
		position: relative;
	}
	a.rv-head{
		font-size: 2rem;
	}
	.rv-head .fa{
		line-height: 2.5;
		margin-right: 3px;
	}
	.box-head span {
		line-height: 3.2;
		font-size: 1.6rem;
		position: absolute;
	    left: 72px;
	    top: 50%;
	}
	.box-head span .fa{
		font-size: 2.5rem;
		margin-right: 5px;
		line-height: 2;
	}
	.box-header-title{
		display: block;
	    text-align: left;
	    float: left;
	    top: 27%;
	    position: absolute;
	    left: 250px;
		width: 100%;
	}
	.box-header-title p{
		margin: 0;
	}
	.box-header-title h1{
		font-size: 1.8rem;
	}
}
/*=================================================
				footer
=================================================*/

.under{
	width: 100%;
	height: 50px;
}

.wrap-footer{
    background: #222;
    color: #fff;
	display: block;
	position: relative;
	width: 100%;
    text-align: center;
    overflow: hidden;
}

.wrap-footer a{
	color: #fff;
	vertical-align: middle;
}

/* TOPへ */
.wrap-top{
	background: #fff;
	display: block;
	height: 30px;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}
.wrap-top-home {
	display: block;
	height: 30px;
	position: relative;
	text-align: center;
	top: 0;
	width: 100%;
}
.wrap-top-btn01{
	background: #222;
    font-family: FontAwesome;
    font-size: 3rem;
    display: block;
    position: absolute;
    margin-left: -30px;
    height: 30px;
	left: 50%;
	bottom: -5px;
    width: 60px;
	border-radius: 60px 60px 0 0;
	-moz-border-radius: 60px 60px 0 0;
	-webkit-border-radius: 60px 60px 0 0;
}
.wrap-top-btn01 img{
	width: 35%;
	margin: 15% auto 10px;
}
/* MAP */
.map-footer{
	width: 100%;
	/*height: calc(100% - 365px);*/
	height: 180px;
    min-height: 100px;
    border: 10px solid #222;
    background-color: #ecebec;
    position: relative;
    z-index: 30;
}
#map_canvas,#map_canvas02{
	height: 100%;
}
.content-footer{
	display: block;
	line-height: 1.2;
    position: relative;
    margin: 0 auto 20px auto;
}
.left-footer{
	text-align: left;
    margin: 20px 20px 0;
    position: relative;
	letter-spacing: 1px;
}
.left-footer p{
	font-size: 1.2rem;
}
p.name-footer{
	font-size: 1.5rem;
}
.sns li{
	display: inline-block;
	font-size: 2.5rem;
	width: 2.5rem;
	margin-right: 8px;
}
.fb-footer {
	padding: 20px 0;
	width: 100%;
}
.wrap-logo-footer{
	position: relative;
}

.logo-footer{
	width: 179px;
	margin: 5% auto;
}

.right-footer{
	position: relative;
    bottom: 0;
}

.policy{
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1rem;
}
.copy-home {
	font-size: 1.2rem;
	position: absolute;
    bottom: 0;
    background-color: #222;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    line-height: 2.8rem;
}
.copy{
	background-color: #222;
	border-top: 1px solid #ecebec;
	line-height: 2;
	bottom: 0;
	display: block;
	font-size: 1rem;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	padding: 5px 0;
}
@media(min-width:544px) {
	.map-footer{
		height: 360px;
	}

}
@media(min-width:769px) {
	/* TOPへ */
	.wrap-top{
		height: 50px;
		top: 0;
	}
	.wrap-top-btn01{
	    height: 65px;
	    bottom: -15px;
	    width: 130px;
	    margin-left: -65px;
		border-radius: 130px 130px 0 0;
		-moz-border-radius: 130px 130px 0 0;
		-webkit-border-radius: 130px 130px 0 0;
	}
	.wrap-top-btn01 .fa{
		font-size: 6rem;
		margin-top: -5px;
		font-weight: 50;
	}

	.top-btn01{
	    top: 30px;
	}
	.map-footer{
		border: 20px solid #222;
/*		height: calc(100% - 635px); */
		height: 400px;

	}
	.content-footer{
	    margin: 20px auto 50px;
	}
	.left-footer{
		float: left;
		width: 30%;
	    margin: 137px 0 0;
		top: auto;
		bottom: 20px;
	}
	.left-footer p{
		font-size: 1.4rem;
	}
	p.name-footer{
		font-size: 2rem;
    	margin-bottom: 10px;
	}
	.right-footer{
		float: right;
		width: 70%;
	    margin-top: 3.5%;
	}
	.menu-footer{
		display: flex;
	}
	.menu-footer a:hover{
		opacity: 0.5;
	}
	.menu-footer ul{
		flex: auto;
	    width: 32%;
	    text-align: left;
	    margin-top: 5px;
	    font-size: 1.8rem;
	}
	.menu-footer li{
		margin: 10px 10px 15px;
	}
	.menu-footer li:before{
		content: " ";
		background-image: url('../img/arrow_w.svg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin-right: 8px;
		width: 10px;
		height: 10px;
		display: inline-block;
		line-height: 1.8rem;
	}
	.menu-footer li.child-list{
		margin-left: 2.5rem;
	}
	.menu-footer li.child-list:before{
		font-size: 1.5rem;
		margin-bottom: 5px;
		content: "-";
		background: none;
	}
	.block-footer .title-footer{
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.block-footer dt:before{
		content: "-";
		margin-right: 0.5rem;
		background-image: none;
	}
	.wrap-logo-footer{
		top: auto;
	}
	.logo-footer{
		width: 179px;
	    position: absolute;
	    top: -50px;
	    left: 65px;
	}
	.copy, .copy-home {
		font-size: 1.5rem;
	}
}
/*=================================================
				プライバシーポリシー
=================================================*/
.inner-content{
	margin: 50px 20px;
}
.inner-content h3{
	border-left: 4px solid #761e71;
	padding-left: 10px;
	margin-bottom: 20px;
}
.lnk-google-map {
	display: block;
	width: 280px;
	height: 50px;
    background: #761e71;
    border: 2px solid #761e71;
    color: #ffffff;
    text-align: center;
	line-height: 50px;
    margin: 10px auto 0;
	font-size: 1.5rem;
    position: relative;
}
.lnk-google-map:hover {
    background: #ffffff;
    color: #761e71;
}
.lst-normal li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}
.lst-normal > li::before {
    content: "・ ";
    color: #000;
}
.lst-number li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
.lst-normal li, .lst-number li {
    list-style-position: inside;
    line-height: 1.8;
    margin-bottom: 0.8rem;
}
.lst-number {
    margin-top: 0.6rem;
}
.tbl02 {
	display: table;
    width: 100%;
    margin-bottom: 30px;
}
.tbl02-row {
    width: 100%;
    display: table-row;
}
.tbl02-th {
    line-height: 1;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
}
.tbl02-td01 {
    line-height: 1.5;
}
.tbl02-th, .tbl02-td01, .tbl02-td02 {
    padding: 10px;
    display: block;
    vertical-align: middle;
}
.tbl02-td02 {
	margin-bottom: 20px;
}
.area-tbl {
	margin-bottom: 40px;
}
.lnk-map {
    background-color: #eeeeee;
    width: 150px;
    height: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 4.5rem;
}
.lnk-map:after {
    margin: 0 0 2px 5px;
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(http://luseine.com/wp-content/themes/luseine/css/img/icon_map.png);
    background-size: contain;
    vertical-align: middle;
}

.paragraph-content {
    margin-bottom: 30px;
	padding: 0 5%;
}

.title-content02 {
    padding-bottom: 5px;
    border-bottom: solid 2px #761e71;
}
@media(min-width:1024px) {
	.inner-content{
		max-width: 1000px;
		margin: 50px auto;
	}

	.tbl01-td, .tbl01-th, .tbl02-td01, .tbl02-td02, .tbl02-th {
		display: table-cell;
	}
	.tbl02 {
		border-top: solid 1px #e1e1e1;
	}
	.tbl02-th, .tbl02-td02 {
	    width: 20%;
	}
	.tbl02-th, .tbl02-td02 {
		border-bottom: solid 1px #e1e1e1;
	}
	.tbl02-td01 {
		width: 60%;
		border-bottom: solid 1px #e1e1e1;
	}
	.tbl02-th, .tbl02-td01, .tbl02-td02 {
		padding: 20px;
	}
	.area-tbl {
		margin-bottom: 60px;
	}
	.lnk-map {
    width: 80px;
    height: 35px;
    line-height: 3.5rem;
}

}

/*=================================================
                    sitemap
=================================================*/
.bg-title-sitemap {
    background-image: url(http://luseine.com/img/bg_title_sitemap.jpg);
}
.title-sitemap {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 5px solid #761e71;
    padding-left: 10px;
    line-height: 1.5;
}
.category-sitemap {
    margin-bottom: 50px;
}
.item-sitemap ul li {
    margin-bottom: 15px;
}
.item-sitemap ul li::before {
    content: "-";
    margin-right: 5px;
}

/*=================================================
				404-notFound
=================================================*/
.not-head,.not-foot {
	width: 100%;
	background-repeat: repeat-x;
	background-size: contain;
	height: 112px;
	position: relative;
	overflow: hidden;
}
.not-head{ background-image: url('../img/404bg.png'); }
.not-foot{ background-image: url('../img/404bg_b.png'); }
.not-found{
	margin: 30% auto 0;
	max-width: 320px;
	width: 90%;
	display: block;
	position: relative;
}
.not-left{
	display: block;
	position: relative;
	max-width: 90px;
	width: 30%;
	top: 20%;
}
.not-glass{
	display: block;
	position: relative;
	width: 100%;
}
.not-404{
    display: block;
    position: absolute;
    top: -10%;
    left: 25%;
    width: 58%;
}
.not-right{
	position: absolute;
	top: 38%;
	right: 0;
	text-align: right;
}
.not-error{
	display: inline-block;
	font-size: 5.6rem;
	margin-bottom: 10px;
}
.not-error-fst{
	font-size: 7rem;
	display: inline-block;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
.txt-21{
	display: block;
	font-size: 4.2rem;
	font-weight: 600;
}
.txt-22{
	display: block;
	margin: 13px auto;
	font-size: 1.6rem;
}
.not-return{
    background-color: #a67c52;
    color: #fff;
    padding: 5px 20px;
    line-height: 2rem;
    letter-spacing: 1.2px;
}

@media(min-width:769px) {
	.not-head{ margin-top: 93px; } /*header分*/
	.not-found{
		margin: 150px auto 30px;
	}
	.not-left{
		width: 100px;
	}
	.not-return:hover{
		opacity: 0.5;
	}
}

/*=================================================
				main-visual
=================================================*/
#breadcrumb li{
	display: inline-block;
	margin-top: 5px;
}
#breadcrumb li .breadarrow:after{
	content: "＞";
	margin: 0 4px;
}
#breadcrumb li:last-child .breadarrow:after{
	content: none;
}

.main-visual01{
	height: 200px;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
}
.main-visual01 .bg-dotted{
	background-image:url(../img/bg_black.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	padding: 70px 0;
}
.main-visual01 h2,.main-visual01 p{
	position: relative;
	color: #fff;
	letter-spacing: 2.5px;
	font-size: 2rem;
}
.main-visual01 h2{
	font-size: 3.2rem;
}

.main-visual02{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.logo-main{width: 50%;}

.main-visual02 h2 { /* レストラン・ウェディングTOP*/
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: 2.5px;
}

.title-h2{
	border-bottom: solid 1px #fff;
	text-align: left;
	width: 60%;
	margin: auto 0 40vh 40%;
	padding-right: 5px;
}

@media(min-width:769px) {
	.main-visual01{
		height: 400px;
	}
	.main-visual01 .bg-dotted{
		padding: 200px 0 0;
	}
	.main-visual01 h2 {
	    font-size: 5rem;
	}
	.main-visual01 p {
	    font-size: 2.5rem;
	}
	.logo-main{
		width: 150px;
	}
	.main-visual02 h2 {
    font-size: 5rem;
	}
	.title-h2{
		width: 35%;
		margin: auto 0 25vh 65%;
	}

}


@media screen and (min-width: 992px) and (max-width: 1199px) {

	h2.title-h2 {
		font-size: 5rem;
	}

}

@media (min-width: 1200px) {

	h2.title-h2 {
		font-size: 8rem;
	}

}

/*=================================================
				モジュール
=================================================*/

.sub-navi-area {
    width: 100%;
    margin: 0 auto;
}

.sub-navi {
    width: 100%;
    margin: 0 auto;
}

.sub-navi li {
	width: 29%;
    display: inline-block;
    margin-left: 10px;
	margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1.5px;
    position: relative;
}

.sub-navi li a {
	font-size: 1.2rem;
    padding: 15px;
    background-color: #c5d97d;
    color: #ffffff;
    display: block;
    border-radius: 20px;
}

.sub-navi li a.current {
    background-color: #ffbe51;
}

.sub-navi li a::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
}

li a.current::after {
    content: "\f107";
}

@media screen and (min-width: 768px) {
    .sub-navi { width: 80%;}
    .sub-navi li {
        margin-bottom: 0;
		width: 18.2%;
    }
    .sub-navi li a {
        font-size: 1.4rem;
        padding: 20px;
    }
}
/*====================================
            記事ページ
====================================*/
.article-wrapper {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    border-radius: 15px;
}
.article-block {
    padding: 0 3% 20px;
}
.article-title {
    padding: 0 3%;
}
.content-subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px solid orange;
}
.paragraph-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.article-option p {
    float: right;
}
.information {
    background-color: #deba46;
    color: #fff;
    display: block;
    width: 100px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 18px;
    float: left;
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .content-subtitle {font-size: 2rem; }
    .paragraph-title {font-size: 1.8rem;}
}
/*====================================
            箇条書きリスト
====================================*/
.lst-normal li, .lst-number li, .lst-circle li, .lst-square li {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
    list-style-position: inside;
    line-height: 1.8;
}
.lst-normal li {
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}
.lst-normal li::before {
    content: "・ ";
    color: #000;
}
.lst-number li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
}
.lst-number li::before {
	content: none;
}
.lst-circle li::before {
    content: "● ";
    color: #ffbf50;
}
.circle-green li::before{
    color: #c5d97d !important;
}
.lst-square li::before {
    content: "■ ";
    color: #ffbf50;
}
/*====================================
            定義リスト
====================================*/
.dtl-01 dt {
    line-height: 1.8;
    font-weight: bold;
    float: left;
    width: 100%;
}
.dtl-01 dt::before, .dtl-02 dt::before {
    content: "● ";
    color: #ffbf50;
}
.dtl-01 dd {
    line-height: 1.8;
    padding-left: 1.8rem;
    padding-bottom: 0.8rem;
    float: left;
    width: 100%;
}
.dtl-02 dt {
    line-height: 1.8;
    font-weight: bold;
}
.dtl-02 dd {
    line-height: 1.8;
    padding-left: 1.8rem;
    padding-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
    .dtl-01 dt {
        width: 30%;
    }
    .dtl-01 dd {
        width: 70%;
    }
}

/*====================================
                table
====================================*/
.tbl-01 {
    border: 1px solid #ccc;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.tbl-01 th {
    letter-spacing: 3px;
}
.tbl-01 th, .tbl-01 tr, .tbl-01 td {
    padding: 20px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-01 td {
    background-color: #fff;
}
.tbl-02 {
    border: 1px solid #ccc;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.tbl-02 th {
    letter-spacing: 5px;
    background-color: #ffeca2;
    color: #B97607;
}
.tbl-02 th, .tbl-02 tr, .tbl-02 td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-03 {
    border: 1px solid #ccc;
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.tbl-03 th {
    letter-spacing: 5px;
    background-color: #ffeca2;
    color: #B97607;
}
.tbl-03 th, .tbl-03 tr, .tbl-03 td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-03 tr:nth-child(odd) {
    background: #fffabf;
}
.tbl-04 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.tbl-04 th {
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.tbl-04 th::before {
    content: "● ";
    color: #ffbf50;
}
.tbl-04 td {
    border-bottom: 1px dotted #ccc;
}
.tbl-04 th, .tbl-04 tr, .tbl-04 td {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-05{
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}
.tbl-05-row {
	width: 100%;
    display: table-row;
}
.tbl-05 th, .tbl-05 tr, .tbl-05 td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-05-td, .tbl-05-th {
    border-bottom: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    padding: 32px 26px;
    display: table-cell;
    vertical-align: middle;
}
.tbl-05-th {
    line-height: 1;
    background-color: #ffeca2;
	color: #B97607;
}
.tbl-05-td {
    background-color: #fff;
	line-height: 1.5;
}
.tbl-06 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.tbl-06 tr {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-06 th {
    letter-spacing: 3px;
    background-color: #e0efaa;
    color: #569a33;
}
.tbl-06 td {
	background-color: #f9f6f6;
}
.tbl-06 th, .tbl-06 td {
    padding: 10px;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    line-height: 1.5;
}
.tbl-04 th,.tbl-06 th{
	white-space: nowrap;
}
.tbl-w50 {
    width: 50%;
}
.tbl-w70 {
    width: 70%;
}
.tbl-w100 {
    width: 100%;
}
.last-row tr, .last-row th, .last-row td {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .tbl-01, .tbl-02, .tbl-03 {
        width: 100%;
        font-size: 1.3rem;
    }
    .tbl-01 td {
        font-size: 1.2rem;
    }
    .tbl-01 th, .tbl-01 tr, .tbl-01 td {
        padding: 10px;
    }
	.tbl-02 th {
		letter-spacing: 1px;
	}
	.tbl-05 {
	    border: none;
	}
	.tbl-05-td, .tbl-05-th {
	    display: block;
	    text-align: left;
	    border: none;
	}
	.tbl-05-th {
	    line-height: 1;
	    font-size: 15px;
	    padding: 16px 26px;
	}
	.tbl-05-td {
	    background-color: #fff;
	    padding: 21px 26px;
	}

}

/*====================================
                Layout
====================================*/
.lyt-2col {
	display: flex;
	flex-direction: column;
}
.col-1, .col-2 { width: 100%; }
.col-1, .col-1-30 {  order: 1;}
.col-2 {
    order: 2;
	margin-top: 20px;
    margin-left: 0;
}
.col-1, .col-2 { width: 50%;}
.col-1 img, .col-2 img { width: 100%;}
@media screen and (min-width: 768px) {
  .lyt-2col { flex-direction: row; }
  .col-1, .col-2 { width: auto; }
  .col-2 {
      margin-top: 0;
      margin-left: 40px;
  }
}

/*====================================
                Image
====================================*/
.img-w50 {
    width: 50% !important;
    float: left;
}

.img-w100 {
    width: 100% !important;
}
/*20190117フォーム*/
.mw_wp_form input.btn-submit-return{
  background-color: #222!important;
  border: 7px solid #222!important;
}
.mw_wp_form .btn-submit-return:hover{
  background-color: #fff!important;
  color: #222!important;
  border: 7px double #222!important;
}
.post-password-form input[type="password"]{
  border: 1px solid #333;
  padding: 2px;
}
.post-password-form input[type="submit"]{
  background: inherit;
  border: inherit;
}