/* デザイン改修2023/10 */
/* 基本 */
.contents-wrap .content {
  margin: 60px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .content {
    margin: 20px 0
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none; }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none; }
}

/* ページタイトル */
.contents-wrap .page-title {
  margin: 0 0 20px;
  text-align: center
}

@media screen and (max-width:767px) {
  .contents-wrap .page-title {
    margin: 0 10px 20px;
    text-align: left
  }
}

.contents-wrap .page-title span {
  display: block;
  padding: 10px 0 0;
  font-size: 1.6rem
}

@media screen and (max-width:767px) {
  .contents-wrap .page-title span {
    display: inline-block;
    border-left: 1px solid #000;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    font-size: 1rem
  }
}

.contents-wrap .page-title img {
  width: auto;
  height: 40px
}

@media screen and (max-width:767px) {
  .contents-wrap .page-title img {
    height: 23px
  }
}

/* メインビジュアル */
.main-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 25px;
  height: 300px;
}

@media screen and (max-width: 1300px) {
  .main-image {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .main-image {
    padding: 5% 0;
  }
}

@media screen and (min-width: 1301px) {
  .main-image > img {
    position: relative;
    top: 50%;
    width: 100%;
    max-width: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .main-image > img {
    visibility: hidden;
  }
}

@media screen and (max-width: 767px) {
  .main-image {
    background: url("../img/guest/main-image01_sp.jpg") no-repeat center;
    background-size: 100% auto;
  }
}

/* 導入文 */
.contents-wrap .description {
  display: block;
  margin: 0 30px 40px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width:767px) {
  .contents-wrap .description {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .description span {
    display: block;
  }
}

/* セクションタイトル */
.contents-wrap .section-title {
  margin: 0 0 30px;
  padding: 0 0 0 8px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  border-left: 3px solid #000
}

@media screen and (max-width:767px) {
  .contents-wrap .section-title {
    margin: 0 0 30px;
    font-size: 1.4rem
  }
}

/* セクションの基本 */
.contents-wrap .section {
  width: 960px;
  margin: 0 auto 60px
}

@media screen and (max-width:767px) {
  .contents-wrap .section {
    width: auto;
    margin: 0 10px 20px
  }
}

/* section01 */
@media screen and (max-width:767px) {
  .contents-wrap .section.section01 {
    margin: 0 10px 20px
  }
}

.contents-wrap .section.section01 .col-wrap {
  display: table;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap {
    display: block;
    width: auto
  }
}

.contents-wrap .section.section01 .col-wrap .col {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 50%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap .col {
    display: table;
    width: 100%;
    padding: 0 0 20px;
    border: none;
    font-size: 1.4rem;
  }
}

.contents-wrap .section.section01 .col-wrap .col:first-child {
  border-right: none;
}

.contents-wrap .section.section01 .col-wrap:last-of-type {
  width: 491px;
  margin: 0 auto 0 0
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap:last-of-type {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

.contents-wrap .section.section01 .col-wrap:last-of-type .col {
  border-right: 1px solid #d2d2d2
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap:last-of-type .col {
    padding: 0;
    border: none
  }
}

.contents-wrap .section.section01 .col-wrap .icon {
  float: left;
  padding: 0 0 0 35px
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap .icon {
    display: table-cell;
    width: 10%;
    padding: 0 15px 0 0;
    vertical-align: top
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap .icon img {
    max-width: 40px
  }
}

.contents-wrap .section.section01 .col-wrap .contents-title {
  display: table;
  position: relative;
  z-index: 1;
  float: left;
  width: fit-content;
  max-width: 300px;
  margin: 30px 0 30px 30px;
  padding: 0 0 5px 0;
  font-weight: bold;
  border-bottom: 4px solid #92C86C;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap .contents-title {
    display: table-cell;
    max-width: 80%;
    padding: 0;
    margin: 10px 0 15px;
    border-bottom: 3px solid #92C86C;
    font-size: 1.6rem;
  }
}

.contents-wrap .section.section01 .col-wrap .contents-text {
  float: right;
  width: 85%;
  padding: 0 25px 0 0;
  margin: 10px 0 30px;
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section01 .col-wrap .contents-text {
    display: table-cell;
    width: 93%;
    padding: 0 10px 0 0;
    margin: 10px 0 15px;
  }
}

/* section01のボタン */
.guest-section__button {
  width: 70%;
  margin: 10px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guest-section__button {
    width: 250px; }
}

.guest-section__button a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background: #24B2CD;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 6px;
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .guest-section__button a {
    font-size: 1.4rem; }
}

@media screen and (min-width: 768px) {
  .guest-section__button a:hover {
    opacity: .7; }
}

.btn_room {
  margin: 10px auto 40px;
}

.btn_kitsuke {
  margin: 10px auto 40px;
  text-align: center;
}
.btn_kitsuke p {
  display: inline-block;
  width: 33%;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .btn_kitsuke p {
    width: 120px;
  }
}

/* section01のバナー */
.banner_kitsuke {
  width: 95%;
  margin: 10px auto;
  text-align: center;
}

/* section02 */
@media screen and (max-width:767px) {
  .contents-wrap .section.section02 {
    margin: 0 10px 20px
  }
}

.contents-wrap .section.section02 .col-wrap {
  display: table;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap {
    display: block;
    width: auto
  }
}

.contents-wrap .section.section02 .col-wrap .col {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 50%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap .col {
    display: table;
    width: 100%;
    padding: 0 0 20px;
    border: none;
    font-size: 1.4rem;
  }
}

.contents-wrap .section.section02 .col-wrap .col:first-child {
  border-right: none;
}

/* .contents-wrap .section.section02 .col-wrap:last-of-type {
  width: 491px;
  margin: 0 auto 0 0
} */

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap:last-of-type {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
  }
}

/* .contents-wrap .section.section02 .col-wrap:last-of-type .col {
  border-right: 1px solid #d2d2d2
} */

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap:last-of-type .col {
    padding: 0;
    border: none
  }
}

.contents-wrap .section.section02 .col-wrap .icon {
  float: left;
  padding: 0 0 0 35px
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap .icon {
    display: table-cell;
    width: 10%;
    padding: 0 15px 0 0;
    vertical-align: top
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap .icon img {
    max-width: 40px
  }
}

.contents-wrap .section.section02 .col-wrap .contents-title {
  display: table;
  position: relative;
  z-index: 1;
  float: left;
  width: fit-content;
  max-width: 300px;
  margin: 30px 0 30px 30px;
  padding: 0 0 5px 0;
  font-weight: bold;
  border-bottom: 4px solid #92C86C;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap .contents-title {
    display: table-cell;
    max-width: 80%;
    padding: 0;
    margin: 10px 0 15px;
    border-bottom: 3px solid #92C86C;
    font-size: 1.6rem;
  }
}

.contents-wrap .section.section02 .col-wrap .contents-text {
  float: right;
  width: 85%;
  padding: 0 25px 0 0;
  margin: 10px 0 30px;
  line-height: 1.7;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.section02 .col-wrap .contents-text {
    display: table-cell;
    width: 93%;
    padding: 0 10px 0 0;
    margin: 10px 0 15px;
  }
}

/* map */
@media screen and (max-width:767px) {
  .contents-wrap .section.map-wrap {
    margin: 0 10px 20px
  }
}

.contents-wrap .section.map-wrap .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 10px 0;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section.map-wrap .title {
    font-size: 1.4rem;
  }
}

.contents-wrap .section.map-wrap .map-area {
  overflow: hidden;
  position: relative;
  margin: 20px 0 20px;
  height: 400px
}

.contents-wrap .section.map-wrap .map-area iframe {
  width: 100%;
  height: 770px;
  margin-top: -170px;
}

@media screen and (max-width: 767px) {
  .contents-wrap .section.map-wrap .map-area iframe {
    height: 750px;
    margin-top: -150px;
  }
}

.contents-wrap .section.map-wrap .app {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width:767px) {
  .contents-wrap .section.map-wrap .app {
    font-size: 1.2rem;
  }
}

.contents-wrap .section.map-wrap p {
  font-size: 1.5rem
}

@media screen and (max-width:767px) {
  .contents-wrap .section.map-wrap p {
    font-size: 1.4rem
  }
}

/* access */
.contents-wrap .access-wrap {
  display: table;
  width: 960px;
  margin: 0 auto
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap {
    display: block;
    width: auto
  }
}

.contents-wrap .access-wrap .col {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  width: 50%;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap .col {
    display: table;
    width: 100%;
    padding: 20px 10px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2
  }
}

.contents-wrap .access-wrap .col:first-child {
  border-right: none
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap .col:first-child {
    border-bottom: none
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap .col:last-child {
    border-bottom: none
  }
}

.contents-wrap .access-wrap .icon {
  float: left;
  padding: 0 0 0 35px
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap .icon {
    float: none;
    display: table-cell;
    width: 45px;
    padding: 0 20px 0 0
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap .icon img {
    max-width: 45px
  }
}

.contents-wrap .access-wrap dl {
  float: right;
  width: 310px;
  padding: 0 20px 0 0;
  font-size: 1.5rem
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap dl {
    float: none;
    display: table-cell;
    width: auto;
    padding: 0 10px 0 0;
    font-size: 1.4rem
  }
}

.contents-wrap .access-wrap dl dt {
  margin: 0 0 15px;
  font-weight: bold
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap dl dt {
    margin: 0 0 5px
  }
}

.contents-wrap .access-wrap dl dt:nth-of-type(2) {
  margin: 30px 0 15px
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap dl dt:nth-of-type(2) {
    margin: 20px 0 5px
  }
}

.contents-wrap .access-wrap dl dd {
  line-height: 1.7
}

.contents-wrap .access-wrap dl dd p+p {
  margin: 30px 0 0
}

.contents-wrap .access-wrap dl dd .break {
  display: block
}

@media screen and (max-width:767px) {
  .contents-wrap .access-wrap dl dd .break {
    display: inline-block
  }
}

/* announce */
.footer-announce {
  margin: 0 auto 30px auto;
}

.footer-announce p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer-announce p {
    font-size: 1.2rem;
  }
}

/* ページTOPリンク */
.contents-wrap .page-top-link {
  margin: 15px 0 0;
  font-size: 1.2rem;
  text-align: right
}

@media screen and (max-width:767px) {
  .contents-wrap .page-top-link {
    margin: 15px -10px 0;
    padding: 20px 10px 0;
    border-top: 1px solid #d2d2d2
  }
}

@media screen and (max-width:767px) {
  .contents-wrap .page-top-link.bottom {
    margin: 0;
    padding: 20px 0 0;
    border: none
  }
}

.contents-wrap .page-top-link.sp {
  display: none;
  margin: 20px 0
}

@media screen and (max-width:767px) {
  .contents-wrap .page-top-link.sp {
    display: block;
    padding: 20px 10px 0
  }
}

.contents-wrap .page-top-link a {
  position: relative;
  padding: 0 0 0 10px;
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .contents-wrap .page-top-link a:hover {
    text-decoration: none
  }
}

.contents-wrap .page-top-link a:after, .contents-wrap .page-top-link a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent
}

.contents-wrap .page-top-link a:before {
  margin: -2px 0 0;
  border-bottom: 4px solid #333
}

.contents-wrap .page-top-link a:after {
  margin: -1px 0 0;
  border-bottom: 4px solid #fff
}

/* 問い合わせ帯の表示コントロール */
@media screen and (max-width:767px) {
  /* .contents-wrap .contact {
    display: none;
  } */
  .contact-inner ul li:first-child {
    display: none;
  }
}

/* コンテンツナビ非表示 */
.page-bottom-wrap .content-nav {
  display: none;
}