@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-text{
  line-height: 2;
}
@media print, screen and (max-width: 960px) {
  p{
    font-size: 1.4rem;
  }
  p.p-text{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: none;
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.8;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.5rem;
  line-height: 1.8;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.8;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}

/* ==================================================
以下、ブロックごとの指定
================================================== */
#wrapper{
  width: 100%;
}
@media screen and (max-width: 767px) {
  body.home #wrapper{
    padding-bottom: 30px;
  } 
}

/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
header .inner{
  margin-bottom: 0!important;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

.bold{
  font-weight: bold;
}

/* "h" tag
-------------------------------------------------- */
h1.h1-logo{
  line-height: normal;
  font-weight: bold;
  color: #e4b03b;
  font-size: 2.6rem;
  /*  color: #c9bc9c;
  font-size: 2.15rem;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  position: absolute;
  top: 48%;
  transform: translateY(-48%);
  left: 16%;
  text-shadow: 1px 1px 0px #333;*/
}
h1.h1-logo:hover{
  opacity: .5;
  transition: 0.6s;
}
h2.h2-cmn{
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5rem;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
}
h2.h2-cmn::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  display: block;
  width: 5rem;
  height: 4px;
  background: #e4b03b;
  transform: translate3d(-50%,0,0);
}
h2.h2-cmn.roomInfo{
  padding-top: 1rem;
}
h2.h2-cmn.storeIntroduce{
  color: #fff;
}
h3.roomInfo{
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
h3.h3-top.westernstyle::before{
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../img/top/bed.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
h3.h3-top.japanesestyle::before{
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../img/top/bed-linen.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}
h3.h3-top.address{
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

h4.h4-top.roomInfo {
   position: relative;
   color: #e4b03b;
   font-size: 2.4rem;
   text-indent: 2.4rem;
   font-weight: bold;
}
h4.h4-top.roomInfo::before {
   position: absolute;
   left: 0;
   top: 40%;
   transform:translateY(-45%);
   content: '';
   width: 12px;
   height:12px;
   border: 4px solid #e4b03b;
   border-radius:100%;
}
h5.h5-top.roomInfo {
  color: #e4b03b;
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  h1.h1-logo{
    font-size: 2.2rem;
  }
  h2.h2-cmn{
    font-size: 2.1rem;
    margin-bottom: 4rem;
  }
  h2.h2-cmn::after{
    width: 5rem;
    height: 3px;
  }
  h3.roomInfo{
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
  }
  h3.h3-top.westernstyle::before{
    width: 30px;
    height: 30px;
  }
  h3.h3-top.japanesestyle::before{
    width: 30px;
    height: 30px;
  }
  h4.h4-top.roomInfo {
     font-size: 2.0rem;
     text-indent: 2.0rem;
  }
  h4.h4-top.roomInfo::before {
     transform:translateY(-39%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #e4b03b;
     border-radius:100%;
  }
  h5.h5-top.roomInfo {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
  
/* header
-------------------------------------------------- */
header.fixed-top{
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
  background-color: rgba(255,255,255,.90);
  -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
}
header div.inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 90px;
}
/* logo */
header div.inner div.logo-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.5%;
  /*background: url(../img/miyamura_logo.png) no-repeat;
  background-size: 80% 80%;
  background-position: center center;  
  width: 15%;
  position: relative;*/
}
/* nav */
header div.inner div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.nav-area a.nav-button {
  display: none;
}
header div.nav-area ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.nav-area ul.nav li{
  margin-right: 3rem;  
  font-weight: normal;
  color: #27313D;
}
header div.nav-area ul.nav li:last-child{
  margin-right: 1.5rem;
  padding-left: 3rem;
  border-left: 1px dotted #000;
}
header div.nav-area ul.nav li a{
  font-size: 1.5rem;
}
header div.nav-area ul.nav li a:hover{
  transition: .4s;
  color: #e4b03b;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}

@media print, screen and (min-width: 961px) {
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px) {
  /* clicked hamburger button screen */
  header div.nav-area nav.nav-wrap{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 100;
    background: rgba(9,4,91,0.8);
    width: 100%;
    height: 100%;
  }
  header div.inner div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header div.nav-area ul.nav{
    margin: 10rem 0 0 0;
    position: relative;
    float: none;
    display: block;
  }
  header div.nav-area ul.nav li{
    font-size: 1.7rem;
    text-align: center;
    margin: 0 auto;
    line-height: 4;
    display: block;
    width: 92%;
    border-bottom: 1px dotted #fff;
  }
  header div.nav-area ul.nav li:last-child{
    margin: 0 auto;
    padding-bottom: 0.5rem;
    border-left: none;
    padding-left: 0;
  }
  header div.nav-area ul.nav li a{
    display: block;
    color: #FFF;
    font-size: 1.6rem;
  }
  header div.nav-area ul.nav li a:hover{
    opacity: 0.5;
    transition: .5s;
  }
  /* hamburger button */
  header div.nav-area a.nav-button,
  header div.nav-area a.nav-button span {
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  header div.nav-area a.nav-button {
    display: block;
    cursor: pointer;
    z-index: 200;
    position: absolute;
    width: 26px;
    top: 35px;
    height: 20px;
    right: 20px;
  }
  header div.nav-area a.nav-button.active{
    position: absolute;
    right: 20px;
  }
  header div.nav-area a.nav-button:hover{
    opacity: 0.5;
    transition: .5s;
  }
  header div.nav-area a.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
  }
  header div.nav-area a.nav-button.active span{
    background-color: #FFF;
  }
  header div.nav-area a.nav-button span:nth-of-type(1) {
    top: 0;
  }
  header div.nav-area a.nav-button span:nth-of-type(2) {
    top: 9px;
  }
  header div.nav-area a.nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  header div.nav-area a.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  header div.nav-area a.nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  header div.nav-area a.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}
@media print, screen and (max-width: 767px) {
  header div.inner{
    height: 70px;
  }
  header div.inner div.logo-area{
    margin-left: 2.5%;
  }
  header div.nav-area a.nav-button {
    width: 24px;
    top: 26px;
  }
}

/* main
-------------------------------------------------- */
/*main{
  margin-top: 90px;
}
.archive main{
  overflow-x:visible;
}
@media screen and (max-width: 600px){
  main{
    margin-top: 90px;
  }
}
*/
/* button
-------------------------------------------------- */
div.button-area{
  width: 170px;
  margin: 45px auto 0;
}
a.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9872E), to(#ad6524));
  background: -webkit-linear-gradient(#E9872E, #ad6524);
  background: -o-linear-gradient(#E9872E, #ad6524);
  background: linear-gradient(#E9872E, #ad6524);
  display: inline-block;
  height: 55px;
  width: 170px;  
  line-height: 55px;
  text-align: center;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
}
a.button:hover{
  opacity: 0.5;
  transition: .5s;
}
@media print, screen and (max-width: 767px) {
  div.button-area{
    width: 150px;
    margin: 45px auto 0 auto;
  }
  a.button {
    height: 55px;
    width: 150px;  
    line-height: 3.9;
    font-size: 1.4rem;    
  }
}

/* mainVisualSec
-------------------------------------------------- */
section.mainVisualSec{
  margin-top: 90px;
  width: 100%;
  height: 600px;
  background-size: center center / cover;  
}
section.mainVisualSec div.inner{
  height: 600px;
  margin: 0 auto;
  position: relative;
}

section.mainVisualSec div.inner div.telInfo{
/*  background: -webkit-gradient(linear, left top, left bottom, from(#E9872E), to(#ad6524));
  background: -webkit-linear-gradient(#E9872E, #ad6524);
  background: -o-linear-gradient(#E9872E, #ad6524);
  background: linear-gradient(#E9872E, #ad6524);*/
/*  width: 220px;
  height: 220px;*/
/*  border-radius: 50%;*/
  color: #fff;
  position: absolute;
  margin: auto;
  right: 2%;
  bottom: 15px;
/*  border: 2px solid #ad6524;*/
}
section.mainVisualSec div.telInfo div.textarea{
  /*padding-top: 55px;*/
}
/*section.mainVisualSec div.telInfo .fa.fa-phone{
  font-size: 3.0rem;
}*/

section.mainVisualSec div.telInfo .telnum{
  font-size: 3.0rem;
  line-height: 1.5;
  text-shadow: 0px 0px 7px #333,0px 0px 7px #333,0px 0px 7px #333,0px 0px 7px #333;
}
section.mainVisualSec div.telInfo .telnum span.infottl{
  margin-right: 8px;
  font-size: 1.6rem;
  font-weight: normal;
  bottom: 5px;
  position: relative;
}
section.mainVisualSec div.copy p::before{
  content: "国立公園指定 座間味島";
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  font-weight: normal;
}
section.mainVisualSec div.copy p{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.2rem;
  font-weight: 500;
  color: #fff;
  margin-left: 6rem;
  text-shadow: 0px 0px 7px #333,0px 0px 7px #333,0px 0px 7px #333,0px 0px 7px #333;
}
@media print, screen and (max-width: 767px) {
  section.mainVisualSec{
    margin-top: 70px;
    width: 100%;
    height: 450px;
/*    height: calc(100vh - 70px);*/
    background-size: cover;
  }
  section.mainVisualSec div.inner{
    height: 450px;
    margin: 0 auto;
    position: relative;
  }
  section.mainVisualSec div.copy p{
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    font-size: 2.8rem;
    color: #fff;
    margin-left: 0;
  }
  section.mainVisualSec div.inner div.telInfo{
    background: #E9872E;
    width: 100%;
    height: 60px;
    border-radius: 0;
    color: #fff;
    position: fixed;
    text-align: center;
    margin: auto;
    right: 0;
    bottom: 0;
    border: none;
    z-index: 9;
  }
  section.mainVisualSec div.telInfo .telnum span.infottl{
    margin-top: 1.15rem;
    font-size: 1.4rem;
    margin-right: 0;
    bottom: inherit;
    display: block;
    line-height: 0.9;
  }
  section.mainVisualSec div.telInfo .telnum{
    font-size: 2.4rem;
    text-shadow: none;
    font-weight: bold;
    line-height: 1.4;
  }
  section.mainVisualSec div.telInfo div.textarea{
    padding-top: 0;
  }
  section.mainVisualSec div.telInfo .fa.fa-phone{
    display: none;
  }
  section.mainVisualSec div.telInfo .infottl{
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  section.mainVisualSec div.telInfo .telnum{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }  
}

/* gotocampaignSec
-------------------------------------------------- */
section.gotocampaignSec{
  margin-top: 100px;
}
section.gotocampaignSec div.content{
  width: 97%;
  margin: 0 auto;
}

/* saihakkennextSec
-------------------------------------------------- */
section.saihakkennextSec{
  margin-top: 100px;
}
section.saihakkennextSec div.content{
  width: 97%;
  margin: 0 auto;
  border: 1px dotted #333;
  padding: 50px 30px;
}
section.saihakkennextSec div.content div.block{
  margin-top: 30px;
}
section.saihakkennextSec div.content div.block a{
  text-decoration: underline;
  color: #0E7AC4;
}
section.saihakkennextSec div.content div.block dl dt.ttl{
  font-weight: bold;
  font-size: 18px;  
  border-bottom: 1px dotted #333;
  margin-bottom: 15px;
}
section.saihakkennextSec div.content div.block dl dd{
  margin-bottom: 30px;
}
section.saihakkennextSec div.content div.block dl dd:last-child{
  margin-bottom: 0;
}
section.saihakkennextSec div.content div.block dl dd li{
  margin-bottom: 5px;
}
section.saihakkennextSec div.content div.block dl dd li:last-child{
  margin-bottom: 0;
}
section.saihakkennextSec div.content div.block dl.step dt{
  font-weight: bold;
  font-size: 16px;
}
section.saihakkennextSec div.content div.block dl.step.cam dt{
  color: #e4b03b;
}
section.saihakkennextSec div.content div.block dl.step.coupon dt{
  color: #dd2326;
}
section.saihakkennextSec div.content div.block dl.step dd{
  margin-bottom: 5px;
}
section.saihakkennextSec div.content div.block dl.step dd.mb20{
  margin-bottom: 20px;
}
section.saihakkennextSec div.content div.block dl.step dd.arr{
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}
section.saihakkennextSec div.staynavi{
  margin-top: 70px;
}
section.saihakkennextSec div.staynavi p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
section.saihakkennextSec div.staynavi div.bnr{
  width: 100%;
  margin: 30px auto 0;
}
section.saihakkennextSec div.staynavi div.bnr img{
  width: 100%;
}
section.saihakkennextSec div.staynavi div.block.b02{
  margin-top: 50px;
}
section.saihakkennextSec div.staynavi dl.step.coupon{
  margin-bottom: 40px;
}
section.saihakkennextSec div.staynavi dl.step.coupon dt{
  color: #dd2326;
}
section.saihakkennextSec div.staynavi dl.step.coupon dd ul li{
  list-style-type: disc;
  margin-left: 2.3rem;
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  section.saihakkennextSec div.content{
    padding: 30px 15px;
  }
  section.saihakkennextSec div.content div.block{
    margin-top: 30px;
  }
  section.saihakkennextSec div.content div.block dl dt.ttl{
    font-size: 16px;  
    margin-bottom: 5px;
  }
  section.saihakkennextSec div.content div.block dl dd{
    margin-bottom: 20px;
  }
  section.saihakkennextSec div.content div.block dl.step dt{
    font-size: 15px;
  }
  section.saihakkennextSec div.content div.block dl.step dd{
    margin-bottom: 5px;
  }
  section.saihakkennextSec div.content div.block dl.step dd.mb20{
    margin-bottom: 15px;
  }
  section.saihakkennextSec div.content div.block dl.step dd.arr{
    margin-left: 0;
    text-align: center;
  }
  section.saihakkennextSec div.staynavi{
    margin-top: 50px;
  }
  section.saihakkennextSec div.staynavi p{
    font-size: 18px;
  }
  section.saihakkennextSec div.staynavi div.bnr{
    width: 100%;
    margin: 20px auto 0;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec{
  margin-top: 100px;
  margin-bottom: 190px;
}
section.aboutSec div.content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 97%;
  margin: 0 auto;
}
section.aboutSec div.content div.textarea{
  margin-top: 7rem;
  width: 48%;
}
section.aboutSec div.content div.imgarea{
  width: 49%;  
}
section.aboutSec div.content div.imgarea img{
  width: 100%;
  height: auto;
}

@media print, screen and (max-width: 960px) {
  section.aboutSec div.content div.textarea{
    margin-top: 0;
    width: 58%;
  }
  section.aboutSec div.content div.imgarea{
    width: 39%;  
  }
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin-top: 70px;
    margin-bottom: 140px;
  }
  section.aboutSec div.content{
    display: block;
    width: 95%;
  }
  section.aboutSec div.content div.textarea{
    margin-top: 7rem;
    margin-bottom: 3rem;
    width: 100%;
  }
  section.aboutSec div.content div.imgarea{
    width: 100%;
  }
}

/* roomInfoSec
-------------------------------------------------- */
section.roomInfoSec{
  margin-top:-90px;
  padding:90px 0;
  background-color: #F5F1E9;
}
section.roomInfoSec div.text-explain{
  width: 97%;
  margin: 0 auto 6rem;
}
section.roomInfoSec div.cancel{
  width: 97%;
  margin: 0 auto 6rem;
}
section.roomInfoSec div.cancel h3{
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
section.roomInfoSec div.cancel ul{
  margin: 3rem 0;
}
section.roomInfoSec div.cancel ul li{
  list-style-type: disc;
  margin-left: 2.1rem;
}
section.roomInfoSec div.roomInfoWrap{
  width: 97%;
  margin: 0 auto;
}
section.roomInfoSec div.westernstyle{
  padding: 5rem 0;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
section.roomInfoSec div.japanesestyle{
  padding: 5rem 0 0;
}
section.roomInfoSec div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5rem;
}
section.roomInfoSec div.roomInfoWrap div.roomImg{
  width: 49%;
}
section.roomInfoSec div.roomInfoWrap div.roomImg ul.slider{
  width: 100%;
  margin: 0 auto 2rem;
}
section.roomInfoSec div.roomInfoWrap div.roomImg ul.slider img{
  width: 100%;
  height: auto;
}
section.roomInfoSec div.roomInfoWrap div.roomImg ul.thumb img{
  width: 99%;
  height: auto; 
}
section.roomInfoSec div.roomInfoWrap div.roomImg ul.thumb li:hover{
  opacity: .7;
  cursor: pointer;
}
section.roomInfoSec .slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow {
  position: absolute;
  color: #fff;
  z-index: 8;
  font-size: 2.5rem;
  top: 49%;
  left: 2.5%;
  transform: translateY(-47%);
  text-shadow: 1px 1px 1px rgba(30,30,30,1);
  -webkit-text-shadow: 1px 1px 1px rgba(30,30,30,1);
}
section.roomInfoSec .slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow:hover {
  cursor: pointer;
}
section.roomInfoSec .slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow {
  position: absolute;
  color: #fff;
  z-index: 8;
  font-size: 2.5rem;
  top: 49%;
  right: 2.5%;
  transform: translateY(-47%);
  text-shadow: 1px 1px 1px rgba(30,30,30,1);
  -webkit-text-shadow: 1px 1px 1px rgba(30,30,30,1);
}
section.roomInfoSec .slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow:hover{
  cursor: pointer;
}

/* テキストエリア */
section.roomInfoSec div.roomInfoWrap div.roomText{
  width: 49%;
}
section.roomInfoSec div.roomInfoWrap div.roomText p{
  line-height: 1.5;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #aaa;
  font-size: 1.6rem;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl dt{
  width: 25%;
  font-weight: normal;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl dd{
  width: 75%;
  margin-bottom: 0;
  text-align: center;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price{
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-bottom: none;
  font-size: 1.7rem;
  line-height: 1.5;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dt,
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dd{
  font-weight: bold;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dt span,
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dd span{
  font-size: 1.5rem;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.roomNumber{
  margin-bottom: 3.0rem;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.privatefacility{
  margin-top: 2rem;
  margin-bottom: 2.0rem;
}
section.roomInfoSec div.roomInfoWrap div.roomText div.commonfacility{
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 960px) {
  section.roomInfoSec div.text-explain{
    width: 95%;
  }
  section.roomInfoSec div.cancel{
    width: 95%;
  }
  section.roomInfoSec div.roomInfoWrap{
    width: 95%;
  }
  section.roomInfoSec div.wrap{
    display: block;
    margin-top: 3rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomImg{
    width: 100%;
    margin-bottom: 4rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText{
    width: 100%;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl dt{
    width: 40%;
    font-weight: normal;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl dd{
    width: 60%;
    margin-bottom: 0;
    text-align: center;
  }  
}
@media print, screen and (max-width: 767px) {
  section.roomInfoSec{
    margin-top:-70px;
    padding:70px 0;
  }
  section.roomInfoSec div.text-explain{
    margin: 0 auto 5rem;
  }
  section.roomInfoSec div.cancel h3{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  section.roomInfoSec div.cancel ul{
    margin: 2rem 0;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText p{
    line-height: 1.7;
    font-size: 1.4rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price{
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;  
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dt span,
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dd span{
    font-size: 1.4rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl.price dd span{
    font-weight: normal;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail dl {
    font-size: 1.5rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.5rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail div.privatefacility{
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
  section.roomInfoSec div.roomInfoWrap div.roomText div.roomInfoDetail div.commonfacility{
    margin-bottom: 2rem;
  }  
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin-top: 100px;
}
section.newsSec div.news-list{
  width: 97%;
  margin: 0 auto;
}
section.newsSec div.news-list dl{
  border-bottom: 1px dotted #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.newsSec div.news-list dl.news-bottom{
  margin-bottom: 4rem;
}
section.newsSec div.news-list a{
  color: #0E7AC4;
}
section.newsSec div.news-list a:hover{
  text-decoration: underline;
}
section.newsSec div.news-list dt.newsdate{
  font-weight: normal;
  width: 150px;
  margin-right: 2rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}
section.newsSec div.news-list dd.newstitle{
  padding-bottom: 1rem;
  line-height: 1.5;
}
section.newsSec div.news-list div.button-area{
  width: 170px;
  margin: 5rem 0 0 auto;
}
section.newsSec div.news-list div.button-area a.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#0d0684), to(#040130));
  background: -webkit-linear-gradient(#0d0684, #040130);
  background: -o-linear-gradient(#0d0684, #040130);
  background: linear-gradient(#0d0684, #040130);
  display: inline-block;
  width: 170px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
}
section.newsSec div.news-list div.button-area a.button:hover{
  text-decoration: none;
}

@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin-top: 70px;
  }
  section.newsSec div.news-list{
    width: 95%;
  }
  section.newsSec div.news-list dl.news-bottom{
    margin-bottom: 3rem;
  }
  section.newsSec div.news-list dl{
    display: block;
  }
  section.newsSec div.news-list dt.newsdate{
    margin-bottom: 0.5rem;
  }
  section.newsSec div.news-list div.button-area{
    width: 150px;
    margin: 5rem auto 0 auto;
  }
  section.newsSec div.news-list div.button-area a.button {
    width: 150px;
    font-size: 1.4rem;
  }
}

/* accessSec
-------------------------------------------------- */
section.accessSec{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
/* gmap */
section.accessSec div.gmap{
  margin-bottom: 3rem;
}
section.accessSec div.gmap iframe{
  width: 100%;
  height: 450px;
}
section.accessSec div.text-explain{
  width: 97%;
  margin: 0 auto;
}
section.accessSec div.address{
  width: 97%;
  margin: 3rem auto 0;
}

@media print, screen and (max-width: 767px) {
  section.accessSec{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  /* gmap */
  section.accessSec div.gmap iframe{
    height: 400px;
  }
  section.accessSec div.text-explain{
    width: 95%;
  }
  section.accessSec div.address{
    width: 95%;
  }
}


/* storeIntroduceSec
-------------------------------------------------- */
section.storeIntroduceSec{
  background: url(../img/top/105store.jpg) center center / cover no-repeat;
  background-size: cover;
  height: 400px;
  padding-top: 8rem;
  margin-bottom: 10rem;
}
section.storeIntroduceSec div.text-explain{
  color: #fff;
  text-align: center;
}
section.storeIntroduceSec div.button-area{
  margin-top: 50px;
}
section.storeIntroduceSec div.button-area a.button {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  background: inherit;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
}
section.storeIntroduceSec div.button-area a.button:hover{
  background: #fff;
  color: #000;
  opacity: 1;
}
@media print, screen and (max-width: 767px) {
  section.storeIntroduceSec{
    padding-top: 7rem;
    margin-bottom: 8rem;
  }
  section.storeIntroduceSec div.text-explain{
    width: 94%;
    margin: 0 auto;    
  }
  section.storeIntroduceSec div.text-explain p{
    font-size: 1.5rem;
  }
}

/* footer
-------------------------------------------------- */
footer{
  width: 100%;
  background: #09045B;
}
footer div.footer-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 20rem;
}
/* logo */
footer div.footer-area .footerlogo-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
footer div.footer-area .footerlogo-area p.footerlogo a{
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
footer div.footer-area .footerlogo-area p.footerlogo a:hover{
  opacity: .5;
  transition: 0.6s;
}
footer div.footer-area .footerlogo-area p{
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* nav */
footer div.footernav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.footernav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
footer div.footernav ul li{
  margin-left: 30px;
}
footer div.footernav ul li a{
  color: #fff;
}
footer div.footernav ul li a:hover{
  opacity: .5;
  transition: 0.6s;
}
footer div.footernav ul li:last-child{
  margin-right: 20px;
}

@media print, screen and (max-width: 960px) {
  footer div.footer-area{
    padding: 5.5rem 0 5rem; 
    display: block;
    height: auto;
  }
  footer div.footer-area .footerlogo{
    display: block;
  }
  footer div.footer-area .footerlogo-area{
    display: block;
    margin-left: 0;width: 100%;
  }
  footer div.footer-area .footerlogo-area p{
    text-align: center;
  }
  footer div.footer-area .footerlogo-area p.footerlogo{
    margin-bottom: 20px;
  }
  footer div.footer-area .footerlogo-area p.footerlogo a{
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  footer div.footer-area .footerlogo-area p.footer_address{
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 1.4rem;
    width: 100%;
  }
  footer div.footernav{
    display: block;
  }
  footer div.footernav ul{
  /*  display: block;
 */ width: 100%;
    margin: 0 auto;
    display: block;
  }
  footer div.footernav ul li{
    text-align: center;
    margin-left: 0;
    margin-bottom: 2rem;
    width: 49%;
    display: inline-block;
  }
  footer div.footernav ul li:last-child{
    margin-bottom: 0;
    margin-right: 0;
  }
}

/* copyright
-------------------------------------------------- */
div.copyright{
  padding: 12px 0;
  text-align: center;
}
div.copyright p{
  margin-bottom: 0;
  color: #27313D;
}
@media print, screen and (max-width: 767px) {
  div.copyright p{
    font-size: 1.3rem;
  }
}