/* CSS Document */

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

html , body { width: 100%; }
body {
	color: #21110D;
	margin: 0 auto;
	/*font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","メイリオ", sans-serif;*/
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	/*font-weight: 300;*/
	/*font-style: normal;*/

	background: ;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !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: Montserrat; letter-spacing: 0.2em; font-weight: bold; }
	a {
		color: #000000;
		text-decoration: none;
	}



/* loading-area
---------------------------------------------------------------------- */
.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:1001px){

	.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; }
	.fs10 { font-size: 10px; }
	.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;
}
.upview.uv5 {
	-moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
	-webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
	-o-animation: showup 0.6s linear 1.2s 1 normal forwards;
	-ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
}

.showdown {
	opacity: 0;
	transition: 1s;
	transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.downview {
	-moz-animation: showdown 0.6s linear 0s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}
.downview.dv2 {
	-moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}
.downview.dv3 {
	-moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}
.downview.dv4 {
	-moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
	-ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
	opacity: 0;
	transition: 1s;
	transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
}
.leftview {
	-moz-animation: showleft 1s linear 0s 1 normal forwards;
	-webkit-animation: showleft 1s linear 0s 1 normal forwards;
	-o-animation: showleft 1s linear 0s 1 normal forwards;
	-ms-animation: showleft 1s linear 0s 1 normal forwards;	
}

.showright {
	opacity: 0;
	transition: 1s;
	transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}
.rightview {
	-moz-animation: showright 1s linear 0s 1 normal forwards;
	-webkit-animation: showright 1s linear 0s 1 normal forwards;
	-o-animation: showright 1s linear 0s 1 normal forwards;
	-ms-animation: showright 1s linear 0s 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: 16px; line-height: 24px; }
	.wrap , #page { position: relative; width: 100%; overflow: hidden; }



/* fnav , header
---------------------------------------------------------------------- */
	#fnav { position: fixed; z-index: 1000; background: rgba(255,255,255,1);
		  top:-180px; }
	#fnav.scroll { top:0; }
	/*#fnav_in { padding-top: 20px; }*/
	.cnav { width: 100%; height: 130px; transition:0.3s; }
	.cnav h1 a { 
		display: block;
		/* width: 296px; height: 96px; */
		width: 250px; height: 80px;
		position: relative;
		font-size: 12px; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo.svg) left bottom no-repeat; 
		background-size: contain; }
	/*.cnav nav { width: 900px; }*/
	.cnav nav ul { display: flex; justify-content: flex-end; align-items: center; /*flex-wrap: wrap;*/
		transition: 0.3s; }
	.navmain { width: 100%; max-width: 1500px; /*height: 50px;*/ /*padding-top: 15px;*/ position: relative; display: flex; justify-content: space-between;
		 align-items:center; transition: 0.3s; flex-wrap: wrap; }
	.navmain.mainw { width: 100%; padding-top: 20px; }
	.navmain nav ul li { position: relative; /*width: calc(100% / 8);*/ }
	/*.navmain nav ul li:after { content: ""; width: 1px; height: 20px; position: absolute;
		right: 0; top:50%; margin-top: -10px; background: #cccccc; }*/
	.navmain nav ul a { 
		display: flex;
		/*flex-direction: column;*/
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1.5px;
		position: relative;
		padding: 0 1.2em;
	}
	.navmain nav ul a::after { 
		content: "";
		display: block;
		width: 1px;
		height: 45px;
		background: transparent;
		position: absolute;
		top: -45px;
		left: 50%;
		transition: 0.3s;
	}
	.navmain nav ul a:hover ,
	.navmain nav ul a.active { color: #00986B; opacity: 1; }
	.navmain nav ul a:hover:after ,
	.navmain nav ul a.active:after { 
		background: #00A16F;
	}
	.navmain nav ul a span {
		display: none;
	}
	/*.navmain nav>ul>li:last-child>a { padding: 0 0 0 18px; }*/
	.navmain nav ul li.btn_rsv a { 
		height: 68px; 
		/*background: url("../images/icon_arrow_r_white.svg") center right 12px no-repeat #CB2124;*/
		margin-left: 20px;
		width: 200px;
		color: #FFFFFF;
	}
	.navmain nav ul li.btn_rsv a:hover { 
		opacity: 0.6;
	}
	.navmain nav ul li.btn_rsv a::before { 
		content: "";
		display: inline-block;
		width: 18px;
		height: 13px;
		background: url(../images/icon_mail_white.svg) center center no-repeat;
		background-size: contain;
		margin-right: 5px;
	}
	.navmain nav ul li.btn_rsv a:hover::after { 
		display: none;
	}


	#fnav_in .upnav {
		align-items: center;
		justify-content: space-between;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#fnav_in .upnav p {
		font-size: 12px;
	}
	#fnav_in .upnav .upnav_inner {
		align-items: center;
		margin-left: auto;
		margin-right: 10px;
	}
	#fnav_in .upnav .upnav_inner li {
		align-items: center;
		color: #80723b;
		margin-right: 1em;
	}
	#fnav_in .upnav .upnav_inner li:last-child {
		margin-right: 0;
	}
	#fnav_in .upnav .upnav_inner li a.icon_irb {
		display: inline-block;
		color: #80723b;
		padding-left: 0.6em;
		position: relative;
		background: url("../images/icon_arrow_brown.svg") center left no-repeat;
	}
/*	#fnav_in .upnav .upnav_inner li a.upnavtel {
		display: inline-block;
		pointer-events: none;
		font-size: 24px;
		color: #80723b;
		line-height: 1;
		background: url(../images/icon_tel_white.svg) left center no-repeat;
	}*/
/*	#fnav_in .upnav .upnav_inner li.upnavreception {
		display: inline-block;
		padding: 0.2em 0.5em;
		border: 1px solid #80723b;
		line-height: 1;
	}*/
	header#header { position: absolute; z-index: 1000; height: 150px;
		background: #FFF; color:#000;
		 top:0; left: 0; }
	header#header.cnav h1 a { background: url(../images/logo.svg) center center no-repeat; 
		background-size: contain;	width: 296px; height: 96px; margin-top: 0.5rem;  }
	/*header#header.cnav nav { width: auto; margin-left: auto; }*/
	header#header .navmain { width: 100%; max-width: 1500px; margin-left: auto; margin-right: auto; /*height: 150px;*/ padding-top: 20px; }
	/*header#header .navmain nav ul li { margin-right: 10px; }*/
	header#header .navmain nav ul li:last-child { margin-right: 0; }
	header#header .navmain nav ul li:after { background: rgba(244,244,244,1); }
	/*.navmain nav>ul>li:last-child:after { background: none; }*/
	/*header#header .navmain nav>ul>li:nth-child(n+7):after { background: none; }*/
	header#header .navmain nav ul a { color: #000; position: relative; }
	header#header .navmain nav ul a::after {  
		content: "";
		display: block;
		width: 1px;
		height: 45px;
		background: transparent;
		position: absolute;
		top: -45px;
		left: 50%;
		transition: 0.3s;
	}
	header#header .navmain nav ul a:hover ,
	header#header .navmain nav ul a.active { color: #00986B; opacity: 1; }
	header#header .navmain nav ul a:hover:after ,
	header#header .navmain nav ul a.active:after { 
		background: #00A16F;
	}
	header#header .navmain nav ul li.btn_rsv a { 
		color: #FFFFFF;
	}
	header#header .navmain nav ul li.btn_rsv a:hover { 
		opacity: 0.6;
		color: #FFFFFF;
	}
	header#header .navmain nav ul li.btn_rsv a:hover::after { 
		display: none
	}



/*	header#header .navmain nav ul li:nth-child(1) a , 
	header#header .navmain nav ul li:nth-child(2) a { background: url("../images/icon_arrow_r_white.svg") center left no-repeat; }
	header#header .navmain nav ul li:nth-child(3) a { background: url("../images/icon_arrow_r_white.svg") center left no-repeat; }
	header#header .navmain nav ul li:nth-child(4) a { background: url("../images/icon_tel_white.svg") center left no-repeat;
		padding-left: 20px; display: inline-block; pointer-events: none; }*/
	header#header.scroll .navmain nav ul a{ color: #1c1c1c; }
	header .upnav {
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	header .upnav p {
		font-size: 12px;
	}
	header .upnav .upnav_inner {
		align-items: center;
		margin-left: auto;
		margin-right: 10px;
	}
	header .upnav .upnav_inner li {
		align-items: center;
		color: #FFF;
		margin-right: 1em;
	}
	header .upnav .upnav_inner li:last-child {
		margin-right: 0;
	}
	header .upnav .upnav_inner li a.icon_irb {
		display: inline-block;
		color: #FFF;
		padding-left: 0.6em;
		position: relative;
		background: url("../images/icon_arrow_white.svg") center left no-repeat;
	}
	header .upnav .upnav_inner li a.upnavtel {
		display: inline-block;
		pointer-events: none;
		font-size: 24px;
		color: #FFF;
		line-height: 1;
		background: url(../images/icon_tel_white.svg) left center no-repeat;
	}
	header .upnav .upnav_inner li.upnavreception {
		display: inline-block;
		padding: 0.2em 0.5em;
		border: 1px solid #FFF;
		line-height: 1;
	}



/* language_menu
---------------------------------------------------------------------- */
	.language_menu { line-height: 40px; position: relative; top: 5px; }
	.language_menu>li { position: relative; width: 90px; height: 40px; text-align: center; 
		cursor: pointer; }
	/*.language_menu>li:last-child { border-right: none; }*/
	.language_menu>li a { display: block; width: 100%; height: 30px; color: #ffffff; font-size: 13px; 
		position: relative; line-height: 30px; /*text-shadow:2px 2px 10px #000000;*/ /*border-bottom: 1px solid #FFFFFF;*/ 
		/*text-decoration: underline;*/ position: relative; }
	.language_menu>li>a:after { content: ""; display: block; width: 4px; height: 4px; 
		background: url("../images/icon_arrow_try_d_white.svg") center center no-repeat; 
		position: absolute ; top: 15px; right: 3px; }
	.language_menu>li:hover a { opacity: 1; }
	.language_menu>li ul { left: 0; position: absolute; z-index: 30; display: block; }
	.language_menu>li ul li { overflow: hidden; height: 0; transition: 0.2s; position: relative; }
	.language_menu>li ul li:before { content: ""; width: 90px; height: 1px; 
		background: rgba(255,255,255,0.2); position: absolute; top:0; left: 0; }
	.language_menu>li:hover > ul > li { overflow: visible; width: 100%; height: 30px; line-height: 30px; }
	.language_menu>li ul li a { display: block; position: relative; height: 30px; line-height: 30px;
		text-align: center; width: 90px; }
	.language_menu>li:hover ul li a:hover { background: #CB2124; color: #ffffff; }
	footer .language_menu>li ul { background: #CB2124; }
	.language_menu>li ul li a { background: #CB2124; }

	#fnav_in .language_menu>li>a { background: #FFF; color: #80723B; }
	#fnav_in .language_menu>li>a:after { content: ""; display: block; width: 4px; height: 4px; 
		background: url("../images/icon_arrow_d_brown.svg") center center no-repeat;
		background-size: 6px auto; position: absolute ; top: 15px; right: 3px; }
	#fnav_in .language_menu>li ul { background: #FFF; }
	#fnav_in .language_menu>li ul li a { background: #FFF; color: #85804F; }
	#fnav_in .language_menu>li ul li a:hover { background: #CB2124; color: #FFF; }




/* rsv (notused)
---------------------------------------------------------------------- */
	.notused .rsv { display: flex; /*justify-content: space-between;*/ flex-wrap: wrap; align-items: center; }
	.notused .rsv h2 { line-height: 35px; font-size: 18px; margin-right: 20px; }
	.notused .rsv form { display: flex; /*width: 780px;*/ justify-content: space-between; }
	.notused .rsv .inbox_489ban { display: flex; /*width: 220px;*/ justify-content: space-between; }
	.notused .rsv form dl { position: relative; margin-right: 10px; }
	.notused .rsv form dl dt { position: absolute; top:0; left: 0; line-height: 35px; font-size: 15px;
		padding-left: 12px; }
	.notused .rsv form dl dd input { padding-left: 83px; border:#cccccc 1px solid; /*border-radius: 5px;*/
		line-height: 33px; font-size: 18px; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		width: 230px; height: 35px; }
	.notused .rsv form dl.date_489ban dd input { background: url(../images/icon_cal.svg) right 15px center no-repeat #ffffff; }
	.notused .rsv form dl.date_489ban dd label { /*display: none;*/ }
	.notused .rsv form dl.date_489ban dd label input { background: #ffffff; padding: 0; width: 20px;
		height: 20px; }
	.notused .rsv form dl dd select { padding-left: 45px; border:#cccccc 1px solid; /*border-radius: 5px;*/
		line-height: 33px; font-size: 18px; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; width: 100px;
		height: 35px; -webkit-appearance: none; background: url(../images/icon_arrow_down.svg) right 10px center no-repeat #ffffff; }
	.notused .rsv form dl.room_489ban dd select { padding-left: 60px; width: 110px; }
	.notused .rsv form dl dd span { position: absolute; right: 0; top:0; line-height: 35px;
		display: inline-block; padding-right: 20px; }
	.notused .rsv form button { line-height: 35px; height: 35px; background: url(../images/icon_arrow.svg) right 12px center no-repeat #aa0a78; color:#ffffff; transition: 0.3s;
		text-align: center; /*border-radius: 5px;*/ padding: 0 25px 0 20px;
		-webkit-appearance: none; cursor: pointer; border:none; }
	.notused .rsv form button:hover { background: url(../images/icon_arrow.svg) right 7px center no-repeat #897551; }
	.notused .rsv .member li a { display: block; padding-left: 12px; background: url(../images/icon_list.svg) left center no-repeat; line-height: 17px; }



/* rsv_i (notused)
---------------------------------------------------------------------- */
	.notused #ui-datepicker-div { z-index: 1000 !important; }
	.notused #rsv_i { background: url(../images/bg_cb.jpg) repeat; padding: 40px 0; }
	.notused #rsv_i h2 { font-size: 20px; line-height: 22px; }
	.notused #rsv_i h2 span { font-size: 14px; display: block; color: #aa0a78;
		font-family: adobe-garamond-pro, serif; }
	.notused #rsv_i .rsvwrp { border-left: #d6d6d6 1px solid; padding-left: 30px; }
	.notused #rsv_i .rsvwrp .cflex { align-items: flex-end; }
	.notused #rsv_i .rsv form { align-items: flex-end; }
	.notused #rsv_i .rsv form dl dt { position: static; font-size: 16px; padding-left: 0;
		line-height: 26px; }
	.notused #rsv_i .rsv form dl dd input { padding-left: 20px; width: 170px; }
	.notused #rsv_i .rsv form dl dd select { padding-left: 15px; width: 80px; }
	.notused #rsv_i .rsv form dl.date_489ban dd label input { width: 20px; }
	.notused #rsv_i .rsv form dl.room_489ban dd select { padding-left: 15px; width: 80px; }
	.notused #rsv_i .rsv form dl dd span { right: 10px; top:26px; }
	.notused #rsv_i .rsv ul.notice { margin-top: 15px; }



/* f_rsv 
---------------------------------------------------------------------- */
	/*#nav_rsv { display: none; position: fixed; top:0; left:0; width: 100%; height: 100vh; z-index: 3000; }*/
	#f_rsv { 
    margin: 0;
    padding: 1px;
    position: fixed;
    display: none;
    z-index: 5099;
    padding: 60px; 
    background: #FFFFFF;
  }
	#f_rsv .b_rate { text-align: center; color: #CB2124; margin-bottom: 20px; }
	/*#f_rsv .b_rate .bo_frame_radius { color: #FFFFFF; }*/

	.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; }
	#f_rsv .ui-datepicker-inline { display: flex !important; width: 680px !important; margin-left: auto; margin-right: auto; justify-content: space-between; }
	.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: 50px; height: 50px; border-radius: 50%; 
		border: #937700 1px solid; text-indent: -10000px; overflow: hidden; cursor: pointer; }
	.ui-datepicker-prev { background: url(../images/cal_prev.svg) center center no-repeat ; left: -70px; top: 130px; }
	.ui-datepicker-next { background: url(../images/cal_next.svg) center center no-repeat ; right: -70px; top: 130px; }
	/*.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; justify-content:center; color: #1E1E1E;
		line-height: 34px; }
	.rsv ul.rsv_ul { width: 680px; margin-left: auto; margin-right: auto; display: flex; justify-content:flex-end; margin-bottom: 20px; }
	.rsv ul.rsv_ul li { display: flex; font-size: 14px; width: 22%;
		/*padding: 0 12px;*/ border-radius: 3px; border: #cfcfcf 1px solid; background: #FFF; height: 50px; line-height: 50px; font-size: 15px;
		align-items:end; position: relative; }
	.rsv ul.rsv_ul li:nth-child(2) , .rsv ul.rsv_ul li:nth-child(3) { margin-left: 6em; }
	.rsv ul.rsv_ul li span { position: absolute; left: -3em; }
	.rsv ul.rsv_ul li:after { content: ""; background: url(../images/icon_arrow_d_brown.svg) center center no-repeat; 
		right: 10px; position: absolute; width: 10px; height: 50px; top:0; }

	.rsv select { border: none; height: 50px; line-height: 50px; font-size: 16px; font-family: "notoserif";
		 -webkit-appearance: none; border-radius: 0; background: none; width: 100%; padding-left: 50px;
		position: relative; z-index: 3; cursor: pointer; }
	.rsv ul.rsv_ul li label { position: absolute; right: 40px; top:0; line-height: 50px; }
	.rsv ul.rsv_ul li p { position: absolute; line-height: 48px; left: 5px; top:0; }
	.rsv ul.rsv_ul li:last-child select { padding-left: 44px; }
	.rsv input[type="submit"] { 
		display: block;
		cursor: pointer;
		transition:0.3s; 
		-webkit-appearance: none;
		width: 400px; height: 50px; line-height: 50px; margin-bottom: 20px; 
		margin-left: auto; margin-right: auto; border:  1px solid #CB2124;
		border-radius: 3px;
		background: url("../images/icon_loupe.svg") left 150px center no-repeat #CB2124 ; 
		color: #FFFFFF;
	}
	.rsv input[type="submit"]:hover { opacity: 0.5; }
	.member { flex-direction: row; justify-content: center; flex-wrap: wrap; align-items: center;  }
	.member a { padding: 0 12px; background: url(../images/icon_arrow_try_r_brown.svg) left center no-repeat;
		background-size: 4px auto; line-height: 30px; display: block; margin-left: 12px; }

	#f_rsv .ui-datepicker-group.ui-datepicker-group-first {
  	width: 45%;
  }
  #f_rsv .ui-datepicker-group.ui-datepicker-group-last {
  	width: 45%;
  	margin-left: auto;
  }
  #f_rsv .ui-datepicker-calendar thead {
  	display: none;
  }
	#modal-overlay {
		z-index: 5012;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.8);
	}



/* mainnav
---------------------------------------------------------------------- */
	.mainnav { 
		position: absolute;
		bottom: 0;
		right: 50%;
		margin-right: -550px;
		z-index: 5;
		background: #FFFFFF;
		height: 70px;
		width: 1100px;
	}
	.mainnav ul { 
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 100%;
	}
	.mainnav ul li { 
		height: 100%;
	}
	.mainnav ul a { 
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		/*padding:0 18px;*/ 
		/*line-height: 70px;*/
		/*width: 100%;*/
		height: 100%;
		text-align: center;
		font-size: 16px;
		position: relative;
		padding: 0 22px;
	}
	/*.navmain nav>ul>li:last-child>a { 
		padding: 0 0 0 18px;
	 }*/
	.mainnav ul li.btn_rsv a { 
		background: #CB2124;
		margin-left: 20px;
		width: 160px;
		color: #FFFFFF;
	}




/* footer
---------------------------------------------------------------------- */
	footer {
		padding-bottom: 110px;
		}
	#footer_add {
		margin-bottom: 90px;
		padding-top: 90px;
	}
	#footer_add h2 {
		/* width: 268px; */
		width: 141px;
		height: 96px;
		margin-bottom: 30px;
	}
	#footer_add h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_footer.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	.footer_addsns {
		position: relative;
	}
	#footer_add address {
		font-style: normal;
	}
	#footer_add address h3 {
		font-weight: bold;
	}
	#footer_add h4 {
		margin: 1.8rem 0 0.3rem;
		font-weight: bold;
	}
		#footer_add p {
		line-height: 30px;
		letter-spacing: 0.8px;
		color: #000000;
	}
	#footer_add p a {
		display: inline-block;
		pointer-events: none;
		color: #000000;
	}



/* footer_contact
---------------------------------------------------------------------- */
	#footer_contact {

	}
	#footer_contact .cb {
		padding: 120px 0;
	}
	#footer_contact h3 {
		text-align: center;
		font-size: 20px;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 5px;
		color: #00A46E;
		margin-bottom: 55px;
	}
	#footer_contact h3 span {
		position: relative;
	}
	#footer_contact h3 span::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 5px;
		background: url(../images/bg_slash_green.svg);
		position: absolute;
		left: 0;
		bottom: -5px;
	}
	#footer_contact .lead {
		font-size: 30px;
		line-height: 1.5;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
	}
	#footer_contact .cflex {
		justify-content: center;
		align-items: center;
	}
	#footer_contact .cont_tel {
		padding-right: 40px;
	}
	#footer_contact .cont_tel a {
		display: inline-block;
		padding-left: 35px;
		color: #00A46E;
		font-size: 68px;
		font-style: italic;
		position: relative;
		line-height: 1;
		background: url(../images/icon_tel_green.svg) left bottom 10px no-repeat;
		pointer-events: none;
	}
	#footer_contact .cont_tel a span {
		font-size: 53px;
	}
	#footer_contact .cont_mail {
		padding-left: 39px;
		border-left: 1px solid #000;
	}
	#footer_contact .cont_mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 415px;
		height: 80px;
		color: #FFF;
		text-align: center;
	}
	#footer_contact .cont_mail a::before {
		content: "";
		display: inline-block;
		width: 18px;
		height: 13px;
		background: url(../images/icon_mail_white.svg) center center no-repeat;
		background-size: contain;
		margin-right: 5px;
	}



/* footernavi
---------------------------------------------------------------------- */
	#footernavi {
	}
	#footernavi ul {
		margin-right: 7em;
	}
	#footernavi ul li {
		position: relative;
	}
	#footernavi ul li::after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 22px;
		background: #000;
	}
	#footernavi ul li:last-child::after {
		display: none;
	}
	#footernavi ul li a {
		display: block;
		color: #000;
		padding: 0 1em;
	}
	#footernavi ul li:first-child a {
		padding-left: 0;
	}

	.copy { 
		/*width: 100%;*/
		/*max-width: 1300px;*/
		/*margin-right: auto;*/
		/*margin-left: auto;*/
		font-size: 13px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #000;
		text-align: right;
	}



/* pagetop
---------------------------------------------------------------------- */
	#page-top { 
		position: fixed; 
		bottom: 20px; 
		right: 50%; 
		margin-right: -650px; 
		z-index: 3000; 
	}
	#page-top a { 
		text-align: center; 
		display: block; 
		width: 100px; 
		height: 100px; 
		/*border-radius: 50%; */
		/*border: #FFFFFF 1px solid; */
		padding-top: 60px; 
		position: relative; 
		/*background: url("../images/icon_pagetop.svg") center top 25px no-repeat #FFFFFF; */
		/*text-indent: -100000px;*/ 
		color: #009769; 
	}
		#page-top a::before { 
			content: "";
			display: block;
			width: 1px;
			height: 30px;
			background: #009769;
			position: absolute;
			left: 50%;
			top: 25px;
		}
		#page-top a::after { 
			content: "";
			display: block;
			width: 11px;
			height: 11px;
			border-radius: 50%;
			background: #009769;
			position: absolute;
			left: 50%;
			margin-left: -5px;
			top: 55px;
		-moz-animation: pagetop 1.0s linear infinite ;
		-webkit-animation: pagetop 1.0s linear infinite ;
		-o-animation: pagetop 1.0s linear infinite ;
		-ms-animation: pagetop 1.0s linear infinite ;
		}
	#page-top a:hover { 
		/*background:url("../images/icon_pagetop.svg") no-repeat #FFFFFF; */
		opacity: 1; 
		/*border: #FFFFFF 1px solid; */
		color: #009769; 
	}
	/*#page-top a:hover:before { top:-5px; }*/
	#page-top.stop { position: absolute; bottom: 200px; }



/* common
---------------------------------------------------------------------- */
	.mainw , .mainw_pc { width: 1100px; margin: 0 auto; }
	.w1200 { width: 1200px; margin: 0 auto; }
	.w1100 { width: 1100px; margin: 0 auto; }
	.w1000 { width: 1000px; margin: 0 auto; }
	.w950 { width: 950px; margin: 0 auto; }
	.w900 { width: 900px; margin: 0 auto; }
	.w920 { width: 920px; 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; }
	/*article { padding-top: 100px; }*/

	p { font-size: 16px; line-height: 28px; }

	.img100 { width: 100%; }
	.img100 img { width: 100%; }
	.shadowbox {background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px rgba(196,196,196,0.8);
		padding: 70px 50px; }
/*	.green { color: #047563; }
	.red { color: #9B2B31; }*/

	ul.bcl { padding: 13px 0; display: flex; }
	ul.bcl li { position: relative; padding-right: 20px; font-size: 13px; }
	ul.bcl li a { text-decoration: underline; color: #ff6a00; font-size: 13px; }
	ul.bcl li:after { content: ">"; color: #ababab; position: absolute; right: 3px; }
	ul.bcl li:last-child:after { content: ""; }

	#mv { width: 100%; max-width: 100%; position: relative;
		height: 680px; }
	#mv:before { content: ""; background: linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,0.0));
		height: 170px; width: 100%; position: absolute; top: 0; left: 0; z-index: 2; }
	#mv h2 { 
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 150px; 
		padding:0.5em 1.2em 0; 
		background: #FFFFFF; 
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		/*text-indent: -100000px;*/
		position: absolute; 
		bottom:0; 
		left: 50%; 
		margin-left: -600px; 
		z-index: 3; 
		font-size: 40px;
		line-height: 1.2; 
		letter-spacing: 10px;
	}
	#mv h2 span {
		font-size: 20px; 
		letter-spacing: 3px;
		color: #00A46E; 
		font-family: acumin-pro, sans-serif; 
		font-weight: 400; 
		font-style: normal; 
		font-style: italic; 
	 }

	.waku { border: 1px solid #00A570; padding: 90px; }
	.c_shadow {
			text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
						-1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
						1px -1px 10px  rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
						-1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);
	}



/* fontfamily
---------------------------------------------------------------------- */
.ffamily { font-family: acumin-pro, sans-serif; font-weight: 400; font-style: normal; }



/* tbl
---------------------------------------------------------------------- */
	.tbl{ display:flex; border-top:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
	.tbl + .tbl{ border-top:none; }
	.tbl dt{ color: #1C1C1C; }
	.tbl dd .notes{  margin-top:1em; }
	.tbl{ flex-direction:row; justify-content:flex-start; }
	.tbl dt{ padding:0.8em 0.8em 0.8em 1.5em; display:flex; flex-direction:column; justify-content:center; }
	.tbl dd{ padding:0.8em 1.5em 0.8em 0.8em; }
	.tbl dd .arrow{ display:inline-block; }
	.tbl dd .arrow:nth-of-type(1){ margin-right:1em; }
	.tbl dd .arrow:nth-of-type(1)::after{ display:inline-block; margin-left:1em; content:"→"; }
	.tbl dd .notes{ font-size:14px; }



/* bo_frame 
---------------------------------------------------------------------- */
	.bo_frame {
		border: 1px solid #CB2124;
		margin: 0 auto 20px;
		padding: 2rem;
	}
	.bo_frame_radius { 
		background: #CB2124;
		border: 1px solid #CB2124; 
		border-radius: 4em;
		padding: 0.5em 2em; 
		color: #FFFFFF;
		display: inline-block;
	}



/* lead 
---------------------------------------------------------------------- */
	#lead { padding: 90px 0 95px; position: relative; }
	/*#lead:before { content: ""; width: 910px; height: 300px; position: absolute;
		bottom: -30px; left: 50%; margin-left: -910px; background: url(../images/index/obj_mt1.svg) center top no-repeat; }
	#lead:after { content: ""; width: 640px; height: 210px; position: absolute;
		top: 20px; right: 50%; margin-right: -800px; background: url(../images/index/obj_mt2.svg) center top no-repeat; }*/
	#lead .mainw { position: relative; }
	#lead .mainw h3 { font-size: 28px; text-align: center;
		color: #CB2124; margin-bottom: 30px; letter-spacing: 5px; }
	#lead .mainw h3 span { display: block; font-size: 19px; letter-spacing: 3px; }
	#lead .mainw p { text-align: center; font-size: 16px; line-height: 40px; }

	p.lead { font-size: 16px; line-height: 26px; text-align: center; margin: 0 auto 40px; }
	p.lead.strong { font-size: 24px; line-height: 40px; color: #CB2124; letter-spacing: 5px; }
	/*.lead { text-align: center; margin-bottom: 50px; font-size: 15px; line-height: 30px; }
	.lead_w { color: #ffffff; }*/
	/*.lead h4 { font-size: 20px; text-align: center; margin-bottom: 5px; line-height: 34px; }*/
	a.tb { text-decoration: underline; color: #427464; padding-right: 18px;
		background: url(../images/icon_nw.svg) right center no-repeat; }

		.tdu { border-bottom: 1px dashed #000; }


/* h(a).ch(b) 
---------------------------------------------------------------------- */
	h3.ch3 { 
		font-size: 41px; 
		letter-spacing: 8px; 
		text-align: center; 
		line-height: 1;
		margin-bottom: 75px; 
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; 
	}
	h3.ch3 span { 
		font-size: 20px; 
		letter-spacing: 3px;
		color: #00A46E; 
		font-family: acumin-pro, sans-serif; 
		font-weight: 400; 
		font-style: normal; 
		font-style: italic; 
	}
	h3.ch3.white { 
		color: #FFFFFF;
	}
	h3.ch3.white span { 
		color: #FFFFFF; 
	}

	h4.ch4 {
		text-align: center;
		font-size: 20px;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
		font-weight: bold;
		letter-spacing: 4px;
		color: #00A46E;
		margin-bottom: 55px;
	}
	h4.ch4 span {
		position: relative;
	}
	h4.ch4 span::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 5px;
		background: url(../images/bg_slash_green.svg);
		position: absolute;
		left: 0;
		bottom: -5px;
	}

	h4.ch4_2 {
		text-align: center;
		font-size: 30px;
		/*font-weight: bold;*/
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		margin-bottom: 80px;
		padding-top: 55px;
		position: relative;
	}
	h4.ch4_2::before {
		content: "";
		display: block;
		width: 1px;
		height: 45px;
		background: #00A570;
		position: absolute;
		left: 50%;
		top: 0;
	}



/* cmenu 
---------------------------------------------------------------------- */
	.cmenu { 
		width: 100%; 
		position: relative; 
		z-index: 40; 
		display: flex; 
		margin-bottom: 90px;
		flex-wrap: wrap; 
		justify-content:center; 
	}
	.cmenu li { 
		position: relative; 
		margin-bottom: 25px ; 
	}
	.cmenu li::before { 
		content: ""; 
		display: block; 
		width: 1px; 
		height: 40px; 
		background-color: #00A26F;
		position: absolute;
		top: 5px;
		left: 0;
	}
	.cmenu li:last-child::after { 
		content: ""; 
		display: block; 
		width: 1px; 
		height: 40px; 
		background-color: #00A26F;
		position: absolute;
		top: 5px;
		right: 0;
	}
	.cmenu li a { 
		position: relative;
		width: 240px;
		height: 40px; 
		padding-bottom: 10px;	
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center; 
		text-align: center;
		background: url(../images/icon_arrow_d_green.svg) center bottom 5px no-repeat; 
	}
	.cmenu li a:hover { 
		background: url(../images/icon_arrow_d_green.svg) center bottom 0 no-repeat; 
	}




/* cb...color box 
---------------------------------------------------------------------- */
	.cb { background: #F4F6F6; }
	.cb2 { background: ; }
	.cb3 { background: ; }
	.cb4 { background: ; }
	.grd { background: linear-gradient(120deg , #006C9E 30%, #0096AB); }


/* 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 
---------------------------------------------------------------------- */
	.cbtn { 
		font-size: 16px; 
		font-family: acumin-pro, sans-serif; font-weight: 400; font-style: normal;
		letter-spacing: 1.6px;
		color: #FFFFFF;
		display: flex; 
		align-items: center; 
		justify-content: center; 
		text-align: center; 
		width: 250px; 
		height: 80px; 
		position: relative; 
		background: linear-gradient(120deg , #006C9E 30%, #0096AB);
		}
	.cbtn::before { 
		content: "";
		display: block;
		width: 30px;
		height: 1px;
		background: #FFF;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.cbtn::after { 
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #FFF;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		left: 0;
		-moz-animation: cbtn 1.0s linear infinite ;
		-webkit-animation: cbtn 1.0s linear infinite ;
		-o-animation: cbtn 1.0s linear infinite ;
		-ms-animation: cbtn 1.0s linear infinite ;
	}
	.cbtn:hover { opacity: 0.6; }



	.cbtn2 {
		font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 300px; height: 50px; position: relative; 
		border: #CB2124 1px solid; color: #FFF;
		background: url(../images/icon_arrow_r_white.svg) right 13px center no-repeat #CB2124;
	}
	.cbtn2:hover {
		opacity: 0.7; border: #CB2124 1px solid; color: #FFFFFF;
		background: url(../images/icon_arrow_r_white.svg) right 8px center no-repeat #CB2124;
	}



/* table ctable 
---------------------------------------------------------------------- */
	table.ctable { 
		border-collapse:collapse; 
		width: 100%; 
	}
	table.ctable th { 
		padding:1.6em 0;
		font-weight: normal;
		text-align: center;
		border-bottom: #AFCDCA 1px solid;
		background-color: #F5F7F7;
		width: 210px;
	}
	table.ctable tr:first-of-type th { 
		border-top: #AFCDCA 1px solid; 
	}
	table.ctable td { 
		padding:1.6em 0 1.6em 1.6em;
		vertical-align: middle;
 		border-bottom: #AFCDCA 1px solid; 
	}
	table.ctable tr:first-child td { 
		border-top:#AFCDCA 1px solid; 
	}



/* ul , dl
---------------------------------------------------------------------- */
	ul.cul { text-align: left; font-size: 16px; line-height: 30px; padding-left: 1em; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em; /*list-style: disc;*/ }
	ul.cul li:before { content: "●"; color: #AAAAAA; display: inline-block; font-size: 10px;
		padding-right: 0.5em; }
	ul.cul li.note:before { content: ""; }

	ul.notice { font-size: 15px; line-height: 26px; }
	ul.notice li , 
	p.notice { padding-left: 1em; text-indent: -0.8em; }

	dl.cdl { text-align: left; font-size: 16px; 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: #AB00F3; display: inline-block; font-size: 10px;
		padding-right: 0.5em; }
	ul.square li { padding-left: 20px; background: url(../images/icon_square.svg) left top 6px no-repeat; }



/* note , no.
---------------------------------------------------------------------- */
	p.note,
	ul.note li { 
		padding-left: 1em; text-indent: -1em; 
	}
	.no1 { padding-left: 35px; background: url(../images/icon_no1.svg) left top no-repeat;}
	.no2 { padding-left: 35px; background: url(../images/icon_no2.svg) left top no-repeat;}
	.no3 { padding-left: 35px; background: url(../images/icon_no3.svg) left top no-repeat;}
	.no4 { padding-left: 35px; background: url(../images/icon_no4.svg) left top no-repeat;}
	.no5 { padding-left: 35px; background: url(../images/icon_no5.svg) left top no-repeat;}
	.no6 { padding-left: 35px; background: url(../images/icon_no6.svg) left top no-repeat;}
	.no7 { padding-left: 35px; background: url(../images/icon_no7.svg) left top no-repeat;}
	.no8 { padding-left: 35px; background: url(../images/icon_no8.svg) left top no-repeat;}
	.no9 { padding-left: 35px; background: url(../images/icon_no9.svg) left top no-repeat;}



/* 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; }*/



/* cdl...common dl
---------------------------------------------------------------------- */
	.cborder { border: #DDDDDD 1px solid; padding: 25px 30px; border-radius: 10px; margin-bottom: 60px; }
	.cborder h5 { width: 400px; height: 32px; text-align: center; line-height: 28px;
		border-top:#365F38 2px solid; border-left:#365F38 2px solid;
		border-right: #D9DD34 2px solid; border-bottom: #D9DD34 2px solid; color: #005F32;
		font-size: 15px; margin-bottom: 30px; border-radius: 10px; }



/* border
---------------------------------------------------------------------- */
	.bor_bot_red {
		border-bottom: 1px solid #CB2124;
	}



} /* End @media (min-width:1001px) */



/* ---------------------------------------------------------------------- */

@media (min-width: 1001px) and  (max-width:1470px) {  

} /* End @media (min-width: 1001px) and  (max-width:1470px) */


/* ---------------------------------------------------------------------- */


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

} /* End @media (min-width: 1001px) and  (max-width:1300px) */


/* ---------------------------------------------------------------------- */


@media (min-width: 1001px) and  (max-width:1245px) {

	.for_nw{display: inline !important;}
	.for_w { display: none; }
	.w1200 { width: 100%; padding: 0 2vw; }
	#mv h2 { left : 2vw; margin-left: 0; }
	/*header#header.scroll { height: 150px; }
	header#header.scroll .navmain { height: 150px; }*/

} /* End @media (min-width: 1001px) and  (max-width:1245px) */


/* ---------------------------------------------------------------------- */


@media (min-width: 1001px) and  (max-width:1160px) {
	header#header {
		height: 240px;
		padding-bottom: 20px;
	}
	#fnav { top:-250px; }
	.cnav { height: 220px;  }
	.navmain { height: 220px; flex-direction: column; }
	/*.navmain nav { margin-left: auto; margin-top: -50px; }*/
	/*.navmain nav ul a { line-height: 50px; }
	.navmain nav ul li ul { top:50px; }*/

} /* End @media (min-width: 1001px) and  (max-width:1245px) */


/* ---------------------------------------------------------------------- */


@media (min-width: 1001px) and  (max-width:1145px) {

	.mainw,.mainw_pc,h2.mainh2 , header#header.cnav nav { width: 96%; margin-left: auto; margin-right: auto; }
	.mainw.anchor,.mainw_pc.anchor { padding: 100px 2vw 0; }
	.w1100 { width: 100%; padding: 0 2vw; }
	.w1100.anchor { padding: 100px 2vw 0; }
	.mainnav { 
		width: 100%;
	}

	header#header.cnav nav ul {
		justify-content: center;
	}


} /* @media (min-width: 1001px) and  (max-width:1145px) */


/* ---------------------------------------------------------------------- */


@media (min-width: 1001px) and  (max-width:1110px) {

} /*@media (min-width: 1001px) and  (max-width:1145px) */


/* ---------------------------------------------------------------------- */


@media (min-width: 1001px) and  (max-width:1055px) {

	.w1000 { width: 100%; padding: 0 2vw; }
	.w1000.anchor { padding: 100px 2vw 0; }
	#fnav .rsv .member { display: none; }

}


/* ---------------------------------------------------------------------- */


	@-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); } }

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

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

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

	/*@-moz-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-webkit-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-o-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }
	@-ms-keyframes megadisp { 0% { opacity: 0; margin-top: -25px; } 100% { opacity: 1; margin-top: 0; } }

	@-moz-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-webkit-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-o-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }
	@-ms-keyframes megahide { 0% { opacity: 1; margin-top: 0; } 100% { opacity: 0; margin-top: -25px; } }*/

	@-moz-keyframes pagetop { 0% { top 55px; opacity:1 } 70% { opacity:1 } 100% { top: 15px; opacity:0 } }
	@-webkit-keyframes pagetop { 0% { top 55px; opacity:1 } 70% { opacity:1 } 100% { top: 15px; opacity:0 } }
	@-o-keyframes pagetop { 0% { top 55px; opacity:1 } 70% { opacity:1 } 100% { top: 15px; opacity:0 } }
	@-ms-keyframes pagetop { 0% { top 55px; opacity:1 } 70% { opacity:1 } 100% { top: 15px; opacity:0 } }

	@-moz-keyframes cbtn { 0% { left 0; opacity:1 } 70% { opacity:1 } 100% { left:30px; opacity:0 } }
	@-webkit-keyframes cbtn { 0% { left 0; opacity:1 } 70% { opacity:1 } 100% { left:30px; opacity:0 } }
	@-o-keyframes cbtn { 0% { left 0; opacity:1 } 70% { opacity:1 } 100% { left:30px; opacity:0 } }
	@-ms-keyframes cbtn { 0% { left 0; opacity:1 } 70% { opacity:1 } 100% { left:30px; opacity:0 } }



/* ---------------------------------------------------------------------- */


@media (max-width:1000px) {

	body { font-size: 3.8vw; line-height: 1.5; }
	.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; }
	.fs10 { font-size: 3vw; }
	.fs14,.fs15 { font-size: 3.4vw; }
	.fs16 { font-size: 3.7vw; }
	.fs24 { font-size: 4vw; }
	.fs26 { font-size: 5vw; }

	.wrap { width: 100%; overflow: hidden;}
	.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;
}

.showdown {
	opacity: 0;
	transition: 1s;
	transform: translateY(-4vw);
    -webkit-transform: translateY(-4vw);
    -moz-transform: translateY(-4vw);
    -ms-transform: translateY(-4vw);
    -o-transform: translateY(-4vw);
}
.downview {
	-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;
}

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

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

/* fnav , header 
---------------------------------------------------------------------- */

	#fnav { width:100%; position:fixed; right:0; top:0; z-index:20000; }
	#head_spnav { /*width:34vw;*/ /*height:29.6vw;*/ width: 100%; height: 16vw; display: flex; position: absolute;
		justify-content: flex-end; align-items: flex-start; z-index: 5000; transition: 0.3s;
		padding: 0; top:0; right: 0; background: #FFFFFF /*linear-gradient(rgba(0, 0, 0, .7),rgba(0, 0, 0, 0))*/;}
	#head_spnav.active { 
		background: transparent;
	}
	#head_spnav h1 { /*width: 40vw; height: 13vw;*/ width: 30vw; height: 14vw; position: relative; /*left: -17vw;*/ left: -42vw; /* top: 2vw; */ top: 1.4vw; /*display: none;*/ margin: 0.5rem 0; padding-bottom:1.0rem; }
	#head_spnav h1 a { display: block; width: 100%; height: 100%; background: url("../images/logo.svg") center center no-repeat; 
						background-size: contain; text-indent: -100000px; }

	/*#fnav.scroll #head_spnav,#fnav.showmenu #head_spnav { background: rgba(255,255,255,0.9); }*/
	#head_spnav #btn_rsv_sp { display: block; width: 16vw; height: 16vw; padding-top: 4vw;
		color: #ffffff; background: url("../images/icon_mail_blue.svg") top 5vw right 4vw no-repeat transparent;
		background-size: 5.5vw auto; text-align: center; }
	#head_spnav #btn_rsv_sp i { font-size: 6vw; }
	#head_spnav p { font-size: 3.4vw; text-align: center; }
	#head_spnav #menu_sp { width:16vw; height:16vw; color: #FFFFFF; padding-top: 4vw;
		position: relative; display: block; background: transparent;
		text-align: center; }
	#head_spnav #menu_sp div { width: 6vw; height: 4.4vw; margin: 1vw auto; position: relative; }
	#head_spnav #menu_sp span{ position: absolute;  display: block; width: 7vw; height: 2px;
		background: #00A46E; left:0; transform:rotate(0); }
	/*#fnav.scroll #head_spnav #menu_sp span,#fnav.showmenu #head_spnav #menu_sp span { background: #222222; }*/
	#head_spnav #menu_sp div span:first-child{ top:0; }
	#head_spnav #menu_sp div span:nth-child(2){ top:2vw; }
	#head_spnav #menu_sp div span:nth-child(3){ top:4vw; }
	#head_spnav #menu_sp p { display: block; text-align: center; font-weight: normal; }

	.sp_yoko #fnav,.sp_yoko #head_spnav,.sp_yoko #head_spnav #btn_rsv_sp,
	.sp_yoko #head_spnav #menu_sp
	{ height: 15vh; }

	#fnav_in { display: none; position: fixed; left: 0; top: 0; width: 100%; z-index: 4000;
		text-align: center; height: 100vh; overflow: auto; background: rgba(255, 255, 255, 1);
		/*padding-top: 18vw;*/ padding-bottom: 16vw; }
	#fnav_in .navmain { width: 100%; }
	#fnav_in h1 { width: 52vw; height: 12.4vw; position: relative; overflow: hidden;	margin-left: 8.3vw; margin-top: 3.6vw; }
	#fnav_in h1 a { display: block; width: 100%; height: 100%; background: url(../images/logo_white.png) left center no-repeat; background-size: contain; /*padding-top: 9vw;*/ 
		text-indent: -10000px; }
	#fnav_in nav { width: 100%; height: 100%; overflow: auto; margin: 6vw 0 2vw; padding-bottom: 6vw; }
	#fnav_in nav>ul.navtop { width: 81.334vw; margin: 0 auto 8vw; display: flex; flex-wrap: wrap; justify-content: space-between; }
	#fnav_in nav>ul.navtop>li { width: 45%; font-size:3.8vw; border-bottom: 1px solid #CECECE; }
	#fnav_in nav>ul.navtop>li:first-child ,
	#fnav_in nav>ul.navtop>li:nth-child(2) { font-size:3.8vw; border-top: 1px solid #CECECE; }
	#fnav_in nav ul.navtop li a { display: block; line-height: 6vw; text-align: left; position: relative;
	padding-left: 0.5em; padding-right: 7vw;/* background: url(../images/icon_arrow_r_red.svg) center right no-repeat;*/ 
	background-size: 6vw auto; color: #000000; font-size: 2.8vw; padding: 5vw 0; }
	.navmain nav ul a span {
		color: #00A46E;
		font-size: 6vw;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
	}
	/*#fnav_in .tel { width: 62vw; margin: 0 auto; }*/
	#fnav_in .tel p { line-height: 6.6vw; text-align: center; background: #CE0E2D; color: #ffffff;
		font-size: 4.2vw; margin-bottom: 2vw; }
	#fnav_in .tel a { 
		display: block; 
		text-align: center; 
		line-height: 6vw; 
		color: #00A46E;
		font-size: 9vw;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
	}
	#fnav_in .tel a::before { 
	content: ""; display: inline-block; width: 4.6vw; height: 4.6vw; background: url(../images/icon_tel_white.svg) center center no-repeat;
	background-size: contain; }
	#fnav_in .tel a::before { content: ""; display: inline-block; width:3.5vw; height:3.5vw; background:url(../images/icon_tel_green.svg) center center no-repeat;
	background-size: contain; margin-right: 2vw; }
	#fnav_in .tel a>span { font-size: 7vw; }
	#fnav_in .tel>span { font-size: 2.6vw; padding-left: 2.5em; color: #000; /*font-size: 4vw; padding: 0.2em 1em; font-size: 4.2vw; border: 1px solid #80723B; 
	display: inline-block; margin-top: 2vw; color: #80723B; border-radius: 0.5vw;*/ }

	#fnav_in .navother { width: 80vw; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; 
		margin-bottom: 9vw; display: none; }
	#fnav_in .navother a { background: url(../images/icon_arrow_brown.svg) center left no-repeat;
	background-size: 1.4vw auto; padding-left: 3vw; }

	#header { display: none; }
	#header h1 { width: 66vw; height: 24vw; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo_w.png) left top no-repeat; background-size: 64vw auto;
		position: absolute; top:0; left: 0; z-index: 40; }
	#header h1 a { display: block; width: 100%; height: 17vw; /*padding-top: 9vw;*/ }


	#fnav_in nav ul.navtop li.btn_rsv {
		width: 100%;
		margin-top: 6vw;
	}
	#fnav_in nav ul.navtop li.btn_rsv a {
		text-align: center;
		background-size: auto;
		color: #FFFFFF;
		font-size: 4.6vw;
		letter-spacing: 0.2vw;
	}
	#tellsp {
		/*display: flex;*/
		/*justify-content: space-between;*/
		width: 80vw;
		margin-right: auto;
		margin-left: auto;
	}



/* language_menu
---------------------------------------------------------------------- */
	#fnav_in .language_menu { margin-bottom: 3vh; position: relative; width: 24vw;
		height: 7vw;/* margin: 4vw auto 20vw;*/ text-align: left;
		line-height: 10vw; border-bottom: 1px solid #cecece; }
	#fnav_in .language_menu li { position: absolute; left: 0; bottom: 0; width: 100%;
		 /*background: #ffffff;*/ }
	#fnav_in .language_menu li a { display: block; color: #FFF; /*background: #FFFFFF;*/
		 width: 100%; /*padding-left: 4vw;*/ text-align: center; position: relative; }
	#fnav_in .language_menu li ul { display: none; position: static; width: 100%; 
		border-top: #cecece 1px solid; }
	#fnav_in .language_menu li ul li { position: static; /*border-top: #cecece 1px solid;*/ }
	#fnav_in .language_menu li ul li a { position: relative; width: 100%; height: 100%;
		border-bottom: #cecece 1px solid; background: #CB2124; }
	#fnav_in .language_menu li ul li:last-child a { border-bottom: none; }
	/*#fnav_in .language_menu li:after { content: ""; width: 2.6vw; height: 1.3vw; 
		background: url(../images/icon_arrow_down_black.svg) center center no-repeat;
		background-size: contain;
		position: absolute; right: 2vw; top: 6vw; }*/
	#fnav_in .language_menu>li>a>span {
		position: relative;
	}
	#fnav_in .language_menu>li>a>span::after { 
		content: ""; display: inline-block; width: 1.4vw; height: 1.3vw; 
		background: url(../images/icon_arrow_d_white.svg) center center no-repeat;
		background-size: contain;position: absolute; right: -3vw; top: 2vw;}



/* header_sns
---------------------------------------------------------------------- */
	.header_sns {
		display: flex;
		justify-content: center;
	}
	.header_sns li a img {
		width: 5vw;
	}



/* f_rsv 
---------------------------------------------------------------------- */
	#f_rsv .b_rate { text-align: center; color: #CB2124; }
	#nav_rsv { display: none; position: fixed; left: 0; top: 0; width: 100%; z-index: 20000;
		text-align: center; background: #ffffff; height: 100%; overflow: auto; min-height: 100vh; }
	#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.menu #f_rsv { display: none; }*/
	#f_rsv { position: relative; transition:0.6s; padding-bottom: 20vw; }
	#f_rsv.mainw { width: 100%; padding-top: 6vw; }
	#f_rsv .btn_rsv { display: block; position: absolute; top:0; right: 0; width: 20vw; }
	#f_rsv .btn_rsv img { width: 100%; }
	.rsv form { position: relative; width: 89vw; margin: 0 auto; padding: 2vw 0 0; }
	#f_rsv h3 { font-size: 6vw; text-align: center; margin-bottom: 4vw; }
	#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: 72vw; margin: 2vw auto 4vw; }
	.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: #B89180; }
	.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: #85804F 1px solid; text-indent: -10000px; overflow: hidden; cursor: pointer; }
	.ui-datepicker-prev { background: url(../images/cal_prev.svg) center center no-repeat; 
		background-size: 2vw auto; left: 0; }
	.ui-datepicker-next { background: url(../images/cal_next.svg) center center no-repeat; 
		background-size: 2vw auto; right: 0; }
	.ui-datepicker-title { display: flex; flex-direction: row; justify-content:center; color: #000000;
		font-size: 5vw; line-height: 12vw; }
	.rsv { padding-bottom: 20vw; }
	.rsv ul.rsv_ul { width: 100%; display: flex; justify-content:space-between; margin-bottom: 5vw; }
	.rsv ul.rsv_ul li { background: #ffffff; display: flex; font-size: 3.2vw; width: 31%;
		padding: 0 2vw; border: #FFF 1px solid; height: 10vw; line-height: 10vw; font-size: 4vw;
		align-items:end; position: relative; border-radius: 0.5vw; }
	.rsv ul.rsv_ul li:after { content: ""; background: url(../images/icon_arrow_d_brown.svg) center center no-repeat; 
		right: 2vw; position: absolute; width: 2vw; height: 10vw; top:0; background-size: 1.4vw auto; }
	.rsv select { border: none; height: 10vw; line-height: 11vw; font-size: 3.2vw; padding-left: 11vw; 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: 10vw; }
	.rsv ul.rsv_ul li p { position: absolute; line-height: 10vw; 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: 10vw; line-height: 10vw; margin-bottom: 2vw; border: none;
		border-radius: 0.5vw; background: url(../images/icon_arrow_r_white.svg) right 4vw center no-repeat #CB2124; 
		background-size: 6vw auto; color: #FFF; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; 
		font-size: 4vw;}
	.member a { padding: 0 2vw; background: url(../images/icon_arrow_brown.svg) left center no-repeat;
		background-size: 1.4vw auto; line-height: 8vw; display: block; margin-left: 1vw; text-align: left; }
	.rsv_ul li>span { display: none; }

	/*#f_rsv .ui-datepicker-month { font-size: 8vw; }*/
	/*#f_rsv { display: none; }*/



/* footer
---------------------------------------------------------------------- */
	footer {
		padding: 8vw 0;
		/*background: #000000;*/
	}
	#footer_add {
		position: relative;
		margin-bottom: 10vw;

	}
	#footer_add .mainw {
		position: relative;
		width: 88vw;
	}
	#footer_add {
		width: 72vw;
		position: relative;
		margin-bottom: 6vw;
	}
	#footer_add h2 {
		width: 72vwvw;
		height: 23vw;
		margin: 0 auto 8vw;
	}
	#footer_add h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_footer.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	#footer_add address {
		font-style: normal;
		color: #000000;
	}
	#footer_add address h3 {
		font-weight: bold;
		margin-bottom: 4vw;
	}

	#footer_add address h4 {
		margin: 1.8rem 0 0;
		font-weight: bold;
	}
	#footer_add p {
		line-height: 2;
		text-align: left;
	}
	#footer_add p a {
		color: #000000;
	}
	#footer_add .footer_sns {
		display: flex;
		justify-content: center;
		margin-bottom: 8vw;
	}
	#footer_add .footer_sns li {
		width: 7.5vw;
		margin: 0 2.5vw;
	}
	#footer_add .footer_sns li a img {
		width: 100%;
	}
	#footer_add .banner {
	}
	#footer_add .banner ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_add .banner ul li {
		width: 36vw;
	}
	footer .copy { 
		width: 72vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 3.2vw;
		text-align: left;
	}
	span.phon-txt {
		letter-spacing: 0.1rem;
	}


/* footer_contact
---------------------------------------------------------------------- */
	#footer_contact {
		margin-bottom: 43vw;
	}
	#footer_contact .cb {
		padding: 19vw 0;
	}
	#footer_contact .mainw {
		width: 76vw;
	}
	#footer_contact h3 {
		text-align: center;
		font-size: 4.2vw;
		font-weight: bold;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
		letter-spacing: 1vw;
		color: #00A46E;
		margin-bottom: 10vw;
	}
	#footer_contact h3 span {
		position: relative;
	}
	#footer_contact h3 span::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 1vw;
		background: url(../images/bg_slash_green.svg) repeat-x;
		background-size: auto 0.100;
		position: absolute;
		left: 0;
		bottom: -1vw;
	}
	#footer_contact .lead {
		font-size: 3.5vw;
		/*font-weight: bold;*/
		line-height: 2;
		letter-spacing: 0.2em;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
	}
	#footer_contact .cflex {
		justify-content: center;
		align-items: center;
	}
	#footer_contact .cont_tel {
		text-align: center;
	}
	#footer_contact .cont_tel a {
		display: inline-block;
		width: 100%;
		color: #00A46E;
		font-family: acumin-pro, sans-serif;
		font-size: 11vw;
		font-style: italic;
		letter-spacing: 0.5vw;
		position: relative;
		line-height: 1;
	}
	#footer_contact .cont_tel a::before {
		content: "";
		display: inline-block;
		width: 4.6vw;
		height: 4.6vw;
		background: url(../images/icon_tel_green.svg) center no-repeat;
		background-size: contain;
	}
	#footer_contact .cont_tel a span {
		font-size:8.6vw;
	}
	#footer_contact .cont_tel p {
		font-size: 2.6vw;
		padding-left: 7vw;
	}
	#footer_contact .cont_mail {
		padding-top: 4.6vw;
		margin-top: 3vw;
		border-top: 1px solid #000;
	}
	#footer_contact .cont_mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 13.3vw;
		color: #FFF;
		text-align: center;
	}
	#footer_contact .cont_mail a::before {
		content: "";
		display: inline-block;
		width: 4.3vw;
		height: 2.9vw;
		background: url(../images/icon_mail_white.svg) center center no-repeat;
		background-size: contain;
		margin-right: 2vw;
	}



/* page-top
---------------------------------------------------------------------- */
/*	#page-top { width: 13vw; height: 13vw; position: fixed; right: 2vw; bottom: 5vw;
		z-index: 3000; }*/
/*	#page-top a { display: block; width: 13vw; height: 13vw; position: relative;
		border-radius: 50%; border: #D8D8D8 1px solid; text-indent: -100000px;
		background: url(../images/icon_pagetop.svg) top 5.5vw center no-repeat #FFFFFF;
		background-size: 2vw auto; text-align: center; padding-top: 8vw; }*/
	/*#page-top.stop { position: absolute; bottom: 100vw; }*/

	#page-top { 
		width: 22vw; 
		height: 22vw; 
		position: absolute; 
		right: 50%; 
		margin-right: -11vw; 
		/* bottom: 110vw; */
		/* bottom: 170vw; */
		bottom: 115vw;
		z-index: 3000; 
	}
	#page-top a { 
		text-align: center; 
		display: block; 
		width: 100%; 
		height: 100%; 
		position: relative; 
		color: #009769; 
		font-family: acumin-pro, sans-serif;
		font-size: 4vw;
		padding-top: 9vw;
	}
		#page-top a::before { 
			content: "";
			display: block;
			width: 0.2vw;
			height: 7vw;
			background: #009769;
			position: absolute;
			left: 50%;
			margin-left: -0.1vw;
			top: 0;
		}
		#page-top a::after { 
			content: "";
			display: block;
			width: 2.4vw;
			height: 2.4vw;
			border-radius: 50%;
			background: #009769;
			position: absolute;
			left: 50%;
			margin-left: -1.3vw;
			/* top: 7vw; */
			top: 1rem;
		-moz-animation: pagetop 1.0s linear infinite ;
		-webkit-animation: pagetop 1.0s linear infinite ;
		-o-animation: pagetop 1.0s linear infinite ;
		-ms-animation: pagetop 1.0s linear infinite ;
		}





/* common
---------------------------------------------------------------------- */
	/*.wrap { padding-top: 20vw; }*/
	.wrap , #page { position: relative; }
	.mainw,.w1200,.w1100,.w1000,.w900,.w920,.w800,.w700 { width: 88vw; max-width: 100%; margin: 0 auto; padding: 0; }
	.w950 { width: 90%; margin-left: auto; margin-right: auto; }
	.anchor { margin-top: -20vw; padding-top: 20vw; }
	/*article { padding-top: 18vw; }*/
	p { font-size: 4vw; line-height: 7vw; }
	.shadowbox { background: #FFFFFF; border-radius: 10px; box-shadow: 5px 5px rgba(196,196,196,0.8);
		padding: 6vw; }
	.green { color: #047563; }
	.red { color: #9B2B31; }
	.bg_grade_sp { background: linear-gradient(to right,#f3d4a2, #005f32, #586ab6); }

	ul.bcl { padding: 2vw 0; display: flex; flex-wrap:wrap; }
	ul.bcl li { position: relative; padding-right: 6vw; font-size: 3.4vw; }
	ul.bcl li a { text-decoration: underline; color: #ff6a00; }
	ul.bcl li:after { content: ">"; color: #ababab; position: absolute; right: 1vw; }
	ul.bcl li:last-child:after { content: ""; }

	#mv { width: 100%;  position: relative;
		height: 50vw; }
/*	#mv h2 { width: 40vw; height: 30vw; text-align: center;
		position: absolute; top: 50%; margin-top: -10vw; left: 50%; margin-left: -20vw; color: #ffffff; z-index: 3; 
	 text-indent: -100000px; }*/
	#mv h2 { 
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 15vw; 
		padding:0.3em 1em 0; 
		background: #FFFFFF; 
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		/*text-indent: -100000px;*/
		position: absolute; 
		bottom:0; 
		left: 4vw; 
		z-index: 3; 
		font-size: 6vw;
		line-height: 1.2; 
		letter-spacing: 0.4vw;
	}
	#mv h2 span {
		font-size: 3.3vw; 
		letter-spacing: 0.2vw;
		color: #00A46E; 
		font-family: acumin-pro, sans-serif; 
		font-weight: 400; 
		font-style: normal; 
		font-style: italic; 
	 }
	.waku { border: 1px solid #00A570; padding: 10vw 6vw; }
	.c_shadow {
			text-shadow: 1px 1px 10px rgba(0,0,0,.3),1px 1px 15px rgba(0,0,0,.3),1px 1px 20px rgba(0,0,0,.3),
						-1px 1px 10px rgba(0,0,0,.3),-1px 1px 15px rgba(0,0,0,.3),-1px 1px 20px rgba(0,0,0,.3),
						1px -1px 10px  rgba(0,0,0,.3),1px -1px 15px rgba(0,0,0,.3),1px -1px 20px rgba(0,0,0,.3),
						-1px -1px 10px rgba(0,0,0,.3),-1px -1px 15px rgba(0,0,0,.3),-1px -1px 20px rgba(0,0,0,.3);
	}


/* tbl
---------------------------------------------------------------------- */
	.tbl{ display:flex; border-top:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }
	.tbl + .tbl{ border-top:none; }
	.tbl dt{  }
	.tbl dd .notes{  margin-top:1em; }
	.tbl{ flex-direction:column; justify-content:flex-start; }
	.tbl dt{ padding:0.8em 0.8em 0em 0.8em; font-size: 4vw; }
	.tbl dd{ padding:0.5em 0.8em 0.8em 0.8em; font-size: 4vw; }
	.tbl dd .arrow{ display:block; }
	.tbl dd .arrow:nth-of-type(1){}
	.tbl dd .arrow:nth-of-type(1)::after{ display:block; content:"↓"; text-indent:5em; }
	.tbl dd .notes{ font-size:3.73vw; }


	
/* bo_frame 
---------------------------------------------------------------------- */
	.bo_frame {
		border: 1px solid #CB2124;
		margin: 0 auto 6vw;
		padding: 2rem;
	}
	.bo_frame_radius {
		background: #CB2124;
		display: inline-block; 
		border: 1px solid #CB2124; 
		border-radius: 8em;
		padding: 0.5em 2em; 
		color: #FFFFFF;
	}



/* lead
---------------------------------------------------------------------- */
	#lead { padding: 26vw 0 24vw; position: relative; }
	#lead .mainw { position: relative; }
	#lead .mainw h3 { font-size: 6vw; text-align: center;
		color: #CB2124; margin-bottom: 6vw; letter-spacing: 5px; }
	#lead .mainw h3 span { display: block; font-size: 4.4vw; letter-spacing: 3px; }
	#lead .mainw p { text-align: center; font-size: 4vw; line-height: 8vw; }

	p.lead { font-size: 3.8vw; line-height: 5vw;  /* text-align: center; */ text-align: left; /* margin: 0 auto 6vw; */ margin: 3rem 0 2.5rem; }
	p.lead.strong { font-size: 4.6vw; line-height: 6vw; color: #CB2124; font-family: "hannari";
		letter-spacing: 5px; }
	a.tb { text-decoration: underline; color: #427464; padding-right: 3vw;
		background: url(../images/icon_nw.svg) right center no-repeat; background-size: 2vw auto; }

		.tdu { border-bottom: 1px dashed #000; }


/* h(a).ch(b) 
---------------------------------------------------------------------- */
	h3.ch3 { 
		/*font-size: 5.3vw;*/
		font-size: 6vw;	
		text-align: center;
		letter-spacing: 1.3vw; 
		line-height: 1;
		margin-bottom: 10vw; 
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif; 
	}
	h3.ch3 span { 
		font-size: 3.3vw; 
		letter-spacing: normal;
		color: #00A46E; 
		font-family: acumin-pro, sans-serif;
		font-style: italic; 
	}
	h3.ch3.white { 
		color: #FFFFFF; 
	}
	h3.ch3.white span { 
		color: #FFFFFF; 
		letter-spacing: normal;
	}

	h4.ch4 {
		text-align: center;
		font-size: 4.3vw;
		font-family: acumin-pro, sans-serif;
		font-style: italic;
		font-weight: bold;
		color: #00A46E;
		margin-bottom: 10vw;
		letter-spacing: 0.4vw;
	}
	h4.ch4 span {
		position: relative;
	}
	h4.ch4 span::after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 1vw;
		background: url(../images/bg_slash_green_sp.svg) repeat-x; 
		background-size: auto 1vw;
		position: absolute;
		left: 0;
		bottom: -2vw;
	}

	h4.ch4_2 {
		text-align: center;
		font-size: 5vw;
		/*font-weight: bold;*/
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "ＭＳ 明朝", "MS Mincho", "HGS明朝E", serif;
		letter-spacing: 0.2vw;
		margin-bottom: 8vw;
		padding-top: 6vw;
		position: relative;
	}
	h4.ch4_2::before {
		content: "";
		display: block;
		width: 1px;
		height: 5vw;
		background: #00A570;
		position: absolute;
		left: 50%;
		top: 0;
	}




/* cmenu
---------------------------------------------------------------------- */
	.cmenu { 
		width: 100%; 
		position: relative; 
		z-index: 40; 
		display: flex;
		flex-wrap: wrap; 
		/*justify-content:center;*/ 
		flex-direction: column; 
		margin-bottom: 8vw; 
	}
	.cmenu li { 
		position: relative; 
		width: 100%; 
		border-bottom: #cccccc 1px solid; 
	}
	/*
	.cmenu li:last-child { 
	border-bottom: none; 
	}
	*/
	.cmenu li a { 
		position: relative; 
		width: 100%; 
		height: 12vw; 
		display: flex; 
		justify-content: center; 
		align-items: center;
		text-align: center; 
		background: url(../images/icon_arrow_d_green.svg) right 2vw center no-repeat; 
		background-size: 1.6vw auto; 
	}



/* cb...color box 
---------------------------------------------------------------------- */
	.cb { background: #F4F6F6; }
	.cb2 { background: ; }
	.cb3 { background: ; }
	.cb4 { background: ; }
	.grd { background: linear-gradient(120deg , #006C9E 30%, #0096AB); }

	.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 { 
		font-size: 4vw; 
		font-family: acumin-pro, sans-serif; font-weight: 400; font-style: normal;
		letter-spacing: 1.6px;
		color: #FFFFFF;
		display: flex; 
		align-items: center; 
		justify-content: center; 
		text-align: center; 
		width: 44vw; 
		height: 14.6vw; 
		position: relative; 
		background: linear-gradient(120deg , #006C9E 30%, #0096AB);
		}
	.cbtn::before { 
		content: "";
		display: block;
		width: 5vw;
		height: 0.13vw;
		background: #FFF;
		position: absolute;
		left: 0;
		top: 50%;
	}
	.cbtn::after { 
		content: "";
		display: block;
		width: 0.6vw;
		height: 0.6vw;
		border-radius: 50%;
		background: #FFF;
		position: absolute;
		top: 50%;
		margin-top: -0.3vw;
		left: 0;
		-moz-animation: cbtn 1.0s linear infinite ;
		-webkit-animation: cbtn 1.0s linear infinite ;
		-o-animation: cbtn 1.0s linear infinite ;
		-ms-animation: cbtn 1.0s linear infinite ;
	}


	.cbtn2 {
		font-size: 4vw; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 66vw; height: 13vw; position: relative;  padding-right: 6vw;
		border: #CB2124 1px solid; color: #FFF;
		background: url(../images/icon_arrow_r_white.svg) right 3.3vw center no-repeat #CB2124;
		background-size: 5.4vw auto;
	}



/* table.ctable
---------------------------------------------------------------------- */
	table.ctable { 
		border-collapse:collapse; 
		width: 100%; 
	}
	table.ctable th { 
		padding:1.6em 0;
		font-weight: normal;
		text-align: center;
		border-bottom: #AFCDCA 1px solid;
		background-color: #F5F7F7;
		width: 30%;
	}
	table.ctable tr:first-of-type th { 
		border-top: #AFCDCA 1px solid; 
	}
	table.ctable td { 
		padding:1.6em 0 1.6em 1.6em;
		vertical-align: middle;
 		border-bottom: #AFCDCA 1px solid; 
	}
	table.ctable tr:first-child td { 
		border-top:#AFCDCA 1px solid; 
	}



/* ul , dl
---------------------------------------------------------------------- */
	ul.cul { text-align: left; font-size: 3.7vw; line-height: 6vw; padding-left: 1em; }
	ul.cul li { padding-left: 1em; text-indent: -0.8em;/* list-style: disc;*/ }
	ul.cul li:before { content: "●"; color: #AAAAAA; display: inline-block; font-size: 2vw;	padding-right: 0.5em; }
	ul.notice { font-size: 4vw; line-height: 6vw; }
	ul.notice li,p.notice { padding-left: 1em; text-indent: -0.8em; }
	p.note,ul.note li { padding-left: 1em; text-indent: -1em; }
	ul.square li { padding-left: 5vw; background: url(../images/icon_square.svg) left top 1vw no-repeat; background-size: 3vw auto; }



/* no.
---------------------------------------------------------------------- */
	.no1 { padding-left: 8vw; background: url(../images/icon_no1.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no2 { padding-left: 8vw; background: url(../images/icon_no2.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no3 { padding-left: 8vw; background: url(../images/icon_no3.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no4 { padding-left: 8vw; background: url(../images/icon_no4.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no5 { padding-left: 8vw; background: url(../images/icon_no5.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no6 { padding-left: 8vw; background: url(../images/icon_no6.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no7 { padding-left: 8vw; background: url(../images/icon_no7.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no8 { padding-left: 8vw; background: url(../images/icon_no8.svg) left top no-repeat; background-size: 5.5vw auto; }
	.no9 { padding-left: 8vw; background: url(../images/icon_no9.svg) left top no-repeat; background-size: 5.5vw auto; }



/* 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: #AB00F3; 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; }*/

/* border
---------------------------------------------------------------------- */
	.bor_bot_red {
		border-bottom: 1px solid #CB2124;
	}


/* cborder
---------------------------------------------------------------------- */
	.cborder { border: #DDDDDD 1px solid; padding: 4vw; border-radius: 10px; margin-bottom: 8vw; }
	.cborder h5 { width: 100%; text-align: center; line-height: 6vw; padding: 1vw 0;
		color: #005F32; border-top:#365F38 2px solid; border-left:#365F38 2px solid;
		border-right: #D9DD34 2px solid; border-bottom: #D9DD34 2px solid;
		font-size: 4vw; margin-bottom: 4vw; border-radius: 10px; }


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

	@-moz-keyframes cbtn { 0% { left 0; opacity:1; } 70% { opacity:1; } 100% { left:5vw; opacity:0; } }
	@-webkit-keyframes cbtn { 0% { left 0; opacity:1; } 70% { opacity:1; } 100% { left:5vw; opacity:0; } }
	@-o-keyframes cbtn { 0% { left 0; opacity:1; } 70% { opacity:1; } 100% { left:5vw; opacity:0; } }
	@-ms-keyframes cbtn { 0% { left 0; opacity:1; } 70% { opacity:1; } 100% { left:5vw; opacity:0; } }

	@-moz-keyframes pagetop { 0% { top 7vw; opacity:1; } 70% { opacity:1; } 100% { top: -1.2vw; opacity:0; } }
	@-webkit-keyframes pagetop { 0% { top 7vw; opacity:1; } 70% { opacity:1; } 100% { top: -1.2vw; opacity:0; } }
	@-o-keyframes pagetop { 0% { top 7vw; opacity:1; } 70% { opacity:1; } 100% { top: -1.2vw; opacity:0; } }
	@-ms-keyframes pagetop { 0% { top 7vw; opacity:1; } 70% { opacity:1; } 100% { top: -1.2vw; opacity:0; } }




}/* End @media (max-width:1000px) */


/* ---------------------------------------------------------------------- */