/* CSS Document */
@font-face {
font-family: "notoserif";
  src: url("fonts/notoserifcjk.woff") format("woff");
}
@font-face {
font-family: "hannari";
  src: url("fonts/hannari.woff") format("woff");
}


html,body { width: 100%; }
body {
	color: #232122;
	margin: 0 auto;
	font-family:"notoserif";
	background: #ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb80 { margin-bottom: 80px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.p15 { padding: 0 15px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.pb05em { padding-bottom: 0.5em !important; }
.mr0 { margin-right: 0 !important; }

li { list-style: none; }

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}
h1,h2,h3,h4,h5,h6,strong { font-weight: normal; }
img { vertical-align: bottom; max-width: 100%; }

.noborder { border: none !important; }
.nomargin { margin: 0 0 !important; }

.ta_r { text-align: right; }
.ta_c { text-align: center; }

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

.enfont { font-family: Raleway; letter-spacing: 0.2em; font-weight: bold; }
	a {
		color: #232122;
		text-decoration: none;
	}
.loading-area{background:#fff;width:100%;height:100%;height:100vh;position:fixed; z-index: 22000;}
.loading-area .loadeing-logo-area{position:absolute;top:50vh;bottom:0;left:10px;right:0;margin:auto;
	width:580px;height:200px; margin-top: -100px; text-align: center;}
.loading-area .loadeing-logo-area img { display: none; }
/*.loading-area .loadeing-logo-area img{ opacity: 0.6; }*/

/*@media screen and (max-width: 1119px){.loading-area .loadeing-logo-area{top:0;bottom:0;left:0;right:0;margin:auto}}*/
@media screen and (max-width: 750px){.loading-area .loadeing-logo-area{top:0;bottom:0;left:0;right:0;margin:auto;width:50%;height:300px}
.loading-area .loadeing-logo-area img{width:100%; opacity: 1;}}
.loading-area .loadeing-logo-area i{color:#ccc;display:block;margin:30px auto 0}


@media (min-width:751px){

	.mb15 { margin-bottom: 15px !important; }
	.mb20 { margin-bottom: 20px !important; }
	.mb25 { margin-bottom: 25px !important; }
	.mb30 { margin-bottom: 30px !important; }
	.mb40 { margin-bottom: 40px !important; }
	.mb50 { margin-bottom: 50px !important; }
	.mb60 { margin-bottom: 60px !important; }
	.mb70 { margin-bottom: 70px !important; }
	.mb80 { margin-bottom: 80px !important; }
	.mb100 { margin-bottom: 100px !important; }
	.mb120 { margin-bottom: 120px !important; }
	.pt50 { padding-top: 50px !important; }
	.mr20 { margin-right: 20px; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs24 { font-size: 24px; }
	.fs26 { font-size: 26px; }

	a {
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}
	a img{
		-webkit-transition: 0.3s ease-in-out;
		   -moz-transition: 0.3s ease-in-out;
			 -o-transition: 0.3s ease-in-out;
				transition: 0.3s ease-in-out;
	}

	a:active, a:hover, a:hover img { opacity: 0.5; }
.img_hidden {
	opacity: 0;
	transition: 1s;
}
.img_open {
	-moz-animation: imgfade 1s linear 0s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0s 1 normal forwards;
	-o-animation: imgfade 1s linear 0s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0s 1 normal forwards;
}
.img_open.ih2 {
	-moz-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.3s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.3s 1 normal forwards;
}
.img_open.ih3 {
	-moz-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.6s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.6s 1 normal forwards;
}
.img_open.ih4 {
	-moz-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-o-animation: imgfade 1s linear 0.9s 1 normal forwards;
	-ms-animation: imgfade 1s linear 0.9s 1 normal forwards;
}
.img_open.ih5 {
	-moz-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-webkit-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-o-animation: imgfade 1s linear 1.2s 1 normal forwards;
	-ms-animation: imgfade 1s linear 1.2s 1 normal forwards;
}

.showup {
	opacity: 0;
	transition: 1s;
	transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}
.upview {
	-moz-animation: showup 0.6s linear 0s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0s 1 normal forwards;
	-o-animation: showup 0.6s linear 0s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0s 1 normal forwards;
}
.upview.uv2 {
	-moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.3s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}
.upview.uv3 {
	-moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.6s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}
.upview.uv4 {
	-moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-o-animation: showup 0.6s linear 0.9s 1 normal forwards;
	-ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

	.for_sp{display: none !important;}
	.for_tab{display: none !important;}
	.for_nw{display: none !important;}
	.tab .for_pcnotab { display: none !important; }
	.tab .for_tab { display: inline !important; }
	body { font-size: 14px; line-height: 16px; }
	.wrap { position: relative; width: 100%; overflow: hidden; }

	#fnav { position: fixed; top:0; left:0; transition:0.6s; width: 0; height: 100vh; z-index: 8000;
		 }
	#mainnav { position: absolute; top:0; left: 0; }
	#mainnav>ul { display: flex; }
	#mainnav #btn_menu { width: 80px; height: 80px; position: relative; background: #ffffff; z-index: 10000; }
	#mainnav #btn_menu a { display: block; width: 80px; height: 80px; }
	#mainnav #btn_menu span{ position: absolute;  display: block; width: 30px; height: 1px;  
		background: #83174c; left:24px; transform:rotate(0); }
	#mainnav #btn_menu div span:first-child{ top:24px; }
	#mainnav #btn_menu div span:nth-child(2){ top:30px; }
	#mainnav #btn_menu div span:nth-child(3){ top:36px; }
	#mainnav #btn_menu p { text-align: center; position: absolute; width: 80px; left: 0; bottom: 12px;
		color: #83174c; }
	#mainnav h1 { position: relative; z-index: 100; }
	#mainnav h1 a { display: block; width: 190px; height: 80px; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo_w.svg) center center no-repeat; }
	#mainnav h1.rsv_active { display: none !important; }

	#nav_rsv { display: none; position: fixed; top:0; left:0; width: 100%; height: 100vh; z-index: 3000; }
	#nav_rsv .inner { display: flex; min-height: 100%; width: 100%; background: #ffffff; align-items:center;
		overflow: auto; height: 100%; }
	#nav_rsv .inner nav,#nav_rsv .inner #f_rsv { width: 50%; height: 100%;/* overflow: auto;*/ }
	.h650 #nav_rsv .inner { align-items:flex-start; }
	.h650 #nav_rsv .inner #f_rsv { height: auto; }
	#nav_rsv .inner nav { padding-left: 300px; padding-left: -webkit-calc( 50vw - 500px ); 
		padding-left: calc( 50vw - 500px ); padding-right: 100px; padding-top: 95px; 
		padding-top: -webkit-calc( 50vh - 270px );  padding-top: calc( 50vh - 270px ); }
	#nav_rsv .gnav { margin-bottom: 25px; }
	#nav_rsv .gnav li { border-bottom: #e0e0e0 1px solid; }
	.gnav li a { display: block; line-height: 47px; font-size: 16px; }
	.subnav li a { display: block; line-height: 29px; font-size: 14px; }
	.nav_btn li { padding: 7px 30px; margin-bottom: 10px; background-color: #83174C;}
	.nav_btn li p.nav_yoyaku { font-size: 14px;color: #fff; text-align: center;}
	#nav_rsv .sub_cp { justify-content:space-between; align-items: flex-end; }
	#nav_rsv .btn_coupon { display: block; width: 135px; height: 135px; position: relative; }
	#nav_rsv .btn_coupon:after { content:""; width: 15px; height: 6px; position: absolute; bottom: 15px;
		left: 60px; background: url(../images/icon_arrow_w.svg) center center no-repeat;
		transition:0.3s; }
	#nav_rsv .btn_coupon:hover,#nav_rsv .btn_coupon:hover img { opacity: 1; }
	#nav_rsv .btn_coupon:hover:after { left: 65px; }

	/*#ui-datepicker-div { z-index: 11000 !important; }*/

	.fbns { position: fixed; right: 0; top:165px; top: -webkit-calc( 50vh - 195px ); 
		top: calc( 50vh - 195px ); width: 50px; z-index: 2500; }
	.fbns li a { display: block; text-indent: -10000px; overflow: hidden; }
	.fbns li:first-child a { width: 100%; /*height: 110px;*/height: 120px; 
		background: url(../images/bn_bestrate.svg) center center no-repeat #232122; }
	.fbns li:nth-child(2) a { width: 100%; height: 110px; 
		background: url(../images/bn_search.svg) center center no-repeat #83174c; }
	.fbns li:nth-child(3) a { width: 100%; height: 140px; 
		background: url(../images/bn_dayplan.svg) center center no-repeat #ba4076; }

	#f_rsv { /*background: #3d1b11;*/ }
	.rsv form { position: relative; padding-right: 300px; padding-right: -webkit-calc( 50vw - 500px ); 
		padding-right: calc( 50vw - 500px ); padding-left: 100px; padding-top: 95px; 
		padding-top: -webkit-calc( 50vh - 250px );  padding-top: calc( 50vh - 250px ); }
	.h650 .rsv form { padding-top: 20px; padding-bottom: 20px; }
	#f_rsv h3 { font-size: 18px; text-align: center; margin-bottom: 15px; }
	.rsv .hcal { display: block; width: 100%; padding: 0; display: block; }
	.rsv .hcal label { font-size: 15px; color: #83174c; text-align: center; display: block; }
	.ui-datepicker-calendar,#datepicker { width: 100%; }
	#datepicker { margin-bottom: 25px; }
	.ui-datepicker-calendar td { font-size: 15px; text-align: center; width: 60px; height: 40px; line-height: 40px; }
	.ui-datepicker-calendar td a {  display: block; }
	.ui-datepicker-calendar td.ui-state-disabled { color: #a8a8a8; }
	.ui-datepicker-calendar th { color: #a8a8a8; padding: 12px; font-size: 15px; text-align: center; }
	.ui-state-active { background: url(../images/date_active.svg) center center no-repeat; }
	.ui-datepicker-header { width: 100%; position: relative; height: 50px; }
	.ui-datepicker-prev,.ui-datepicker-next { position: absolute; width: 36px; height: 36px; border-radius: 18px; 
		border: #e0e0e0 1px solid; text-indent: -10000px; overflow: hidden; cursor: pointer; }
	.ui-datepicker-prev { background: url(../images/cal_prev.svg) center center no-repeat #ffffff; left: 0; }
	.ui-datepicker-next { background: url(../images/cal_next.svg) center center no-repeat #ffffff; right: 0; }
	.ui-datepicker-prev:hover { background: url(../images/cal_prev_on.svg) center center no-repeat #83174c; 
		opacity: 1; }
	.ui-datepicker-next:hover { background: url(../images/cal_next_on.svg) center center no-repeat #83174c; 
		opacity: 1; }
	.ui-datepicker-title { display: flex; flex-direction: row-reverse; justify-content:center; color: #83174c;
		font-size: 26px; line-height: 30px; }
	.rsv ul.rsv_ul { display: flex; justify-content:space-between; margin-bottom: 10px; }
	.rsv ul.rsv_ul li { background: #ffffff; display: flex; font-size: 14px; width: 31%;
		/*padding: 0 12px;*/ border: #d0d0d0 1px solid; height: 40px; line-height: 40px; font-size: 15px;
		align-items:end; position: relative; }
	.rsv ul.rsv_ul li:after { content: ""; background: url(../images/icon_arrow_d.svg) center center no-repeat; 
		right: 10px; position: absolute; width: 10px; height: 40px; top:0; }

	.rsv select { border: none; height: 40px; line-height: 40px; font-size: 22px; font-family: "notoserif";
		 -webkit-appearance: none; border-radius: 0; background: none; width: 100%; padding-left: 12px;
		position: relative; z-index: 3; cursor: pointer; }
	.rsv ul.rsv_ul li label { position: absolute; right: 40px; top:0; line-height: 40px; }
	.rsv ul.rsv_ul li p { position: absolute; line-height: 40px; left: 5px; top:0; }
	.rsv ul.rsv_ul li:last-child select { padding-left: 44px; }
	.rsv input[type="submit"] { cursor: pointer; transition:0.3s; -webkit-appearance: none;
		width: 100%; height: 40px; line-height: 40px; margin-bottom: 20px; }
	.member { margin-bottom:20px; }
	.member a { padding: 0 12px; background: url(../images/icon_arrow_b.svg) left center no-repeat;
		background-size: 4px auto; line-height: 30px; display: block; margin-left: 12px; }
	.member+p { text-align:center; }







/*footer*/
	footer { width: 100%; position: relative; 
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

	footer #footnav { color: #ffffff; padding: 25px 0;
		background: #232122; }
	footer #footnav .mainw { display: flex; justify-content: space-between; }
	footer #footnav .mainw .fn1,footer #footnav .mainw .fn2 { display: flex; justify-content: space-between;
		flex-wrap:wrap; }
	/*footer #footnav .mainw .fn1 { width: 44%; }
	footer #footnav .mainw .fn2 { width: 31%; }*/
	footer #footnav ul { font-size: 14px; line-height: 28px; margin-bottom: 10px; width: 206px; }
	footer #footnav .mainw .fn1 ul:first-child,footer #footnav .mainw .fn2 ul:first-child { width: 196px; }
	footer #footnav .mainw .fn1 ul:nth-child(2),footer #footnav .mainw .fn2 ul:nth-child(2) { width: 216px; }
	.tab footer #footnav .mainw .fn1 ul:first-child, .tab footer #footnav .mainw .fn2 ul:first-child { width: 170px; }
	footer #footnav li {  }
	footer #footnav li a { display: block; color: #c5c5c5; padding: 0 10px; }
	footer #footnav .btn_prof { display: block; width: 168px; height: 224px; position: relative;
		background: url(../images/btn_prof_on.png) left top no-repeat; margin-top: -96px; }
	/*footer #footnav .btn_prof:after { content: ""; width: 15px; height: 5px; position: absolute; bottom: 20px;
		background: url(../images/icon_arrow_w.svg) center center no-repeat; background-size: 14px auto;
		left: 59px; transition:0.3s; }*/
	footer #footnav .btn_prof:hover { opacity: 1; }
	footer #footnav .btn_prof:hover img { opacity: 0; }
	/*footer #footnav .btn_prof:hover:after { left: 64px; 
		background: url(../images/icon_arrow.svg) center center no-repeat; }*/

	footer .mainw { position: relative; }
	footer .footmain { padding-top: 20px; padding-bottom: 20px; }
	footer .footmain .hotelinfo { justify-content: space-between; align-items:center; }
	footer .h2wrap { margin-bottom: 12px; width: 170px; /*margin-right: 20px;*/ }
	footer h2 { margin-right: 15px; width: 170px; height: 57px;
		 margin-bottom: 10px; }
	footer h2 a { display: block; width: 170px; height: 57px; overflow: hidden; text-indent: -10000px; 
		background: url(../images/logo_f.svg) left top no-repeat; background-size: contain; }
	footer .h2wrap ul { display: flex; justify-content: center; align-items:center; }
	footer .h2wrap ul li { width: 36px; height: 36px; margin: 0 2px; }
	footer .h2wrap ul li a { display: block; width: 36px; height: 36px; line-height: 35px; background: #ffffff;
		color: #302e2e; font-size: 16px; text-align: center; border: #d6d6d6 1px solid; border-radius: 18px; }
	footer .h2wrap ul li a:hover { opacity: 1; background-color: #ba4076; color: #ffffff; } 
	footer .h2wrap ul li:last-child a { background: url(../images/icon_line_on.svg) center center no-repeat #ffffff; }
	footer .h2wrap ul li:last-child a img { vertical-align: middle; }
	footer .h2wrap ul li:last-child a:hover { 
		background: url(../images/icon_line_on.svg) center center no-repeat #ba4076; }
	footer .h2wrap ul li:last-child a:hover img { opacity: 0; }
	.telno { width: 210px; height: 37px; background: url(../images/tel.svg) center center no-repeat;
		text-indent: -10000px; overflow: hidden; }
	footer address{ font-style: normal; margin-bottom: 13px; }
	footer address p { font-size: 14px; line-height: 22px; text-align: left; }




/*pagetop*/
	#page-top { position: fixed; bottom: 40px; left: 50%; margin-left: 610px; z-index: 2000; }
	#page-top a { background: url(../images/icon_up.svg) center center no-repeat #232122; color: #663a2f; 
		text-align: center; display: block; width: 50px; height: 50px;
		position: relative; text-align: center; }
	#page-top a:hover { background-color: #ba4076; opacity: 1; }

	#page-top.stop { position: absolute; bottom: 333px; }


/*common*/
	.mainw,.mainw_pc { width: 1200px; margin: 0 auto; }
	.w1100 { width: 1100px; margin: 0 auto; }
	.w1080 { width: 1080px; margin: 0 auto; }
	.w1000 { width: 1000px; margin: 0 auto; }
	.w900 { width: 900px; margin: 0 auto; }
	.w800 { width: 800px; margin: 0 auto; }
	.w700 { width: 700px; margin: 0 auto; }
	/*.anchor { margin-top: -100px; padding-top: 100px; }*/
	.cflex { display: flex; }
	p { font-size: 16px; line-height: 24px; }
	#mv { width: 100%; height: 400px; overflow: hidden; text-align: center;
		position: relative; }
	#mv h2 { position: absolute; top:0; width: 100%; height: 400px; left: 0; text-align: center;
		overflow: hidden; text-indent: -100000px; }
	#lead { padding: 50px 0; }
	#lead h3 { width: 100%; height: 40px; margin-bottom: 30px; text-indent: -100000px; overflow: hidden; }
	#lead p { text-align: center; }
	p.lead { font-size: 16px; line-height: 26px; text-align: center; margin: 0 0 20px; }
	ul.noteul li { padding-left: 1em; text-indent: -1em; font-size: 14px; line-height: 20px; }
	p.note:before { content: ""; display: inline-block; width: 9px; height: 7px; margin-right: 5px;
		background: url(../images/icon_note.svg) center center no-repeat; }

	.h2wrp { background: #ffffff; height: 70px; }
	h2.mainh2 { font-size: 18px; text-align: left; font-weight: normal; margin: 0 auto; line-height: 70px;
		width: 1200px;  }
	h2.mainh2>span { font-size: 40px; font-family: 'EB Garamond'; display: inline-block; padding-right: 12px;
		margin-right: 12px; position: relative; }
	h2.mainh2>span:after { content: ""; position: absolute; width: 1px; height: 28px; right: 0; top:21px;
		background: #ccc7be; }
	h2.mainh2 span span { color: #af8242; }
	h3.ch3,h4.ch4_2 { /*margin: 0 auto 45px;*/ font-size: 22px; font-family: 'hannari';
		position: relative; text-align: left; line-height:26px; }
	h3.ch3 span,h4.ch4_2 span { font-size: 13px; font-family:"EB Garamond"; font-weight: normal; 
		letter-spacing: 0; color: #83174c; }
	h3.ch3.white,h4.ch4_2.white { color: #ffffff; border-bottom: #ffffff 1px solid; }
	/*h3.ch3 span.for_pc { display: inline; }*/
	h3.ch3_2 { font-size: 14px; text-align: center; line-height: 36px; position: relative; margin-bottom: 40px;
		font-weight: normal; padding-top: 55px; }
	h3.ch3_2 span { font-family: 'EB Garamond'; font-size: 30px; }
	h3.ch3_3 { margin-bottom: 25px; font-size: 28px; font-family: 'EB Garamond'; text-align: left;
		line-height: 34px; position: relative; font-weight: normal; border-bottom: #ffffff 1px solid; }
	h3.ch3_3 span { font-size: 14px; display: inline-block; padding-left: 10px;
		font-family: "notoserif"; }

	h4.ch4 { font-size: 18px; margin-bottom: 10px; line-height: 24px; color: #af8242;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	h4.ch4_3,h5.ch5 { border-left: #af8242 2px solid; padding: 5px 0 5px 14px; font-size: 20px; line-height: 22px;
		margin-bottom: 18px; }
	h4.ch4_3 span,h5.ch5 span { font-size: 16px; }

	.cmenu { width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: center;
		text-align: center; margin: 0 auto 50px;  }
	.cmenu li { font-size: 15px; }
	.cmenu li a { display: block; height: 50px; width: 100%; position: relative; line-height: 24px;
		text-align: center; padding: 0 20px;
		background: url(../../images/icon_arrow_d2.svg) center bottom 5px no-repeat; }
	/*.cmenu li a:after { content: "\f107"; font-family: FontAwesome; position: absolute; bottom: 0;
		left: 0; width: 133px; text-align: center; transition:0.3s; line-height: 15px; color: #bababa; }*/
	.cmenu li a:hover { opacity: 1; background-position: center bottom; }
	/*.cmenu li a.l2 { line-height: 17px; }*/
	/*.cmenu li a:hover:after,.cmenu li a.active:after { bottom: -5px; }*/

	.hanaline { background: url(../images/hanaline.svg) left top no-repeat; padding-top: 110px; }
	.hanaline_c { background: url(../images/hanaline.svg) center top no-repeat; padding-top: 110px; }
	.hanaline_r { background: url(../images/hanaline.svg) right top no-repeat; padding-top: 110px; }

	/*section .bx-wrapper .bx-viewport { left:0; }*/
	/*cb...color box*/
	.cb { background: url(../images/cb.jpg) left top repeat; }
	.cb2 { background: url(../images/cb2.jpg) repeat; }
	.bgw { background: #ffffff; }

	/*bt...border top*/
	.bt { border-top: #e0e0e0 1px solid; padding-top: 30px; }
	/*bb...border bottom*/
	/*.bb { width: 100%; box-shadow: 2px 2px 5px #cccccc; padding-bottom: 15px; margin-bottom: 70px; }*/
	/*cbd...common border*/
	.cbd { height: 15px; width: 100%; background:#f2f2f2; }

	.cbtn { font-size: 14px; display: block; text-align: center; line-height: 38px;
		 width: 200px; height: 40px; position: relative; color: #ffffff; border: #83174c 1px solid;
		 background: url("../images/icon_arrow_w.svg") right 12px center no-repeat #83174c;
		 background-size: 14px auto; border: none; font-family: "notoserif"; }
	.cbtn:hover { opacity: 1; background: url("../images/icon_arrow.svg") right 7px center no-repeat #ffffff;
		color: #232122; background-size: 14px auto; border: #e0e0e0 1px solid; }

	.cbtn2 { font-size: 14px; display: block; text-align: center; line-height: 38px;
		width: 220px; height: 40px; padding-right: 20px;
		 background: url("../images/icon_arrow.svg") right 13px center no-repeat #ffffff;
		 border: #e0e0e0 1px solid; background-size: 14px auto; }
	.cbtn2:hover,.cbtn2.white:hover { opacity: 1; color: #ffffff;
		background: url("../images/icon_arrow_w.svg") right 8px center no-repeat #83174c; background-size: 14px auto; }
	/*.cbtn2.l2 { line-height: 18px; height: 55px; padding-top: 7px; }*/
	.cbtn2.white { border: #ffffff 1px solid; color: #ffffff; line-height: 38px;
		width: 240px; height: 40px;
		background: url("../images/icon_arrow_w.svg") right 13px center no-repeat; background-size: 4px auto; }

	.cbtn3 { font-size: 14px; display: block; text-align: center; line-height: 38px;
		 width: 280px; height: 40px; position: relative; color: #ffffff; border: #ffffff 1px solid;
		 background: url("../images/icon_arrow_w.svg") right 12px center no-repeat;
		 background-size: 14px auto; }
	.cbtn3:hover { opacity: 1; color: #232122;
		background: url("../images/icon_arrow.svg") right 7px center no-repeat #ffffff;
		background-size: 14px auto; }


	table.ctable { border-collapse:collapse; width: 100%; }
	table.ctable th,table.ctable td { font-size: 14px; border: #d5d5d5 1px solid; }
	table.ctable th { font-weight: normal; text-align: center; height: 34px; line-height: 34px;
		background: #ededed; color: #80174c; }
	table.ctable td { text-align: center; line-height: 34px; }
	/*table.ctable .long { line-height: 26px; padding: 10px; }*/

	table.ctable2 { border-collapse: collapse; width: 100%; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	table.ctable2 tr:first-child th { border-top: #e0e0e0 1px solid; }
	table.ctable2 tr:first-child td { border-top: #e0e0e0 1px solid; }
	/*table.ctable2 tr:nth-child(2) td { padding-top: 10px; }
	table.ctable2 tr:last-child td { border-bottom: #e0e0e0 1px solid; padding-bottom: 10px; }*/
	table.ctable2 th { border-bottom: #e0e0e0 1px solid; vertical-align: middle;
		font-size: 14px; color: #80174c; }
	table.ctable2 th { text-align: left; padding: 5px 0; font-weight: normal; border-bottom: #e0e0e0 1px solid;
		position: relative; /*height: 33px; line-height: 33px;*/ }
	table.ctable2 td { padding: 5px; border-bottom: #e0e0e0 1px solid; }

	table.ctable3 { border-collapse: collapse;  }
	table.ctable3 tr:first-child th { border-top: #d8d4cb 1px solid; }
	table.ctable3 tr:first-child td { border-top: #d8d4cb 1px solid; }
	table.ctable3 th,table.ctable3 td { border-bottom: #d8d4cb 1px solid; font-size: 14px;
		line-height: 37px; text-align: left; padding: 0 10px; }
	table.ctable3 th { font-weight: normal;
		position: relative; background: #e5e1d7; vertical-align: middle;
		 border-right: #d8d4cb 1px solid; }
	table.ctable3 td { background: #fcfbf6; }

	ul.cul { text-align: left; font-size: 16px; line-height: 34px; padding-left: 1em; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	ul.cul li:before { content: ""; display: inline-block; width: 9px; height: 7px; margin-right: 5px; 
		background: url(../images/icon_note.svg) center center no-repeat; }
	ul.cul li.note:before { content: ""; }

	ol.cul2 { text-align: left; font-size: 15px; line-height: 30px; padding-left: 1em; }
	ol.cul2 li { padding-left: 1em; text-indent: -0.8em; }

	ul.cul3 { text-align: left; font-size: 15px; line-height: 30px; padding-left: 1em; }
	ul.cul3 li { padding-left: 1em; text-indent: -0.8em; list-style: disc; }
	ol.cul4 { text-align: left; font-size: 15px; line-height: 30px; padding-left: 1em; }
	ol.cul4 li { padding-left: 3em; text-indent: -3em; list-style: none; }

	dl.cdl { text-align: left; font-size: 15px; line-height: 30px; padding-left: 1em; }
	dl.cdl dt { font-size: 18px; }
	dl.cdl dd { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	dl.cdl dd:before { content: "●"; color: #af8242; display: inline-block; font-size: 10px;
		padding-right: 0.5em; }

	/*cdl...common dl*/
	/*ul.bn { text-align: center; margin: 60px auto 110px; }
	ul.bn li { float: left; }
	ul.bn li:last-child { float: right; }
	ul.bn li img { width: 550px; }*/

	time.entry-date.published {
    display: block;
}

time.updated {
    display: none !important;
}


}
@media (min-width: 751px) and  (max-width:1470px){ #page-top { right: 20px; left: auto; margin-left: 0; } }

@media (min-width: 751px) and  (max-width:1245px){
	.for_nw{display: inline !important;}

	.mainw,.mainw_pc,h2.mainh2 { width: 100%; padding-right: 2vw; padding-left: 2vw; }
	.mainw.anchor,.mainw_pc.anchor { padding: 100px 2vw 0; }
	/*#fnav .f_gnav li a { padding: 0 10px; }
*/


}
@media (min-width: 751px) and  (max-width:1170px){
	#nav_rsv .inner nav { padding-left: 90px; padding-right: 20px; }
	.rsv form { padding-left: 20px; }
}
@media (min-width: 751px) and  (max-width:1145px){
	.w1100 { width: 100%; padding-left: 2vw; padding-right: 2vw; }
	.w1100.anchor { padding: 100px 2vw 0; }
	#headmain,#nav_rsv .mainw_pc { justify-content:center; }
}
@media (min-width: 751px) and  (max-width:1110px){
	.w1080 { width: 100%; padding-left: 2vw; padding-right: 2vw; }
	.gnav li a { padding: 0 5px; }
	footer #footnav .btn_prof { background-size: 100% auto; width: 14vw; height: 18.6vw; }
	footer #footnav .btn_prof:after { bottom: 2vw;
		left: 35%; }
	footer #footnav .btn_prof:hover:after { left: 37%; }
}

@media (min-width: 751px) and  (max-width:1045px){
	.w1000 { width: 100%; padding-left: 2vw; padding-right: 2vw; }
	.w1000.anchor { padding: 100px 2vw 0; }
	/*#fnav { height: 135px; top:-135px; }*/
}
@media (min-width: 751px) and  (max-width: 980px){
	/*#fnav { height: 180px; top:-180px; }
	header,#nav_rsv { height: 95px; }
	#f_rsv { height: 85px; }*/
}
@media (min-width: 751px) and  (max-width: 940px){
	/*#gnav li,#gnav li a,#fnav .f_gnav li,#fnav .f_gnav li a { height: 35px; line-height: 35px; }*/
	.w900 { padding-left: 2vw; padding-right: 2vw; width: 100%; }
	footer #footnav .btn_prof:after { bottom: 3vw; }
}
@media (min-width: 751px) and  (max-width: 900px){
	/*header { height: 140px; }
	header #headertop { height: 80px; }
	#headertop .right { flex-direction: column; }
	#headmain h2 { top:-70px; }
	#headmain nav ul { width: 50%; }*/
}
@media (min-width: 751px) and  (max-width: 860px){
	/*#fnav { height: 220px; top:-220px; }
	header,#nav_rsv { height: 135px; }*/
	footer #footnav .btn_prof:after { bottom: 5vw; }
	.w800 { width: 96%; margin-left: auto; margin-right: auto; }
}
	@-moz-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-webkit-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-o-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }
	@-ms-keyframes imgfade { 0% { opacity: 0; } 100% { opacity: 1; } }

	@-moz-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-webkit-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-o-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
	@-ms-keyframes showup { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }

@media (max-width:750px){
	body { font-size: 3.8vw; line-height: 1.5; }
	.mb15 { margin-bottom: 2vw !important; }
	.mb20 { margin-bottom: 2.6vw !important; }
	.mb25 { margin-bottom: 3.3vw !important; }
	.mb30 { margin-bottom: 4vw !important; }
	.mb40 { margin-bottom: 5.3vw !important; }
	.mb50 { margin-bottom: 6.6vw !important; }
	.mb60 { margin-bottom: 8vw !important; }
	.mb70 { margin-bottom: 9.3vw !important; }
	.mb80 { margin-bottom: 10.6vw !important; }
	.mb90 { margin-bottom: 12vw; }
	.mb100 { margin-bottom: 13.3vw !important; }
	.mb120 { margin-bottom: 16vw !important; }
	.pt50 { padding-top: 6.6vw !important; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }
	.fs14 { font-size: 3.4vw; }
	.fs15 { font-size: 3.5vw; }
	.fs16 { font-size: 3.7vw; }
	.fs24 { font-size: 4vw; }
	.fs26 { font-size: 5vw; }


	body { width:100%; }
	.wrap { width: 100%; overflow: hidden; position: relative; }
	.for_pc { display: none !important; }
	.for_tab{display: none;}
	.for_pcnotab { display: none !important; }
	.for_nw{display: none !important;}


	.cf_s:before,.cf_s:after { content:""; display:table; }
	.cf_s:after { clear:both; }
	.cf_s { zoom:1; }

.showup {
	opacity: 0;
	transition: 1s;
	transform: translateY(4vw);
    -webkit-transform: translateY(4vw);
    -moz-transform: translateY(4vw);
    -ms-transform: translateY(4vw);
    -o-transform: translateY(4vw);
}
.upview {
	-moz-animation: showup 1s linear 0s 1 normal forwards;
	-webkit-animation: showup 1s linear 0s 1 normal forwards;
	-o-animation: showup 1s linear 0s 1 normal forwards;
	-ms-animation: showup 1s linear 0s 1 normal forwards;
}

/*header*/
	header { width: 100%; }
	/*#headmain h1 { margin: 0 auto 0; width: 58vw; text-align: center; position: relative; }
	#headmain h1 img { width: 100%; }*/
	#fnav { width:100%; position:fixed; left:0; bottom:0; z-index:20000; }
	#mainnav { width:100%; height:13vw; display: flex; position: relative;
		justify-content: space-between; z-index: 3000; background: #ffffff;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	#mainnav ul { width: 100%; height:13vw; display: flex; }
	#mainnav ul li { text-align: center; position: relative; width: 25%; }
	#mainnav ul li:first-child { background: #232122; }
	#mainnav ul li:nth-child(2) { background: #83174c; }
	#mainnav ul li:nth-child(3) { background: #ba4076; }
	#mainnav ul li a { width:100%; height:13vw; color: #ffffff; padding-top: 2vw;
		position: relative; font-size: 3.2vw; display: block;
		text-align: center;  }
	#mainnav ul li:nth-child(4) a { color: #83174c; }
	#mainnav ul li a img { height: 4.4vw; }
	#mainnav ul li a p { display: block; text-align: center; }
	/*#mainnav ul li:first-child a span { padding-top: 2vw; }*/
	#mainnav #btn_menu { }
	#mainnav #btn_menu div { width: 6vw; height: 4.4vw; margin: 0 auto 0; position: relative; }
	#mainnav #btn_menu span{ position: absolute;  display: block; width: 6vw; 
		height: 1px;  
		background: #83174c; left:0; transform:rotate(0); }
	#mainnav #btn_menu div span:first-child{ top:0; }
	#mainnav #btn_menu div span:nth-child(2){ top:2vw; }
	#mainnav #btn_menu div span:nth-child(3){ top:4vw; }
	/*#mainnav #btn_menu span.txt { text-align: center; height: auto; width: 100%;
		background: none; }*/

	.sp_yoko #fnav,.sp_yoko #mainnav,.sp_yoko #mainnav ul,.sp_yoko #mainnav ul li a,
	.sp_yoko #mainnav #btn_menu
	{ height: 15vh; }
	.sp_yoko #mainnav ul li a { display: flex; justify-content:center; align-items:center;  }
	.sp_yoko #mainnav ul li a p { font-size: 2.6vw; }
	.sp_yoko #mainnav ul li a img { height: 4vw; }

	#nav_rsv { display: none; position: fixed; left: 0; top: 0; width: 100%; z-index: 2000;
		text-align: center; background: #ffffff; height: 100%; overflow: auto; min-height: 100vh;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	#nav_rsv.menu { padding-bottom: 20vw; }
	#nav_rsv.rsv { padding-bottom: 0; }
	/*#nav_rsv.rsv nav { display: none; }*/
	#nav_rsv nav { transition:0.6s; }
	#nav_rsv h1 { margin: 6vw auto; width: 40vw; height: 13vw; text-align: center;
		background: url(../images/logo_f.svg) center center no-repeat; background-size: contain;
		overflow: hidden; text-indent: -10000px; }
	#nav_rsv h1 a { display: block; width: 40vw; height: 13vw; }
	#nav_rsv ul.f_gnav { width: 88vw; margin: 0 auto 6.4vw; }
	#nav_rsv ul.f_gnav li { border-bottom: #c6c6c6 1px solid; line-height: 12vw; }
	#nav_rsv ul.f_gnav li a { display: block; width: 100%; height: 12vw; text-align: left;
		position: relative; font-size: 4vw; }

	#nav_rsv .subnav { width: 88vw; margin: 5vw auto; display: flex; flex-wrap: wrap; }
	#nav_rsv .subnav li { width: 44vw; }
	#nav_rsv .subnav li a { display: flex; line-height: 8.8vw; font-size: 3.2vw; padding-left: 4vw;
		text-align: left; }
	#nav_rsv .subnav li a:before { content: ""; background: url(../images/icon_arrow_b.svg) left center no-repeat;
		width: 3vw; height: 8.8vw; background-size: 1.4vw auto; display: inline-block; }
	#nav_rsv .btn_coupon { display: block; width: 30vw; height: 30vw; position: relative; margin: 0 auto; }
	#nav_rsv .btn_coupon:after { content:""; width: 4vw; height: 2vw; position: absolute; bottom: 3vw;
		left: 14vw; background: url(../images/icon_arrow_w.svg) center center no-repeat;
		background-size: 3.4vw auto; }
	#nav_rsv .btn_coupon img { width: 100%; }
	#nav_rsv .nav_btn li { width: 88vw; padding: 3vw; margin: 3vw auto; background :none ;background-color: #83174C; }
	#nav_rsv .nav_btn li p.nav_yoyaku { font-size: 3.2vw; color: #fff; text-align: center;}

	/*#nav_rsv.menu #f_rsv { display: none; }*/
	#f_rsv { position: relative; transition:0.6s; padding-bottom: 20vw; }
	#f_rsv .btn_rsv { display: block; position: absolute; top:0; right: 0; width: 14vw; }
	.rsv form { position: relative; width: 77vw; margin: 0 auto; padding: 12vw 0 0; }
	#f_rsv h3 { font-size: 6vw; text-align: center; margin-bottom: 6vw; }
	#f_rsv h3 span { font-size: 3.2vw; }
	.rsv .hcal { display: block; width: 100%; padding: 0; display: block; }
	.rsv .hcal label { font-size: 3.2vw; color: #83174c; text-align: center; display: block; }
	.ui-datepicker-calendar,#datepicker { width: 100%; }
	.ui-datepicker-calendar td { font-size: 3.2vw; text-align: center; width: 11vw; height: 8vw; line-height: 8vw; }
	.ui-datepicker-calendar td a {  display: block; }
	.ui-datepicker-calendar td.ui-state-disabled { color: #a8a8a8; }
	.ui-datepicker-calendar th { color: #a8a8a8; padding: 2vw; font-size: 3.2vw; text-align: center; }
	.ui-state-active { background: url(../images/date_active.svg) center center no-repeat; background-size: 7vw auto; }
	.ui-datepicker-header { width: 100%; position: relative; height: 12vw; }
	.ui-datepicker-prev,.ui-datepicker-next { position: absolute; width: 12vw; height: 12vw; border-radius: 6vw; 
		border: #e0e0e0 1px solid; text-indent: -10000px; overflow: hidden; cursor: pointer; }
	.ui-datepicker-prev { background: url(../images/cal_prev.svg) center center no-repeat #ffffff; 
		background-size: 2vw auto; left: 0; }
	.ui-datepicker-next { background: url(../images/cal_next.svg) center center no-repeat #ffffff; 
		background-size: 2vw auto; right: 0; }
	.ui-datepicker-title { display: flex; flex-direction: row-reverse; justify-content:center; color: #83174c;
		font-size: 5vw; line-height: 12vw; }
	.rsv { padding-bottom: 20vw; }
	.rsv ul.rsv_ul { display: flex; justify-content:space-between; margin-bottom: 2vw; }
	.rsv ul.rsv_ul li { background: #ffffff; display: flex; font-size: 3.2vw; width: 31%;
		padding: 0 2vw; border: #d0d0d0 1px solid; height: 12vw; line-height: 12vw; font-size: 3.2vw;
		align-items:end; position: relative; }
	.rsv ul.rsv_ul li:after { content: ""; background: url(../images/icon_arrow_d.svg) center center no-repeat; 
		right: 2vw; position: absolute; width: 2vw; height: 12vw; top:0; background-size: 1.4vw auto; }
	.rsv select { border: none; height: 12vw; line-height: 12vw; font-size: 3.2vw; font-family: "notoserif";
		 -webkit-appearance: none; border-radius: 0; background: none; width: 100%;
		 }
	.rsv ul.rsv_ul li label { position: absolute; right: 6vw; top:0; line-height: 12vw; }
	.rsv ul.rsv_ul li p { position: absolute; line-height: 12vw; left: 2vw; top:0; }
	.rsv ul.rsv_ul li:last-child select { padding-left: 9vw; }
	.rsv input[type="submit"] { cursor: pointer; transition:0.3s; -webkit-appearance: none;
		width: 100%; height: 12vw; line-height: 12vw; margin-bottom: 2vw; border: none;
		border-radius: 0; }
	.member { margin-bottom:4vw; }
	.member a { padding: 0 2vw; background: url(../images/icon_arrow_b.svg) left center no-repeat;
		background-size: 1.4vw auto; line-height: 8vw; display: block; margin-left: 2vw; text-align: left; }
	.member+p { letter-spacing:-0.3vw; }


	.tel { text-align: center; font-size: 3.7vw; width: 58vw; margin: 0 auto;
		 padding: 2vw 0; }
	.telno { width: 58vw; height: 10vw; background: url(../images/tel.svg) center center no-repeat;
		background-size: contain; text-indent: -10000px; overflow: hidden; }
	.telno a { display: block; width: 100%; height: 100%; }

	.h1sp { width: 34vw; position: absolute; top:4vw; left:50%; margin-left: -17vw; z-index: 20; }
	.h1sp h1 { width: 34vw; height: 13vw; text-align: center;
		background: url(../images/logo_w.svg) center center no-repeat; background-size: contain;
		overflow: hidden; text-indent: -10000px; }
	.h1sp h1 a { display: block; width: 34vw; height: 13vw; }

	/*.footimg { margin-top: 40vw; }*/

/*footer*/
	#page-top { width: 13vw; height: 13vw; position: fixed; right: 0; bottom: 13vw;
		z-index: 3000; }
	.sp_yoko #page-top { bottom: 15vh; }
	#page-top a { display: block; width: 13vw; height: 13vw; 
		background: url(../images/icon_up.svg) center center no-repeat #232122; color: #663a2f; 
		text-align: center; position: relative; background-size: 5vw auto; }
	#page-top.stop { position: absolute; bottom: 333px; }

	footer { text-align: center; position: relative; padding: 0 0 13vw;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	footer #footnav { color: #ffffff; padding: 6vw 0;
		background: #232122; }
	footer #footnav .mainw { display: flex; justify-content: space-between; position: relative; padding-bottom: 16vw; }
	footer #footnav .mainw .fn1,footer #footnav .mainw .fn2 { width: 44vw; }
	footer #footnav ul { position: relative; z-index: 3; }
	footer #footnav li a { display: block; color: #c5c5c5; padding: 2vw 0; font-size: 3.7vw; text-align: left;
		line-height: 4.2vw; }
	footer #footnav .btn_prof { display: block; width: 43vw; position: absolute; bottom: 0; right: -4vw;
		 }
	footer #footnav .btn_prof img { width: 100%; }
	footer .footmain { padding-top: 6vw; padding-bottom: 25vw; }
	footer h2 { width: 53vw; margin: 0 auto 2vw; height: 18vw; overflow: hidden; text-indent: -10000px;
		background: url(../images/logo_f.svg) left top no-repeat; background-size: contain; }

	footer .h2wrap ul { display: flex; justify-content: center; align-items:center; margin-bottom: 4vw; }
	footer .h2wrap ul li { width: 10vw; height: 10vw; margin: 0 1vw; }
	footer .h2wrap ul li a { display: block; width: 10vw; height: 10vw; line-height: 10vw; background: #ffffff;
		color: #302e2e; font-size: 4vw; text-align: center; border: #d6d6d6 1px solid; border-radius: 5vw; }
	footer .h2wrap ul li:last-child a img { vertical-align: middle; width: 6vw; }
	footer .tel { padding-bottom: 28vw; }
	footer address{ font-style: normal; margin-bottom: 4.6vw; }
	footer address p { font-size: 3.7vw; line-height: 6vw; text-align: center; }
	footer .cbtn { margin: 0 auto 6vw; }
	footer .award { margin-top: -50vw; }
	footer .award img { width: 80vw; }






/*common*/
	.mainw,.w1100,.w1080,.w1000,.w900,.w800,.w700 { width: 88vw; margin: 0 auto; padding: 0; }
	p { font-size: 3.7vw; line-height: 6vw; }
	#mv { position: relative; width: 100%; height: 80vw; }

	#mv h2 { position: absolute; top:0; left:0; text-align: center; width: 100vw; height: 80vw;
		overflow: hidden; text-indent: -100000px; }
	#lead { padding: 6vw 0; }
	#lead h3 { width: 100%; height: 14vw; margin-bottom: 4vw; text-indent: -100000px; overflow: hidden; }
	#lead p { text-align: center; }
	p.lead { text-align: center; margin: 0 auto 6vw; }
	.note { padding-left: 1em; text-indent: -1em; }
	ul.noteul li { padding-left: 1em; text-indent: -1em; font-size: 3.4vw; line-height: 4.6vw; }
	p.note:before { content: ""; display: inline-block; width: 2vw; height: 3.4vw; margin-right: 1vw;
		background: url(../images/icon_note.svg) center center no-repeat; background-size: 1.6vw auto; }

	/*.lead { text-align: center; margin-bottom: 6vw; }
	.lead h4 { font-size: 5vw; text-align: center; margin-bottom: 2vw; line-height: 6vw; }
	.lead p { font-size: 3.7vw; line-height: 6vw; text-align: center; }*/

	.h2wrp { background: #ffffff; height: 13vw; padding: 0 5vw; }
	.h2wrp.l2_sp { height: 20vw; }
	h2.mainh2 { font-size: 3.7vw; text-align: left; font-weight: bold; margin: 0 auto; line-height: 13vw; }
	.h2wrp.l2_sp h2.mainh2 { line-height: 6vw; padding-top: 4vw; }
	h2.mainh2>span { font-size: 7.3vw; font-family: 'EB Garamond'; display: inline-block; padding-right: 3vw;
		margin-right: 3vw; position: relative; }
	h2.mainh2>span.for_sp { display: inline; }
	/*.h2wrp.l2_sp h2.mainh2>span { display: block; }*/
	h2.mainh2>span:after { content: ""; position: absolute; width: 1px; height: 6vw; right: 0; top:2.5vw;
		background: #ccc7be; }
	.h2wrp.l2_sp h2.mainh2>span:after { top:0.5vw; }
	h2.mainh2>span.for_sp:after { background: none; }
	h2.mainh2 span span { color: #af8242; }

	h3.ch3,h4.ch4_2 { margin-bottom: 10vw; font-size: 8vw; font-family: 'hannari'; width: 100%; line-height: 9vw;
		position: relative; text-align: left; }
	h3.ch3 span,h4.ch4_2 span { font-size: 4vw; display: inline-block; font-family:"EB Garamond"; font-weight: normal; 
		letter-spacing: 0; color: #83174c; }
	h3.ch3.white,h4.ch4_2.white { color: #ffffff; border-bottom: #ffffff 1px solid; }

	h3.ch3_2 { font-size: 3.7vw; text-align: center; line-height: 8vw; position: relative; margin-bottom: 6vw;
		font-weight: normal; padding-top: 8vw; }
	h3.ch3_2 span { font-family: 'EB Garamond'; font-size: 7vw; }
	h3.ch3_3 { margin-bottom: 4vw; font-size: 4.2vw; font-family: "notoserif"; text-align: left;
		line-height: 6vw; position: relative; font-weight: normal; border-bottom: #ffffff 1px solid; }
	h3.ch3_3 span { font-size: 3.4vw; display: inline-block; padding-left: 1vw; }


	h4.ch4 { font-size: 4vw; margin-bottom: 2vw; line-height: 5vw; color: #af8242;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	h4.ch4_3,h5.ch5 { border-left: #af8242 2px solid; padding-left: 2vw; font-size: 4vw; line-height: 5vw;
		margin-bottom: 4vw; }
	h4.ch4_3 span,h5.ch5 span { font-size: 3.4vw; }



	.cmenu { width: 88vw; position: relative; border-top: #cccccc 1px solid;
		text-align: left; margin: 5vw auto 10vw; display: flex; flex-wrap:wrap; }
	.cmenu li { width: 50%; height: 18vw; line-height: 13vw; border-bottom: #cccccc 1px solid;
		/* border-top: #afa895 1px solid; margin-bottom: 2vw;*/ }
	.cmenu li:nth-child(odd) { border-right: #cccccc 1px solid; }
	.cmenu li a { display: block; width: 100%; height: 18vw; position: relative; text-align: center;
		font-size: 3.7vw; background: url(../../images/icon_arrow_d2.svg) center bottom 3vw no-repeat;
		background-size: 1.4vw auto; }
	/*.cmenu li a:after { content: "\f107"; font-family: FontAwesome; position: absolute; top: 0;
		right: 2vw; text-align: center; line-height: 12vw; color: #bababa; }*/
	/*.cmenu li a.l2 { line-height: 4.2vw; padding-top: 1.6vw; }*/

	.hanaline,.hanaline_c,.hanaline_r { background: url(../images/hanaline.svg) left top no-repeat;
		background-size: 130% auto; padding-top: 26vw; }

	/*cb...color box*/
	.cb { background: url(../images/cb.jpg) left top repeat; }
	.cb2 { background: url(../images/cb2.jpg) repeat; }
	.bgw { background: #ffffff; }


	/*.cb h3 { height: 17.6vw; background: url("../images/cb_h3_sp.svg") center bottom no-repeat;
		font-family: "notoserif"; font-size: 6vw; line-height: 6vw; text-align: center;
		margin-bottom: 8vw; background-size: 37vw auto; }
	.cb h3 span { color: #603813; font-size: 3.2vw; }*/
	/*.cb2 { background: #F4F1E9; border-top: #E8E3D3 10px solid; }*/
	.bt { border-top: #e0e0e0 1px solid; padding-top: 4vw; }
	/*.bb { width: 100%; box-shadow: 2px 2px 5px #cccccc; padding-bottom: 4vw; margin-bottom: 13vw; }*/
	/*cbd...common border*/
	.cbd { height: 2.4vw; width: 100%; background: url(../images/c_line.jpg) left top repeat-x; 
		background-size: auto 2.4vw; }

	.cbtn,.cbtn_sp { font-size: 3.7vw; 
		display: block; text-align: center; line-height: 13vw; border: #83174c 1px solid;
		width: 77vw; height: 13vw; color: #ffffff; font-family: "notoserif";
		background: url("../images/icon_arrow_w.svg") right 4vw center no-repeat #83174c;
		background-size: 3.7vw auto; }
	.cbtn2 { font-size: 3.4vw; display: block; text-align: center; line-height: 12vw;
		 width: 88vw; height: 12vw; border: #e0e0e0 1px solid; margin: 0 auto;
		 background: url("../images/icon_arrow.svg") right 4vw center no-repeat #ffffff; 
		 background-size: 3.7vw auto; }
	.cbtn2.white { border: #ffffff 1px solid; color: #ffffff;
		 background: url("../images/icon_arrow_w.svg") right 4vw center no-repeat;
		 background-size: 1.4vw auto; }
	.cbtn3 { font-size: 3.4vw; display: block; text-align: center; line-height: 12vw;
		 width: 77vw; height: 12vw; position: relative; color: #ffffff; border: #ffffff 1px solid;
		 background: url("../images/icon_arrow_w.svg") right 4vw center no-repeat; margin: 0 auto;
		 background-size: 3.7vw auto; }

	table.ctable { width: 100%; margin-left: -2vw; }
	table.ctable th,table.ctable td { font-size: 3.7vw; border: #d5d5d5 1px solid; }
	table.ctable th { text-align: center; height: 8vw; line-height: 8vw;
		background: #ededed; color: #80174c; }
	table.ctable td { text-align: center; line-height: 8vw; }

	table.ctable2 { width: 100%; border-collapse: collapse; /*display: flex; flex-wrap:wrap;*/ }
	table.ctable2 tbody { /*display: flex; flex-wrap:wrap;*/ }
	table.ctable2 th { vertical-align: middle; color: #80174c;
		font-weight: normal; text-align: left; }

	table.ctable2 th,table.ctable2 td { font-size: 3.7vw; padding: 2vw; /*display: block; width: 100%;*/
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	table.ctable2 th:last-child,table.ctable2 td:last-child { border-right: none; }
	table.ctable2 tr:first-child { border-top: #e0e0e0 1px solid; width: 100%; }
	table.ctable2 tr { border-bottom: #e0e0e0 1px solid; /*width: 50%;*/  }
	/*table.ctable2 tr:nth-child(odd) { border-right: none; }*/
	table.ctable2 tr:last-child { width: 100%; border-right: none; }

	/*table.ctable3 { border-collapse: collapse; width: 100%; }
	table.ctable3 tr:first-child th { border-top: #e0e0e0 1px solid; }
	table.ctable3 tr:first-child td { border-top: #e0e0e0 1px solid; }
	table.ctable3 th,table.ctable3 td { border-bottom: #e0e0e0 1px solid; font-size: 3.4vw;
		line-height: 6vw; text-align: left; padding: 0 1.6vw; }
	table.ctable3 th { font-weight: normal; width: 40vw;
		position: relative; }
	table.ctable3 td { background: #fcfbf6; }*/

	ul.cul { text-align: left; font-size: 3.7vw; line-height: 6vw; padding-left: 1em; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em;/* list-style: disc;*/ }
	ul.cul li:before { content: ""; display: inline-block; width: 2vw; height: 3.7vw; margin-right: 1vw; 
		background: url(../images/icon_note.svg) center center no-repeat; background-size: 1.6vw auto; }

	ol.cul2 { text-align: left; font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	ol.cul2 li { padding-left: 1em; text-indent: -1.4em; }

	ul.cul3 { text-align: left; font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	ul.cul3 li { padding-left: 1em; text-indent: -0.5em; list-style: disc; }


	/*cdl...common dl*/
	dl.cdl { text-align: left;  font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	dl.cdl dt { font-size: 4vw; }
	dl.cdl dd { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	dl.cdl dd:before { content: "●"; color: #af8242; display: inline-block; font-size: 2vw;
		padding-right: 0.5em; }
	/*.cdl {  width: 90vw; margin: 3vw auto; }
	.cdl dt { text-align: center; border-bottom: #e0e0e0 1px solid;
		min-height: 8vw; line-height: 8vw; font-size: 4.2vw; background: #eeeeee; text-align: left; 
		padding-left: 2vw; }
	.cdl dt:first-child { border-top: #80ad1f 2px solid; }
	.cdl dd { border-bottom: #e0e0e0 1px solid; min-height: 8vw; line-height: 8vw;
		font-size: 4.2vw; padding: 2vw; text-align: left; }

	ul.bn { text-align: center; margin: 13vw auto 20vw; }
	ul.bn li { margin-bottom: 2.6vw; }*/

	@-moz-keyframes showup { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-webkit-keyframes showup { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-o-keyframes showup { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }
	@-ms-keyframes showup { 0% { opacity: 0; transform: translateY(4vw); } 100% { opacity: 1; transform: translateY(0); } }


	time.entry-date.published {
    display: block;
}

time.updated {
    display: none !important;
}


}

