@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* 各カテゴリツアーページ専用style */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 100%;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.pcnone {
  display: none;
}
/**/
h3.ttl {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  padding: 50px;
  background: #7dbcc8 url(../../../img/hotel_title_bg.png) center bottom no-repeat;
  color: #FFFFFF;
}

#wrp {
  position: relative;
  margin: 0 auto; /*全体の中央寄せ*/
  padding: 2em;
  max-width: 960px;
  line-height: 1.3;
}
#menu_box {
  background: #999;
}
#submenu {
  width: 960px;
  margin: 0 auto;
}
#submenu li {
  display: inline-block;
  float: left;
  text-align: center;
}
#submenu li.active {
  font-weight: bold;
  padding: 10px 15px;
  background: #FFFFFF;
}
#submenu li a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  border: #666666;
  background: #999;
  color: #FFFFFF;
}
#submenu li a:hover {
  background: #ff858a;
}

.hclass{
	font-size:2em;
	padding: 30px 0 10px;
	text-align: center;
	font-weight: 600;
}

/**/
.hotel_box {
  margin-bottom: 50px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}
.hotel_box h4 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  background: #006699;
  color: #FFFFFF;
  padding: 7px 0 5px 10px;
  width: 70%;
  float: right;
}
.hotel_info {
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
	padding: 1%;
}
.hotel_info img {
  width: 30%;
  float: left;
}
.hotel_info p {
  padding: 5px 8px;
  display: block;
  float: right;
  width: 70%;
  font-size: 1.2em;
}


.room_box {
  width: 98%;
  border-top: 1px solid #CCC;
  padding-top: 5px;
  margin: 5px auto;
}

.room_box span {}
.roomname {
  width: 32%;
  font-weight: bold;
  padding: 1%;
  float: left;
}
.room_box ul {
  width: 68%;
  float: right;
}

a.tour_link {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 5px 1%;
  position: relative;
}
a.tour_link::after {
  position: absolute;
  top: 3%;
  right: 2%;
  font-family: "FontAwesome";
  content: '\f105';
  font-weight: 900;
  font-size: 1.2em;
  display: block;
  color: #666;
}
.pd31 {
  padding: 5px 1%;
}
a.tour_link:hover {
  background: #FFFFCC;
}
.air {
  display: block;
  float: left;
}
p.price {
  text-align: right;
  padding-right: 20px;
}
a.tour_link p.price {
  color: #F00;
}
a .air:hover {
  color: darkblue;
}
/**/
.room_link {
  width: 98%;
  margin: 0 auto;
  border-top: 1px solid #CCC;
  text-align: center;
  padding: 15px;
}
.room_link a {
  width: 74%;
  margin: 0 auto;
  display: block;
  padding: 10px;
  background: #E8E8E8;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
}
.room_link a:hover {
  background: #3c9099;
  color: #FFF;
}