@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0; 
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*html{
	overflow-y: scroll;
	line-height:1.4em;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }*/

html {
	font-size: 62.5%;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", sans-serif;
	font-size: 1.9rem;
	font-weight: normal;
	line-height: 1.8;
	min-width: 1380px;
	text-align: left;
	word-break: break-all;
}
/*@media only screen and (max-width: 767px) {
	body{
		min-width: 320px;
	}
}*/
.ro{
	transition: all 0.25s ease-out;
}
.ro:hover{
	transition: all 0.25s ease-out;
	opacity: .7;
	cursor: pointer;
}
.innerWrap{
	max-width: 1000px;
	margin: 0 auto;
}
/*@media only screen and (max-width: 767px) {
	.innerWrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}*/

#container{
	width: 100%;
	overflow: hidden;
	background: #000;
	color: #fff;
}

/*-------------------------
pcCont/spCont
-------------------------*/
/*.spCont{display:none;}
@media only screen and (max-width: 767px) {
	.pcCont{display:none;}
	.spCont{display:block;}
}*/




/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■main_vs
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_vs{
	text-align: center;
	height: 1035px;
	margin-bottom: 48px;
	line-height: 1;
	position: relative;
}
#main_vs h1{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
#main_vs h1 img{
}
#main_vs .logo{
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -925px;
}
@media only screen and (max-width: 1920px) {
	#main_vs .logo{
		margin-left: 0;
		left: 35px;
	}
}
@media only screen and (max-width: 1380px) {
	#main_vs h1{
		margin-left: 0;
		left: -280px;
	}
	#main_vs .logo{
		margin-left: 0;
		left: 35px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■area_link
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.area_link{
	line-height: 1;
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■tokuten_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tokuten_sec{
	margin-bottom: 82px;
}
.tokuten_sec h2{
	margin-bottom: 20px;
}
.tokuten_sec .anchor_area{
	border: 1px solid #fff;
	margin-bottom: 58px;
	padding: 20px 22px;
}
.tokuten_sec .anchor_area li{
	line-height: 1.4;
	margin-bottom: 20px;
}
.tokuten_sec .anchor_area li:last-of-type{
	margin-bottom: 0;
}
.tokuten_sec .anchor_area li a{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 29px;
	background: url(../img/ico_arrow01.png) no-repeat left 5px;
	text-decoration: none;
	color: #fff;
}
.tokuten_sec .anchor_area li a:hover{
	text-decoration: underline;
}
.tokuten_sec .block{
	margin-bottom: 75px;
}
.tokuten_sec .block:last-of-type{
	margin-bottom: 0;
}
.tokuten_sec .block h3{
	line-height: 1;
	margin-bottom: 35px;
}
.tokuten_sec .block .inner{
	display: flex;
	justify-content: space-between;
}
.tokuten_sec .block .img{
	width: 450px;
}
.tokuten_sec .block .txt_area{
	width: 520px;
	margin-top: -7px;
}
.tokuten_sec .block .txt_area .catch{
	font-size: 2.4rem;
	color: #EEFF00;
	line-height: 1.54;
	margin-bottom: 15px;
	font-weight: bold;
}
.tokuten_sec .block .txt_area .txt .small{
	font-size: 1.5rem;
}
.tokuten_sec .block .txt_area .txt strong{
	color: #E6FF00;
	font-weight: normal;
}
.tokuten_sec .block .txt_area .txt strong.color02{
	color: #FFFF00;
}
.tokuten_sec .block .txt_area .btn{
	margin-top: 30px;
	line-height: 1;
}
.tokuten_sec .block .txt_area .btn a{
	display: inline-block;
	border-radius: 5px;
}
.tokuten_sec .block .txt_area .info_box{
	border: 1px solid #fff;
	padding: 0 15px 15px 15px;
	margin-top: 28px;
	font-size: 1.6rem;
	line-height: 2.06;
}
.tokuten_sec .block .txt_area .info_box .ttl{
	text-align: center;
}
.tokuten_sec .block .txt_area .info_box .ttl span{
	display: inline-block;
	background: #000;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 6px;
	position: relative;
	top: -0.5em;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■hotel_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hotel_sec{
	margin-bottom: 120px;
}
.hotel_sec h2{
	line-height: 1;
	margin-bottom: 35px;
}
.hotel_sec .block{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	background: url(../img/hotel_bg.png) no-repeat;
	min-height: 339px;
	padding: 21px 4px 0 18px;
}
.hotel_sec .block .img{
	width: 416px;
}
.hotel_sec .block .txt_area{
	width: calc(100% - 416px);
	padding: 12px 0 0 27px;
}
.hotel_sec .block h3{
	background: url(../img/hotelname_bg.png) no-repeat right center;
	height: 60px;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 2.5rem;
	line-height: 1.3;
	padding: 5px 10px 5px 27px;
	margin: 0 0 15px -27px;
}
.hotel_sec .block h3 span{
	font-size: 1.5rem;
	padding-left: 3px;
}
.hotel_sec .block .car_img{
	margin: 0 0 10px -20px;
}
.hotel_sec .block .txt{
	font-size: 1.5rem;
	line-height: 1.53;
	color: #000;
	padding-right: 30px;
}
.hotel_sec .block .txt_area dl.info{
	overflow: hidden;
	margin-top: 12px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.53;
	padding-right: 20px;
}
.hotel_sec .block .txt_area dl.info dt{
	float: left;
	clear: left;
}
.hotel_sec .block .txt_area dl.info dd{
	padding-left: 110px;
}
.hotel_sec .block .txt_area dl.info .small{
	font-size: 1.2rem;
}
.hotel_sec .block .txt_area dl.info p.small{
	margin-top: 4px;
}
.hotel_sec .block .list li{
	color: #513E00;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 11px;
	background: url(../img/point01.png) no-repeat left top;
	padding-left: 27px;
	font-weight: bold;
}
.hotel_sec .block .btn{
	overflow: hidden;
	line-height: 1;
	margin-top: 20px;
}
.hotel_sec .block .btn li{
	float: left;
}
.hotel_sec .block .btn03{
	margin-bottom: -15px;
}
.hotel_sec .block .btn03 li{
	margin: 0 26px 15px 0;
}
.hotel_sec .block .btn04 li{
	margin-right: 16px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■沖縄離島
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_oki_rito .hotel_sec .block .btn03 li{
	margin-bottom: 6px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■四国
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_shikoku .tokuten_sec .block .txt_area .catch{
	margin-bottom: 0;
}
.page_shikoku .hotel_sec .block{
	background: none;
	padding: 0;
}
.page_shikoku .hotel_sec .block .img{
	width: 449px;
}
.page_shikoku .hotel_sec .block .txt_area{
	position: relative;
	padding: 0;
	width: 502px;
}
.page_shikoku .hotel_sec .block .btn{
	top: 30px;	
	right: 0;
	position: absolute;
}
.page_shikoku .hotel_sec .block .btn li:nth-of-type(2){
	margin-left: 22px;
}
.page_shikoku .hotel_sec .block .btn_fuk{
	top: 225px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■北海道・東北陸・九州
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_hokkaido .hotel_sec .block,
.page_tohoku .hotel_sec .block{
	min-height: 305px;
	background-image: url(../img/hok/hotel_bg.png);
	padding-top: 17px;
}
.page_hokkaido .hotel_sec .block .txt_area,
.page_tohoku .hotel_sec .block .txt_area,
.page_kyushu .hotel_sec .block .txt_area{
	position: relative;
}
.page_hokkaido .hotel_sec .block .btn,
.page_tohoku .hotel_sec .block .btn,
.page_kyushu .hotel_sec .block .btn{
	position: absolute;
	left: 27px;
	bottom: 18px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■東北陸
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_tohoku .tokuten_sec .anchor_area li a{
	font-size: 2.2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■九州
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page_kyushu .tokuten_sec .anchor_area li a{
	font-size: 2.2rem;
}
.page_kyushu .hotel_sec .block{
	min-height: 339px;
	background-image: url(../img/hotel_bg.png);
	padding-top: 17px;
}
.page_kyushu .plan01_hotel .block{
	min-height: 486px;
	background-image: url(../img/kyu/hotel_bg.png);
}



/*/////////////////////////////　フッター　////////////////////////////*/

footer {
    text-align: left;
    position: relative;
}

footer ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    right: 40px;
}

footer li {
    margin: 0 0 0 24px;
    padding: 0;
}

footer .copyright {
    background: #ececec;
    padding: 24px 40px;
    text-align: left;
    margin: 0 auto;
    font-size: 1rem;
}
footer .copyright a{
	color: inherit !important;
	text-decoration: none;
}

footer div {
    color: #fff;
    background: #445289;
    padding: 40px calc(50% - 450px);
    padding: 40px -webkit-calc(50% - 450px);
    display: flex;
    flex-wrap: wrap;
}

footer dl {
    margin: 0 0 16px 0;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

footer dd {
    font-size: 13px;
    margin: 0 12px 0 0;
    padding: 0;
}

footer dt {
    margin: 0 16px 0 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

footer dd a {
    color: #fff !important;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
footer dd a:hover{
	text-decoration: underline;
}

/*@media only screen and (max-width: 767px) {
	footer ul {
		text-align: center;
		display: block;
		position: static;
	}

	footer li {
		margin: 0;
		padding: 0 15px;
	}

	footer .copyright {
		padding: 15px 20px;
	}

	footer div {
		display: block;
		padding: 20px;
		margin-top: 20px;
	}

	footer dl {
		margin: 0;
		flex-wrap: wrap;
	}

	footer dt {
		width: 100%;
		margin: 0 0 12px 0;
	}
}*/



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Coming soon
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*body{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	min-width: inherit;
	height: 100vh;
	background: #000000;
}
footer{
	background: #fff;
}
@media only screen and (max-width: 767px) {
	footer{
		padding-top: 20px;
	}
}
#container{
}
.comming{
	color: #ffffff;
	font-size: 1.8rem;
	padding: 90px 30px 130px;
	text-align: center;
}
.main img{
	width: 100%;
	height: auto;
}*/









