@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {
  overflow: hidden;
}

#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;
}

}

/* ****************************************************************************************************
   * 特典付きプラン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.plan {
  position: relative;
  background: var(--c-bg);
  padding-top: 120px;
  padding-bottom: 90px;
}

.plan .body {
  max-width: 1240px;
  padding: 0 20px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.plan .title-area {
  line-height: 1.4;
  text-align: center;
}
.plan .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.plan .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以下の時*/
  .plan .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .plan .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.plan .lead .text {
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .lead .text {
    text-align: left;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.plan .layout-flex-5 {}

.plan .layout-flex-5 li {
  transition: 0.6s;
  margin: 0 1% 20px;
}
.plan .layout-flex-5 li a {
  transition: 0.6s;
  opacity: 1;
}
.plan .layout-flex-5 li picture {
  overflow: hidden;
  transition: 0.6s;
  display: block;
}
.plan .layout-flex-5 li picture img {
  transition: 0.6s;
}
.plan .layout-flex-5 li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.plan .layout-flex-5 li:nth-child(even){
  margin-top: 30px;
}
.plan .layout-flex-5 p {
  position: relative;
  margin-top: 0;
  transition: 0.6s;
}
.plan .layout-flex-5 p::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: var(--c-light);
  border-radius: 100%;
  position: absolute;
  bottom: 50%;
  right: -20px;
  transition: 0.6s;
}
.plan .layout-flex-5 p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 105%;
  right: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transition: 0.6s;
}
.plan .layout-flex-5 li:nth-child(3) p::after,
.plan .layout-flex-5 li:nth-child(5) p::after {
  bottom: 155%;
}
.plan .layout-flex-5 a:hover p::before {
  transform: scale(1.1);
}


.plan .layout-flex-5 .text {
  display: block;
  line-height: 1.4;
  margin-top: 0.5em;
  font-weight: 900;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .layout-flex-5 {
    justify-content: center;
  }
  .plan .layout-flex-5 li {
    margin: 0 2% 20px;
  }
  .plan .layout-flex-5 p {
    position: relative;
    margin-top: 0;
    transition: 0.6s;
    max-width: 200px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .layout-flex-5 > * {
    width: 48%;
  }
  .plan .layout-flex-5 {
    justify-content: center;
  }
  .plan .layout-flex-5 li {
    margin: 0 1%;
  }
  .plan .layout-flex-5 li picture {
    overflow: hidden;
    transition: 0.6s;
    display: block;
    width: 90%;
    max-width: 200px;
  }
  
  .plan .layout-flex-5 li:nth-child(n+3) {
    padding-top: 30px;
  }
  .plan .layout-flex-5 p::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: var(--c-light);
    border-radius: 100%;
    position: absolute;
    bottom: 50%;
    right: -15px;
    transition: 0.6s;
    transform: translate(-100%,50%);
  }
  .plan .layout-flex-5 p::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 45%;
    right: 28px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transition: 0.6s;
  }
  .plan .layout-flex-5 li:nth-child(3) p::after,
  .plan .layout-flex-5 li:nth-child(5) p::after {
    bottom: 45%;
  }
  .plan .layout-flex-5 a:hover p::before {
    transform: translate(-100%,50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.plan .link-btn.flex {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan .link-btn.flex a {
  margin: 0 1%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .link-btn.flex {
    margin-top: 60px;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .plan .link-btn.flex a {
   margin: 0 auto;
  }
  .plan .link-btn.flex a ~ a {
    margin-top: 20px;
  }
}


/* ****************************************************************************************************
   * お知らせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {
  padding-top: 120px;
}

.topics .body {
  max-width: 1120px;
}
.topics .content {
  max-width: 25%;
}

.topics .detail {
  width: 70%;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

.topics .content {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topics .content > * {
  width: 50%;
}

.topics .detail {
  min-width: 100%;
  margin-top: 1em;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics .title-area {
  line-height: 1.5;
}
.topics .title {
  position: relative;
  font-size: 2.0rem;
  text-align: left;
}
.topics .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 4.4rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1000px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .title {
    position: relative;
    font-size: 1.4rem;
    text-align: left;
  }
  .topics .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 2.8rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.topics .btn {
  margin-top: 30px;
  width: 200px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .btn {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics ul {}

.topics ul li {}

.topics ul li a {
  position: relative;
  display: flex;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
.topics ul li a > * {
  display: inline-block;
}
.topics ul li a:hover {
  background: var(--c-light);
  opacity: 1;
}
.topics ul li .day {
  min-width: 8em;
}
.topics ul li .text {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {

.topics ul li a {
  position: relative;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 背景
/* ------------------------------------------------------------------------------------------------- */

.topics .bg {
  position: relative;
  background: url("../../_images/index/bg-1.jpg") no-repeat;
  background-size: cover;
  min-height: 450px;
  margin-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .topics .bg {
    position: relative;
    background: url("../../_images/index/bg-1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 225px;
    margin-top: 60px;
  }
}

/* ****************************************************************************************************
   * 客室・施設
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.rooms {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.rooms .title-area {
  line-height: 1.5;
}
.rooms .title {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
}
.rooms .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .title {
    position: relative;
    font-size: 1.6rem;
    text-align: left;
  }
  .rooms .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.rooms .link-btn {}
.rooms .btn {
  width: 300px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.rooms .inner {}
.rooms .inner.layout-flex {
  justify-content: flex-start;
}

.rooms picture {
  position: relative;
  z-index: 2;
  width: 45%;
  max-width: 750px;
  margin-right: 1em;
}
.rooms .contents {
  position: relative;
  width: /*62.5*/55%;
  max-width: 750px;
  height: 720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg);
  padding: 90px 110px;
  z-index: 0;
  margin-left: -60px;
}
.rooms .contents .catch {
  position: absolute;
  top: -70px;
  right: 70px;
  display: block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  line-height: 1.4;
}
.rooms .contents .catch span.col-1 {
  display: block;
}
.rooms .contents .catch span.col-2 {
  display: block;
  margin-top: 60px;
}


.rooms .contents .content {
  max-width: 500px;
  padding: 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .contents .catch {
    position: absolute;
    top: -70px;
    right: 10px;
    font-size: 2.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .contents .catch img {
    width: 35px;
    height: 174px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms picture {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    margin-right: 0;
  }
  .rooms .contents {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg);
    padding: 40px;
    z-index: 0;
    margin-left: 0;
    margin-top: 60px;
  }
  .rooms .contents .catch {
    position: absolute;
    top: -80px;
    right: 35px;
    font-size: 1.4rem;
  }
  
  .rooms .contents .content {
    max-width: 100%;
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.rooms .link-btn {
  text-align: left;
  margin-top: 50px;
}

.rooms .link-btn .btn {
  margin-left: 0;
}
.rooms .link-btn .btn ~ .btn {
  margin-top: 30px;
}
.rooms .link-btn .btn.reserve::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(-15%);
  border: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .rooms .link-btn {
    text-align: left;
    margin-top: 20px;
  }
  .rooms .link-btn .btn ~ .btn {
    margin-top: 20px;
  }
  .rooms .link-btn .btn.reserve::after {
    content: "";
    display: block;
    background: url("../../_images/_common/detail-icon.png") no-repeat;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-15%);
    border: 0;
  }
}


/* ****************************************************************************************************
   * 宴会・会議
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.party {
  position: relative;
}

.party .body {
  background: url("../../_images/index/party-bg.jpg") no-repeat;
  background-position: center;
  max-width: 1380px;
  padding: 0 20px;
  min-height: 900px;
}

.party .inner {
  max-width: 600px;
  padding: 60px;
  background-color: rgb(244, 244, 244, 0.9);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .party .body {
    background: url("../../_images/index/party-bg.jpg") no-repeat;
    background-position: center;
    max-width: 1380px;
    padding: 0 20px;
    min-height: 600px;
  }
  .party .inner {
    max-width: 80%;
    padding: 20px;
    background-color: rgb(244, 244, 244, 0.9);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.party .title-area {
  line-height: 1.4;
  text-align: center;
}
.party .title {
  position: relative;
  margin-top: 0;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.party .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.4;
}
.party .subtitle {
  font-size: 2.8rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .party .title {
    position: relative;
    margin-top: 0;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .party .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
    line-height: 1.4;
  }
  .party .subtitle {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リード文
/* ------------------------------------------------------------------------------------------------- */

.party .lead {
  margin-top: 30px;
}
.party .lead .text {
  text-align: left;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .party .lead {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.party .link-btn.flex {
  display: flex;
  margin-top: 30px;
}

.party .link-btn.flex .btn {
  margin: 0 1%;
  width: 225px;
  padding: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.party .btn.inquiry {
  line-height: 1.0;
  color: #fff;
  background: var(--c-brown);
}
.party .btn.inquiry::after {
  border-color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .party .link-btn.flex {
    display: block;
    margin-top: 1em;
  }
  .party .link-btn.flex .btn {
    margin: 0 auto;
    width: 225px;
    padding: 0.6em;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .party .link-btn.flex .btn ~ .btn {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * お客様の声
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.testimonials {
  padding-top: 120px;
  padding-bottom: 60px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.testimonials .title-area {
  line-height: 1.5;
}
.testimonials .title {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
}
.testimonials .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .title {
    position: relative;
    font-size: 1.6rem;
    text-align: left;
  }
  .testimonials .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.testimonials .link-btn {}
.testimonials .btn {
  width: 300px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.testimonials .inner {}
.testimonials .inner.layout-flex.row {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.testimonials picture {
  position: relative;
  z-index: 2;
  width: 45%;
  max-width: 750px;
  margin-left: 1em;
}
.testimonials .contents {
  position: relative;
  width: /*62.5*/55%;
  max-width: 750px;
  height: 720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg);
  padding: 90px 110px;
  z-index: 0;
  margin-right: -60px;
}
.testimonials .contents .catch {
  position: absolute;
  top: -70px;
  left: 70px;
  display: block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  line-height: 1.4;
}
.testimonials .contents .catch span.col-1 {
  display: block;
}
.testimonials .contents .catch span.col-2 {
  display: block;
  margin-top: 60px;
}

.testimonials .contents .content {
  max-width: 500px;
  padding: 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .contents .catch {
    position: absolute;
    top: -70px;
    left: 10px;
    font-size: 2.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .contents .catch img {
    width: 35px;
    height: 219px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials picture {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    margin-left: 0;
  }
  .testimonials .contents {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg);
    padding: 40px;
    z-index: 0;
    margin-right: 0;
    margin-top: 60px;
  }
  .testimonials .contents .catch {
    position: absolute;
    top: -60px;
    left: 35px;
    font-size: 1.4rem;
  }
  
  .testimonials .contents .content {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.testimonials .link-btn {
  text-align: left;
  margin-top: 50px;
}

.testimonials .link-btn .btn {
  margin-left: 0;
}
.testimonials .link-btn .btn ~ .btn {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .link-btn {
    text-align: left;
    margin-top: 20px;
  }
  .testimonials .link-btn .btn ~ .btn {
    margin-top: 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * 背景
/* ------------------------------------------------------------------------------------------------- */

.testimonials .bg {
  position: relative;
  background: url("../../_images/index/bg-2.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 450px;
  margin-top: 130px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .testimonials .bg {
  position: relative;
  background: url("../../_images/index/bg-2.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 225px;
  margin-top: 65px;
}
}

/* ****************************************************************************************************
   * アクセス・周辺観光
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.location {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .location {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.location .title-area {
  line-height: 1.5;
}
.location .title {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
}
.location .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .location .title {
    position: relative;
    font-size: 1.6rem;
    text-align: left;
  }
  .location .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.location .link-btn {}
.location .btn {
  width: 300px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .location .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.location .inner {}
.location .inner.layout-flex {
  justify-content: flex-start;
}

.location picture {
  position: relative;
  z-index: 2;
  width: 45%;
  max-width: 690px;
  min-height: 690px;
}
.location picture::before {
  content: "";
  display: block;
  background: url("../../_images/index/location-2.png") no-repeat;
  position: absolute;
  top: -100px;
  left: 0;
  width: 280px;
  height: 280px;
}
.location picture::after {
  content: "";
  display: block;
  background: url("../../_images/index/location-3.png") no-repeat;
  position: absolute;
  bottom: -100px;
  right: -60px;
  width: 381px;
  height: 381px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {
  /*ブラウザの幅が736px以下の時*/
  .location picture::after {
    content: "";
    display: block;
    background: url("../../_images/index/location-3.png") no-repeat;
    position: absolute;
    bottom: 0;
    right: -60px;
    width: 381px;
    height: 381px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .location picture::before {
    content: "";
    display: block;
    background: url("../../_images/index/location-2.png") no-repeat;
    position: absolute;
    top: -50px;
    left: 0;
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
  } 
  .location picture::after {
    content: "";
    display: block;
    background: url("../../_images/index/location-3.png") no-repeat;
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 190px;
    height: 190px;
    background-size: 190px 190px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  .location picture::after {
    content: "";
    display: block;
    background: url("../../_images/index/location-3.png") no-repeat;
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 190px;
    height: 190px;
    background-size: 190px 190px;
  }
}

.location .contents {
  position: relative;
  width: /*62.5*/55%;
  max-width: 750px;
  height: 720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg);
  padding: 90px 110px;
  z-index: 0;
}
.location .contents .catch {
  position: absolute;
  top: -70px;
  right: 70px;
  display: block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  line-height: 1.4;
}
.location .contents .catch span.col-1 {
  display: block;
}
.location .contents .catch span.col-2 {
  display: block;
  margin-top: 60px;
}

.location .contents .content {
  max-width: 500px;
  padding: 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .location .contents .catch {
    position: absolute;
    top: -70px;
    right: 10px;
    font-size: 2.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .location picture {
    min-height: 100%;
  }
  .location .contents .catch img {
    width: 35px;
    height: 220px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  .location picture {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }
  .location picture img {
    width: 100%;
  }
  .location .contents {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg);
    padding: 40px;
    z-index: 0;
    margin-top: 180px;
  }
  .location .contents .catch {
    position: absolute;
    top: -120px;
    right: 35px;
    font-size: 1.4rem;
  }
  
  .location .contents .content {
    max-width: 100%;
    padding: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.location .link-btn {
  text-align: left;
  margin-top: 50px;
}

.location .link-btn .btn {
  margin-left: 0;
}
.location .link-btn .btn ~ .btn {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .location .link-btn {
    text-align: left;
    margin-top: 20px;
  }
  .location .link-btn .btn ~ .btn {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * よくあるご質問
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.faq .title-area {
  line-height: 1.5;
}
.faq .title {
  position: relative;
  font-size: 2.5rem;
  text-align: left;
}
.faq .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .title {
    position: relative;
    font-size: 1.6rem;
    text-align: left;
  }
  .faq .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
    font-family: "EB Garamond", serif;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.faq .link-btn {}
.faq .btn {
  width: 300px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq .inner {}
.faq .inner.layout-flex.row {
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.faq picture {
  position: relative;
  z-index: 2;
  width: 45%;
  max-width: 750px;
  margin-left: 1em;
}
.faq .contents {
  position: relative;
  width: /*62.5*/55%;
  max-width: 750px;
  height: 720px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg);
  padding: 90px 110px;
  z-index: 0;
  margin-right: -60px;
}
.faq .contents .catch {
  position: absolute;
  top: -70px;
  left: 70px;
  display: block;
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  line-height: 1.4;
}
.faq .contents .catch span.col-1 {
  display: block;
}
.faq .contents .catch span.col-2 {
  display: block;
  margin-top: 60px;
}

.faq .contents .content {
  max-width: 500px;
  padding: 0 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .contents .catch {
    position: absolute;
    top: -70px;
    left: 10px;
    font-size: 2.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .contents .catch img {
    width: 35px;
    height: 219px;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:768px) {
  /*ブラウザの幅が736px以下の時*/
  .faq picture {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    margin-left: 0;
  }
  .faq .contents {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-bg);
    padding: 40px;
    z-index: 0;
    margin-right: 0;
    margin-top: 60px;
  }
  .faq .contents .catch {
    position: absolute;
    top: -60px;
    left: 35px;
    font-size: 1.4rem;
  }
  
  .faq .contents .content {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.faq .link-btn {
  text-align: left;
  margin-top: 50px;
}

.faq .link-btn .btn {
  margin-left: 0;
}
.faq .link-btn .btn ~ .btn {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq .link-btn {
    text-align: left;
    margin-top: 20px;
  }
  .faq .link-btn .btn ~ .btn {
    margin-top: 20px;
  }
}
