@charset "UTF-8";

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#innerWrap{
	box-shadow:none;
	padding:0;
	width: 990px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■top_main
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.top_main h1{
	line-height: 1.5;
	font-size:25px;
	font-weight:bold;
	color: #FE5815;
	margin-bottom: 15px;
}
#header_image{
	margin-bottom: 60px;
}
#header_image img.img{
	width: 100%;
	height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■benefits_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.benefits_sec .ttl{
	font-size:20px;
	font-weight:bold;
	margin-bottom: 25px;
	border: 1px solid #D8D8D8;
	padding: 12px 20px 12px 48px;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	background-position: 12px 12px;
}
.benefits_sec .ttl strong{
	color: #E20000;
}
.benefits_sec .block{
	margin-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.benefits_sec .block .img{
	width: 360px;
}
.benefits_sec .block .img img{
	width: 100%;
	height: auto;
}
.benefits_sec .block .img + .txt_area{
	width: 600px;
}
.benefits_sec .block .hd{
	font-weight:bold;
	font-size:18px;
	border-bottom: 2px solid #E9E9E9;
	background: none;
	padding: 0 0 8px 0;
	margin-bottom: 22px;
}
.benefits_sec .block .hd span{
	color: #1966AD;
}
.benefits_sec .block .txt{
	font-size:15px;
}
.benefits_sec .block .info_btn{
	margin-top: 25px;
}
.benefits_sec .block .info_btn a{
	color: #fff;
	font-weight:bold;
	font-size:18px;
	background: #FF5700;
	display:inline-block;
	padding: 15px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■tabwrap
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-----------------------------------
	tab
------------------------------------*/
#tab{
	margin-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#tab li{
	border: 1px solid #707070;
	width: 480px;
	margin-bottom: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor:pointer;
}
#tab li:after{
	content:"▼";
	font-size:10px;
	font-weight:bold;
	position:absolute;
	top: 50%;
	right: 13px;
	margin-top: -0.5em;
}
#tab li .img{
	width: 134px;
}
#tab li .txt_area{
	width: 330px;
	padding-right: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tab li .txt_area p{
	font-weight:bold;
	font-size:20px;
}
#tab li .txt_area p span{
	font-size:16px;
	display:block;
}
#tab li.select{
	border: 5px solid #FF5700;
}

/*-----------------------------------
	content
------------------------------------*/
#tabwrap .content{
	margin-bottom: 100px;
}
#tabwrap .content .ttl{
	background: none;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color: #1966AD;
	margin-bottom: 60px;
	padding: 0 0 25px 0;
	position:relative;
}
#tabwrap .content .ttl span{
	display: block;
	font-size:18px;
	margin-bottom: 6px;
}
#tabwrap .content .ttl:after{
	content:"";
	display: block;
	width: 100px;
	height: 7px;
	background: #1966AD;
	position:absolute;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
}

/*hotel_list_wrap*/
#tabwrap .hotel_list_wrap .block{
	margin-bottom: 2px;
}
#tabwrap .hotel_list_wrap .area_ttl{
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:20px;
	background: #1966AD;
	padding: 23px;
	cursor:pointer;
	margin-bottom: 0;
}
#tabwrap .hotel_list_wrap .area_ttl span{
	padding:0 25px;
	display:inline-block;
	position:relative;
}
#tabwrap .hotel_list_wrap .area_ttl span:after{
	content:"▼";
	display:inline-block;
	font-size:12px;
	color:#FFF700;
	position:absolute;
	right: 0;
	top: 50%;
	margin-top: -0.5em;
}
#tabwrap .hotel_list_wrap .area_ttl.open span:after{
	content:"";
	width: 20px;
	height: 3px;
	background: #FFF700;
	margin-top: -1.5px;
	right: -5px;
}
#tabwrap .hotel_list{
	display: none;
}
#tabwrap .hotel_list > li{
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #D9D9D9;
}
#tabwrap .hotel_list > li:last-of-type{
	border-bottom: none;
}
#tabwrap .hotel_list .img{
	width: 172px;
}
#tabwrap .hotel_list .img img{
	width: 100%;
	height: auto;
}
#tabwrap .hotel_list .txt_wrap{
	width: 725px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tabwrap .hotel_list .txt_area{
	width: 445px;
}
#tabwrap .hotel_list .txt_area .name{
	font-size:20px;
	font-weight:bold;
}
#tabwrap .hotel_list .txt_area .name .area{
	color: #fff;
	font-weight:normal;
	display:inline-block;
	background: #000;
	font-size:12px;
	padding: 2px 4px;
	margin-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align:middle;
}
#tabwrap .hotel_list .txt_area .address{
	font-size:16px;
	margin-top: 3px;
}
#tabwrap .hotel_list .detail_btn{
	overflow:hidden;
}
#tabwrap .hotel_list .detail_btn li{
	float:left;
	width: 115px;
	margin-left: 24px;
}
#tabwrap .hotel_list .detail_btn li a{
	font-weight:bold;
	font-size:17px;
	color: #fff;
	text-align:center;
	display:block;
	background: #1966ad;
	padding: 15px 0;
}
#tabwrap .hotel_list .detail_btn .reservation a{
	background: #ff5700;
}

/*hotel_list_wrap*/
#tabwrap .tour_list_wrap .block{
	margin-bottom: 60px;
}
#tabwrap .tour_list_wrap .block:last-of-type{
	margin-bottom: 0;
}
#tabwrap .tour_list_wrap .inner{
	padding: 0 20px 30px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#tabwrap .tour_list_wrap .imgs{
	width: 360px;
}
#tabwrap .tour_list_wrap .imgs img{
	width: 100%;
	height: auto;
}
#tabwrap .tour_list_wrap .imgs ul{
	margin-top: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#tabwrap .tour_list_wrap .imgs ul li{
	width: calc(33.33% - 2px);
	background: #000;
	cursor:pointer;
	margin-bottom: 2px;
}
#tabwrap .tour_list_wrap .imgs ul li img{
	opacity: 0.5;
}
#tabwrap .tour_list_wrap .imgs ul li.active img{
	opacity: 1;
}
#tabwrap .tour_list_wrap .inner .txt_area{
	width: 560px;
}
#tabwrap .tour_list_wrap .tour_ttl{
	font-weight:bold;
	font-size:25px;
	margin-bottom: 15px;
}
#tabwrap .tour_list_wrap .inner .txt_area .txt{
	font-size:15px;
}
#tabwrap .tour_list_wrap .inner .txt_area dl{
	font-size:16px;
	overflow:hidden;
	margin-top: 20px;
}
#tabwrap .tour_list_wrap .inner .txt_area dt{
	font-weight:bold;
	color: #fff;
	background: #000;
	padding: 3px 13px;
	float:left;
}
#tabwrap .tour_list_wrap .inner .txt_area dd{
	padding: 3px 0 3px 120px;
}
#tabwrap .tour_list_wrap .tour_list{
	border-bottom: 2px solid #959595;
}
#tabwrap .tour_list_wrap .tour_list > li{
	padding: 30px 20px;
	border-top: 1px solid #D9D9D9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#tabwrap .tour_list_wrap .tour_list .txt_area{
	width: 540px;
}
#tabwrap .tour_list_wrap .tour_list .txt_area .plan_ttl{
	font-weight:bold;
	font-size:16px;
}
#tabwrap .tour_list_wrap .tour_list .txt_area .plan_ttl .area{
	font-weight:normal;
	background: #000;
	color: #fff;
	padding: 2px 4px;
	margin-right: 3px;
	font-size:12px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tabwrap .tour_list_wrap .tour_list .txt_area .sub{
	font-size:14px;
	color: #BA0101;
	margin-top: 5px;
}
#tabwrap .tour_list .dep_btn{
	overflow:hidden;
}
#tabwrap .tour_list .dep_btn li{
	width: 90px;
	margin-left: 5px;
	text-align:center;
	float:left;
}
#tabwrap .tour_list .dep_btn li.reservation{
	width: 115px;
  margin-left: 24px;
}
#tabwrap .tour_list .dep_btn li a{
	display:block;
	color: #fff;
	font-weight:bold;
	font-size:17px;
	background: #FF5700;
	padding: 13px 0;
}