@charset "UTF-8";

.sp_layout {
	display: none !important;
}

/* utility style (必要なもののみ) 
------------------------------------------------------ */
.clearfix:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix {height:1%;}
.clearfix {display:block;}

.js-scFadeUp {
	opacity : .0;
	transform : translate(0, 100px);
	transition : all .7s;
}

.js-scRightIn {
	opacity : .0;
	transform : translate(100px, 0);
	transition : all .7s;
}

.js-scLeftIn {
	opacity : .0;
	transform : translate(-100px, 0);
	transition : all .7s;
}
 
.scroll-in {
	opacity : 1;
	transform : translate(0, 0);
}

/* layout style
------------------------------------------------------ */
html {
	padding: 0;
	margin: 0;
}
html,body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	background: #ffffff;
}

a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

main > article {
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.045em;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	line-height: 1.5;
}

article section {
	padding: 0;
	width: 100%;
	max-width: inherit;
}

article section#Content {
	width: 100%;
	padding: 0;
}




#MainTop {
	background: #0262bb;
	width: 100%;
	text-align: center;
}

#MainTop img {
	width: 420px;
	padding: 15px 0;
}

#MainMid {
	position: relative;
	background: url(../img/main_bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
}

#MainMidInner {
	position: relative;
	width: 1000px;
	height: 688px;
	margin: 0 auto;
}

#MainMid #MainImoto,
#MainMid #MainWave,
#MainMid #MainTitle,
#MainMid #MainSubTitle,
#MainMid #MainHukidashi,
#MainMid .btnApply {
	position: absolute;
}


#MainMid #MainImoto {
	bottom: -140px;
	left: 30%;
}

#MainMid #MainWave {
	bottom: 0;
	left: 0;
	width: 100%;
}

#MainMid #MainTitle {
	top: 50px;
	left: 50px;
}

#MainMid #MainSubTitle {
	top: 320px;
	left: 80px;
}

#MainMid #MainHukidashi {
	top: 115px;
	right: -10%;
}

#MainMid #MainHukidashi a {
	transition: .3s;
}

#MainMid #MainHukidashi a:hover {
	opacity: .7;
}

.fuwafuwa {
	-webkit-animation: fuwafuwa 1s infinite linear alternate;
	animation: fuwafuwa 1s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform: translate(0, 0) rotate(-1deg);}
	50% {-webkit-transform: translate(0, ) rotate(0deg);}
	100% {-webkit-transform: translate(0, -20px) rotate(-1deg);}
}

/*@keyframes fuwafuwa {
	0% {transform: translate(0, 0) rotate(-5deg);}
	50% {transform: translate(0, -5px) rotate(0deg);}
	100% {transform: translate(0, 0)rotate(5deg);}
}*/

#MainMid #MainWave img {
	bottom: 0;
	left: 0;
	width: 100%;
}

#MainBtm {
	position: relative;
	background: #0262bb;
	width: 100%;
	text-align: center;
	padding: 40px 0 24px;
}

.btnApply {
	position: relative;
	width: 480px;
	margin: 20px auto 32px;
	z-index: 10;
}

.btnApply:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 0;
	border-radius: 40px;
	width: 100%;
	height: 100%;
	background: #000000;
}

.btnApply a {
	position: relative;
	top: 6px;
	left: 2px;
	z-index: 1;
	display: block;
	width: 480px;
	padding: 12px 0 11px;
	background: #ed1e79;
	border: 3px solid #000000;
	box-sizing: border-box;
	border-radius: 40px;
	color: #ffff00;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	transition: .3s;
	letter-spacing: 0;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
}

.btnApply a.hover {
	top: 10px;
	left: 5px;
}

.btnApply a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #ffff00;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 24px;
}

#MainBtm .commentWrap{
	width: 484px;
    margin: 0 auto;
}

#MainBtm .MainComment{
	margin: 0 0 4px 0;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#Content {
	width: 100%;
}

article section {
	padding-bottom: 100px;
}

article section .btnApply {
	margin-top: 40px;
}

#Content h2 {
	background: #0262bb;
	padding: 24px 0;
	margin-bottom: 50px;
	color: #fff;
    font-size: 4rem;
}

#Content h3 {
	background: #0262bb;
	padding: 25px 0 25px 30px;
	text-align: left;
}

#Content .subTitle{
	color: #fff;
    font-size: 2.5rem;
	font-weight: bold;
}


#Content #feature {
	padding: 80px 0;
	width: 1000px;
	margin: 0 auto;
}

#Content #feature ul li {
	margin-top: 40px;
}

#Content #feature ul li:first-child {
	margin-top: 0;
}

.countryList01,
.countryList02 {
	width: 1000px;
	margin: 0 auto;
}

.countryList02 {
	padding-top: 30px;
}

.countryList01 ul li {
	float: left;
	width: 235px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.countryList02 ul li {
	float: left;
	width: 320px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.countryList01 ul li:nth-child(4n) {
	margin-right: 0;
}

.countryList02 ul li:nth-child(3n) {
	margin-right: 0;
}

.countryList01 ul li a,
.countryList02 ul li a {
	transition: .3s;
}

.countryList01 ul li a:hover,
.countryList02 ul li a:hover {
	opacity: .7;
}


.countryList01 ul li.kanbai,
.countryList02 ul li.kanbai {
	position: relative;
}

.countryList01 ul li.kanbai:after,
.countryList02 ul li.kanbai:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/kanbai_overlay_pc.png) no-repeat center center;
}

#conditions {
	width: 1000px;
	margin: 0 auto 100px;
	padding: 40px 32px;
	background: #ffffff;
	border: 6px solid #0262bb;
	box-sizing: border-box;
}


#conditions table {
	width: 100%;
	border: none;
}

#conditions table tr th,
#conditions table tr td {
	background: transparent;
	border: none;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
	color: #0262bb;
	font-weight: bold;
	font-size: 28px;
}

#conditions table tr td {
	position: relative;
	padding-left: 30px;
}


#conditions table tr td:after {
	content: ":";
	position: absolute;
	top: 0;
	left: 0;
}

#price .price__alert{
	color: red;
    font-weight: bold;
    margin-bottom: 4em;
}
#price .price__applyTitle{
	font-size: 2.0rem;
    font-weight: bold;
	margin: 0;
}
#price .price__applyTitle span{
	font-size: 3.0rem;
}
#price .btnApply{
	margin-top: 8px;
}

#kiyaku {
	width: 1000px;
	margin: 0 auto;
}

#kiyaku dt {
	position: relative;
	background: #0262bb;
	padding: 25px 0 25px 30px;
	cursor: pointer;
}

#kiyaku dt:after {
	content: "";
	position: absolute;
	right: 50px;
	top: 30px;
	width: 40px;
	height: 40px;
	background: url(../img/ico_acco.png) no-repeat left top;
}

#kiyaku dt.active:after {
	background: url(../img/ico_acco.png) no-repeat left bottom;
}


#kiyaku dl dd {
	display: none;
}


#kiyaku dl dd h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 25px;
	background: transparent;
	padding: 0;
}

#kiyaku dd ul li {
	display: block;
	letter-spacing: normal;
	text-align: left;
}

#kiyaku dd ul.normalList {
	margin-top: 10px;
}

#kiyaku dd ul.normalList li {
	padding-left: .5em;
	text-indent: -.5em;
}

#kiyaku dd ul.normalList li span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: normal;
}

#kiyaku dd ul.normalList li .normalListHeading {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
}

#kiyaku dd ul.normalList.num li {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#kiyaku dd ul.normalList.circle li {
	padding-left: 1em;
	text-indent: -1em;
}

#kiyaku dd ul.attentionTxt {
	margin-top: 10px;
}

#kiyaku dd ul.attentionTxt li {
	font-size: 12px;
	padding-left: 1em;
	text-indent: -1em;
}

#kiyaku dd ul.normalList.attention li {
	font-size: 12px;
	padding-left: .5em;
	text-indent: -.5em;
}

#kiyaku dd span {
	font-weight: bold;
}

#kiyaku dd span.headingNum {
	display: inline-block;
	padding-left: 1.6em;
	text-indent: -1.6em;
}

#kiyaku dd .box {
	padding: 10px 0;
}

#kiyaku dd p {
	font-size: 14px;
	text-align: left;
}

#deadline {
	width: 1000px;
    margin: 0 auto;
}

#deadline .subTitle {
	position: relative;
	background: #0262bb;
	margin-bottom: 16px;
	padding: 25px 0 25px 30px;
	color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
}

#deadline .informaition {
	text-align: left;
	margin-bottom: 40px;
}

#deadline .content__title {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #0262bb;
	margin: 0 0 16px;
}

#deadline .content__subtitle {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}


#deadline .tableArea {
	overflow-y: hidden !important;
}

#deadline table {
	width: 100%;
}
#deadline table img {
	width: 20px;
	position: relative;
	z-index: 1;
}
#deadline th,
#deadline td  {
	position: relative;
}
#deadline td  {
	width: 70px;
}
#deadline th .airport_period_time {
	position: absolute;
	left:0;
	right:0;
	bottom:-20px;
	margin: auto;
	z-index: 1;
	color:#999;
	font-size: 10px;
}
#deadline th .airport_period_time::after {
	content: "";
	position: absolute;
	top:20px;
	left:50%;
	border-left: dashed 1px #ccc;
	height: 100px;
}
#deadline th .airport_period_time::before {
	content: "";
	position: absolute;
	top:0;
	left:-1px;
	border-left: solid 1px #FFF;
	height: 170px;
	z-index: 0;
}
#deadline tr td.bgcolor-double {
	background-color: #ddf0ff;
}
#deadline tr td.bgcolor-triangle {
	background-color: #eaffe4;
}
#deadline tr td span.br {
	position: absolute;
    width: 360px;
    bottom: 0;
    z-index: 1;
    background-color: #eaeaea;
}
#deadline tr:nth-of-type(3) td span.br {
	position: absolute;
    width: 540px;
    bottom: 0;
    z-index: 1;
    background-color: #eaeaea;
}
#deadline tr td span.--fourbr {
    width: 434px;
}
#deadline tr:nth-of-type(3) td span.--fourbr {
    width: 579px;
}
#deadline th,
#deadline td {
  text-align: center;
}

#deadline tr:nth-of-type(1) th {
  border-top: none;
  background: #dce5eb;
}
#deadline tr:nth-of-type(1) th:nth-of-type(1) { background-color: #dce5eb; }
#deadline tr:nth-of-type(1) th:not(:last-of-type) { border-right: 1px solid #fff; }
#deadline tr:nth-of-type(1) th:nth-of-type(n+2) {
  color: #fff;
  background-color: #2b94e4;
  width: 70px;
}
#deadline tr:nth-of-type(2) th,
#deadline tr:nth-of-type(2) td { border-top: none; }
#deadline tr:nth-of-type(n+2) th {
  background: #fff;
  border-right: 1px solid #dce5eb;
  text-align: left;
}
#deadline tr:nth-of-type(n+3) th { border-top: 1px solid #dce5eb; text-align: left; }
.pcHide { display: none; }
#deadline th { padding: 12px 20px 11px; }
#deadline td { padding: 20px 0px 30px; }
#deadline tr:nth-of-type(2) td { padding: 20px 0px; }
#deadline td .br {
	margin-top: 4px;
	line-height: 1.4;
	font-size: 12px;
}
#deadline td .br {
  display: block;
}
#deadline .air th:nth-of-type(n+2),
#deadline .air td {
  width: 12%;
  text-align: center;
}
#deadline th { text-align: center; }
#deadline th .br {
  margin-bottom: 2px;
  font-weight: normal;
}
#deadline th .fontBold{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
#deadline th .pref {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  margin-left: 10%;
  text-align: left;
}
#deadline th:nth-of-type(1) { text-align: center; }
#deadline tr:nth-of-type(1) th:nth-of-type(1) { text-align: center; }
#deadline th:nth-of-type(n+2),
#deadline td { 
	text-align: center;
	width: 9%;
}
#deadline th:nth-of-type(n+2),
#deadline td {
  width: 9%;
  text-align: center;
}
#deadline .--resize{
	width: 18%;
}
#deadline .--four{
	width: 7.25%;
}
#deadline .--fourresize{
	width: 14.5%;
}
#deadline article section td img {
  width: 20px;
}
#deadline article section td.cross img {
	width: 18px;
}
#deadline article:not(#mv):not(.pay) section li img {
	width: 16px;
}
#deadline article:not(#mv):not(.pay) section li.cross img {
	width: 14px
}
#deadline article:not(#mv):not(.pay) section li.cross img {
	margin: 1px;
}
#deadline .circle {
  padding: 10px 0 0;
}
#deadline .--position{
	padding-top: 40px !important;
}
#deadline tr:hover th { background-color: #f6fafc; }
#deadline ul {
  display: inline-block;
  margin-bottom: 40px;
  padding: 16px 8px 0;
  background: #fff;
  text-align: left;
  width: 100%;
}
#deadline > article:nth-of-type(3) > section ul { border: 1px solid #dce5eb; }
#deadline ul li {
  display: block;
  margin-bottom: 2px;
  padding-left: 30px;
  text-indent: -30px
}
#deadline ul li img {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  width: 16px;
}
#deadline ul .circle {
  padding: 0;
  background-image: url(../img/usage/reserveguide/circle.png)
}
#deadline .newline{
	margin-top: 8px;
    line-height: 1.4;
    font-size: 13px;
    display: block;
}

#pageTop {
	position: fixed;
	bottom: -100px;
	right: 10px;
	transition: .3s;
}

#pageTop.disp {
	bottom: 100px;
}

#pageTop a {
	transition: .3s;
}

#pageTop a:hover {
	opacity: .7;
}

@media print, screen and (max-width: 767px) {
	
	.pc_layout {
		display: none !important;
	}
	
	.sp_layout {
		display: block !important;
	}
	
	#MainTop img {
		width: 61%;
	}
	
	#MainMidSp {
		position: relative;
	}
	
	#MainMid #MainHukidashi {
		width: 29%;
		top: 42.5%;
		right: 2px;
	}
	
	#MainMid #MainHukidashi img {
		width: 100%;
	}
	
	.btnApply {
		width: 90%;
        margin: 16px auto 24px;
	}
	
	.btnApply a {
		width: 100%;
		margin: 0 auto;
		font-size: 20px;
		padding: 8px 0;
	}

	.btnApply a:after {
		border-width: 10px 0 10px 10px;
		margin-top: -10px;
		right: 12px;
	}
	
	.btnApply:after {
		width: 100%;
	}
	
	#MainBtm {
		padding: 20px 0 25px;
	}

	#MainBtm .commentWrap{
		width: auto;		
	}
	#MainBtm .MainComment{
		margin: 0 5% 8px;
		font-size: 12px;
	}
	
	#MainBtm img {
		margin: 0 auto;
		width: 90%;
	}
		
	article section {
		padding-bottom: 0;
	}
	
	#Content h2 {
		padding: 12px 0;
		margin-bottom: 30px;
		font-size: 2.5rem;
	}
		
	#Content h2 img {
		height: 27px;
	}
	
	#Content h3 {
		padding: 15px 0 15px 15px;
		margin-bottom: 20px;
	}
	
	#Content h3 img {
		height: 21px;
	}
	
	#Content .subTitle{
		font-size: 1.8rem;
	}
	
	#Content #feature {
		width: 100%;
		padding: 50px 15px;
		box-sizing: border-box;
	}
	
	#Content #feature ul li {
		margin-top: 20px;
	}
	
	.countryList01,
	.countryList02 {
		width: 100%;
		padding: 0 15px;
	}
	
	.countryList01 {
		padding-bottom: 30px;
	}
	
	.countryList02 {
		padding-bottom: 50px;
	}
	
	.countryList01 ul li,
	.countryList02 ul li {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 4% !important;
	}
	
	.countryList01 ul li:nth-child(2n),
	.countryList02 ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	
	.countryList01 ul li.kanbai:after,
	.countryList02 ul li.kanbai:after {
		background: url(../img/kanbai_overlay_sp.png) no-repeat center center;
		background-size: 100% 100%;
	}
	
	#conditions {
		width: auto;
		padding: 30px;
		margin: 0 15px 30px;
		box-sizing: border-box;
	}
	
	#conditions table {
		display: block;
	}
	
	#conditions table tr th,
	#conditions table tr td {
		display: block;
	}
	
	
	#conditions table tr th {
		font-size: 21px;
		padding-bottom: 0;
	}
	
	#conditions table tr td {
		font-size: 16px;
		padding-left: 0;
	}
	
	#conditions table tr td:after {
		display: none;
	}

	#price .price__applyTitle{
		font-size: 1.6rem;
	}
	#price .price__applyTitle span{
		font-size: 2.4rem;
	}
	
	#kiyaku {
		width: auto;
		margin: 0 15px;
	}
	
	#kiyaku dt {
		padding: 11px 0;
	}
	
	#kiyaku dt:after {
		width: 20px;
		height: 20px;
		right: 30px;
		top: 15px;
		background-size: 20px auto;
	}
	
	#kiyaku dt.active:after {
		background-size: 20px auto;
	}
	
	#kiyaku dt img {
		height: 28px;
	}
	
	#deadline{
		width: auto;
		margin: 0 15px;
	}	

	#deadline table {
		width: 640px;
	}

	#deadline tr td span.br{
		width: 230px;
	}

	#deadline tr:nth-of-type(3) td span.br{
		width: 346px;
	}

	#deadline tr td span.--fourbr{
		width: 278px;
	}

	#deadline tr:nth-of-type(3) td span.--fourbr{
		width: 371px;
	}

	#deadline .--position{
		padding-top: 38px !important;
	}

	#deadline th .pref{
		vertical-align: top;
		width: 70%;
    	margin-left: 10%;
	}

	#deadline .newline{
		margin-top: 4px;
		font-size: 12px;
	}

	footer .btnApply {
		position: fixed;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		transition: .3s;
	}
	
	footer .btnApply.disp {
		bottom: 0;
	}
	
	footer p {
		padding-bottom: 80px;
	}
	
}

@media screen and (max-width: 479px){
}
@media screen and (max-width: 413px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
}


/*-----------------------------------------------------------------------
 floatIink
----------------------------------------------------------------------- */
body #floatIink {
	position: fixed;
	width: 100%;
	height: auto;
	max-height: 290px;
	right: 0;
	bottom: 0;
	padding: 24px 2%;
	z-index: 10000;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	box-shadow: 0 -1px 5px 0px rgba(0,0,0,0.3);
}
body #floatIink a.banner {
	width: 30%;
	max-width: 134px;
	display: inline-block;
	vertical-align: top;
}
body #floatIink a.banner:not(:nth-last-of-type(-n+1)) {
	margin: 0 12px 0 0;
}
body #floatIink a.btn {
	display: block;
	width: 360px;
	max-width: 100%;
	margin: 24px auto 0;
	padding: 15px 62px 14px 48px;
}


@media screen and (max-width: 479px) {
	body #floatIink {
		height: auto;
	}
	body #floatIink a.banner {
		display: none;
	}
	body #floatIink a.btn {
		margin: 0 auto;
		padding: 15px 3px 14px 0;
	}
}


/*-----------------------------------------------------------------------
 close settings
----------------------------------------------------------------------- */
/* font settings */
body div#MainVisual #MainMid p.closeText {
	font-size: calc(0.875rem + ((1vw - 3.2px) * 2.9579));
}
/* content settings */
body div#MainVisual,
body section#price {
	position: relative;
}
body div.close,
body div#MainVisual #MainMid p.closeText {
	position: absolute;
	margin: 0;
	padding: 0;
}
body div.close {
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
body div#MainVisual #MainMid p.closeText {
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 10;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding-top: 20%;
	letter-spacing: 0.05em;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
/* kiyaku open */
body div#kiyaku dt {
	pointer-events: none !important;
}
body div#kiyaku dt::before,
body div#kiyaku dt::after {
	display: none;
}
body div#kiyaku dd {
	display: block !important;
}

