@charset "utf-8";

#FUT_IMG1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#FUT_IMG1 {
zoom: 1;
}

/* CONTAINER */
/* SCT1 */
#TITLE .cont {
padding: 90px 20px 80px 20px;
}
#TITLE .cont .lnk {
margin-bottom: 5px;
font-size: 14px;
color: #fff;
}
#TITLE .cont .lnk a {
position: relative;
padding-left: 10px;
color: #fff;
}
#TITLE .cont .lnk a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
position: absolute;
top: 50%;
left: 0;
width: 5px;
height: 5px;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
#TITLE .cont h1 {
font-size: 40px;
font-weight: bold;
line-height: 1.17;
color: #fff;
}
#TITLE .cont .en {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
color: #fff;
}
#TITLE .cont .lead {
margin-top: 20px;
font-size: 16px;
}
@media (min-width: 1020px) {
	#TITLE .cont {
	position: relative;
	margin: 0 auto;
	padding: 120px 0 90px 0;
	width: 1000px;
	}
	#TITLE .cont .lnk {
	margin-bottom: 5px;
	font-size: 16px;
	}
	#TITLE .cont h1 {
	margin-bottom: 5px;
	font-size: 52px;
	}
	#TITLE .cont .en {
	font-size: 20px;
	}
}

.section .head {
padding: 60px 20px 26px 20px;
}
.section .head h2::before {
content: '';
display: block;
background-color: #23a6d9;
margin-bottom: 25px;
width: 50px;
height: 3px;
}
.section .head h2 {
margin-bottom: 5px;
font-size: 32px;
font-weight: bold;
line-height: 1.17;
}
.section .head .en {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
color: #23a6d9;
}
.section .head .lead {
margin-top: 20px;
font-size: 16px;
}
@media (min-width: 1020px) {
	.section .head {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 60px 0;
	width: 1000px;
	}
	.section .head h2::before {
	margin-bottom: 25px;
	}
	.section .head h2 {
	margin-bottom: 5px;
	font-size: 44px;
	}
	.section .head .lead {
	position: absolute;
	left: 400px;
	top: 90px;
	margin-top: 0;
	font-size: 16px;
	}
}

/* FLOW */
#FLOW {
background-color: #fff;
padding-bottom: 60px;
}
#FLOW .head{
position: relative;
padding-top: 155px;
}
#FLOW .head .image {
position: absolute;
left: 20px;
top: -60px;
}
#FLOW .head .image img {
width: 300px;
height: auto;
}
#FLOW .cont {
position: relative;
padding: 0 20px 0 20px;
}
#FLOW .cont::before {
content: '';
display: block;
position: absolute;
left: 25px;
top: 0;
background-color: #30bdda;
width: 2px;
height: 100%;
}
#FLOW .block {
margin-bottom: 40px;
padding-left: 25px;
}
#FLOW .block:last-child {
margin-bottom: 0;
}
#FLOW .block h3 {
margin-bottom: 18px;
font-size: 24px;
font-weight: bold;
line-height: 1.35;
color: #23a6d9;
}
#FLOW .block h4 {
margin-bottom: 16px;
font-size: 20px;
line-height: 1.6;
font-weight: bold;
}
#FLOW .block p {
font-size: 16px;
line-height: 1.5;
}
#FLOW .block p.note {
font-size: 14px;
}
#FLOW .block .img {
margin-top: 20px;
text-align: center;
}
#FLOW .block img {
max-width: 100%;
height: auto;
}
#FLOW .block:last-child img {
width: 150px;
}
#FLOW .box {
position: relative;
box-shadow: 0px 0px 15px rgba(35,166,217,0.5);
background-color: #fff;
border-radius: 5px;
overflow: hidden;
margin-bottom: 40px;
z-index: 1;
}
#FLOW .box .blk {
padding: 30px 10px 30px 10px;
text-align: center;
}
#FLOW .box .blk:last-child {
background-color: #23a6d9;
color: #fff;
}
#FLOW .box h4 {
margin-bottom: 16px;
font-size: 22px;
font-weight: bold;
color: #23a6d9;
text-align: center;
}
#FLOW .box .blk:last-child h4 {
color: #fff;
}
#FLOW .box p {
margin-bottom: 16px;
font-size: 15px;
line-height: 1.75;
}
#FLOW .box p.btn {
margin: 0 5px;
font-size: 16px;
font-weight: bold;
line-height: 45px;
}
#FLOW .box p.btn a {
display: block;
position: relative;
background-color: #028fcd;
border-radius: 10px;
padding-left: 20px;
color: #fff;
}
#FLOW .box p.btn a::before {
content: '';
transform: translateY(-50%) rotate(45deg);
position: absolute;
top: 50%;
left: 10%;
width: 10px;
height: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
#FLOW .box p.tel {
margin: 0;
}
#FLOW .box p.tel strong {
font-size: 30px;
font-weight: bold;
line-height: 1;
}
#FLOW .box p.tel a {
color: #fff;
}
@media (min-width: 1020px) {
	#FLOW {
	padding-bottom: 120px;
	}
	#FLOW .head {
	padding-top: 60px;
	}
	#FLOW .head .image {
	position: absolute;
	left: inherit;
	right: 0;
	top: -200px;
	}
	#FLOW .head .image img {
	width: 600px;
	height: auto;
	}
	#FLOW .cont {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 1000px;
	}
	#FLOW .cont::before {
	left: 330px;
	}
	#FLOW .block {
	margin-bottom: 60px;
	padding-left: 0;
	}
	#FLOW .block:last-child {
	margin-bottom: 0;
	}
	#FLOW .block h3 {
	font-size: 32px;
	float: left;
	}
	#FLOW .block .pack {
	margin-left: 400px;
	}
	#FLOW .block .img {
	margin-top: 20px;
	text-align: left;
	}
	#FLOW .block img {
	max-width: 100%;
	height: auto;
	}
	#FLOW .block:last-child img {
	margin-top: -20px;
	width: 220px;
	float: right;
	}
	#FLOW .box {
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	margin-bottom: 75px;
	}
	#FLOW .box .blk {
	box-sizing: border-box;
	padding: 40px 30px 40px 30px;
	width: 50%;
	float: left;
	}
	#FLOW .box .blk:last-child {
	background-color: #23a6d9;
	color: #fff;
	}
	#FLOW .box h4 {
	margin-bottom: 20px;
	font-size: 26px;
	}
	#FLOW .box p.btn {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 70px;
	}
}

/* PRICE */
#PRICE {
background: #2fc3e1 url("../img/bg2.png") repeat-y center top;
background-size: 250% auto;
}
#PRICE .head h2::before {
background-color: #fff;
}
#PRICE .head p {
color: #fff;
}
#PRICE .cont {
padding: 0 20px 60px 20px;
}
#PRICE .cont .box {
position: relative;
box-shadow: 0px 0px 15px rgba(35,166,217,0.5);
background-color: #ea712f;
border-radius: 5px;
overflow: hidden;
margin-bottom: 20px;
padding: 20px;
z-index: 1;
text-align: center;
color: #fff;
}
#PRICE .cont .box h3 {
font-size: 22px;
font-weight: bold;
}
#PRICE .cont .box p {
margin: 10px 0;
font-size: 14px;
}
#PRICE .cont .box ul {
list-style: none;
font-size: 10px;
}
#PRICE .cont .block h3 {
margin-bottom: 10px;
font-size: 18px;
font-weight: bold;
}
#PRICE .cont .block dl {
position: relative;
box-shadow: 0px 0px 15px rgba(35,166,217,0.5);
background-color: #fff;
border-radius: 5px;
overflow: hidden;
margin-bottom: 20px;
padding: 20px;
z-index: 1;
text-align: center;
color: #23a6d9;
}
#PRICE .cont .block dt {
margin-bottom: 20px;
font-size: 18px;
font-weight: bold;
line-height: 1.2;
}
#PRICE .cont .block dt::after {
content: '';
display: block;
background-color: #bde4f4;
border-radius: 2px;
margin-top: 10px;
width: 100%;
height: 4px;
}
#PRICE .cont .block dd {
font-size: 18px;
font-weight: bold;
}
#PRICE .cont .block dd span {
font-size: 24px;
font-weight: bold;
}
#PRICE .cont .note {
padding-left: 1em;
text-indent: -1em;
font-size: 12px;
color: #fff;
}
@media (min-width: 1020px) {
	#PRICE {
	background-size: 100% auto;
	}
	#PRICE .cont {
	padding: 0 0 120px 0;
	margin: 0 auto;
	width: 1000px;
	}
	#PRICE .cont .box {
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px 40px;
	}
	#PRICE .cont .box h3 {
	font-size: 36px;
	font-weight: bold;
	}
	#PRICE .cont .box p {
	margin: 0;
	font-size: 20px;
	}
	#PRICE .cont .box ul {
	list-style: none;
	font-size: 14px;
	}
	#PRICE .cont .block h3 {
	margin-bottom: 25px;
	font-size: 30px;
	}
	#PRICE .cont .block dl {
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 20px 40px 30px 40px;
	}
	#PRICE .cont .block dt {
	margin-bottom: 30px;
	font-size: 30px;
	}
	#PRICE .cont .block dt::after {
	border-radius: 3px;
	height: 6px;
	}
	#PRICE .cont .block dd {
	font-size: 24px;
	}
	#PRICE .cont .block dd span {
	font-size: 30px;
	}
	#PRICE .cont .note {
	font-size: 16px;
	text-align: center;
	}
}

/* SCHEDULE */
#SCHEDULE {
background-color: #fff;
}
#SCHEDULE .cont {
padding: 0 20px 60px 20px;
}
#SCHEDULE p {
font-size: 16px;
font-weight: bold;
}
#SCHEDULE ul {
list-style: none;
font-size: 12px;
}
#SCHEDULE table {
border: solid 1px #39b7e8;
margin-top: 20px;
width: 100%;
font-size: 16px;
font-weight: bold;
}
#SCHEDULE table th {
background-color: #23a6d9;
border: solid 1px #39b7e8;
padding: 5px 10px;
white-space: nowrap;
color: #fff;
}
#SCHEDULE table td {
background-color: #fff;
border: solid 1px #39b7e8;
padding: 5px 10px;
width: 100%;
}
@media (min-width: 1020px) {
	#SCHEDULE .cont {
	padding: 0 0 120px 0;
	margin: 0 auto;
	width: 1000px;
	}
	#SCHEDULE p {
	font-size: 20px;
	}
	#SCHEDULE ul {
	font-size: 16px;
	}
	#SCHEDULE table {
	margin-top: 30px;
	font-size: 20px;
	}
	#SCHEDULE table th {
	padding: 10px 0;
	width: 280px;
	}
	#SCHEDULE table td {
	padding: 10px 40px;
	width: 680px;
	}
}

/* ACCESS */
#MAP iframe {
width: 100%;
height: 300px;
}
#ACCESS {
background-color: #fff;
}
#ACCESS .head .image {
margin-top: -40px;
margin-bottom: 40px;
}
#ACCESS .head .image img {
display: block;
width: 100%;
height: auto;
}
#ACCESS .cont {
padding: 0 20px 60px 20px;
}
#ACCESS h3 {
font-size: 20px;
}
#ACCESS p {
font-size: 16px;
}
#ACCESS ul {
list-style: none;
font-size: 12px;
}
#ACCESS li {
padding-left: 1em;
text-indent: -1em;
}
@media (min-width: 1020px) {
	#MAP iframe {
	height: 500px;
	}
	#ACCESS .head .image {
	position: absolute;
	right: 0;
	top: 60px;
	margin-top: 0;
	margin-bottom: 0;
	}
	#ACCESS .head .image img {
	display: block;
	width: 100%;
	height: auto;
	}
	#ACCESS .cont {
	padding: 0 0 120px 0;
	margin: 0 auto;
	width: 1000px;
	}
	#ACCESS h3 {
	font-size: 20px;
	}
	#ACCESS p {
	font-size: 16px;
	}
	#ACCESS ul {
	list-style: none;
	font-size: 16px;
	}
	#ACCESS li {
	padding-left: 1em;
	text-indent: -1em;
	}
}