
#cnt{
	width: auto;
	margin-bottom: 0;
	padding: 0 0 50px 0;
	color: #000;
	background: #fff;
}
#cnt h2{
	position: absolute;
	top: -200vh;
}
.top_title{
	margin: 0 0 50px 0;
}
.top_title em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
}
.top_title span{
	display: block;
	font-family: "FontA";
	font-size: 14px;
	line-height: 18px;
	color: #caaa55;
}


/** topimg **/

#topimg{
	color: #fff;
	aspect-ratio: 1480 / 500;
	background: url(img/topimg.jpg) no-repeat top right #000;
	background-size: cover;
}
#topimg div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#topimg p{	width: 100%;}
#topimg p:nth-of-type(1){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 19px;
	line-height: 25px;
	color: #caaa55;
}
#topimg p:nth-of-type(2){
	font-family: "FontA";
	font-size: 70px;
	line-height: 1.1;
	color: #caaa55;
	margin: 0 0 20px 0;
}
#topimg p:nth-of-type(3){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 29px;
	line-height: 35px;
	margin: 0 0 30px 0;
}
#topimg p:nth-of-type(4){
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px 0;
}
#topimg .bt_main{
	position: relative;
}
#topimg .bt_main:after{
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


/** com **/

#newface{
	padding: 50px 0 50px 0;
}

.com{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
}

.com .cbox{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 220px;
	margin: 0 10px 20px 10px;
	padding: 0 0 10px 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#newface .cbox .mq,
#schedule .cbox .mq{
	width: 220px;
}

.com .cbox:hover{
	text-decoration: none;
}

.com .cbox .course{
	font-size: 22px;
	line-height: 35px;
	text-align: center;
}

.com .cbox .img_bg{
	position: relative;
	display: block;
	padding: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.com .cbox .img{
	display: block;
	width: 200px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.com .cbox .img > img{
	width: 200px;
	height: auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
}

.com .cbox .img:hover > img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.com .cbox .img .icon{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 10px;
	right: 10px;
}
.com .cbox .img .icon img{ width: 50px; height: auto;}

.com .cbox .day{
	width: 240px;
	font-size: 13px;
	line-height: 25px;
	color: #caaa55;
	background: rgba(34, 34, 34, 0.9);
	border-radius: 3px;
	position: absolute;
	bottom: 5px;
	left: 15px;
}

.com .cbox .name{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 0;
}
.com .cbox .name a{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	color: #333;
}
.com .cbox .name:after{
	content: "";
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.com .cbox .size{
	position: relative;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
.com .cbox .size span{	color: #caaa55;}
.com .cbox .size:after{
	content: '';
	width: 100px;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 50px);
}

.com .cbox .txt{
	font-size: 14px;
	line-height: 20px;
}

.com .cbox .time{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	width: 250px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #c9a648;
	background: #000;
	border-radius: 15px;
	margin: 10px 10px 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.com .cbox .time span{
	font-size: 22px;
	line-height: 22px;
	margin-right: 5px;
}


/** shop **/

#shop{
	text-align: center;
	padding: 50px 0;
	background: url(../img/all_inpage/bg2.gif) top center;
	background-size: 125px auto;
}
#shop ul{
	position: relative;
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 30px 377.5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop ul:after{
	content: "";
	width: 360px;
	height: 326px;
	background: url(./img/map.png) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: -50px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 190px;
	height: 100px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	text-align: left;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 0 7.5px 15px 7.5px;
	padding: 0 10px;
	filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.3));
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop li a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	color: #fff;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
#shop li a:hover{
	color: #caaa55;
	text-decoration: none;
}
#shop li:nth-of-type(1){	background: url(img/shop1.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(2){	background: url(img/shop2.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(3){	background: url(img/shop3.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(4){	background: url(img/shop4.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(5){	background: url(img/shop5.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(6){	background: url(img/shop6.jpg) no-repeat; background-size: cover;}
#shop li:nth-of-type(7){	background: url(img/shop7.jpg) no-repeat; background-size: cover;}

#shop li:before{
	content: "";
	width: 25px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0 10px 10px 0;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#shop li:after{
	content: "";
	width: 10px;
	height: 10px;
	border-right: 1px solid #caaa55;
	border-bottom: 1px solid #caaa55;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}


/** scroll **/

.scrolling_bg{
	font-size: 0;
	line-height: 0;
	padding: 50px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.scrolling_in{
}

.scrolling_box{
	overflow: hidden;
}

.scrolling_box:after{
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: 0.1s;
	animation-name: LeftAnime;
}

.scrolling_box .pick_slider.slick-slider div {
  transition: none;
}

.scrolling_box ul{
}

.scrolling_box li{
	position: relative;
	width: 100%;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.scrolling_box li a{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.scrolling_box li img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.scrolling_box li a:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.scrolling_box li div{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.9);
	padding: 5px;
	border-radius: 2px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.scrolling_box li div em{	font-size: 13px;}
.scrolling_box li div span{	color: #caaa55;}


/** ranking **/

#ranking{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/bg4.gif) top center;
	background-size: 50px auto;
}
.list_bt{
	width: 840px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 30px auto;
}

.list_bt a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	color: currentColor;
	margin: 0 5px 10px 5px;
	border: 1px solid #403627;
	background: rgba(64, 54, 39, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list_bt a span{
	position: relative;
	top: -1px;
	font-size: 20px;
	color: #c0a881;
	margin-right: 3px;
}
.list_bt a em{
	font-size: 18px;
	line-height: 1;
}
.list{	padding: 0 70px;}
.list ul{
	font-size: 0;
	line-height: 0;
}
.list li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 5px;
	color: #000;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .new{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .new img{
	width: 35px;
	height: auto;
}
.list li .no1{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 176px;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .no1 img{
	width: 100px;
	height: auto;
}
.list li .taiki{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	z-index: 2;
	top: 3px;
	left: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .taiki img{
	width: 35px;
	height: auto;
}
.list li .shop{
	position: relative;
	z-index: 2;
	margin: 0 0 0 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	background: #D3A95B;
	background: linear-gradient(90deg, rgba(211, 169, 91, 1) 0%, rgba(255, 211, 130, 1) 50%, rgba(211, 169, 91, 1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .text{
	position: relative;
	z-index: 2;
	margin: -20px 0 0 0;
	font-size: 11px;
	line-height: 20px;
	color: #8e692b;
	background: rgba(0, 0, 0, 0.7);
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list li .text:empty{	margin-top: 0;}
.list li .name{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 25px;
	padding: 10px 0 5px 0;
}
.list li .name a{	color: #000;}
.list li .name em{	color: #666;}
.list li .data{
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 10px 0;
}
.list li .data em{	color: #caaa55;}


/** hover effect **/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
figure{
	font-family: 'Raleway', Arial, sans-serif;
	color: #fff;
	position: relative;
	overflow: hidden;
	width: 160px;
	height: 224px;
	color: #000000;
	text-align: center;
	margin: 0 0 0 0;
}
figure *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
figure img{
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure:after{
	background: #c0a881;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.8;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
figure figcaption{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
figure h3,
figure p{
	margin: 0;
	width: 100%;
	opacity: 0;
}
figure h3{
	font-size: 13px;
	line-height: 14px;
	padding: 0 30px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 5px 0;;
}
figure p{
	font-size: 11px;
	line-height: 12px;
	padding: 0 50px;
}
figure a{
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
figure:hover:after,
figure.hover:after{
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure:hover figcaption h3,
figure.hover figcaption h3,
figure:hover figcaption p,
figure.hover figcaption p{
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
figure:hover figcaption h3,
figure.hover figcaption h3{
	opacity: 1;
}
figure:hover figcaption p,
figure.hover figcaption p{
	opacity: 0.7;
}


/** contents **/

#contents{
	text-align: center;
	padding: 50px 0;
	background: url(../img/all_inpage/bg2.gif) top center;
	background-size: 125px auto;
}
#contents ul{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#contents li{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-between;
	justify-content: center;
	width: 280px;
	height: 190px;
	text-align: center;
	margin: 0 10px;
	padding: 15px 10px 10px 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#contents li:nth-of-type(1){	background: url(img/cnt1.jpg) no-repeat; background-size: cover;}
#contents li:nth-of-type(2){	background: url(img/cnt2.jpg) no-repeat; background-size: cover;}
#contents li:nth-of-type(3){	background: url(img/cnt3.jpg) no-repeat; background-size: cover;}
#contents li:nth-of-type(4){	background: url(img/cnt4.jpg) no-repeat; background-size: cover;}
#contents li h4{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #fff;
}
#contents li .bt_main{
	width: 200px;
	height: 35px;
	font-size: 14px;
	line-height: 18px;
	background: rgba(202, 170, 85, 0.9);
}


/** review **/

#review{
	text-align: center;
	color: #fff;
	padding: 50px 0;
	background: url(../img/all_inpage/bg1.gif) top center;
	background-size: 50px auto;
}
.review_in{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	max-height: 600px;
	padding: 20px;
	color: #333;
	background: #fff;
	overflow-y		: auto;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rvbox{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ddd;
}
.rvbox:last-of-type{
	margin: 0;
	padding: 0;
	border: none;
}

.rvbox.nobox{
	padding:30px 0 30px 0;
}

.rimg{
	width: 100px;
	margin-right: 20px;
}

.rimg > a{
	display: block;
	margin: 0 0 5px 0;
}
.rimg > a img{
	width: 100px;
	height: auto;
}

.rimg p{
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.rimg p a{	color: #333;}
.rimg p span{	color: #ccc;}
.rimg p + p span{	color: #caaa55;}

.rvbox_in{
	width: calc(100% - 120px);
}

.rv_top{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0 0 10px 0;
}

.rv_top_l{	width: calc(100% - 265px);}

.rv_top_l h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #caaa55;
}

.rv_top_l h4 span{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}

.rv_top_l p{
	font-size: 13px;
	line-height: 20px;
}

.rv_top_l p span{	color: #999;}

.rv_top_r{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 265px;
	height: 40px;
	background: #f5f5f5;
}

.rv_top_r p{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #caaa55;
	padding-top: 5px;
}

.rv_top_r div{
	font-size: 0;
	line-height: 0;
}

.rv_top_r div img{
	width: 25px;
	height: auto;
}

.rv_txt{
	font-size: 14px;
	line-height: 25px;
}


/** clm_list **/

#column{	padding: 50px 0 0 0;}
.clm_list{
	width: 1200px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0 auto 50px auto;
	padding: 0;
}
.clm_box{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4 - 20px);
	color: #000;
	text-align: left;
	margin: 0 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.clm_box:hover{
	color: #000;
	text-decoration: none;
}
.clm_box .img{}
.clm_box .img img{
	width: 100%;
	height: auto;
}
.clm_box .tag{
	display: inline-block;
	vertical-align: top;
	font-size: 10px;
	line-height: 15px;
	padding: 0 10px;
	color: #fff;
	background: #53759b;
	border-radius: 12.5px;
	z-index: 2;
	position: absolute;
	top: 10px;
	right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.clm_box .txt{
	position: relative;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.clm_box .txt p{
	font-size: 10px;
	line-height: 18px;
	color: #caaa55;
	margin: 0 0 5px 0;
}
.clm_box .txt h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
