/*
 Theme Name:   トリミングサロン雅
*/

@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);


/* ////////////////////////////////////////////
 *                 Reset
 * //////////////////////////////////////////// */

/* Reset
------------------------------------------*/
*{
	margin: 0;
	box-sizing: border-box;
}
a,
input{
	outline: none;
}
p{
	margin: 0;
}
p:empty{
	margin: 0!important;
}
ul, ol, dl{
	margin: 0;
	padding: 0;
}
dt, dd{
	margin: 0 0 1em 0;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
em{
	font-style: italic;
}
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography
------------------------------------------*/
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: local('NotoSansJP-Regular.otf'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: url('fonts/NotoSerifJP-Light.woff2') format('woff2');
  font-weight: 300;
}
html[lang="ja"] body,
body{
	font-size: 16px;
	line-height: 1.8;
	/*font-family: "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family: "メイリオ" ,"Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: 'Noto Sans Japanese', Helvetica, HiraKakuProN-W3, sans-serif;
	color: #2C2C2C;
}
a{
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus{
	color: #333333;
	text-decoration: underline;
}
img{
    transition: all .3s;
}
a:hover img{
	opacity: 0.7;
}
.clearfix::after ,
.clx::after {
    content: "";
    display: table;
    clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
 	justify-content: space-between;
}
.flex-align{
	display: flex;
 	justify-content: space-between;
	align-items: center;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.r9{
	transform: rotate( 90deg );
}
.z18{
	transform: rotateY( 180deg );
}
.sp{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.p-inline>*,
.inline{
	display: inline;
}
.p-inline-b>*,
.inline-b{
	display: inline-block;
}
.center{
	text-align: center;
}
.cbox{
	margin: 0 auto;
	max-width: 1000px;
}
.no-line:hover{
	text-decoration: none;
}
.noto-serif{
	font-family: 'Noto Serif JP', serif;
}
.btn-s1{
	display: inline-block;
	padding: 20px;
	color: #333333;
	text-align: center;
	line-height: 1;
    background-image: linear-gradient(135deg, #666, #666 50%, #fff 50%, #fff);
    background-size: 100% 1000%;
    background-position: bottom;
	border: #666 2px solid;
	border-radius: 35px;
    transition: all 0.3s ease;
}
.btn-s1:hover{
    color: #fff;
    text-decoration: none;
    background-position: top;
}
.btn-s1 span{
	display: inline-block;
	position: relative;
	/*padding-left: 20px;*/
}
/*.btn-s1 span:after{
	content: '▶';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -6px 0 0;
	font-size: 12px;
}*/
.btn-s2{
	display: inline-block;
	padding: 20px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #333333;
	border: none;
	border-radius: 35px;
}
.btn-s3{
	position: absolute;
	top: 10px;
	left: -40px;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 1;
	background: none;
	border: none;
}
.btn-s4{
	display: inline-block;
	padding: 10px;
	min-width: 150px;
	color: #fff;
	text-align: center;
	background: #333333;
    transition: all .3s;
}
.btn-s4:hover{
	color: #fff;
	text-decoration: none;
	background: #F90;
}
.btn-s4 span{
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;

}
.btn-s4 span:after{
	content: '\f138';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -4px 0 0;
	font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}
.box-s1{
    padding: 20px;
    background: rgb(255,254,234,0.2);
    border: #DCE9B7 1px dashed;
    border-radius: 12px;
}
body table .bb-none{
	border-bottom: none;
}
#main .back{
	margin: 0 0 20px;
	text-align: left;
}
.a-s1{
	color: #2C2C2C;
	cursor: default;
}
.a-s1:hover{
	color: #2C2C2C;
	text-decoration: none;
}

@media screen and (max-width:1000px) {
	.cbox{
		padding: 0 30px;
	}
}

@media screen and (max-width:735px) {
	.cbox{
		padding: 0;
	}
	.flex-align{
		display: block;
	}
	.btn-s1{
		padding: 2.5vw;
		width: 64vw;
		font-size: 4vw;
	    background-size: 100% 1000%;
	}
	.btn-s4{
		/*padding: 2.5vw;*/
		width: 68vw;
		/*font-size: 4vw;*/
	    /*background-size: 100% 1000%;*/
	}
}

/* Layout
------------------------------------------*/
body{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}
.wrapp{
	padding: 0;
}
#container{
	overflow: hidden;
}
#content{
	margin: 0 auto;
	padding: 0 0 120px;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}
.blog #content{
	max-width: 1000px;
}
.blog #primary{
	float: left;
	width: 70%;
}
.blog #secondary{
	float: right;
	width: 25%;
	text-align: left;
}
.home #primary{
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

/*ipad*/
@media screen and (max-width:1000px) {
	#content{
		padding: 0 30px 6vw;
	}
	.home #content{
		padding: 0 0 6vw;
	}
}

@media screen and (max-width:735px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	span.sp{
		display: inline-block;
	}
	#container{
		overflow: hidden;
	}
	#content{
		padding: 65px 5% 9vw 5%;
	}
	.home #content{
		padding: 65px 0 9vw 0;
	}
	.blog #primary{
		width: 100%;
	}
	.blog #secondary{
		position: fixed;
		left: 0;
		bottom: -100%;
		padding: 10px;
		width: 100%;
		height: 100%;
		overflow: scroll;
		z-index: 9999;
    	transition: all .25s;
	}
	.blog #secondary.open{
		bottom: 0;
	}
	.blog #secondary>.inr{
		padding: 5%;
		background: #fff;
	}
}

@media screen and (max-width:320px) {
	.home #content{
		padding: 20vw 0 9vw 0;
	}
}

/* header
------------------------------------------*/
#header{
	position: relative;
	margin: 0 0 25px;
	text-align: center;
	z-index: 999;
}
#header-inner{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
#header .upper{
	position: relative;
	margin: 0 0 30px;
}
.logo{
	margin: 0 0 10px;
	padding: 40px 0 0;
	text-align: center;
}
.logo a{
	display: inline-block;
	width: 280px;
}
.header-info{
	position: absolute;
	top: 53px;
	right: 30px;
	width: 35%;
	text-align: right;
}
.header-info i {
	margin: 0 5px 0 0;
}
.header-info .tel{
	font-size: 28px;
}
.header-info .tel i{
	margin: -3px 5px 0 0;
	color: #333333;
	font-size: 22px;
	vertical-align: middle;
}
.header-text.pc{
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	background: #F90;
}
.header-text.sp{
	margin: 0 auto 3vw auto;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background: #F90;
}
.header-info .reservation.pc{
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
.header-info .reservation.pc a{
	display: block;
	padding: 10px 5px;
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background: #F90;
    transition: all .3s;
}
.header-info .reservation a:hover{
	background: #333333;
}
.gnav{
	text-align: center;
}
.gnav>ul{
	font-size: 0;
}
.gnav li{
	display: inline-block;
	position: relative;
}
.gnav>ul>li{
	width: 14.2857%;
}
.gnav li a{
	position: relative;
	display: block;
	padding: 20px 0;
	color: #010101;
	font-size: 16px;
	cursor: pointer;
	background: #fff;
}
.gnav li a.sp{
	display: none;
}
.gnav li a:hover{
	text-decoration: none;
}
.gnav>ul>li>a:after{
	content: '';
	position: absolute;
	top: 44px;
	right: 0;
	width: 1px;
	height: 20px;
	background: #EAEAEA;
}
.gnav>ul>li:last-child>a:after{
	background: none;
}
.gnav>ul>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background: #333333;
    transition: all .5s;
}
.gnav>ul>li>a:hover:before{
	opacity: 1;
}
.gnav li ul{
	display: none;
	position: absolute;
	top: 86px;
	margin: 0;
	padding: 15px 0;
	min-width: 100%;
	text-align: left;
	opacity: 0.95;
	background: #fff;
	box-shadow:2px 7px 6px -8px #949494;
	z-index: 999;
}
.desktop .gnav>ul>li:nth-child(2)>ul{
	display: none!important;
}
.desktop .gnav li:nth-child(-n+5) ul{
	left: 0;
}
.gnav li:last-child ul{
	right: 0;
}
.gnav li li{
	position: static;
	display: block;
	white-space: nowrap;
}
.gnav li li a{
	padding: 15px 40px;
}
.gnav li li a:hover{
	color: #fff;
	background: #333333;
}
.gnav li li a:after{
	content: '\f105';
	position: absolute;
	top: 50%;
	left: 20px;
	margin: -5px 0 0;
	color: #333333;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
    transition: all .3s;
}
.gnav li li a:hover:after{
	left: 24px;
	color: #fff;
}
.gnav li span{
	display: block;
	padding: 5px 0 0;
	color: #6D7E47;
	font-size: 10px;
}
#header .overlay{
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #000;
    transition: all .15s;
}

@media screen and (max-width:768px) {
	.logo a{
		width: 200px;
	}
	.header-info{
		top: 60px;
	}
	.header-info .tel{
		font-size: 3vw;
	}
	.header-info .tel i{
		font-size: 2.5vw;
	}
	.header-info .reservation.pc a{
		font-size: 1.5vw;
	}
	.gnav li a{
		font-size: 1.7vw;
	}
}

@media screen and (max-width:735px) {
	#header{
		position: fixed;
		margin: 0;
		width: 100%;
		height: 65px;
		background: #fff;
		z-index: 999;
	}
	#header-inner{
		height: 65px;
		border-bottom: #E2E5DA 1px solid;
	}
	#header .upper{
		margin: 0;
	}
	.header-info{
		position: static;
		width: 100%;
		text-align: center;
	}
	.header-info .tel{
		position: fixed;
		top: 0;
		right: 0;
		padding: 15px;
		width: 65px;
		height: 65px;
		text-align: center;
		line-height: 0;
		border-left: #E2E5DA 1px solid;
	}
	.header-info .tel:after{
		content: 'TEL';
		position: absolute;
		left: 0;
		bottom: 18px;
		width: 100%;
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.header-info .tel i{
		margin: 0;
		width: 28px;
		font-size: 23px;
	}
	.header-text.pc{
		display: none;
	}
	.logo{
		margin: 0 auto;
		height: 65px;
		padding: 0 65px;
		line-height: 0;
	}
	.logo a{
		width: 100%;
	}
	.logo img{
		display: inline-block;
		padding: 22px 0;
		height: 65px;
	}
	.sp-content{
    	transition: all .25s;
	}
	.sp-menu{
		position: fixed;
		top: 0;
		left: 0;
		padding: 16px 0 30px 0;
		width: 65px;
		height: 65px;
		text-align: center;
		border-right: #E2E5DA 1px solid;
		z-index: 999;
	}
	.sp-menu.active{
		padding: 16px 20px 30px 13px;
		border: none;
	}
	#header .bottom{
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: #fff;
		z-index: 99;
	}
	#header .overlay.active,
	#header .bottom.active{
		top: 0;
		left: 0;
		opacity: 1;
	}
	#header .overlay.active{
		opacity: 0.4;
		z-index: 999;
	}
	.sp-logo{
		text-align: center;
    	transition: all 0s;
	}
	.sp-logo img{
		display: inline-block;
		padding: 14px 0;
		height: 65px;
	}
	.gnav{
		padding: 0 10px 10px 10px;
		height: 100%;
		background: #fff;
	}
	.gnav>ul{
		text-align: left;
	}
	.gnav>ul>li{
		width: 33.3333%;
		text-align: center;
	}
	.gnav>ul>li:nth-child(even)>a:after{
		background: none;
	}
	.gnav>ul>li>a:before{
		left: 20%;
		width: 60%;
		opacity: 1;
		background: #EAEAEA;
	}
	.gnav li ul{
		position: fixed;
		top: 50%;
		left: 50%;
		width: 85%;
		min-width: auto;
		max-height: 90%;
		opacity: 1;
		background: #fff;
		box-shadow: none;
		z-index: 9999;
    	transform: translateY(-50%) translateX(-50%);
		overflow: scroll;
	}
	.gnav li a{
    font-size: 5vw;
	}
	.gnav li a.pc{
		display: none;
	}
	.gnav li a.sp{
		display: block;
	}
	.gnav li li a{
		padding: 2.5vw 10vw;
	}
	.sp.reservation{
		display: none;
	}
	.sp.reservation.active{
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		padding: 10px;
		width: 100%;
		z-index: 9999;
	}
	.sp.reservation.active a{
		display: block;
		padding: 10px;
		color: #fff;
		font-size: 4.5vw;
		background: #F90;
	    transition: all .3s;
	}
	.sp-gnav{
		margin: 0 -3px 14vw -3px;
		padding: 0 2%;
	}
	.sp-gnav>ul>li{
		margin: 0;
		padding: 0 3px;
		width: 33.3333%;
		color: #4e454a;
		text-align: center;
	}
	/*.sp-gnav>ul>li:nth-child(4){
		display: none;
	}*/
	.sp-gnav>ul>li:nth-child(-n+3){
		margin: 0 0 6px;
	}
	.sp-gnav>ul>li>a{
    display: block;
    padding: 5vw 1vw;
    color: #4e454a;
    font-size: 3.7vw;
    border: #4e454a 2px solid;
	}
	.sp-gnav li a.sp,
	.sp-gnav li ul{
		display: none;
	}
	.sp-content02{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.overlay02{
		opacity: 0.4;
		background: #000;
		z-index: 9999;
	}
	.children.sp-content02{
		padding: 5%;
		z-index: 99999;
	}
	.children.sp-content02>ul{
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 15px 0;
		width: 85%;
		max-height: 90%;
		background: #fff;
    	transform: translateY(-50%) translateX(-50%);
    	overflow: scroll;
	}
	.children.sp-content02 li a {
		position: relative;
		display: block;
		padding: 2.5vw 10vw;
		color: #010101;
		font-size: 16px;
		cursor: pointer;
		background: #fff;
	}
	.children.sp-content02 li a:after{
		content: '\f105';
		position: absolute;
		top: 50%;
		left: 20px;
		margin: -6px 0 0;
		color: #333333;
		font-size: 12px;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		line-height: 1;
	    transition: all .3s;
	}

	/*ハンバーガーメニュー*/
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .3s;
	  box-sizing: border-box;
	}
	.menu-trigger {
	  position: relative;
	  display: block;
	  margin: 0 auto;
	  width: 100%;
	  height: 19px;
	  text-align: center;
	}
	.menu-trigger:after {
		content: 'MENU';
		position: absolute;
		left: 0;
		bottom: -21px;
		width: 100%;
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}
	.menu-trigger.active:after {
		content: '';
	}
	.menu-trigger span {
	  position: absolute;
	  left: 50%;
	  margin: 0 0 0 -14px;
	  width: 28px;
	  height: 3px;
	  background: #333333;
	  z-index: 9999;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 8px;
	  background: #333333;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger span:nth-of-type(2)::after {
	  position: absolute;
	  top: 0;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 3px;
	  background: #333333;
	  transition: all .3s;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  top: 8px;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  background: #333333;
	  -webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-20px) scale(0);
	}
}

@media screen and (max-width:567px) {
	.gnav>ul>li{
		width: 50%;
	}
}

@media screen and (max-width:375px) {
	.logo{
		top: 3vw;
	}
}

@media screen and (max-width:320px) {
	.logo{
		top: 4vw;
	}
}


.more a{
	display: inline-block;
	margin: 0 5px 0 0;
	min-width: 170px;
	font-size: 16px;
	text-align: center;
}
/* mainvisual
------------------------------------------*/
.mainvisual{
	margin: 0 auto 120px auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.mainvisual img{
	width: 100%;
}
.mainvisual .text{
	padding: 50px 0 0;
	color: #010101;
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
}
.mainvisual .text br{
	display: none;
}

/* main-instagram
------------------------------------------*/
.main-instagram{
	margin: 0 0 60px;
}
.main-instagram p{
	width:96%;
	margin:0 auto;
}
/* main-news
------------------------------------------*/
.main-news{
	margin: 0 0 20px;
}
.main-news ul{
	margin: 0 0 50px;
}
.main-news li{
	padding: 30px 0;
	border-bottom: #DCDCDC 1px dotted;
}
.main-news li:first-child{
	border-top: #DCDCDC 1px dotted;
}
.main-news .label{
	display: inline-block;
	text-align: center;
	padding: 2px;
	min-width: 100px;
	color: #fff;
	font-size: 12px;
	background: #6F7F49;
}
.main-news.main-blog .label{
	background: #135e96;
}
.main-news li.news .label{
	background: #F90;
}
.main-news .more{
	text-align: center;
}
.main-news .more a{
	display: inline-block;
	margin: 0 5px;
	padding: 20px 100px;
}

.main-news h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}
.main-news h3 span {
    margin: 0 20px 0 0;
    color: #999999;
}
/* main-concept
------------------------------------------*/
.main-concept{
	margin: 0 0 20px;
}
.main-concept img{
    float:right;
    width: 40%;
    max-width: 400px;
    margin-left: 1em;
    margin-bottom: 1em;
}
.main-concept dl{
    clear: both;
}
.main-concept dl dt{
    clear: both;
    margin: 50px 0 25px;
    padding: 25px 15px;
    font-size: 20px;
    text-align: center;
    background: #dcdcdc;
}
/* main-menu
------------------------------------------*/
.main-menu{
	margin: 0 0 20px;
    text-align: center;
}
.main-menu .more{
	text-align: center;
    margin-top: 2em;
}
.main-menu .more a{
	display: inline-block;
	margin: 0 5px;
}
/* main-staff
------------------------------------------*/
.main-staff{
	margin: 0 0 20px;
}
.main-staff article {
    text-align: center;
}
.main-staff article img{
    width: 100%;
    height: auto;
    max-width: 400px;
}
.main-staff .staff-img{
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.main-staff .staff-img h3{
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    border: none;
    position: absolute;
    top: 80%;
    left: -20px;
    margin-top: 0;
    font-size: 25px;
}
.main-staff .staff-img h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}
.main-staff .staff-img h3 small{
   margin-left: 1em;
    font-size: .6em;
}
.main-staff dl dt{
    font-weight: 600;
    margin: 1em 0;
    text-align: left;
}
.main-staff dl dd{
    padding: 1em 0;
    border-top:1px solid #ccc;
    text-align: left;
}
/* main-hotel
------------------------------------------*/
.main-hotel{
	margin: 0 0 20px;
}
.main-hotel p.noto-serif{
    text-align: left;
    font-size: 1.6em;
}
.main-hotel dl dt{
	margin: 50px 0 25px;
    padding: 25px 15px;
    font-size: 20px;
    text-align: center;
    background: #F6F6F6;
}
.main-hotel dl dd span{
	display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    background: none;
    border: 3px solid #333;
    border-radius: 30px;
    margin: 1em 0;
    color: #333;
}
.main-hotel dl dd img{
    margin-top: 1em;
}
.main-hotel .hotel-images{
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}
.main-hotel .hotel-images article{
	text-align:center;
    width: 33%;
}
.main-hotel .hotel-images img{
    width: auto;
    height: auto;
    max-width: 320px;
}
/* main-nav
------------------------------------------*/
.main-nav{
	margin: 0 auto 120px auto;
	font-size: 0;
}
.main-nav .once{
	position: relative;
	display: inline-block;
	width: 33.3333%;
	height: 300px;
	font-size: 25px;
	text-align: center;
	background: url(images/banner02.jpg) no-repeat 0 0;
	background-size: cover;
    transition: all .3s;
}
.main-nav .once:nth-child(2){
	background: url(images/banner03.jpg) no-repeat 0 0;
	background-size: cover;
}
.main-nav .once:nth-child(3){
	background: url(images/banner04.jpg) no-repeat 0 0;
	background-size: cover;
}
.main-nav.upper .once:nth-child(2){
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
}
.main-nav.bottom .once:nth-child(1),
.main-nav.middle .once:nth-child(1){
	border-right: #fff 1px solid;
}
.main-nav.middle{
	border-bottom: #fff 1px solid;
}
.main-nav .once:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
    transition: all .3s;
}
.main-nav .once:hover:after{
	background: rgba(0,0,0,0);
}
.main-nav .once a{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px 30px;
	color: #fff;
	white-space: nowrap;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 99;
}
.main-nav .once a::before,
.main-nav .once a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.main-nav .once a::before {
  top: 0;
  left: 0;
}
.main-nav .once a::after {
  bottom: 0;
  right: 0;
}
.main-nav .once:hover a::before,
.main-nav .once:hover a::after {
  width: 100%;
  height: 100%;
}
.main-nav .once:hover a::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
}
.main-nav .once:hover a::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height .3s, width .3s .3s;
}
.main-nav .once:hover a{
	text-shadow:2px 2px 10px #2b2b2b;
}
.main-nav .once a:hover{
	text-decoration: none;
}
.main-nav .once a span{
	display: block;
	font-size: 16px;
}
.main-nav .once b{
	font-weight: normal;
}
.main-nav.middle{
	margin: 0;
}
.main-nav.middle .once{
	width: 50%;
}
.main-nav.middle .once:nth-child(1){
	background: url(images/banner05.jpg) no-repeat 0 bottom;
	background-size: cover;
}
.main-nav.middle .once:nth-child(2){
	background: url(images/banner06.jpg) no-repeat 0 0;
	background-size: cover;
}
.main-nav.bottom {
	margin: 0;
}
.main-nav.bottom .once{
	width: 50%;
	background: #fff;
}
.main-nav.bottom .once:first-child{
}
.main-nav.bottom .once:nth-child(2) {
}
.main-nav.bottom .once:nth-child(n+1){
	border-top: #E2E5DA 1px solid;
	border-bottom: #E2E5DA 1px solid;
}
.main-nav.bottom .once:nth-child(1){
	border-right: #E2E5DA 1px solid;
}
.main-nav.bottom .once:nth-child(n+1):after{
	background: none;
}
.main-nav.bottom .once:nth-child(n+1) a{
	color: #2C2C2C;
	font-size: 16px;
    transition: all .3s;
}
.main-nav.bottom .once:nth-child(n+1):hover a{
	text-shadow:2px 2px 10px #888;
    transition: all .3s;
}
.main-nav.bottom .once:nth-child(n+1) img{
	display: inline-block;
	margin: 20px 0 0;
}
/* main-access
------------------------------------------*/
.main-access{
	margin: 0 0 20px;
}
.main-access .map{
	margin: 0 0 20px;
	height: 400px;
	overflow: hidden;
}
.main-access .map>div{
	margin: -150px 0 0;
}
.main-access .more{
	font-size: 0;
	text-align: center;
}
.main-access .more a{
	display: inline-block;
	margin: 0 5px;
	min-width: 260px;
	font-size: 16px;
}
.main-access .entry-content img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:1024px) {
	.main-news{
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {
	.mainvisual{
		margin: 0 auto 6vw auto;
	}
	.mainvisual .text{
		padding: 2vw 0 0;
	}
	.main-concept{
		margin: 0 0 6vw;
	}
	.main-concept .inr{
		margin: 0 0 3vw;
		height: 300px;
	}
	.main-news {
		margin: 0 0 6vw;
	}
	.main-news ul{
		margin: 0 0 3vw;
	}
	.main-nav{
		margin: 0 auto 6vw auto;
	}
	.main-nav .once{
		height: 200px;
	}
	.main-nav.middle .once:nth-child(2){
		background: url(images/banner06.jpg) no-repeat 0 -30px;
		background-size: cover;
	}
	.main-nav .once a span{
	}
	.main-access{
		margin: 0 0 6vw;
	}
	.main-access .map{
		margin: 0 0 3vw;
    }
    .main-concept{
        padding: 80px 5% 0;
    }
    .main-staff, .main-hotel, .main-access, .main-gallery{
        padding: 100px 5% 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width:735px) {
	.mainvisual{
		margin: 0 auto 5vw auto;
	}
	.mainvisual .text{
	}
	.mainvisual .text br{
		display: block;
	}
	.main-concept{
		margin: 0 0 14vw;
	}
	.main-concept .inr{
		height: 250px;
	}
	.main-concept .active .inr div,
	.main-facilities .active .inr div,
	.main-concept .inr div,
	.main-facilities .inr div{
		margin: 0;
		height: 100%;
    	transition: all 0s;
	}
	.main-concept .inr div{
		background: url(images/concept-sp.jpg) no-repeat 0 0;
		background-size: cover;
		transform: scale(1);
	}
	.main-facilities p,
	.main-concept p{
		margin: 0 0 3vw;
		opacity: 1;
	}
	.main-facilities p,
	.main-concept p,
	.main-facilities .active p,
	.main-concept .active p{
    	transition: all 0s;
	}
	.main-facilities .more a,
	.main-concept .more a{
		margin: 0;
		font-size: 4vw;
	}
	.main-concept .more a:first-child{
		margin: 0 0 1.5vw;
	}
	.main-news{
		margin: 0;
		padding: 0 5%;
	}
	.main-news ul{
		margin: 0 0 3.5vw;
	}
	.main-news li{
		padding: 4vw 0;
	}
	.main-news .label{
		min-width: 16vw;
	}
	.main-news .more{
		text-align: center;
	}
	.main-news .more a{
		display: inline-block;
		margin: 0;
		padding: 2.5vw;
	}
	.main-nav{
		margin: 0 auto 9vw auto;
	}
	.main-nav.bottom{
		margin: 3vw 0 0;
	}
	.main-nav.middle .once,
	.main-nav .once{
		margin: 0 0 3vw;
		width: 100%;
	}
	.main-nav .once:last-child{
		margin: 0;
	}
	.main-nav.middle .once:nth-child(2){
		background: url(images/banner06.jpg) no-repeat 0 -8vw;
		background-size: cover;
	}
	.main-nav.bottom .once{
		margin: 0;
	}
	.main-access{
		margin: 0;
	}
	.main-access .map{
		margin: 0 0 3vw;
	}
	.main-access .more a{
		margin: 0 5px;
		min-width: auto;
	}
	.main-access .more a:first-child{
		margin: 0 0 1.5vw;
	}
}

@media screen and (max-width:667px) {
	.main-nav.bottom .once:nth-child(n+1) a{
		padding: 10px 0;
		width: 50%;
	}
}
@media screen and (max-width:565px) {
	.main-nav.bottom .once:nth-child(n+1) a{
		width: 80%;
	}
}

@media screen and (max-width:320px) {
	.main-nav .once{
		height: 170px;
	}
    .main-menu {
        margin: 0;
    }
}

/* sidebar
------------------------------------------*/
.snav{
	margin: 0 0 30px;
}

/* footer
------------------------------------------*/
.pagetop{
	display: none;
}
.pagetop a{
	position: fixed;
	right: 30px;
	bottom: 30px;
	padding: 10px 0 0;
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	background: #333333;
	border-radius: 100%;
    transition: all .3s;
    z-index: 99;
}
.pagetop a:hover{
	text-decoration: none;
	background: #ccc;
}
.pagetop a:after{
	content: '';
	position: absolute;
	top: 17px;
	left: 50%;
	margin: 0 0 0 -10px;
	width: 20px;
	height: 20px;
	background: url(images/arrow-right.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: rotate( -90deg );
}
#footer .upper{
	padding: 40px 0 20px 0;
	color: #fff;
	font-size: 14px;
	background: #333333;
}
#footer .inr{
	margin: 0 auto;
	max-width: 1000px;
	text-align: left;
}
.footer-logo{
	float: left;
	margin: 0 60px 0 0;
	width: 280px;
}
#footer .tel {
	font-size: 24px;
}
#footer .left a{
	color: #F90;
}
#footer .left .info{
	margin-top:1em;
}
#footer .right a{
	margin: 0 0 20px;
	padding: 20px 80px;
	border: #333333 2px solid;
}
.fnav {
	padding: 20px 0;
	text-align: center;
}
.fnav li{
	display: inline-block;
	margin: 0 10px;
}
.fnav li a{
	display: block;
	position: relative;
	padding: 0 0 0 16px;
	color: #2C2C2C;
}
.fnav li a:hover{
	color: #F90;
	text-decoration: none;
}
.fnav li a:after{
	content: '\f138';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -4px 0 0;
	font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    transition: all .3s;
}
.fnav li a:hover:after{
	left: 3px;
	color: #2C2C2C;
}
#footer .copyright{
	padding: 10px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #000000;
}

@media screen and (max-width:1000px) {
	#footer .inr{
		padding: 0 30px;
	}
}

@media screen and (max-width:1024px) {
	#footer .inr{
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {
	#footer .upper{
		padding: 3vw 0 1.5vw 0;
	}
	.footer-logo{
		float: none;
		margin: 0 auto 3vw auto;
		width: 220px;
	}
	#footer .tel {
		font-size: 3vw;
	}
	.main-hotel .hotel-images article{
		width:100%;
	}
}

@media screen and (max-width:735px) {
	.pagetop a{
		right: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
		color: #fff;
		font-size: 3vw;
		line-height: 50px;
		text-align: center;
		background: #333333;
		border-radius: 100%;
	    transition: all .3s;
	}
	.pagetop a:after{
		top: 7px;
	}
	#footer .upper{
		padding: 6vw 0;
	}
	#footer .inr{
		padding: 0;
		text-align: center;
	}
	#footer .left,
	#footer .right{
		margin: 0 0 4vw;
		padding: 0;
		width: 100%;
	}
	#footer .right{
		margin: 0 0 1vw;
	}
	.footer-logo{
		float: none;
		margin: 0 auto;
		width: 48%;
	}
	#footer .tel {
		font-size: 6vw;
	}
	#footer .right a{
		display: inline-block;
		margin: 0;
		padding: 2.5vw;
	}
	#footer .right a:first-child{
		margin: 0 0 1.5vw;
	}
	.fnav {
		padding: 4vw 0;
	}
	#footer .copyright{
		padding: 1.5vw;
		font-size: 3vw;
	}
}

@media screen and (max-width:320px) {
	.pagetop a{
		font-size: 4vw;
	}
}

/* 
------------------------------------------*/
.h1,
.page-title{
	position: relative;
	margin: 0 0 20px;
	padding: 70px 0;
	color: #333333;
	font-size: 30px;
	text-align: center;
}
.h1:before,
.page-title:before{
	content: '';
	position: absolute;
	margin: 10px 0;
	padding: 12px;
	top: 0;
	left: 0;
	width: 9999px;
	height: 100%;
	margin: 0 0 0 -5000px;
	border-top: #E2E5DA 1px solid;
	border-bottom: #E2E5DA 1px solid;
	z-index: -1;
}
h2 {
    margin: 0 0 30px;
    color: #333333;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}
h2 .main {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
h2 .main:before {
    content: '';
    position: absolute;
    top: 35%;
    left: 0;
    width: 20px;
    height: 2px;
    background: #333;
}
h2 .sub {
    display: block;
    margin: 10px 0 0;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
}
h2 .main:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 20px;
    height: 2px;
    background: #333;
}
.h3,
.entry-content h3{
	margin: 25px 0;
	padding: 25px 15px;
	font-size: 20px;
	text-align: center;
	background: #F6F6F6;
}
.content-header h3:first-child,
article>h3:first-child,
.entry-content>h2,
.entry-content>.h2,
.entry-content>.once:first-child>h2,
.entry-content>.once:first-child>.h2{
	margin-top: 0;
}
.h3 span,
.entry-content h3 span{
	display: inline-block;
	margin: 0 0 0 10px;
	font-size: 20px;
}
.h3 a,
.entry-content h3 a{
	display: block;
	color: #2C2C2C;
}
h3.h3-s1{
	font-size: 26px;
	background: none;
}
/*.entry-content .h3,
.entry-content h3{
	margin: 15px 0;
	padding: 3px 15px;
	font-size: 18px;
	text-align: left;
	border-left: #F7B624 15px solid;
}
.entry-content .h3 span,
.entry-content h3 span{
	display: inline-block;
	padding: 0 0 0 5px;
	font-size: 13px;
}
.entry-content .h4,
.entry-content h4{
	margin: 15px 0;
	padding: 10px;
	/*color: #333333;
	font-size: 15px;
	border-top: #333333 2px solid;
	border-bottom: #333333 2px solid;
}
.entry-content .h3-s1{
	position: relative;
	display: inline-block;
	padding: 0 35px;
	background: none;
	border: none;
}
.entry-content .h3-s1:before,
.entry-content .h3-s1:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #F90;
}
.entry-content .h3-s1:before {left:0;}
.entry-content .h3-s1:after {right: 0;}
.h3-s1 span{
	display: block;
	font-size: 12px;
}
.entry-content .h3-s2{
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	line-height: 1;
	background: rgba(0,0,0,0.5);
	border: none;
}
.entry-content .h3-s2:before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}*/
.entry-content .mini{
	font-size: 13px;
	line-height: 1.2;
}
#primary article{
	margin: 0 0 2em;
    position: relative;
}
#primary article:last-child{
	margin: 0;
}
#breadcrumb{
	margin: 0 0 50px;
	text-align: left;
}
#breadcrumb li{
	display: inline-block;
	font-size: 12px;
}
.entry-content{
	line-height: 1.8;
}
.entry-content p{
	margin: 0 0 30px 0;
}
.entry-content td p:last-child,
.entry-content p:last-child{
	margin: 0;
}
.entry-content table{
	margin: 0 0 20px;
	width: 100%;
	border: #333333 2px solid;
	line-height: 1.2;
	border-collapse: separate;
	border-radius: 3px;
}
.entry-content th{
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background: #333333;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.entry-content td{
	padding: 10px;
	font-size: 16px;
	text-align: center;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.entry-content th:last-child,
.entry-content td:last-child{
	border-right: none;
}
.entry-content .fixed th:first-child,
.entry-content .fixed td:first-child{
	border-right: #ddd 1px solid;
}
.entry-content tr:last-child th,
.entry-content tr:last-child td{
	border-bottom: none;
}
.entry-content td p,
.entry-content th p{
	margin: 0;
}
.entry-content .schedule-table{
	min-height: 165px;
}
.entry-content .schedule-table.time th:first-child,
.entry-content .schedule-table.day th:first-child{
	width: 120px;
}
.entry-content .schedule-table.day td .f-s1{
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 18px;
	background: #2C2C2C;
	border-radius: 100%;
	text-indent: -9999px;
}
.entry-content .table-s1 th{
	padding: 10px;
	color: #2C2C2C;
	background: #F0F0F0;
}
.entry-content .table-s1 td{
	padding: 10px;
}
.entry-content .table-s2 {
	border: #bbb 1px solid;
	border-radius: 5px;
}
.entry-content .table-s2 th{
	padding: 20px;
	width: 30%;
	color: #2C2C2C;
	border-right: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	background: none;
}
.entry-content .table-s2 td{
	padding: 20px;
	text-align: left;
	border-bottom: #bbb 1px solid;
}
.entry-content .row{
	margin-left: -15px!important;
	margin-right: -15px!important;
}
.entry-content .once{
	margin: 0 0 80px;
}
.entry-content .inr-once{
	margin: 0 0 60px;
}
.entry-content .once .template:last-child .template-img-left,
.entry-content .once .template:last-child .template-img-right,
.entry-content .once .template:last-child{
	margin-bottom: 0;
}
.snav ul,
.entry-content ul{
	margin: 20px 0;
}
.snav ul li,
.entry-content ul li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
.snav ul li:last-child,
.entry-content ul li:last-child{
	margin: 0;
}
.snav ul li:before,
.entry-content ul li:before {
	content: "\f1b0";
	position: absolute;
	top: 50%;
	left : 0;
	margin: -5px 0 0;
	color: #4B5733;
	font-size: 13px;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}
.entry-content ul.ul-s0 li{
	padding: 0;
}
.entry-content ul.ul-s0 li:before{
	content: '';
}
.entry-content ol{
	counter-reset: number; /*数字をリセット*/
	margin: 20px 0;
}
.entry-content ol[start="2"]{
	counter-reset: number 1; /*数字をリセット*/
}
.entry-content ol[start="3"]{
	counter-reset: number 2; /*数字をリセット*/
}
.entry-content ol[start="4"]{
	counter-reset: number 3; /*数字をリセット*/
}
.entry-content ol[start="5"]{
	counter-reset: number 4; /*数字をリセット*/
}
.entry-content ol[start="6"]{
	counter-reset: number 5; /*数字をリセット*/
}
.entry-content ol.ol-s1{
	counter-reset: alpha; /*アルファベット*/
}
.entry-content ol li{
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	line-height: 1.5em;
}
.entry-content ol li:before{
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	color: white;
	font-size: 13px;
	line-height: 20px;
	text-align:center;
	background: #4B5733;
	border-radius: 50%;
}
.entry-content ol.ol-s1 li:before{
	counter-increment: alpha;
	content: counter(alpha, upper-alpha) ')';
	color: #2C2C2C;
	font-size: 16px;
	background: none;
}
.entry-content ol.ol-s2 li{
	padding: 0 0 0 60px;
}
.entry-content ol.ol-s2 li:before{
	counter-increment: number;
	content: 'STEP' counter(number)'.';
	top: 2px;
	color: #2C2C2C;
	font-size: 16px;
	background: none;
}
.entry-content .p-s1{
	position: relative;
	display: inline;
	font-size: 20px;
    border-bottom: #FAD097 2px dashed;
}
.entry-content .p-s2{
	display: inline-block;
	margin: 0 0 10px;
	padding: 10px 40px;
	color: #fff;
	font-weight: normal;
	background: #333333;
	border-radius: 30px;
}
.entry-content .p-s3{
	position: relative;
	display: inline-block;
	font-size: 18px;
    background: linear-gradient(transparent 70%, #FAD097 70%);
}
.entry-content .dl-s1{
	width: 100%;
}
.entry-content .dl-s1 dt{
	display: inline-block;
	width: 35%;
	padding: 10px;
	border-bottom: #ddd 1px dotted;
}
.entry-content .dl-s1 dd{
	display: inline-block;
	padding: 10px;
	width: 64%;
	border-bottom: #ddd 1px dotted;
}
.pager{
	text-align: center;
}
.pager a{
	display: inline-block;
	margin: 0 0 5px;
	padding: 5px;
	min-width: 36px;
	border: #6F7F49 1px solid;
}
.pager a:hover{
	color: #fff;
	text-decoration: none;
	background: #6F7F49;
}
.pager span{
	display: inline-block;
	padding: 5px;
	min-width: 36px;
}
.scroll-table {
	width: auto!important;
	height: auto!important;
	overflow: visible!important;
	clear: both;
}
.scroll-table table {
    min-width: 768px;
}
.entry-content .banner{
	position: relative;
	margin: 0 auto;
	width: 660px;
	height: 300px;
	font-size: 25px;
	text-align: center;
    transition: all .3s;
}

.entry-content .banner:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
    transition: all .3s;
}
.entry-content .banner:hover:after{
	background: rgba(0,0,0,0);
}
.entry-content .banner a{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px 30px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 99;
}
.entry-content .banner a::before,
.entry-content .banner a::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.entry-content .banner a::before {
  top: 0;
  left: 0;
}
.entry-content .banner a::after {
  bottom: 0;
  right: 0;
}
.entry-content .banner:hover a::before,
.entry-content .banner:hover a::after {
  width: 100%;
  height: 100%;
}
.entry-content .banner:hover a::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
}
.entry-content .banner:hover a::after {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: height .3s, width .3s .3s;
}
.entry-content .banner:hover a{
	text-shadow:2px 2px 10px #2b2b2b;
}
.entry-content .banner a:hover{
	text-decoration: none;
}
.entry-content .banner a span{
	display: block;
	font-size: 16px;
	text-align: center;
}
.entry-content .banner b{
	font-weight: normal;
}

@media screen and (max-width:768px) {
	.entry-content .schedule-table.time th,
	.entry-content .schedule-table.day th{
		padding: 5px;
	}
	.entry-content .schedule-table.time th:first-child,
	.entry-content .schedule-table.day th:first-child{
		width: 55px;
	}
	.scroll-table {
		overflow: auto!important;
	}
}

@media screen and (max-width:735px) {
	.h1,
	.page-title{
		margin: 0 0 10px;
		padding: 7vw 0;
		font-size: 6vw;
	}
	.h1:before,
	.page-title:before{
		border-top: none;
	}
	.h2,
	.entry-content h2{
		margin: 4vw -5vw;
		padding: 4vw;
		font-size: 4.5vw;
	}
	h2.h2-s1{
		font-size: 6vw;
	}
	.entry-content .h3,
	.entry-content h3{
		margin: 5vh 0 3.5vh;
		padding: 1vw 3.5vw;
		font-size: 4.5vw;
	}
	.entry-content .h4,
	.entry-content h4{
		margin: 3vw 0;
		padding: 3vw;
	}
	#primary article{
		margin: 0 0 12vw;
	}
	#breadcrumb{
		margin: 0 0 10px;
	}
	.single-news #breadcrumb,
	.post-type-archive-news #breadcrumb{
		margin: 0 0 30px;
	}
	.entry-content .template.row>div:first-child{
		margin: 0 0 6vw;
	}
	.entry-content .once{
		margin: 0 0 14vw;
	}
	body div.entry-content .sp-center{
		text-align: center;
	}
	.entry-content .schedule-table.day th,
	.entry-content .schedule-table.day td{
		padding: 1.5vw;
	}
	.entry-content .schedule-table.day td{
		font-size: 5vw;
	}
	.entry-content .schedule-table.time td{
		line-height: 1.6;
	}
	.entry-content .schedule-table.time th:first-child,
	.entry-content .schedule-table.day th:first-child{
		padding: 1.5vw;
		width: 14vw;
	}
	.entry-content .table-s2 th,
	.entry-content .table-s2 td{
		padding: 3vw;
	}
	.entry-content .dl-s1{
		margin: 0 0 3vw;
	}
	.entry-content .dl-s1 dt{
		padding: 0 0 0 5px;
		width: 100%;
		border: none;
	}
	.entry-content .dl-s1 dd{
		padding: 5px;
		width: 100%;
	}
	.entry-content .banner{
		margin: 0 auto 3vw auto;
		width: 100%;
		height: 200px;
    	font-size: 5vw;
	}
	.entry-content .once{
		margin: 0 0 60px;
	}
	.entry-content .inr-once{
		margin: 0 0 40px;
	}
}

/* 基本情報
------------------------------------------*/
.information .schedule-table{
	margin: 0;
}
.information .once dl{
	margin: 0 0 10px;
}
.information .once dt,
.information .once dd{
	display: inline-block;
}
.information .once dt{
	min-width: 120px;
}
.information .once.history dt,
.information .once.history dd{
	display: block;
}
.information .staff dt{
	margin: 0 15px 0 0;
	padding: 0 5px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #333333;
	border-radius: 30px;
}
.information .credit td img{
	margin: 0 0 5px;
	width: auto;
	height: 50px;
}

@media screen and (max-width:735px) {
	.information .schedule-table{
		margin: 0 0 3vw;
	}
	.information .template>div:last-child .schedule-table{
		margin: 0;
	}
	.information .once dd{
		display: block;
		padding: 0 0 0 1vw;
	}
}

/* アクセス・時間
------------------------------------------*/
.access .schedule-table{
	margin: 0;
	min-height: 165px;
}
.access .once .template-img-left{
	margin-right: 40px;
	width: 50%;
}
.access .once .template-img-left img{
	width: 100%;
}
.access .info-area .tel{
	line-height: 1;
}
.access .info-area .tel *{
	display: inline-block;
	font-size: 28px;
	vertical-align: middle;
}
.access .info-area .tel i {
	margin: 0 5px 0 0;
	padding: 3px 0 0;
    color: #333333;
    font-size: 22px;
}
.access #schedule{
	margin: -65px 0 0;
	padding: 65px 0 0;
}

@media screen and (max-width:768px) {
	.access .once .template-img-left{
		margin-right: 0;
		width: 100%;
	}
}

@media screen and (max-width:735px) {
	.access .logo-area *{
		text-align: left;
	}
	.access .logo-area .col-sm-6:first-child *{
		text-align: center;
	}
	.access .logo-area .address{
		font-size: 4vw;
	}
}

/*スタッフブログ*/
#secondary .snav{
	margin: 0 0 40px;
}
#secondary .snav h2{
	display: block;
	margin: 0 0 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	background: #333333;
	border-radius: 30px;
}
#secondary .snav a{
	color: #2C2C2C;
}

@media screen and (max-width:735px) {
	.blog-menu{
		position: fixed;
		left: 10px;
		bottom: 10px;
		padding: 10px 0 0;
		width: 50px;
		height: 50px;
		color: #fff;
		font-size: 13px;
		line-height: 1;
		text-align: center;
		background: #F90;
		border-radius: 100%;
	    transition: all .3s;
	    z-index: 99999;
	}
	.blog-menu.open{
		background: #333333;
	}
	.blog-menu.open:after{
		content: '\f00d';
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	    font-size: 20px;
	    line-height: 50px;
	}
	.blog-menu.open span{
		display: none;
	}
	.blog-overlay{
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		opacity: 0;
		background: rgba(0,0,0,0.4);
		z-index: 999;
    	transition: all .25s;
	}
	.blog-overlay.open{
		right: 0;
		opacity: 1;
	}
}

/* slick
------------------------------------------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  position: absolute;
  bottom: 12vh;
  left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 5px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  color: #ccc;
  content: '\f111';
  font-size: 0.6rem;
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
  color: #666;
}

@media screen and (max-width:768px) {
	.slick-dots {
	  bottom: 14vh;
	}
}

@media screen and (max-width:735px) {
	.slick-dotted {
	  margin-bottom: 10px;
	}
}
@media screen and (max-width:320px) {
    .slick-dots {
        bottom: 14vh;
    }
}


/* template
------------------------------------------*/
.template {
  margin: 0 0 20px 0;
}
.template h2, .template h3, .template h4, .template h5, .template h6 {
  margin-top: 0;
}
.template.row > div {
  margin-bottom: 10px;
}
.template-img-left {
  float: left;
  display: inline;
  margin-right:  20px;
  margin-bottom: 20px;
}
.template-img-right {
  float: right;
  display: inline;
  margin-left:   20px;
  margin-bottom: 20px;
}
.template-text {
  overflow: hidden;
}
.template-text-left {
  float: left;
  margin-right: 20px;
}
.template-text-right {
  float: right;
  margin-left: 20px;
}
.template-backpattern {
  padding: 2%;
  background: url(/images/common/template-backpattern-bg.png) repeat 0 0;
  border: #eaeaea 2px solid;
}

/* smartphone only */
@media screen and (max-width: 768px) {
  .template-img-left {
    float: none;
    display: block;
    margin-right:  0;
    margin-bottom: 20px;
  }
  .template-img-right {
    float: none;
    display: block;
    margin-left:   0;
    margin-bottom: 20px;
  }
  .template-text-left {
    float: none;
    margin-right:  0;
  }
  .template-text-right {
    float: none;
    margin-left:   0;
  }
}

/*デフォルトテンプレートより引き継ぎ*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

@media screen and (max-width:735px) {
	img.alignleft,
	img.alignright {
		float: none;
		margin: 0;
	}
}

#menupage dl.menu-inner dt , p span{
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    background: #333333;
    border: none;
    border-radius: 30px;
    margin: 1em 0;
}
#menupage .flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menupage .flow dl{
    width: 32%;
}
#menupage .flow dl dt {
    display: block;
    margin-bottom: 0;
}
#menupage .flow dl dd {
    display: block;
}
#menupage .flow dl dd img{
    width: 100%;
}
@media screen and (max-width:768px) {
    .main-hotel .hotel-images  {
    display: block;
    }    
    .main-hotel .hotel-images img{
        margin-top: 1em;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .main-hotel p.noto-serif {
    font-size: 1.2em;
}
    .main-news h3 a {
    display: block;
    margin: 1.5vw 0 0;
}
    #menupage .flow{
        display: block;
    }
    #menupage .flow dl{
        width: 100%;
		text-align:center;
    }
	#menupage .flow dl dd{
		margin:0;
	}
	#menupage .flow dl::after{
		content:"▼";
		font-size:3em;
		position: relative;
		bottom: 20px;
	}
	#menupage .flow dl.none::after{
		content:"";
	}
}
@media screen and (max-width:600px) {
    .main-concept img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
    }
	.mainvisual .text{
	font-size: 5vw;
}
	h2 .main {
    font-size: 7vw;
}
}

@media screen and (max-width:600px) {
    h2 .main:before,h2 .main:after {
        top: 23%;
    }
}

.instashow-gallery .instashow-gallery-media-cover {
    background: rgba(50,50,50,.8)!important;
}
.page-id-49 .sp-gnav,.post-type-archive .sp-gnav,.single-blog  .sp-gnav{
    display: none;
}

.page-id-49 #menupage dl.menu-inner dt, p span{
    margin: 0;
}

/* カスタム用 20191116
------------------------------------------*/
.page-id-49 .entry-content table{
    margin-bottom: 10px;
}


/* カスタム用 202309
------------------------------------------*/
.price-table table{
	margin: 0 0 20px;
    width: 100%;
    border: #333333 2px solid;
    line-height: 1.2;
    border-collapse: separate;
    border-radius: 3px;
}
.price-table table th{
	padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #333333;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
}
.price-table table td {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
}
.price-table table th:last-child,.price-table table td:last-child {
    border-right: none;
}
/*==============================================
 2405追加
==============================================*/
article .entry-content h1  {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 30px;
}
article .entry-content h2  {
    font-size: 30px;
    margin-bottom: 30px;
    border-bottom: dotted 4px #4B5733;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}
article .entry-content h2.info-title  {
    margin: 25px 0;
    padding: 25px 15px;
    font-size: 20px;
    text-align: center;
    background: #F6F6F6;
    border: none;
	font-weight: 500;
	letter-spacing: inherit;
    line-height: 1.2;
}
article .entry-content h3  {
    font-size: 24px;
    background: #f7f5f1;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
}
article .entry-content h4  {
    color: #fff;
    font-size: 16px;
    background: #4B5733;
    margin: 0 0 10px;
    padding: 3px 15px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
}
article .entry-content ul  {
	margin: 20px 0;
}
article .entry-content ul li  {
	position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  line-height: 1.4;
}
article .entry-content ul li::before {
	content: "\f1b0";
	position: absolute;
	top: 50%;
	left: 0;
	margin: -5px 0 0;
	color: #4B5733;
	font-size: 13px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: 1;
}
article .entry-content ol {
	counter-reset: number;
	margin: 20px 0;
}
article .entry-content ol li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	line-height: 1.5em;
}
article .entry-content ol li::before {
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	color: white;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	background: #4B5733;
	border-radius: 50%;
}

article .entry-content hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	  border-top-width: 0px;
	  border-top-style: none;
	  border-top-color: currentcolor;
	border-top: 1px solid rgba(0,0,0,.1);
}
article .entry-content a {
	color: #6D7E47;
	text-decoration: underline;
}
article .entry-content a:hover {
    color: #4B5733;
    text-decoration: none;
}
article .entry-content strong {
	font-weight: 900;
}

/* 2407追加 */
.blog #toc_container {
	padding: 0;
	border: 3px solid #4B5733;
	margin-bottom: 30px;
}
.blog .info-area .info-txt ul  {
	margin-bottom: 0;
}
.blog #toc_container p.toc_title {
	color: #FFF;
	margin-bottom: 0;
	padding: 10px 30px;
	background: #4B5733;
	font-size: 20px;
	font-weight: bold;
}
.blog #toc_container p.toc_title + ul.toc_list {
	padding: 20px 30px 10px;
	margin: 0;
}
article .entry-content .toc_list a  {
	color: #000 
}
article .entry-content .toc_list ul {
	margin: 0;
  }

#toc_container ul.toc_list > li {
	margin-bottom: 15px;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
#toc_container ul.toc_list > li::marker {
	font-size: 120%;
}
#toc_container ul.toc_list > li > a  {
	font-size: 22px;
  margin-bottom: 8px;
  display: inline-block;
}
#toc_container ul.toc_list > li > ul > li{
	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.4;
}
#toc_container ul.toc_list > li > ul > li> ul  {
	padding: 5px 0;
}
#toc_container ul.toc_list > li > ul > li> ul > li{
	list-style-type: none;
	list-style-position: inside;
	line-height: 1.4;
}

#toc_container ul.toc_list > li::before, #toc_container ul.toc_list > li > ul > li::before, #toc_container ul.toc_list > li > ul > li> ul > li::before  {
	content: none;
}

#toc_container ul.toc_list > li > a, #toc_container ul.toc_list > li > ul > li > a, #toc_container ul.toc_list > li > ul > li > ul > li > a   {
	text-decoration: underline;
}
#toc_container ul.toc_list > li > a:hover, #toc_container ul.toc_list > li > ul > li > a:hover, #toc_container ul.toc_list > li > ul > li > ul > li > a:hover   {
	text-decoration: none;
}
#toc_container .toc_number  {
	display: inline-block;
	line-height: 25px;
}
.info-cta {
	margin: 50px 0;
	border-top: solid 1px #cfcfcf;
	padding: 50px 0 0;
}
.info-cta-flex  {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#under .info-cta-flex .btn_box01  {
	margin-bottom: 15px;
}
.blog .info-area .info-txt .info-cta-flex .btn_box01 a:hover  {
	color: #FFF !important;
}