@charset "UTF-8";
/* general */
.clearfix:before,
.clearfix:after {
content: '';
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}

.fl{
float: left;
}
.fr{
float: right;
}

.sp-only{
  display: none;
}


.galaxy .res-wrap-contents{
  background: none;
}
.galaxy .res-inner-contents{
  padding-top: 0;
}

#wrap-container{
padding-bottom: 100px;
}

.galaxy .list-text{
  padding-left: 20px;
  text-align: left;
  text-indent: -15px;
  word-break: break-all;
}
.galaxy .list-text .title{
  font-size: 115%;
  font-weight: bold;
}
.galaxy .list-text .red{
  color: #ff3c00!important;
	font-weight: bold;
}
.galaxy .list-text.tab35{
  padding-left: 35px;
  text-align: left;
  text-indent: -35px;
}
.galaxy .list-text li.mgb40,
.galaxy .list-text.mgb40{
  margin-bottom: 40px;
}

.galaxy .text{
  text-align: left;
}
.galaxy .text-title{
  font-size: 115%;
  font-weight: bold;
  text-align: left;
}

.galaxy .mb35{
	margin-bottom: 35px;
}
.galaxy .mb20{
	margin-bottom: 20px;
}
.galaxy .mb30{
	margin-bottom: 30px;
}
.galaxy .mb40{
	margin-bottom: 40px;
}

/* galaxy */
body{
  background-color: #000;
}
.bgSpace {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1
}

.bgSpace__item {
  position: absolute;
  top: 0;
  left: 0
}

/* header */
.galaxy .header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background:#000;
  border-bottom: 1px solid #0b318f;
}
.galaxy .innerHeader{
  max-width: 950px;
  margin: 0 auto;
  color: #fff;
  font-size: 86%;
}

.galaxy .logo{
 padding: 20px 0 20px 10px;
}
.galaxy .logo li{
  display: inline-block;
}

.galaxy .navigation{
  margin-right: 40px;
}
.galaxy .navigation li{
  position: relative;
  height: 100%;
  display: inline-block;
  border-bottom: 5px solid transparent;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.galaxy .navigation li a{
  display: block;
  padding: 15px 35px 20px 15px;
  text-decoration: none;
  color: #fff;
}
.galaxy .navigation li.sp-only {
  display: none;
}
.galaxy .navigation li a:before{
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: url(/domestic/promotions/galaxy/images/arrow_down.png) no-repeat;
  content: "";
}
.galaxy .navigation li:after{
  content : "";
  position: absolute;
  top : 15px;
  right : -3px;
  height : 60%;
  width : 1px;
  border-right: 1px solid #808080;
}
.galaxy .navigation li span.single-line {
  display: block;
  padding-top: 8px;
}
.galaxy .navigation li:hover{
  border-bottom: 5px solid #0b318f;
}

.galaxy .button{
  padding: 20px 25px 15px 0;
}

.galaxy .footer-inner .button{
	padding: 0;
}

.galaxy .footer-inner .sns li{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}

.galaxy .button li{
  display: inline-block;
  vertical-align: middle;
}
.galaxy .btn-text{
  position: relative;
  margin-right: 5px;
  background-color: #f07100;
}
/*
.galaxy .btn-text:after{
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 2px;
  width: 10px;
  height: 10px;
  background: url(/domestic/promotions/galaxy/images/arrow_left.png) no-repeat;
  content: "";
}
*/
.galaxy .btn-text a{
  display: block;
  padding: 4px 20px 4px 10px;
  color: #fff;
  text-decoration: none;
}

/* main-visual */
.galaxy .main-visual{
  position: relative;
}
.galaxy .main-visual-img{
/*  max-width: 1920px;*/
  margin: 0 auto;
/*	background: url(/domestic/promotions/galaxy/images/mv_bg.jpg)no-repeat;
	background-position: center -75px;*/
}
.galaxy .main-visual-text{
/*  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background: url(/domestic/promotions/galaxy/images/main_bg.png);*/
  display:none;
}
/*.galaxy .main-visual-text p{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 143%;
  color: #fff;
}
.galaxy .main-visual-text p span{
  font-size: 130%;
  font-weight: bold;
}*/

/* block 01 */
.galaxy .blk_01{
  max-width: 890px;
  margin: 0 auto 60px;
  padding-top: 40px;
  text-align: center;
  color: #fff;
}
.galaxy .blk_01 h2{
  margin-bottom: 55px;
}
.galaxy .blk_01 .summary{
  margin: 0 auto 70px auto
}

.galaxy .blk_01 .box{
  position: relative;
  width: 690px;
  margin: 0 auto 50px auto;
  padding: 20px;
  border: 1px solid #cfcfcf;
  font-size: 158%;
  text-align: center;
}
.galaxy .blk_01 .box:after{
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 49%;
  width: 23px;
  height: 14px;
  background: url(/domestic/promotions/galaxy/images/arrow_down_black.jpg)no-repeat;
  content: "";
}
.galaxy .blk_01 .compare{
  margin-bottom: 45px;
	background: rgba(255,255,255,.15);
}
.galaxy .blk_01 .compare-text{
  margin: 0 0 38px 0;
}
.galaxy .blk_01 .text{
  margin: 0 0 45px 0;
  text-align: center;
}
.galaxy .blk_01 .banner{
  margin-left: -31px;
}

/* block 02 */
.galaxy .blk_02{
  max-width: 890px;
  margin: 0 auto 60px;
  text-align: center;
  color: #fff;
}
.galaxy .blk_02 h2{
  margin-bottom: 40px;
}
.galaxy .blk_02 table{
  width: 100%;
  margin: 0 auto 30px auto;
}
.galaxy .blk_02 th{
  padding: 15px 0;
  background-color: #fff;
  border-right: 1px solid #fff;
  text-align: center;
  font-size: 143%;
  color: #0b318f;
}
.galaxy .blk_02 th span:after{
  display: inline-block;
  position: relative;
  top: 3px;
  left: -7px;
  width: 28px;
  height: 22px;
  background: url(/domestic/promotions/galaxy/images/icon01.png)no-repeat;
  background-size: 28px 22px;
  content: "";
}
.galaxy .blk_02 th:nth-child(odd) {
  border-right: 1px solid #000;
}
.galaxy .blk_02 th:nth-child(even) {
  border-left: 1px solid #000;
}
.galaxy .blk_02 td{
  padding: 20px 0;
  text-align: center;
  font-size: 143%;
  border: 1px solid #fff;
}
.galaxy .blk_02 td span{
  font-size: 120%;
  font-weight: bold;
  color: #00acee;
}

/* block 03 */
.galaxy .blk_03{
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.d_calendar {
	color: #000;
}
.galaxy .blk_03{
  padding-top: 0px;
}
.galaxy .blk_03 h2{
  margin-bottom: 60px;
}
.galaxy .blk_03 .anchor{
  width: 100%;
  margin: 0 auto 60px auto;
}
.galaxy .blk_03 .anchor li a{
  display: block;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
}
.galaxy .blk_03 .anchor li{
	display: inline-block;
  width: 32.2%;
  background: url(/domestic/promotions/galaxy/images/arrow_down_blue.png) no-repeat #fff;
  background-position: 95% 45%;
  font-size: 143%;
  color: #0b318f;
  cursor: pointer;
}
.galaxy .blk_03 .anchor li{
  margin: 0 0.5%;
}
.galaxy .blk_03 .anchor li:first-child{
  margin-left: 0;
}
.galaxy .blk_03 .anchor li:last-child{
  margin-right: 0;
}
.galaxy .blk_03 .anchor li:hover{
  box-shadow: 0px 0px 50px 5px rgba(253,253,253,0.5);
}
.galaxy .blk_03 h3{
  margin: 0 auto 30px auto;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 4px solid #00acee;
  font-size: 172%;
  font-weight: bold;
  color: #0b318f;
}

.galaxy .blk_03 .reservation{
  margin-bottom: 0;
}
.galaxy .blk_03 .reservation .tab{
  width: 90%;
  margin: 0 auto;
  border-bottom: 2px solid #0099ff;
}
.galaxy .blk_03 .reservation .tab li{
  position: relative;
  display: inline-block;
  width: 47%;
  padding: 12px 26px 12px 12px;
  background-color: #eee;
  font-size: 129%;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.galaxy .blk_03 .moduleTab h2{
  margin-bottom: 0;
}

.galaxy .blk_03 .reservation .tab li.selected{
  background-color: #0099ff;
  color: #fff;
}
.galaxy .blk_03 .reservation .tab li:after{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 13px;
  height: 9px;
  background: url(/domestic/promotions/galaxy/images/arrow_down_black01.png) no-repeat;
  content: "";
}
.galaxy .blk_03 .reservation .tab li.selected:after{
  background: url(/domestic/promotions/galaxy/images/arrow_down01.png) no-repeat;
}
.galaxy .blk_03 .reservation .tab-content{
  margin-bottom: 60px;
}
.galaxy .blk_03 .reservation .tab-content div{
  width: 90%;
  margin: 0 auto;
  display: none;
}
.galaxy .blk_03 .reservation .tab-content div.selected {
  display: block;
}

.galaxy .blk_03 h4{
  width: 100%;
  margin: 0 auto 30px auto;
  padding-bottom: 10px;
  text-align: left;
  font-size: 143%;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.galaxy .blk_03 .premium .img-box{
  margin-bottom: 30px;
}
.galaxy .blk_03 .premium .img-box .img{
  width: 12.2%;
}
.galaxy .blk_03 .premium .img-box .text{
  width: 100%;
  text-align: left;
}
.galaxy .blk_03 .premium table{
  width: 100%;
  margin: 0 auto 30px auto;
}
.galaxy .blk_03 .premium table th{
  font-weight: bold;
}
.galaxy .blk_03 .premium table th,
.galaxy .blk_03 .premium table td{
  padding: 20px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: center;
}
.galaxy .blk_03 .premium th.bg-blue{
  background-color: #004ea2;
}
.galaxy .blk_03 .premium .bg-blue td{
  background: rgba(0,78,162,0.8);
}
.galaxy .blk_03 .premium .bg-blue01 th{
  background-color: #004ea2;
}
.galaxy .blk_03 .premium .bg-blue01 td{
  background: rgba(0,78,162,0.8);
}
.galaxy .blk_03 .premium td{
  background: rgba(0,78,162,0.8);
}

.galaxy .blk_03 .premium .information{
  margin-bottom: 40px;
}
.galaxy .blk_03 .premium .information .title{
      position: relative;
    padding: 20px 20px 20px 130px;
    border-bottom: 3px solid #004c7f;
    background: url(/domestic/promotions/galaxy/images/icon02.png) no-repeat #0099ff;
    background-position: 20px 20px;
    text-align: left;
    font-size: 143%;
    font-weight: bold;
}
.galaxy .blk_03 .premium .information .title:before{
  content: "";
    position: absolute;
    top: 15%;
    left: 108px;
    height: 70%;
    width: 1px;
    border-right: 1px solid #ccc;
}
.galaxy .blk_03 .premium .information .content{
  padding: 30px;
  background: rgba(255,255,255,.15);
}
.galaxy .blk_03 .premium .information .subtitle1{
	text-decoration: underline;
	text-align: left;
	margin-top: -10px;
	margin-bottom: 10px;
}
/*.galaxy .blk_03 .premium .information .content .content-left{
  width: 47%;
  float: left;
}
.galaxy .blk_03 .premium .information .content .content-right{
  width: 50%;
  float: right;
  text-align: right;
}*/

.galaxy .blk_03 .premium .information .subtitle2{
	text-decoration:underline;
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
	clear:both;
}	

.galaxy .blk_03 .anchor-box{
  margin-bottom: 30px;
}
.galaxy .blk_03 .anchor-box a{
  display: block;
  width: 49%;
}
.galaxy .blk_03 .anchor-box a.fl{
  text-align: left;
}
.galaxy .blk_03 .anchor-box a.fr{
  text-align: right;
}

.galaxy .blk_03 .boarding{
  margin-bottom: 40px;
}

.galaxy .blk_03 .connecting{
  margin-bottom: 40px;
}
.galaxy .blk_03 .connecting .content{
  padding: 40px 20px;
  background: rgba(255,255,255,0.15);
}
.galaxy .blk_03 .connecting .border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.galaxy .blk_03 .note .content div{
  min-height: 175px;
  width: 32%;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
}
.galaxy .blk_03 .note .content div{
/*  border-right: 1px solid #808080;*/
    background: rgba(255,255,255,0.15);
	padding: 20px;
	width: 48.3%;
	min-height: 239px;
	margin-bottom: 20px;
	margin-right:20px;
}
.galaxy .blk_03 .note .content div:nth-child(even){
	margin-right: 0px;
}

.galaxy .blk_03 .note .text-title{
  margin-bottom: 25px;
  text-align: center;
}

/* footer */
.galaxy footer {
  border-top: 4px solid #0b318f;
  position: relative;
}
.galaxy .footer-inner{
  max-width: 890px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #000;
}


.btn_hOrg{
    padding: 10px 20px 10px 10px;
    border: none;
    background: #ec7309;
    color: #fff;
  }

.desc{
	font-size: 128.6%;
	margin-bottom: 21px;
	padding: 0 10px;
}

.btnCheck{
    padding: 0 40px;
}

.btnCheck{
	width: 360px;
	display: block!important;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 145%;
    background: #ec7309!important;
    border-radius: 5px!important;
    padding: 12px 0!important;
	margin: 0 auto!important;
	position: relative;
	border: none;
	font-weight: bold;
}

.btnCheck:after{
	content: " ";
	width: 11px;
	height: 16px;
	background: url(/domestic/promotions/galaxy/images/arrow_right_01.png);
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 19px;
}

.btnCheck.blank{
	margin-bottom: 7px!important;
}

#blk_03 a{
	color: #00acee;
}

.galaxy .blk_03 .premium .bg-gray td{
	background: rgba(253,253,253,.15);
}

.res-indent-block li{
	text-align: left;
}

.plain_h {
	overflow: hidden;
    padding: 15px 30px;
    background: #0c3190;
    display: table;
    width: 100%;
}


.plain_logo{
	float: left;
    background: #0c3190;
    padding-right: 30px;
    border-right: 1px solid #fff;
}

.plain_title{
	float: left;
    font-size: 142.9%;
    text-align: left;
    padding-left: 25px;
    vertical-align: middle;
	font-weight: bold;
	position: relative;
}

.plain_title:before{
	content: "";
    width: 1px;
    height: 110%;
    background: #fff;
    position: absolute;
    left: 10px;
}


.dataPlain table{
	width: 100%;
}

.dataPlain table th{
	text-align: center;
	vertical-align: middle;
	color: #0b318f;
	background: #fff;
	padding: 15px 0;
	width: 16.66%;
	border: 1px solid #000;
	border-collapse: collapse;
	border-top: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	font-size: 145%;
	border-bottom: none!important;
}

.plain_desc{
	font-size: 114.3%;
}


.plain_dis,
.plain_dis a span{
	color: #aaa!important;
	text-decoration: none;
	font-weight: bold;
}

.datas td{
	border: 1px solid #fff;
	border-collapse: collapse;
}

.datas td a{
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	padding: 19px 0;
	position: relative;
	font-weight: bold;
}


.datas td a:after{
	width: 8px;
	height: 13px;
	content: " ";
	background: url(/domestic/promotions/galaxy/images/arrow_right.png);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	margin: auto 0;
}


.datas td a:hover{
	background: rgba(255,255,255,.25);
}

.dataPlain dl dd a span.price {
	display: block;
}


.dataPlain dl dd a{
	text-decoration: none;
	display: block;
	position: relative;
	padding: 10px 5%;
}

.text {
	font-size: 100%;
}

.text02 {
	font-size: 142%;
}
.dataPlain dl dd a:after{
	content: " ";
	background: url(/domestic/promotions/galaxy/images/arrow_right_sp.png)no-repeat;
	background-size: cover;
	width: 6px;
	height: 9px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
}

.dataPlain dl dd a.dis:after{
	background: none;
}


.dataPlain dl dd a .dest,
.dataPlain dl dd a .range{
	color: #fff;
}

.datas td a span.price,
.dataPlain dl dd a span.price {
  color: #00acee;
  font-size: 137.5%;
  font-weight: bold;
}
.datas td a span.range {
	color: #fff;
	font-size: 115%;
}

.datas td a span.sign {
	font-size: 114.3%;
}

.mt00{
	margin-top: 0!important;
}

.mb00{
	margin-bottom:0!important;
	padding-bottom: 0!important;
}

.dataPlain dl{
	text-align: left;
    margin: 0 1px 15px;
}

.dataPlain dt{
	background: #fff;
    text-align: left;
    padding: 10px 5% 1%;
}

.dataPlain dt img{ 
	width: 21%;
}


.dataPlain dd{ 
	border: 1px solid #fff;
    border-top: none;
}



.galaxy .txtList{
  background: rgba(255,255,255,.15)!important;
	box-sizing: border-box;
	padding: 20px;
}

.flightul{
	margin-top:40px;
}

.flightLink{
	display: block;
	font-size: 114%;
	color:#000;
	background-color:#fff;
	padding:10px 0;
	font-weight:bold;
}

.flightLink.link1{
	padding-bottom:0;
}

.flightLink.link2{
	padding-top:0;
}
.flightLink a{
	    color: #00aaec;
    font-weight: bold;
    border-bottom: 1px solid #00aaec;
    position: relative;
    text-decoration: none;
    display: block;
}

.flightLink span{
    box-sizing: border-box;
    padding-bottom: 4px;
    width: auto;
    display: inline-block;
    text-align: left;
    margin-left:2px;
}

.detail {
 padding: 31px 20px 20px;
  border-radius: 6px;
  background-color: #fff;
}

.ptt{
	position: absolute;
	top: -67px;
}

@media (max-width: 570px) and (min-width: 0px){
	
	#module-domtour-wrapper.res-sp-none {
    	display: block!important;
	}
	
	.res-btn-link.type-01{
		margin-top: 7px;
	}
	
	.premium{
		margin-top: 20px!important;
	}
	
	 .galaxy .blk_03 .premium .img-box .img{
    width: 30%;
  }
  .galaxy .blk_03 .premium .img-box .text{
    padding-left: 0;
    width: auto;
    font-size: 90%;
  }
	
.dataPlain .plain_h {
    background: url(/domestic/promotions/galaxy/images/air_sp.png),#0c3190;
    background-repeat: no-repeat;
    background-position: 17px 52%;
    background-size: 31px;
    padding: 15px 10px 15px 57px;
}
.detail {
    padding: 26px 15px 15px;
}
.detail .detail-ttl {
  text-align: center;
}
}


@media (min-width: 0px) and (max-width: 800px) {
	
	.d_moduleLarge .d_widthLimit{
		width: 100%!important;
	}
	
.detail .detail-ttl {
    height: auto !important;
  }
}

.tab-only{
		display: none;
	}

.detail .detail-ttl span {
  display: inline-block;
  vertical-align: middle;
}

.detail .detail-ttl .prefectures {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
	color: #000;
}

.detail .detail-ttl .terminal {
  font-size: 14px;
	color: #000;
}

.detail .detail-ttl .stay-days {
  color: #009;
  font-size: 24px;
  font-weight: bold;
}

.detail .price {
  text-align: center;
}

.detail .price .minp {
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 800px) {
  .detail .price .minp {
    height: auto !important;
  }
}

.detail .price .minp li {
  padding-left: 95px;
  background-repeat: no-repeat;
  background-position: 0 65%;
  line-height: 1.1;
}

.detail .price .minp li.tabisaku_price {
  padding-left: 75px;
  background-image: url(/domestic/promotions/galaxy/images/ana.png);
  background-position: 0 50%;
}

@media (min-width: 0px) and (max-width: 800px) {
  .detail .price .minp li.tabisaku_price {
    padding-bottom: 10px;
    background-position: 0 0;
  }
}

@media (min-width: 320px) and (max-width: 380px) {
	
	.chk form{
		margin: 16px 0!important;
	}
	
	.chk .btnStyle01{
	font-size: 90%;
}
	
	.img-box .premiumText img{
		margin-bottom: 40px;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	
	.img-box .premiumText img{
		margin-bottom: 40px;
	}
	
	.flightSched {
    margin: 9px 0 140px 0!important;
}
	
 .detail .price .minp li {
    padding-left: 60px;
    background-size: 56px;
  }
	.flightSched {
    margin: 9px 0 115px 0;
}
}
.detail .price .minp li .priceWrap {
  color: #f00;
  font-size: 0;
  font-weight: bold;
  font-style: italic;
}
.detail .price .minp li .priceWrap span {
  display: inline-block;
  font-style: italic;
}
.detail .price .minp li .priceWrap span.price {
  font-size: 54px;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: -1px;
}

@media (min-width: 0px) and (max-width: 800px) {
 .detail .price .minp li .priceWrap span.price {
    font-size: 40px;
  }
}
.detail .price .minp li .priceWrap span.yenTxt {
  margin-left: 10px;
  font-size: 22px;
  font-style: normal;
}
.detail .order {
  color: #333;
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 800px) {
 .detail .order {
    height: auto !important;
	 font-size: 90%;
  }
}
.detail .form {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 20px;
}

.detail .form .subBtn {
  display: table-cell;
  vertical-align: bottom;
}

.detail .form .ninz {
  width: 100px;
	display: table-cell;
}

.detail .form .ninz select {
 padding: 10px 39px 11px 16px;
  border-radius: 6px;
  border: 1px solid #cbcbcb;
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  background: url(/domestic/promotions/galaxy/images/arrow_btm_blue.png) no-repeat 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ie .detail .form .ninz select {
  padding: 10px 16px;
  background: none;
}

.detail .form .ninz select::-ms-expand {
  display: none;
}

.detail .form .subBtn {
  width: 100%;
  padding-left: 11px;
	font-size: 20px;
}

.detail .form .subBtn button {
 display: block;
  width: 100%;
  padding: 6.5px 1em;
  color: #fff;
  font-family: "メイリオ",Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,"ヒラギノ角ゴ ProN W3","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Lucida Grande","Lucida Sans","Lucida Sans Unicode","Trebuchet MS","ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
  text-align: center;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  background-color: #ec7309;
  width: 100%;
  border: none;
	font-size: 20px;
}

.detail .form .subBtn button:hover {
  background-color: #bb5b07;
}

.plan {
	background-color: #fff!important;
}

.moduleTabContents {
	text-align: left;
}

.d_moduleContents{
	color: #000;
}

.pb25{
	padding-bottom: 25px;
}

.mboxDefault{
	display: none;
}

#module-domtour-wrapper{
	margin-top: 0!important;
}

.res-switching-tab li a{
	color: #012f64!important;
}
.res-switching-tab li.selected a{
	color: #fff!important;
}

.banner1{
	margin-bottom:10px;
}

.banner2{
	margin-bottom:30px;
}

.bannerAna a{
	display: inline-block;
	border: 1px solid #fff;
}

.bannerAna a img{
	width: 100%;
}
.nhinfo{
	clear: both;
    text-align: left;
    padding-top: 10px;
}
	
.dataPlain  table tr th:last-child{
	border-right: 1px solid #fff;
}

.blk_02 .list-text{
	margin-bottom: 40px;
}

.blk_02 .list-text.mgb0{
	margin-bottom: 0;
}

.recommend{
	margin-bottom: 60px;
}

.wrapInner{
	/*max-width: 950px;*/
	margin: 0 auto;
	/*text-align: right;*/
	overflow: hidden;
	/*padding: 0 15px;*/
	position:relative;
	height: 560px;
}

.flightSched{
	margin: 38px -40px 175px 0;
}

.flightType{
	margin-bottom: 95px;
}

.noBg{
	background: none!important;
}

.res-switching-tab-area{
margin: 0px!important;
}

.d_clearButton{
	z-index: 0!important;
}

.res-indent-block{
		margin-bottom: 25px!important;
}

.schedule{
	padding-bottom: 30px;
}

.btnHdr{
	border-radius: 0!important;
}

.note{
	margin-bottom: 40px;
}

.res-switching-tab li a{
	background: #fff;
}

.d_moduleMain{
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding: 25px 0!important;
	background: #fff;
}

.res-switching-tab li{
	cursor: pointer;
	-webkit-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	background: #e2e8f7;
	border: 1px solid #c6cfe4;
}
.res-switching-tab li:first-child {
	-webkit-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0;
	border-radius: 3px 0 0;
}
.res-switching-tab li:first-child a,
.res-switching-tab li a{
	position: relative;
	border-radius: none;
	border: none !important;
	background: none!important;
}
.res-switching-tab li a:after{
	position: absolute;
	top: 50%;
	right: 20px;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	margin-top: -4px;
	margin-right: -4px;
	border-top: 3px solid #002a65;
	border-right: 3px solid #002a65;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.res-switching-tab li.selected{
	background: #012f64;
	border-color: #012f64;
}
.res-switching-tab li.selected a{
	background: none!important;
}
.res-switching-tab li.selected a:after{
	content: none;
}

.hotelBtn{
	max-width: 980px;
	margin: 0 auto;
}

.anaHotel{
	 text-align: right;
    width: 49%;
    background: url(/domestic/promotions/galaxy/images/bg_hotel_190524.jpg)no-repeat;
    background-size: 100%;
    min-height: 159px;
    position: relative;
    padding: 15px 20px 0 0;
}

.anaHotel ul{
    width: 60%;
	float: right;
}
.hotel01{
	margin-bottom: 15px;
}

.anaHotel a{
	width: 100%!important;
}

.btnStyle01{
	background: #f07100;
	padding: 2px 10px;
	color: #fff;
	border: none;
	font-size: 133%;
}

.moduleTab{
	margin-bottom: 0;
	padding-bottom: 0;
}

.module02parent{
	background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.plain_h {
    background: url(/domestic/promotions/galaxy/images/air_sp.png),#0c3190;
    background-repeat: no-repeat;
    background-position: 2% 37%;
    background-size: 3%;
    padding: 15px 10px 15px 57px;
}

.mb50{
	margin-bottom: 50px;
}

.moduleTab{
	padding-bottom: 0!important;
}

.premiumText{
	font-size: 142%
}

.premium{
	margin-top: 50px!important;
}

.img-box .premiumText img{
	width: auto;
	margin-right: 20px;
}

.d_moduleArea{
	margin: 0 10px!important;
}


.chk form{
	margin: 14px 0;
	font-size: 90%;
	padding: 3px 0;
}

@media (min-width: 951px) {
	.monthTabContents{
		width: 890px!important;
		margin: 0 auto!important;
	}
}

@media (max-width: 950px) {
	
	.galaxy .footer-inner{
		max-width: 100%;
		padding: 20px 10px;
	}
	
	.galaxy .navigation li a{
	  padding: 15px 35px 20px 35px;
	}
	
	.galaxy .header{
		border-bottom: none;
	}
	
	.flightSched{
		margin: 35px -40px 265px 0;
	}
	
	.btnOrg{
		padding: 0 10px;
	}
	
	.contents-1col #contents .res-contents{
		margin-left: 0;
		margin-right: 0;
	}
	
	.galaxy .blk_01{
		max-width: none;
	}
	
	.galaxy .blk_02{
		     max-width: none; 
    margin: 0 10px 60px;
	}
	
	.galaxy .blk_03{
		margin: 0 10px;
		max-width: none;
	}
	
	.galaxy .main-visual-img{
/*		    background: url(/domestic/promotions/galaxy/images/mv_bg_sp.jpg)no-repeat;
		background-position: center center;
    background-size: cover;*/
	}
	
	.tab-only{
		display: block !important;
	}
	.button{
		display: none;
	}
	
	.galaxy .sp-menu {
    width: 18px;
    height: 18px;
    margin: 24px 10px;
  }
  .galaxy .sp-menu img{
    width: 100%;
    height: auto;
  }
  .galaxy .navigation{
    clear: both;
    float: none;
    display: none;
    margin: 0;
    padding: 5px 0 20px;
    border-top: 1px solid #666;
    position: absolute;
    width: 100%;
    background: #000;
    top: 60px;
  }
  .galaxy .navigation li{
    display: block;
    padding: 0 10px 0 0;
    min-height: auto;
    border: 0;
    font-size: 94%;
  }
  .galaxy .navigation li.sp-only {
    display: block;
  }
  .galaxy .navigation li a:before{
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .galaxy .navigation li:after{
    border-right: 0;
  }
  .galaxy .navigation li:hover{
    border : 0;
  }
  .galaxy .navigation li.hmb_btn:before,
  .galaxy .navigation li.hmb_sub:before{
    background: none;
  }
  .galaxy .btn-text{
    margin: 0;
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .galaxy .btn-text a{
    padding: 10px 20px 10px 10px;
    text-align: center
  }
  .galaxy .navigation li.hmb_sub{
    padding: 0 10px 15px 20px;
  }
  .galaxy .navigation li.hmb_sub ul{
    border-left: 1px solid #b3b3b3;
  }
  .galaxy .navigation li.hmb_sub ul li{
    padding-top: 5px;
  }
  .galaxy .navigation li.hmb_sub ul li:last-child{
    padding-bottom: 0;
  }
  .galaxy .navigation li.hmb_sub ul li:before{
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .galaxy .menu-overlay {
    display: none;
    background: rgba(25,25,25,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .galaxy .hmb_close{
    content: url('/domestic/promotions/galaxy/images/hamburger_menu_close.png');
  }
	
	.chk .btnStyle01{
		font-size: 100% !important;
		padding: 5px 10px;
	}
	.chk form {
		margin: 17px 0;
	}
}


@media (max-width: 767px){
	
	
  /* general */
	
	.res-pagetop-box .res-wrap-inner{
		text-align: center;
	}
	
	.anaHotel{
    padding: 15px 15px 0 0;
}
	
	.text{
		font-size: 100%;
	}
	
	.pd15{
		padding: 0 15px;
	}
	.btnVacant{
		width: 90%!important;
	}
	
	.note{
		margin-bottom: 0;
	}
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  
  img{
    width: 100%;
  }
	
	.galaxy .blk_03 .note .content div{
		width: inherit;
	}
  
  .galaxy .list-text{
    margin: 0 0 3% 0;
    padding: 10px 5px;
    text-indent: -10px;
    font-size: 90%;
  }
  .galaxy .list-text .title{
    font-size: 100%;
  }
  .galaxy .list-text.tab35{
    margin: 0;
    padding-left: 20px;
    text-indent: -20px;
  }
  .galaxy .list-text li.mgb40,
  .galaxy .list-text.mgb40{
    margin-bottom: 20px;
  }
  
  .galaxy .text{
    font-size: 90%;
  }
  .galaxy .text-title{
    font-size: 100%;
  }

  .galaxy .mb35{
    margin-bottom: 17px;
  }
  .galaxy .mb20{
    margin-bottom: 10px;
  }
  .galaxy .mb30{
    margin-bottom: 15px;
  }
  .galaxy .mb40{
    margin-bottom: 20px;
  }
  
  /* header */
  .galaxy .header{
    background: #000;
    border-bottom: none;
  }
  .galaxy .innerHeader{
    width: 100%;
  }
  .galaxy .logo{
    padding: 20px 0 21px 10px;
  }
	
  /* main-visual */
/*  .galaxy .main-visual-img{
    width: 100%;
  }*/
/*  .galaxy .main-visual-text{
    position: relative;
    padding: 10px 0;
	display:none;
  }
  .galaxy .main-visual-text p{
    width: 100%;
    font-size: 100%;
  }
  .galaxy .main-visual-text p span{
    font-size: 142%;
  }*/

  /* block 01 */
  .galaxy .blk_01{
    padding-top: 30px;
  }
  .galaxy .blk_01 h2{
    margin: 0 5% 25px 5%;
  }
  .galaxy .blk_01 .summary{
    margin: 0 5% 25px 5%;
  }
  .galaxy .blk_01 .box{
    width: 80%;
    margin: 0 auto 25px auto;
    padding: 10px;
    font-size: 75%;
  }
  .galaxy .blk_01 .compare{
    margin-bottom: 20px;
  }
  .galaxy .blk_01 .compare-text{
    margin: 0 5% 20px 5%;
  }
  .galaxy .blk_01 .text{
    margin: 0 12% 30px 12%;
    font-size: 90%;
  }
  .galaxy .blk_01 .banner{
    margin: 0 5% 0 5%
  }

  /* block 02 */ 
  .galaxy .blk_02{
    padding-top: 20px;
  }
  .galaxy .blk_02 h2{
    margin: 0 5% 30px 5%;
  }
  .tableParent{
    width: 100%;
  }
  .galaxy .blk_02 table.sp-only{
    display: table;
    width: 100%;
  }
  .galaxy .blk_02 tr{
    width: 100%;
  }
  .galaxy .blk_02 td,
  .galaxy .blk_02 th{
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 100%;
  }
  .galaxy .blk_02 th:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .galaxy .blk_02 th:nth-child(even) {
    border-left: 1px solid #fff;
  }
  .galaxy .blk_02 th span:after{
    top: 1px;
    left: -5px;
    width: 14px;
    height: 12px;
    background-size: 14px 12px;
  }
  .galaxy .blk_02 td span{
    font-size: 100%;
  }

  /* block 03 */
  .galaxy .blk_03{
    padding-top: 30px;
  }
  .galaxy .blk_03 h2{
    margin: 0 10px 25px 10px;
  }
  .galaxy .blk_03 h3{
    margin-bottom: 20px;
    padding: 7px 10px;
    font-size: 100%;
  }
  .galaxy .blk_03 h3:before{
    left: -5px;
    height: 22px;
    border-right: 6px solid #0b318f;
  }

  .galaxy .blk_03 .moduleTab{
    margin: 20px 0;
  }
  
  .galaxy .blk_03 .reservation{
    margin-bottom: 40px;
  }
  .galaxy .blk_03 .reservation .tab{
    width: 90%;
  }
  .galaxy .blk_03 .reservation .tab li{
    padding: 8px 8px 18px 8px;
    font-size: 75%;
  }
  .galaxy .blk_03 .reservation .tab li.selected:after,
  .galaxy .blk_03 .reservation .tab li:after{
    top: initial;
    bottom: 0;
    right: 50%;
    margin-right: -7px;
    background-size: 100%;
  }
  .galaxy .blk_03 .reservation .tab-content{
    margin-bottom: 25px;
  }
  .galaxy .blk_03 .reservation .tab-content div{
    width: 90%;
  }
  
  .galaxy .blk_03 h4{
    margin-bottom:20px;
    padding-bottom: 5px;
    font-size: 100%;
	 width: inherit;
  }

  .galaxy .blk_03 .premium .img-box{
    margin-bottom: 20px;
  }
   .blk_03 .premium .img-box .img{
    width: 15%;
  }
   .blk_03 .premium .img-box .text{
    padding-left: 0;
    width: 85%;
    font-size: 90%;
  }
  
  .galaxy .blk_03 table.sp-only {
    display: table;
  }
  .galaxy .blk_03 .premium table th{
    padding: 10px;
    font-size: 100%;
  }
  .galaxy .blk_03 .premium table td{
    padding: 10px;
    font-size: 90%;
  }
  .galaxy .blk_03 .premium table td{
    text-align: left;
  }
  .galaxy .blk_03 .premium td:last-child{
    background: rgba(255,255,255,0.20);
  }

  .galaxy .blk_03 .premium .information{
    margin-bottom:25px;
  }
  .galaxy .blk_03 .premium .information .title{
    min-height: 60px;
    padding: 18px 10px 10px 30%;
    background-size: 65px;
    background-position: 5% 50%;
    font-size: 100%;
    font-weight: bold;
  }
  .galaxy .blk_03 .premium .information .title:before{
    left : 27%;
  }
  .galaxy .blk_03 .premium .information .content{
    padding: 20px;
  }
  
  .galaxy .blk_03 .anchor-box{
    margin-bottom:15px;
    padding: 15px;
    background: rgba(255,255,255,0.20);
  }
  .galaxy .blk_03 .anchor-box .title{
    margin-bottom: 10px;
    padding: 10px;
    background-color: #3e5d9d;
    text-align: left;
    font-weight: bold;
  }
  .galaxy .blk_03 .anchor-box .title:not(:first-child){
    margin-top: 20px;
  }
  .galaxy .blk_03 .anchor-box a{
    width: 100%;
  }
  .galaxy .blk_03 .anchor-box a:not(:last-child){
    margin-bottom: 6px;
  }

  .galaxy .blk_03 .connecting{
    margin-bottom: 25px;
  }
  .galaxy .blk_03 .connecting .content{
    padding: 20px 10px;
    background: rgba(255,255,255,.20);
  }
  .galaxy .blk_03 .connecting .content ul,
  .galaxy .blk_03 .connecting .content p{
    margin-left: 0;
    margin-right: 0;
  }
  .galaxy .blk_03 .connecting .border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .galaxy .blk_03 .note .content div{
    min-height: inherit;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    display: block;
	margin-right:0;
  }
  .galaxy .blk_03 .note .content div:not(:last-child){
    border-right: none;
/*    border-bottom: 1px solid #808080;*/
  }
  .galaxy .blk_03 .note .text-title{
    margin-bottom: 20px;
  }
  .galaxy .blk_03 .note p,
  .galaxy .blk_03 .note ul{
    margin-right: 0;
    margin-left: 0;
	  padding: 10px 20px;
  }
  
  /* footer */
  .galaxy footer {
    border-top: 4px solid #0b318f;
	  position: relative;
  }
  .galaxy footer .footer-inner{
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #262626;
    text-align: center;
  }
  .galaxy footer .footer-inner a{
    display: inline-block;
    width: 40%;
  }
  .galaxy footer .footer-inner a img{
    vertical-align: middle;
  }
  .galaxy footer .sns{
    padding: 20px 0 10px;
    text-align: center;
  }
  .galaxy footer .sns li{
    display: inline-block;
    width: 60px;
	  margin: 0 5px;
  }
	
.plain_h {
    background: url(/domestic/promotions/galaxy/images/air_sp.png),#0c3190;
    background-repeat: no-repeat;
    background-position: 25px 37%;
    background-size: 22px;
    padding: 15px 10px 15px 57px;
}
	
	.plain_logo{
    width: 15%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 4%;
		
	}
	
	.plain_title{
		padding-left: 0;
		font-size: 100%;
		width: 100%;
		box-sizing: border-box;
		padding-left: 20px
	}
	
	.banner2{
		margin-bottom: 12px;
	}
	
	.galaxy .blk_03 .premium .information .content .content-left,
	.galaxy .blk_03 .premium .information .content .content-right{
		float: none;
		width: 100%;
		margin-bottom: 12px;
	}
	
	.premiumText{
		box-sizing: border-box;
		margin: 0 !important;
		font-size: 100%;
	}
	
	.procedure {
		padding-top: 20px;
	}
	
	.desc{
		font-size: 100%;
	}
	
	
.galaxy .navigation li a{
  display: block;
  padding: 10px 10px 10px 35px;
  text-decoration: none;
  color: #fff;
}
	
	.flightLink,
	.res-contents{
		font-size: 90%;
	}
	
	.btnCheck{
		padding: 0 20px;
		font-size: 120%;
		width: 100%;
		
	}
	
	.btnModal{
		font-size: 170%;
	}
	
	.dataPlain dl{
		font-size: 90%;
	}
	
	.flightLink a:after{
		top: 6px;
		right: -6px;
	}
	
	.flightLink span{
		width: auto;
	}
	
	.d_moduleContents {
		padding: 0 10px;
	}
	
	.res-indent-block{
		margin-bottom: 25px!important;
	}
	
	.galaxy .blk_02,recommend{
		margin-bottom: 0;
	}
	
	.dataPlain dt {
		padding: 10px 5% 3%;
	}
	
	.recommend{
		margin-bottom: 30px;
	}
	.galaxy .blk_01{
		margin: 0 auto;
	}
	
	.galaxy .blk_03 .premium .information .content{
		background: rgba(255,255,255,.20);
	}

	h1.wrapInner {
	text-align: center;
	}
	
	.flightSched{
		margin: 20px 0 210px 0;
	}

	.flightType{
		margin-bottom: 20px;
	}
	
	.detail .form .subBtn {
		font-size: 14px;
	}
	
	.d_moduleArea {
		margin: 0 !important;
	}
	
	.chk form {
		margin: 15px 0;
	}
	
	.galaxy .sp-menu {
		margin: 22px 10px;
	}
}

/*additional 032817*/


/*
.main-visual{
	background: url(/domestic/promotions/galaxy/images/mv_bg.jpg);
}*/

.res-pagetop-box .pagetop{
	background-image:none;
}
@media (max-width: 570px){
  img.icon-blank {display: none;}
}

 .close_mv{
		position: absolute;
		left: 50%;
		width: 1920px;
		height: 560px;
		margin-left: -960px;
		max-width:none;
		}
@media (max-width: 980px){
	.wrapInner{
		 height:408px;
			}
  .close_mv{
		 	position: absolute;
	 		left: 50%;
		 	width: 1400px;
		 	height: 408px;
	 		margin-left: -700px;
		}
}
@media (max-width: 767px){
		.wrapInner{
			 height:auto;
				}
}


/*-----------------------0209追加-------------------------*/

@media (min-width: 571px) {

	.mt50{
	margin-top: 50px !important;
	}
}

@media (max-width: 570px) {

	.mt50{
	margin-top: 20px !important;
	}
}


/*-----------------------190131追加-------------------------*/
.scheduleBtn {
	margin-top: 50px;
	text-align: center;
}
.scheduleBtn form button {
	font-size: 20px;
	max-width: 560px;
	width: 100%;
	padding: 16px 0 16px;
	border-radius: 5px;
	border: none;
	font-weight: normal;
}
@media (max-width: 570px) and (min-width: 0px) {
	.scheduleBtn form button {
		font-size: 18px;
	}
}
#blk_04 a{
	color: #00acee;
}

/*-----------------------190614追加-------------------------*/

.datas td {
	word-break: normal;
	vertical-align: middle;
}




