@charset "utf-8";
/* CSS Document */
/**/
html { font-size: calc(14px + 0.25vw) }


*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Arial, "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #291f10;
  word-wrap: break-word;
}

body{
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
/**/
main{
  max-width: 1920px;
  margin:0 auto;
  overflow: hidden;
}

/* =========================
  common
========================= */

.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}
.mt_20{margin-top: 20px;}
.mt_25{margin-top: 25px;}
.mt_30{margin-top: 30px;}


/* margin-bottom */
.mb_10{margin-bottom: 10px;}
.mb_15{margin-bottom: 15px;}
.mb_20{margin-bottom: 20px;}
.mb_25{margin-bottom: 25px;}
.mb_30{margin-bottom: 30px;}
.mb_35{margin-bottom: 35px;}
.mb_40{margin-bottom: 40px;}
.mb_45{margin-bottom: 45px;}
.mb_50{margin-bottom: 50px;}
.mb_55{margin-bottom: 55px;}
.mb_60{margin-bottom: 60px;}
.mb_70{margin-bottom: 70px;}
.mb_120{margin-bottom: 120px;}

/* padding-bottom */
.pb_10{padding-bottom: 10px; display: inline-block;}
.pb_15{padding-bottom: 15px;}
.pb_20{padding-bottom: 20px;}
.pb_25{padding-bottom: 25px;}
.pb_30{padding-bottom: 30px;}
.pb_35{padding-bottom: 35px;}
.pb_40{padding-bottom: 40px;}
.pb_45{padding-bottom: 45px;}
.pb_50{padding-bottom: 50px;}
.pb_55{padding-bottom: 55px;}
.pb_60{padding-bottom: 60px;}

.clear{
  clear: both;
  height: 1px;
  padding: 0;
  margin: 0;
}
.t_right{text-align: right;}
.t_center{text-align: center;}
.m_auto{margin:0 auto;}

.serif{
  /*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

em,
strong{
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

a{
  /*color:rgba(210,150,148,1);*/
  text-decoration: none;
}

hr{
  border: none;
}

p,li,th,td{
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

table{
  border-collapse: collapse;
}




/***********************************/
section,h2{
  clear: both;
}
header {
    background: #222;
    padding: 5px;
}
header h1{
color: #fff;
}
h1{
  text-align: center;
  margin-bottom: 5px;
}

h2{
  padding: 0 0 3px;
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  font-size: 1.4rem;
}
h3{
  font-size: 1.2rem;
  margin-bottom: 10px;
}



section{
  padding: 0 15px;
  margin-bottom: 30px;
}

table.root{
  width: 100%;
  border-collapse: separate;
  margin-bottom: 30px;
}
table.root td,
table.root th{
  width: 32%;
  text-align: center;
  background: #eee;
  padding: 20px;
  font-size: 1.5rem;
  vertical-align: middle;
  font-weight: bold;
}


.root{
  margin-bottom: 60px;
}
.root dl{
  background: #eee;
  width: 32%;
  float: left;
  padding: 6px;
  margin:0 .5% 10px;
}
  .root dd,
  .root dt{
  font-weight: bold;
  text-align: center;
  }


.root ul{
  width: 32%;
  float: left;
  margin:0 .5% 10px;
}

.root li{
  text-align: center;
  padding: 30px 0;
  background: #eee;
  margin-bottom: 2px;
  font-weight: bold;
}
.root li:first-child{
  min-height: 180px;
}
.root .border_tb{
    display: block;
    border-bottom: dotted 1px #fff;
    border-top: dotted 1px #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}
.potspots li:before{
  content: "● ";
}
.potspots li{
  text-indent: -1rem;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}

/*
.icon .bus:before,
.icon .train:before,
.icon .plane:before{
  content: " ";
  display: inline-block;
  position: relative;
  padding-right: 10px;
  top:7px;
  background: url(../img/icon_plane.png)no-repeat;
  width: 32px;
  height: 25px;
}
.icon .train:before{
  background: url(../img/icon_train.png)no-repeat;
    width: 22px;
  height: 29px;
}
.icon .bus:before{
  background: url(../img/icon_bus.png)no-repeat;
    width: 36px;
  height: 21px;
}
*/
.icon li{
  text-indent: -1rem;
  padding-left: 1.5rem;
}
ul.icon li:before{
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  padding-right: 5px;
  width: 22px;
  height: 18px;
}
.icon .wifi:before{
  background: url(../img/icon_wifi.svg)no-repeat;
  top:3px;
}
.icon .smork:before{
  background: url(../img/icon_smork.svg)no-repeat;
  top:3px;
}
.icon .f24:before{
  background: url(../img/icon_f24.svg)no-repeat;
}
.icon .parking:before{
  background: url(../img/icon_parking.svg)no-repeat;
  top:3px;
}
.icon .lock:before{
  background: url(../img/icon_lock.svg)no-repeat;
  /*width: 12px;
  height: 15px;*/
  top:2px;
}
.icon .chair:before{
  background: url(../img/icon_chair.svg)no-repeat;
  width: 14px;
  height: 20px;
}
.icon .fam:before{
  background: url(../img/icon_fam.svg)no-repeat;
  top:3px;
}
.icon .food:before{
  background: url(../img/icon_food.svg)no-repeat;
}
.icon .shop:before{
  background: url(../img/icon_shop.svg)no-repeat;
}
.icon .bar:before{
  background: url(../img/icon_bar.svg)no-repeat;
}
.icon .card:before{
  background: url(../img/icon_card.svg)no-repeat;
}


ul.icon.chech li:before{
  content: " ";
  display: inline-block;
  position: relative;
  top:2px;
  padding-right: 5px;
  width: 14px;
  height: 14px;
  background: url(../img/icon_check.svg)no-repeat;
}
ul.icon.chech li:last-child{
  margin-bottom: 30px;
}


.location .left{
  float:left;
  width: 35%;
}

.location .g_map{
  float: right;
  width: 65%;
  margin-bottom: 30px;
}

#intoro #love{
  margin-bottom: 30px;
}
#intoro #love ul li{
  float: left;
  margin-right: 30px;
  text-indent: -1rem;
  padding-left: 1.5rem;
}
.pop_facility{
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
}
.pop_facility ul li{
  float: left;
  margin-right: 30px;
  font-weight: bold;
}

.bottan{
  background:#ddd;
  padding: 5px;
  text-align: center;
  margin-top: 20px;
}
.bottan:hover{
  background:#000;
  padding: 5px; 
}
.bottan a{
  color: #000;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.bottan:hover a{
  color: #fff;
}
.facility01 ul li{
  float: left;
  margin-right: 20px;
}
#room{
  margin-bottom: 30px;
}
#room .room_type{
  clear: both;
  margin-bottom: 40px;
}

#room .room_type h3{
  background:#000;
  padding: 5px 5px 5px 10px; 
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
#room .room_type h3 small{
  font-size: 0.9rem;
  color: #fff;
}
#room .room_type .base{
  padding-left: 1rem;
}
#room .room_type .base li{
  padding: 0;
}
#room .room_type .base .price:before{
  content: none;
  text-indent: 0;
}
#room .room_type .price{
  width: 72%;
  padding: 5px;
  border-top:solid 1px #000;
  border-bottom:solid 1px #000;
  margin-bottom: 10px;
  }
#room .room_type .price tr + tr{
  border-top:solid 1px #000;
}
#room .room_type .price td,
#room .room_type .price th{
  padding: 5px 15px;
  text-align: left;
  font-weight: normal;
}

#room .room_type .price td{
  width: 9rem;
  text-align: center;
  border-left: solid 1px #000;
  }


#room .room_type li{
  float: left;
  padding: 5px;
  margin-right: 30px;
  line-height: 1.5;
}
#room .room_type .ph{
  width: 24%;
  padding: 0;
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
}

#room .room_type .ph img{
  width: 100%;
}

#room .room_type .base{
  display: table;
}
#room .room_type .ame{
  display: table;
  background: #eee;
  padding: 10px 20px;
}
#room .room_type .ame h4{
  margin-bottom: 5px;
}
#room .room_type .ame li{
  padding: 0;
}


#room .room_type .ame li:first-child{
  float: none;
}
#room .room_type .ame li{
  margin-right: 10px;
}
#room .room_type .ame li:after{
  content: ',';
}
#room .room_type .ame li:last-child:after,
#room .room_type .ame li:first-child:after{
  content: none;
}


#facilities h3{
  clear: both;
}

#facilities ul li{
  float: left;
  margin-right: 20px;
}

address{
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.5rem;
}
/*************/
.viewer {
  position: relative; 
  max-width:100%; 
  padding:60% 0 0;
}
.viewer img {top: 0; left: 0; position: absolute; width:100%;}

#onsen .left{
  float: left;
  width: 25%;
}
#onsen .waku{
  float: right;
  width: 75%;
}

#onsen .ph{
  float: right;
  width: 70%;
}

#onsen .ph img{
  width: 100%;
}/*************/



#amenities ul li{
  float: left;
  margin-right: 20px;
}


#review ul li{
  margin-bottom: 10px;
}
#review ul li:hover{
  opacity: 0.8;
}
#review ul li a{
    font-weight: bold;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    width: 100%
    height:100%;
}
#review .rakuten{
  background: #fe0000;
  padding: 10px 0;
}
#review .booking{
  background: #003580;
  padding: 10px 0;
}

#review .officalsite:hover{
  opacity: 0.8;
}
#review .officalsite{
  background: #8d8940;
  padding: 5px 20px;
  display: table;
  position: relative;
  right: 0;
  font-size: .9rem;
}
#review .officalsite a{
  color: #fff;
}

#note ul li{
  float: left;
  margin-right: 20px;
}
#note ul.float_none li{
  float: none;
  margin-right: 0px;
}
#back-top:hover{
  opacity: 0.8;
}
#back-top{
    position: fixed;
    bottom: 10px;
    right: 0;
    padding: 10px 17px;
    background: #000; 
}
#back-top a {
    width: 100%;
    height:100%;
    color: #fff;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
}