html{
	overflow: auto;
}
body{
  background-image: url(../img/bg-header.jpg);
  background-position: center top;
  background-size: initial;
  background-repeat: no-repeat;
	overflow: hidden;
  position: relative;
	min-width: 1190px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 14px;
}
body:before{
  position: absolute;
  background: url(../img/bg-footer.jpg) no-repeat bottom center;
  height: 1220px;
  width: 2000px;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;  
}
h2{
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}
h2.ttl-com{
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
h2.ttl-com span{
  display: block;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}

a{ color: #111; }
a:hover{ color: #111; }
.pt_evt_none {
    pointer-events: none;
}
#RthCustomizeW{
	width: 1190px !important;
}
#htlContents{
  margin:0 auto;
  background: #FFF;
  padding: 0 40px 0;
  position: relative;
  width: 1190px !important;
  min-width: 1190px !important;
  min-height: 1500px;
  overflow: hidden;
}
div#RthCustomize{
	width: 1190px;	
}
#htlSide-A{
    position: absolute;
    top: 641px;
    left: 40px;
}
#htlMainContent {
    width: 1190px !important;
    margin-left: 0 !important;
}
.addbox{
  text-align: center;
}
p.btn-clear{
  margin-top: 30px;
  width: 200px;
}
p.btn-clear a{
  display: block;
  text-align: center;
  color: #FFF;
  border: 1px solid #FFF; 
  padding: 10px 0;
}
p.btn-clear a:hover{
  color: #000;
  background: #FFF;
  border: 1px solid #FFF; 
}
p.btn-wht{
  margin-top: 30px;
  width: 200px;
}
p.btn-wht a{
  display: block;
  text-align: center;
  color: #000;
  background: #FFF;
  border: 1px solid #FFF; 
  padding: 10px 0;
}
p.btn-wht a:hover{
  color: #FFF;
  background: transparent;
  border: 1px solid #FFF; 
}
p.btn-clear-blk{
  margin-top: 30px;
  width: 200px;
}
p.btn-clear-blk a{
  display: block;
  text-align: center;
  color: #000;
  border: 1px solid #000; 
  padding: 10px 0;
}
p.btn-clear-blk a:hover{
  color: #FFF;
  background: #003750;
  border: 1px solid #003750; 
}
p.btn-blue{
  margin-top: 30px;
  width: 200px;
}
p.btn-blue a{
  display: block;
  text-align: center;
  color: #FFF;
  background: #035177;
  border: 1px solid #035177; 
  padding: 10px 0;
}
p.btn-blue a:hover{
  color: #035177;
  background: transparent;
  border: 1px solid #035177; 
}

/*ヘッダー
*************************************/
#header{
  background: #F1F1F1;
  height: 120px;
  position: relative;
}

/**メインビジュアル**/
.visCont{
	width: 1190px;
	margin-top: 30px;
  position: relative;
}
.logo{
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.visCont h1{
  position: absolute;
  font-size: 26px;
  z-index: 1;
  text-align: center;
  color: #FFF;
  top: 132px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainContents{
    position: relative;
    width: 950px;
    margin: 0 auto;
}

/**メニュー**/
#menu-cont{
  margin-bottom: 40px;
  background-color: #003750;
  background-image: url("../img/moana-logo-wht.png");
  background-position: 30px 12px;
  background-repeat: no-repeat;
  background-size: 150px;
  height: 70px;
}
#menu-cont ul.gNav{
  padding: 28px 0 0;
  margin-left: 30px;
  text-align: right;
}
#menu-cont ul.gNav li{
  margin-right: 26px;
  display: inline-block;
}
#menu-cont ul.gNav li a{
  color: #FFF;
}
#menu-cont ul.gNav li a:hover{
  text-decoration: underline;
}

/**　トップ ABOUT
**************************************************/
.about-box{
  background-image: url("../img/bg-about.jpg");
  background-repeat: no-repeat;
  height: 500px;
  box-sizing: border-box;
  padding: 64px 80px 0 470px;
  color:#FFF;
}
.about-box h2{
  margin-bottom: 20px;
}
.about-box h2 span{
  font-size: 12px;
  display: block;
}

/**　トップ ゲストルーム
**************************************************/
.rmBox1{
  background-image: url("../img/bg-double.jpg");
  background-repeat: no-repeat;
  height: 350px;
  box-sizing: border-box;
  padding: 50px 600px 0 40px;
  color:#FFF;  
}
.rmBox1 h2,
.rmBox2 h2,
.rmBox3 h2{
  margin-bottom: 10px;
  font-size: 20px;
}

.rmBox2{
  background: url("../img/bg-twin.jpg") no-repeat;
  height: 350px;
  box-sizing: border-box;
  padding: 50px 40px 0 600px;
  color:#FFF;  
}

.rmBox3{
  background: url("../img/bg-deluxe.jpg") no-repeat;
  height: 350px;
  box-sizing: border-box;
  padding: 30px 600px 0 40px;
  color:#FFF;  
}
.rmBox3 > p{
  font-size: 13px;
}
/**　トップ ブレークファースト
**************************************************/
.breakfast{
  background: url("../img/bg-breakfast.jpg") no-repeat;
  height: 387px;
  box-sizing: border-box;
  padding: 140px 40px 60px 480px;
}

/**　トップ TEAM
**************************************************/
.team{
  background: url("../img/bg-artistteam.jpg") no-repeat;
  height: 350px;
  box-sizing: border-box;
  padding:84px 490px 0 70px;
  color:#FFF;
}

/**　トップ 観光
**************************************************/
.kankou{
  background: url("../img/bg-kankou.jpg") no-repeat;
  height: 460px;
  box-sizing: border-box;
  padding: 74px 530px 60px 27px;
}
.kankou h2{
  margin-bottom: 20px;
}
.kankou h2 span{
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

/**　トップ アクセス
**************************************************/
.access{
  background: #025176;
  display: flex;
  height: 350px;
  margin-bottom: 60px;
}
.access .map{
  width: 566px;
}
.access .acc-det{
    background: #025176;
    width: 384px;
    color: #FFF;
    padding: 48px 40px 0;
    box-sizing: border-box;
}

/**　トップ　おすすめプラン
**************************************************/
ul.plan{
  display: flex;
  justify-content: space-around;
}
ul.plan li{
  position: relative;
  height: 360px;
  box-shadow: 1px 1px 5px #CCC;
  width: 280px;
}
ul.plan li h3{
  margin: 16px 0 10px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 1.5;
}
p.btn-plan{
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  width: 200px;
}
p.btn-plan a{
  display: block;
  text-align: center;
  color: #025176;
  background: transparent;
  border: 1px solid #025176; 
  padding: 10px 0;
}
p.btn-plan a:hover{
  color: #FFF;
  background: #025176;
  border: 1px solid #025176; 
}

/**　下層　ゲストルーム
**************************************************/
.catch01{
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  line-height: 1.6;
}
.room-det-double{
 background: url("../img/bg-det-double.jpg") no-repeat;
 height: 240px;
 box-sizing: border-box;
 padding: 50px 460px 0 40px;
}
.room-det-twin{
 background: url("../img/bg-det-twin.jpg") no-repeat;
 height: 240px;
 box-sizing: border-box;
 padding: 50px 460px 0 40px;
}
.room-det-deluxe{
 background: url("../img/bg-det-deluxe.jpg") no-repeat;
 height: 240px;
 box-sizing: border-box;
 padding: 50px 460px 0 40px;
}
.kit-ame-box{
 height: 458px;
 box-sizing: border-box;
 padding: 50px 407px 0 40px;
 color:#FFF;
 position: relative;
}
.kit-ame-box:before{
  position: absolute;
  content: "";
  height: 300px;
  width: 950px;
  top: 0;
  left: 0;
  background: #035177;
}
.kitame-det{
  position: absolute;
  right: 40px;
  top: 120px;
  width: 330px;
}
.kitame-det .btn-blue{
  width: 280px;
  margin: 88px auto 0;
}
.equipments{
  margin-bottom: 60px;
}
table.tbl-equipments{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
table.tbl-equipments th{
  width: 214px;
  background: #035177;
  border-bottom: 1px solid #CCC;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
}
table.tbl-equipments td{
  padding: 30px;
  border-bottom: 1px solid #CCC;
  display: flex;
}
table.tbl-equipments td.last{
  border-bottom: none;
}
table.tbl-equipments td ul{
  width: 225px;
}
table.tbl-equipments td ul li{
  margin-bottom: 6px;
}

.other-room{
  display: flex;
  justify-content: space-around;
}
.other-room li{
  width: 429px;
}
.other-room li a:hover img{
  opacity: 0.8;
}


/**共通　フッターエリア
**************************************************/
ul.fNav{
  background: #025176;
  padding: 20px 0 18px;
  margin-top: 60px;
  text-align: center;
}
ul.fNav li{
  margin-right: 26px;
  display: inline-block;
  padding: 0 28px 0 0;
  border-right: 1px solid #FFF;
}
ul.fNav li:last-child{
  margin-right:0;
  padding: 0 0 0 0;
  border-right: none;
}
ul.fNav li a{
  color: #FFF;
  font-size: 12px;
}
ul.fNav li a:hover{
  color: #fff;
  text-decoration: underline;
}

/**　下層　施設のご案内
**************************************************/
.faci01{
 background: url("../img/bg-faci01.jpg") no-repeat;
 height: 580px;
 box-sizing: border-box;
 padding: 370px 400px 0 0px;
}
#faci-juggzi{
  margin-bottom: 60px;
}
.catch02{
  padding: 30px 0 0;
  font-size: 20px;
  font-weight: bold;
}
.faci02{
 background: url("../img/bg-faci02.jpg") no-repeat;
 height: 381px;
 box-sizing: border-box;
 padding: 88px 510px 0 40px;
 margin-bottom: 60px;
 color: #FFF;
}
.faci03{
 background: url("../img/bg-faci03.jpg") no-repeat;
 height: 381px;
 box-sizing: border-box;
 padding: 112px 30px 0 500px;
 color: #FFF;
 margin-bottom: 60px;
}
.service-cont{
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.service-cont div{
  margin-bottom: 40px;
  width: 300px;
}
.service-cont div img{
  width: 100%;
}
.service-cont div h3{
  font-weight: bold;
  margin: 15px 0 8px; 
}
.tbl-basicinfo{
  width: 100%;
  line-height: 1.6;
}
.tbl-basicinfo th{
  border-bottom: 1px dotted #CCC;
  padding: 20px 0;
  width: 200px;
}
.tbl-basicinfo td{
  border-bottom: 1px dotted #CCC;
  padding: 20px 0;
}

/**　下層　観光スポット
**************************************************/
.spot-box01{
  background: url("../img/spot01.jpg") no-repeat;
  height: 450px;
  box-sizing: border-box;
  padding: 52px 420px 0 40px;
  color: #FFF;
  margin-bottom: 60px;  
}
.spot-box02{
  background: url("../img/spot02.jpg") no-repeat;
  height: 382px;
  box-sizing: border-box;
  padding: 135px 490px 0 40px;
  color: #FFF;
  margin-bottom: 60px;  
}