@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:95%;
	line-height:180%;
	color: #222;
}
img {
	border: none;
	vertical-align:bottom;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style:none;
	box-sizing:border-box;
}
div, p, ul, ul li, h1, h2, h3, h4, h5, dl, dt, dd, ol, ol li, table, th, td {
	background-image:url(../image/spacer.gif);
}
iframe { border: none;}

a:link {color:#06F; outline:none; }
a:visited {color:#06F;}
a:hover {color: #333;}
a:hover img { opacity: 0.7; filter: alpha(opacity=70);}

#wrapper {}
#base {}

i.material-icons { vertical-align: middle;}
.pc {display:block;}
.sm {display:none;}


/*====================================================================================================
  HEADER
====================================================================================================*/
#header { 
	position: sticky; top: 0; z-index: 99999;
	clear:both;
	padding: 40px 50px;
	overflow: hidden;
	background-color: rgba(255,255,255,1.00); 
	transition: all .5s;
}

/*** LOGO ******************************************************************/
#header h1,
#header h1 a { width:270px; height:55px; transition: all .5s;}
#header h1 { float: left;}
#header h1 a {
	display: block;
	text-indent: -9999px;
	background: url(../image/logo.svg) no-repeat center center;
}

/*** NAVIGATION ************************************************************/
#Nav { float: right; position: relative; top:15px;}
#Nav ul {}
#Nav ul::after { display:block; clear:both; content:"";}
#Nav ul li { float: left; transition: all .5s;}
#Nav ul li a { display: block; text-decoration: none; transition: all .5s;}
#Nav ul li p a {
	display: block;
	padding:5px 15px;
	color: #000;
	font-family: 'Kosugi Maru', sans-serif;
	text-align: center;
	text-decoration: none;
	line-height: 130%;
	box-sizing: border-box;
}
#Nav ul li:hover p a { color:#ED798F;}
#Nav ul li ul { width: 100%; padding: 10px; background: #f6f6f6;}
#Nav ul li ul li { float:none; width:100%; border-left:none; background: #fff;}
#Nav ul li ul li+li { margin-top: 5px;}
#Nav ul li ul li a { padding:15px;}
#Nav ul li:nth-child(1),
#Nav ul li:nth-child(2),
#Nav ul li:nth-child(3),
#Nav ul li:nth-child(8),
#Nav ul li:nth-child(9),
#Nav ul li:nth-child(10) { display:none;}
#Nav ul li:last-child { margin-left:20px;}
#Nav ul li:last-child a {
	padding:5px 20px;
	color: #fff;
	background: #ED798F;
	border-radius:8px;
}
#Nav ul li:last-child a:hover { color:#fff; opacity: 0.7; filter: alpha(opacity=70);}
#Nav ul li { position: relative; }
#Nav ul li ul { position: absolute; top:50px; left:0; height:0; overflow: hidden; opacity: 0; transition: all 0.3s;}
#Nav ul li:hover ul { display: block; height: auto; opacity: 10; }
#header.sticky_head {
	padding:20px 50px;
	background-color: rgba(255,255,255,0.95); 
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.20); 
}

@media only screen and (max-width:1030px){
	#header,
	#header.sticky_head { padding: 20px 30px;}
	#header h1,
	#header h1 a { width:200px; height:55px;}
	#Nav ul li p a { padding:5px 7px;}
}

/*====================================================================================================
  CONTENT
====================================================================================================*/
#content { clear:both; width:100%; background: #FFFEF5;}


/*====================================================================================================
  FOOTER
====================================================================================================*/
#footer { clear:both; width:100%; overflow: hidden;}
#footer .btn {
	margin:25px auto;
	width: 80%;
	max-width: 800px;
	background:#54C3F1;
	border-radius:8px;
	overflow: hidden;
}
#footer .btn a {
	display: block;
	padding:30px 20px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight:bold;
	text-align: center;
	color: #fff;
	font-size:45px;
	text-decoration: none;
	background: url("../image/arrow.svg") no-repeat 95% center;
	background-size: auto 60%;
	transition: all .5s;
}
#footer .btn a:hover { background-color: #ED798F;}

#footer .f_cont1 { padding-top: 30px; background: #fff;}
#footer .f_cont1 ul.sns { margin: auto; padding:30px 0 50px; max-width: 340px; overflow: hidden;}
#footer .f_cont1 ul.sns li { float: left; width: 55px; height: 55px;}
#footer .f_cont1 ul.sns li a { display: block; width: 55px; height: 55px; text-indent: -9999px;}
#footer .f_cont1 ul.sns li:nth-child(1) a {background: url("../image/sns_tw.svg") no-repeat; background-size:100% auto;}
#footer .f_cont1 ul.sns li:nth-child(2) a {background: url("../image/sns_fb.svg") no-repeat; background-size:100% auto;}
#footer .f_cont1 ul.sns li:nth-child(3) a {background: url("../image/sns_in.svg") no-repeat; background-size:100% auto;}
#footer .f_cont1 ul.sns li:nth-child(4) a {background: url("../image/sns_li.svg") no-repeat; background-size:100% auto;}
#footer .f_cont1 ul.sns li+li { margin-left:40px;}

#footer .f_cont2 { 
	padding: 80px 0;
	background: url("../image/footer_bg.png") no-repeat top center;
	background-size: cover;
}
.fee { margin: auto !important; max-width: 1030px; overflow: hidden;}
.fee dl { position: relative;}
.fee dl+dl { margin-left:10px;}
.fee dl {
	float: left;
	padding: 20px 10px;
	width: 250px;
	height: 250px;
	text-align: center;
	background:url("../image/fee_bg.svg") no-repeat;
	transition: all .5s;
}
.fee dl dt p:nth-child(1),
.fee dl dt p:nth-child(2) {
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	line-height: 130%;
	color: #ED798F;
}
.fee dl dt p:nth-child(1) {
	margin-bottom: 5px;
	font-size: 110%;
}
.fee dl dt p:nth-child(2) { 
	font-size:35px;
}
.fee dl dt p:nth-child(3) {
	margin: 10px 0; 
	padding: 2px 0;
	font-size:137.5%;
	color: #fff;
	background: #59C3E1;
}
.fee dl dd {}
.fee .fee_link a {
	display: block;
	position: absolute; top: 0; left: 0;
	width: 100%; height: 100%;
	text-indent: -9999px;
}
.fee .fee_link.fee_kaeru a {
	display: block; position: static !important;
	text-indent: 0; color: #fff;
	background: #000;
}
.fee dl:hover {opacity: 0.7;}
.fee dl dd b { font-size:40px; font-weight: normal;}
.fee dl dd small { font-size:140%;}
.fee .come { clear: both; padding: 30px 0 70px;}
#footer .f_cont2 .btn { margin: 0 auto; background:#ED798F;}
#footer .f_cont2 .btn a:hover { background-color:#59C3E1;}

#footer .f_cont3 { 
	padding: 10px 40px;
	font-size: 68.8%;
	color: #fff;
	background:#ED798F;
	overflow: hidden;
}
#footer .f_cont3 ul,
#footer .f_cont3 li { display:inline-flex; color: #fff;}
#footer .f_cont3 li:after { content:"／"; padding: 0 10px;}
#footer .f_cont3 li a { color: #fff; text-decoration: none;}
#footer .f_cont3 .copy { float: right; line-height: 150%;}

@media only screen and (max-width:1030px){
	#footer .btn a { font-size:35px;}
	.fee { max-width:510px;}
	.fee  dl { margin-bottom: 10px;}
	.fee  dl:nth-child(2n+1) { clear: both; margin: 0;}
}
@media only screen and (max-width:800px){
	#footer .btn { margin:10px auto;}
	#footer .btn a { padding:15px 20px; font-size:120%;}
	#footer .f_cont1 ul.sns { padding:15px 0 25px; max-width: 290px;}
	#footer .f_cont1 ul.sns li+li { margin-left:20px;}
	#footer .f_cont2 { padding:40px 0;}
	.fee { max-width:360px;}
	.fee dl { width: 175px; height: 175px;}
	.fee dl dt p:nth-child(1) { font-size:80%;}
	.fee  dl dt p:nth-child(2) { font-size:120%;}
	.fee  dl dt p:nth-child(3) { margin: 5px 0; font-size:80%; line-height: 120%;	}
	.fee  dl dd { line-height: 120%;}
	.fee  dl dd b { font-size:20px;}
	.fee  dl dd small { font-size:100%;}
	.fee  dl dd span { font-size:80%;}
	.fee  .come { padding: 5% 0;}
	#footer .f_cont3 { padding: 10px;}
	#footer .f_cont3 ul { display: none;}
	#footer .f_cont3 .copy { float: none; text-align: center;}
}

/*====================================================================================================
  FIX CONTENT
====================================================================================================*/
#page,
#page a { display:block; width:50px; height:50px; border-radius:20px;}
#page { position: fixed; bottom:70px; right:50px; z-index: 999999;}
#page a { text-indent: -9999px; background:#59C3E1 url(../image/page_top.png) no-repeat;}


/*====================================================================================================
  COLOR eto.. [No Touch]
====================================================================================================*/
.light-blue { color: #40A6DD;}
.blue { color: #0000FF;}
.dark-blue { color: #000099;}
.purple { color: #660099;}
.pink { color: #ED798F;}
.red { color: #FF0000;}
.orange { color: #FF6600;}
.yellow { color: #FFCC00;}
.white { color: #FFFFFF;}
.gray { color: #666666;}
.brown { color: #663300;}
.green { color: #339900;}
.italic { font-style: italic;}
.strong { font-weight: bold;}
.large { font-size: 115%; line-height: 140%;}
.small { font-size: 80%;}
.underline { text-decoration: underline;}
.line-through { text-decoration: line-through;}
.left { text-align: left;}
.center { text-align: center;}
.right { text-align: right;}