@charset "UTF-8";

/* ======================================
    基本設定　ここから
======================================== */
*, *:before, *:after {
	-moz-box-sizing:	border-box;
	-webkit-box-sizing:	border-box;
	box-sizing:	border-box;
	margin:	0;
	padding:	0;
}

html {
	font-size:	62.5%;
}

body {
	margin:	0;
	padding:	0;
	background:	#fff;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

li {
	list-style: none;
}

img {
	width: 100%;
	border:	0;
	vertical-align:	bottom;
}

.lp-top a:link {
	color:	#000;
}

.lp-top a:visited {
	color:	#000;
}

.lp-top a:hover {
	color:	#999;
}


/* clearfix　ここから */

.clearfix:after {  
 	content: ".";   
 	display: block;   
 	height: 0;   
 	clear: both;   
 	visibility: hidden;  
}
 
/* clearfix　ここまで */

/* google map　ここから */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* google map　ここまで */


/* ======================================
    基本設定　ここまで
======================================== */

/* ======================================
    レイアウト設定　ここから
======================================== */

.contents {
	width: 1620px;
	margin: 0 auto;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.lp_inner {
	max-width: 1100px;
	margin: 0 auto;
}

.pc-hidden {
	display: none;
}



@media screen and (max-width: 768px) {
	.contents {
		width: 100%;
		margin: 0 auto;
	}
	
	.wrap {
		width: 100%;
		margin: 0 auto;
	}
	
	.inner {
		width: 100%;
		margin: 0 auto;
	}
	
	.sp-hidden {
		display: none;
	}
	
	.pc-hidden {
		display: block;
	}
}

/* 背景　ここから */
.bg--dot--gr {
	background: #aacd08 url('images/bg_dot.png') repeat center center;
	background-size: 120px 112px;
}

.bg--dot--ye {
	background: #fff000 url('images/bg_dot.png') repeat center center;
	background-size: 120px 112px;
}

.bg--dot--pk {
	background: #f5b3c1 url('images/bg_dot.png') repeat center center;
	background-size: 120px 112px;
}

.bg--dot--bl {
	background: #bae2e7 url('images/bg_dot.png') repeat center center;
	background-size: 120px 112px;
}

.bg--dot--lg {
	background: #d7e9c4 url('images/bg_dot.png') repeat center center;
	background-size: 120px 112px;
}

.bg--rd {
	background: #e50011;
}

.bg--pk {
	background: #e9527e;
}

.bg--bl {
	background: #5eb7e7;
}

.bg--lg {
	background: #8dc41e;
}
@media screen and (max-width: 768px) {
	.bg--dot--gr {
		background: #aacd08 url('images/bg_dot.png') repeat center center;
		background-size: 60px 56px;
	}
	
	.bg--dot--ye {
		background: #fff000 url('images/bg_dot.png') repeat center center;
		background-size: 60px 56px;
	}
	
	.bg--dot--pk {
		background: #f5b3c1 url('images/bg_dot.png') repeat center center;
		background-size: 60px 56px;
	}
	
	.bg--dot--bl {
		background: #bae2e7 url('images/bg_dot.png') repeat center center;
		background-size: 60px 56px;
	}
	
	.bg--dot--lg {
		background: #d7e9c4 url('images/bg_dot.png') repeat center center;
		background-size: 60px 56px;
	}
}
/* 背景　ここまで */


/* 影つきボックス　ここから */
.box--shadow {
	border-radius: 16px;
	box-shadow: 2px 2px 6px #000;
	background: #fff;
}

@media screen and (max-width: 768px) {
	.box--shadow {
		width: 95%;
		border-radius: 8px;
		box-shadow: 1px 1px 2px #000;
		margin: 0 auto;
		background: #fff;
	}
}
/* 影つきボックス　ここまで */




/* ボタン　ここから */
.btn {
	width: 70%;
	border-radius: 20px;
	margin: 0 auto 16px;
}

.btn--wh {
	border-bottom: 5px solid #CCC;
	background: #fff;
}

.btn--wh:hover {
	border-top: 5px solid #CCC;
	border-bottom: none;
}

.btn--ye {
	border-bottom: 5px solid #e8cb00;
	background: #fff000;
}

.btn--ye:hover {
	border-top: 5px solid #e8cb00;
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	.btn {
		width: 90%;
		border-radius: 10px;
		margin: 0 auto 8px;
	}
	
	.btn:last-child {
		margin: 0 auto;
	}

}
/* ボタン　ここまで */

/* ======================================
    レイアウト設定　ここまで
======================================== */


/* ======================================
    ヘッダー　ここから
======================================== */


header h1 {
	float: left;
	width: 278px;
	margin: 20px 0 0;
}

.head__tel {
	float: right;
	width: 530px;
}


@media screen and (max-width: 768px) {
	header {
	 padding: 0;
	}
	
	header h1 {
		float: none;
		width:  60%;
		margin: 4px auto;
	}
	
	.head__tel {
		float: right;
		width: 45%;
		margin: 0 0 0 10%;
	}
}

/* ======================================
    ヘッダー　ここまで
======================================== */


/* ======================================
    コンテンツ　ここから
======================================== */

/* ヒーロー　ここから */

.hero {
	background: url('images/bg_dot.png') center center repeat, url('images/hero_bg02.png') center bottom no-repeat, #aacd08;
	background-size: 120px 112px,contain;
}

@media screen and (max-width: 768px) {
	.hero {
		background: url('images/bg_dot.png') center center repeat, url('images/hero_bg02.png') center bottom no-repeat, #aacd08;
		background-size: 60px 56px,contain;
	}
}

/* ヒーロー　ここまで */


.lp_nav img,
.lp_hero img,
.lp_top img {
	vertical-align: bottom;
}


.lp_nav,
.lp_hero,
.lp_top {
	line-height: 1.5;
}

.lp_nav li {
	float: left;
	width: 33.33%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.lp_nav li a {
	display: block;
	border-right: 3px dotted #f18900; /* オレンジ */
	margin: 1em 0;
	text-decoration: none;
	color: #f18900; /* オレンジ */
}

.lp_nav li:last-child a {
	border: none;
}

@media screen and (max-width: 768px) {
	.lp_nav li {
		font-size: 12px;
	}
}

.lp_top {
	font-size: 24px;
}

@media screen and (max-width: 768px) {
	.lp_top {
		font-size: 14px;
	}
}

.lp_hero {
	background: url('images/cloud_bg.png') repeat-x bottom center,url('images/stripe_bg.jpg') repeat-y top center;
}

@media screen and (max-width: 768px) {
	.lp_entry {
		margin: 1em auto 0;
		text-align: center;
	}
}

.lp_experience {
	padding: 1em 0 3em;
}

.lp_experience__term {
	margin: 0 0 2em;
}

.lp_experience__caution {
	margin: 0 0 2em;
	text-align: center;
}

.lp_experience__corner {
}

.lp_experienceCorner__li {
	border-radius: 50px;
	margin: 0 auto 32px;
	padding: .5em;
}

.lp_experienceCorner__li--YL {
	background: #FFFEE5;
}

.lp_experienceCorner__li--GN {
	background: #F3F9E7;
}

.lp_experienceCorner__li--BU {
	background: #E8F6FC;
}

.lp_experienceCorner__li--PK {
	background: #FDF1F6;
}

.lp_experienceCorner__img {
	float: left;
	width: 50%;
	margin: 0;
}

.lp_experienceCorner__img--right {
	float: right;
}

.lp_experienceCorner__info {
	float: right;
	width: 41.7%;
	margin: 0 8.3% 0 0;
	padding: 1em .5em;
	font-size: 22px;
}

.lp_experienceCorner__info--left {
	float: left;
	margin: 0 0 0 8.3%;
}

.lp_experienceCorner__info h3 {
	margin: 0 0 1em;
}

.lp_experienceCorner__info p {
	margin: 0 0 1em;
}

.lp_experienceCornerInfo__aside {
	margin: 0 0 .5em;
	font-size: 18px;
}

.lp_experienceCornerInfo__aside li:before {
	content: "※";
	margin: 0 .25em 0 0;
}


.lp_experienceCornerInfo__detail {
	font-weight: bold;
}

.lp_experienceCornerInfo__detail dt {
	display: inline-block;
}

.lp_experienceCornerInfo__detail dt:after {
	content: "／"
}

.lp_experienceCornerInfo__detail dd {
	display: inline-block;
}

.lp_experienceCornerInfo__detail--OG {
	color: #e86422; /* オレンジ */
}

.lp_experienceCornerInfo__detail--GN {
	color: #8dc21f; /* グリーン */
}

.lp_experienceCornerInfo__detail--BU {
	color: #2ca6e0; /* ブルー */
}

.lp_experienceCornerInfo__detail--PK {
	color: #ea6da4; /* ピンク */
}

.lp_experienceCornerInfo__btn a {
	display: block;
	height: 48px;
	border-radius: 8px;
	margin: 1em auto;
	background: #ccc;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	color: #fff;
}

.lp_experienceCornerInfo__btn--OG a {
	background: #e86422; /* オレンジ */
}

.lp_experienceCornerInfo__btn--GN a {
	background: #8dc21f; /* グリーン */
}

.lp_experienceCornerInfo__btn--BU a {
	background: #2ca6e0; /* ブルー */
}

.lp_experienceCornerInfo__btn--PK a {
	background: #ea6da4; /* ピンク */
}

.lp_experienceCornerInfo__btn a:hover {
	background: #999;
}

.lp_experienceCornerInfo__accept {
	font-size: 18px;
}

.lp_experienceReserved__entry01 {
	margin: 0 0 1.5em;
}

@media screen and (max-width: 768px) {
	.lp_experience {
		padding: 1em 1em 3em;
	}
	
	.lp_experience__entry {
		font-weight: bold;
	}
	
	.lp_experience__caution {
		font-size: 12px;
		text-align: left;
	}

	.lp_experienceCorner__li {
		border-radius: 16px;
	}
	
	.lp_experienceCorner__img {
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	
	.lp_experienceCorner__img--right {
		float: none;
	}
	
	.lp_experienceCorner__info {
		float: none;
		width: 100%;
		margin: 0;
		padding: 1em .5em;
		font-size: 14px;
	}
	
	.lp_experienceCorner__info--left {
		float: none;
		margin: 0 ;
	}
	
	.lp_experienceCornerInfo__aside {
		font-size: 12px;
	}
	
	.lp_experienceCornerInfo__accept {
		font-size: 12px;
	}

	
	.lp_experience__reserved h3 {
		color: #d80c18; /* 赤 */
	}
}

.lp_fun {
	padding: 2em 0 4em;
	background: url('images/stripe_bg.jpg') repeat-y top center;
}

@media screen and (max-width: 768px) {
	.lp_fun {
		padding: 2em 1em 4em;
	}
}

.lp_safety {
	padding: 2em 0 4em;
}

.lp_safety__box {
	border: 5px solid #1d2087;
	border-radius: 50px;
	margin: 0 auto 2em;
}

.lp_safety__box--seatbelt {
	padding: 1em 0;
	background: #ffe100; /* イエロー */
}

.lp_safetySeatbelt__aside {
	padding: 1em 2em;
	font-size: 18px;
	text-align: center;
}

.lp_safetySeatbelt__aside li::before {
	content: "※";
	margin: 0 .25em 0 0;
}

.lp_safetySupport__ttl {
	border-radius: 45px 45px 0 0;
	padding: 1em 0;
	background: #5bb9e2; /* 水色 */
}

.lp_safetySupport__aside {
	border-radius: 0 0 45px 45px;
	padding: 1em 2em;
	font-size: 18px;
/*
	background: #5bb9e2; /* 水色 */
}

.lp_safetySupport__aside li::before {
	content: "※";
	margin: 0 .25em 0 0;
}


.lp_safety__caution {
	padding: .5em 1em;
	font-weight: bold;
	text-align: center;
	color: #006cb8; /* 水色 */
	background: #fff23f; /* イエロー */
}



@media screen and (max-width: 768px) {
	.lp_safety {
		padding: 2em 1em 4em;
	}
	
	.lp_safety__box {
		border-radius: 16px;
	}
	
	.lp_safetySeatbelt__aside {
		font-size: 12px;
		text-align: left;
	}

	
	.lp_safetySupport__ttl {
		border-radius: 11px 11px 0 0;
	}
	
	.lp_safetySupport__aside {
		border-radius: 0 0 11px 11px;
		font-size: 12px;
	}
}

.lp_info {
	padding: 4em 0;
	background: url('images/stripe_bg.jpg') repeat-y top center;
}

.lp_info h2 {
	max-width: 428px;
	width: 80%;
	margin: 0 auto 1em;
}

@media screen and (max-width: 768px) {
	.lp_info {
		padding: 2em 1em;
	}
}
