@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}

/* レイアウト */ 
.mT30 { margin-top:30px;}
.pcnone{display:none;}

/* CSS初期設定 */
#bg {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	width:950px;
	overflow:hidden;
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
}
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*ここから*/
html {
	font-size: 62.5%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
/* ------------------------------
	flexbox
------------------------------ */
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
		 -ms-flex-wrap: wrap;/*複数行*/
      flex-wrap: wrap;
}

/*wrapInner*/
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
article {
	width:100%!important;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.inner950{
	width:950px;
	margin:0 auto 30px;
	display:block;
}
/*title*/
#title{
	display: table;
	width: 100%;
	margin:0;
	padding:0;
	height: 450px;
	text-align:center;
	background:url("../images/bg_main.jpg") no-repeat 0 0;
	background-position-x: center;

}
#title div {
	display: table-cell;
	vertical-align: middle;
}
#title p {
	margin: 20px 0 0;
	font-size: 2.8rem;
	color: #fff;
}
h2 {
	min-height: 60px;
	padding: 20px 0 20px 80px;
	background-image: url("../images/icon_airplain.png"),url("../images/bg_title.png");
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
	font-weight: normal;
	font-size: 25px;
}
h2.no_bg {
	min-height: auto;
	margin: 50px 0 10px;
	padding: 0;
	text-align: center;
	background: none;
	font-size: 2.0rem;
	color: #000;
	font-weight: bold;
}

/* note */
.note { text-indent: -1.25em; margin-left: 1.25em;}
.note1 { text-indent: -2.8em; margin-left: 2.8em;}
.atten { color: #cc0000 !important; font-weight: bold; font-size: 1.6rem;}

/* 値段 */
#priceBox {
	margin: 0 0 10px;
}
#priceBox dl {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}



#priceBox dl div.ichireibox {
	width: calc(100% / 3 - 40px);
	
}

#priceBox dl div.ichireiboxin {
	border: 5px solid #233F9A;
}



#priceBox dt {
	padding: 5px;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	background: #233F9A;
	color: #fff;
	line-height: 1.5;
}
#priceBox dd {
	margin: 0;
	padding: 10px 15px 10px;
	font-weight: bold;
	/*font-size: 4.5rem;*/
	font-size: 2rem;
	text-align: center;
	color: #cc0000;
}
#priceBox dd span {
	font-weight: normal;
	font-size: 1.4rem;
}
#priceBox dd em {
	display: block;
	color: #000;
	font-size: 1.6rem;
}
#priceBox dd strong {
	background:linear-gradient(transparent 60%, #ff6 60%);
}
#priceBox ul {
	margin: 15px auto 0;
}
#priceBox li {
	margin-bottom: 5px;
	color: #333;
}
#priceBox p.info_text {
	margin: 0;
	padding: 10px;
	background: #233F9A;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

span.ichireitxt{
	font-size: 1rem;
	display: block;
	text-align: right;
	margin: 5px 0 0 0;
	color: #cc0000;
}

/* キャンペーン情報 */
#campaignBox {
	margin: 0 auto 50px;
	padding: 20px 0 15px;
	border-top: double #000;
	border-bottom: double #000;
}
#campaignBox dl div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 1.5;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
#campaignBox dl div:last-child {
	margin-bottom: 0;
}
#campaignBox dl div div {
	display: block;
	margin-bottom: 5px;
}
#campaignBox dl div dt {
	min-width: 6em;
}
#campaignBox dl div dd {
	position: relative;
	margin:0;
}
#campaignBox dl div dd span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 15px;
	background: #333;
	font-size: 1.4rem;
	color: #fff;
}
#campaignBox dl dd div.news_pic {
	position: absolute;
	top: -2em;
	left: 560px;
	width: 270px;
}
#campaignBox dl dd div.news_pic img {
	width: 270px;
	height: auto;
}

/* クイック検索 */
#searchBox {
	width: calc(100% - 70px);
	margin: 30px 0 30px 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
#searchBox .airport {
	width: 16em;
}
#searchBox .airport h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#searchBox li {
	margin-bottom: 15px;
	font-size: 1.5rem;
}
#searchBox li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #233F9A;
	color: #000;
}
#searchBox li a:hover {
	text-decoration: none !important;
	color: #233F9A;
}
#searchBox li a::after {
	content: '';
	border: 0;
	border-top: solid 2px #233F9A;
	border-right: solid 2px #233F9A;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#searchBox li a:hover::after {
	right: 5px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

#searchBox li a span.money{
	display: none;
}

#searchBox li a span.money2{
	display: block;
	color: #cc0000;
	margin: 5px 0 0px 0;
	font-weight: bold;
}

.availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
}

/* おすすめプラン */
#planBox {
	margin: 50px auto;
}
#planBox ul {
	width: calc(100% - 70px);
	margin: 0 0 0 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#planBox ul li {
	width: calc(100% / 3 - 30px);
	font-size: 1.5rem;
	margin-bottom: 20px;
}
#planBox ul li img {
	width: 100%;
	height: auto;
}
#planBox ul li a:link {
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#planBox ul li a:hover {
	opacity: 0.6;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
/*
#planBox ul li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #233F9A;
	color: #000;
}
#planBox ul li a:hover {
	text-decoration: none !important;
	color: #233F9A;
}
#planBox ul li a::after {
	content: '';
	border: 0;
	border-top: solid 2px #233F9A;
	border-right: solid 2px #233F9A;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#planBox ul li a:hover::after {
	right: 5px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
*/

/* 予約はこちら */
#reserveLink {
	width: 30em;
	margin: 50px auto;
	font-size: 1.8rem;
}
#reserveLink a {
	position: relative;
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid #233F9A;
	color: #233F9A;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#reserveLink a:hover {
	text-decoration: none !important;
	background: #233F9A;
	color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#reserveLink a::after {
	content: '';
	border: 0;
	border-top: solid 2px #233F9A;
	border-right: solid 2px #233F9A;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}
#reserveLink a:hover::after {
	right: 5px;
	border-color: #fff;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
}

/* sale */
#campaignInformation {
	position: relative;
	width: 950px;
	height: 491px;
	margin: 10px auto;
}
#priceBox ul.campaignBanner {
	position: absolute;
	width: 640px;
	top: 180px;
	left: 135px;
	margin: 0;
}
#priceBox ul.campaignBanner li {
	margin-bottom: 20px;
}
#priceBox ul.campaignBanner li a:hover {
	opacity: 0.6;
}



/*scrollbar*/
.sclooll__area::-webkit-scrollbar {height: 10px;}
.sclooll__area::-webkit-scrollbar-track {
	margin: 0 5px;
	background: #eee;
	border-radius: 5px;
}
.sclooll__area::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #999;
}

/*エリアタブ*/
#hotel_plan_wrap .tab_areahotel {
    display: flex;
    margin-bottom: 2%;
}
#hotel_plan_wrap .tab_areahotel li {
	font-size: 16px;
    background: #FFF;
    text-align: center;
    width: 16.2%;
    margin: 0 1px;
    line-height: 1.8;
	padding: 10px 0 10px 0;
}
#hotel_plan_wrap .tab_areahotel li:hover {
    opacity: 0.8;
    cursor: pointer;
}
#hotel_plan_wrap .tab_areahotel .tab_areahotel_select {
    background: #2184da;
    color: #FFF;
}

/*APIプラン*/
#hotel_plan_wrap .item_name{
	display: flex;
    background: #FFF;
	margin-bottom: 10px;
    padding: 15px;
}
#hotel_plan_wrap .item_name img{
	width:120px;
	height:90px;
}
#hotel_plan_wrap .item_name dl{
	margin-left: 28px;
    font-size: 14px;
	padding: 5px 0;
}
#hotel_plan_wrap .item_name dt{margin-bottom: 10px;}
#hotel_plan_wrap .item_name dd{line-height: 1.5;}
#hotel_plan_wrap .slick-slide_wrap {
	width: 100%;
    margin: auto;
}
#hotel_plan_wrap .sclooll__area{margin-bottom: 28px;}
#hotel_plan_wrap .plan_box {
	width: 300px;
	box-sizing: border-box;
	display: block;
	float: left;
	margin:0 10px 1% 0;
	padding: 10px;
	background: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	border: 1px solid #ddd;
}
#hotel_plan_wrap .plan_box .plan_image {
	margin-bottom: 12px;
	position: relative;
}
#hotel_plan_wrap .plan_box .plan_image img {
	width:280px;
	height:210px;
}
#hotel_plan_wrap .plan_box .plan_image .plan-kind{
    position: absolute;
    top: 5px;
    right: 5px;
    background: #FFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #222;
	text-align: center;
	z-index: 1;
}
#hotel_plan_wrap .plan_box .plan_image .area{
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 10px;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}
#hotel_plan_wrap .plan_box .plan_image .area a,
#hotel_plan_wrap .plan_box .plan_image .area a:hover{
	color:#FFF!important;
	text-decoration:none!important;
}
#hotel_plan_wrap .plan_box .plan_image .hoteltype{
    display: block;
    text-align: right;
}
#hotel_plan_wrap .plan_box .plan_text dt{margin-bottom: 5px;}
#hotel_plan_wrap .plan_box .plan_text dt h4{font-size: 15px;}
#hotel_plan_wrap .plan_box .plan_text dd li{
	margin-bottom: 24px;
   
    font-size: 12px;
	
}

#hotel_plan_wrap .plan_box .plan_text dd li.hotel_copy{
	 height: 52px;
	overflow: hidden;
}


#hotel_plan_wrap .plan_box .plan_text dd li.pricebox{margin-bottom: 0;}
#hotel_plan_wrap .plan_box .plan_text dd li.hotel_address{
	font-size: 11px;
    height: auto;
    margin-bottom: 15px;
    line-height: 1.4;
	position: relative;
}
#hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dt{margin-bottom: 0;}
#hotel_plan_wrap .plan_box .plan_text dd li.hotel_address dd{height: 30px; overflow: hidden;}
#hotel_plan_wrap .plan_box .plan_text dd li.hotel_address img {
	width: 16px;
    padding-left: 10px;
    position: absolute;
    top: 5px;
	right:0;
}
#hotel_plan_wrap .plan_box .plan_text dd li .facility-details{
	text-align: right;
    display: inline-block;
    width: 100%;
}
#hotel_plan_wrap .plan_box .plan_text dd li .icon{
	width: 60px;
    background: #F00;
    color: #FFF;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px;
	font-size: 12px;
}
#hotel_plan_wrap .plan_box .plan_text .pricebox .price {
	font-weight: bold;
    color: red;
    font-size: 17px;
    display: inline-block;
}
#hotel_plan_wrap .plan_box .plan_text .pricebox .icon{
	display: inline-block;
    margin-right: 10px;
}
/*#hotel_plan_wrap .plan_box .plan_text .pricebox dd:not(.price) {text-align: center;}*/
#hotel_plan_wrap .plan_box .other_btn {
    width: 100%;
    display: flex;
}
#hotel_plan_wrap .plan_box .other_btn a {
	width: 50%;
    display: block;
    padding: 0 5px;
    color: #FF9326 !important;
	font-size: 12px;
}
#hotel_plan_wrap .plan_box .other_btn a:nth-of-type(2) {text-align: right;}
#hotel_plan_wrap .availability{
	width:100%;
	clear:both;
	display:inline-block;
	text-align:right;
}
#hotel_plan_wrap .ranking_hotel__all_wrapper{position:relative;}

/*0件*/
.travelplan_preparation_now {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

/*スクロール*/
.scroll_left_btn,
.scroll_right_btn {
	width: 20px;
	height: 20px;
	border-radius:12px;
	background: #242424;
	position: absolute;
    top: 50%;
    display: block;
    z-index: 1;
	border: none;
}
.scroll_left_btn {left:5px;}
.scroll_right_btn {right:5px;}
.scroll_left_btn:before,
.scroll_right_btn:before {
    content: "";
    display: block;
	width: 0;
	height: 0;
}
.scroll_left_btn:before {
	margin: 0 0 0 5px;
	border-top: 5px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 5px solid transparent;
}
.scroll_right_btn:before {
	margin: 0 0 0 8px;
	border-left: 7px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.scroll_left_btn.non_scloll,
.scroll_right_btn.non_scloll {background: #ccc;}
.sclooll__area {
	overflow-x: scroll;
    overflow-y: hidden;
}
.sclooll__area > ul{display:flex;}

/*おすすめ特集*/
#osusume_theme .inner h2 {
    background: #FFF url(../images/tit_01.png) no-repeat right 0;
}

#osusume_theme div.osusume_theme_banner{
	background: #FFF;
    width: 23%;
    float: left;
    padding: 10px;
    margin: 0 1%;
    cursor: pointer;
    box-sizing: border-box;
}

#osusume_theme div.osusume_theme_banner:hover{opacity:0.8;}

#osusume_theme div.osusume_theme_banner img{
	width:100%;
	height: 100%;
}

#osusume_theme div.osusume_theme_banner h3{
    font-size: 15px;
    text-align: center;
    margin: 5% 0;
}


/*btn*/
p.orangeBtn{clear:both;}
p.orangeBtn a{
	width: 60%;
    display: block;
    margin: 20px auto;
    padding: 15px 5px;
    color: #FFF;
    background: #ff9326;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
}

p.orangeBtn a:after{
	content: "";
	width: 0;
	height: 0;
	left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
    top: 30%;
    right: 5%;
}

p.orangeBtn a:hover{
	opacity:0.8;
}
p.orangeBtn a:link,
p.orangeBtn a:visited,
p.orangeBtn a:hover,
p.orangeBtn a:active {
    text-decoration: none!important;
    color: #FFF!important;
}

.bnrarea {
	width: 950px;
	margin: 0 auto 50px;
	text-align: center;
}


.bnrarea1{
	margin:0px auto 20px;
	max-width: 640px;
}

.bnrarea1 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.bnrarea1 ul li{
	max-width: 400px;
	width: 30%;
	margin: 0 0% 0 0%;
}

.bnrarea1 ul li img{
	width: 100%;
}

