@charset "utf-8";
/*breakpoint
@media screen and ( min-width:1281px) {}
@media screen and ( max-width:1280px) and ( min-width:769px) {}/*PC
@media screen and ( max-width:768px) and ( min-width:321px) {}/*スマホ定義(タブレットはscript制御)
@media screen and ( max-width:768px) and ( min-width:281px) {} /*iphone5 例外
@media screen and ( max-width:768px) {} /*GalaxyFold 例外
*/

html {
  scroll-behavior: smooth;
}

/*header*/
header {
	width: 100%;
	height: 60px;
	margin: 0 5px 8px;
}

.logo_main {
	width: 280px;
	height: 46px;
	float: left;
	margin: 15px 0 0 20px;
}
@media screen and ( max-width:767px) { .logo_main { width: 180px; height: auto; margin: 10px 0 0 5px; } }    

.logo_sp_nav {
	width: 200px;
	height: auto;
	float: left;
	margin: 30px 0 0 10px;
}

.pc_nav {
	height: 60px;
	float: right;
	margin-right: 30px;
}
@media screen and ( max-width:1280px) { .pc_nav {display: none;} }

.pc_nav ul {
	padding-top: 20px;
}

.pc_nav li {
	padding: 4px 6px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
.pc_nav li:last-child { margin-right: 10px;}

.pc_nav li.bt_a {
	padding: 2px 8px;
	border: solid #FFC900 2px;
	border-radius: 5px;
}

.pc_nav li.bt_b {
	padding: 2px 8px;
	background: #FFC900;	
	border: solid #FFC900 2px;
	border-radius: 5px;
}

.sp_nav {
}
@media screen and ( min-width:1281px) { .sp_nav,#navArea {display: none;} }

/*firstview*/
#firstview {
	width:100%;
	height:auto;
	max-width: 100%;
	max-height:960px;
	min-height:960px; /*スマホ高さ定義*/
	background:url("../img/main_bg.png") no-repeat center;
	background-size:cover;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { #firstview { min-height: 672px;} }
@media screen and ( max-width:767px) and ( min-width:321px) { #firstview { min-height: 445px;} }
@media screen and ( max-width:320px) { #firstview { min-height: 385px;} }

#firstview .main_img {
	width: 619px;
	height: 800px;
	margin: 20px auto 0;
	position: absolute;
	top: 60px;
	left: 40px;
	right: 0;
	z-index: 1;
	background:url("../img/main_img.png") no-repeat;
	background-size: contain;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { #firstview .main_img { width: 434px; height: 560px;} }
@media screen and ( max-width:767px) and ( min-width:321px) { #firstview .main_img { width: 310px; height: 400px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { #firstview .main_img { width: 279px; height: 360px;} }
@media screen and ( max-width:320px) {  #firstview .main_img { width: 248px; height: 320px; left: 20px;} }

#firstview .logo {
	width: 617px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	top: 600px;
	left: 0;
	right: 40px;
	z-index: 1;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { #firstview .logo { width: 432px; top: 450px; right: 40px;} }
@media screen and ( max-width:767px)  and ( min-width:321px) { #firstview .logo { width: 90%; height: auto; top: 450px; right: 0;} }
@media screen and ( max-width:320px)  and ( min-width:281px) { #firstview .logo { width: 90%; height: auto; top: 350px; right: 0;} }
@media screen and ( max-width:280px) { #firstview .logo { width: 90%; height: auto; top: 370px; right: 0;} } 

#firstview .catch {
	width: 210px;
    height: 502.5px;
    margin: 20px auto 0;
    position: relative;
    top: 51px;
    left: 360px;
    background: url(../img/main_catch.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { #firstview .catch { width: 168px; height: 402px; top: 12px; left: 260px;} }
@media screen and ( max-width:767px) and ( min-width:321px) { #firstview .catch { width: 65.5px; height: 244.5px; top: 19px; left: 143px; background: url(../img/main_catch_sp.png) no-repeat; background-size: contain;} }
@media screen and ( max-width:320px) and ( min-width:281px) { #firstview .catch { width: 65.5px; height: 244.5px; top: 22px; left: 115px; background: url(../img/main_catch_sp.png) no-repeat; background-size: contain;} }
@media screen and ( max-width:320px) {   #firstview .catch { width: 65.5px; height: 244.5px; top: 4px; left: 93px; background: url(../img/main_catch_sp.png) no-repeat; background-size: contain;;} }

.dialogue {
	width: 440px;
	height: auto;
	margin: 0 auto;
	line-height: 2.5em;
	position: absolute;
	top: 160px;
	left: 0px;
	right: 800px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
	z-index: -1;
	overflow: hidden;
}
@media screen and ( max-width:1280px) { .dialogue { display: none; }}

.dialogue p {
	font-size: 24px;
	font-weight: 900;
	margin: 50px 0 50px;
	text-align: right;
}

.dialogue .deco_up {
	width: 280px;
	height: auto;
	float: right;
	border: solid 1px #000;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	z-index: -1;
}

.dialogue .deco_un {
	width: 280px;
	height: auto;
	float: right;
	border: solid 1px #000;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
	z-index: -1;
}

.deco_bg_line_01 {
	width: 170px;
	height: 680px;
	background-color: #FFC900;
	display: block;
	position: absolute;
	top: 900px;
	right: 0;
	z-index: -1;
}
@media screen and ( max-width:1280px)  and ( min-width:768px) { .deco_bg_line_01 { width: 119px; height: 476px; top: 650px; }}
@media screen and ( max-width:767px)  { .deco_bg_line_01 { width: 95px; height: 340px; top: 400px; }}

/*ttl_grand*/
.pr_obi .ttl,
.service .ttl,
.eqip .ttl,
.fee .ttl,
.access .ttl,
.apply .ttl,
.form .ttl {
	text-align: center;
	font-weight: 900;
}
.eqip .ttl { padding-top: 25px;}
.fee .ttl { padding-top: 100px;}
.access .ttl { margin-top: 160px; position: relative;}
.apply .ttl { margin: 40px 0 0; position: relative;}
.form .ttl { margin: 40px 0 0; position: relative;}

.pr_obi .ttl h2,
.service .ttl h2,
.eqip .ttl h2,
.fee .ttl h2,
.access .ttl h2,
.apply .ttl h2,
.form .ttl h2 {
	font-size: 42px;
	font-weight: 900;
}
.fee .ttl h2 { width: 350px;margin: 0 auto; background-color: #FFC900; position: relative; z-index: 1;}
.access .ttl h2 { width: 350px; margin: 0 auto;}
.apply .ttl h2 { width: 380px; margin: 0 auto;}
.form .ttl h2 { width: 380px; margin: 0 auto;}

@media screen and ( max-width:767px) and ( min-width:281px)  {.pr_obi .ttl h2,.service .ttl h2,.eqip .ttl h2,.fee .ttl h2,.access .ttl h2,.apply .ttl h2,.form .ttl h2 { width: 100%; font-size: 28px; }}
@media screen and ( max-width:280px) {.pr_obi .ttl h2,.service .ttl h2,.eqip .ttl h2,.fee .ttl h2,.access .ttl h2,.apply .ttl h2,.form .ttl h2 { width: 100%; font-size: 24px; }}

.pr_obi .ttl p,
.service .ttl p,
.eqip .ttl p,
.fee .ttl p,
.access .ttl p,
.apply .ttl p,
.form .ttl p {
	font-size: 24px;
	letter-spacing: 0.12em;
}
@media screen and ( max-width:767px)  {.pr_obi .ttl p,.service .ttl p,.eqip .ttl p,.fee .ttl p,.access .ttl p,.apply .ttl p,.form .ttl p { font-size: 18px; }}

/*translate*/
.btn_translate {
	position: fixed;
	bottom: 3%;
    right: 2%;
	z-index: 2;
}

.btn_en,
.btn_pt {
	width: 75px;
	height: 30px;
	margin: 0 10px 0 0 ;
	padding: 0 0 2px 0;
	float: left;
	text-align: center;
	background: #231815;
	border-radius: 6px;
	display: block;
}

.btn_en a,
.btn_pt a {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	display: block;
}

/*caption*/
.caption {
	width: 1080px;
	top: -350px;
	left: 0;
	right: 0;
	margin: auto;
	position: relative;
	z-index: 1;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .caption{ top: -310px; width: 90%; } }
@media screen and ( max-width:767px) and ( min-width:541px) { .caption{ top: -50px; width: 87%; } }
@media screen and ( max-width:540px) and ( min-width:421px) { .caption{ top: -70px; width: 87%; } }
@media screen and ( max-width:420px) and ( min-width:321px) { .caption{ top: -120px; width: 87%; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .caption{ top: -175px; width: 87%; } }
@media screen and ( max-width:280px) { .caption{ top: -135px; width: 87%; } }

.caption h2 {
	font-size: 42px;
	font-weight: 900;
	margin: 150px 0 10px;
	text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,-3px 3px 0 #FFF, 3px -3px 0 #FFF,0px 3px 0 #FFF,  0-3px 0 #FFF,-3px 0 0 #FFF, 3px 0 0 #FFF;
	color: #231815;
}
@media screen and ( max-width:767px) and ( min-width:321px) { .caption h2 { font-size: 32px; margin: 150px 0 20px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .caption h2 { font-size: 28px; margin: 150px 0 20px;} }
@media screen and ( max-width:280px) { .caption h2 { font-size: 24px; margin: 110px 0 20px;} }

.caption p {
	font-size: 21px;
	font-weight: 900;
	line-height: 2.5em;
}
@media screen and ( max-width:767px) and ( min-width:321px) { .caption p { font-size: 18px; margin-top: 10px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .caption p { font-size: 16px; margin-top: 10px; } }
@media screen and ( max-width:280px) { .caption p { font-size: 14px; margin-top: 10px; } }

.caption p strong {
	font-weight: 900;
}

/*content_grobal*/
.content {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: -320px;
	position: relative;
	overflow: hidden;
}
@media screen and ( max-width:767px) { .content { margin-top: 0px;} }

/*content*/
.point_01 {
	position: relative;
}

.point_01 .left {
	width: 580px;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_01 .left  { width: 40%;} }
@media screen and ( max-width:767px) { .point_01 .left  { width: 100%; margin: 0 auto; } }

.point_01 .left .point_sq {
	width: 120px;
	height: 120px;
	background:url("../img/point_01.png") no-repeat;
	background-size: contain;
}
@media screen and ( max-width:767px) { .point_01 .left .point_sq { width: 60px; height: 60px; } }

.point_01 .left .point {
	margin: 40px 0 0 30px;
}
@media screen and ( max-width:767px) { .point_01 .left .point { margin: 40px 0 0 0 ; } }

.point_01 .left .point h2 .main_h {
	font-size: 34px;
	font-weight: 900;
	margin-top: 30px;
}
@media screen and ( max-width:767px) and ( min-width:415px) { .point_01 .left .point h2 .main_h { font-size: 34px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .point_01 .left .point h2 .main_h { font-size: 30px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_01 .left .point h2 .main_h { font-size: 30px;} }
@media screen and ( max-width:280px) { .point_01 .left .point h2 .main_h { font-size: 26px;} }

.point_01 .left .point h2 .sub_h {
	font-size: 21px;
	font-weight: 900;
	margin-left: 5px;
}

.point_01 .left .point p {
	font-weight: 700;
	margin-top: 30px;
}

.point_01 .right {
	width: 510px;
    height: 400px;
    position: absolute;
    top: 145px;
    right: -80px;
    background: linear-gradient(#24D08D,#49DAA6) !important;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_01 .right { right: 100px;} }
@media screen and ( max-width:767px) { .point_01 .right { width: 100%; height: auto; margin: 100px auto 0; position: relative; top: inherit; right: inherit; background: none !important;} }

.point_01 .right iframe {
	width: 475px;
    height: 280px;
    margin-top: 50px;
    padding: 0 0 0 35px;
}
@media screen and ( max-width:767px) { .point_01 .right iframe { width: 100%; height: 300px; margin-top: 0; padding: 0;} }

.point_01 .right .deco_frame {
	width: 500px;
    height: 390px;
    position: absolute;
    top: -30px;
    right: -30px;
	border: solid 5px #231815;
}
@media screen and ( max-width:767px) { .point_01 .right .deco_frame { width: 97%; height: 300px; top: -25px; right: -20px; z-index: -1; border: solid 3px #231815;} }

.point_01 .right ul {
	margin-top: 80px;
}
@media screen and ( max-width:767px) { .point_01 .right ul { margin-top: 10px;} }

.point_01 .right ul li {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5em;
	list-style:none;
	margin-left: 1em;
	text-indent: -1em;
}
.point_01 .right ul li::before {
	content:"※"
}
@media screen and ( max-width:767px) { .point_01 .right ul li { font-size: 11px;} }


/*content*/
.point_02 {
	width: 1080px;
	margin: 300px auto 0;
	position: relative;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_02 { right: 100px; margin: 150px auto 0;} }
@media screen and ( max-width:767px) { .point_02 { width: 100%; margin: 80px auto 0;} }

.point_02 .left {
	width: 561px;
	height: auto;
	position: absolute;
	left:-50px;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_02 .left  { width: 52%; left: 115px;} }
@media screen and ( max-width:767px) { .point_02 .left  { width: 100%; margin: 30px auto 0; position: relative; left: 0;} }

.point_02 .left .img {
	width: 561px;
	height: auto;
}
@media screen and ( max-width:767px) { .point_02 .left .img { width: 100%;} }

.point_02 .left ul {
	margin: 14px 0 0 49px;
}
@media screen and ( max-width:767px) and ( min-width:415px) { .point_02 .left ul { margin: 5px 0 0 30px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .point_02 .left ul { margin: 5px 0 0 30px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_02 .left ul { margin: 5px 0 0 24px;} }
@media screen and ( max-width:280px) { .point_02 .left ul { margin: 5px 0 0 21px;} }

.point_02 .left ul li {
	width: 160px;
	height: 120px;
	margin: 0 16px 0 0;
	float: left;
}
.point_02 .left ul li:last-child {
	margin: 0;	
}
@media screen and ( max-width:767px) { .point_02 .left ul li { width: 32%; height: auto; margin: 0 2% 0 0;} }

.point_02 .right {
	width: 560px;
	float: right;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_02 .right { width: 45%; position: relative; right: -30px;} }
@media screen and ( max-width:767px) { .point_02 .right{ width: 100%; float: none; } }

.point_02 .right .point_sq {
	width: 120px;
	height: 120px;
	float: right;
	background:url("../img/point_01.png") no-repeat;
	background-size: contain;
}
@media screen and ( max-width:767px) { .point_02 .right .point_sq{ width: 60px; height: 60px; position: absolute; left: 0;}}

.point_02 .right .point {
	margin-top: -18px;
	float: right;
}
@media screen and ( max-width:767px) { .point_02 .right .point{ margin: 0; float: none;}}

.point_02 .right .point h2 {
	font-size: 34px;
	font-weight: 900;
	margin: 30px 0 0 90px;
	line-height: 1.5em;
	text-indent: -0.5em;
}
@media screen and ( max-width:767px) { .point_02 .right .point h2{ margin: 0; padding-top: 80px;}}
@media screen and ( max-width:767px) and ( min-width:415px) { .point_02 .right .point h2 { font-size: 34px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .point_02 .right .point h2 { font-size: 30px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_02 .right .point h2 { font-size: 25px;} }
@media screen and ( max-width:280px) { .point_02 .right .point h2 { font-size: 22px;} }

.point_02 .right .point p {
	font-weight: 700;
	margin: 30px 0 0 90px;
}
@media screen and ( max-width:767px) { .point_02 .right .point p{ margin: 30px 0 0 0;}}


/*content*/
.point_03 {
	position: relative;
	margin-top: 160px;
}
@media screen and ( max-width:767px) { .point_03 { margin-top: 100px;}}

.point_03 .left {
	width: 570px;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_03 .left { width: 45%;}}
@media screen and ( max-width:767px) { .point_03 .left { width: 100%;}}

.point_03 .left .point_sq {
	width: 120px;
	height: 120px;
	background:url("../img/point_02.png") no-repeat;
	background-size: contain;
}
@media screen and ( max-width:767px) { .point_03 .left .point_sq { width: 60px; height: 60px; position: absolute; left: 0;}}

.point_03 .left .point {
	margin: 40px 0 0 60px;
}
@media screen and ( max-width:767px) { .point_03 .left .point { margin: 40px 0 0 0;}}

.point_03 .left .point h2 {
	font-size: 34px;
	font-weight: 900;
	margin-top: 30px;
}
@media screen and ( max-width:767px) { .point_03 .left .point h2 { margin: 0; padding-top: 80px;}}
@media screen and ( max-width:767px) and ( min-width:415px) { .point_03 .left .point h2 { font-size: 34px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .point_03 .left .point h2 { font-size: 30px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_03 .left .point h2 { font-size: 25px;} }
@media screen and ( max-width:280px) { .point_03 .left .point h2 { font-size: 26px;} }

.point_03 .left .point p {
	font-weight: 700;
	margin-top: 30px;
}
@media screen and ( max-width:767px) { .point_03 .left .point p { margin: 30px 0 0 0;}}

.point_03 .right {
	width: 508px;
    height: 535px;
    position: absolute;
    top: 40px;
    right: -100px;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .point_03 .right { width: 45%; top: 70px; right: 80px;} }
@media screen and ( max-width:767px) { .point_03 .right { width: 100%; float: none; position: relative; left: 0; right: 0; } }
@media screen and ( max-width:767px) and ( min-width:540px) { .point_03 .right { margin: 0 auto 340px; } }
@media screen and ( max-width:539px) and ( min-width:414px) { .point_03 .right { margin: 0 auto 150px; } }
@media screen and ( max-width:413px) and ( min-width:321px) { .point_03 .right { margin: 0 auto 80px; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_03 .right { margin: 0 auto -50px; } }
@media screen and ( max-width:280px) { .point_03 .right { margin: 0 auto -120px; } }

.point_03 .right .img {
	width: 508px;
    height: auto;
}
@media screen and ( max-width:767px) { .point_03 .right .img { width: 100%;} }    

.point_03 .right ul {
	margin: 14px 0 0 49px;
}
@media screen and ( max-width:767px) and ( min-width:415px) { .point_03 .right ul { margin: 5px 0 0 33px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .point_03 .right ul { margin: 5px 0 0 33px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .point_03 .right ul { margin: 5px 0 0 28px;} }
@media screen and ( max-width:280px) { .point_03 .right ul { margin: 5px 0 0 25px;} }

.point_03 .right ul li {
	width: 210px;
	height: 160px;
	margin: 0 16px 0 0;
	float: left;
}
.point_03 .right ul li:last-child {
	margin: 0;	
}
@media screen and ( max-width:767px) { .point_03 .right ul li { width: 47%; height: auto; margin: 0 4% 0 0;} }


/*obi*/
.pr_obi {
	width: 100%;
	height: auto;
	margin: 150px 0;
	position: relative;
}
@media screen and ( max-width:767px) { .pr_obi {margin: 100px 0;padding: 20px 0px;} }

.pr_movie {
	width: 960px;
	height: 520px;
	margin: 80px auto 0;
}
@media screen and ( max-width:767px) { .pr_movie { width: 87.5%; margin: 20px auto 0;} }
@media screen and ( max-width:767px) and ( min-width:415px) { .pr_movie { height: 336px;} }
@media screen and ( max-width:414px) and ( min-width:321px) { .pr_movie { height: 245px;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .pr_movie { height: 185px;} }
@media screen and ( max-width:280px) { .pr_movie { height: 185px;} }

.pr_movie iframe {
	width: 100%;
	height: 100%;
}

.obi {
	width: 100%;
	height: 450px;
	margin: 250px 0;
	background-color: #FFC900;
}
@media screen and ( max-width:767px) { .obi { margin: 150px 0; } }

.obi ul {
	width: 1420px;
	margin: 0 auto;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .obi ul { width: 100%; } }
@media screen and ( max-width:767px) { .obi ul { width: 100%; } }

.obi ul li {
	width: 470px;
	height: 450px;
	float: left;
	display: block;
	position: relative;
	text-align: center;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .obi ul li { width: 33.3%; } }
@media screen and ( max-width:767px) { .obi ul li { width: 100%; height: 300px; } }

.obi ul li.yellow { background-color: #FFFF00; }
.obi ul li.orange { background-color: #FFC900; }
.obi ul li.red { background-color: #FBB03B; }

.obi ul li img {
	width: 280px;
	height: 280px;
	margin-top: 40px;
}
@media screen and ( max-width:767px) { .obi ul li img { width: 180px; height: 180px; margin-top: 20px;} }

.obi ul li p {
	font-size: 25px;
	font-weight: 900;	
	line-height: 1.8em;
	text-align: center;
	position: absolute;
	top: 330px;
	left: 0;
	right: 0;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .obi ul li p { font-size: 22px; } }
@media screen and ( max-width:767px) { .obi ul li p { font-size: 20px; line-height: 1.4em; top: 205px; } }


/*service*/
.service {
}
@media screen and ( max-width:767px) { .service { margin-top: 100px; } }
@media screen and ( max-width:767px) { .service:first-of-type { margin-top: 600px; } }

.service_l,
.service_r {
	width: 1080px;
	margin: 0 auto 0;	
}
@media screen and ( max-width:767px) { .service_l,.service_r { width: 100%; } }

.service_l:first-child {
	margin: 200px auto 0;
}
@media screen and ( max-width:767px) { .service_l:first-child { margin: 100px auto 0; } }

.service_l .cont,
.service_r .cont {
	margin-top: 120px;
	position: relative;
}
@media screen and ( max-width:767px) { .service_l .cont,.service_r .cont { margin-top: 50px; } }

.service_l .cont .left,
.service_r .cont .right,
.service_r .cont .right_last {
	width: 45%;
	margin-left: 60px;
}
.service_l .cont .left { float: left;}
.service_r .cont .right,.service_r .cont .right_last { width: 45%; margin-left: 60px; float: right;}
.service_r .cont .right_last {margin-top: -75px;}
@media screen and ( max-width:1280px)  and ( min-width:768px) { .service_r .cont .right,.service_r .cont .right_last { position: relative; right: 65px; } }
@media screen and ( max-width:1280px)  and ( min-width:768px) { .service_l .cont .left { position: relative; right: 20px; } }
@media screen and ( max-width:767px) { .service_l .cont .left,.service_r .cont .right,.service_r .cont .right_last { width: 100%; margin: 82% auto 0;} }

.service_l .cont .left h3,
.service_r .cont .right h3,
.service_r .cont .right_last h3 {
	font-size: 38px;
	font-weight: 600;
	letter-spacing : 4px;
	margin-bottom: 60px;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
	z-index: -1;
}
@media screen and ( max-width:767px)
{ .service_l .cont .left h3,.service_r .cont .right h3,.service_r .cont .right_last h3 { letter-spacing : 0; margin-bottom: 10%;} }
@media screen and ( max-width:767px) and ( min-width:415px) 
{ .service_l .cont .left h3,.service_r .cont .right h3,.service_r .cont .right_last h3 { font-size: 36px;} }
@media screen and ( max-width:414px) and ( min-width:321px)
{ .service_l .cont .left h3,.service_r .cont .right h3,.service_r .cont .right_last h3 { font-size: 30px;} }
@media screen and ( max-width:320px) and ( min-width:281px)
{ .service_l .cont .left h3,.service_r .cont .right h3,.service_r .cont .right_last h3 { font-size: 25px;} }
@media screen and ( max-width:280px)
{ .service_l .cont .left h3,.service_r .cont .right h3,.service_r .cont .right_last h3 { font-size: 22px;} }

.service_l .cont .left h3 span,
.service_r .cont .right h3 span,
.service_r .cont .right_last h3 span {
	padding: 5px 0;
    border-bottom: 4px solid #333;
	display: inline-block;
}

.service_l .cont .left p,
.service_r .cont .right p,
.service_r .cont .right_last p {
	width: 460px;
	margin-top: 20px;
	line-height: 2.6em;
	font-size: 18px;
	font-weight: 600;
}
@media screen and ( max-width:767px) { .service_l .cont .left p,.service_r .cont .right p,.service_r .cont .right_last p { width: 100%;} }

.service_l .cont .right,
.service_r .cont .left {
	width: 475px;
    margin-right: 20px;
}
.service_l .cont .right { float: right;}
.service_r .cont .left { float: left;}
@media screen and ( max-width:1280px) and ( min-width:768px) { .service_l .cont .right,.service_r .cont .left { position: relative; left: -40px; } }
@media screen and ( max-width:767px) { .service_l .cont .right,.service_r .cont .left { width: 100%; margin-right: 0; } }

.service_l .cont .right .back,
.service_r .cont .left .back {
	width: 575px;
	height: 409px;
	position: absolute;
}
.service_l .cont .right .back { background:url("../img/ph_back_A.png") no-repeat; background-size: contain;	top: 110px;}
.service_r .cont .left .back { background:url("../img/ph_back_B.png") no-repeat; background-size: contain; top: 110px; left: -60px;}
@media screen and ( max-width:767px) { .service_l .cont .right .back,.service_r .cont .left .back { width: 100%; height: 0; } }

.service_l .cont .right .img_01,
.service_r .cont .left .img_02,
.service_l .cont .right .img_03,
.service_r .cont .left .img_04 {
	width: 459px;
	position: absolute;
	z-index: 1;
}
.service_l .cont .right .img_01,.service_r .cont .left .img_02 { top: -80px; left: 40px;}
.service_l .cont .right .img_03 { top: -80px; left: 70px;}
.service_r .cont .left .img_04 { top: -57px; left: 80px;}

@media screen and ( max-width:767px) { 
	.service_l .cont .right .img_01,.service_r .cont .left .img_02,.service_l .cont .right .img_03,.service_r .cont .left .img_04 { width: 100%; top: -120px; } }
@media screen and ( max-width:767px) {
	.service_l .cont .right .img_01,.service_l .cont .right .img_03 { left: 0; right: 0; }
	.service_r .cont .left .img_02,.service_r .cont .left .img_04 { left: 60px; }
}

.service_l .cont .right .deco_frame_01,
.service_r .cont .left .deco_frame_02,
.service_l .cont .right .deco_frame_03,
.service_r .cont .left .deco_frame_04 {
	width: 440px;
    height: 350px;
    position: absolute;
	border: solid 5px #231815;
}
@media screen and ( max-width:767px) { .service_l .cont .right .deco_frame_01,.service_r .cont .left .deco_frame_02,.service_l .cont .right .deco_frame_03,.service_r .cont .left .deco_frame_04 { display: none; } }

.service_l .cont .right .deco_frame_01,
.service_r .cont .left .deco_frame_02 {
    top: -45px;
    right: 45px;
}
.service_l .cont .right .deco_frame_03 {
    top: -48px;
    right: 85px;
}
.service_r .cont .left .deco_frame_04 {
	top: -90px;
	right: 75px;
}


/*eqip*/
.eqip {
	width: 1080px;
	margin: 150px auto 0;	
}
.eqip:first-of-type {
	margin: 500px auto 0;
}
@media screen and ( max-width:767px) { .eqip { width: 100%; margin: 80px auto 0; } }
@media screen and ( max-width:767px) { .eqip:first-of-type { margin: 100px auto 0; } }

.eqip .eqip_r,
.eqip .eqip_l {
	margin-top: 130px;
	position: relative;
	z-index: 0;
}
@media screen and ( max-width:767px) { .eqip .eqip_r,.eqip .eqip_l { margin-top: 100px; } }

.eqip_r .left,
.eqip_l .right {
	width: 480px;
	height: 320px;
	margin-left: 60px;
	position: relative;
}
.eqip_r .left { float: left;}
.eqip_l .right { float: right; right: 57px;}
@media screen and ( max-width:1280px) and ( min-width:768px) { .eqip_r .left { } }
@media screen and ( max-width:1280px) and ( min-width:768px) { .eqip_l .right { right: 115px;} }
@media screen and ( max-width:767px) { .eqip_r .left,.eqip_l .right { width: 100%; height: auto; margin-left: 0; position: absolute; margin-top: -10%;} }
@media screen and ( max-width:767px) { .eqip_l .right  { right: inherit;} }

.eqip_r .left .deco_frame_01,
.eqip_l .right .deco_frame_02 {
	width: 470px;
    height: 310px;
    position: absolute;
	border: solid 5px #231815;
	z-index: -1;
}
.eqip_r .left .deco_frame_01 { top: -40px; right: 40px;}
.eqip_l .right .deco_frame_02 { top: -40px; left: 40px;}
@media screen and ( max-width:767px) { .eqip_r .left .deco_frame_01,.eqip_l .right .deco_frame_02 { display: none; } }

.eqip_r .right,
.eqip_l .left {
	width: 440px;
    position: relative;
    top: -35px;
}
.eqip_r .right { float: right;}
.eqip_l .left { float: left; left: 60px;}
@media screen and ( max-width:1280px) and ( min-width:768px) { .eqip_r .right { width: 420px; left: -80px;} }
@media screen and ( max-width:1280px) and ( min-width:768px) { .eqip_l .left { width: 420px; left: 40px;} }
@media screen and ( max-width:767px) { .eqip_r .right,.eqip_l .left { width: 100%; margin: 82% auto 0;} }
@media screen and ( max-width:767px) { .eqip_l .left { left: inherit;} }

.eqip_r .right h3,
.eqip_l .left h3 {
	font-size: 32px;
	font-weight: 900;
	letter-spacing : 4px;
	z-index: -1;
}
@media screen and ( max-width:280px) { .eqip_r .right h3,.eqip_l .left h3 { font-size: 28px;} }

.eqip_r .right h3.ex,
.eqip_l .left h3.ex{
	font-size: 24px;
	font-weight: 900;
	letter-spacing : 0;
	display: inline;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .eqip_r .right h3.ex,.eqip_l .left h3.ex { font-size: 20px;} }
@media screen and ( max-width:280px) { .eqip_r .right h3.ex,.eqip_l .left h3.ex { font-size: 18px;} }

.eqip_r .right h3 .eq_num,
.eqip_l .left h3 .eq_num {
	width: 89px;
    height: 50px;
    padding: 0 25px 0 0;
    display: inline-block;
    position: relative;
    top: 12px;
}
@media screen and ( max-width:767px) { .eqip_r .right h3 .eq_num,.eqip_l .left h3 .eq_num { display: none; } }

.eqip_r .right p,
.eqip_l .left p {
	font-size: 18px;
	font-weight: 600;
	line-height: 2.6em;
}
.eqip_r .right p:first-of-type,
.eqip_l .left p:first-of-type {
	margin-top: 20px;
}

.eqip_r .right span,
.eqip_l .left span {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8em;
	display: block;
}

.eqip_r .right h4,
.eqip_l .left h4 {
	margin-top: 20px;
	font-size: 21px;
	font-weight: 900;
	line-height: 2.6em;
}
.eqip .slickframe {
	clear: both;
	position: relative;
    top: 30px;
}
.eqip .slickframe .iframe_mov {
	width: 280px;
	height: 210px;
}
@media screen and ( max-width:767px) { .eqip .slickframe .iframe_mov { width: 100%; } }

.eqip .slickframe .movie_cap {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.eqip .slickframe .movie_cap h4 {
	font-size: 16px;
	font-weight: 900;
	margin: 10px auto 0;
	padding: 0 8px 0 0;
	text-align: center;
}
.eqip .slickframe .movie_cap p {
	font-size: 15px;
	padding: 0 2%;
	word-break: break-all;
}


/*fee*/
.container_fee {
	width: 100%;
	height: auto;
	min-height: 1550px;
	margin-top: 200px;
	padding-bottom: 40px;
	background-color: #FFC900;
}

.fee {
	width: 1080px;
	height: auto;
	margin: 0 auto;
}
@media screen and ( max-width:1280px) { .fee { width: 100%; } }

.fee .ttl span.deco_line_01,
.fee .plan_cap span.deco_line_02 {
	width: 200vw;
	height: 10px;
	margin: 0 calc(100% - 100vw);
	display: block;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
.fee .ttl span.deco_line_01 { top: -93px;}
.fee .plan_cap span.deco_line_02 { top: 80px;}
@media screen and ( max-width:1280px) { .fee .ttl span.deco_line_01,.fee .plan_cap span.deco_line_02 { display: none; } }

.fee .plan {
	width: 1080px;
	height: auto;
	margin: 60px auto 0;
	border: solid 8px #fff;
	border-radius: 1em;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .fee .plan { width: 96%; } }
@media screen and ( max-width:767px) { .fee .plan { width: 92%; } }

.fee .plan .usagefee {
	width: 900px;
    height: auto;
    margin: 100px auto 0;
    font-weight: 900;
    position: relative;
    right: -17px;
}
@media screen and ( max-width:767px) { .fee .plan .usagefee { width: 100%; right: 0;} }

.fee .plan .usagefee .female,
.fee .plan .usagefee .male {
	width: 450px;
	height: auto;
	margin: 0 auto;
	float: left;
	position: relative;
}
@media screen and ( max-width:767px) and ( min-width:321px) { .fee .plan .usagefee .female,.fee .plan .usagefee .male { width: 300px; margin: 0 auto 10px; float: none;} }
@media screen and ( max-width:320px) and ( min-width:281px) { .fee .plan .usagefee .female,.fee .plan .usagefee .male { width: 300px; margin: 0 auto 10px; float: none; left: 10px;} }
@media screen and ( max-width:280px) { .fee .plan .usagefee .female,.fee .plan .usagefee .male { width: 90%; margin: 0 auto 10px; float: none;} }

.fee .plan .usagefee .female img,
.fee .plan .usagefee .male img {
	width: 84px;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .usagefee .female img,.fee .plan .usagefee .male img { width: 70px; } }
@media screen and ( max-width:280px) { .fee .plan .usagefee .female img,.fee .plan .usagefee .male img { width: 60px; } }

.fee .plan .usagefee h3 {
	width: 84px;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .usagefee h3 { width: 70px; font-size: 21px; } }
@media screen and ( max-width:280px) { .fee .plan .usagefee h3 { width: 60px; font-size: 18px; } }

.fee .plan .usagefee p.price {
	font-size: 24px;
    position: relative;
    top: -120px;
    left: 130px;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .usagefee p.price { top: -100px; left: 90px; } }
@media screen and ( max-width:280px) { .fee .plan .usagefee p.price { top: -90px; left: 70px; } }

.fee .plan .usagefee p.price span.tax {
    font-size: 21px;
    position: absolute;
    top: -55px;
    left: 3px;
}
@media screen and ( max-width:280px) { .fee .plan .usagefee p.price span.tax { font-size: 18px; top: -35px; left: 0; } }

.fee .plan .usagefee p.price span.priceline {
	font-size: 72px;
}
@media screen and ( max-width:767px) and ( min-width:415px) { .fee .plan .usagefee p.price span.priceline { font-size: 45px; } }
@media screen and ( max-width:414px) and ( min-width:321px) { .fee .plan .usagefee p.price span.priceline { font-size: 45px; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .fee .plan .usagefee p.price span.priceline { font-size: 35px; } }
@media screen and ( max-width:280px) { .fee .plan .usagefee p.price span.priceline { font-size: 32px; } }

.fee .plan .usagefee p.price span.yen {
	font-size: 32px;
}
@media screen and ( max-width:280px) { .fee .plan .usagefee p.price span.yen { font-size: 21px; margin-left: 5px; } }

.fee .plan .usagefee p.price_min {
	font-size: 21px;
    position: absolute;
    top: 120px;
    left: 119px;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .usagefee p.price_min { top: 100px; left: 90px; } }
@media screen and ( max-width:280px) { .fee .plan .usagefee p.price_min { top: 80px; left: 90px; font-size: 16px; } }

.fee .plan .plus {
	width: 42px;
	height: 42px;
	margin: -30px auto 0px;
	background:url("../img/icon_plus.png") no-repeat top center;
	background-size:cover;
}

.fee .plan .option {
	width: 960px;
    margin: 0 auto 60px;
    position: relative;
    left: 30px;
    top: -30px;
}
@media screen and ( max-width:767px) { .fee .plan .option { width: 100%; left: 0;} }

.fee .plan .option h3 {
	font-size: 28px;
	font-weight: 900;
}
@media screen and ( max-width:767px) and ( min-width:768px) { .fee .plan .option h3 { font-size: 24px;} }
@media screen and ( max-width:280px) { .fee .plan .option h3 { font-size: 20px;} }

.fee .plan .option img {
	width: 262px;
	height: auto;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .option img { width: 226px;} }
@media screen and ( max-width:280px) { .fee .plan .option img { width: 70%;} }

.fee .plan .option p {
	font-weight: 600;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .fee .plan .option p { margin-top: 10px; font-size: 16px;} }
@media screen and ( max-width:280px) { .fee .plan .option p { margin-top: 10px; font-size: 12px;} }

.fee .plan .option .op_A,
.fee .plan .option .op_B {
	width: 440px;
	margin-right: 40px;
	float: left;
	text-align: center;
}
@media screen and ( max-width:767px) { .fee .plan .option .op_A { width: 100%; margin-top: 60px;} }
@media screen and ( max-width:767px) { .fee .plan .option .op_B { width: 100%; margin-top: 40px;} }

.plan_cap {
	width: 1080px;
	margin: 80px auto 0;
	position: relative;
}
@media screen and ( max-width:1280px) { .plan_cap { width: 100%; } }

.plan_cap p {
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	margin-top: 50px;
}
@media screen and ( max-width:767px) { .plan_cap p { padding: 0 6%; text-align: left; } }
@media screen and ( max-width:767px) and ( min-width:415px) { .plan_cap p { font-size: 21px; } }
@media screen and ( max-width:414px) and ( min-width:321px) { .plan_cap p { font-size: 20px; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .plan_cap p { font-size: 20px; } }
@media screen and ( max-width:280px) { .plan_cap p { font-size: 14px;} }


/*access*/
.access .map {
	width: 690px;
	height: auto;
	max-height: 460px;
	margin: 70px auto 0;
	border: solid 2px #000; 
}
@media screen and ( max-width:767px) { .access .map { width: 90%; margin: 40px auto 0; } }

.access .map iframe {
	width: 100%;
	height: 460px;
	border: 0;
}
@media screen and ( max-width:767px) { .access .map iframe { height: 300px; } }

.access .adress {
	width: 700px;
    margin: 0 auto;
}
@media screen and ( max-width:767px) { .access .adress { width: 90%; } }

.access .adress h3 {
	width: 460px;
	height: auto;
	margin: 60px auto 20px;
}
@media screen and ( max-width:767px) { .access .adress h3 { width: 100%; } }

.access .adress h3 img {
}

.access .adress .ad {
	width: 470px;
	margin: 0 0 15px 0;
	float: left;
}
@media screen and ( max-width:767px) { .access .adress .ad { margin: 0 0 15px 4%; } }

.access .adress .tel {
	width: 210px;
	margin: 0 0 15px 20px;
	float: right;
}
@media screen and ( max-width:767px) { .access .adress .tel { margin: 0 0 15px 4%; float: none; } }

.access .adress .ad img,
.access .adress .tel img {
	width: 30px;
	height: 30px;
	margin: 8px 10px 0 0;
	float: left;
}

.access .adress .ad p {
	font-size: 23px;
	font-weight: 900;
}
@media screen and ( max-width:767px) and ( min-width:415px) { .access .adress .ad p { font-size: 24px; line-height: 1.4em; } }
@media screen and ( max-width:414px) and ( min-width:321px) { .access .adress .ad p { font-size: 20px; line-height: 1.4em; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .access .adress .ad p { font-size: 17px; line-height: 1.4em; } }
@media screen and ( max-width:280px) { .access .adress .ad p { font-size: 16px; line-height: 1.4em; } }

.access .adress .tel p {
	font-size: 23px;
	font-weight: 900;
}

.access .adress p.ad_cap {
	font-size: 15px;
	font-weight: 400;
}

/*apply&flow*/
.apply {
	width: 860px;
	margin: 120px auto 0;
	padding-bottom: 80px;
	background-color: #FADC32;
	border: solid 5px #fff;
	border-radius: 1em;
}
@media screen and ( max-width:767px) { .apply { width: 92%; } }

.apply span.deco_line_01 {
	width: 100%;
	height: 10px;
	margin-top: 40px;
	display: block;
	background-color: #fff;
	position: relative;
	z-index: 0;	
}

.apply .flow {
	margin-top: 90px;
}
@media screen and ( max-width:767px) { .apply .flow { width: 90%; margin: 45px auto 0;} }

.apply .flow h3 {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
}
@media screen and ( max-width:767px) and ( min-width:281px) { .apply .flow h3 { font-size: 21px; } }
@media screen and ( max-width:280px) { .apply .flow h3 { font-size: 18px; } }

.apply .flow p {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
@media screen and ( max-width:767px) { .apply .flow p { font-size: 16px; text-align: left; } }

.apply .flow ul {
	width: 90%;
	margin: 40px auto 0;
	position: relative;
}

.apply .flow ul span.arrow {
	width: 33px;
	height: 31px;
	background:url("../img/flow_arrow.png") no-repeat top center;
	background-size:contain;
	display: inline-block;
	position: absolute;
	top: 60px;
    margin-left: -40px;
}
@media screen and ( max-width:767px) { .apply .flow ul span.arrow { display: none; } }

.apply .flow ul li {
	width: 29%;
	margin-right: 6%;
	float: left;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
@media screen and ( max-width:767px) { .apply .flow ul li { width: 100%; float: none; margin: 10px 0 0 0; } }

.apply .flow ul li:last-child {
	margin-right: 0;
}
@media screen and ( max-width:767px) { .apply .flow ul li:last-child { margin: 30px 0 0 0; } }

.apply .flow ul li.ex {
	width: 65%;
	float: left;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
@media screen and ( max-width:767px) { .apply .flow ul li.ex { width: 100%; float: none; margin: 10px 0 0 0; } }

.apply .flow ul li span {
	display: block;
	margin: 0 -30px;
}
@media screen and ( max-width:280px) { .apply .flow ul li span { font-size: 14px; } }

.apply .flow ul li img {
	width: 193px;
}

.apply .flow ul li.ex img {
	width: 386px;
}
@media screen and ( max-width:767px) { .apply .flow ul li.ex img { width: 110%; margin: 20px 0 20px -5%; } }

.apply .belongin {
	width: 90%;
	margin: 70px auto 0;
	background-color: #fff;
	border: solid 2px #000;
	border-radius: 12px;
}

.apply .belongin h4 {
	width: 350px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #231815;
	border-radius: 1em;
	position: relative;
    top: -20px;
}
@media screen and ( max-width:767px) { .apply .belongin h4 { width: 102%; left: -1%; padding: 5px 0; border: solid 1px #000; border-radius: 50px; } }
@media screen and ( max-width:320px) and ( min-width:281px) { .apply .belongin h4 { font-size: 16px; } }
@media screen and ( max-width:280px) { .apply .belongin h4 { font-size: 14px; } }

.apply .belongin ul {
	width: 90%;
	margin: 15px auto 30px;
}

.apply .belongin ul li {
}
@media screen and ( max-width:767px) { .apply .belongin ul li { margin-top: 30px; } }

.apply .belongin ul li span {
	font-size: 16px;
	font-weight: 900;	
}

.apply .belongin ul li span.left {
	width: 160px;
	float: left;
	text-align: right;
	position: relative;
    right: 15px;
}
@media screen and ( max-width:767px) { .apply .belongin ul li span.left { width: 84%; margin: 0 auto 15px; padding: 5px 20px; float: none; text-align: center; right: 0; left: 0; border: solid 1px #000; border-radius: 30px; position: relative; display: inline-block;} }
@media screen and ( max-width:280px) { .apply .belongin ul li span.left { width: 80%;} }

.apply .belongin ul li span.right {
    display: list-item;
    list-style-type: ':';
    margin-left: 160px;
    padding-left: 40px;
}
@media screen and ( max-width:767px) { .apply .belongin ul li span.right { list-style-type: ''; margin: 15px 0 0 0; padding-left: 0; } }

.apply .belongin ul li p {
	font-size: 14px;
	font-weight: 600;
    margin: 5px 0 25px 160px;
    padding-left: 40px;
}
@media screen and ( max-width:767px) { .apply .belongin ul li p { margin: 5px 0 25px 0; padding-left: 0; } }


/*form*/
.form {
	height: auto;
	margin-top: 160px;
	padding-top: 40px;
	background: #FADC32;
} 

.form .AirRESERVE {
	width: 1080px;
	height: 1220px;
	margin: 80px auto 0px;
	overflow: hidden;
	padding: 0 0 150px 0;
}
@media screen and ( max-width:1280px) and ( min-width:768px) { .form .AirRESERVE { width: 85%; } }
@media screen and ( max-width:767px) { .form .AirRESERVE { width: 90%; height: 1800px; } }

.form .AirRESERVE iframe {
	margin-top: 0px;
}
@media screen and ( max-width:767px) { .form .AirRESERVE iframe { margin-top: 0px; } }


/*footer*/
footer {
	width: 100%;
}

.foot_img {
	width:100%;
	height:auto;
	max-width: 100%;
	max-height:400px;
	background:url("../img/foot_img.png") no-repeat top center;
	background-size:cover;
}

.foot_img h2 {
}

.foot_img h2 img {
	width: 460px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding-top: 60px; 
}
@media screen and ( max-width:767px) { .foot_img h2 img { width: 90%; } }

.foot_img p {
	font-size: 24px;
	color: #fff;
	margin-top: 40px;
	font-weight: 700;
	text-align: center;
}
@media screen and ( max-width:767px)and ( min-width:321px) { .foot_img p { font-size: 17px; margin-top: 20px; } }
@media screen and ( max-width:320px) { .foot_img p { font-size: 14px; margin-top: 20px; } }

.foot_img div.foot_tel {
	width: 478px;
	height: 83px;
	margin: 20px auto 0;
	padding: 0 0 8%;
}
@media screen and ( max-width:767px) { .foot_img div.foot_tel { width: 90%; } }

.foot_sitemap {
	height: 180px;
	background: #FFBE00;
}
@media screen and ( max-width:767px) { .foot_sitemap { height: 2px; } }

.foot_sitemap ul.up {
	width: 785px;
	margin: 0 auto;
	clear: both;
}
.foot_sitemap ul.un {
	width: 598px;
	margin: 0 auto;
}
@media screen and ( max-width:767px) { .foot_sitemap ul.up,.foot_sitemap ul.un { display: none; } }

.foot_sitemap ul.up li {
	margin-top: 50px;
	margin-right: 40px;
	float: left;
	font-weight: 700;
}

.foot_sitemap ul.un li {
	margin-top: 30px;
	margin-right: 40px;
	float: left;
	font-weight: 700;
}
.foot_sitemap ul.up li:last-child,.foot_sitemap ul.un li:last-child { margin-right: 0;}

.copyright {
	width: 100%;
	height: 25px;
	background-color: #231815;
	font-size: 9px;
	text-align: center;
	color: #fff;
	padding-top: 6px;
}

/*options*/
/*deco*/
.deco_bg_line_02,
.deco_bg_line_04,
.deco_bg_line_05,
.deco_bg_line_06,
.deco_bg_line_07,
.deco_bg_line_08 {
	position: relative;
	overflow: hidden;
	display: contents;
	z-index: -1;
}
.deco_bg_line_02::before,
.deco_bg_line_04::before,
.deco_bg_line_05::before,
.deco_bg_line_06::before,
.deco_bg_line_07::before,
.deco_bg_line_08::before {
	content: '';
	position: absolute;
	width: 400vw;
	height: 500px;
	margin: 0 calc(100% - 200vw);
	background: #FFC900;
	z-index: -2;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.deco_bg_line_02::before {
	top: -340px;
	left: 0;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}
@media screen and ( max-width:1280px) and ( min-width:768px)  { .deco_bg_line_02::before { top: 0px;}}
@media screen and ( max-width:768px)  { .deco_bg_line_02::before { top: 150px;}}

.deco_bg_line_03 {
	width: 170px;
	height: 311px;
	position: absolute;
	top: -50px;
	left: -171px;
	z-index: -1;
	background:url("../img/deco_bg_line_03.png") no-repeat;
	background-size: contain;
}
@media screen and ( max-width:767px)  { .deco_bg_line_03 { display: none;}}

.deco_bg_line_04::before {
	top: -700px;
	left: 0;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: -1;	
}
@media screen and ( max-width:1280px) and ( min-width:768px)  { .deco_bg_line_04::before { top: -300px;}}
@media screen and ( max-width:767px)  { .deco_bg_line_04::before { top: -130px;}}

.deco_bg_line_05::before {
	bottom: 440px;
	left: 0;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
@media screen and ( max-width:1280px) and ( min-width:768px)  { .deco_bg_line_04::before { bottom: 770px;}}
@media screen and ( max-width:767px)  { .deco_bg_line_05::before { bottom: 1750px;}}

.deco_bg_line_06::before {
	top: -340px;
	left: 0;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
	z-index: -1;	
}
@media screen and ( max-width:1280px) and ( min-width:768px)  { .deco_bg_line_06::before { display: none;}}

.deco_bg_line_07::before {
	top: 1720px;
	left: 0;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
.deco_bg_line_08::before {
	top: 720px;
	left: 0;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	z-index: -1;
}
@media screen and ( max-width:1080px) and ( min-width:768px)  { .deco_bg_line_08::before { top: 390px;}}
@media screen and ( max-width:767px) and ( min-width:321px)  { .deco_bg_line_08::before { top: 60px; height: 450px;}}
@media screen and ( max-width:320px)  { .deco_bg_line_08::before { top: 60px; height: 400px;}}

/*hamberger_menu*/
#navArea .sp_nav {
	z-index: -19999;
}
#navArea.open .sp_nav {
	z-index: 19999;
}
nav.sp_nav {
	display: block;
	position: fixed;
	top: 0;
	left: -200px;
	bottom: 0;
	width: 250px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 9999;
	opacity: 0;
	font-weight: 700;
}
.open nav {
	left: 0;
	opacity: 1;
}
nav .inner {
	padding: 0;
	margin-top: 30px;
}
nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav .inner ul li {
	position: relative;
	margin: 0;
}
nav .inner ul li a {
	display: block;
	color: #231815;
	font-size: 16px;
	padding: 1em 3em 1em 3em;
	text-decoration: none;
	transition-duration: 0.2s;
}
nav .inner ul li a:hover {
	background: #e4e4e4;
}
@media screen and (max-width: 767px) { nav { left: -220px; width: 80%;} }

/*ul入れ子*/
nav .inner ul li ul {
	margin-left: 25px;
}
nav .inner ul li ul li {
	border-bottom: none;
	list-style-type: '-';
}
nav .inner ul li ul li:last-child {
	margin-bottom: 15px;
}
nav .inner ul li ul li a {
	padding: 0.75em;
	color: #666;
}
@media screen and (max-width: 767px) { nav .inner ul li ul li a { padding: 8px; } }

/*.toggle_btn*/
.toggle_btn {
	display: block;
	position: absolute;
	top: 9px;
	right: 30px;
	width: 40px;
	height: 40px;
	transition: all .5s;
	cursor: pointer;
	z-index: 4;
}
@media screen and ( max-width:767px) { .toggle_btn { top: 15px; right: 15px; width: 38px; height: 35px; position: fixed;} }

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 45px;
	height: 5px;
	background-color: #231815;
	border-radius: 1px;
	transition: all .5s;
}
@media screen and ( max-width:767px) { .toggle_btn span { width: 38px; height: 5px; } }

.toggle_btn span:nth-child(1) {
	top: 0px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
@media screen and ( max-width:767px) { .toggle_btn span:nth-child(2) { top: 15px; } }

.toggle_btn span:nth-child(3) {
	bottom: 0px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(26px) rotate(-315deg);
	transform: translateY(26px) rotate(-315deg);
}
@media screen and ( max-width:767px) { .open .toggle_btn span:nth-child(1) { -webkit-transform: translateY(20px) rotate(-315deg); transform: translateY(20px) rotate(-315deg);;} }

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
@media screen and ( max-width:767px) { .open .toggle_btn span:nth-child(3) { -webkit-transform: translateY(-11px) rotate(315deg); transform: translateY(-11px) rotate(315deg);} }

/*#mask*/
.mask {
	display: none;
	transition: all .5s;
}
.open .mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}
/*hamberger_menu_end*/