@charset "UTF-8";
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
p.center_txt{
  text-align: center;
}
p.read_txt{
  margin: 0 0 50px;
}
a.btn_single{
  display: block;
  background-color: #b44d59;
  margin: 80px auto 0;
  max-width: 572px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 54px;
  text-align: center;
}
.none_area,#ryokinarea, #searchtypearea, .none_area{
  display: none
}
a.btn_single.orange{
  background-color: #d34718;
}
a.btn_single.orange:hover{
  background-color: #b92f00;
}
.menu_area {
  margin: 50px 0 30px
}
.menu_area h3{
  margin: 0 0 1.5em;
  text-align: center;
  font-size: 24px;
}
.menu_area ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_area ul li{
  width: 50%;
  margin: 0 0 20px;
  font-size: 14px;
}
.btn_single img{
  display: inline-block;
  width: 7px;
  position: relative;
  top: -1px;
  left: 15px;
  vertical-align: middle;
  transition: all .15s ease-out;
}
.img_flex{
  width: 98%;
  margin: 50px auto 80px;
}
a.btn_single:hover {
  background-color: #34a19e;
}
#Morning .flex_spColumn + p{
  margin: 50px 0 0;
}
#Restaurant #Morning .theme .slideArea{
  width: calc(600/960*100%);
    max-width: 600px;
}
#Restaurant #Morning .theme .textArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px;
}
#Lunch p.read{
  margin: 0 0 50px;
  line-height: 2;
  text-align: center;
}
#Concept .main_vsl{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 824px;
}
#Concept .main_vsl img{
  display: block;
  width: 100%
}
#Search_area{
  display: block;
  max-width: 696px;
  margin: 40px auto;
  padding: 40px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#Search_area h4{
  margin: 0 0 10px;
  color: #4c4948;
  font-size: 14px;
}
#Search_area .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:  0 0 50px;
}
#Search_area .wrap{
  display: inline-block;
  position: relative;
  height: 36px;
}
#Search_area .wrap::before{
content: '';
width: 32px;
height: 37px;
position: absolute;
top: 1px;
right: 11px;
background-color: #b14c59;
border-radius: 0 4px 4px 0;
}
#Search_area .wrap::after{
content: '';
width: 15px;
height: 20px;
position: absolute;
top: 8px;
right: 20px;
background-image: url(../images/home/icon_select.png);
background-size: cover;

}
#Search_area h3{
  margin: 0 0 30px;
  font-size: 22px;
  text-align: center;
}
#Search_area h3 + p{
  margin: 0 0 30px;
}
#Search_area p{
  font-size: 12px;
  text-align: center;
}
#Search_area .submit_btn + p{
  font-size: 10px
}
.submit_btn{
  display: block;
  width: 253px;
  background-color: #4c4948;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 44px;
  text-align: center;
}
.select_btn{
  position: relative;
  width: 124px;
  line-height: 36px;
  border: solid 1px rgba(76,73,72,.5);
  border-radius: 5px;
  margin-right: 10px;
  padding: 0 20px
}
.callender{
  position: relative;
  max-width: 198px;
  border: solid 1px rgba(76,73,72,.5);
  border-radius: 5px;
  padding: 5px 10px 5px 40px;
  font-size: 16px;
  color: rgba(76,73,72,.5);
}
.callender::before{
  content: '';
  width: 15px;
  height: 11px;
  background-image: url(../images/home/icon_check.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
#Flow dl{
  margin: 0 0 50px
}
#Flow dl h3{
  color: #b44d59;
  font-size: 18px;
  line-height: 2;
}
#Flow dl img.child{
  display: block;
  margin: 0 auto;
  width: 147px;
}
h1.activ_list{
  margin: 80px 0 40px
}
#access img.thumb{
  display: block;
  width: 100%;
  max-width: 870px;
  margin: 0 auto 30px;
}
#access .section{
  max-width: 695px;
  margin: 0 auto;
}
#access p.title{
  margin: 0 0 1.75em;
  font-size: 28px;
}
#access p.title span{
  display: block;
  font-size: 20px;
}
#access .section p.ttl{
  margin: 20px 0 30px;
  font-size: 20px;
}
#access .section p{
  margin: 0 0 20px
}
#access .section p span.pl6{
  margin-left: 6em;
}
#access ul.text{
  margin: 0 0 50px
}
#access ul.text li{
  margin: 0 0 20px;
}
.btn_dl{
  display: block;
  background-color: #4c4948;
  max-width: 370px;
  margin: 0 auto 30px;
  color: #fff!important;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #Footer #SPfixBtn{
    display: block!important;
  }
  #access .flex{
    margin: 0 0 30px;
    flex-wrap: wrap;
  }
  #access .section p{
    margin: 0 0 5px;
  }
  #access .flex .col{
    width: 100%;
  }
  #party .imgBox {
    display: flex;
    flex-direction: row-reverse!important;
  }
  #party .imgBox .photoBox {
    float: none;
}
  #party .imgBox h4{
    padding: 15px!important;
    font-size: 14px!important;
  }
  #party .imgBox .textBox,
  #party .imgBox,
  #party .imgBox .photoBox{
    width: 100%!important
  }
  #Footer #SPfixBtn{
    display: block!important;
  }
  #Concept dd{
    padding-left: calc(70/750*100vw);
    padding-right: calc(70/750*100vw);
    margin: 0 0 30px;
  }
  #Search_area .col3.first {
    width: 100%;
    margin: 0 0 20px;
}
#Restaurant #Morning,
#Restaurant #Party {
    margin-top: calc(140/750*100vw);
}
#Search_area .flex {
    justify-content: flex-start;
}
#Search_area .col3 {
    width: 45%;
}
#Concept dt{
  overflow: hidden;
  width: 100%!important;
  background-color: #fff;
}
}
@media screen and (min-width: 769px) {
  #Concept dt {
      width: 50%;
      height: 386px;
      overflow: hidden;
      background-image: url(../_assets/images/stay/stay01.jpg);
      background-size: cover;
  }
  #Concept dl:nth-of-type(2) dt{
    background-image: url(../_assets/images/stay/stay02.jpg);
  }
  #Concept dl:nth-of-type(3) dt{
    background-image: url(../_assets/images/stay/stay03.jpg);
  }
  #Concept dt img {
      display: none;
  }
  #access .flex{
    justify-content: center;
  }
  #access .col{
    width: 370px;
    margin-right: 40px
  }
  #Flow dl{
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }
  #Flow dl:nth-of-type(odd){
    flex-direction: row-reverse;
    text-align: right;
  }
  img{
    max-width: 100%;
  }
  #Flow dt{
    width: 50%;
    max-width: 451px;
    height: 245px;
  }
  #Flow dd{
    position: relative;
  }
  #Flow dt img.parent{
    width: auto;
    height: 100%;
  }
  #Flow dl img.child{
    position: absolute;
    width: 147px;
    top: -75px;
  }
  #Flow dl:nth-child(odd) img.child{
    right: -20%;
  }
  #Flow dl:nth-child(even) img.child{
    left: -20%;
  }
  #Flow dd{
    width: 48%;
    max-width: 428px;
  }
  #Concept dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #Concept dl:last-of-type{
    margin: 0 0 55px;
  }
  #Concept dl:nth-of-type(even){
    flex-direction: row-reverse;
  }
  #Concept dt{
    width: 50%;
    overflow: hidden;
  }
  #Concept dt img{
    width: auto;
    height: 100%;
  }
  #Concept dd{
    width: 48%;
    max-width: 440px;
  }
  #Concept dl:nth-of-type(odd) dd{
    padding-left: 30px;
  }
  #Concept dl:nth-of-type(even) dd{
    padding-right: 30px;
  }
  #Concept dd .mod_headCopy{
    text-align: left;
    margin: 0 0 10px
  }
  h1.activ_list{
    margin: 120px 0 90px
  }
}
.Reserve a{
  background-color: #b14c59;
}
.Reserve a:hover,
a.btn_single:hover{
  background-color: #9a404c;
}
a.btn_more{
  display: block;
  width: 280px;
  line-height: 35px;
  border: 1px solid #000;
  margin: 20px auto 0;
  text-align: center;
  transition: .3s;
}
a.btn_more:hover{
  background-color: #000;
  color: #fff;
}
#Room .roomBlock .roomInfo dt{
  position: relative;
}
#Room .roomBlock .roomInfo dt a{
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #0d31a3;
}
#Restaurant #Morning,
#Restaurant #Party{
  margin-top: 110px;
}
#access #main a.textLink:link,
#access #main a.textLink:visited{
  color: #0000ff;
}
#R-Contents {
  margin:0 0 98px;
}
  #R-Contents .mod_2column {
    margin-bottom: 40px;
    background: #b44d59;
  }
    #R-Contents .mod_2column .textArea {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 10px calc(60/960*100%);
      color: #fff;
    }
      #R-Contents .mod_2column .textArea dt {
        font-size: 20px;
        line-height: 1.55em;
        letter-spacing: 0.2em;
        margin-bottom: 20px; }
      #R-Contents .mod_2column .textArea dd {
        font-size: 14px;
        line-height: 1.85714em;
        letter-spacing: 0.08em; }
        #R-Contents .mod_2column .textArea dd .text {
          font-size: 14px;
          line-height: 1.85714em;
          letter-spacing: 0.08em; }
    #R-Contents .mod_2column > .textArea {
      /* FirstContents */
      padding: 10px calc(80/960*100%); }
      #R-Contents .mod_2column > .textArea dt {
        font-size: 20px;
        line-height: 1.2em;
        letter-spacing: 0.08em;
        margin-bottom: 20px; }
      #R-Contents .mod_2column > .textArea dd {
        font-size: 14px;
        line-height: 1.71429em;
        letter-spacing: 0.08em; }
        #R-Contents .mod_2column > .textArea dd .text {
          font-size: 14px;
          line-height: 1.71429em;
          letter-spacing: 0.08em; }
      @media screen and (max-width: 768px) {
        #R-Contents .mod_2column > .textArea {
          padding: calc(40/750*100vw) calc(30/750*100vw);
          margin-top: calc(40/750*100vw);
          margin-top: 0; }
          #R-Contents .mod_2column > .textArea dt {
            font-size: 15px;
            /* legacy */
            font-size: 4vw;
            line-height: 1.43333em;
            letter-spacing: 0.08em;
            margin-bottom: calc(30/750*100vw); }
          #R-Contents .mod_2column > .textArea dd {
            font-size: 11px;
            /* legacy */
            font-size: 2.93333vw;
            line-height: 1.54545em;
            letter-spacing: 0.08em; }
            #R-Contents .mod_2column > .textArea dd .text {
              font-size: 11px;
              /* legacy */
              font-size: 2.93333vw;
              line-height: 1.63636em;
              letter-spacing: 0.08em; } }
    #R-Contents .mod_2column .image_main {
      width: calc(452/960*100%); }
      #R-Contents .mod_2column .image_main img {
        max-width: 100%;
        height: auto; }
    @media screen and (max-width: 768px) {
      #R-Contents .listBlock li.wide {
        max-width: initial;
        width: 100%;
        margin-left: 0; }
        #R-Contents .listBlock li.wide .image {
          width: 100%; }
        #R-Contents .listBlock li.wide .textArea {
          margin: 0;
          padding: calc(40/750*100vw) calc(30/750*100vw); }
          #R-Contents .listBlock li.wide .textArea .title {
            display: block;
            margin: 0; }
            #R-Contents .listBlock li.wide .textArea .title dt {
              font-size: 13px;
              /* legacy */
              font-size: 3.46667vw;
              line-height: 1.30769em;
              letter-spacing: 0.08em; }
            #R-Contents .listBlock li.wide .textArea .title dd {
              font-size: 11px;
              /* legacy */
              font-size: 2.93333vw;
              line-height: 1.63636em;
              letter-spacing: 0.08em;
              margin-left: 0; }
              #R-Contents .listBlock li.wide .textArea .title dd .text {
                margin-top: 0.8em;
                margin-bottom: 0; } }
  @media screen and (max-width: 768px) {
    #R-Contents .listBlock li{
      width: 48%;
      margin: 0 0 20px;
    }
    #R-Contents {
      margin-top: calc(140/750*100vw); }
      #R-Contents .mod_2column {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
        input[type="submit"],
        input[type="button"] {
          border-radius: 0;
          -webkit-box-sizing: content-box;
          -webkit-appearance: button;
          appearance: button;
          border: none;
          box-sizing: border-box;
          cursor: pointer;
        }
        input[type="submit"]::-webkit-search-decoration,
        input[type="button"]::-webkit-search-decoration {
          display: none;
        }
        input[type="submit"]::focus,
        input[type="button"]::focus {
          outline-offset: -2px;
        }
        #R-Contents .listBlock{
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
        }
        #R-Contents .listBlock li{
          width: 22%;
          margin: 0 0 20px;
        }
        @media screen and (max-width: 768px) {
          #R-Contents .mod_2column .image_main {
            width: 100%; }
            #R-Contents .listBlock li{
              width: 46%;
            }
            #R-Contents .listBlock li:nth-child(3),
            #R-Contents .listBlock li:nth-child(4){
              margin-top: 10px
            }
          }
          #homeSlide{
            position: relative;
          }
          #homeSlide .gd_logo{
            display: block;
            position: absolute;
            width: 200px;
            right: 0;
            bottom: 0;
          }
          .Reserve a.reserve {
              transition: .8s;
              background-color: #d34718;
          }

@media screen and (min-width: 769px) {
  #Header #Navi .pcHeader .subNavi .link li {
  margin-right: 10px !important;
          }
          }
