@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#ebf8fc;}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.mark {
    background: #ffffe5;
    padding-top: 5px;
    margin-bottom: 5px;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 10% 1%;
}

.title img {
  width: 100%;
  height: auto;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
    color: #ffffff;
    background: #1d2378;
    border-bottom: 5px solid #E1C348;
    padding: .5em 1em;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

h3 {
    padding: 0.5rem;
    border: 3px solid #000;
    background: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin-top: 5%;
}

h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2em;
    font-weight: bold;
	text-align: center;
    margin: 3% 0 2%;
    color: #FF0000;
}

h4::before,
h4::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #FF0000;
}

h4::before {
	margin-right: 10px;
	transform: rotate(-35deg)
}

h4::after {
	margin-left: 10px;
	transform: rotate(35deg)
}

.introBox {
  position: relative;
  padding: 4px;
  background-image: -webkit-linear-gradient(315deg, #FF0000 0%, #ffcc00 50%, #FF0000 100%);
  background-image: linear-gradient(-225deg, #FF0000 0%, #ffcc00 50%, #FF0000 100%);
  font-size: 1.2em;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}

.introBox span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
}

.introBox span .small {
  font-size: 80%;
  color: #000;
  margin-top: 8px;
}

.introBox span .normal {
  font-weight: normal;
  color: #000;
  margin-top: 8px;
}

.introBox span .big {
  font-size: 120%;
}

.yoyakuBox {
	width: 90%;
	margin: 5%;
	font-size: 1.2em;
    line-height: 1.4;
	text-align: center;
	background: #FFF;
	padding: 3% 3% 5%;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 120%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 94%;
	margin: 3% auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 2%;
}

.yoyakuBox p {
	text-align: left;
    margin-top: 10px;
}

.attention {
	width: 94%;
	margin: 3% 2% 5% 3%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    line-height: 1.4;
}

.note {
	width: 94%;
	font-size: 1.2em;
    line-height: 1.4;
	text-align: center;
    padding: 10px;
    background: #FF0000;
    color: #FFF;
}

.message {
	width: 94%;
	margin-bottom: 4%;
	font-size: 1.2em;
    line-height: 1.4;
	text-align: center;
	background: #FFEBEB;
	padding: 3%;
	border-radius: 0.3em;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/*◆list横並び*/
.itemList2,
.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 3%;
}

.itemList2 > div,
.itemList3 > div {
	width: 100%;
    margin: 1% 0 3%;
}

.itemList2 > div img,
.itemList3 > div img {
  display: block;
  height: auto;
  width: 80%;
  margin: 0 10%;
}

.itemList4 {
	width: 100%;
	padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	/*font-size: 123.1%;*/
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}

.itemList4 > div .Btn {
  color: #fff;
  width: 94%;
  margin: 0 3%;
  text-align: center;
  background: #F60;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.itemList4 > div .Btn span {
	color: #F60;
    background: #FFFFFF;
    display: inline-block;
    padding: 1% 3%;
    margin-bottom: 2%;
}

.itemList4 > div .Btn a {
	color: #fff;
}

.itemList4 > div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList4 > div .Btn_gray {
  color: #fff;
  width: 94%;
  margin: 0 3%;
  text-align: center;
  background: #666;
  border-radius: 5px;
 padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.itemList4 > div .Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList4 > div .Btn_gray span {
	color: #000;
    background: #FFFFFF;
    display: inline-block;
    padding: 1% 3%;
    margin-bottom: 2%;
}
	
/*photoswipe*/
figure {
	position: relative;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

/*◆注意事項*/
ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li.kome,
ul.guideList li.komered {
	line-height: 1.4;
	padding-bottom: 8px;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.komered:before {
	content: '※';
    color: #FF0000;
}

ul.guideList li.no1,
ul.guideList li.no2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -2em;
    margin-left: 2em;
}

ul.guideList li.no1:before {
	content: '※1 ';
    color: #FF0000;
}

ul.guideList li.no2:before {
	content: '※2 ';
    color: #FF0000;
}

ul.guideList li span {
	color: #F00;
}

/*◆ご案内*/
	.infomation{
	width: 98%;
  margin: 0 auto;
	line-height: 1.2;
	padding:5px 10px;
	text-align: left;
	}
	
	.infomation dt{
	width: 100%;
	margin-bottom: 1%;
	font-weight: bold;
	}
		
	.infomation dd{
	width: 97%;
	margin-left: 3%;
	margin-bottom: 3%;
	}


/*◆ボタン*/
.Btn {
  color: #fff;
  width: 84%;
  margin: 5% auto 0;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 1.0em;
  font-weight: bold;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 84%;
  margin: 2% auto 0;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 1.0em;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}
#container{
  position: relative;
  z-index:1;
}

.inner {
	width: 970px;
	margin: 0 auto;
	padding: 50px 0;
}

.title img {
  width: 970px;
  height: auto;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
    color: #ffffff;
    background: #1d2378;
    border-bottom: 5px solid #e1c348;
    padding: .5em 1em;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

h3 {
    padding: 1rem 2rem;
    margin: 20px 0 10px;
    border: 3px solid #0F3568;
    background: #FFF;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
    font-weight: bold;
	text-align: center;
    margin-top: 20px;
    color: #FF0000;
}

h4::before,
h4::after {
	content: '';
	width: 2px;
	height: 40px;
	background-color: #FF0000;
}

h4::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

h4::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.introBox {
  position: relative;
  padding: 4px;
  background-image: -webkit-linear-gradient(315deg, #FF0000 0%, #ffcc00 50%, #FF0000 100%);
  background-image: linear-gradient(-225deg, #FF0000 0%, #ffcc00 50%, #FF0000 100%);
  font-size: 167%;
  font-weight: bold;
  color: #FF0000;
  text-align: center;
}

.introBox span {
  display: block;
  padding: 1rem 2rem;
  background: #fff;
}

.introBox span .small {
  font-size: 80%;
  color: #000;
  margin-top: 8px;
}

.introBox span .normal {
  font-weight: normal;
  color: #000;
  margin-top: 8px;
}

.introBox span .big {
  font-size: 160%;
}

.yoyakuBox {
	width: 750px;
	margin: 30px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}
	
.attention {
	line-height: 1.5;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.note {
	width: 970px;
	font-size: 167%;
    line-height: 1.4;
	text-align: center;
    padding: 10px;
    background: #FF0000;
    color: #FFF;
}

.message {
	width: 950px;
	margin: 0 auto 30px;
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	background: #FFEBEB;
	padding: 20px;
	border-radius: 0.5em;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 10px;
}

.itemList2 > div {
	width: 50%;
	padding: 10px;
}

.itemList2 > div img {
  display: block;
  height: auto;
  width: 70%;
  margin: 0 auto;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    margin-top: 10px;
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList3 > div img {
  display: block;
  height: auto;
  width: 100%;
}

.itemList3 > div .Btn,
.itemList3 > div .Btn_gray {
  width: 100%;
}

.itemList4 {
	width: 100%;
    padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 0 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

/*photoswipe*/
figure {
	position: relative;
	margin-bottom: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/*◆注意事項*/
ul.guideList {
	padding: 0;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
  margin-left: 1em;
  text-align: left;
}

ul.guideList li.kome,
ul.guideList li.komered {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
  margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.komered:before {
	content: '※';
    color: #FF0000;
}

ul.guideList li.no1,
ul.guideList li.no2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -2em;
    margin-left: 2em;
}

ul.guideList li.no1:before {
	content: '※1 ';
    color: #FF0000;
}

ul.guideList li.no2:before {
	content: '※2 ';
    color: #FF0000;
}

ul.guideList li span {
	color: #F00;
}

/*◆ご案内*/
	.infomation{
	width: 100%;
	line-height: 2;
  text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding:5px 10px;
	}
	
	.infomation dt{
	width: 25%;
	}
		
	.infomation dd{
	width: 75%;
	}

 .infomation dd:before {
	content: '： ';
}
	
	
	
	
/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #0066cc;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_green::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 10px auto 20px;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 100%;
  font-weight: normal;
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

/*条件から探す*/
.search_kokunaiBar{
    width: 100%;
        margin: 20px auto 0;
}
.search_kokunaiBar .serchBox{
/*
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
*/
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}

.search_kokunaiBar #pax_wrap {
    width: 600px !important;
}

.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}

}