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

html,body { width: 100%; }
body {
	color: #26354C;
	margin: 0 auto;
	font-family:"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",  "メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
}


li { list-style: none; }

p {
	text-align: justify;
	-ms-text-justify: auto;
	text-justify: auto;
	text-justify: inter-ideograph;
}
img { vertical-align: bottom; }

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

	a {
		color: #26354C;
		text-decoration: none;
	}

.loading-area{background:#fff;width:100%;height:100%;height:100vh;position:fixed; z-index: 22000;}
.loading-area .loadeing-logo-area{position:absolute;top:50%;left:50%;
	width:16vw;height:20vw; margin-top:-10vw; margin-left: -8vw; text-align: center;}
.loading-area .loadeing-logo-area .img { width: 100%; position: relative; }
.loading-area .loadeing-logo-area img{ width:16vw; opacity: 1; position: absolute; left:0; top:0; }
.loading-area .loadeing-logo-area img.scissor {
    -webkit-animation: choki 1s linear infinite;
    -moz-animation: choki 1s linear infinite;
    -ms-animation: choki 1s linear infinite;
    -o-animation: choki 1s linear infinite;
    animation: choki 1s linear infinite; }
/*.loading-area .loadeing-logo-area i{color:#ccc;display:block;margin:30px auto 0}*/
	@-webkit-keyframes choki { 0% {-webkit-transform: rotate(0deg);}
		50% {-webkit-transform: rotate(20deg);}
		100% {-webkit-transform: rotate(-1deg);} }
	@-moz-keyframes choki { 0% {-moz-transform: rotate(0deg);}
		50% {-moz-transform: rotate(20deg);}
		100% {-moz-transform: rotate(-1deg);} }
	@-ms-keyframes choki { 0% {-ms-transform: rotate(0deg);}
		50% {-ms-transform: rotate(20deg);}
		100% {-ms-transform: rotate(-1deg);} }
	@-o-keyframes choki { 0% {-o-transform: rotate(0deg);}
		50% {-o-transform: rotate(20deg);}
		100% {-o-transform: rotate(-1deg);} }
	@keyframes choki { 0% {transform: rotate(0deg);}
		50% {transform: rotate(20deg);}
		100% {transform: rotate(-1deg);} }

	body { font-size: 3.8vw; line-height: 1.5; }
	.mb0 { margin-bottom: 0 !important; }
	.mb20 { margin-bottom: 2.6vw !important; }
	.mb25 { margin-bottom: 3.3vw !important; }
	.mb30 { margin-bottom: 4vw !important; }
	.mb40 { margin-bottom: 5.3vw !important; }
	.mb50 { margin-bottom: 6.6vw !important; }
	.mb60 { margin-bottom: 8vw !important; }
	.mb70 { margin-bottom: 9.3vw !important; }
	.mb80 { margin-bottom: 10.6vw !important; }
	.mb90 { margin-bottom: 12vw; }
	.mb100 { margin-bottom: 13.3vw !important; }
	.mb120 { margin-bottom: 16vw !important; }
	.pt50 { padding-top: 6.6vw !important; }
	.ls-1 { letter-spacing: -1px; }
	.ls-2 { letter-spacing: -2px; }
	.ls-3 { letter-spacing: -3px; }
	.ls-4 { letter-spacing: -4px; }


	body { width:100%; }
	.wrap { width: 100%; overflow: hidden;}
	.for_pc { display: none; }
	img { max-width: 100%; }

	.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: showdown 1s linear 0s 1 normal forwards;
	-webkit-animation: showdown 1s linear 0s 1 normal forwards;
	-o-animation: showdown 1s linear 0s 1 normal forwards;
	-ms-animation: showdown 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 { width:100%; position:fixed; left:0; bottom:0; z-index:20000; }
	#foot_spnav { width:100%; height:16vw; background: #E7F2F2; position: relative; z-index: 10; }
	#foot_spnav ul { width:100%; height:16vw; display: flex; }
/*	#foot_spnav ul li { width:42%; height:16vw; text-align: center; position: relative; }*/
	#foot_spnav ul li { width:84%; height:16vw; text-align: center; position: relative; }
	#foot_spnav ul li:last-child { width: 16%; }
	#foot_spnav ul li a { display:flex; width:100%; height:16vw; text-align: center; align-items: center; justify-content: center; }
/*	#foot_spnav ul li:first-child a { background: #30c3e1; }*/
/*	#foot_spnav ul li:nth-child(2) a { background: #E9E26D; }*/
	#foot_spnav ul li:first-child a { background: #E9E26D; }
	#foot_spnav ul li a img { height: 6vw; width: auto; }
	#foot_spnav #menu_sp div { width: 6vw; height: 4.4vw; margin: 1vw auto; position: relative; }
	#foot_spnav #menu_sp span{ position: absolute;  display: block; width: 6vw;
		height: 2px; background: #26354C; left:0; transform:rotate(0); }
	#foot_spnav #menu_sp div span:first-child{ top:0; }
	#foot_spnav #menu_sp div span:nth-child(2){ top:2vw; }
	#foot_spnav #menu_sp div span:nth-child(3){ top:4vw; }

	.popup { display: none; position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255,255,255,0.95);
		text-align: center; height: 100vh; overflow: auto; color: #26354C; padding-bottom: 20vw; }
	.popup .mainw { padding-top: 27vw; width: 66vw; }
	.popup .menu_close { width: 6vw; display: block; position: absolute; top:6vw;
		right: 6vw; }
	.popup dt { font-size: 4.8vw; margin-bottom: 4vw; }
	.popup dd { margin-bottom: 6vw; }
	#nav_tel dd a { display: block; width: 100%; height: 16vw; border:#30C2E0 1px solid; text-indent: -10000px;
		overflow: hidden; }
	#nav_tel dd.tel_urawa a { background: url(../images/tel_urawa.svg) center center no-repeat; background-size: contain; }
	#nav_tel dd.tel_kyodo a { background: url(../images/tel_kyodo.svg) center center no-repeat; background-size: contain; }
	#nav_tel dd.tel_shimokitazawa a { background: url(../images/tel_shimokitazawa.svg) center center no-repeat; background-size: contain; }
	#nav_rsv dd a { display: block; width: 100%; height: 16vw; text-align: center; font-size: 4vw; line-height: 16vw;
		background: url(../images/icon_nw.svg) right 8vw center no-repeat #E9E26D; background-size: 3.7vw auto; }

	#fnav_in { display: none; position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(100,195,221,0.95);
		text-align: center; height: 100vh; overflow: auto; color: #ffffff;
		 }
	#fnav_in.popup .mainw { width: 100%; padding-top: 0; }

	#fnav_in .menu_close { width: 6vw; display: block; position: absolute; top:6vw;
		right: 6vw; }
	#fnav_in h2 {  width: 70vw; height: 18vw; margin: 0 auto 5vw; }
	#fnav_in h2 a { display: block; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;
		background: url(../images/logo_menu.png) center center no-repeat; background-size: 45vw auto;
		text-indent: -10000px; overflow: hidden; }
	/*#fnav_in h2 a img { width: 45vw; }*/
	#fnav_in ul.gnav { width: 76vw; text-align: center; margin: 6vw auto 5vw; font-size: 4.6vw; }
	#fnav_in ul.gnav li { margin-bottom: 4vw; }
	#fnav_in ul.gnav li a { display: flex; align-items: center; width: 100%; color: #ffffff;
		position: relative; font-size: 4.6vw; line-height: 9vw; justify-content: center; }
	#fnav_in ul.gnav li:nth-child(n+2):nth-child(-n+4) a:before { content: ""; width: 4.2vw; height: 9.3vw; display: inline-block;
		background: url(../images/pole_menu.svg); margin-right: 2vw; background-size: 4.2vw auto; }
	#fnav_in ul.gnav li:nth-child(n+2):nth-child(-n+4) a:after { content: ""; width: 4.2vw; height: 9.3vw; display: inline-block;
		background: url(../images/pole_menu.svg); margin-left: 2vw; background-size: 4.2vw auto; }



/*header*/
	header { width: 100%; text-align: center; height: 18vw; display: flex; justify-content: center; align-items: center; }
	header h1 { width: 70vw; height: 18vw; margin: 0 auto; }
	header h1 a { display: block; width: 100%; height: 100%; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo.jpg) center center no-repeat; background-size: 45vw auto; }


/*footer*/
	footer { margin-bottom: 16vw; background: #30c3e1; color: #ffffff; position: relative; padding-bottom: 11vw; }
	#pagetop_sp { width: 60vw; height: 20vw; margin: 0 auto 8vw; }
	#pagetop_sp a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: relative; }
	#pagetop_sp a img { width: 26vw; height: auto; }
	#pagetop_sp a:before { content: ""; width: 1px; height: 6vw; background: #30c3e1; position: absolute; top:-6vw; left: 50%; }
	#pagetop_sp a:after { content: ""; width: 1px; height: 6vw; background: #ffffff; position: absolute; top:0; left: 50%; }

	footer h2 { width: 80vw; height: 18vw; margin: 0 auto 12vw; }
	footer h2 a { display: block; width: 100%; height: 100%; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo_menu.png) center center no-repeat; background-size: 53vw auto; }
	footer .copy { font-size: 3.7vw; text-align: center; }






/*common*/
	.mainw { width: 88vw; margin-left: auto; margin-right: auto; }
	.mainw2 { width: 80vw; margin-left: auto; margin-right: auto; }
	#mv { position: relative; width: 100%; height: 66vw; }
	#mv h2 { position: absolute; top:0; left:0; text-align: center; width: 100%; height: 66vw;
		overflow: hidden; text-indent: -10000px; }

	h3.ch3 { text-align: center; padding-top: 10vw; font-size: 6vw; margin-bottom: 8vw;
		position: relative; line-height: 8vw; font-family: 'Jost', sans-serif; color: #30c3e1; }
	.lead { margin-bottom: 8vw; }
	.lead p { font-size: 4.2vw; line-height: 8vw; text-align: center; color: #30c3e1; }
	.note { padding-left: 1em; text-indent: -1em; }

	h4.ch4 { line-height: 6vw; font-size: 6vw; color: #26354C; margin-bottom: 6vw;
		font-family: 'Jost', sans-serif; }

	h5.ch5 { font-size: 4vw; line-height: 8vw; font-family: 'Jost', sans-serif; }
	h6.ch6 { font-size: 4vw; line-height: 8vw; font-family: 'Jost', sans-serif; margin-bottom: 2vw; }
	h5.ch5_ja { font-size: 4.4vw; line-height: 7vw; margin-bottom: 6vw; }

	.cmenu { width: 92vw; position: relative; border-top: #665952 1px solid; font-family: "minamoto_l";
		text-align: left; margin: 0 auto; }
	/*.cmenu:before { content: ""; width: 100%; height: 4vw; position: absolute; top:0; left: 0;
		border-top: #e2e2e2 1px solid; background: #f2f2f2; }*/
	.cmenu li { width: 92vw; height: 12vw; line-height: 12vw; border-bottom: #665952 1px solid; }	
	.cmenu li a { display: block; width: 92vw; height: 12vw; position: relative; text-align: left;
		padding-left: 3.4vw; font-size: 4vw; }
	.cmenu li a:after { content: "\f0d7"; font-family: FontAwesome; position: absolute; top: 0;
		right: 4.6vw; color: #a88a3c; }

	/*cb...color box*/
	.cb { background: #E7F2F2; }
	.cbshort { width: 100%;
    padding: 5vw 0;
    position: relative;
    }
	.cbshort:before {
	    content: "";
	    width: 100%;
	    height: 60vw;
	    background: #E7F2F2;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.cbtn { font-size: 4.2vw; border: #52B9D8 1px solid;
		color: #52B9D8; display: block; text-align: center; line-height: 13vw;
		 width: 53vw; height: 13vw; }
	/*.cbtn2 { font-size: 4vw; display: block; text-align: left; color: #ffffff;
		width: 88vw; height: 14vw; line-height: 14vw; border-radius: 2vw; padding-left: 4vw;
		background: url("../../images/arrow_w.svg") 76vw center no-repeat #355e0d;
		background-size: 7.6vw auto; }*/


	ul.cul li { font-size: 3.2vw; line-height: 4.3vw; }
	ul.cul li:before { content: "●"; color: #355e0d; font-size: 14px; padding-right: 5px; }

	table.ctable { border-collapse: collapse; width: 100%; }
	table.ctable tr:first-child th { border-top: #e1d5c6 1px solid; }
	table.ctable tr:first-child td { border-top: #e1d5c6 1px solid; }
	table.ctable th,table.ctable td { border-bottom: #e1d5c6 1px solid; height: 9.3vw;
		line-height: 9.3vw; text-align: left; padding-left: 2vw; }
	table.ctable th { background: url("../../images/bg_main2.jpg") repeat; width: 24vw; }
	table.ctable .long,table.ctable .long_sp { line-height: 5.3vw; padding: 2vw; }

	/*cdl...common dl*/
	.cdl {  width: 90vw; margin: 3vw auto; }
	.cdl dt { text-align: center; border-bottom: #e1d5c6 1px solid;
		min-height: 8vw; line-height: 8vw; font-size: 3.4vw;
		background: url("../../images/bg_main3.jpg") repeat; text-align: left;
		padding-left: 2vw; }
	.cdl dt:first-child { border-top: #e1d5c6 2px solid; }
	.cdl dd { border-bottom: #e1d5c6 1px solid; min-height: 8vw; line-height: 4.6vw;
		font-size: 3.4vw; padding: 2vw; text-align: left; }


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