@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
}
body {
	font-family: 'Noto Serif','Noto Serif JP', serif;
	font-size:12px;
	text-align:center;
	color:#1a1a1a;
	line-height:1.8;
}
a {
	-webkit-transition : opacity 0.4s;
	transition : opacity 0.4s;
	opacity:1;
	outline:none;
}
a:hover {
	color: unset;
	opacity: 0.7;
}
/*
.only_smart,
.only_smart_i,
.view_sp {
	display:none !important;
}
*/

#wrapper{
}


/* header */
html.close {
	overflow:hidden;
	height:100%;
}

.only_smart,
.view_sp{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
/*.only_pc,
.view_pc{
	display:none !important;
}*/
img{
	max-width:100%;
}


#wrapper{
}


article{
	padding-top:50px;
}


/* header */
header{
	width:100%;
	min-height:50px;
	margin:auto;
	padding:0 10px;
	display: block;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	z-index:105;
	background-color:#fff;
}

header > div:first-child{
	width:auto;
	height:50px;
	padding:0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0.8rem 0;
}
header > div:first-child:after{
	content:none;
}
header > div:first-child > a{
	display:block;
/*	width: 100%;*/
	margin: 0 auto;
	margin-right: 2rem;
	
}

header > div:first-child > a > img{
/*	width: 360px !important;*/
}
header > div:first-child > nav{
	display:none;
	margin:0;
	padding-top:0;
	position:absolute;
	top: calc(50px + 1.6rem);
	left:0;
	width:100%;
	background-color:#fff;
	border-top:1px solid #ccc;
	box-shadow:0 2px 2px rgba(0,0,0,0.2);
}
header > div:first-child nav > ul{
}
header > div:first-child nav > ul > li{
	display:block;
	margin:0;
	font-size:15px;
	position:relative;
	border-top:1px dotted #ccc;
	cursor:pointer;
	padding: 1rem 0;
}
header > div:first-child nav > ul > li:first-child{
	border-top:none;
}
header > div:first-child nav > ul > li > a{
	color:#1a1a1a;
	font-weight:normal;
	display:block;
	line-height:32px;
	padding-left:20px;
}

#topicpath{
	margin-top: 1.6rem !important;
}
header > div:first-child nav > ul > li.accordion > a{
	pointer-events:none;
}
header > div:first-child nav > ul > li div{
	display:none;
	position:static;
	top:auto;
	left:auto;
}
header > div:first-child nav > ul > li div ul{
	width:auto;
	background-color:#f1f1f1;
	box-shadow:none;
	border-top:1px dotted #999;
}
header nav > ul > li div ul li{
	text-align:left;
}
header nav > ul > li div ul li:last-child{
	border-bottom:none;
}
header nav > ul > li div ul li a{
	line-height:32px;
	font-size:15px;
	color:#1a1a1a;
	display:block;
	padding-left:30px;
}
header > div:last-child{
	display:none;
}


/* catalog */
header > div:first-child > a.catalog{
	background-color: #075E1D;
	border-radius: 5px;
	color: #fff;
	display: block;
	float: right;
	font-size: 10px;
	margin: 0 0 0 2.5%;
	padding: 5px;
	text-align: center;
	width: 30%;
}


/* smart_nav */
#smart_nav{
	display:inline-block;
	vertical-align:middle;
	width:42px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
	cursor:pointer;
}
#smart_nav span{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 28px;
	height: 3px;
	margin: -1px 0 0 -14px;
	background-color:#1a1a1a;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#smart_nav span:before,
#smart_nav span:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 3px;
	background-color:#1a1a1a;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#smart_nav span:before{
	margin-top: -11px;
}

#smart_nav span:after{
	margin-top: 7px;
}

#smart_nav .close{
	background: transparent;
	width:42px;
	height:40px;
	margin-top:-20px;
	margin-left:-20px;
}

#smart_nav .close:before,
#smart_nav .close:after{
	margin-top: 0;
}

#smart_nav .close:before{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#smart_nav .close:after{
	width: 28px;
	height: 3px;
	margin: -2px 0 0 6px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*
header{
	max-width:1600px;
	min-height: 70px;
	height: auto;
	margin:auto;
	padding:0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

header > div:first-child{
	width:70%;
	text-align:left;
}
header > div:first-child:after{
	content:'';
	display:block;
	clear:both;
}
header > div:first-child > a{
	float:left;
}
header > div:first-child > nav{
	float:left;
	padding-top:15px;
	width:70%;
}
header > div:first-child nav > ul > li{
	display:inline-block;
	margin:0 0 0 5%;
	font-size:15px;
	position:relative;
}
header > div:first-child nav > ul > li > a{
	color:#1a1a1a;
	font-weight:bold;
}
header > div:last-child{
	text-align:right;
	width:35%;
}
header > div:last-child > a{
	display:inline-block;
	width:30%;
	letter-spacing: 0.15rem;
	line-height:51px;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	position:relative;
}
header > div:last-child > a:before{
	content: url(/resources/images/head_btn_arrow.png);
}
header > div:last-child > a.catalog{
	background-color:#075E1D;
	margin-right: 10px;
}
header > div:last-child > a.reserve{
	background-color:#95140d;
	margin-right: 10px;
}
header > div:last-child > a.apply{
	background-color:#2F3173;
}
@media screen and (max-width:1400px){
	header > div:first-child > nav{
		width: 50%;
	}
}
@media screen and (max-width:1300px){
	header > div:first-child > nav{
		width: 55%;
	}
}
@media screen and (max-width:1200px){
	header > div:first-child nav > ul > li{
		margin: 0 0 0 4%;
	}
}
@media screen and (max-width:1100px){
	header > div:first-child > nav{
		width: 55%;
	}
	header > div:first-child nav > ul > li{
		margin: 0 0 0 3%;
	}
	header > div:last-child > a{
		width:30%;
	}
}
@media screen and (max-width:1050px){
	header > div:first-child {
		width: 70%;
	}
	header > div:first-child > nav{
		width: 55%;
	}
	header > div:last-child{
		width:40%;
	}
}
@media screen and (max-width:1024px){
	header > div:first-child > nav {
		width: 55%;
	}
	header > div:last-child > a:before{
		content:none;
	}
}
@media screen and (max-width:1000px){
	header > div:first-child {
		width: 75%;
	}
	header > div:first-child > nav {
		width: 55%;
	}
	header > div:last-child {
		width: 25%;
	}
}
@media screen and (max-width:940px){
	header {
		display: block;
	}
	header > div:first-child,
	header > div:last-child {
		width: 100%;
	}
	header > div:first-child nav{
		width: 60%;
	}
	header > div:first-child nav > ul > li{
		margin: 0 0 0 7.5%;
	}
	header > div:last-child > a{
		width: 25%;
	}
	header > div:last-child > a:before{
		content:url(/resources/images/head_btn_arrow.png);;
	}
}
*/




/* .cont */
.cont{
	max-width:1200px;
	margin:auto;
	padding:50px 0 0;
	border-top:1px solid #929292;
}
@media screen and (max-width:1200px){
	.cont{
		padding:50px 10px 0;
	}
}
.cont h2{
	margin-bottom:70px;
	font-size:32px;
	transform: scale(0.6, 1);
	line-height:1.5;
	letter-spacing:0.4em;
	text-indent:0.4em;
}
.cont h2 span{
	display:block;
	font-size:14px;
	transform: scale(1.6, 1);
	letter-spacing:0.08em;
	text-indent:0.08em;
}
.cont h2 + p{
	margin:-20px 0 70px;
}


/* .cont ul.news */
.cont ul.news{
	text-align:left;
	letter-spacing:-0.4em;
}
.cont ul.news li{
	width:50%;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	padding:0 30px 40px 200px;
	position:relative;
}
.cont ul.news li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.news li a img{
	position:absolute;
	left:0;
	top:0;
}
.cont ul.news li a h3{
	margin-bottom:20px;
	font-size:16px;
}


/* .cont ul.service */
.cont ul.service{
	text-align:left;
	letter-spacing:-0.4em;
}
.cont ul.service li{
	width:30%;
	padding-bottom:60px;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
.cont ul.service li:nth-child(3n+2){
	margin:0 5%;
}
.cont ul.service li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.service li img{
	width:100%;
}
.cont ul.service li h3{
	margin:15px 0 10px;
	font-size:16px;
}


/* .cont ul.four */
.cont ul.four{
	text-align:left;
	letter-spacing:-0.4em;
}
.cont ul.four li{
	width:19.5%;
	margin-right:7%;
	padding-bottom:40px;
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	position:relative;
}
.cont ul.four li:nth-child(4n+4){
	margin-right:0;
}
.cont ul.four li a{
	display:block;
	color:#1a1a1a;
}
.cont ul.four li img{
	width:100%;
}
.cont ul.four li figure figcaption{
	line-height:1.5;
	margin:5px 0 0;
	font-size:16px;
	font-weight:bold;
}


/* .cont .link_btn */
.cont .link_btn{
	display:inline-block;
	width:400px;
	line-height:60px;
	margin-top:30px;
	font-size:16px;
	font-weight:bold;
	color:#1a1a1a;
	border:1px solid #333;
	border-radius:5px;
}



/* footer */
footer{
	/*margin-top: 100px;*/
}
footer .f_wrapper{
	width:100%;
	margin:auto;
}
footer > nav{
	padding:45px 0;
	background-color:#ece3e2;
}
footer > nav ul li{
	display:inline-block;
	width:300px;
	margin:0 10px;
}

@media screen and (max-width:1024px){
	footer > nav ul li{
		width:30%;
		margin:0 1%;
	}
}

footer > nav ul li a{
	display:block;
	line-height:70px;
	color:#1a1a1a;
	font-size:18px;
	font-weight:bold;
	border-radius:5px;
	background:url(../images/bottom_nav_bg.png)repeat-x center center;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
}
/*footer > nav ul li:last-child a{
	font-size:20px;
}*/
footer > nav ul li a img{
	margin-right:10px;
}
footer dl{
	padding:30px 0;
	background-color:#d0cece;
}
footer dl dt{
	display:inline-block;
	vertical-align:top;
	width:280px;
	margin-right:30px;
}
/* 旧設定
footer dl dt p{
	padding:15px 0 0 10px;
	font-size:21px;
	font-weight:bold;
	line-height:1.2;
	text-align:left;
}
footer dl dt p a{
	width:160px;
	display:block;
	font-size:24px;
	margin-top:5px;
	color:#1a1a1a;
}
footer dl dt p a span{
	display:block;
	font-size:14px;
	text-decoration:underline;
}
*/
footer dl dd{
	width:200px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	line-height: 3em;
}
footer dl dd a{
	color:#1a1a1a;
}

@media screen and (max-width:1200px){
	footer dl dt{
		display:block;
		width:auto;
		margin:0 0 20px;
	}
	footer dl dt p{
		padding:10px 0 0;
		text-align:center;
	}
	footer dl dt p a{
		margin:5px auto 0;
	}
	footer dl dd{
		width:180px;
		letter-spacing:-0.03em;
	}
}
footer > ul{
	padding:35px 0;
	margin: 0;
	background:#484848;
}
footer > ul li{
	display:inline-block;
	margin:0 50px;
}
footer > ul li a{
	color:#fff;
}
footer > ul li a img{
	margin-right:10px;
}
footer > dl {
	margin: 0;
}
  
footer > p{
	line-height:40px;
	color:#fff;
	background-color:#000;
}

/* 電話番号リンク */
@media screen and (min-width: 769px){
    .infoTell[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #1a1a1a;
    }
}

.only_smart,
.view_sp{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc,
.view_pc{
	display:none !important;
}
/* 769px以上でもハンバーガーUIを使う：確実にボタンを表示 */
@media screen and (min-width: 769px){
  #smart_nav{ display:inline-block !important; } /* 他CSSに消されないように */
}

/* メニュー（nav）を前面に。スライド時に下に隠れないように */
header > div:first-child > nav{
  z-index: 106;           /* header(z-index:105) 内で最前面に */
  /* display は jQuery の slideToggle で制御するため !important は付けない */
}

/* アコーディオン配下のリストが重なり負けしないよう念のため */
header nav > ul > li div{
  z-index: 106;
  position: static;       /* 既定のままでOK。もし重なる場合は relative に */
}

/* （任意）開いている間は背景スクロールを止めたい場合
html.close { overflow:hidden; height:100%; } は既に定義済みなので、
JSで html に .close を付ければ機能します */