@charset "utf-8";
/* CSS Document */
#contentwrap{
  width:100%;
  color:#4c4c4c;
  background: url(../img/bg_img.jpg) repeat;
  padding-bottom: 10px;
}

#contentwrap img{
  max-width: 100%
}

#title{
 	width: 100%;
	min-height: 500px;
    background: url(../img/bg_pc.jpg) no-repeat center top;
    text-align: center;
    padding-top: 80px;
}

nav{
  width:100%;
  padding-bottom: 10px;
}
nav ul.nav_list{
  width:960px;
  margin:auto;
  display: flex;
  justify-content: space-between
}
nav ul.nav_list>li{
  width:320px;
  border-right:1px dotted #c490bf
}
nav ul.nav_list>li:first-child{
  border-left: 1px dotted #c490bf
}
nav ul.nav_list>li a{
  display: block;
  min-height: 100px;
  padding-bottom: 20px;
  text-align: center;
  line-height: 2.0;
  position:relative;
  transition: 0.3s;
  box-sizing: border-box;
	text-decoration: none;
	color: #fff;
}
nav ul.nav_list>li a span{
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:24px;
  font-weight:bold;
}
nav ul.nav_list>li a:after{
  content:"";
  display: block;
  background: url("../img/arrow.png") no-repeat;
  background-size: contain;
  width:16px;
  height: 12px;
  position: absolute;
  left:0;
  right:0;
  margin:auto
}
nav ul.nav_list>li a:hover{
  opacity: 0.7;
}
nav ul.nav_list>li a img{
  width:15%;
}

.text_b{
	font-weight: bold;
	color: #53430C;
	font-size: 18px;
}

.red_b{
	color:#bd0303;
}

section{
  width:100%;
  padding: 30px 0;
}
section#point_wrap{
  padding: 60px 0 30px;
  background: url("../img/bg_point.jpg") no-repeat bottom center
}
section#special_wrap{
  padding: 30px 0;
}
section#tour_wrap{
  padding: 30px 0;
  background: url("../img/bg_tour.jpg") repeat
}

.innerbox{
  width: 960px;
  margin: auto;
}

.innerbox2{
  width: 100%;
  margin: 0 auto;
}

h2.pointheadline{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:38px;
  font-weight:bold;
  color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
	padding-top: 7px;
}
h2.pointheadline small{
  font-size:65%;
  color:#ccbb63
}

h2.headline{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:38px;
  font-weight:bold;
  color:#fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
h2.headline small{
  font-size:65%;
  color:#ccbb63
}

/* h2.headline#tour:before{
  content:"";
  display: block;
  background: url("../img/icon_tour.png") no-repeat;
  background-size: contain;
  width: 211px;
  height:90px;
  margin: auto
} */

h2.headline2{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size:35px;
  font-weight:bold;
  color: #351636;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.oisemairi_waku {
	background-color: beige;
	border: #645B00 solid 1px;
	margin: 0 auto 20px;
	padding: 10px;
	width: 850px;
	box-sizing: border-box;
}

ul.point_list{
  margin: 30px auto;
  display: flex;
  justify-content: space-between
}
ul.point_list>li{
  width:280px;
  height:158px;
  background: url("../img/bg_point.png") no-repeat center;
  position: relative
}
ul.point_list>li .point_txt{
  font-size: 30px;
  font-weight: bold;
  color: #422567;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  padding-left: 20px;
  text-align: center;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.point_list>li .point_txt small{
  display: block;
  font-weight:normal;
  font-size:70%
}
/* ul.point_list>li:first-child:before{
  content:"";
  background: url("../img/num01.png") no-repeat;
  background-size: contain;
  width:70px;
  height:70px;
  position: absolute;
  top:-20px;
  left:0 
}
ul.point_list>li:nth-child(2):before{
  content:"";
  background: url("../img/num02.png") no-repeat;
  background-size: contain;
  width:70px;
  height:70px;
  position: absolute;
  top:-20px;
  left:0  
}
ul.point_list>li:last-child:before{
  content:"";
  background: url("../img/num03.png") no-repeat;
  background-size: contain;
  width:70px;
  height:70px;
  position: absolute;
  top:-20px;
  left:0  
} */ 
ul.point_list>li .point_img{
  position: absolute;
}
ul.point_list>li:first-child .point_img{
  top:200px;
  left:0
}
ul.point_list>li:nth-child(2) .point_img{
  top:170px;
  right:10px
}
ul.point_list>li:last-child .point_img{
  top:160px;
  right:-30px
}
.special_box{
  padding: 30px 20px;
  border-top: 2px solid #cca3c5;
  background: url("../img/bg_specialbox.jpg") repeat;
  box-shadow: 2px 2px rgba(0,0,0,0.3);
}
ul.special_tab,ul.tour_tab{
  margin:0 auto 20px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-around;
  border-bottom:2px dotted #BFBFBF
}
.small_text{
  margin:0 auto 20px;
  font-size:21px;
}
ul.special_tab>li{
  width:430px;
  padding: 0.3em 0;
  border:2px solid #2a0c32;
  border-radius: 5px;
  background-color:#FFF;
  font-size:26px;
  font-weight:bold;
  color:#2a0c32;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
  transition:0.3s
}
ul.tour_tab>li{
  width:420px;
  padding: 0.3em 0;
  border:2px solid #2a0c32;
  border-radius: 5px;
  background-color:#FFF;
  font-size:26px;
  font-weight:bold;
  color:#2a0c32;
  text-align: center;
  cursor: pointer;
  transition:0.3s
}

ul.special_tab>li:before,ul.tour_tab>li:before{
  content:"";
  display: inline-block;
  background: url("../img/icon_taboff.png") no-repeat;
  background-size: contain;
  width:24px;
  height:28px;
  vertical-align: middle;
  margin-right: 10px;
}
ul.special_tab>li.nav_on,ul.tour_tab>li.nav_on{
  background: #2a0c32;
  border:2px solid #5a4705e6;
  color:#FFF
}

ul.special_tab>li.nav_on:before,ul.tour_tab>li.nav_on:before{
  background: url("../img/icon_tabon.png") no-repeat;
  background-size: contain;
}
ul.special_tab>li:hover,ul.tour_tab>li:hover{
  background: #2A176A;
  border:2px solid #2A176A;
  color:#FFF
}
ul.special_tab>li:hover:before,ul.tour_tab>li:hover:before{
  background: url("../img/icon_tabon.png") no-repeat;
  background-size: contain;
}

.special_00{
  display: none
}
h3.special_sub_ttl{
    width: 850px;
    margin: 0 auto;
    background: url(../img/icon_hana.png) no-repeat;
    background-size: 60px;
    padding-left: 70px;
    /* box-sizing: border-box; */
}
h3.special_sub_ttl span{
    display: table-cell;
    height: 2.0rem;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}
h3.special_sub_ttl span small{
  display: block;
  font-size:70%;
  font-weight:normal
}
ul.special_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
ul.special_list>li{
  width:calc(880px/3);
  margin-bottom: 20px;
}
ul.special_list>li dl.spot dt{
  font-size:22px;
  font-weight:bold;
  color:#601879;
  margin: 0.2em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.special_list>li dl.spot dt:before{
  content:url(../img/icon_hana_s.png);
  display: inline-block;
  font-size:120%;
  color:#8fc31f;
  vertical-align: middle;
}
ul.special_list>li dl.spot dd.spot_ph{
  overflow: hidden;
  position: relative
}
ul.special_list>li dl.spot dd.spot_ph .credit{
  display: inline-block;
  background: rgba(0,0,0,0.7);
  font-size:12px;
  color:#FFF;
  text-align: center;
  padding: 3px;
  position: absolute;
  bottom:0;
  left:0
}
ul.special_list>li dl.spot dd.spot_txt{
}
ul.special_list>li dl.spot img:hover{
	display: block;
	transition:all 2.8s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* 2商品ver */
h3.special2_sub_ttl{
    width: 850px;
    margin: 0 auto 20px;
    background: url(../img/icon_hana.png) no-repeat left center;
    background-size: 70px;
    padding-left: 70px;
    box-sizing: border-box;
}
h3.special2_sub_ttl span{
    display: table-cell;
    height: 2.0rem;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
}
h3.special2_sub_ttl span small{
  display: block;
  font-size:70%;
  font-weight:normal
}
ul.special2_list{
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap */
}
ul.special2_list>li{
  width:calc(880px/2);
  /* margin-bottom: 20px; */
  margin: 0 5px;
}
ul.special2_list>li dl.spot dt{
  font-size:22px;
  font-weight:bold;
  color:#601879;
  margin: 0.2em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ul.special2_list>li dl.spot dt:before{
  content:url(../img/icon_hana_s2.png);
  display: inline-block;
  font-size:120%;
  color:#8fc31f;
  vertical-align: middle;
}


ul.special2_list>li dl.spot dd.spot_ph{
  overflow: hidden;
  position: relative
}

ul.special2_list>li dl.spot dd.spot_ph .credit{
  display: inline-block;
  background: rgba(0,0,0,0.7);
  font-size:12px;
  color:#FFF;
  text-align: center;
  padding: 3px;
  position: absolute;
  bottom:0;
  left:0
}
ul.special2_list>li dl.spot dd.spot_txt{
}
ul.special2_list>li dl.spot img:hover{
	display: block;
	transition:all 2.8s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.tour_box{
  padding: 30px 20px;
  border-top: 2px solid #193990;
  background-color: #FFF;
  box-shadow: 2px 2px rgba(0,0,0,0.3);
}
.tour_00{
  display: none
}
h3.tour_sub_ttl{
  margin:0 auto 20px;
  height:60px;
  background: url("../img/icon_flight.png") no-repeat left center;
  background-size: contain;
  padding-left: 120px;
  box-sizing: border-box;
}
h3.tour_sub_ttl span{
  font-size:36px;
  font-weight:bold;
  color:#ae5da1;
  background: linear-gradient(transparent 84%, #e3f0c7 84%);
}
h3.tour_sub_ttl span small{
  font-size:70%;
  color:#4c4c4c
}
p.tour_tokuten{
  background: #F0E4EE;
  padding: 0.5em;
  font-size:18px;
  font-weight:bold;
  color:#333;
  text-align: center;
}
p.tour_tokuten.parking{
  background: #FFC408;
}
p.tour_tokuten small{
  display: inline-block;
  margin-left: 0.3em;
  font-size:12px;
  font-weight:normal
}
ul.tourList{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto;
}
ul.tourList>li{
  width: 450px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 1px solid #ae5da1;
  transition: 0.3s
}
ul.tourList>li:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 6px solid #ae5da1;
  border-right: 6px solid #ae5da1;
  position: absolute;
  bottom: 0;
  right: 0;
}
ul.tourList>li:hover {
  background: #F1E3EF;
  border: 1px solid #ae5da1;
}
ul.tourList li a:hover {
  background-color:transparent!important;
}
p.iconimg img{
  display: inline-block;
  margin-right: 3px;
}
p.dep_date{
  margin-top: 0.3em;
  font-size:12px;
}
p.tourprice{
  margin-top: 0
}
p.link_button{
  width:60%;
  margin:0 auto 20px;
}
p.link_button a{
  display: block;
  background-color: #193990;
  line-height: 48px;
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}
p.link_button a:before{
  content:"";
  display: inline-block;
  background: url("../img/icon_seach.png") no-repeat;
  background-size: contain;
  width:24px;
  height:28px;
  vertical-align: middle;
  margin-right: 0.3em
}
p.link_button a:hover{
  opacity: 0.7
}

/*パンくず*/
.breadcrumb{
  padding:5px;
}
.breadcrumb ul.breadlist{
  width:960px;
  margin:auto;
  font-size:0;
}
.breadcrumb ul.breadlist li{
  font-size: 12px;
  display: inline-block;
}
.breadcrumb ul.breadlist li a{
  text-decoration: underline;
}
.breadcrumb ul.breadlist li+ li:before {
    content: "＞";
    margin: 0 10px;
}


/*** フッター問合せTEL ***/
.pc .inquirybox{
  margin:30px auto 10px;
  padding:10px;
  border: 3px solid #00164b;
  background: #FFF;
}
.pc .inquirybox>h3{
  margin-bottom: 15px;
  padding: 8px 0 4px 0;
  background: #00164b;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.pc .inquirybox ul.shoplist{
  margin-bottom: 10px;
}
.pc .inquirybox ul.shoplist>li{
  font-size:14px;
  overflow:hidden;
  position: relative;
  line-height: 1.8
}
.pc .inquirybox ul.shoplist>li:first-child{
  font-size:18px;
  font-weight:bold;
  line-height: 36px;
}
.pc .inquirybox ul.shoplist>li:first-child:before{
  position: absolute;
  top: 50%;
  content: '';
  width:100%;
  height: 1px;
  border-top: 1px dashed #333;
}
.pc .inquirybox ul.shoplist>li> .shopname{
  position: relative;
  display: inline-block;
  padding-right: 10px;
  background:#FFF;
 }
.pc .inquirybox ul.shoplist>li> .phone{
  position: absolute;
  right:0;
  top:0;
  display:inline-block;
  background:#FFF;
  padding-left: 10px;
  font-size:28px;
}
.pc .inquirybox ul.shoplist>li> .phone a{
  color:#1c2e6f!important;
}
.pc .inquirybox ul.shoplist>li> .phone strong{
  color:#BF1010;
  font-weight: bold
}
.pc .inquirybox ul.shoplist>li> .badge{
  display:inline-block;
  font-size:1.1rem;
  color:#FFF;
  background:#666;
  padding:2px 10px;
  margin-right: 10px;
  text-align: center;
  border-radius: 20px;
}
.pc .inquirybox .shoplink{
  width:60%;
  margin:20px auto;
}
.pc .inquirybox .shoplink a{
  display:block;
  padding:8px;
  line-height: 32px;
  background: #bae3f9;
  font-size:1.6rem;
  font-weight:bold;
  color:#00164b;
  text-align: center;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
  transition:0.5s
}
.pc .inquirybox .shoplink a:hover{
  background: #9dd6f5;
}

/*** ホテル部分 ***/
ul.hotelList{
	width:100%;
	margin:10px auto;
	padding:0;
	overflow: hidden;
}
ul.hotelList li{
	width:50%;
	float:left;
	padding:0;
	background:#FFF;
	height: 180px;
}

ul.hotelList li a{
	display:block;
	color:#333;
	padding:5px;
	text-decoration: none;
}

ul.hotelList li a:hover{
	background:#F9E3E4;
	transition:0.3s
}

ul.hotelList li dl.product,ul.hotelList{
	width:100%;
	overflow:hidden;
}

dt.hotelphoto{
	width:42%;
	float:left;
	position: relative;
}
dt.hotelphoto img{
	max-width:100%;
	position: relative;
}
p.hotelttl{
	font-size:27px;
	font-weight:600;
	line-height:1.4em;
	color: #8b25a7;
	padding: 10px;
}
p.hotelprice{
	margin-top: 5px;
}
p.hotelprice span{
	font-size:20px;
	color:#C00;
	font-weight:bold;
}
p.hotelprice small{
	color:#333;
	font-size:12px;
	font-weight:normal;
}
dd.hotelpoint{
  width:100%;
	clear:both;
	font-size:18px;
	padding-top:5px;
	display:inline-block;
}

.pc ul.hotelList li.wide{
	width:100%;
	float:none;
}
.pc ul.hotelList li.wide dt.hotelphoto img{
	width: 94%;
	margin-right:1%;
	top: 50%;
    left: 55%;
    transform: translateY(-30%) translateX(-60%);
}
.pc ul.hotelList li.wide dd.hotelpoint{
  width:auto;
  height: 180px;
}
/*** 商品カセット部分 ***/
ul.tourList{
	width:100%;
	margin:10px auto;
	padding:0;
	overflow: hidden;
}
ul.tourList li{
	width:50%;
	float:left;
	margin:0 0 10px;
	padding:0;
	background:#FFF;
}

ul.tourList li a{
	display:block;
	color:#333;
	padding:5px;
	text-decoration: none;
}

ul.tourList li a:hover{
	background:#F9E3E4;
	transition:0.3s
}

ul.tourList li dl.product,ul.tourList li dl.bus_product{
	width:100%;
	overflow:hidden;
}

dt.tourphoto{
	width: 55%;
	float:left;
	position: relative;
}
dt.tourphoto img{
	max-width:100%;
	border-radius:10px;
	position: relative;
}
dd.touritem{
	width: 45%;
	float:right;
	padding:0 5px;
	box-sizing:border-box;
}

p.iconimg{
	line-height:1.4em;
	margin-bottom: 3px;
	font-size:13px;
	font-weight:bold;
}
p.tourttl{
	font-size: 18px;
	font-weight:600;
	line-height:1.4em;
	color: #009;
}
p.tourprice{
	margin-top: 5px;
}
p.tourprice span{
	font-size:20px;
	color:#C00;
	font-weight:bold;
}
p.tourprice small{
	color:#333;
	font-size:12px;
	font-weight:normal;
}
dd.tourpoint{
  width:100%;
	clear:both;
	font-size:12px;
	padding-top:5px;
	display:inline-block;
}

.pc ul.tourList li.wide{
	width:100%;
	float:none;
}
.pc ul.tourList li.wide dt.tourphoto img{
	width:49%;
	margin-right:1%;
}
.pc ul.tourList li.wide dd.tourpoint{
  width:auto;
}

.boldred{
  font-weight: bold;
  color:#C00;
}

.spbnr{
text-align: center;
margin: 40px 0;
}

.spbnr_text{
font-weight: bold;
color: #cc0000;
font-size: 24px;
}