﻿@charset "Shift_JIS";
#SecondPage{
	margin:0px 10px;
	padding:2px;
	background:#fff;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*---- PageHead ----*/
#PageHead{
	background:#fd7;
}
#PageHead h3{
	height:185px;
}
#PageHead p.BodyText{
	padding:25px 30px 35px;
	background:url(./img/title003.png) no-repeat 0 0;
	text-align:left;
	font-size:18px;
	line-height:150%;
}

/*---- ----*/
#SecondPage a{
	display:inline-block;
	padding:0 8px;
	transition:0.1s linear;
	color:#06f;
}
#SecondPage a:hover{
	transform:translate(0,-4px);
	color:#009;
}

/*---- Information ----*/
#Information{
	padding:0 30px 30px;
	background:#fd7;
}
#Information div{
	padding:35px;
	background:#fff;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
}
#Information div table{
	border-collapse:collapse;
	border:none;
	width:100%;
}
#Information div table:first-child th{
	padding:0 0 20px;
	width:120px;
	vertical-align:middle;
}
#Information div table:first-child th span{
	display:inline-block;
	border-radius:5px;
	width:120px;
	background:linear-gradient(to bottom, #44aaff 0%, #2288ff 100%);
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	color:#fff;
}
#Information div table:first-child td{
	padding:0 0 20px 10px;
	vertical-align:middle;
	font-size:20px;
	line-height:140%;
}
#Information div table:first-child td span{
	padding:0 0 0 10px;
	font-size:16px;
}
/*-- --*/
#Information div h4{
	margin:10px 0 0;
	padding:30px 0 0;
	border-top:1px dotted #333;
}
#Information div h4 > span{
	position:relative;
	display:block;
	padding:0 0 0 10px;
	border-radius:5px;
	background:linear-gradient(to bottom, #ff5588 0%, #ff3366 100%);
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
	font-size:26px;
	font-weight:bold;
	line-height:50px;
	color:#fff;
}
#Information div h4 > span span{
	position:absolute;
	top:0;
	right:10px;
	display:block;
	width:230px;
	text-shadow:none;
	font-size:16px;
	font-weight:normal;
	color:#fff;
}
#Information div h4 + table{
	margin:20px 0 0;
}
#Information div h4 + table th{
	border-bottom:2px solid #333;  
	margin:20px 0 0;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}
#Information div h4 + table td{
	border-bottom:1px dotted #ccc;
	padding:8px 5px;
	background:#fff7ff;
	vertical-align:top;
	font-size:18px;
	font-weight:normal;
	line-height:200%;
}
#Information div h4 + table tr:nth-child(2n+1) td{
	background:#eff;
}
/*#Information div h4 + table td:nth-child(2){
	text-align:center;
}*/
#Information div h4 + table td:nth-child(2) span{
	padding:0 0 0 8px;
	font-size:26px;
	font-weight:bold;
	color:#c00;
}
#Information div h4 + table td:nth-child(2) span + span{
	padding:0 0 0 2px;
	font-size:18px;
}
#Information div h4 + table td:nth-child(3){
/*	text-align:right;*/
	text-align:center;
}
#Information div p{
	margin:15px 0 0;
	text-align:right;
	font-size:16px;
	line-height:120%;
}
/*-- Explanation --*/
#Explanation{
	padding:0 0 40px;
	background:#efb;
}
#Explanation div{
	display:table;
	border-collapse:collapse;
	border:none;
}
#Explanation div p.Title{
	position:relative;
	display:table-cell;
	padding:50px 20px 5px 50px;
	width:240px;
	height:240px;
	vertical-align:middle;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	line-height:120%;
	z-index:1;
}
#Explanation div p.Title::after{
	position:absolute;
	top:50px;
	left:50px;
	content:"";
	display:block;
	border-radius:50%;
	width:240px;
	height:240px;
	background:#fff;
	box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);
	z-index:-1;
}
#Explanation div:nth-child(2) p.Title{
	padding:0 50px 0 20px;
}
#Explanation div:nth-child(2) p.Title::after{
	top:0;
	left:20px;
}
#Explanation div:nth-child(3) p.Title{
	padding:0 20px 0 50px;
	font-size:20px;
	line-height:120%;
}
#Explanation div:nth-child(3) p.Title::after{
	top:0;
}
#Explanation div p.Title span{
	display:block;
	margin:0 0 12px;
	font-size:20px;
	line-height:22px;
	color:#f36;
}
#Explanation div p.Title span:first-line{
	font-size:70px;
	font-weight:normal;
	line-height:70px;
}
#Explanation div p.BodyText{
	display:table-cell;
	padding:50px 50px 0 0;
	vertical-align:middle;
	font-size:18px;
	line-height:140%;
}
#Explanation div:nth-child(2) p.BodyText{
	padding:0 0 0 60px;
}
#Explanation div:nth-child(3) p.BodyText{
	padding:0 60px 0 0;
}
#Explanation table{
	margin:100px 60px 0;
	width:876px;
	border-collapse:separate;
	border-spacing:0 4px;
	border:none;
}
#Explanation table caption{
	border-radius:5px;
	margin:0 0 6px;
	background:#093;
	width:876px;
	text-align:left;
	text-indent:10px;
	font-size:20px;
	font-weight:bold;
	line-height:36px;
	color:#fff;
}
#Explanation table th,
#Explanation table td{
	border-radius:5px 0 0 5px;
	background:#fff;
	padding:8px 0 8px 10px;
	width:40%;
	vertical-align:top;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	line-height:130%;
}
#Explanation table td{
	border-radius:0 5px 5px 0;
	width:60%;
}
#Explanation p.Notice{
	margin:16px 60px 0;
	font-size:16px;
	font-weight:normal;
	line-height:140%;
}
#Explanation p.Notice:last-child{
	margin:6px 60px 0;
}

/*2019/02/18追加　Air_ticket*/
#Air_ticket{
	background-color: #b9cdfc;
	text-align: left;
	padding-top:50px;
	padding-bottom: 50px;
}
.Air_ticket_section{
	border-radius: 5px;
	background-color: #fff;
	margin-left:60px;
	margin-right: 60px;
	padding: 30px 0;
}
.Air_ticket_section h3{
    margin-left: 25px;
}
.flex_title{
	border-left:8px solid #1b60fc;
	color: #1b60fc;
	font-size:20px;
	padding-left: 10px;
	font-weight: bold;
    margin-left: 30px;
	margin-bottom: 10px;
}
.ticket_list{
	font-size:15px;
	margin-left:50px;
	margin-right:10px;
}
.red_boder{
	border: 8px solid red;
	margin: 30px;
    padding: 20px;
}
.red_text{
		color: red;
}
.ticket_list,.red_text{
    padding-left:1em;
    text-indent:-1em;
}
/*20191003追加　修正*/
#Information div h4 + table .text_discount{
	font-size: 20px !important;
	color: #333 !important;
	display: inline-block;
	width: 4.5em;
	text-align: left;
	margin-left: 55px;
}
.text_yoyaku{
	display: inline-block;
	width:6.5em;
	text-align: left;
}
br.br_pc_none{
	display: none;
}

