/************************
全体
************************/
:root {
  --main-color: #3d4652;
  --accent-color-warm: #523c50;
  --accent-color-cool: #637183;
  --base-color: #e2e2e9;
  --base-color-dark: #3e3d52;
  --footer-color-dark: #3e3d52;
  --footer-color-light: #b1b0c4;
  --white-color: #fff;
  --black-color: #070709;
}

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.06em;
  scroll-margin-top: 110px;
}

@media only screen and (max-width: 868px) {
  * {
    scroll-margin-top: 85px;
  }
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: var(--black-color);
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  overflow-x: hidden;
}

main {
  background-color: var(--base-color);
  padding: 0;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

p,
dt,
dd,
li,
th,
td {
  line-height: 1.6;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ボタン */
button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

a {
  text-decoration: underline;
  /* 変更 */
  color: #888178;
}

a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  /* 変更 */
  color: #333;
  text-decoration: underline;
}

@media only screen and (min-width: 869px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}

/* 幅 */
.w100 {
  width: 100%;
}

/* 画面の表示切替 */
.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media only screen and (max-width: 868px) {
  .br_pc {
    display: none;
  }

  .br_sp {
    display: block;
  }
}

.center-text {
  text-align: center;
}

.fade {
  transition: opacity 0.3s;
  opacity: 1;
  backface-visibility: hidden;
}

.fade:hover {
  opacity: 0.7;
}

.hover-all {
  position: relative;
}

.hover-all>a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mt110 {
  margin-top: 110px;
}

.mr110 {
  margin-right: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mt130 {
  margin-top: 130px;
}

.mr130 {
  margin-right: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.mt140 {
  margin-top: 140px;
}

.mr140 {
  margin-right: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mt180 {
  margin-top: 180px;
}

.mr180 {
  margin-right: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.mt190 {
  margin-top: 190px;
}

.mr190 {
  margin-right: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

/* marginここまで */

/* padding */
.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pt110 {
  padding-top: 110px;
}

.pr110 {
  padding-right: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.pt120 {
  padding-top: 120px;
}

.pr120 {
  padding-right: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.pt130 {
  padding-top: 130px;
}

.pr130 {
  padding-right: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.pt140 {
  padding-top: 140px;
}

.pr140 {
  padding-right: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.pt150 {
  padding-top: 150px;
}

.pr150 {
  padding-right: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pr160 {
  padding-right: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.pt170 {
  padding-top: 170px;
}

.pr170 {
  padding-right: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.pt180 {
  padding-top: 180px;
}

.pr180 {
  padding-right: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.pt190 {
  padding-top: 190px;
}

.pr190 {
  padding-right: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.pt200 {
  padding-top: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

/* paddingここまで */

/* 各クラスの子要素すべてにcssを適用する(1要素目を除く) */
.owl10>*+* {
  margin-top: 10px;
}

.owl20>*+* {
  margin-top: 20px;
}

.owl30>*+* {
  margin-top: 30px;
}

.owl40>*+* {
  margin-top: 40px;
}

.owl50>*+* {
  margin-top: 50px;
}

.owl60>*+* {
  margin-top: 60px;
}

.owl70>*+* {
  margin-top: 70px;
}

.owl80>*+* {
  margin-top: 80px;
}

.owl90>*+* {
  margin-top: 90px;
}

.owl100>*+* {
  margin-top: 100px;
}

/* タブレット対応 */
@media only screen and (max-width: 868px) {

  /* margin */
  .mt0-tb {
    margin-top: 0px;
  }

  .mr0-tb {
    margin-right: 0px;
  }

  .mb0-tb {
    margin-bottom: 0px;
  }

  .ml0-tb {
    margin-left: 0px;
  }

  .mt10-tb {
    margin-top: 10px;
  }

  .mr10-tb {
    margin-right: 10px;
  }

  .mb10-tb {
    margin-bottom: 10px;
  }

  .ml10-tb {
    margin-left: 10px;
  }

  .mt20-tb {
    margin-top: 20px;
  }

  .mr20-tb {
    margin-right: 20px;
  }

  .mb20-tb {
    margin-bottom: 20px;
  }

  .ml20-tb {
    margin-left: 20px;
  }

  .mt30-tb {
    margin-top: 30px;
  }

  .mr30-tb {
    margin-right: 30px;
  }

  .mb30-tb {
    margin-bottom: 30px;
  }

  .ml30-tb {
    margin-left: 30px;
  }

  .mt40-tb {
    margin-top: 40px;
  }

  .mr40-tb {
    margin-right: 40px;
  }

  .mb40-tb {
    margin-bottom: 40px;
  }

  .ml40-tb {
    margin-left: 40px;
  }

  .mt50-tb {
    margin-top: 50px;
  }

  .mr50-tb {
    margin-right: 50px;
  }

  .mb50-tb {
    margin-bottom: 50px;
  }

  .ml50-tb {
    margin-left: 50px;
  }

  .mt60-tb {
    margin-top: 60px;
  }

  .mr60-tb {
    margin-right: 60px;
  }

  .mb60-tb {
    margin-bottom: 60px;
  }

  .ml60-tb {
    margin-left: 60px;
  }

  .mt70-tb {
    margin-top: 70px;
  }

  .mr70-tb {
    margin-right: 70px;
  }

  .mb70-tb {
    margin-bottom: 70px;
  }

  .ml70-tb {
    margin-left: 70px;
  }

  .mt80-tb {
    margin-top: 80px;
  }

  .mr80-tb {
    margin-right: 80px;
  }

  .mb80-tb {
    margin-bottom: 80px;
  }

  .ml80-tb {
    margin-left: 80px;
  }

  .mt90-tb {
    margin-top: 90px;
  }

  .mr90-tb {
    margin-right: 90px;
  }

  .mb90-tb {
    margin-bottom: 90px;
  }

  .ml90-tb {
    margin-left: 90px;
  }

  .mt100-tb {
    margin-top: 100px;
  }

  .mr100-tb {
    margin-right: 100px;
  }

  .mb100-tb {
    margin-bottom: 100px;
  }

  .ml100-tb {
    margin-left: 100px;
  }

  .mt110-tb {
    margin-top: 110px;
  }

  .mr110-tb {
    margin-right: 110px;
  }

  .mb110-tb {
    margin-bottom: 110px;
  }

  .ml110-tb {
    margin-left: 110px;
  }

  .mt120-tb {
    margin-top: 120px;
  }

  .mr120-tb {
    margin-right: 120px;
  }

  .mb120-tb {
    margin-bottom: 120px;
  }

  .ml120-tb {
    margin-left: 120px;
  }

  .mt130-tb {
    margin-top: 130px;
  }

  .mr130-tb {
    margin-right: 130px;
  }

  .mb130-tb {
    margin-bottom: 130px;
  }

  .ml130-tb {
    margin-left: 130px;
  }

  .mt140-tb {
    margin-top: 140px;
  }

  .mr140-tb {
    margin-right: 140px;
  }

  .mb140-tb {
    margin-bottom: 140px;
  }

  .ml140-tb {
    margin-left: 140px;
  }

  .mt150-tb {
    margin-top: 150px;
  }

  .mr150-tb {
    margin-right: 150px;
  }

  .mb150-tb {
    margin-bottom: 150px;
  }

  .ml150-tb {
    margin-left: 150px;
  }

  .mt160-tb {
    margin-top: 160px;
  }

  .mr160-tb {
    margin-right: 160px;
  }

  .mb160-tb {
    margin-bottom: 160px;
  }

  .ml160-tb {
    margin-left: 160px;
  }

  .mt170-tb {
    margin-top: 170px;
  }

  .mr170-tb {
    margin-right: 170px;
  }

  .mb170-tb {
    margin-bottom: 170px;
  }

  .ml170-tb {
    margin-left: 170px;
  }

  .mt180-tb {
    margin-top: 180px;
  }

  .mr180-tb {
    margin-right: 180px;
  }

  .mb180-tb {
    margin-bottom: 180px;
  }

  .ml180-tb {
    margin-left: 180px;
  }

  .mt190-tb {
    margin-top: 190px;
  }

  .mr190-tb {
    margin-right: 190px;
  }

  .mb190-tb {
    margin-bottom: 190px;
  }

  .ml190-tb {
    margin-left: 190px;
  }

  .mt200-tb {
    margin-top: 200px;
  }

  .mr200-tb {
    margin-right: 200px;
  }

  .mb200-tb {
    margin-bottom: 200px;
  }

  .ml200-tb {
    margin-left: 200px;
  }

  /* marginここまで */

  /* padding */
  .pt0-tb {
    padding-top: 0px;
  }

  .pr0-tb {
    padding-right: 0px;
  }

  .pb0-tb {
    padding-bottom: 0px;
  }

  .pl0-tb {
    padding-left: 0px;
  }

  .pt10-tb {
    padding-top: 10px;
  }

  .pr10-tb {
    padding-right: 10px;
  }

  .pb10-tb {
    padding-bottom: 10px;
  }

  .pl10-tb {
    padding-left: 10px;
  }

  .pt20-tb {
    padding-top: 20px;
  }

  .pr20-tb {
    padding-right: 20px;
  }

  .pb20-tb {
    padding-bottom: 20px;
  }

  .pl20-tb {
    padding-left: 20px;
  }

  .pt30-tb {
    padding-top: 30px;
  }

  .pr30-tb {
    padding-right: 30px;
  }

  .pb30-tb {
    padding-bottom: 30px;
  }

  .pl30-tb {
    padding-left: 30px;
  }

  .pt40-tb {
    padding-top: 40px;
  }

  .pr40-tb {
    padding-right: 40px;
  }

  .pb40-tb {
    padding-bottom: 40px;
  }

  .pl40-tb {
    padding-left: 40px;
  }

  .pt50-tb {
    padding-top: 50px;
  }

  .pr50-tb {
    padding-right: 50px;
  }

  .pb50-tb {
    padding-bottom: 50px;
  }

  .pl50-tb {
    padding-left: 50px;
  }

  .pt60-tb {
    padding-top: 60px;
  }

  .pr60-tb {
    padding-right: 60px;
  }

  .pb60-tb {
    padding-bottom: 60px;
  }

  .pl60-tb {
    padding-left: 60px;
  }

  .pt70-tb {
    padding-top: 70px;
  }

  .pr70-tb {
    padding-right: 70px;
  }

  .pb70-tb {
    padding-bottom: 70px;
  }

  .pl70-tb {
    padding-left: 70px;
  }

  .pt80-tb {
    padding-top: 80px;
  }

  .pr80-tb {
    padding-right: 80px;
  }

  .pb80-tb {
    padding-bottom: 80px;
  }

  .pl80-tb {
    padding-left: 80px;
  }

  .pt90-tb {
    padding-top: 90px;
  }

  .pr90-tb {
    padding-right: 90px;
  }

  .pb90-tb {
    padding-bottom: 90px;
  }

  .pl90-tb {
    padding-left: 90px;
  }

  .pt100-tb {
    padding-top: 100px;
  }

  .pr100-tb {
    padding-right: 100px;
  }

  .pb100-tb {
    padding-bottom: 100px;
  }

  .pl100-tb {
    padding-left: 100px;
  }

  .pt110-tb {
    padding-top: 110px;
  }

  .pr110-tb {
    padding-right: 110px;
  }

  .pb110-tb {
    padding-bottom: 110px;
  }

  .pl110-tb {
    padding-left: 110px;
  }

  .pt120-tb {
    padding-top: 120px;
  }

  .pr120-tb {
    padding-right: 120px;
  }

  .pb120-tb {
    padding-bottom: 120px;
  }

  .pl120-tb {
    padding-left: 120px;
  }

  .pt130-tb {
    padding-top: 130px;
  }

  .pr130-tb {
    padding-right: 130px;
  }

  .pb130-tb {
    padding-bottom: 130px;
  }

  .pl130-tb {
    padding-left: 130px;
  }

  .pt140-tb {
    padding-top: 140px;
  }

  .pr140-tb {
    padding-right: 140px;
  }

  .pb140-tb {
    padding-bottom: 140px;
  }

  .pl140-tb {
    padding-left: 140px;
  }

  .pt150-tb {
    padding-top: 150px;
  }

  .pr150-tb {
    padding-right: 150px;
  }

  .pb150-tb {
    padding-bottom: 150px;
  }

  .pl150-tb {
    padding-left: 150px;
  }

  .pt160-tb {
    padding-top: 160px;
  }

  .pr160-tb {
    padding-right: 160px;
  }

  .pb160-tb {
    padding-bottom: 160px;
  }

  .pl160-tb {
    padding-left: 160px;
  }

  .pt170-tb {
    padding-top: 170px;
  }

  .pr170-tb {
    padding-right: 170px;
  }

  .pb170-tb {
    padding-bottom: 170px;
  }

  .pl170-tb {
    padding-left: 170px;
  }

  .pt180-tb {
    padding-top: 180px;
  }

  .pr180-tb {
    padding-right: 180px;
  }

  .pb180-tb {
    padding-bottom: 180px;
  }

  .pl180-tb {
    padding-left: 180px;
  }

  .pt190-tb {
    padding-top: 190px;
  }

  .pr190-tb {
    padding-right: 190px;
  }

  .pb190-tb {
    padding-bottom: 190px;
  }

  .pl190-tb {
    padding-left: 190px;
  }

  .pt200-tb {
    padding-top: 200px;
  }

  .pr200-tb {
    padding-right: 200px;
  }

  .pb200-tb {
    padding-bottom: 200px;
  }

  .pl200-tb {
    padding-left: 200px;
  }
}

/* スマートフォン対応 */
@media only screen and (max-width: 480px) {

  /* margin */
  .mt0-sp {
    margin-top: 0px;
  }

  .mr0-sp {
    margin-right: 0px;
  }

  .mb0-sp {
    margin-bottom: 0px;
  }

  .ml0-sp {
    margin-left: 0px;
  }

  .mt10-sp {
    margin-top: 10px;
  }

  .mr10-sp {
    margin-right: 10px;
  }

  .mb10-sp {
    margin-bottom: 10px;
  }

  .ml10-sp {
    margin-left: 10px;
  }

  .mt20-sp {
    margin-top: 20px;
  }

  .mr20-sp {
    margin-right: 20px;
  }

  .mb20-sp {
    margin-bottom: 20px;
  }

  .ml20-sp {
    margin-left: 20px;
  }

  .mt30-sp {
    margin-top: 30px;
  }

  .mr30-sp {
    margin-right: 30px;
  }

  .mb30-sp {
    margin-bottom: 30px;
  }

  .ml30-sp {
    margin-left: 30px;
  }

  .mt40-sp {
    margin-top: 40px;
  }

  .mr40-sp {
    margin-right: 40px;
  }

  .mb40-sp {
    margin-bottom: 40px;
  }

  .ml40-sp {
    margin-left: 40px;
  }

  .mt50-sp {
    margin-top: 50px;
  }

  .mr50-sp {
    margin-right: 50px;
  }

  .mb50-sp {
    margin-bottom: 50px;
  }

  .ml50-sp {
    margin-left: 50px;
  }

  .mt60-sp {
    margin-top: 60px;
  }

  .mr60-sp {
    margin-right: 60px;
  }

  .mb60-sp {
    margin-bottom: 60px;
  }

  .ml60-sp {
    margin-left: 60px;
  }

  .mt70-sp {
    margin-top: 70px;
  }

  .mr70-sp {
    margin-right: 70px;
  }

  .mb70-sp {
    margin-bottom: 70px;
  }

  .ml70-sp {
    margin-left: 70px;
  }

  .mt80-sp {
    margin-top: 80px;
  }

  .mr80-sp {
    margin-right: 80px;
  }

  .mb80-sp {
    margin-bottom: 80px;
  }

  .ml80-sp {
    margin-left: 80px;
  }

  .mt90-sp {
    margin-top: 90px;
  }

  .mr90-sp {
    margin-right: 90px;
  }

  .mb90-sp {
    margin-bottom: 90px;
  }

  .ml90-sp {
    margin-left: 90px;
  }

  .mt100-sp {
    margin-top: 100px;
  }

  .mr100-sp {
    margin-right: 100px;
  }

  .mb100-sp {
    margin-bottom: 100px;
  }

  .ml100-sp {
    margin-left: 100px;
  }

  .mt110-sp {
    margin-top: 110px;
  }

  .mr110-sp {
    margin-right: 110px;
  }

  .mb110-sp {
    margin-bottom: 110px;
  }

  .ml110-sp {
    margin-left: 110px;
  }

  .mt120-sp {
    margin-top: 120px;
  }

  .mr120-sp {
    margin-right: 120px;
  }

  .mb120-sp {
    margin-bottom: 120px;
  }

  .ml120-sp {
    margin-left: 120px;
  }

  .mt130-sp {
    margin-top: 130px;
  }

  .mr130-sp {
    margin-right: 130px;
  }

  .mb130-sp {
    margin-bottom: 130px;
  }

  .ml130-sp {
    margin-left: 130px;
  }

  .mt140-sp {
    margin-top: 140px;
  }

  .mr140-sp {
    margin-right: 140px;
  }

  .mb140-sp {
    margin-bottom: 140px;
  }

  .ml140-sp {
    margin-left: 140px;
  }

  .mt150-sp {
    margin-top: 150px;
  }

  .mr150-sp {
    margin-right: 150px;
  }

  .mb150-sp {
    margin-bottom: 150px;
  }

  .ml150-sp {
    margin-left: 150px;
  }

  .mt160-sp {
    margin-top: 160px;
  }

  .mr160-sp {
    margin-right: 160px;
  }

  .mb160-sp {
    margin-bottom: 160px;
  }

  .ml160-sp {
    margin-left: 160px;
  }

  .mt170-sp {
    margin-top: 170px;
  }

  .mr170-sp {
    margin-right: 170px;
  }

  .mb170-sp {
    margin-bottom: 170px;
  }

  .ml170-sp {
    margin-left: 170px;
  }

  .mt180-sp {
    margin-top: 180px;
  }

  .mr180-sp {
    margin-right: 180px;
  }

  .mb180-sp {
    margin-bottom: 180px;
  }

  .ml180-sp {
    margin-left: 180px;
  }

  .mr190-sp {
    margin-right: 190px;
  }

  .mb190-sp {
    margin-bottom: 190px;
  }

  .ml190-sp {
    margin-left: 190px;
  }

  .mt200-sp {
    margin-top: 200px;
  }

  .mr200-sp {
    margin-right: 200px;
  }

  .mb200-sp {
    margin-bottom: 200px;
  }

  .ml200-sp {
    margin-left: 200px;
  }

  /* marginここまで */

  /* padding */
  .pt0-sp {
    padding-top: 0px;
  }

  .pr0-sp {
    padding-right: 0px;
  }

  .pb0-sp {
    padding-bottom: 0px;
  }

  .pl0-sp {
    padding-left: 0px;
  }

  .pt10-sp {
    padding-top: 10px;
  }

  .pr10-sp {
    padding-right: 10px;
  }

  .pb10-sp {
    padding-bottom: 10px;
  }

  .pl10-sp {
    padding-left: 10px;
  }

  .pt20-sp {
    padding-top: 20px;
  }

  .pr20-sp {
    padding-right: 20px;
  }

  .pb20-sp {
    padding-bottom: 20px;
  }

  .pl20-sp {
    padding-left: 20px;
  }

  .pt30-sp {
    padding-top: 30px;
  }

  .pr30-sp {
    padding-right: 30px;
  }

  .pb30-sp {
    padding-bottom: 30px;
  }

  .pl30-sp {
    padding-left: 30px;
  }

  .pt40-sp {
    padding-top: 40px;
  }

  .pr40-sp {
    padding-right: 40px;
  }

  .pb40-sp {
    padding-bottom: 40px;
  }

  .pl40-sp {
    padding-left: 40px;
  }

  .pt50-sp {
    padding-top: 50px;
  }

  .pr50-sp {
    padding-right: 50px;
  }

  .pb50-sp {
    padding-bottom: 50px;
  }

  .pl50-sp {
    padding-left: 50px;
  }

  .pt60-sp {
    padding-top: 60px;
  }

  .pr60-sp {
    padding-right: 60px;
  }

  .pb60-sp {
    padding-bottom: 60px;
  }

  .pl60-sp {
    padding-left: 60px;
  }

  .pt70-sp {
    padding-top: 70px;
  }

  .pr70-sp {
    padding-right: 70px;
  }

  .pb70-sp {
    padding-bottom: 70px;
  }

  .pl70-sp {
    padding-left: 70px;
  }

  .pt80-sp {
    padding-top: 80px;
  }

  .pr80-sp {
    padding-right: 80px;
  }

  .pb80-sp {
    padding-bottom: 80px;
  }

  .pl80-sp {
    padding-left: 80px;
  }

  .pt90-sp {
    padding-top: 90px;
  }

  .pr90-sp {
    padding-right: 90px;
  }

  .pb90-sp {
    padding-bottom: 90px;
  }

  .pl90-sp {
    padding-left: 90px;
  }

  .pt100-sp {
    padding-top: 100px;
  }

  .pr100-sp {
    padding-right: 100px;
  }

  .pb100-sp {
    padding-bottom: 100px;
  }

  .pl100-sp {
    padding-left: 100px;
  }

  .pt110-sp {
    padding-top: 110px;
  }

  .pr110-sp {
    padding-right: 110px;
  }

  .pb110-sp {
    padding-bottom: 110px;
  }

  .pl110-sp {
    padding-left: 110px;
  }

  .pt120-sp {
    padding-top: 120px;
  }

  .pr120-sp {
    padding-right: 120px;
  }

  .pb120-sp {
    padding-bottom: 120px;
  }

  .pl120-sp {
    padding-left: 120px;
  }

  .pt130-sp {
    padding-top: 130px;
  }

  .pr130-sp {
    padding-right: 130px;
  }

  .pb130-sp {
    padding-bottom: 130px;
  }

  .pl130-sp {
    padding-left: 130px;
  }

  .pt140-sp {
    padding-top: 140px;
  }

  .pr140-sp {
    padding-right: 140px;
  }

  .pb140-sp {
    padding-bottom: 140px;
  }

  .pl140-sp {
    padding-left: 140px;
  }

  .pt150-sp {
    padding-top: 150px;
  }

  .pr150-sp {
    padding-right: 150px;
  }

  .pb150-sp {
    padding-bottom: 150px;
  }

  .pl150-sp {
    padding-left: 150px;
  }

  .pt160-sp {
    padding-top: 160px;
  }

  .pr160-sp {
    padding-right: 160px;
  }

  .pb160-sp {
    padding-bottom: 160px;
  }

  .pl160-sp {
    padding-left: 160px;
  }

  .pt170-sp {
    padding-top: 170px;
  }

  .pr170-sp {
    padding-right: 170px;
  }

  .pb170-sp {
    padding-bottom: 170px;
  }

  .pl170-sp {
    padding-left: 170px;
  }

  .pt180-sp {
    padding-top: 180px;
  }

  .pr180-sp {
    padding-right: 180px;
  }

  .pb180-sp {
    padding-bottom: 180px;
  }

  .pl180-sp {
    padding-left: 180px;
  }

  .pt190-sp {
    padding-top: 190px;
  }

  .pr190-sp {
    padding-right: 190px;
  }

  .pb190-sp {
    padding-bottom: 190px;
  }

  .pl190-sp {
    padding-left: 190px;
  }

  .pt200-sp {
    padding-top: 200px;
  }

  .pr200-sp {
    padding-right: 200px;
  }

  .pb200-sp {
    padding-bottom: 200px;
  }

  .pl200-sp {
    padding-left: 200px;
  }

  /* paddingここまで */
}

/* ボタン */
.button01 {
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 15px 60px 15px 0;
  position: relative;
}

.button01:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-align: center;
  line-height: 50px;
  color: #888178;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
}

.button01:hover:after {
  transform: translateY(-50%) scale(1.1);
}


.list_link {
  margin: 50px auto 100px;
  text-align: center;
}

.btn_center {
  margin: 30px auto;
  width: fit-content;
}

.btn_center_sp {
  margin: 30px 0;
  width: fit-content;
}

@media only screen and (max-width: 868px) {
  .btn_center_sp {
    margin: 30px auto;
  }
}

.btn_color a {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: var(--white-color);
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 12px 20px;
  transition: 0.3s;
  background-color: var(--accent-color-cool);
}

.btn_color a:hover {
  color: var(--accent-color-cool);
  background-color: var(--white-color);
}

.btn_white a {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: var(--accent-color-cool);
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 1px solid var(--accent-color-cool);
  padding: 12px 20px;
  transition: 0.3s;
  background-color: var(--white-color);
}

.btn_white a:hover {
  color: var(--white-color);
  background-color: var(--accent-color-cool);
}

@media screen and (max-width:896px) {

  /* 画像のポジション調整 */
  .img_position_top {
    object-position: top;
  }

  .img_position_center {
    object-position: center;
  }

  .img_position_bottom {
    object-position: bottom;
  }

  .img_position_left {
    object-position: left;
  }

  .img_position_right {
    object-position: right;
  }

  .img_position_right_top {
    object-position: right top;
  }

  .img_position_left_top {
    object-position: left top;
  }

  .img_position_right_bottom {
    object-position: right bottom;
  }

  .img_position_left_bottom {
    object-position: left bottom;
  }
}

/* テーブル１ */
.table01,
.wp-block-table>.has-fixed-layout {
  width: 100%;
}

.table01 tbody tr th,
.table01 tbody tr td,
.wp-block-table>.has-fixed-layout tbody tr th,
.wp-block-table>.has-fixed-layout tbody tr td {
  vertical-align: center;
  border: 1px solid var(--white-color);
  padding: 20px 20px;
}

.table01 tbody tr th,
.wp-block-table>.has-fixed-layout tbody tr th {
  font-weight: 500;
  background: var(--main-color);
  color: #fff;
}

/* タブレット */
@media only screen and (max-width: 868px) {

  .table01,
  .wp-block-table>.has-fixed-layout {
    border-bottom: 1px solid #fff;
  }

  .table01 tbody tr th,
  .table01 tbody tr td,
  .wp-block-table>.has-fixed-layout tbody tr th,
  .wp-block-table>.has-fixed-layout tbody tr td {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 15px;
  }
}

/* singleページ用のテーブル */
.single_page_table {
  width: 100%;
  margin-top: 80px;
}

.single_page_table tr th {
  width: 120px;
}


.single_page_table tr th,
.single_page_table tr td {
  vertical-align: top;
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  padding: 30px 10px;
}

.table_googlemap iframe {
  width: 100%;
}

@media only screen and (max-width: 868px) {
  .single_page_table tr {
    display: flex;
    flex-direction: column;
  }

  .single_page_table tr th,
  .single_page_table tr td {
    width: 100%;
    padding: 20px 10px;
  }

  .single_page_table tr th {
    text-align: left;
  }

  .table_googlemap iframe {
    height: 200px;
  }
}

/* シングルページ用の一覧 */
.single_page_list {
  margin: 50px 0;
}

.single_page_list h3 {
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

/* テーブル２ */
.table02 {
  width: 100%;
}

.table02 tbody tr th,
.table02 tbody tr td {
  display: block;
  /* vertical-align: top; */
  /* border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; */
  padding: 10px;
}

.table02 tbody tr th {
  border-bottom: 1px solid #ccc;
}

.table02 tbody tr td {
  padding-bottom: 0;
  /* margin-bottom: 10px; */
}

@media only screen and (max-width: 868px) {

  .table02 {
    border-bottom: 1px solid #ccc;
  }

  .table02 tbody tr th,
  .table02 tbody tr td {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding: 20px 10px;
  }

  .table02 tbody tr th {
    padding-bottom: 3px;
  }

  .table02 tbody tr td {
    border-top: 0;
    padding-top: 3px;
  }
}

/* テキスト */
h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 868px) {
  h2 {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}

h2.item-ttl {
  text-align: left;
}

h3.room,
h2.item-ttl,
h3.item-ttl,
h4.spot {
  font-size: 1.5rem;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}

h2.item-ttl:before,
h2.item-ttl:after,
h3.item-ttl:before,
h3.item-ttl:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
}

h2.item-ttl:before,
h3.item-ttl:before {
  width: 150px;
  background: var(--main-color);
  left: 0;
}

h2.item-ttl:after,
h3.item-ttl:after {
  width: calc(100% - 150px);
  background: #fff;
  right: 0;
}

@media only screen and (max-width: 868px) {

  h2.item-ttl,
  h3.item-ttl {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  h2.item-ttl:before,
  h3.item-ttl:before {
    width: 100px;
  }

  h2.item-ttl:after,
  h3.item-ttl:after {
    width: calc(100% - 100px);
  }
}

h3.en-ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}

@media only screen and (max-width: 868px) {
  h3.en-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

h3.en-ttl span,
h3.top,
h4.top {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 50px;
  line-height: 2;
}

@media only screen and (max-width: 868px) {

  h3.en-ttl span,
  h3.top,
  h4.top {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

/* リスト */
/* ニュースリスト(TOPとニュース一覧で使用) */
.news-list {
  border-top: 1px solid var(--accent-color-cool);
}

.news-list>li {
  border-bottom: 1px solid var(--accent-color-cool);
  padding: 25px 0;
}

.news-list>li>time {
  width: 100px;
  display: inline-block;
}

.news-list>li>a {
  color: #333;
  display: inline-block;
}

@media only screen and (max-width: 868px) {
  .news-list>li>time {
    margin-bottom: 5px;
  }

  .news-list>li>a {
    display: block;
  }
}

.news-content {
  line-height: 1.7;
}

/* ニュースリストここまで */

/* アクティビティリスト(TOP、アクティビティ一覧、周辺観光一覧に使用) */
.sightseeing-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 2%;
}

.sightseeing-list>li {
  width: 32%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sightseeing-list>li .img-box {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
}

.sightseeing-list>li .img-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sightseeing-list>li .txt-box {
  padding: 20px;
}

.sightseeing-list>li .txt-box>.ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 868px) {
  .sightseeing-list>li {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  .sightseeing-list>li {
    width: 100%;
  }
}

/* アクティビティリストここまで */

/* slick */
.slick-slide li .txt-box {
  padding: 20px;
}

.slick-slide li .txt-box>.ttl {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.multiple-item .is-few-items .slick-list {
  display: flex;
  justify-content: flex-start;
}

/* グーグルマップ */
.g-map {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.g-map>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #7498b5;
}

@media only screen and (max-width: 868px) {
  .g-map {
    padding-bottom: 70%;
  }
}

/* グーグルマップここまで */

/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  background: none;
  transition: all 0.5s ease;
}

/* スクロール時：背景あり */
header.scrolled {
  background: var(--white-color);
}

header .logo-box>a {
  text-decoration: none;
  text-align: center;
  color: #333;
  display: inline-block;
}

header .logo-box>a img {
  width: 176px;
  padding: 5px;
}

@media only screen and (max-width: 868px) {
  header {
    height: 60px;
  }

  header .logo-box>a>img {
    width: 130px;
  }
}

.header-others-btn {
  position: fixed;
  top: 26px;
  right: 100px;
  z-index: 100;
}

.header-others-btn>a {
  text-decoration: none;
  color: var(--white-color);
  display: inline-block;
  position: relative;
  transition: 0.3s;
  padding: 10px 20px;
  margin: 0 5px;
  background: var(--accent-color-warm);
}

.header-others-btn>a:hover {
  opacity: 0.5;
}

.header-others-btn>a:nth-of-type(2) {
  color: #fff;
  background: #333;
}

.header-others-btn>a:nth-of-type(2):hover {
  color: #333;
  background: #fff;
}

@media only screen and (max-width: 868px) {
  .header-others-btn {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 60px;
  }

  .header-others-btn>a {
    text-align: center;
    display: block;
    width: 50%;
    border-radius: 0;
    margin: 0;
    padding: 20px;
    background: #fff;
    color: #555;
  }

  .header-others-btn>a:nth-of-type(1) {
    font-size: 0.75rem;
    position: fixed;
    top: 11px;
    right: 63px;
    padding: 10px 15px;
    width: auto;
    background: unset;
  }

  .header-others-btn.-scroll>a:nth-of-type(1) {
    color: #fff;
    background: #7498b5;
  }
}

#slide-menu-check {
  display: none;
}

#slide-menu-check:checked+.slide-menu-btn .bdr-box>span {
  background: #fff;
}

#slide-menu-check:checked+.slide-menu-btn .hd-menu {
  color: #fff;
}

#slide-menu-check:checked+.slide-menu-btn .bdr-box>span:nth-of-type(1) {
  transform: rotate(45deg);
}

#slide-menu-check:checked+.slide-menu-btn .bdr-box>span:nth-of-type(2) {
  opacity: 0;
}

#slide-menu-check:checked+.slide-menu-btn .bdr-box>span:nth-of-type(3) {
  transform: rotate(-45deg);
}

#slide-menu-check:checked+.slide-menu-btn+.slide-menu {
  opacity: 1;
  visibility: visible;
}

#slide-menu-check:checked+.slide-menu-btn+.slide-menu+.header-others-btn>a:nth-of-type(1) {
  color: #333;
  background: #fff;
}

.slide-menu-btn {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 102;
}

.slide-menu-btn .bdr-box {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-menu-btn .bdr-box>span {
  display: block;
  width: 100%;
  height: 2px;
  /* background: #888888; */
  background: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.slide-menu-btn .bdr-box>span:nth-of-type(1) {
  transform: translateY(-10px);
}

.slide-menu-btn .bdr-box>span:nth-of-type(3) {
  transform: translateY(10px);
}

.slide-menu-btn.-scroll .bdr-box>span {
  background: var(--main-color);
}

.hd-menu {
  color: var(--main-color);
  position: absolute;
  bottom: -13px;
  right: -1px;
  font-size: 12px;
  font-weight: bold;
}

@media only screen and (max-width: 868px) {
  .slide-menu-btn {
    top: 5px;
    right: 10px;
  }
}

.slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: auto;
  padding: 40px 40px 0;
  z-index: 101;
}

.slide-menu .logo-box {
  width: 60%;
  max-width: 260px;
  margin: 0 auto 20px;
}

.slide-menu .logo-box .img-box {
  text-align: center;
}

.slide-menu .logo-box .img-box>a {
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.slide-menu .btn-box {
  display: flex;
  width: 100%;
  max-width: 400px;
  gap: 0 4%;
  margin: 0 auto 20px;
}

.slide-menu .btn-box>.item {
  width: 48%;
}

.slide-menu .btn-box>.item>a {
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 12px 10px;
  transition: 0.3s;
}

.slide-menu .btn-box>.item>a:hover {
  background: #fff;
  color: #333;
}

.slide-menu .btn-box>.item>a.reservation {
  color: #333;
  background: #fff;
}

.slide-menu .btn-box>.item>a.reservation:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}

.slide-menu .nav-list>div>.menu {
  display: flex;
  flex-wrap: wrap;
}

.slide-menu .nav-list>div>.menu>li {
  width: 50%;
}

.slide-menu .nav-list>div>.menu>li>a {
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 22px 0;
  position: relative;
  transition: 0.3s;
}

.slide-menu .nav-list>div>.menu>li>a:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.slide-menu .nav-list>div>.menu>li>a:hover {
  background: rgba(255, 255, 255, 0.4);
}

.slide-menu .nav-list>div>.menu>li:nth-of-type(2n - 1)>a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.slide-menu .nav-list>div>.menu>li:nth-last-of-type(1)>a:before,
.slide-menu .nav-list>div>.menu>li:nth-last-of-type(2)>a:before {
  display: none;
}

.slide-menu .nav-list img {
  aspect-ratio: 16/9;
  width: 90%;
  height: auto;
}

#menu-item-185 img {
  width: 30px;
  aspect-ratio: unset;
}

@media only screen and (max-width: 868px) {
  .slide-menu {
    width: 100%;
    padding: 40px 20px 60px;
  }

  .slide-menu .lang-btn {
    top: 20px;
    left: 10px;
  }

  .slide-menu .nav-list>div>.menu>li>a {
    padding: 18px 0;
  }

  .slide-menu .btn-box>.item>a {
    font-size: 13px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

/* ヘッダーここまで */

/* キービジュアル */
.key-visual.-top {
  width: 100%;
  height: 100svh;
  /* 常に全画面 */
  overflow: hidden;
  position: relative;
  background: #000;
}

.key-visual.-top:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.key-visual.-top .key-img,
.key-visual.-top .swiper-container,
.key-visual.-top .swiper-slide {
  height: 100%;
  width: 100%;
}

.key-visual.-top .key-img .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-visual.-top .key-txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.key-visual.-top .key-txt .logo-box {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  text-shadow:
    #4d4d4d 1px 1px 6px,
    #4d4d4d -1px 1px 6px;
  margin-bottom: 30px;
}

.key-visual.-top .key-txt .logo-box>img {
  width: 220px;
}

.key-visual.-top .key-txt h1 {
  font-size: 2.25rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow:
    #4d4d4d 1px 1px 6px,
    #4d4d4d -1px 1px 6px;
}

@media only screen and (max-width: 868px) {
  .key-visual.-top {
    /* height: 650px; */
    height: 100%;
  }

  .key-visual.-top.tb {
    position: relative;
    width: 100%;
    height: calc(100vh - 340px);
    overflow: hidden;
  }

  .key-visual.-top.tb .key-img .swiper-slide img {
    height: calc(100vh - 340px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .key-visual.-top:before {
    background: none;
    z-index: 0;
  }
}

@media only screen and (max-width: 480px) {
  .key-visual.-top.tb {
    position: relative;
    width: 100%;
    height: calc(100vh - 220px);
    overflow: hidden;
  }

  .key-visual.-top.tb .key-img .swiper-slide img {
    height: calc(100vh - 220px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .key-visual.-top:before {
    background: none;
    z-index: 0;
  }
}

.top_open {
  position: absolute;
  left: 5%;
  bottom: 8%;
  z-index: 10;
}

.top_open h2 {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
  text-shadow: #6b6b6b 1px 1px 3px;
  text-align: justify;
}

.top_open h2 span {
  font-size: 2rem;
  line-height: 1.3;
}

@media only screen and (max-width: 868px) {
  .key-visual.-top .key-txt .logo-box {
    font-size: 4rem;
    margin-bottom: 15px;
  }

  .key-visual.-top .key-txt .logo-box>img {
    width: 130px;
  }

  .key-visual.-top .key-txt h1 {
    font-size: 1.5rem;
  }

  .top_open {
    bottom: 0%;
  }

  .top_open h2 {
    font-size: 1rem;
  }

  .top_open h2 span {
    font-size: 1.25rem;
  }
}

.key-visual:not(.-top) {
  position: relative;
}

.key-visual:not(.-top) .key-img {
  width: 100%;
  padding-bottom: 30%;
  position: relative;
}

.key-visual:not(.-top) .key-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.key-visual:not(.-top) .key-img>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.key-visual:not(.-top) .key-txt {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.key-visual:not(.-top) .key-txt h1 {
  font-size: 3rem;
  color: #fff;
  position: relative;
  padding-bottom: 25px;
}

.key-visual:not(.-top) .key-txt h1:before {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #fff;
}

@media only screen and (max-width: 868px) {
  .key-visual:not(.-top) .key-img {
    padding-bottom: 66%;
  }

  .key-visual:not(.-top) .key-txt {
    top: 60%;
  }

  .key-visual:not(.-top) .key-txt h1 {
    font-size: 2rem;
    padding-bottom: 15px;
  }

  .key-visual:not(.-top) .key-txt h1:before {
    width: 50px;
    height: 3px;
  }
}

/* キービジュアルここまで */

/* パンくずリスト */
.breadcrumbs {
  background: var(--main-color);
  padding: 10px 0;
}

.breadcrumbs .breadcrumbs-list {
  display: flex;
}

.breadcrumbs .breadcrumbs-list>*+*:before {
  content: "-";
  margin: 0 10px;
}

.breadcrumbs .breadcrumbs-list>li {
  color: #fff;
  font-size: 11px;
}

.breadcrumbs .breadcrumbs-list>li>a {
  color: #fff;
}

/* パンくずリストここまで */

/* フッター */
#resort-rg {
  padding: 120px 0;
  background: var(--accent-color-cool);
}

#resort-rg .box,
#resort-rg .rg_details {
  width: 100%;
  max-width: 1520px;
  padding: 0 60px;
  margin: 0 auto;
}

#resort-rg .box {
  margin-bottom: 80px;
}

#resort-rg {
  color: var(--white-color);
}

#resort-rg .box>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}

#resort-rg .box>ul>li {
  display: flex;
  width: 32%;
  align-items: center;
}

#resort-rg .box>ul>li .photo {
  width: 90px;
}

#resort-rg .box>ul>li .txt {
  padding-left: 20px;
}

#resort-rg .box>ul>li .txt>.ttl {
  color: #fff;
}

#resort-rg .rg_details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 5%;
}

#resort-rg .rg_details .item {
  width: 30%;
}

#resort-rg .rg_details .item .ttl {
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 20px;
}

#resort-rg .rg_details .item .ttl>a {
  color: #fff;
}

#resort-rg .rg_details .item .txt {
  color: #fff;
}

@media only screen and (max-width: 868px) {
  #resort-rg {
    padding: 60px 0;
  }

  #resort-rg .box,
  #resort-rg .rg-details {
    padding: 0 40px;
  }

  #resort-rg .box>ul {
    gap: 20px 2%;
  }

  #resort-rg .box>ul>li {
    width: 100%;
  }

  #resort-rg .rg_details {
    padding: 0 40px;
    gap: 50px 0;
  }

  #resort-rg .rg_details .item {
    width: 100%;
  }

  #resort-rg .rg_details .item .ttl {
    font-size: 1rem;
  }
}

footer {
  background: var(--footer-color-light);
}

footer .f-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

footer .f-wrap .l-box {
  width: 250px;
}

footer .f-wrap .l-box .logo-box {
  margin-bottom: 20px;
  width: 235px;
}

footer .f-wrap .l-box .logo-box>a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

footer .f-wrap .l-box .address-txt {
  color: var(--black-color);
  margin-bottom: 10px;
}

footer .f-wrap .l-box .tel-txt {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 10px;
}

footer .f-wrap .l-box .tel-txt>a {
  color: #fff;
}

footer .f-wrap .l-box .reception-txt {
  color: #fff;
}

footer .f-wrap .r-box {
  width: calc(100% -400px);
}

footer .f-wrap .r-box .btn-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

footer .f-wrap .r-box .nav-list .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

footer .f-wrap .r-box .nav-list .menu>li>a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  position: relative;
}

footer .f-wrap .r-box .nav-list .menu>li>a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

footer .f-wrap .r-box .nav-list .menu>li>a:hover:before {
  width: 100%;
  left: 0;
}

footer .copy {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 868px) {
  footer {
    padding-bottom: 60px;
  }

  footer .f-wrap {
    flex-wrap: wrap;
    padding: 30px 0;
  }

  footer .f-wrap .l-box {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  footer .f-wrap .l-box .logo-box {
    margin: 0 auto 30px;
  }

  footer .f-wrap .r-box {
    width: 100%;
  }

  footer .f-wrap .r-box .btn-box {
    margin: 0 auto 20px;
    justify-content: center;
  }

  footer .f-wrap .r-box .btn-box .item {
    width: 100%;
  }

  footer .f-wrap .r-box .btn-box .item>a {
    max-width: unset;
  }

  footer .f-wrap .r-box .nav-list div .menu {
    justify-content: center;
  }
}

/* スマートフォンのフッターボタン */
.footer-others-btn {
  display: none;
}

@media only screen and (max-width: 868px) {
  .header-others-btn {
    display: none;
  }

  .footer-others-btn {
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    height: 45px;
    position: fixed;
    z-index: 100;
  }

  .footer-others-btn>a {
    text-align: center;
    display: block;
    width: 50%;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    background: #fff;
    color: var(--black-color);
    text-decoration: none;
  }

  .footer-others-btn>a:nth-of-type(1) {
    color: var(--white-color);
    background: var(--accent-color-warm);
  }
}

/* フッターここまで */

/* 写真と文章を横並びにする */
.top-charm-box {
  margin-bottom: 120px;
}

.top-charm-box .charm-box>*+* {
  margin-top: 100px;
}

.top-charm-box .charm-box .item-box {
  display: flex;
  align-items: center;
}

.top-charm-box .charm-box .item-box .img-box,
.top-charm-box .charm-box .item-box .txt-box {
  width: 50%;
}

.top-charm-box .charm-box .item-box .img-box {
  position: relative;
  padding-bottom: 30%;
}

.top-charm-box .charm-box .item-box .img-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.top-charm-box .charm-box .item-box .txt-box {
  padding: 60px 30px;
}

.top-charm-box .charm-box .item-box .txt-box .txt {
  line-height: 2;
}

.top-charm-box .charm-box .item-box:nth-of-type(2n) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 868px) {
  .top-charm-box {
    margin-bottom: 80px;
  }

  .top-charm-box .charm-box>*+* {
    margin-top: 60px;
  }

  .top-charm-box .charm-box .item-box {
    display: block;
  }

  .top-charm-box .charm-box .item-box .img-box {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 40px;
    height: auto;
  }

  .top-charm-box .charm-box .item-box .txt-box {
    width: 100%;
    padding: 0 15px;
  }

  .top-charm-box .charm-box .item-box .txt-box .txt {
    font-size: 1rem;
  }
}

/* 写真と文章を横並びにする */

/* ------------------ スライダー画像 ------------------ */
.swiper-content-box2 {
  overflow: hidden;
}

.swiper-content-box2 .swipers {
  box-sizing: border-box;
  position: relative;
}

.swiper-content-box2 .swipers img {
  max-width: 100%;
  height: 500px;
  /* とりあえず確認用 */
}

.swiper-content-box2 .swipers .swiper-slide .charm-img,
.swiper-content-box2 .swipers .swiper-slide .thumb-box {
  box-sizing: border-box;
  position: relative;
}

.swiper-content-box2 .swipers .swiper-slide .charm-img>img,
.swiper-content-box2 .swipers .swiper-slide .thumb-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-content-box2 .swipers .swiper-slide .charm-img {
  /* メイン画像の高さ */
  padding-bottom: 60%;
}

.swiper-content-box2 .swipers .swiper-slide .thumb-box {
  /* サムネイル画像の高さ */
  padding-bottom: 60%;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-content-box2 .swipers .swiper-slide .thumb-box:hover {
  opacity: 1;
}

.swiper-content-box2 .swipers .swiper-slide.swiper-slide-thumb-active .thumb-box {
  opacity: 1;
}

.swiper-content-box2 .swipers .swiper-button-next,
.swiper-content-box2 .swipers .swiper-button-prev {
  text-align: center;
  line-height: 40px;
  /* 矢印背景の横幅 */
  width: 40px;
  /* 矢印背景の縦幅 */
  height: 40px;
  /* 矢印背景色 */
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.swiper-content-box2 .swipers .swiper-button-next:after,
.swiper-content-box2 .swipers .swiper-button-prev:after {
  /* 矢印大きさ */
  font-size: 20px;
  /* 矢印色 */
  color: #3f3f3f;
}

@media only screen and (max-width: 768px) {

  .swiper-content-box2 .swipers .swiper-button-next,
  .swiper-content-box2 .swipers .swiper-button-prev {
    width: 25px;
    height: 25px;
  }

  .swiper-content-box2 .swipers .swiper-button-next:after,
  .swiper-content-box2 .swipers .swiper-button-prev:after {
    font-size: 12px;
  }
}

/* スライダー画像ここまで */

/*閉じるバナー*/
.callout-banner {
  position: fixed;
  z-index: 50;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.callout-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ✖ボタン */
.banner-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 40px;
  color: #fff;
  padding: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.banner-pc {
  bottom: 5px;
  left: 0px;
  width: 33%;
  display: block;
  max-width: 400px;
}

.banner-sp {
  bottom: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: block;
}

@media screen and (max-width: 896px) {
  .banner-pc {
    display: none;
  }
}

@media screen and (min-width: 896px) {
  .banner-sp {
    display: none;
  }
}

.flex_box {
  display: flex;
  justify-content: space-around;
  margin: 100px 0;
}

.flex_box:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.flex_img {
  width: 49%;
  margin-right: 10px;
}

.flex_img img {
  width: 100%;
  height: auto;
}

.flex_txt {
  width: 44%;
}

@media screen and (max-width: 896px) {
  .flex_box {
    flex-direction: column;
  }

  .flex_box:nth-of-type(2n) {
    flex-direction: column;
  }

  .flex_img,
  .flex_txt {
    width: 100%;
  }
}