/* CSS Document */

@font-face {
font-family: "Permanent";
  src: url("fonts/PermanentMarker-R.woff") format("woff");
}


#RthCustomizeW {
	/* width: 100%; */
/*	width: 950px !important;*/
}
#RthCustomizeW {
	color: #1E1E1E;
	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;
	/* 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;
}

.single-column .travel__tab{
	z-index: 10000;
}

.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; }

#RthCustomizeW li { list-style: none; }

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

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

#RthCustomizeW .ta_r { text-align: right; }
#RthCustomizeW .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; }
	#RthCustomizeW a {
		color: #1E1E1E;
		text-decoration: none;
	}

.ns_show { display: none; }

.benefits { display: none; }


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


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

	#RthCustomizeW 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;
	}
	#RthCustomizeW 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;
	}

	#RthCustomizeW a:active, #RthCustomizeW a:hover, #RthCustomizeW 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; }
	#RthCustomizeW { font-size: 16px; line-height: 24px; }
	.wrap , #page { position: relative; width: 100%; overflow: hidden; }



/* fnav , header
---------------------------------------------------------------------- */
	#fnav { position: fixed; z-index: 1000; background: rgba(244,244,244,1);
		  top:-120px; }
	#fnav.scroll { top:0; }

	.cnav { width: 100%; height: 80px; transition:0.3s; }
	.cnav h1 a { font-size: 12px; height: 46px; position: relative;
		display: block; width: 177px; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo_new_balck.svg) left bottom no-repeat; 
		background-size: contain;}
	.cnav h1 a span { position: absolute; top:0; left: 0; width: 385px; }
	.cnav nav { width: 900px; }
	.cnav nav ul { display: flex; justify-content: flex-end; align-items: center; /*flex-wrap: wrap;*/
		transition: 0.3s; }

	.navmain { height: 50px; padding-top: 15px; position: relative; display: flex; justify-content: space-between;
		 align-items:center; transition: 0.3s; flex-wrap: wrap; }
	.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: 16px;
		position: relative;
		padding: 0 12px;
		position: relative; 
	}
	/*.navmain nav>ul>li:last-child>a { padding: 0 0 0 18px; }*/
	.navmain nav ul li.btn_rsv a { 
		height: 50px; 
		background: #90c132;
		margin-left: 20px;
		width: 160px;
		color: #FFFFFF;
		border-radius: 5px;
	}

	header#header { position: absolute; z-index: 1000; height: 205px;
		background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0)); color:#ffffff;
		 top:0; left: 0; }
	header#header.cnav h1 a { background: url(../images/logo_new_white.svg) center center no-repeat; 
	width: 220px; height: 150px; margin-left:20px; }
	header#header.cnav nav { width: auto; margin-left: auto; }
	header#header .navmain { width: 1100px;/* width: 100%;*/ margin-left: auto; margin-right: auto; height: 150px; padding-top: 0; }
	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: #ffffff; }
	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_try_r_white.svg") center left no-repeat; }
	header#header .navmain nav ul li:nth-child(3) a { background: url("../images/icon_arrow_try_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; }


/* mainnav
---------------------------------------------------------------------- */
	.mainnav { 
/*		position: absolute;*/
/*		bottom: -70;*/
/*		left: 0;*/
/*		margin-right: -550px;*/
/*		z-index: 5;*/
/*		background: #FFFFFF;*/
/*		height: 70px;*/
/*		width: 1100px;*/
/*width: 100%;*/
    position: absolute;
    bottom: 0;
    right: 50%;
    /* margin-right: -550px; */
    margin-right: -450px;
    z-index: 5;
    background: #FFFFFF;
    height: 70px;
    /* width: 1100px; */
    width: 900px;
	}
	.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;
	 }*/
	#RthCustomizeW .mainnav ul li.btn_rsv a { 
		background: #90c132;
		margin-left: 20px;
		width: 160px;
		color: #FFFFFF;
	}



/* footer
---------------------------------------------------------------------- */
	#footer_hotel {
		position: relative;
		background: #90c132;
		padding: 90px 20px;
	}
	#footer_hotel .mainw {
		position: relative;
/*		justify-content: space-between;*/
justify-content: center;
	}
	#footer_hotel .add {
		position: relative;
		width: 400px;
	}
	#footer_hotel .add h2 {
		width: 240px;
		height: 62px;
		margin-bottom: 15px;
	}
	#footer_hotel .add h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_new_white.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	#footer_hotel .add p {
		color: #FFFFFF;
		line-height: 30px;
		letter-spacing: 0.8px;
	}
	#footer_hotel .add p a {
		display: inline-block;
		color: #FFFFFF;
		pointer-events: none;
	}
	#footer_hotel .sns {
		position: absolute;
		top: 10px;
		left: 250px;
	}
	#footer_hotel .sns2 {
		position: absolute;
		top: 10px;
		left: 260px;
		width: 70px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#footer_hotel .sns2 img {
		width: 30px;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	#footer_hotel .banner {

	}
	#footer_hotel .banner ul {
		justify-content: flex-end;
	}
	#footer_hotel .banner ul li:first-child {
		margin-right: 20px;
	}

	#footer_group {
		padding: 55px 0 ;
	}
	#footer_group .groupttl {
		align-items: center;
		margin-bottom: 40px;
	}
	#footer_group .groupttl h2 {
		width: 159px;
		height: 55px;
		margin-right: 40px;
	}
	#footer_group .groupttl h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_takamiya_g.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	#footer_group .groupttl p {
		font-size: 20px;
	}
	#footer_group .g_list {
		margin-bottom: 25px;
	}
	#footer_group .g_list h3 {
		font-size: 20px;
		color: #90c132;
		margin-bottom: 15px;
	}
	#footer_group .g_list ul { margin-bottom: 25px; }
	#footer_group .g_list li {
		margin-bottom: 10px;
	}
	#footer_group .g_list li a {
		color: #1C1C1C;
		text-decoration: underline;
	}
	#zaoarea {
		margin-right: 35px;
	}
	#shonaiarea {
		margin-right: 75px;
	}
	#okitamaarea {
		margin-right: 120px;
	}
	footer .copy { 
		font-size: 13px;
		color: #757575;
		font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","メイリオ", sans-serif;
	}


	footer .addnav { align-items: center; }
	footer nav {}
	footer nav { width: auto; }
	/*footer nav { width: 1100px; margin-left: auto; margin-right: auto; height: 150px; padding-top: 0; }*/
	footer nav ul li { margin-right: 10px; }
	footer nav ul li:last-child { margin-right: 0; }
	footer nav ul li:after { background: rgba(244,244,244,1); }
	footer nav ul a { color: #ffffff; }
	footer nav ul li:nth-child(1) a , 
	footer nav ul li:nth-child(2) a { background: url("../images/icon_arrow_try_r_white.svg") center left no-repeat; }
	footer nav ul { display: flex; justify-content: flex-end; align-items: center; /*flex-wrap: wrap;*/
		transition: 0.3s; }

	#footer_group .g_list .area {
/*    min-width: 245px;*/
    width: 100%;
    margin-right: 35px;
}
	#footer_group .g_list .area:last-child {
    margin-right: 0;
}

/*	.navmain { height: 50px; padding-top: 15px; position: relative; display: flex; justify-content: space-between;
		 align-items:center; transition: 0.3s; flex-wrap: wrap; }*/
	footer nav ul li { position: relative; /*width: calc(100% / 8);*/ }
	/*footer  nav ul li:after { content: ""; width: 1px; height: 20px; position: absolute;
		right: 0; top:50%; margin-top: -10px; background: #cccccc; }*/
	footer nav ul a { 
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		font-size: 16px;
		position: relative;
		padding: 0 12px;
		position: relative; 
	}



/* pagetop
---------------------------------------------------------------------- */
	#page-top { position: fixed; bottom: 20px; right: 50%; margin-right: -600px; z-index: 3000; }
	#page-top a { text-align: center; display: block; width: 90px; height: 90px;
		border-radius: 50%; border: #D6D6D6 1px solid; padding-top: 33px;
		position: relative; background: url("../images/icon_pagetop.svg") center top 25px no-repeat #ffffff; }
	#page-top a:hover { background:url("../images/icon_pagetop_on.svg") center top 20px no-repeat #90c132; opacity: 1; 
	border: #90c132 1px solid; color: #FFFFFF; }
	/*#page-top a:hover:before { top:-5px; }*/
	#page-top.stop { position: absolute; bottom: 400px; }



/* 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: -80px; padding-top: 80px;/*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: 400px; }
	#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 { width: 640px; height: 400px; text-align: center; z-index: 10000px;
		position: absolute; top:0; left: 50%; margin-left: -320x; z-index: 3; }



/* tbl
---------------------------------------------------------------------- */
	.tbl{ display:flex; border-top:1px solid #a0a0a0; border-bottom:1px solid #a0a0a0; }
	.tbl + .tbl{ border-top:none; }
	.tbl dt{ color: #20713b; }
	.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 #90c132;
		margin: 0 auto 20px;
		padding: 2rem;
	}
	.bo_frame_radius { 
		background: #90c132;
		border: 1px solid #90c132; 
		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: #90c132; 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: #90c132; 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; }



/* h(a).ch(b)
---------------------------------------------------------------------- */
	h3.ch3 { margin-bottom: 25px; font-size: 20px; text-align: center; position: relative; }
	h3.ch3 span { display: block; font-size: 16px; text-align: center; font-family: 'Jost', sans-serif;
 								color: #90c132; }

	h3.ch3_2 { margin-bottom: 40px; font-size: 40px; line-height: 1.2; text-align: center; position: relative;
	font-family: "Permanent Marker"; letter-spacing: 2px; color: #90c132;  }
	h3.ch3_2 span { display: block; font-size: 17px; text-align: center; 	font-family: 'Noto Sans JP', sans-serif; }

	h3.ch3_3 { margin-bottom: 40px; font-size: 40px; line-height: 1.2; text-align: center; position: relative;
	font-family: "Permanent Marker"; letter-spacing: 2px; color: #90c132; padding-top: 45px; }
	h3.ch3_3 span { display: block; font-size: 17px; text-align: center; 	font-family: 'Noto Sans JP', sans-serif; }
	h3.ch3_3::before{ content:""; display:block; position:absolute; top:0; left:0; right:0; width:45px; height:30px; margin-left:auto; margin-right:auto; background-image:url(../images/icon_pica_brown.png); background-repeat:no-repeat; background-position: center center; background-size:45px 30px; }

	h4.ch4 { font-size: 24px; letter-spacing: 4.8px; line-height: 2; margin-bottom: 35px; position: relative; }
	h4.ch4 span { display: block; font-size: 14px; letter-spacing: normal; font-family: "Permanent Marker"; color: #90c132; }

	h4.ch4_2 { font-size: 40px; letter-spacing: 2px; line-height: 0.8; position: relative; color: #5e8021; }
	h4.ch4_2 span { display: inline-block; font-family: "Permanent Marker"; position: relative; }
	h4.ch4_2 span::after { content: ""; display: block; width: 36px; height: 29px;
	background: url("../images/icon_pica_green.svg") center center no-repeat; background-size: contain; 
	position: absolute; top: -30px; right: -30px;}
	h4.ch4_2 span.ja { font-size: 17px; font-family: 'Noto Sans JP', sans-serif; }
	h4.ch4_2 span.ja:after { background: none; }



/* cmenu 
---------------------------------------------------------------------- */
	.cmenu { width: 100%; position: relative; z-index: 40; display: flex; margin-bottom: 90px;
		flex-wrap: wrap; justify-content:center; border-top: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid; }
	.cmenu li { position: relative; margin: 0 20px; }
	.cmenu li a { position: relative; height: 60px; display: flex; text-align: center;
		line-height: 60px; }
	.cmenu li a:after { content: ""; display: inline-block; width: 10px; height: 60px;
		background: url(../images/icon_arrow_down2.svg) center center no-repeat;
		margin-left: 5px; transition: 0.3s; }
	.cmenu li a:hover:after { background-position: center 60%; }

	.cmenu2 { width: 100%; position: relative; z-index: 40; display: flex; margin-bottom: 90px;
		flex-wrap: wrap; justify-content:center; }
	.cmenu2 li { position: relative; margin: 0 20px; width: 250px; margin-bottom: 20px; }
	.cmenu2 li a { position: relative; width: 100%; height: 60px; display: flex; flex-direction: column;
								 justify-content: center; border-bottom: 1px solid #818181; padding-left: 1em; padding-right: 1.5em;
								background: url(../images/icon_arrow_r_green.svg) center right 12px no-repeat; }
	.cmenu2 li a:hover { background: url(../images/icon_arrow_r_green.svg) center right 7px no-repeat; }



/* cb...color box 
---------------------------------------------------------------------- */
	.cb { background: #F4F4F4; }
	.cb2 { background: #90c132; }
	.cb3 { background: url("../images/index/bg_mount.jpg") center bottom no-repeat #F4F4F4;
		background-size: contain; }



/* 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 
---------------------------------------------------------------------- */
	#RthCustomizeW .cbtn { font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 400px; height: 50px; position: relative; 
		border: #90c132 1px solid; color: #FFFFFF; border-radius: 3px;
		background: url(../images/icon_arrow_r_white.svg) right 13px center no-repeat #90c132; }
	#RthCustomizeW .cbtn:hover { opacity: 1; border: #D6D6D6 1px solid; color: #1E1E1E;
		background: url(../images/icon_arrow_r_green.svg) right 8px center no-repeat #FFFFFF; }

	#RthCustomizeW .cbtn2 {
		font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; /*width: 400px;*/ height: 50px; position: relative; 
		border: #D6D6D6 1px solid; color: #1E1E1E; border-radius: 3px;
		background: url(../images/icon_arrow_r_green.svg) right 13px center no-repeat #FFFFFF;
	}
	#RthCustomizeW .cbtn2:hover {
		opacity: 1; border: #90c132 1px solid; color: #FFFFFF;
		background: url(../images/icon_arrow_r_white.svg) right 8px center no-repeat #90c132;
	}

	#RthCustomizeW .cbtn3 { font-size: 16px; display: flex; align-items: center; justify-content: center; 
		text-align: center; width: 400px; height: 50px; position: relative; 
		border: #DDCFAF 1px solid; color: #90c132; border-radius: 3px;
		background: url(../images/icon_arrow_r_green.svg) right 13px center no-repeat #DDCFAF; }
	#RthCustomizeW .cbtn3:hover { opacity: 1; border: #90c132 1px solid; color: #90c132;
		background: url(../images/icon_arrow_r_green.svg) right 8px center no-repeat #FFFFFF; }




/*	.btn_pdf { width: 200px; height: 48px; line-height: 44px; text-align: center; color: #ffffff; position: relative;
		background: #427464; border-radius: 10px; margin: 0 auto; display: block; border:#427464 2px solid; }
	.btn_pdf:before { content: ""; width: 28px; height: 28px; background: url(../images/icon_pdf.svg) center center no-repeat;
		position: absolute; right: 12px; top:50%; margin-top: -14px; transition: 0.3s; }
	.btn_pdf:after { content: ""; width: 28px; height: 28px; background: url(../images/icon_pdf_on.svg) center center no-repeat;
		position: absolute; right: 12px; top:50%; margin-top: -14px; transition: 0.3s; opacity: 0; }
	.btn_pdf:hover { background: #ffffff; color: #427464; opacity: 1; }
	.btn_pdf:hover:before { opacity: 0; }
	.btn_pdf:hover:after { opacity: 1; }*/



/* table ctable 
---------------------------------------------------------------------- */
	table.ctable { border-collapse:collapse; width: 100%; font-size: 16px; }
	table.ctable th { color: #aa0a78; text-align: center; border-bottom: #cccccc 1px solid; padding: 15px 20px; font-weight: normal;
		 border-right: #cccccc 1px solid; }
	table.ctable tr:first-child th { border-top:#cccccc 1px solid; }
	table.ctable td { text-align: left; vertical-align: middle;
		padding: 15px 20px; border-bottom: #cccccc 1px solid; }
	table.ctable tr:first-child td { border-top:#cccccc 1px solid; }
	/*table.ctable td a { text-decoration: underline; color: #1B6F61; }*/



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



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



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


} /* 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; }
　#footer_group .g_list .area {
    min-width: 245px;
    width: 100%;
    margin-right: 35px;
}

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

	/*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) {

	#fnav { top:-160px; }
	.cnav { height: 160px;  }
	.navmain { height: 110px; 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 { 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%;
	}

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


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


@media (max-width:1000px) {

	#RthCustomizeW { 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;*/ height: 17vw; display: flex; position: absolute;
		justify-content: flex-end; align-items: flex-start; z-index: 5000; transition: 0.3s;
		padding: 0; top:0; right: 0; }
	#head_spnav h1 { width: 52vw; height: 12.4vw; position: relative; left: -5vw; top: 4vw; /*display: none;*/ }
	#head_spnav h1 a { display: block; width: 100%; height: 100%; background: url("../images/logo_new_white.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: 17vw; height: 17vw; padding-top: 10vw;
		color: #ffffff; background: url("../images/icon_calendar.svg") top 4vw center no-repeat #CE0E2D;
		 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:17vw; height:17vw; color: #FFFFFF; padding-top: 4vw;
		position: relative; display: block; background: #90c132;
		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: #FFFFFF; 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: #ffffff;
		/*padding-top: 18vw;*/ }
	#fnav_in .navmain { width: 100%; }
	#fnav_in h1 { width: 52vw; height: 12.4vw; text-indent: -10000px; overflow: hidden;	margin-left: 4vw; margin-top: 4vw; 
	background: url(../images/logo_new_white.svg) left center no-repeat; background-size: 52vw auto;}
	#fnav_in h1 a { display: block; width: 100%; height: 100%;  /*padding-top: 9vw;*/ }
	#fnav_in nav { width: 100%; height: 100%; overflow: auto; margin: 6vw 0 2vw; padding-bottom: 6vw; }
	#fnav_in nav>ul.navtop { width: 80vw; margin: 0 auto 8vw; }
	#fnav_in nav>ul.navtop>li { border-bottom: #cecece 1px solid;
		line-height: 12vw; width: 100%; font-size:3.8vw; }
	#fnav_in nav ul.navtop li a { display: block; line-height: 12vw; text-align: center; position: relative; }

	#fnav_in .tel { width: 62vw; margin: 0 auto 6vw; }
	#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; font-size: 6.4vw; color: #90c132;
		line-height: 6vw; }
	#fnav_in .tel a::before { content: ""; display: inline-block; width:5.3vw; height:5.3vw; background:url(../images/icon_tel_green.svg?v2) center center no-repeat;
	background-size: contain; }
	#fnav_in .tel a span { font-size: 4.2vw; }

	#fnav_in .navother { width: 80vw; margin-left: auto; margin-right: auto; display: flex; justify-content: space-between; 
		margin-bottom: 9vw; }
	#fnav_in .navother a { font-size: 3.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;*/ }



/* language_menu
---------------------------------------------------------------------- */
	#fnav_in .language_menu { margin-bottom: 3vh; position: relative; width: 80vw;
		height: 13vw; margin: 4vw auto 20vw; text-align: left;
		line-height: 13vw; border-bottom: 1px solid #cecece; }
	#fnav_in .language_menu li { position: absolute; left: 0; bottom: 0; width: 80vw;
		 /*background: #ffffff;*/ }
	#fnav_in .language_menu li a { display: block; color: #1e1e1e; background: #FFFFFF;
		 width: 80vw; padding-left: 4vw; text-align: center; position: relative; }
	#fnav_in .language_menu li ul { display: none; position: static; width: 80vw; 
		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: 80vw; height: 13vw;
		border-bottom: #cecece 1px solid; }
	#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 ul li a:after { content: ""; width: 2.6vw; height: 1.3vw; 
		background: url(../images/icon_arrow_up_black.svg) center center no-repeat;
		background-size: contain; position: absolute; right: 2vw; top: 6vw; }*/


/* footer
---------------------------------------------------------------------- */
	#footer_hotel {
		position: relative;
		background: #90c132;
		padding: 16vw 0;
	}
	#footer_hotel .mainw {
		position: relative;
		width: 76vw;
	}
	#footer_hotel .add {
		position: relative;
		margin-bottom: 6vw;
	}
	#footer_hotel .add h2 {
		/* width: 56.8vw; */
		width: 52.8vw;
		height: 13.5vw;
		margin-bottom: 4vw;
	}
	#footer_hotel .add h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_new_white.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	#footer_hotel .add p {
		color: #FFFFFF;
		line-height: 2;
		letter-spacing: 0.1vw;
	}
	#footer_hotel .add p a {
		color: #FFFFFF;
	}
	#footer_hotel .sns {
		position: absolute;
		top: 5vw;
		right: 5vw;
	}

	#footer_hotel .sns2 {
		position: absolute;
		top: 5vw;
		right: 0;
		width: 20vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	#footer_hotel .sns li,
	#footer_hotel .sns2 li {
		width: 7vw;
	}
	#footer_hotel .banner {

	}
	#footer_hotel .banner ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_hotel .banner ul li {
		width: 36vw;
	}

	#footer_group {
		padding: 13vw 0 ;
		background: #F3F3F3;
	}
	#footer_group .mainw {
		width: 76vw;
	}
	#footer_group .groupttl {
		align-items: center;
		margin-bottom: 7vw;
	}
	#footer_group .groupttl h2 {
		width: 38.7vw;
		height: 13.3vw;
		margin-bottom: 4vw;
	}
	#footer_group .groupttl h2 a {
		display: block;
		width: 100%;
		height: 100%;
		background: url("../images/logo_takamiya_g.svg") center center no-repeat;
		background-size: contain;
		text-indent: -100000px;
	}
	#footer_group .groupttl p {
	}
	#footer_group .g_list { margin-bottom: 4vw;
	}
	/*#footer_group .area {
		margin-bottom: 4vw;
	}*/
	#footer_group .g_list h3 {
		font-size: 4.5vw;
		color: #90c132; margin-top: 4vw;
		background: url("../images/icon_pagedown.svg") right 4vw center no-repeat #FFFFFF;
		/*background: url("../images/icon_pagetop.svg") right 4vw center no-repeat #FFFFFF;*/
		border: 1px solid #d3d3d3;
		padding: 0.5em 1em;
	}
	#footer_group .g_list h3.active {
		background: url("../images/icon_pagetop.svg") right 4vw center no-repeat #FFFFFF;
	}
	#footer_group .g_list ul {
		display: none;
		margin-top: 4vw;
	}
	#footer_group .g_list li {
		margin-bottom: 1vw;
	}
	#footer_group .g_list li a {
		color: #1C1C1C;
		text-decoration: underline;
	}
	footer .copy { 
		font-size: 3.2vw;
		color: #757575;
		font-family: "游ゴシック Medium", YuGothic, "游ゴシック体","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium","メイリオ", sans-serif;
		letter-spacing: -0.2vw;
	}



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



/* common
---------------------------------------------------------------------- */
	/*.wrap { padding-top: 20vw; }*/
	.wrap , #page { position: relative; }
	.mainw,.w1200,.w1100,.w1000,.w900,.w920,.w800,.w700 { width: 80vw; 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: 76vw; height: 50vw; text-align: center;
		position: absolute; writing-mode: vertical-rl;
		top: 50%; margin-top: -20vw; left: 50%; margin-left: -38vw; color: #ffffff; z-index: 3; }



/* tbl
---------------------------------------------------------------------- */
	.tbl{ display:flex; border-top:1px solid #a0a0a0; border-bottom:1px solid #a0a0a0; }
	.tbl + .tbl{ border-top:none; }
	.tbl dt{ color: #20713b; }
	.tbl dd .notes{  margin-top:1em; }
	.tbl{ flex-direction:column; justify-content:flex-start; }
	.tbl dt{ padding:0.8em 0.8em 0em 0.8em; }
	.tbl dd{ padding:0.5em 0.8em 0.8em 0.8em; }
	.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 #90c132;
		margin: 0 auto 6vw;
		padding: 2rem;
	}
	.bo_frame_radius {
		background: #90c132;
		display: inline-block; 
		border: 1px solid #90c132; 
		border-radius: 8em;
		padding: 0.5em 2em; 
		color: #FFFFFF;
	}



/* lead
---------------------------------------------------------------------- */
	#lead { padding: 26vw 0 24vw; position: relative; }
	/*#lead:before { content: ""; width: 121vw; height: 40vw; position: absolute;
		bottom: 6vw; left: -24vw; background: url(../images/index/obj_mt1.svg) center top no-repeat; background-size: contain; }
	#lead:after { content: ""; width: 85vw; height: 28vw; position: absolute;
		top: 6vw; right: -16vw;
		background: url(../images/index/obj_mt2.svg) center top no-repeat;
		background-size: contain; }*/
	#lead .mainw { position: relative; }
	#lead .mainw h3 { font-size: 6vw; text-align: center;
		color: #90c132; 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; margin: 0 auto 6vw; }
	p.lead.strong { font-size: 4.6vw; line-height: 6vw; color: #90c132; font-family: "hannari";
		letter-spacing: 5px; }
	.note { font-size: 3.4vw; line-height: 4.6vw; padding-left: 1em; text-indent: -1em; }
	ul.noteul li { padding-left: 1em; text-indent: -1em; font-size: 3.4vw; line-height: 4.6vw; }
	a.tb { text-decoration: underline; color: #427464; padding-right: 3vw;
		background: url(../images/icon_nw.svg) right center no-repeat; background-size: 2vw auto; }



/* h(a).ch(b) 
---------------------------------------------------------------------- */
	h3.ch3 { margin-bottom: 6vw; font-size: 5.6vw; text-align: center; position: relative; }
	h3.ch3 span { display: block; font-size: 3.8vw; text-align: center; font-family: 'Jost', sans-serif;
 								color: #90c132; }

	h3.ch3_2 { margin-bottom: 6vw; font-size: 10vw; line-height: 1.2; text-align: center; position: relative;
	font-family: "Permanent Marker"; letter-spacing: 2px; color: #90c132;  }
	h3.ch3_2 span { display: block; font-size: 3.8vw; text-align: center; 	font-family: 'Noto Sans JP', sans-serif; }

	h3.ch3_3 { margin-bottom: 6vw; font-size: 10vw; line-height: 1.2; text-align: center; position: relative;
	font-family: "Permanent Marker"; letter-spacing: 2px; color: #90c132; padding-top: 5vw; }
	h3.ch3_3 span { display: block; font-size: 3.8vw; text-align: center;	font-family: 'Noto Sans JP', sans-serif; }
	h3.ch3_3::before{ content:""; display:block; position:absolute; top: -4vw; left:0; right:0; 
	width:11vw; height:7vw; margin-left:auto; margin-right:auto; 
	background-image:url(../images/icon_pica_brown.png); background-repeat:no-repeat; 
	background-position: center center; background-size: contain; }

	h4.ch4 { font-size: 7vw; line-height: 2; margin-bottom: 6vw; position: relative; letter-spacing: 1vw; }
	h4.ch4 span { display: block; font-size: 3.3vw; font-family: "Permanent Marker"; color: #90c132; letter-spacing: normal; }

	h4.ch4_2 { font-size: 9vw; line-height: 0.8; position: relative; color: #5e8021; }
	h4.ch4_2 span { display: inline-block; font-family: "Permanent Marker"; position: relative; }
	h4.ch4_2 span::after { content: ""; display: block; width: 8vw; height: 8vw;
	background: url("../images/icon_pica_green.svg") center center no-repeat; background-size: contain; 
	position: absolute; top: -8vw; right: -8vw;}
	h4.ch4_2 span.ja { font-size: 3.4vw; font-family: 'Noto Sans JP', sans-serif; }
	h4.ch4_2 span.ja:after { background: none; }



/* cmenu
---------------------------------------------------------------------- */
	.cmenu { width: 100%; position: relative; z-index: 40; display: flex; margin-bottom: 8vw;
		flex-wrap: wrap; justify-content:center; border-top: #cccccc 1px solid;
		border-bottom: #cccccc 1px solid; }
	.cmenu li { position: relative; width: 50%; border-bottom: #cccccc 1px solid; }
	.cmenu li:last-child { border-bottom: none; }
	.cmenu li a { position: relative; height: 12vw; display: flex; text-align: center;
		line-height: 12vw; width: 100%; justify-content: center; }
	.cmenu li a:after { content: ""; display: inline-block; width: 2vw; height: 12vw;
		background: url(../images/icon_arrow_down2.svg) center center no-repeat;
		margin-left: 1vw; background-size: 1.6vw auto; }

	.cmenu2 { width: 100%; position: relative; z-index: 40; margin-bottom: 8vw; }
	.cmenu2 li { position: relative; width: 100%; margin-bottom: 4vw; }
	.cmenu2 li a { position: relative; width: 100%; height: 12vw; display: flex; flex-direction: column;
								 justify-content: center; border-bottom: 1px solid #818181; padding-left: 4vw; padding-right: 6vw;
								background: url(../images/icon_arrow_r_green.svg) center right 4vw no-repeat; 
								background-size: 1.6vw auto; }



/* cb...color box
---------------------------------------------------------------------- */
	.cb { background: #F4F4F4; }
	.cb2 { background: #90c132; }
	.cb3 { background: url("../images/index/bg_mount.jpg") center bottom no-repeat #F4F4F4;
		background-size: contain; }


	.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; display: flex; align-items: center; justify-content: center; 
		text-align: center; color: #FFFFFF;	width: 66vw; height: 13vw; position: relative; padding-right: 6vw;
		background: url("../images/icon_arrow_r_white.svg") right 4vw center no-repeat #90c132;
		background-size: 1.6vw auto; border: #90c132 1px solid; border-radius: 1vw; 
	}

	.cbtn2 {
		font-size: 4vw; display: flex; align-items: center; justify-content: center; 
		text-align: center; color: #1E1E1E;	width: 66vw; height: 13vw; position: relative; padding-right: 6vw;
		background: url("../images/icon_arrow_r_green.svg") right 4vw center no-repeat #FFFFFF;
		background-size: 1.6vw auto; border: #D6D6D6 1px solid; border-radius: 1vw;
	}

	.cbtn3 { 
		font-size: 4vw;; display: flex; align-items: center; justify-content: center; 
		text-align: center; color: #90c132; width: 66vw; height: 13vw; position: relative;  padding-right: 6vw;
		background: url(../images/icon_arrow_r_green.svg) right 4vw center no-repeat #DDCFAF; 
		background-size: 1.6vw auto; border: #DDCFAF 1px solid; border-radius: 1vw;
	}



/* table.ctable
---------------------------------------------------------------------- */
	table.ctable { border-collapse:collapse; width: 100%; font-size: 4vw;
		border-top:#cccccc 1px solid; }
	table.ctable th,table.ctable td { display: block; }
	table.ctable th { color: #aa0a78; text-align: center; height: 8vw;
		 border-bottom: #cccccc 1px solid; padding: 2vw 4vw; font-weight: normal; }
	table.ctable td { text-align: left; vertical-align: middle;
		padding: 2vw 4vw; border-bottom: #cccccc 1px solid; }

	table.ctable2_sp { background: url(../images/line_ctable2.svg) left top no-repeat; background-size: 100% 2px; }
	table.ctable2_sp th { display: block; border-bottom: none; padding-bottom: 0; width: 100%;
		 font-weight: normal; }
	table.ctable2_sp td { display: block; border-bottom: none; background: url(../images/line_ctable2.svg) left bottom no-repeat; background-size: 100% 2px; padding-top: 0; }
	table.ctable2_sp tr:first-child th,table.ctable2_sp tr:first-child td { border-top: none; }



/* 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 { font-size: 3.4vw; line-height: 6vw; padding-left: 1em; text-indent: -1em; }



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



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



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


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



	.feadAnime {
		position: relative;
	}
	
	.feadAnime>* {
		position: absolute;
		top: 0;
		left: 0;
		animation-name: fade;
		animation-duration: 16s;
		animation-iteration-count: infinite;
		z-index: 1;
		opacity: 0;
	}
	
	.feadAnime>*:nth-child(1) {
		position: relative;
	}
	
	.feadAnime>*:nth-child(2) {
		animation-delay: 4s;
	}
	
	.feadAnime>*:nth-child(3) {
		animation-delay: 8s;
	}
	
	.feadAnime>*:nth-child(4) {
		animation-delay: 12s;
	}
	
	.feadAnime>*:nth-child(5) {
		animation-delay: 16s;
	}
	
	.feadAnime>*:nth-child(6) {
		animation-delay: 20s;
	}
	
	@keyframes fade {
		0% {
			opacity: 0
		}
	
		3% {
			opacity: 0
		}
	
		6% {
			opacity: 1
		}
	
		29% {
			opacity: 1
		}
	
		30% {
			opacity: 0
		}
	
		35% {
			opacity: 0
		}
	
		100% {
			opacity: 0
		}
	}

	@keyframes slideAnime--four {
		0% {
			opacity: 0
		}
	
		3% {
			opacity: 0
		}
	
		6% {
			opacity: 1
		}
	
		29% {
			opacity: 1
		}
	
		30% {
			opacity: 0
		}
	
		35% {
			opacity: 0
		}
	
		100% {
			opacity: 0
		}
	}
	
	.autoSlidePhotoList {
		display: flex;
	}
	
	.autoSlidePhotoList ul {
		display: flex;
		animation: infinity-scroll-left 42s infinite linear both;
	}
	
	.autoSlidePhotoList.autoSlidePhotoList--ten ul {
		display: flex;
		animation: infinity-scroll-left 80s infinite linear both;
	}
	
	.autoSlidePhotoList li {
		width: 400px;
		flex-shrink: 0;
	}
	
	@keyframes infinity-scroll-left {
		0% {
			transform: translateX(0);
		}
	
		100% {
			transform: translateX(-100%);
		}
	}
	
	.slideAnimeWrap {
		overflow: hidden;
		position: relative;
	}
	
	.slideAnime {
		position: relative;
		display: inline-flex;
		flex-shrink: 0;
		flex-shrink: 0;
		animation: slideAnime 16s infinite linear .5s both;
	}
	
	.slideAnime>* {
		text-align: center;
		max-width: 100%;
		flex-shrink: 0;
	}
	
	.slideAnime img {
		width: 100% !important;
	}
	
	.slideAnime.slideAnime--two {
		animation: slideAnime--two 8s infinite linear .4s both;
	}
	
	.slideAnime.slideAnime--Three {
		animation: slideAnime--Three 12s infinite linear .4s both;
	}
	
	.slideAnime.slideAnime--five {
		animation: slideAnime--five 20s infinite linear .4s both;
	}
	
	.slideAnime.slideAnime--six {
		animation: slideAnime--six 24s infinite linear .4s both;
	}
	
	@keyframes slideAnime {
	
		0%,
		24% {
			transform: translateX(0);
		}
	
		26%,
		49% {
			transform: translateX(-100%);
		}
	
		51%,
		74% {
			transform: translateX(-200%);
		}
	
		76%,
		98% {
			transform: translateX(-300%);
		}
	
		100% {
			transform: translateX(-400%);
		}
	}
	
	@keyframes slideAnime--two {
	
		0%,
		46% {
			transform: translateX(0);
		}
	
		50%,
		96% {
			transform: translateX(-100%);
		}
	
		100% {
			transform: translateX(-200%);
		}
	}
	
	@keyframes slideAnime--Three {
	
		0%,
		31% {
			transform: translateX(0);
		}
	
		34%,
		64% {
			transform: translateX(-100%);
		}
	
		67%,
		97% {
			transform: translateX(-200%);
		}
	
		100% {
			transform: translateX(-300%);
		}
	}
	
	@keyframes slideAnime--five {
	
		0%,
		19% {
			transform: translateX(0);
		}
	
		21%,
		39% {
			transform: translateX(-100%);
		}
	
		41%,
		59% {
			transform: translateX(-200%);
		}
	
		61%,
		79% {
			transform: translateX(-300%);
		}
	
		81%,
		98% {
			transform: translateX(-400%);
		}
	
		100% {
			transform: translateX(-500%);
		}
	}
	
	@keyframes slideAnime--six {
	
		0%,
		14.5% {
			transform: translateX(0);
		}
	
		16.5%,
		31% {
			transform: translateX(-100%);
		}
	
		33%,
		47.5% {
			transform: translateX(-200%);
		}
	
		49.5%,
		64% {
			transform: translateX(-300%);
		}
	
		66%,
		80.5% {
			transform: translateX(-400%);
		}
	
		82.5%,
		98% {
			transform: translateX(-500%);
		}
	
		100% {
			transform: translateX(-600%);
		}
	}
	
	.slideDotAnime {
		text-align: center;
		margin-top: 30px;
		position: absolute;
		right: 20px;
/*		bottom: 20px;*/
		bottom: 70px;
		z-index: 2;
		display: flex;
		align-items: center;
	}
	
	.slideDotAnime>* {
		width: 10px;
		height: 10px;
		margin: 0 10px;
		background-color: #CDD0D3;
		background-color: #FFF;
		border-radius: 50%;
		display: inline-block;
		animation-name: slideDotAnime;
		animation-duration: 16s;
		animation-iteration-count: infinite;
	}
	
	.slideDotAnime>*:nth-child(2) {
		animation-delay: 4s;
	}
	
	.slideDotAnime>*:nth-child(3) {
		animation-delay: 8s;
	}
	
	.slideDotAnime>*:nth-child(4) {
		animation-delay: 12s;
	}
	
	.slideDotAnime>*:nth-child(5) {
		animation-delay: 16s;
	}
	
	.slideDotAnime>*:nth-child(6) {
		animation-delay: 20s;
	}
	
	@keyframes slideDotAnime {
		0% {
			width: 10px;
			height: 10px;
		}
	
		5% {
			width: 15px;
			height: 15px;
		}
	
		25% {
			width: 15px;
			height: 15px;
		}
	
		30% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}
	
	.slideDotAnime.slideDotAnime--two>* {
		animation-name: slideDotAnime--two;
		animation-duration: 8s;
		animation-iteration-count: infinite;
	}
	
	.slideDotAnime.slideDotAnime--Three>* {
		animation-name: slideDotAnime--Three;
		animation-duration: 12s;
		animation-iteration-count: infinite;
	}
	
	.slideDotAnime.slideDotAnime--four>* {
		animation-name: slideDotAnime--four;
		animation-duration: 16s;
		animation-iteration-count: infinite;
	}
	
	.slideDotAnime.slideDotAnime--five>* {
		animation-name: slideDotAnime--five;
		animation-duration: 20s;
		animation-iteration-count: infinite;
	}
	
	.slideDotAnime.slideDotAnime--six>* {
		animation-name: slideDotAnime--six;
		animation-duration: 24s;
		animation-iteration-count: infinite;
	}
	
	@keyframes slideDotAnime--two {
		0% {
			width: 10px;
			height: 10px;
		}
	
		10% {
			width: 15px;
			height: 15px;
		}
	
		50% {
			width: 15px;
			height: 15px;
		}
	
		60% {
			width: 10px;
			height: 10px;
		}
	
		85% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}
	
	@keyframes slideDotAnime--Three {
		0% {
			width: 10px;
			height: 10px;
		}
	
		3% {
			width: 10px;
			height: 10px;
		}
	
		5% {
			width: 15px;
			height: 15px;
		}
	
		35% {
			width: 15px;
			height: 15px;
		}
	
		40% {
			width: 10px;
			height: 10px;
		}
	
		85% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}
	
	@keyframes slideDotAnime--four {
		0% {
			width: 10px;
			height: 10px;
		}
	
		3% {
			width: 10px;
			height: 10px;
		}
	
		6% {
			width: 15px;
			height: 15px;
		}
	
		29% {
			width: 15px;
			height: 15px;
		}
	
		30% {
			width: 10px;
			height: 10px;
		}
	
		35% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}
	
	@keyframes slideDotAnime--five {
		0% {
			width: 10px;
			height: 10px;
		}
	
		4% {
			width: 15px;
			height: 15px;
		}
	
		20% {
			width: 15px;
			height: 15px;
		}
	
		25% {
			width: 10px;
			height: 10px;
		}
	
		35% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}
	
	@keyframes slideDotAnime--six {
		0% {
			width: 10px;
			height: 10px;
		}
	
		1% {
			width: 15px;
			height: 15px;
		}
	
		16% {
			width: 15px;
			height: 15px;
		}
	
		20% {
			width: 10px;
			height: 10px;
		}
	
		100% {
			width: 10px;
			height: 10px;
		}
	}