@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  position: relative;
  background: url("../../_images/rooms/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  width: 1600px;
  padding-right: 225px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.js-location-content {
  flex: 1;
}

.js-location-nav {
  width: 230px;
  padding-top: 80px;
  padding-left: 15px;
}

.js-location-nav ul {
  position: sticky;
  top: 125px;
}
.js-location-nav ul li {
  position: relative;
}
.js-location-nav ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li ~ li {
  margin-top: 30px;
}
.js-location-nav ul li a {
  position: relative;
  color: #bbbbbb;
  font-weight: bold;
  padding-left: 0.8em;
}
.js-location-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
.js-location-nav ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
.js-location-nav ul li a:hover,
.js-location-nav ul li a.is-current{
  color: var(--c-black);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1560px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    padding-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 90px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .js-location-nav {
    padding-top: 80px;
    padding-left: 15px;
    width: 20%;
  }
  .js-location-content {
    flex: 1;
    width: 80%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: block;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .js-location-nav {
    display: none;
  }
  .js-location-content {
    flex: 1;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * 宴会・会議
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.rooms {
  position: relative;
  padding-top: 80px;
}

.rooms .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms {
    position: relative;
    padding-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.rooms .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.rooms .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .rooms .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
     font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 客室
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.rooms .contents {}

.rooms .contents .item.row {
  flex-direction: row-reverse;
}

.rooms article > div.section ~ div.section {
  padding-top: 100px;
}
.rooms .item .content .layout-2 {
  align-items: center;
}
.rooms .title-1 {
  font-size: 2.5rem;
}
.rooms .item .content .layout-2 span {
  position: relative;
  margin-top: 0;
  padding-left: 1.25em;
}
.rooms .item .content .layout-2 span::before {
  content: "";
  display: block;
  background: url("../../_images/rooms/no-smoking.png") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rooms .main-area {}

.rooms .main-area picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.rooms .thumb-area {
  margin-top: 0.2em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.rooms .thumb-area > a {
  margin: 0.2em;
}

.rooms .item.layout-flex-2 .detail {
  margin-top: 50px;
}
.rooms .detail .images {}

.rooms dl.data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.rooms dl.data dt,
.rooms dl.data dd {
  padding: 0.5em;
  border-bottom: 1px solid #dddddd;
}
.rooms dl.data dt {
  width: 30%;
}
.rooms dl.data dd {
  width: 70%;
}
.rooms .link-btn {
  margin-top: 30px;
}
.rooms .link-btn .btn {
 width: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms article > div.section ~ div.section {
    padding-top: 50px;
  }
  .rooms .item .content .layout-2 {
    display: flex;
    align-items: center;
  }
  .rooms .title-1 {
    font-size: 2.0rem;
  }
  .rooms .item .content .layout-2 span {
    position: relative;
    margin-top: 0;
    font-size: 1.1rem;
    padding-left: 2.0em;
  }
  .rooms .item.layout-flex-2 .detail {
    margin-top: 1em;
  }
  .rooms .detail .images {
    text-align: center;
  }
  .rooms .thumb-area {
    margin-top: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 施設
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#facilities {
  padding-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #facilities {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト）
/* ------------------------------------------------------------------------------------------------- */

#facilities .contents.layout-2 {
  display: flex;
  margin-top: 50px;
}

#facilities .contents.layout-2 picture {
  width: 67%;
  display: block;
  text-align: center;
}
#facilities .contents.layout-2 .detail {
  width: 28%;
  margin-left: 30px;
}

#facilities .contents.layout-2 .detail .title-1 {
  font-size: 2.5rem;
}

#facilities .contents.layout-2 dl.data {
  margin-top: 40px;
  border-top: 1px solid #dddddd;
}
#facilities .contents.layout-2 dl.data + .images {
  text-align: center;
}

#facilities .contents.layout-2 .link-btn {
  margin-top: 50px;
}
#facilities .contents.layout-2 .btn {
  width: 270px;
  font-size: 1.6rem;
  padding: 1em;
}
#facilities .contents.layout-2 .btn ~ .btn {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #facilities .contents.layout-2 picture {
    width: 100%;
  }
  #facilities .contents.layout-2 .detail {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #facilities .contents.layout-2 {
    display: flex;
    margin-top: 1em;
  }
  #facilities .contents.layout-2 picture {}
  #facilities .contents.layout-2 .detail {
    max-width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
#facilities .contents.layout-2 .detail .title-1 {
  font-size: 2.4rem;
}
#facilities .contents.layout-2 .detail .text {
  margin-top: 0;
}

#facilities .contents.layout-2 dl.data {
  margin-top: 1em;
  border-top: 1px solid #dddddd;
}

#facilities .contents.layout-2 .link-btn {
  margin-top: 1em;
}
#facilities .contents.layout-2 .btn {
  width: 270px;
  font-size: 1.6rem;
  padding: 0.5em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（2カラム）
/* ------------------------------------------------------------------------------------------------- */

#facilities .layout-flex-2 {
  margin-top: 100px;
}
#facilities .layout-flex-2 picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#facilities .layout-flex-2 dl.data {
  margin-top: 1em;
  border-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #facilities .layout-flex-2 {
    margin-top: 7rem;
  }
  #facilities .layout-flex-2 dl.data {
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ご朝食
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breakfast {
  padding-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breakfast {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト）
/* ------------------------------------------------------------------------------------------------- */

#breakfast .contents.layout-2 {
  display: flex;
  margin-top: 50px;
}

#breakfast .contents.layout-2 .content {
  width: 67%;
  display: block;
  text-align: center;
}
#breakfast .contents.layout-2 .thumb-area {
  justify-content: center;
}
#breakfast .contents.layout-2 .detail {
  width: 28%;
  margin-left: 30px;
}

#breakfast .contents.layout-2 .detail .title-1 {
  font-size: 2.5rem;
}

#breakfast .contents.layout-2 dl.data {
  margin-top: 40px;
  border-top: 1px solid #dddddd;
}

#breakfast .contents.layout-2 .link-btn {
  margin-top: 50px;
}
#breakfast .contents.layout-2 .btn {
  width: 270px;
  font-size: 1.6rem;
  padding: 1em;
}
#breakfast .contents.layout-2 .btn ~ .btn {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #breakfast .contents.layout-2 .content {
    width: 100%;
  }
  #breakfast .contents.layout-2 .detail {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breakfast .contents.layout-2 {
    display: flex;
    margin-top: 1em;
  }
  #breakfast .contents.layout-2 .content {}
  #breakfast .contents.layout-2 .detail {
    max-width: 100%;
    margin-right: 0;
    margin-top: 1em;
  }
#breakfast .contents.layout-2 .detail .title-1 {
  font-size: 2.4rem;
}
#breakfast .contents.layout-2 .detail .text {
  margin-top: 0;
}

#breakfast .contents.layout-2 dl.data {
  margin-top: 1em;
  border-top: 1px solid #dddddd;
}

#breakfast .contents.layout-2 .link-btn {
  margin-top: 1em;
}
#breakfast .contents.layout-2 .btn {
  width: 270px;
  font-size: 1.6rem;
  padding: 0.5em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（2カラム）
/* ------------------------------------------------------------------------------------------------- */

#breakfast .layout-flex-2 {
  margin-top: 100px;
}
#breakfast .layout-flex-2 picture {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#breakfast .layout-flex-2 dl.data {}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #breakfast .layout-flex-2 {
    margin-top: 7rem;
  }
  #breakfast .layout-flex-2 dl.data {
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 食事付き宿泊プラン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#plan {
  padding-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#plan .layout-flex-3 {
  justify-content: center;
  margin-top: 50px;
}
#plan .layout-flex-3 li:nth-child(n+4) {
  margin-top: 50px;
}

#plan .layout-flex-3 li {
  position: relative;
  transition: 0.6s;
}
#plan .layout-flex-3 li a {
  transition: 0.6s;
  opacity: 1;
  display: block;
}
#plan .layout-flex-3 li .images {
  overflow: hidden;
  transition: 0.6s;
  display: block;
}
#plan .layout-flex-3 li .images img {
  transition: 0.6s;
}
#plan .layout-flex-3 li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

#plan .layout-flex-3 .caption {
  text-align: center;
  font-weight: bold;
}
#plan .layout-flex-3 .text {
  position: relative;
  margin-top: 0;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan .layout-flex-3 {
    justify-content: center;
    margin-top: 20px;
  }
  #plan .layout-flex-3 > * {
    width: 100%;
  }
  #plan .layout-flex-3 li ~ li {
    margin-top: 30px;
  }
  #plan .layout-flex-3 li:nth-child(n+4) {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

#plan .layout-flex-3 .link-btn {}

#plan .layout-flex-3 .link-btn .btn::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan .layout-flex-3 .link-btn {
    margin-top: 1em;
  }
}


