@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

a {
  transition: .5s;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

:target {
  scroll-margin-top: clamp(68px, calc(154 / 1800 * 100vw), 154px);
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 50px;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
}

body,
html {
  height: auto;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  color: #333333;
  font-size: clamp(1.4rem, calc(16 / 1800 * 100vw), 1.6rem);
  line-height: 1.85em;
  letter-spacing: .05em;
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-font-feature-settings: "palt";*/
  /*font-feature-settings: "palt";*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .025em;
}

th,
dt {
  font-family: "Noto Sans", sans-serif;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^="tel"] {
  cursor: default;
}

p {
  font-size: clamp(1.4rem, calc(16 / 1800 * 100vw), 1.6rem);
  line-height: 1.85;
}

.container {
  margin: 0 auto;
  max-width: 1024px;
  width: 95%;
}
.container.wide {
  max-width: 1200px;
}
.container.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  .container {
    max-width: none;
    min-width: auto;
  }
}
body.translatepress-en_US .only-ja, body.translatepress-zh_TW .only-ja, body.translatepress-ko_KR .only-ja, body.translatepress-zh_CN .only-ja {
  display: none !important;
}

body.translatepress-ja .only-en {
  display: none;
}

/*-----------------------------------------------------------
Header
-----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 500;
  background: rgba(255, 255, 255, 0.8);
  transition: transform 0.5s;
}
.header.obs_scroll_on {
  transition: transform 0.5s;
  transform: translate(0, -110%);
}
.header .h-container {
  margin: 0;
  transition: .5s;
}
.header .h-container.first {
  padding: 0;
  background: #001848;
}
.header .h-container.first .h-wrapper {
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
}
.header .h-container.first .h-wrapper .gnavi .gnavi-list {
  margin-right: 15px;
}
.header .h-container.first .h-wrapper .gnavi .gnavi-list > li > a {
  color: #fff;
}
.header .h-container.first .h-wrapper .gnavi .gnavi-list > li > a.op {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.2rem, calc(12 / 1800 * 100vw), 1.2rem);
}
.header .h-container.first .h-wrapper .gnavi .gnavi-list > li > a.op label {
  padding: 1px 2px;
  font-size: clamp(1.4rem, calc(14 / 1800 * 100vw), 1.4rem);
  background: #fff;
  line-height: 1;
  color: #000;
}
.header .h-container.first .h-wrapper .sns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  justify-content: center;
}
.header .h-container.first .h-wrapper .sns img {
  margin: auto;
  width: 20px;
  height: 20px;
  display: block;
}
.header .h-container.second {
  padding: 0;
}
.header .h-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 2.5vw;
  position: relative;
}
.header .h-logo {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  z-index: 10;
  transition: 0.5s;
}
.header .h-logo .h-logo-link.manta {
  position: absolute;
  z-index: 11;
  aspect-ratio: 3 / 2;
  width: 150px;
  top: -70px;
}
.header .h-logo .h-logo-link.under {
  width: clamp(150px, calc(250 / 1800 * 100vw), 250px);
  height: clamp(30px, calc(44 / 1800 * 100vw), 44px);
  transition: .5s;
}

@media (max-width: 800px) {
  .header {
    background: none;
  }
  .header .h-container {
    margin: 0;
  }
  .header .h-container.first {
    padding: 0;
  }
  .header .h-container.first .h-wrapper .sns {
    display: none;
  }
  .header .h-container.second {
    padding: 0;
    height: 0;
  }
  .header .h-logo {
    padding: 0;
    z-index: 0;
    margin-bottom: 0;
    position: relative;
  }
  .header .h-logo .h-logo-link.under {
    width: max-content;
    top: -40px;
    left: 2.5vw;
    position: absolute;
  }
  .header .h-logo .h-logo-link.manta {
    width: 100px;
    top: -40px;
    left: -15px;
  }
  .header .sp-navi.lower-menu {
    display: none;
    /* 最初は非表示 */
  }
}
.fixed-reserve {
  position: fixed;
  right: 2.5vw;
  bottom: 2.5vw;
  z-index: 11;
}
.fixed-reserve:hover {
  cursor: pointer;
}
.fixed-reserve img {
  width: 100%;
  max-width: calc((195 / 1800) * 100vw);
}

/*------------
Gnavi
--------------*/
/*normal*/
.gnavi {
  display: grid;
  width: 100%;
}
.gnavi .pc-navi {
  justify-self: flex-end;
  position: relative;
  z-index: 501;
}
.gnavi .pc-navi .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: clamp(6px, calc(11 / 1800 * 100vw), 11px);
}
.gnavi .gnavi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: fit-content;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.4rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(21 / 15 * 1em);
  row-gap: 10px;
}
.gnavi .gnavi-list > li.current a {
  background: #6DAEB3;
  color: #fff;
}
.gnavi .gnavi-list > li > a {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.4rem, calc(14 / 1400 * 100vw), 1.4rem);
  color: #001848;
  z-index: 10;
  padding: 10px clamp(10px, calc(30 / 1800 * 100vw), 15px);
}
.gnavi .gnavi-list > li > a.op {
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.gnavi .gnavi-list > li > a.kuramoto {
  display: flex;
  column-gap: 5px;
  align-items: center;
  background: rgba(111, 135, 108, 0.8);
  font-family: "Noto Sans", sans-serif;
  color: #fff;
}
.gnavi .gnavi-list > li > a.hibari {
  display: flex;
  column-gap: 5px;
  align-items: center;
  background: rgba(143, 179, 199, 0.8);
  font-family: "Noto Sans", sans-serif;
  color: #fff;
}

.sp-navi-contents {
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  font-weight: 500;
  padding: 10% 10% 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  z-index: 9999;
}
.sp-navi-contents .sp-navi-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.sp-navi-contents .sns {
  display: flex;
  grid-column-gap: 30px;
  justify-content: center;
}
.sp-navi-contents .sns img {
  margin: auto;
  width: 30px;
  height: 30px;
  display: block;
}
.sp-navi-contents .sp-navi-list {
  border-top: 1px solid #d6d6d6;
  margin: 0 0 30px;
}
.sp-navi-contents .sp-navi-list li {
  border-bottom: 1px solid #d6d6d6;
}
.sp-navi-contents .sp-navi-list li a {
  font-family: "Noto Sans", sans-serif;
  color: #001848;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  padding: 15px 10px;
}
.sp-navi-contents .sp-navi-list li a.op {
  background: rgba(0, 24, 72, 0.8);
  font-size: clamp(1.2rem, calc(12 / 1800 * 100vw), 1.2rem);
  color: #fff;
}
.sp-navi-contents .sp-navi-list li a.op label {
  padding: 1px 2px;
  font-size: clamp(1.4rem, calc(14 / 1800 * 100vw), 1.4rem);
  background: #fff;
  line-height: 1;
  color: #000;
}
.sp-navi-contents .sp-navi-list li a.kuramoto {
  background: rgba(111, 135, 108, 0.8);
  color: #fff;
}
.sp-navi-contents .sp-navi-list li a.hibari {
  background: rgba(143, 179, 199, 0.8);
  color: #fff;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown {
  position: relative;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown a {
  padding: 15px 0;
  width: 85%;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown::before {
  width: 1px;
  height: 11px;
  top: 17px;
  right: 20px;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown::after {
  width: 11px;
  height: 1px;
  top: 22px;
  right: 15px;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown::before, .sp-navi-contents .sp-navi-list li.sp-dropdown::after {
  content: "";
  background-color: #333;
  position: absolute;
  transition: 0.5s;
}
.sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-navi-contents .sp-navi-list li.sp-dropdown .is-on::after {
  width: 11px;
  height: 1px;
  top: 22px;
  right: 15px;
}
.sp-navi-contents .sp-navi-list .child {
  padding: 0 0 15px;
  list-style-type: "-  ";
}
.sp-navi-contents .sp-navi-list .child ul li {
  position: relative;
  padding-left: 15px;
  border: 0;
}
.sp-navi-contents .sp-navi-list .child ul li::before {
  content: "-";
  color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-57%);
  font-size: 13px;
  line-height: 1.8;
}
.sp-navi-contents .sp-navi-list .child ul li a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.8;
  padding: 0;
}

@media (max-width: 800px) {
  .sp-navi-contents.is-open {
    width: 100%;
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
}
.trp-shortcode-switcher {
  padding: 0 !important;
}

@media (max-width: 800px) {
  .trp-shortcode-switcher {
    padding: 10px 0 !important;
  }
}
/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero-area {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #fff;
}
.hero-area .hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 1;
}
.hero-area .pc-video {
  display: block;
}
.hero-area .sp-video {
  display: none;
}
.hero-area .hero-catch {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  pointer-events: none;
}
.hero-area h1,
.hero-area figure {
  margin: 0;
}
.hero-area .h-logo-img {
  width: min(200px, 42vw);
  height: auto;
  display: block;
}

@media (max-width: 800px) {
  .hero-area {
    height: 100svh;
    min-height: 100svh;
  }
  .hero-area .pc-video {
    display: none;
  }
  .hero-area .sp-video {
    display: block;
  }
  .hero-area .h-logo-img {
    width: min(160px, 48vw);
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
/*loading*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s;
}

#loading.fadeout {
  opacity: 0;
  visibility: hidden;
}

.loading-logo {
  text-align: center;
}

.loading-logo img {
  width: 80%;
  max-width: 500px;
  height: auto;
}

/*end loading*/
.top-main figure {
  display: block;
}
.top-main img {
  width: 100%;
  max-width: 100%;
}
.top-main .container {
  position: relative;
  width: 100%;
  max-width: 1800px;
}
.top-main .container .wrapper-narrow {
  position: relative;
  width: 85%;
  max-width: 1400px;
  margin: auto;
}
.top-main .container .wrapper {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: auto;
}
.top-main .container .wrapper-wide {
  position: relative;
  width: 95%;
  max-width: 1700px;
  margin: auto;
}

.t-h2 {
  font-size: clamp(2.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  margin-bottom: clamp(20px, calc(30 / 1800 * 100vw), 30px);
  position: relative;
  text-align: center;
  color: #001848;
  font-family: "Noto Serif JP", serif;
}
.t-h2.en {
  font-family: "Roboto", sans-serif;
  letter-spacing: .015em;
}

.t-h3 {
  font-size: clamp(2.2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
  color: #001848;
  line-height: 1.75;
}
.t-h3.manta {
  padding-left: 80px;
  position: relative;
  margin-top: 2rem;
}
.t-h3.manta::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2rem;
  width: 100%;
  max-width: 60px;
  aspect-ratio: 80/70;
  background: url("../images/share/icon_ttl-manta.svg") no-repeat center/contain;
}

@media (max-width: 800px) {
  .t-h3 {
    margin-top: 1rem;
  }
  .t-h3.manta {
    padding-left: 70px;
    position: relative;
  }
  .t-h3.manta::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5rem;
    width: 100%;
    max-width: 60px;
  }
}
p {
  font-family: "Noto Sans", sans-serif;
}

p + p {
  margin-top: 2rem;
}

/***共通パーツ**/
.hr-manta {
  aspect-ratio: 1280/100;
  width: 100%;
  background: #fff url("../images/share/hr-manta.svg") repeat-x bottom center/contain;
}

.hr-manta2 {
  height: 50px;
  width: 100%;
  background: url("../images/share/hr-manta.svg") repeat-x bottom center/contain;
}
.hr-manta2.js-manta-trigger {
  background: url("../images/share/hr-manta996.svg") repeat-x bottom center/contain;
}

@media (max-width: 800px) {
  .hr-manta {
    aspect-ratio: 1800/80;
    margin-top: 20px;
    background: #fff url("../images/share/hr-manta.svg") repeat-x bottom center/contain;
  }

  .hr-manta2 {
    background: url("../images/share/hr-manta.svg") repeat-x bottom center/contain;
  }
}
.bg-sand {
  background: #fff url("../images/share/bg-sand.jpg") center/cover;
}

.bg-ami {
  background: #fff url("../images/share/bg-ami.jpg") center/cover;
}

.bg-stone {
  background: #fff url("../images/share/bg-stone.jpg") center/cover;
}

.bg-beige {
  background: #EFEEEB;
}

.bg-beige-d {
  background: #E8E6E2;
}

/*------------
Block
--------------*/
.t-short {
  padding: clamp(50px, calc(50 / 1800 * 100vw), 50px) 0;
}
.t-short + .t-short {
  padding: 0 0 clamp(50px, calc(50 / 1800 * 100vw), 50px);
}

/*-------
sec01
--------*/
.sec01 .t-h2 {
  margin-bottom: clamp(20px, calc(50 / 1800 * 100vw), 50px);
}
.sec01 p.catch {
  text-align: center;
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  line-height: 1.85;
}
.sec01 .catch-en {
  text-align: center;
  font-size: clamp(3rem, calc(80 / 1800 * 100vw), 8rem);
  font-family: "Roboto", sans-serif;
  color: #C9B492;
  line-height: 1.75;
  margin-top: 2rem;
}
.sec01 .t-l-imgR, .sec01 .t-l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.sec01 .t-l-imgR .l-img, .sec01 .t-l-imgL .l-img {
  width: 50%;
  position: relative;
}
.sec01 .t-l-imgR .l-img img, .sec01 .t-l-imgL .l-img img {
  aspect-ratio: 872/582;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.sec01 .t-l-imgR .l-desc, .sec01 .t-l-imgL .l-desc {
  flex: 1;
}
.sec01 .t-l-imgR .l-ttl, .sec01 .t-l-imgL .l-ttl {
  font-size: clamp(2.4rem, calc(36 / 1800 * 100vw), 3.6rem);
  border-bottom: 0;
  color: #6DAEB3;
  margin-bottom: clamp(15px, calc(20 / 1800 * 100vw), 20px);
  position: relative;
  display: block;
}
.sec01 .t-l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .sec01 .t-l-imgR, .sec01 .t-l-imgL {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec01 .t-l-imgR .l-img, .sec01 .t-l-imgL .l-img {
    width: 100%;
    position: relative;
  }
  .sec01 .t-l-imgR .l-img img, .sec01 .t-l-imgL .l-img img {
    aspect-ratio: 872/582;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .sec01 .t-l-imgR .l-desc, .sec01 .t-l-imgL .l-desc {
    flex: 1;
  }
  .sec01 .t-l-imgR .l-ttl, .sec01 .t-l-imgL .l-ttl {
    font-size: clamp(2.4rem, calc(36 / 1800 * 100vw), 3.6rem);
    border-bottom: 0;
    color: #6DAEB3;
    margin-bottom: clamp(15px, calc(20 / 1800 * 100vw), 20px);
    position: relative;
    display: block;
  }
  .sec01 .t-l-imgR {
    flex-direction: column-reverse;
  }
}
/*-------
sec02
--------*/
.sec02 .stay-layout {
  display: flex;
  column-gap: 60px;
}
.sec02 .stay-layout .stay-img {
  width: 50%;
  display: flex;
  column-gap: 20px;
  aspect-ratio: 789/540;
}
.sec02 .stay-layout .stay-img .box {
  width: 50%;
}
.sec02 .stay-layout .stay-img img {
  object-fit: cover;
}
.sec02 .stay-layout .stay-img img.left {
  aspect-ratio: 381/540;
  border-top-left-radius: 40px;
}
.sec02 .stay-layout .stay-img img.top {
  aspect-ratio: 380/256;
  margin-bottom: 20px;
}
.sec02 .stay-layout .stay-img img.bottom {
  aspect-ratio: 380/256;
  border-bottom-right-radius: 40px;
}
.sec02 .stay-layout .l-desc {
  flex: 1;
}
.sec02 .stay-layout .l-ttl {
  font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
  font-family: "Noto Sans", sans-serif;
  line-height: 2;
}
.sec02 .stay-layout .l-ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #C9B492;
  display: block;
  margin: 3rem 0;
}
.sec02 .stay-layout .l-ttl span {
  font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  font-family: "Roboto", sans-serif;
  color: #C9B492;
  display: block;
}
.sec02 .stay-layout .sub-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
}
.sec02 .facilities-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  column-gap: 60px;
  margin-bottom: 0;
}
.sec02 .facilities-layout > li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec02 .facilities-layout > li .l-desc {
  width: fit-content;
}
.sec02 .facilities-layout > li .fac-ttl {
  font-family: "Rock Salt", cursive;
  font-size: clamp(3rem, calc(48 / 1800 * 100vw), 4.8rem);
  color: #6DAEB3;
}
.sec02 .facilities-layout > li .fac-ttl span {
  font-size: clamp(2rem, calc(24 / 1800 * 100vw), 2.4rem);
  padding-right: 10px;
}
.sec02 .facilities-layout > li .fac-sub-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: 10px;
}
.sec02 .facilities-layout > li .fac-img {
  position: relative;
  aspect-ratio: 542/470;
  margin-top: 40px;
}
.sec02 .facilities-layout > li .fac-img.right {
  text-align: right;
}
.sec02 .facilities-layout > li .fac-img .big {
  aspect-ratio: 486/324;
  object-fit: cover;
  width: 90%;
  border-top-left-radius: 40px;
  position: relative;
}
.sec02 .facilities-layout > li .fac-img .small {
  aspect-ratio: 210/290;
  object-fit: cover;
  width: 40%;
  max-width: 210px;
  position: absolute;
}
.sec02 .facilities-layout > li .fac-img .small.art {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 40px;
}
.sec02 .facilities-layout > li .fac-img .small.sake {
  bottom: 0;
  left: 0;
  border-top-right-radius: 40px;
}
.sec02 .facilities-layout > li .fac-img .small.kids {
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 40px;
}

@media (max-width: 800px) {
  .sec02 .stay-layout {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec02 .stay-layout .stay-img {
    width: 100%;
  }
  .sec02 .stay-layout .stay-img .box {
    width: 50%;
  }
  .sec02 .stay-layout .stay-img img {
    object-fit: cover;
  }
  .sec02 .stay-layout .stay-img img.left {
    height: 100%;
  }
  .sec02 .stay-layout .l-desc {
    flex: 1;
  }
  .sec02 .stay-layout .l-ttl {
    line-height: 1.75;
  }
  .sec02 .stay-layout .l-ttl::after {
    content: "";
    margin: 1.75rem 0;
  }
  .sec02 .facilities-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 60px;
    margin-bottom: clamp(40px, calc(60 / 1800 * 100vw), 60px);
  }
  .sec02 .facilities-layout > li .l-desc {
    width: fit-content;
  }
  .sec02 .facilities-layout > li .fac-img {
    margin-top: 20px;
  }
}
/*-------
sec03
--------*/
.sec03 .parallax-bg {
  position: relative;
  height: 600px;
  z-index: 0;
}
.sec03 .parallax-bg .inner {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
}
.sec03 .parallax-bg img {
  position: fixed;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100lvb;
  z-index: -1;
}

@media (max-width: 800px) {
  .sec03 .parallax-bg {
    height: 240px;
  }
}
/*-----
sec04
------*/
.sec04 .access-layout {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 60px;
}
.sec04 .access-layout .access-img {
  aspect-ratio: 788/678;
  width: 50%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  position: relative;
}
.sec04 .access-layout .access-img img {
  aspect-ratio: 380/540;
  object-fit: cover;
  width: 50%;
}
.sec04 .access-layout .access-img img.left {
  border-top-left-radius: 40px;
  position: relative;
  margin-bottom: 5vw;
}
.sec04 .access-layout .access-img img.right {
  border-bottom-right-radius: 40px;
  position: relative;
  margin-top: 5vw;
}
.sec04 .access-layout .l-desc {
  flex: 1;
}
.sec04 .access-layout .l-ttl {
  font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
  font-family: "Noto Sans", sans-serif;
  line-height: 2;
}
.sec04 .access-layout .l-ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #C9B492;
  display: block;
  margin: 3rem 0;
}
.sec04 .access-layout .l-ttl span {
  font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  font-family: "Roboto", sans-serif;
  color: #C9B492;
  display: block;
}
.sec04 .access-layout .sub-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
}

@media (max-width: 800px) {
  .sec04 .access-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec04 .access-layout .access-img {
    justify-content: space-between;
    column-gap: 10px;
    width: 100%;
  }
  .sec04 .access-layout .access-img img {
    object-fit: cover;
    width: 50%;
  }
  .sec04 .access-layout .l-desc {
    flex: 1;
  }
  .sec04 .access-layout .l-ttl {
    line-height: 1.75;
  }
  .sec04 .access-layout .l-ttl::after {
    content: "";
    margin: 1.75rem 0;
  }
}
/*-----
sec05
------*/
.sec05 .story-layout {
  display: flex;
  column-gap: 60px;
}
.sec05 .story-layout .l-img {
  width: 50%;
}
.sec05 .story-layout .l-img img {
  aspect-ratio: 970/678;
  object-fit: cover;
  width: 100%;
  border-bottom-left-radius: 40px;
}
.sec05 .story-layout .l-desc {
  flex: 1;
}
.sec05 .story-layout .l-ttl {
  color: #001848;
  font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
  font-family: "Noto Sans", sans-serif;
  line-height: 2;
}
.sec05 .story-layout .l-ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #C9B492;
  display: block;
  margin: 3rem 0;
}
.sec05 .story-layout .l-ttl span {
  font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  font-family: "Roboto", sans-serif;
  color: #C9B492;
  display: block;
}
.sec05 .story-layout .sub-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
}

@media (max-width: 800px) {
  .sec05 .story-layout {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .sec05 .story-layout .l-img {
    width: 100%;
  }
  .sec05 .story-layout .l-desc {
    flex: 1;
  }
  .sec05 .story-layout .l-ttl {
    color: #001848;
    line-height: 1.75;
  }
  .sec05 .story-layout .l-ttl::after {
    content: "";
    margin: 1.75rem 0;
  }
}
/*------------
topics
--------------*/
.secTopics {
  background: #fff;
}
.secTopics .news-layout {
  display: flex;
  column-gap: 30px;
}
.secTopics .news-layout .ttl {
  width: 25%;
}
.secTopics .news-layout .l-desc {
  flex: 1;
}
.secTopics .news-layout .l-ttl {
  font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
  font-family: "Noto Sans", sans-serif;
  line-height: 2;
}
.secTopics .news-layout .l-ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #C9B492;
  display: block;
  margin: 3rem 0;
}
.secTopics .news-layout .l-ttl span {
  font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  font-family: "Roboto", sans-serif;
  color: #6DAEB3;
  display: block;
}
.secTopics .list-top-news li {
  border-top: 1px solid #ccc;
}
.secTopics .list-top-news li.no-post {
  padding: 2em 0;
}
.secTopics .list-top-news li:last-child {
  border-bottom: 1px solid #ccc;
}
.secTopics .list-top-news li + li {
  margin-top: 0;
}
.secTopics .list-top-news li a {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  color: #333;
  padding-top: calc(50 / 1800 * 100%);
  padding-right: 30px;
  padding-bottom: calc(50 / 1800 * 100%);
  padding-left: 0;
  display: block;
  width: 100%;
  position: relative;
}
.secTopics .list-top-news li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  height: fit-content;
  margin-right: 0;
  background: url(../images/share/news_arrow.svg) no-repeat center/contain;
}
.secTopics .list-top-news li a h4 {
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
}
.secTopics .list-top-news li a p {
  font-size: clamp(1.3rem, calc(15 / 1800 * 100vw), 1.5rem);
}
.secTopics .list-top-news li time {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.2rem, calc(14 / 1800 * 100vw), 1.4rem);
  color: #333;
}
.secTopics .list-top-news li .category {
  display: inline-block;
  background-color: #6DAEB3;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px;
  margin-right: 15px;
  line-height: 1;
}

@media (max-width: 800px) {
  .secTopics .news-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .secTopics .news-layout .ttl {
    width: 100%;
  }
  .secTopics .news-layout .l-desc {
    flex: 1;
  }
  .secTopics .news-layout .l-ttl {
    line-height: 1.75;
  }
  .secTopics .news-layout .l-ttl::after {
    content: "";
    margin: 1.75rem 0;
  }
  .secTopics .list-top-news li {
    border-top: 1px solid #ccc;
  }
  .secTopics .list-top-news li.no-post {
    padding: 2em 0;
  }
  .secTopics .list-top-news li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .secTopics .list-top-news li + li {
    margin-top: 0;
  }
  .secTopics .list-top-news li a {
    padding-right: 24px;
  }
  .secTopics .list-top-news li a::after {
    content: "";
    width: 18px;
  }
}
/*------------
sns
--------------*/
.secSns .sns-layout {
  display: flex;
  column-gap: 30px;
}
.secSns .sns-layout .ttl {
  width: 25%;
}
.secSns .sns-layout .l-desc {
  flex: 1;
}
.secSns .sns-layout .l-ttl {
  margin: 0 0 3rem;
  line-height: 1.25;
}
.secSns .sns-layout .l-ttl span {
  font-size: clamp(3.6rem, calc(42 / 1800 * 100vw), 4.2rem);
  font-family: "Roboto", sans-serif;
  color: #C9B492;
  display: block;
}
.secSns .sns-layout .sns-ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  color: #C9B492;
}
.secSns .sns-layout .sns-ttl img {
  max-width: 42px;
}
.secSns .sns-layout .list-youtube {
  display: flex;
}
.secSns .sns-layout .list-youtube > li .l-img img {
  aspect-ratio: 304/220;
  object-fit: cover;
}
.secSns .sns-layout .list-instagram {
  display: flex;
}
.secSns .sns-layout .list-instagram > li .l-img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 800px) {
  .secSns .sns-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .secSns .sns-layout .ttl {
    width: 100%;
  }
  .secSns .sns-layout .l-desc {
    flex: 1;
  }
  .secSns .sns-layout .l-ttl {
    margin: 0 0 1.75rem;
    line-height: 1;
  }
  .secSns .sns-layout .sns-ttl img {
    max-width: 30px;
  }
  .secSns .sns-layout .list-youtube {
    display: flex;
    flex-wrap: wrap;
  }
  .secSns .sns-layout .list-youtube > li {
    width: 50%;
  }
  .secSns .sns-layout .list-youtube > li .l-img img {
    aspect-ratio: 304/220;
    object-fit: cover;
  }
  .secSns .sns-layout .list-instagram {
    display: flex;
    flex-wrap: wrap;
  }
  .secSns .sns-layout .list-instagram > li {
    width: 50%;
  }
  .secSns .sns-layout .list-instagram > li .l-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
/******
下層ページ
******/
/*--------------------------------------------------------
下層レイアウト
-----------------------------------------------------------*/
body.under {
  background: #fff;
}

main {
  background: #fff;
}
main.under {
  background: #fff;
}

.u-contents {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
  color: #333333;
  font-size: clamp(1.5rem, calc(16 / 1800 * 100vw), 1.6rem);
  font-family: "Noto Serif JP", serif;
}
.u-contents .hidden {
  overflow: hidden;
}
.u-contents .hidden-x {
  overflow-x: hidden;
}
.u-contents p {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.5rem, calc(16 / 1800 * 100vw), 1.6rem);
  font-weight: normal;
}
.u-contents strong {
  font-weight: 500;
  font-weight: 900;
}
.u-contents .txt-red {
  color: #6DAEB3;
}
.u-contents .txt-orange {
  color: #E56126;
}

a.linkTxt {
  text-decoration: underline;
  color: #9A76AD;
}

.container-xs {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: auto;
}

.container-compact {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.container-narrow {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

.container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.container-wide {
  position: relative;
  width: 90%;
  max-width: 1700px;
  margin: auto;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.num {
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.l-img img, .list-img img, .item-img img {
  width: 100%;
  aspect-ratio: 3 /2;
  object-fit: cover;
}
.l-img.map img, .list-img.map img, .item-img.map img {
  aspect-ratio: 1160 / 379;
  object-fit: contain;
}
.l-img.asp93 img, .list-img.asp93 img, .item-img.asp93 img {
  aspect-ratio: 16 / 6;
  object-fit: contain;
}
.l-img.asp16 img, .list-img.asp16 img, .item-img.asp16 img {
  aspect-ratio: 16 / 6;
  object-fit: cover;
}
.l-img.aspNone img, .list-img.aspNone img, .item-img.aspNone img {
  aspect-ratio: unset;
}
@media (max-width: 800px) {
  .l-img.asp93 img, .l-img.asp16 img, .list-img.asp93 img, .list-img.asp16 img, .item-img.asp93 img, .item-img.asp16 img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
  }
}
.l-img.asp-tate img, .list-img.asp-tate img, .item-img.asp-tate img {
  aspect-ratio: 30 / 34;
}
.l-img.w-500 img, .list-img.w-500 img, .item-img.w-500 img {
  max-width: 500px;
}
.l-img.asp-none img, .list-img.asp-none img, .item-img.asp-none img {
  aspect-ratio: auto;
}
.l-img.asp-top img, .list-img.asp-top img, .item-img.asp-top img {
  object-position: top;
}
.l-img.contain img, .list-img.contain img, .item-img.contain img {
  object-fit: contain;
}
.l-img.asp-sq img, .list-img.asp-sq img, .item-img.asp-sq img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.sp-none {
  display: block;
}

@media (max-width: 800px) {
  .u-contents .container {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    padding: 0 5vw;
  }

  .sp-none {
    display: none;
  }
}
.page-ttl {
  background-color: #fff;
  background: url("../images/under/page-ttl-bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  margin: auto;
  position: relative;
}
.page-ttl.bg-sand {
  background: url("../images/share/bg-sand.jpg");
}
.page-ttl .container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.page-ttl .container .page-ttl-layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  margin-bottom: clamp(30px, calc(50 / 1800 * 100vw), 50px);
}
.page-ttl .container .page-ttl-layout .l-img {
  width: 60%;
}
.page-ttl .container .page-ttl-layout .l-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-bottom-left-radius: 40px;
}
.page-ttl .container .page-ttl-layout.otherpage .l-img img {
  aspect-ratio: 2/1;
}
.page-ttl .container .page-ttl-layout .l-desc {
  padding-left: 2.5vw;
  padding-top: 5vw;
  flex: 1;
}
.page-ttl .page-ttl-main {
  font-size: clamp(3.6rem, calc(62 / 1800 * 100vw), 6.2rem);
  font-family: "Roboto", sans-serif;
  color: #6DAEB3;
  line-height: 1.25;
  text-align: left;
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}
.page-ttl .page-ttl-sub {
  font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
  font-family: "Noto Sans", sans-serif;
  margin: 0 0 2rem;
  text-align: left;
}
.page-ttl p {
  line-height: 2;
}

.breadcrumb {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: calc(140 / 1280 * 100%);
}
.breadcrumb ul {
  font-size: 1.2rem;
  padding: 5px 5vw;
  text-align: right;
  color: #fff;
}
.breadcrumb ul a {
  text-decoration: underline;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li + li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

.u-contents p + p {
  margin-top: clamp(20px, calc(30 / 1800 * 100vw), 30px);
}

@media (max-width: 800px) {
  .page-ttl .container .page-ttl-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin: 0 auto 5vw;
  }
  .page-ttl .container .page-ttl-layout .l-img {
    width: 100%;
  }
  .page-ttl .container .page-ttl-layout .l-img img {
    aspect-ratio: unset;
    object-fit: cover;
    border-bottom-left-radius: 0px;
    height: 200px;
  }
  .page-ttl .container .page-ttl-layout.otherpage .l-img img {
    aspect-ratio: unset;
    object-fit: cover;
    border-bottom-left-radius: 0px;
    height: 100px;
  }
  .page-ttl .container .page-ttl-layout .l-desc {
    padding: 5vw;
    flex: 1;
    width: 90%;
    background: rgba(255, 255, 255, 0.85);
    margin-top: -5vw;
    position: relative;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .page-ttl .page-ttl-main {
    margin: 0 0 1rem;
  }
  .page-ttl .page-ttl-sub {
    margin: 0 0 1rem;
  }

  .breadcrumb {
    position: relative;
    z-index: 2;
    bottom: auto;
    right: 0;
  }
  .breadcrumb ul {
    color: #F3F3F1;
  }
}
/*---------
下層見出し
---------*/
.u-contents .page-ttl-main, .u-contents .u-h2, .u-contents h2, .u-contents .u-h3, .u-contents h3, .u-contents .u-h4, .u-contents h4, .u-contents .u-h5, .u-contents h5 {
  font-family: "Noto Serif JP", serif;
  letter-spacing: normal;
  line-height: 1.5;
}

.u-h2 {
  font-size: clamp(2.6rem, calc(40 / 1800 * 100vw), 4rem);
  margin-bottom: clamp(50px, calc(80 / 1800 * 100vw), 80px);
  position: relative;
  text-align: center;
  line-height: 1.25;
  /*下線追加*/
  /**icon追加**/
}
.u-h2.mainblue {
  color: #001848;
}
.u-h2.mainblue::after {
  content: none;
}
.u-h2.en {
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.6rem, calc(48 / 1800 * 100vw), 4.8rem);
  color: #928571;
}
.u-h2.en.skyblue {
  color: #6DAEB3;
}
.u-h2 .ttl {
  font-size: clamp(2rem, calc(24 / 1800 * 100vw), 2.4rem);
  display: block;
}
.u-h2 .sub {
  font-size: clamp(1.6rem, calc(1.8 / 1800 * 100vw), 1.8rem);
  display: block;
  font-family: "Noto Sans", sans-serif;
  color: #333333;
  margin-top: 0px;
}
.u-h2 .sub-en {
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  display: block;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
}
.u-h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #C9B492;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.u-h2.skyblue {
  /*下線追加*/
}
.u-h2.skyblue::after {
  background: #6DAEB3;
}
.u-h2.manta-line {
  font-size: clamp(2.6rem, calc(40 / 1800 * 100vw), 4rem);
  margin-bottom: clamp(80px, calc(150 / 1800 * 100vw), 150px);
  color: #001848;
  position: relative;
  text-align: center;
  line-height: 1.75;
}
.u-h2.manta-line::after {
  content: "";
  position: absolute;
  width: 108px;
  height: 20px;
  background: url("../images/share/hr-manta-short.svg") no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}

.u-h3, h3.wp-block-heading {
  font-size: clamp(2.2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(15px, calc(30 / 1800 * 100vw), 30px);
  color: #001848;
  line-height: 1.75;
  /**左線追加*/
  /*short-underline-icon*/
  /*dotborder*/
}
.u-h3.manta, h3.wp-block-heading.manta {
  padding-left: 80px;
  position: relative;
  margin-top: 2rem;
}
.u-h3.manta::before, h3.wp-block-heading.manta::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2rem;
  width: 100%;
  max-width: 60px;
  aspect-ratio: 80 / 70;
  background: url(../images/share/icon_ttl-manta.svg) no-repeat center/contain;
}

.u-h4, h4.wp-block-heading {
  font-size: clamp(2rem, calc(20 / 1800 * 100vw), 2rem);
  margin-bottom: clamp(10px, calc(20 / 1800 * 100vw), 10px);
  border-bottom: 0px solid #D5BCA9;
  position: relative;
  line-height: 1.25;
  color: #6DAEB3;
  /**左にアイテム追加*/
  /*斜め線*/
}
.u-h4.bg-color, h4.wp-block-heading.bg-color {
  padding: 5px 20px;
  background: #8E7C53;
  color: #fff;
}

.u-h5 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  position: relative;
}

.u-marker {
  text-align: center;
  margin-bottom: 20px;
}
.u-marker span {
  background: linear-gradient(transparent 50%, #949B9180 50%);
  font-size: clamp(1.8rem, calc(22 / 1800 * 100vw), 2.2rem);
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.u-marker span.en {
  font-family: "Roboto", sans-serif;
}

p.u-catch {
  text-align: center;
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  line-height: 2.25;
}

@media (max-width: 800px) {
  .u-h3.manta {
    padding-left: 70px;
    position: relative;
    margin-top: 1rem;
  }
  .u-h3.manta::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5rem;
    width: 100%;
    max-width: 60px;
  }
}
.short, .x-short {
  position: relative;
  z-index: 1;
  padding: 0;
}
.short.narrow, .x-short.narrow {
  width: 85%;
  max-width: 1280px;
  margin: auto;
}
.short.narrow-xs, .x-short.narrow-xs {
  width: 80%;
  max-width: 1000px;
  margin: auto;
}

.short + .short {
  margin-top: clamp(40px, calc(60 / 1800 * 100vw), 60px);
  padding: 0;
}

@media (max-width: 800px) {
  .short + .short.u-mt0 {
    margin-top: 0;
  }
}
.x-short + .x-short {
  margin-top: clamp(30px, calc(50 / 1800 * 100vw), 50px);
}

.tall {
  padding: clamp(60px, calc(100 / 1800 * 100vw), 100px) 0;
  position: relative;
}
.tall.pb0 {
  padding-bottom: 0;
}
.tall.pt0 {
  padding-top: 0;
}
.tall.bg-wh {
  background: #ffffff;
}
.tall.bg-color {
  background: #F5F3F1;
}
.tall.bg-color02 {
  background: #EEE7DB;
}
.tall.bg-grad {
  background: linear-gradient(180deg, #E2F4FC 40%, #FCE9CE 90%);
}
.tall.modal {
  padding: 5% 0;
  margin: auto;
  width: 95%;
  max-width: 1024px;
}

.u-ptL {
  padding-top: 160px;
}

.u-ptM {
  padding-top: 100px;
}

.u-pbL {
  padding-bottom: 160px;
}

.u-pbM {
  padding-bottom: 100px;
}

@media (max-width: 800px) {
  .u-ptL {
    padding-top: 30px;
  }

  .u-ptM {
    padding-top: 30px;
  }

  .u-pbL {
    padding-bottom: 30px;
  }

  .u-pbM {
    padding-bottom: 30px;
  }
}
.col1, .col2, .col3, .col4 {
  display: grid;
}
.col1.flex-start, .col2.flex-start, .col3.flex-start, .col4.flex-start {
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.col1.gap20, .col2.gap20, .col3.gap20, .col4.gap20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.col1.gap30, .col2.gap30, .col3.gap30, .col4.gap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.col1.gap30.row-gap50, .col2.gap30.row-gap50, .col3.gap30.row-gap50, .col4.gap30.row-gap50 {
  grid-row-gap: 50px;
}
.col1.gap50, .col2.gap50, .col3.gap50, .col4.gap50 {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
.col1.gap4p, .col2.gap4p, .col3.gap4p, .col4.gap4p {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
}
.col1.gap80, .col2.gap80, .col3.gap80, .col4.gap80 {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}
.col1 .baseline, .col2 .baseline, .col3 .baseline, .col4 .baseline {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}

.col2-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.col2-flex.gap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.col2-flex.gap30 li {
  width: 48%;
}

.col3-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.col3-flex.gap30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.col3-flex.gap30 li {
  width: 31.3333%;
}

.col1 {
  grid-template-columns: repeat(1, 1fr);
}

.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.auto {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px;
}

.col1 .item .item-ttl, .col2 .item .item-ttl, .col3 .item .item-ttl, .col4 .item .item-ttl {
  font-size: clamp(2rem, calc(22 / 1800* 100vw), 2.2rem);
  margin-bottom: clamp(10px, calc(15 / 1800* 100vw), 15px);
  font-weight: 500;
  margin-top: 15px;
}
.col1 .item .item-ttl-s, .col2 .item .item-ttl-s, .col3 .item .item-ttl-s, .col4 .item .item-ttl-s {
  font-size: clamp(1.8rem, calc(18 / 1800* 100vw), 1.8rem);
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .col1, .col2, .col3, .col4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .col1.gap30, .col2.gap30, .col3.gap30, .col4.gap30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .col1.gap50, .col2.gap50, .col3.gap50, .col4.gap50 {
    grid-row-gap: 20px;
  }

  .col4.gap20 {
    grid-row-gap: 20px;
  }

  .col3.gap20 {
    grid-row-gap: 0px;
  }

  .col3-flex, .col2-flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .col3-flex.gap30 li, .col2-flex.gap30 li {
    width: 100%;
  }
}
.list-disc.strong li {
  font-weight: bold;
}

.list-disc li {
  position: relative;
  padding-left: 20px;
  line-height: 2;
}
.list-disc li.ttl {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  padding-left: 0;
}
.list-disc li.ttl::before {
  content: none;
}
.list-disc li a {
  text-decoration: underline;
}

.list-disc li:before {
  content: "";
  background: #333;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: .85em;
  width: 5px;
  height: 5px;
}

.list-check.strong li {
  font-weight: bold;
}
.list-check li {
  position: relative;
  padding-left: 25px;
}
.list-check li::before {
  content: "";
  width: 15px;
  height: 9px;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: 0;
}
.list-check.bg-w-block li {
  padding: 1% 5% 1% 12%;
  background: #fff;
  border-radius: 4px;
}
.list-check.bg-w-block li::before {
  margin-left: 5%;
  top: 12x;
}

.list-num02 {
  counter-reset: number;
}
.list-num02 > li {
  padding-left: 20px;
  position: relative;
}
.list-num02 > li p {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
}
.list-num02 > li:before {
  background: none;
  counter-increment: number;
  content: counter(number);
  font-size: 1.6rem;
  position: absolute;
  top: 8px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 0px;
}
.list-num02 > li + li {
  margin-top: 10px;
}

.list-disc, .list-check {
  display: grid;
}
.list-disc.colFree, .list-check.colFree {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

@media (max-width: 800px) {
  .list-disc.col2, .list-check.col2 {
    grid-gap: 5px;
  }

  .list-disc.col3, .list-check.col3 {
    grid-gap: 5px;
  }

  .item > ul {
    margin-bottom: 10px;
  }

  .item + .item > ul {
    margin-bottom: 0px;
  }

  ul + ul {
    margin-top: 0px;
  }
}
/*よくある数字のタイトル*/
/*イメージトリミング*/
.l-imgR, .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px 5%;
}
.l-imgR.flex-start, .l-imgL.flex-start {
  align-items: flex-start;
}

.l-imgR .l-img {
  margin: 0 0 0 40px;
  width: 40%;
  position: relative;
}
.l-imgR .l-img img {
  width: 100%;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}

.l-imgL .l-img {
  width: 40%;
  position: relative;
}
.l-imgL .l-img img {
  width: 100%;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}

.l-imgR .l-img.small, .l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-img.mid, .l-imgL .l-img.mid {
  width: 40%;
}

.l-imgR .l-img.harf, .l-imgL .l-img.harf {
  width: 50%;
}

.l-imgR .l-img.wide, .l-imgL .l-img.wide {
  width: 60%;
}

.l-imgR .l-desc, .l-imgL .l-desc {
  flex: 1;
}
.l-imgR .l-desc .l-ttl, .l-imgL .l-desc .l-ttl {
  font-size: clamp(2.4rem, calc(32 / 1280 * 100vw), 3.2rem);
  line-height: 1.5;
  color: #6DAEB3;
  margin-bottom: clamp(5px, calc(20 / 1280 * 100vw), 20px);
}
.l-imgR .l-desc .l-ttl.en, .l-imgL .l-desc .l-ttl.en {
  font-size: clamp(3rem, calc(48 / 1800 * 100vw), 4.8rem);
  margin-bottom: clamp(20px, calc(50 / 1800 * 100vw), 50px);
  color: #6DAEB3;
  font-family: "Rock Salt", cursive;
}
.l-imgR .l-desc .l-ttl.en.gold, .l-imgL .l-desc .l-ttl.en.gold {
  color: #C9B492;
}
.l-imgR .l-desc .sub-ttl, .l-imgL .l-desc .sub-ttl {
  font-size: clamp(4rem, calc(70 / 1800* 100vw), 7rem);
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  color: rgba(0, 0, 0, 0.05);
  margin-top: 1em;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .l-imgR, .l-imgL {
    flex-direction: column-reverse;
  }
  .l-imgR.reverse, .l-imgL.reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .l-imgR .l-img, .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.small, .l-imgL .l-img.small {
    width: 100%;
  }

  .l-imgR .l-img.wide, .l-imgL .l-img.wide {
    width: 100%;
  }

  .l-imgR .l-img.mid, .l-imgL .l-img.mid {
    width: 100%;
  }

  .l-imgR .l-img.harf, .l-imgL .l-img.harf {
    width: 100%;
  }

  .l-imgR .l-desc .l-ttl, .l-imgL .l-desc .l-ttl {
    letter-spacing: normal;
  }

  .l-imgR .l-desc .sub-ttl, .l-imgL .l-desc .sub-ttl {
    margin-top: .25em;
  }

  .l-imgR .l-img {
    margin: 0 0 15px;
  }
}
/*-------
    下層ボタン
    --------*/
p + .u-btn-wrap {
  margin-top: 30px;
}

.u-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 3;
}
.u-btn-wrap.banner {
  gap: 45px;
}
.u-btn-wrap.banner a img {
  max-height: 100px;
}
.u-btn-wrap.col4 a {
  width: 23%;
}
.u-btn-wrap.col3 a {
  width: 31%;
}
.u-btn-wrap.flex-end {
  justify-content: flex-end;
}
.u-btn-wrap.between {
  justify-content: space-between;
}
.u-btn-wrap.around {
  justify-content: space-around;
}
.u-btn-wrap.center {
  justify-content: center;
  flex-wrap: wrap;
}
.u-btn-wrap.center.nowrap {
  flex-wrap: nowrap;
}
@media (max-width: 800px) {
  .u-btn-wrap.center.nowrap {
    flex-wrap: wrap;
  }
}
.u-btn-wrap.column {
  flex-direction: column;
}

.u-btn-more {
  /**base*/
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  width: fit-content;
  height: 25px;
  padding: 0 20px;
  color: #707070;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  border-radius: 0;
  border-bottom: 0px solid #707070;
  background: transparent;
  font-feature-settings: "palt";
}
.u-btn-more.Lsize {
  width: 100%;
  max-width: 540px;
}
.u-btn-more::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background: #707070;
}
.u-btn-more.tel {
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-btn-more.tel i {
  margin-right: 5px;
  height: 16px;
}
.u-btn-more.tel i img {
  height: 20px;
  width: auto;
}
.u-btn-more.tel::before {
  content: none;
}
.u-btn-more.contact {
  color: #FFF;
  background: #6DAEB3;
  width: 230px;
  height: clamp(40px, calc(60 / 1800 * 100vw), 60px);
  padding: 0;
}
.u-btn-more.contact i {
  margin-right: 20px;
}
.u-btn-more.contact::before {
  content: none;
}
.u-btn-more:hover {
  opacity: .75;
  background: #cccccc80;
}
.u-btn-more.no-icon::before {
  content: none;
}
.u-btn-more.color {
  width: 100%;
  border-radius: 15px;
  background: #008E82;
  color: #fff;
}

.u-btn-anchor {
  /**base*/
  display: inline-flex;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 80px;
  padding: 0 45px 0 15px;
  color: #452E1D;
  font-family: "Roboto", sans-serif;
  font-size: clamp(16px, calc(18 / 1800 * 100vw), 18px);
  line-height: 1.25;
  background: #fff;
  border: 2px solid #FDEAE0;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  text-align: center;
  transition: opacity 0.5s;
}
.u-btn-anchor::before {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/under/u-icon_anchor.svg) no-repeat center/contain;
  z-index: 1;
}
.u-btn-anchor:hover {
  opacity: .6;
}
.u-btn-anchor.no-icon::before {
  content: none;
}
.u-btn-anchor.color {
  width: 100%;
  border-radius: 15px;
  background: #008E82;
  color: #fff;
}

@media (max-width: 800px) {
  .col2 .u-btn-wrap a {
    width: 100%;
  }

  .u-btn-wrap {
    flex-wrap: wrap;
  }
  .u-btn-wrap.col4 a {
    width: 45%;
  }
  .u-btn-wrap.between {
    justify-content: center;
  }
  .u-btn-wrap.center {
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .u-btn-wrap.center a {
    width: 100%;
    max-width: fit-content;
  }
  .u-btn-wrap.center .u-btn-contact {
    display: inline-flex;
    place-items: center;
    position: relative;
    height: 40px;
    padding: 0 15px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.25;
    background: #E9FBF540;
    border: 1px solid #E9FBF5;
    justify-content: center;
    text-align: center;
    transition: opacity 0.5s;
  }
  .u-btn-wrap.center .u-btn-anchor {
    display: inline-flex;
    place-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
    transition: opacity 0.5s;
  }

  .u-btn-more {
    font-size: 1.4rem;
    margin: auto;
  }
  .u-btn-more.Lsize {
    max-width: fit-content;
    padding: 0 30px 0 30px;
  }
  .u-btn-more::before {
    width: 34px;
    height: 34px;
  }
}
/*テーブル*/
.u-table-style {
  position: relative;
  z-index: 1;
}
.u-table-style + table {
  margin-top: 30px;
}
.u-table-style a, .u-table-style a:link, .u-table-style a:visited {
  text-decoration: underline;
  color: #9A76AD;
}
.u-table-style a:hover, .u-table-style a:focus {
  text-decoration: none;
}
.u-table-style.tac td {
  text-align: center;
}
.u-table-style.th-tal th {
  text-align: left;
}
.u-table-style th, .u-table-style td {
  padding: 10px;
  line-height: 1.75;
}
.u-table-style th {
  background-color: #6DAEB3;
  border: 1px solid #BDC7D1;
  color: #fff;
  text-align: center;
}
.u-table-style th.bg01 {
  background-color: #FEF3F0;
  border: 1px solid #BDC7D1;
  color: #333;
  text-align: left;
}
.u-table-style th.bg01 img {
  width: 80%;
  padding: 2.5%;
}
.u-table-style td {
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
}
.u-table-style td.bg01 {
  background: #F1F4F6;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.table-scroll-txt, .bland-scroll-txt, .scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .u-table-style.sp-layout-table {
    display: block;
    width: 100%;
  }
  .u-table-style.sp-layout-table tbody, .u-table-style.sp-layout-table tr, .u-table-style.sp-layout-table th, .u-table-style.sp-layout-table td {
    display: block;
    width: 100%;
  }
  .u-table-style.sp-layout-table th {
    border: 1px solid #ccc;
  }
  .u-table-style.sp-layout-table td {
    border: 1px solid #E2E2E2;
  }

  .u-table-style th, .u-table-style td {
    padding: 10px;
    font-size: clamp(14px, calc(17 / 1800 * 100vw), 17px);
    line-height: 1.7;
  }
  .u-table-style th.tar, .u-table-style td.tar {
    white-space: nowrap;
  }

  .table-scroll-txt, .bland-scroll-txt, .scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before, .bland-scroll::before {
    content: "";
    display: block;
    background: url(../images/share/u-icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll, .bland-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::-webkit-scrollbar, .bland-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track, .bland-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb, .bland-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px !important;
    width: 150%;
  }
  .table-scroll table th:first-child {
    left: 0;
    z-index: 1;
    white-space: nowrap;
  }

  .bland-scroll img {
    max-width: 1000px;
  }
}
/*---
よくある質問開いたまま
-----*/
.u-faq-style .item + .item {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.u-faq-style dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}
.u-faq-style dd {
  position: relative;
  padding-left: 60px;
}
.u-faq-style dd .faq-icon {
  background-color: #36C3CD;
}
.u-faq-style .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #6DAEB3;
  border-radius: 100vw;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .u-faq-style .item + .item {
    margin-top: 15px;
    padding-top: 15px;
  }
  .u-faq-style dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.u-faq-style-sq .item + .item {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.u-faq-style-sq dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}
.u-faq-style-sq dd {
  position: relative;
  padding-left: 60px;
}
.u-faq-style-sq dd .faq-icon {
  background-color: #3C4A52;
}
.u-faq-style-sq .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #6DAEB3;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .u-faq-style-sq .item + .item {
    margin-top: 15px;
    padding-top: 15px;
  }
  .u-faq-style-sq dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
/*------------
よくある質問・アコーディオン
--------------*/
.u-faq-style-aco {
  border-bottom: 1px dotted #6DAEB3;
}
.u-faq-style-aco .item {
  border-top: 1px dotted #6DAEB3;
}
.u-faq-style-aco dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}
.u-faq-style-aco dt .faq-icon {
  top: 15px;
  left: 0;
}
.u-faq-style-aco dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}
.u-faq-style-aco dd .faq-icon {
  border: 0px solid #001848;
  background-color: #001848;
  color: #fff;
  top: 0;
  left: 0;
}
.u-faq-style-aco .faq-ttl {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.u-faq-style-aco .faq-icon {
  border: 1px solid #E8E6E2;
  border-radius: 0px;
  color: #001848;
  font-size: 1.5rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: .3s;
}
.u-faq-style-aco .faq-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 11px;
  transition: .3s;
}
.u-faq-style-aco .faq-open-icon::before, .u-faq-style-aco .faq-open-icon::after {
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .3s;
}
.u-faq-style-aco .faq-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.u-faq-style-aco .faq-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.u-faq-style-aco .item > dt:hover .faq-icon {
  background-color: #6DAEB3;
  color: #fff;
}
.u-faq-style-aco .faq-inner {
  padding-top: 5px;
}
.u-faq-style-aco .is-open .faq-icon {
  background-color: #6DAEB3;
  color: #fff;
}
.u-faq-style-aco .is-open .faq-open-icon {
  transform: rotate(180deg);
}
.u-faq-style-aco .is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .u-faq-style-aco > dt {
    padding: 15px 60px 15px 55px;
  }
  .u-faq-style-aco > dd {
    padding: 30px 0px 30px 55px;
  }
  .u-faq-style-aco > dd .faq-ico-a {
    top: 1.5em;
    left: 15px;
    line-height: 30px;
  }
  .u-faq-style-aco .faq-ico {
    top: .75em;
    left: 15px;
    line-height: 30px;
  }
  .u-faq-style-aco .faq-ttl {
    font-size: 15px;
    line-height: 1.7;
  }
  .u-faq-style-aco .faq-open-ico {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 13px;
  }
  .u-faq-style-aco .faq-open-ico::before {
    width: 12px;
  }
}
.u-accordion-style {
  background-color: #fff;
  /* 三角アイコン */
  /* 開いたとき ▲ にする */
}
.u-accordion-style .accordion-btn {
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  background-color: #6DAEB3;
  background: url("../images/under/u-acco-bg.jpg") no-repeat center/cover;
  color: #fff;
}
.u-accordion-style .accordion-btn.is-open {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.u-accordion-style .accordion-desc {
  display: none;
  padding: 30px 30px;
  position: relative;
  border: 1px solid #6DAEB3;
}
.u-accordion-style .accordion-ttl {
  font-size: clamp(2rem, calc(28 / 1800 * 100vw), 2.8rem);
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.u-accordion-style .accordion-open-icon {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.u-accordion-style .accordion-open-icon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  transition: transform 0.3s;
}
.u-accordion-style .accordion-btn.is-open .accordion-open-icon::before {
  transform: rotate(180deg);
}
.u-accordion-style + .accordion-style {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .u-accordion-style {
    line-height: 1.5;
  }
  .u-accordion-style .accordion-btn {
    padding: 15px 35px 15px 15px;
  }
  .u-accordion-style .accordion-ttl {
    font-size: 15px;
  }
  .u-accordion-style .accordion-desc {
    padding: 15px;
  }
  .u-accordion-style .accordion-open-icon {
    right: 10px;
  }
}
.u-list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.u-list-anchor-link li {
  position: relative;
}
.u-list-anchor-link li::after {
  content: "";
  display: inline-block;
  background: #E8E6E2;
  width: 1px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.u-list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  color: #001848;
  font-family: "Noto Sans", sans-serif;
}
.u-list-anchor-link a::before {
  content: "";
  background: url("../images/share/u-icon_arrow_down.svg") no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}
.u-list-anchor-link a:hover {
  text-decoration: underline;
}

/*map,video,tab*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  background: #F1F4F6;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
}

.google-map + p, .outer-iframe + p {
  font-size: clamp(1.8rem, calc(24 / 1800 * 100vw), 2.4rem);
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}

.google-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/3;
}

.outer-iframe iframe {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  aspect-ratio: 560 / 315;
}

[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

.tab-list {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.tab-nav-item {
  display: inline-block;
  cursor: pointer;
  border-radius: 6px;
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 20px;
  transition: all 0.2s ease;
  background: #6DAEB3;
}

.tab-nav-item:hover {
  opacity: .9;
  color: #fff;
}

.tab-nav-item.is-active {
  background: #4A9A3F;
  color: #FFF;
}

.tab-content.is-active {
  animation: tabFadeIn 0.7s ease 0s 1 normal;
}

@keyframes tabFadeIn {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 800px) {
  .google-map iframe {
    height: 300px;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*お知らせ*/
.list-under-news {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}
.list-under-news a {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 25px;
  border-bottom: 1px solid #D1D1D1;
  padding: 20px 0;
}
.list-under-news a .ttl {
  position: relative;
}
.list-under-news a .ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(10.42 / 16 * 1em);
  aspect-ratio: 1 / 1;
  height: fit-content;
  margin-right: calc(23.6 / 16 * 1em);
  background: url(../images/share/news_arrow.svg) no-repeat center/contain;
}
.list-under-news a:hover .ttl {
  text-decoration: underline;
}
.list-under-news time {
  display: inline-block;
  color: #888;
  margin-right: 25px;
}
.list-under-news .category {
  display: inline-block;
  background-color: #E9FBF5;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 15px;
  line-height: 28px;
}
.list-under-news .ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-under-news2 {
  margin-bottom: 30px;
}
.list-under-news2 > li {
  border-top: 1px solid #dfdfdf;
}
.list-under-news2 > li:last-child {
  border-bottom: 1px solid #ccc;
}
.list-under-news2 a {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  color: #333;
  padding-top: calc(50 / 1800 * 100%);
  padding-right: 30px;
  padding-bottom: calc(50 / 1800 * 100%);
  padding-left: 0;
  display: block;
  width: 100%;
  position: relative;
}
.list-under-news2 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1 / 1;
  height: fit-content;
  margin-right: 0;
  background: url(../images/share/news_arrow.svg) no-repeat center/contain;
}
.list-under-news2 a .ttl {
  position: relative;
}
.list-under-news2 a .ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(10.42 / 16 * 1em);
  aspect-ratio: 1 / 1;
  height: fit-content;
  margin-right: calc(23.6 / 16 * 1em);
  background: url(../images/share/news_arrow.svg) no-repeat center/contain;
}
.list-under-news2 a:hover .ttl {
  text-decoration: underline;
}
.list-under-news2 time {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.2rem, calc(14 / 1800 * 100vw), 1.4rem);
  color: #333;
}
.list-under-news2 .category {
  display: inline-block;
  background-color: #6DAEB3;
  color: #fff;
  font-size: 1.1rem;
  padding: 5px;
  margin-right: 15px;
  line-height: 1;
}
.list-under-news2 .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*通常投稿*/
.list-post-type01 {
  margin-bottom: 80px;
}
.list-post-type01 li, .list-post-type01 article {
  display: flex;
  flex-wrap: wrap;
}
.list-post-type01 li + li {
  margin-top: 50px;
}
.list-post-type01 article + article {
  margin-top: 50px;
}
.list-post-type01 .list-ttl {
  flex-basis: 100%;
  border-bottom: 1px solid #ccc;
  font-size: clamp(2rem, calc(26 / 1800 * 100vw), 2.6rem);
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 25px;
  word-break: break-word;
}
.list-post-type01 .list-ttl a, .list-post-type01 .u-h3 a {
  transition: 0.5s;
  color: #001848;
}
.list-post-type01 .list-ttl a:hover, .list-post-type01 .u-h3 a:hover {
  opacity: 0.5;
}
.list-post-type01 .u-h3 {
  flex-basis: 100%;
}
.list-post-type01 .list-img {
  margin: 0 30px 0 0;
  width: 250px;
}
.list-post-type01 .list-img img {
  width: 250px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-post-type01 .list-img a {
  transition: 0.5s;
}
.list-post-type01 .list-img a:hover {
  opacity: 0.5;
}
.list-post-type01 .list-desc {
  flex: 1;
}
.list-post-type01 .list-data {
  font-size: 1.3rem;
  margin: 0 0 5px;
}
.list-post-type01 time {
  display: inline-block;
  color: #98918c;
  font-size: 1.4rem;
  vertical-align: -1px;
  margin: 0 25px 0 0;
}
.list-post-type01 .category-area, .list-post-type01 .category-wrap, .list-post-type01 .category {
  background: #6DAEB3;
  display: inline-block;
  line-height: 1;
  display: inline-block;
  padding: 0 .5em;
}
.list-post-type01 .category {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0;
  padding: 5px 8px;
}
.list-post-type01 .category + .category {
  padding-left: 0;
}
.list-post-type01 .category + .category::before {
  content: "/";
  margin-right: 8px;
}
.list-post-type01 .list-txt {
  margin: 0 0 15px;
}
.list-post-type01 .list-btn {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.list-post-type01 .list-btn .btn-more {
  width: 100%;
  min-width: 200px;
  max-width: 240px;
  height: 60px;
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  /*通常投稿*/
  .list-post-type01 {
    margin: 50px 0;
  }
  .list-post-type01 li + li {
    margin-top: 40px;
  }
  .list-post-type01 .list-ttl {
    padding: 0 0 7px;
    margin: 0 0 15px;
  }
  .list-post-type01 .list-img {
    margin: 0 0 15px;
    width: 100%;
  }
  .list-post-type01 .list-img img {
    width: 100%;
    /* height: 25vw; */
    aspect-ratio: 3 / 2;
    height: 100%;
    object-fit: cover;
  }
  .list-post-type01 .list-desc {
    margin: -5px 0 0;
  }
  .list-post-type01 time {
    font-size: 1.2rem;
    margin: 0 15px 0 0;
  }
  .list-post-type01 .list-txt {
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 5px;
  }
  .list-post-type01 .list-btn {
    margin-top: 15px;
  }
  .list-post-type01 .list-btn .u-btn-more {
    padding: 10px 20px;
    max-width: fit-content;
    height: 40px;
  }
}
/*普通投稿 詳細ページ*/
.l-post-single {
  margin-bottom: 80px;
}
.l-post-single .l-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin: 0 0 20px;
  word-break: break-word;
  font-weight: 700;
}
.l-post-single .post-data {
  margin: 0 0 20px;
}
.l-post-single .post-data.single-img {
  margin: 30px auto;
}
.l-post-single .post-data.single-img p + img {
  margin-top: 1rem;
}
.l-post-single .post-data.single-img img {
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 2rem;
}
.l-post-single .post-data .category-area, .l-post-single .post-data .category-wrap {
  background: #6DAEB3;
  display: inline-block;
  line-height: 1;
  display: inline-block;
  padding: 0 .5em;
}
.l-post-single .post-data .category {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  margin: 0;
  padding: 5px 8px;
}
.l-post-single .post-data .category + .category {
  padding-left: 0;
}
.l-post-single .post-data .category + .category::before {
  content: "/";
  margin-right: 8px;
}
.l-post-single .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 1.4rem;
  vertical-align: -1px;
  margin: 0 20px 0 0;
}

@media (max-width: 800px) {
  .l-post-single {
    margin: 50px 0;
  }
}
/*new!通常投稿*/
.u-list-under-post {
  border-top: 1px solid #eee;
  margin-bottom: 50px;
}
.u-list-under-post a {
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 25px;
  padding: 15px 70px 15px 0;
  position: relative;
  transition: border-color .3s;
}
.u-list-under-post a::before {
  content: "";
  background: url("../images/share/post_arrow.svg") no-repeat center/cover;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
.u-list-under-post a:hover {
  border-color: #333;
}
.u-list-under-post .list-img img {
  border: 1px solid #eee;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 7/5;
}
.u-list-under-post .list-desc {
  flex: 1;
  margin-bottom: 5px;
}
.u-list-under-post time {
  display: block;
  font-size: 1.2rem;
}
.u-list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8;
  margin-bottom: 5px;
}
.u-list-under-post .category {
  display: inline-block;
  background-color: #6DAEB3;
  color: #fff;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
}
.u-list-under-post .no-post {
  padding: 25px 0;
}

.post-number {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.post-number span,
.post-number a {
  display: inline-block;
  background-color: #edeef0;
  font-size: 13px;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: .3s;
  padding: 0 20px;
}
.post-number > * + * {
  margin-left: 10px;
}
.post-number a:hover {
  background: #333;
  color: #fff;
}
.post-number .current {
  background: #333;
  color: #fff;
}

@media (max-width: 800px) {
  .u-list-under-post a {
    grid-template-columns: 120px 1fr;
    grid-gap: 15px;
    padding: 15px 40px 15px 0;
  }
  .u-list-under-post a::before {
    width: 20px;
  }
  .u-list-under-post a::after {
    right: 4px;
  }
  .u-list-under-post .list-desc {
    margin-top: -5px;
  }
  .u-list-under-post .list-ttl {
    font-size: rem(14);
    line-height: 1.5;
  }
}
/*カスタム投稿一覧*/
.post-garally .container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.post-garally .garally-wrap {
  display: grid;
}

#thumbnail-carousel .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
}
#thumbnail-carousel .splide__arrow svg {
  width: 20px;
  height: 20px;
}
#thumbnail-carousel .splide__arrow--prev {
  left: 0;
}
#thumbnail-carousel .splide__arrow--next {
  right: 0;
}

/*--------------------------------------------------------
個人情報保護方針
-----------------------------------------------------------*/
/*ブログスタイル*/
.list-under-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.list-under-blog .list-img {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  overflow: hidden;
}
.list-under-blog .list-img img {
  object-fit: cover;
  width: 100%;
  height: 165px;
  transition: transform 0.5s;
}
.list-under-blog time {
  color: #aaa;
  display: block;
  font-size: 1.2rem;
}
.list-under-blog .list-ttl {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.list-under-blog .category {
  display: inline-block;
  background-color: #E9FBF5;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 5px;
}
.list-under-blog a {
  display: block;
  height: 100%;
}
.list-under-blog a:hover .list-img img {
  transform: scale(1.1);
}

.list-under-post {
  border-top: 1px solid #e8ecf0;
  margin-bottom: 50px;
}
.list-under-post > li {
  border-bottom: 1px solid #F1F4F6;
}
.list-under-post a {
  display: flex;
  transition: background-color 0.3s, padding 0.3s;
  padding: 15px 35px 15px 0;
  position: relative;
}
.list-under-post a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(50%) rotate(45deg);
}
.list-under-post a:hover .list-ttl {
  text-decoration: underline;
}
.list-under-post .list-img {
  width: 150px;
  margin-right: 25px;
}
.list-under-post .list-img img {
  object-fit: cover;
  width: 100%;
  height: 105px;
}
.list-under-post .list-desc {
  flex: 1;
  font-size: 0.9rem;
}
.list-under-post time {
  display: block;
  color: #ADADAD;
  font-size: 0.8rem;
}
.list-under-post .list-ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-under-post .category {
  display: inline-block;
  background-color: #E9FBF5;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.1rem;
  padding: 0 5px;
  margin-right: 10px;
}
.list-under-post .no-post {
  padding: 25px 0;
}

/*詳細ページ*/
.single-post-layout {
  border-bottom: 1px solid #FFB750;
  padding-bottom: 50px;
  margin-bottom: 50px;
  max-width: 800px;
  margin: 0 auto 50px;
}
.single-post-layout .l-ttl {
  border-bottom: 1px solid #FFB750;
  font-size: 2.4rem;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.single-post-layout .post-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.single-post-layout .post-data time {
  display: inline-block;
  color: #98918c;
  font-size: 1.2rem;
  margin-right: 20px;
}
.single-post-layout .post-data .category {
  background: #E9FBF5;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px 8px;
  margin: 0 10px 0 0;
}
.single-post-layout .post-data p, .single-post-layout .post-data ul, .single-post-layout .post-data ol {
  margin-bottom: 15px;
}
.single-post-layout .post-data a {
  text-decoration: underline;
  color: #9A76AD;
}
.single-post-layout .post-data a:hover {
  text-decoration: none;
}
.single-post-layout .post-data strong {
  font-weight: 700;
}
.single-post-layout .post-data em {
  font-style: italic;
}
.single-post-layout .post-data ul li {
  list-style: inside disc;
}
.single-post-layout .post-data ul li > ul {
  margin: 0 0 0 15px;
}
.single-post-layout .post-data ol li {
  list-style: inside decimal;
}
.single-post-layout .post-data ol li > ol {
  margin: 0 0 0 15px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}

.select-area .select-ttl {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0 15px 0 0;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: '';
  background: url(../images/share/u-icon_arrow_down.svg) no-repeat;
  background-size: 20px;
  background-position: right center;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 1.6rem;
  color: #1a1a1a;
  vertical-align: middle;
  height: 35px;
  min-width: 150px;
  padding: 5px 20px 5px 5px;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.post-number span, .post-number a {
  display: inline-block;
  color: #6DAEB3;
  background-color: #eee;
  font-size: 1.3rem;
  text-align: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 20px;
}
.post-number > * + * {
  margin-left: 10px;
}
.post-number a:hover {
  background: #6DAEB3;
  color: #fff;
  opacity: 1;
}
.post-number .current {
  background: #6DAEB3;
  color: #fff;
}

.post-number-single {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.post-number-single a {
  display: inline-block;
}
.post-number-single .all {
  background: #6DAEB3;
  border: 1px solid #6DAEB3;
  color: #fff;
  font-size: 1.3rem;
  line-height: 28px;
  max-width: 200px;
  margin: 0 10px;
  height: 30px;
  width: 100%;
}
.post-number-single .all:hover {
  background: #6DAEB3;
  color: #fff;
}
.post-number-single .prev, .post-number-single .next {
  border: 1px solid #6DAEB3;
  width: 30px;
  height: 30px;
  position: relative;
}
.post-number-single .prev::before, .post-number-single .next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #6DAEB3;
  margin: 0 auto;
  top: 12px;
}
.post-number-single .prev:hover, .post-number-single .next:hover {
  background: #6DAEB3;
  color: #fff;
  opacity: .8;
}
.post-number-single .prev:hover::before, .post-number-single .next:hover::before {
  border-color: #fff;
}
.post-number-single .prev::before {
  transform: rotate(-135deg);
  left: 13px;
  border-left: 1px solid #6DAEB3;
}
.post-number-single .next::before {
  transform: rotate(135deg);
  right: 13px;
  border-right: 1px solid #6DAEB3;
}

@media (max-width: 800px) {
  .select-area .select-item {
    margin: auto;
  }
}
.u-container {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.dl-privacy dt {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  padding: 0 0 5px;
  margin: 0 0 15px;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}
.dl-privacy a {
  text-decoration: underline;
  color: #9A76AD !important;
}
.dl-privacy a:hover {
  text-decoration: none;
}

.list-privacy a {
  text-decoration: underline;
  color: #9A76AD !important;
}

.list-privacy a:hover {
  text-decoration: none;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li + li {
  margin-top: 3px;
}

.list-privacy li:before {
  background: #333;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

/*下層カスタムレイアウト*/
.u-layout-style-wide {
  display: flex;
  align-items: center;
  gap: 5%;
  margin: 0 0 0 -5%;
}
.u-layout-style-wide .l-img {
  width: 54.5%;
}
.u-layout-style-wide .l-img.wide {
  width: 60%;
}
.u-layout-style-wide .l-img img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  aspect-ratio: 800/600;
  object-fit: cover;
}
.u-layout-style-wide .l-desc {
  flex: 1;
}
.u-layout-style-wide.reverse {
  flex-direction: row-reverse;
  margin: 0 -5% 0 0;
}
.u-layout-style-wide .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.u-layout-style-wide .l-ttl {
  font-size: clamp(3rem, calc(48 / 1800 * 100vw), 4.8rem);
  margin-bottom: clamp(20px, calc(30 / 1800 * 100vw), 30px);
  color: #6DAEB3;
  font-family: "Rock Salt", cursive;
}
.u-layout-style-wide .l-ttl.gold {
  color: #C9B492;
}
.u-layout-style-wide .l-sub-ttl {
  font-weight: bold;
  font-size: clamp(1.8rem, calc(21 / 1800 * 100vw), 2.1rem);
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-layout-style-wide {
    flex-direction: column-reverse;
    gap: 15px;
    margin: 0 -5vw;
  }
  .u-layout-style-wide .l-img {
    width: 100%;
  }
  .u-layout-style-wide .l-img.wide {
    width: 100%;
  }
  .u-layout-style-wide.reverse {
    flex-direction: column-reverse;
    margin: 0 -5vw;
  }
  .u-layout-style-wide .l-desc {
    padding: 0 5vw;
  }
  .u-layout-style-wide .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-layout-style-wide .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
  }
}
/*下層オリジナル*/
.u-story-sake-layout {
  display: flex;
  gap: 20px 2.5%;
  width: 80%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: -7.5vw;
}
.u-story-sake-layout.reverse {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: auto;
}
.u-story-sake-layout .left-img {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.u-story-sake-layout .left-img img {
  width: 75%;
  aspect-ratio: 340/485;
  object-fit: cover;
  margin: auto auto 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.u-story-sake-layout .l-desc .sake-ttl {
  font-size: clamp(2rem, calc(24 / 1800 * 100vw), 2.4rem);
  margin-bottom: 10px;
}
.u-story-sake-layout .l-desc .right-img {
  margin-bottom: 2.5vw;
}
.u-story-sake-layout .l-desc .right-img img {
  aspect-ratio: 480/325;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

@media (max-width: 800px) {
  .u-story-sake-layout {
    display: flex;
    gap: 20px 2.5%;
    width: 80%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: -7.5vw;
    flex-direction: column-reverse;
  }
  .u-story-sake-layout.reverse {
    flex-direction: column-reverse;
    margin-right: auto;
    margin-left: auto;
  }
  .u-story-sake-layout .left-img {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .u-story-sake-layout .left-img img {
    width: 75%;
    aspect-ratio: 340/485;
    object-fit: cover;
    margin: auto auto 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .u-story-sake-layout .l-desc .sake-ttl {
    font-size: clamp(2rem, calc(24 / 1800 * 100vw), 2.4rem);
    margin-bottom: 10px;
  }
  .u-story-sake-layout .l-desc .right-img {
    margin-bottom: 5vw;
  }
  .u-story-sake-layout .l-desc .right-img img {
    aspect-ratio: 480/325;
    object-fit: cover;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.u-other-sisetu .u-h3 {
  font-size: clamp(2rem, calc(26 / 1800 * 100vw), 2.6rem);
  margin-bottom: 10px;
  margin-top: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.u-other-sisetu .u-h3 label {
  width: fit-content;
  padding: 6px 8px;
  background: #001848;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

.hr-manta-short {
  text-align: center;
  margin: 50px 0;
}

.u-room-layout {
  display: flex;
  gap: 50px;
}
.u-room-layout .slide-stay {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.u-room-layout .slide-stay .item-img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.u-room-layout .slide-stay .item-img img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.u-room-layout .slide-stay .l-img-left img {
  aspect-ratio: 285/190;
}
.u-room-layout .slide-stay .l-img-left img + p {
  margin-top: 5px;
}
.u-room-layout .slide-stay .l-img-right img {
  aspect-ratio: 285/190;
  border-bottom-right-radius: 40px;
}
.u-room-layout .l-desc {
  flex: 1;
}
.u-room-layout .l-desc .room-ttl {
  position: relative;
  font-size: clamp(3.6rem, calc(48 / 1800 * 100vw), 4.8rem);
  font-family: "Roboto", sans-serif;
  color: #928571;
  line-height: 1.5;
}
.u-room-layout .l-desc .room-ttl span {
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  font-family: "Noto Sans", sans-serif;
  display: block;
}
.u-room-layout .l-desc .room-ttl::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #928571;
  display: block;
  margin: 2rem 0;
}
.u-room-layout .l-desc .u-spec-box {
  padding: 20px;
  background: #E8E6E2;
  margin-top: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.3rem, calc(14 / 1800 * 100vw), 1.4rem);
}
.u-room-layout .l-desc .u-spec-box.wh {
  background: #EFEEEB;
}
.u-room-layout .l-desc .u-spec-box dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5px;
}
.u-room-layout.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .u-room-layout {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .u-room-layout .slide-stay {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .u-room-layout .slide-stay .item-img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .u-room-layout .slide-stay .item-img img {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .u-room-layout .slide-stay .l-img-left {
    width: 80%;
    margin: auto;
  }
  .u-room-layout .slide-stay .l-img-left img {
    aspect-ratio: 285/190;
    border-top-left-radius: 40px;
  }
  .u-room-layout .slide-stay .l-img-left img + p {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .u-room-layout .slide-stay .l-img-right {
    width: 80%;
    margin: auto;
  }
  .u-room-layout .slide-stay .l-img-right img {
    aspect-ratio: 285/190;
    border-bottom-right-radius: 40px;
  }
  .u-room-layout .l-desc {
    flex: 1;
  }
  .u-room-layout .l-desc .room-ttl {
    position: relative;
    font-size: clamp(4rem, calc(56 / 1800 * 100vw), 5.6rem);
    font-family: "Roboto", sans-serif;
    color: #928571;
    line-height: 1.5;
  }
  .u-room-layout .l-desc .room-ttl span {
    font-size: clamp(1.6rem, calc(20 / 1800 * 100vw), 2rem);
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 1rem;
    display: block;
  }
  .u-room-layout .l-desc .room-ttl::after {
    content: "";
    width: 50px;
    height: 1px;
    background: #928571;
    display: block;
    margin: 3rem 0;
  }
  .u-room-layout .l-desc .u-spec-box {
    padding: 20px;
    background: #E8E6E2;
    margin-top: 20px;
    font-family: "Noto Sans", sans-serif;
    font-size: clamp(1.3rem, calc(14 / 1800 * 100vw), 1.4rem);
  }
  .u-room-layout .l-desc .u-spec-box.wh {
    background: #fff;
  }
  .u-room-layout .l-desc .u-spec-box dl {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 5px;
  }
  .u-room-layout.reverse {
    flex-direction: column-reverse;
  }
}
.u-floorguide-layout > li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  grid-template-rows: 1fr;
  align-items: center;
  column-gap: 20px;
}
.u-floorguide-layout > li:first-child {
  border-top: 1px solid #ccc;
}
.u-floorguide-layout .floor {
  border-radius: 4px;
  color: #fff;
  background: #6DAEB3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  max-height: 140px;
  height: 100%;
}
.u-floorguide-layout .roomname {
  font-size: clamp(1.5rem, calc(18 / 1800 * 100vw), 1.8rem);
  font-family: "Noto Sans", sans-serif;
  line-height: 1.5;
}
.u-floorguide-layout .roomname a {
  color: #001848;
  text-decoration: underline;
}
.u-floorguide-layout .icon {
  text-align: right;
}
.u-floorguide-layout .icon img {
  max-width: 100px;
}

@media (max-width: 800px) {
  .u-floorguide-layout > li {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 10px;
  }
  .u-floorguide-layout > li:first-child {
    border-top: 1px solid #ccc;
  }
  .u-floorguide-layout .floor {
    min-height: 40px;
    max-width: 100%;
  }
  .u-floorguide-layout .icon img {
    max-width: 100px;
  }
}
.u-grid-garrely {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.u-grid-garrely .grid-img img {
  object-fit: cover;
}
.u-grid-garrely .parent {
  display: flex;
  gap: 0;
}
.u-grid-garrely .parent.reverse {
  flex-direction: row-reverse;
}
.u-grid-garrely .parent .grid-box {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  flex: 1;
}
.u-grid-garrely .parent .grid-box img {
  aspect-ratio: 4/3;
}
.u-grid-garrely .parent .sq-box {
  width: 60%;
}
.u-grid-garrely .parent .sq-box img {
  aspect-ratio: 1/1;
}

/*下層共通パーツ*/
.u-parallax-bg {
  position: relative;
  height: 500px;
  z-index: 0;
}
.u-parallax-bg .inner {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
}
.u-parallax-bg img {
  position: fixed;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100lvb;
  z-index: -1;
}
.u-parallax-bg img.TopRight {
  object-position: top right;
}
.u-parallax-bg img.Center {
  object-position: center;
}
.u-parallax-bg img.Left {
  object-position: 10% 0;
}

@media (max-width: 800px) {
  .u-parallax-bg {
    position: relative;
    height: 300px;
    z-index: 0;
  }
  .u-parallax-bg img.contain {
    object-fit: contain;
  }
}
/*----------
カードスタイル
-----------*/
.u-card-style {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.u-card-style > li {
  width: 33.333%;
}
.u-card-style > li .card-ttl {
  font-size: clamp(1.8rem, calc(20 / 1800 * 100vw), 2rem);
  margin-bottom: clamp(5px, calc(5 / 1800 * 100vw), 5px);
  font-weight: bold;
}
.u-card-style.col2 {
  gap: 20px;
}
.u-card-style.col2 > li {
  width: 25%;
}
.u-card-style.col3 {
  display: grid;
  grid-template-columns: repeat 3, 1fr;
  gap: 30px;
}
.u-card-style.col3 > li {
  width: 100%;
}
.u-card-style.col3 > li .card-ttl {
  font-size: clamp(2rem, calc(24 / 1800 * 100vw), 2.4rem);
  margin-bottom: clamp(5px, calc(5 / 1800 * 100vw), 5px);
  font-weight: bold;
}
.u-card-style .card-img {
  margin-bottom: 15px;
}
.u-card-style .card-img img {
  aspect-ratio: 523/351;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.u-card-style .card-ttl {
  font-size: clamp(2rem, calc(30 / 1800 * 100vw), 3rem);
  margin-bottom: clamp(10px, calc(10 / 1800 * 100vw), 10px);
  font-weight: bold;
}

@media (max-width: 800px) {
  .u-card-style {
    flex-direction: column;
    gap: 30px;
  }
  .u-card-style > li {
    width: 100%;
  }
  .u-card-style.col2 {
    gap: 30px;
  }
  .u-card-style.col2 > li {
    width: 100%;
  }
  .u-card-style.col3 {
    display: flex;
    flex-direction: column;
  }
}
.u-card-style-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.u-card-style-gallery > li {
  padding: 0;
  background: #fff;
}
.u-card-style-gallery > li a:hover {
  cursor: pointer;
}

@media (max-width: 800px) {
  .u-card-style-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
/*--------
ボックススタイル
----------*/
/*------------
スタッフページ パーツ
--------------*/
/*問い合わせパーツ5*/
.u-yoyaku {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u-yoyaku .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-size: 26px;
  line-height: 1;
  margin: 0 auto;
  color: #449D7E;
  font-family: "Lato", "Zen Kaku Gothic New", serif;
  white-space: nowrap;
}
.u-yoyaku .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 0 auto;
  width: fit-content;
}
.u-yoyaku .l-time .item {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 10px;
}
.u-yoyaku .l-time dt {
  background: #E1EBE8;
  border-radius: 2px;
  color: #449D7E;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-yoyaku02 {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.u-yoyaku02 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-size: 26px;
  line-height: 1;
  margin: 0 auto;
  color: #449D7E;
  font-family: "Lato", "Zen Kaku Gothic New", serif;
  white-space: nowrap;
}
.u-yoyaku02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 0;
  width: fit-content;
}
.u-yoyaku02 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}
.u-yoyaku02 .l-time dt {
  background: #E1EBE8;
  border-radius: 2px;
  color: #449D7E;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .u-yoyaku .l-tel {
    font-size: 30px;
  }
  .u-yoyaku .l-tel img {
    width: 22px;
  }

  .u-yoyaku02 {
    display: block;
  }
  .u-yoyaku02 .l-tel {
    margin-bottom: 10px;
  }
}
/*アンカーリンク*/
.contact-form table td.flex {
  display: flex;
  grid-gap: 20px;
  padding-top: 20px;
}

@media (max-width: 800px) {
  .contact-form table td.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }
}
/*WP必須クラス*/
.postdata .wp-caption {
  max-width: 100%;
  margin-bottom: 10px;
}

.postdata .wp-caption-text {
  padding: 10px;
  margin-bottom: 0;
}

.postdata .gallery-caption {
  font-size: 0.8em;
}

.postdata .bypostauthor {
  color: #999;
}

.postdata .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.postdata pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
}

.postdata h1, .postdata h2, .postdata h3, .postdata h4, .postdata h5 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*---投稿大枠---*/
.postdata {
  text-align: left;
}

.postdata::after {
  clear: both;
  content: "";
  display: block;
}

.postdata, .postdata p, .postdata ol, .postdata ul {
  margin-bottom: 20px;
}

/*---配置　右---*/
.postdata .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*---配置　左---*/
.postdata .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/*---配置　中央---*/
.postdata .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

.postdata a {
  text-decoration: underline;
  color: #9A76AD;
}

.postdata a:hover {
  text-decoration: none;
}

/*---リスト　順序あり---*/
.postdata ol li {
  list-style: inside decimal;
}

/*---リスト　順序なし---*/
.postdata ul li {
  list-style: inside square;
}

.postdata ol li, .postdata ul li {
  font-size: 100%;
  padding: 0;
}

/*---テーブル---*/
.postdata table {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

.postdata table th {
  border-bottom: 1px solid #bfbfbf;
}

.postdata table td {
  border-bottom: 1px solid #bfbfbf;
}

/*---フォント---*/
.postdata em {
  font-style: italic !important;
}

.postdata strong {
  font-weight: 700 !important;
}

.postdata iframe {
  max-width: 100%;
}

/*変更詳細データ*/
.postdata h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 22px;
  padding: 20px 0;
  margin: 30px 0;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
  color: #9A76AD;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: 700;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li > ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li > ol {
  margin: 0 0 0 15px;
}

.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  font-family: var(--font_jp);
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

/* スマホ時に回り込みを解除*/
@media only screen and (max-width: 800px) {
  .postdata .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  .postdata .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.u-loop-container .loop-slider .splide__slide:nth-child(even) {
  margin-top: 0px;
}
.u-loop-container .loop-slider .splide__slide img {
  aspect-ratio: 399 / 266;
  object-fit: cover;
}

@media (max-width: 800px) {
  .u-loop-container .loop-slider .splide__slide:nth-child(even) {
    margin-top: 0;
  }
}
/*------------
gallery-slider01
--------------*/
.gallery-slider01 {
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.gallery-slider01 .splide__pagination {
  bottom: 5%;
}
.gallery-slider01 .splide__pagination .splide__pagination__page {
  background: #eee;
}
.gallery-slider01 .splide__pagination .splide__pagination__page.is-active {
  background: #6DAEB3;
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

.gallery-slider01 .splide__arrow--prev {
  transform: translateY(-50%) scaleX(1);
  box-shadow: none;
}

.gallery-slider01 .splide__arrow--next {
  box-shadow: none;
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    line-height: 1.4;
  }

  .gallery-slider01 .splide__pagination {
    bottom: 5%;
  }
}
/*------------
gallery-slider02
--------------*/
.gallery-slider02 .splide__slide {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.gallery-slider02 .splide__slide img {
  max-height: 600px;
  object-fit: cover;
}

.gallery-slider02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 8px;
  margin-top: 8px;
}

.gallery-slider02 .thumb-item {
  cursor: pointer;
  filter: grayscale(0%);
  transition: 0.3s;
  /*flex時追加*/
}

.gallery-slider02 .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: unset;
}

.gallery-slider02 .thumb-item.is-active {
  filter: grayscale(0%);
  transform: scale(0.9);
}

.gallery-slider02 .splide .splide__arrow {
  top: auto;
  bottom: -20%;
  transform: translateY(0%);
}

@media (max-width: 800px) {
  .gallery-slider02 .splide__slide img {
    max-height: 300px;
  }

  .gallery-slider02 .thumb-wrapper {
    grid-template-columns: repeat(7, 1fr);
  }

  .gallery-slider02 .thumb-item {
    cursor: pointer;
    filter: grayscale(0%);
    transition: 0.3s;
    /*flex時追加*/
  }

  .gallery-slider02 .thumb-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
  }

  .gallery-slider02 .thumb-item.is-active {
    filter: grayscale(0%);
    transform: scale(0.9);
  }

  .gallery-slider02 .splide .splide__arrow {
    bottom: -35%;
  }

  .gallery-slider02 .splide .splide__arrow.splide__arrow--prev {
    left: 0px;
  }
  .gallery-slider02 .splide .splide__arrow.splide__arrow--next {
    right: 0px;
  }
}
/*-----------------------------------------------------------
下層用splide
-----------------------------------------------------------*/
/*各種色設定*/
:root {
  --splide-arrow-color: #7EC2C2;
  /*矢印*/
  --splide-focus-color: #7EC2C2;
  /*タブ移動によるフォーカス時のアウトライン*/
  --splide-pagination-color: #7EC2C2;
  /*アクティブ時のページネーション*/
  --splide-progress-color: #7EC2C2;
  /*プログレスバー*/
  --splide-toggle-color: #7EC2C2;
  /*再生ボタン*/
  --splide-track-color: #7EC2C2;
  /*サムネイルの枠*/
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.splide__controls .splide__pagination {
  position: static;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: .2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled) {
  opacity: .3;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 15px;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ddd;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__progress__bar {
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid var(--splide-focus-color);
    outline-offset: -3px;
  }
}
.splide__toggle {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #737e80;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: background-color .2s ease;
  height: 29px;
  width: 29px;
}

.splide__toggle:hover {
  background: var(--splide-toggle-color);
}

.splide__toggle svg {
  fill: #fff;
  transition: fill .2s ease;
  width: 12px;
  height: auto;
}

.splide__toggle:focus-visible {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid var(--splide-track-color);
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}
/**manta**/
.js-manta-trigger:hover {
  cursor: pointer;
}

/*==============================================
  Manta Cursor（共通）
==============================================*/
#manta-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 120px;
  pointer-events: none;
  z-index: 9999;
  /* 初期状態（少し上にズレ） */
  opacity: 0;
  transform: translate(-50%, -40%) scale(0.8);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 表示状態 */
#manta-cursor.is-show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* 画像 */
#manta-cursor img {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}

/*==============================================
  Mobile（スマホ用）
==============================================*/
@media (max-width: 800px) {
  /* 上向きにする */
  #manta-cursor img {
    width: 70px;
  }

  /* 出現位置（下から） */
  #manta-cursor {
    transform: translate(-50%, -20%) scale(0.8);
  }

  /* 表示位置 */
  #manta-cursor.is-show {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*-----------------------------------------------------------
Footer
-----------------------------------------------------------*/
.footer {
  position: relative;
  color: #fff;
  background: #001848;
  margin-top: -2px;
}
.footer ul + ul {
  margin-top: 0;
}
.footer a {
  color: #333333;
  text-decoration: none;
}
.footer img {
  border-radius: unset;
}
.footer .container {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
  background: #001848;
}
.footer .wrapper {
  width: 90%;
  margin: auto;
}
.footer .wrapper .inner {
  display: flex;
  gap: calc(100 / 1024 * 100%);
  position: relative;
  padding: calc(50 / 1024 * 100%) 0 calc(100 / 1024 * 100%);
}
.footer .l-wrap {
  position: relative;
}
.footer .l-wrap.access {
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .l-wrap.access p + p {
  margin-top: 10px;
}
.footer .l-wrap.footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.footer .f-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(30 / 435 * 100%);
}
.footer .f-logo .f-logo-link {
  display: flex;
  align-items: center;
  width: max-content;
}
.footer .f-logo .f-logo-link img {
  width: clamp(80px, calc(120 / 1800 * 100vw), 120px);
  transition: .5s;
}
.footer .f-logo .f-logo-link span {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.7rem, calc(27 / 1400 * 100vw), 2.7rem);
  line-height: 1em;
  letter-spacing: .05em;
  margin-left: calc(15 / 27 *1em);
}
.footer .address .ad {
  font-size: 1.4rem;
}
.footer .address .tel {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
.footer .address .btn-contact {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #fff;
  font-size: 1.2rem;
  margin-left: 20px;
  color: #fff;
}
.footer .site-map {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
}
.footer .site-map .has-sub + .has-sub {
  border-top: 1px solid #ffffff80;
  padding-top: 30px;
}
.footer .site-map .sub-menu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .site-map a {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.5rem, calc(16 / 1400 * 100vw), 1.6rem);
  line-height: calc(40 / 15 * 1em);
  color: #fff;
}
.footer .site-map .word {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}
.footer .site-map .word.hum {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  margin-top: 0px;
  color: #fff;
}
.footer .site-map .word.hum a {
  display: inline-block;
}
.footer .site-map .word.hum a.gt-current-lang {
  color: #6DAEB3;
  font-weight: bold;
}
.footer .site-map .word.hum a.gt-current-lang a:after {
  color: #6DAEB3;
}
.footer .site-map .word.hum a:after {
  content: " / ";
}
.footer .logo-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  margin-top: 80px;
}
.footer .logo-group .has-sub {
  line-height: 1;
}
.footer .logo-group .has-sub + .has-sub {
  padding-top: 0px;
}
.footer .logo-group .sub-menu {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}
.footer .logo-group .sub-menu.gaibu > li {
  width: 15%;
}
.footer .logo-group .sub-menu > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .logo-group a img {
  height: 80px;
  width: auto !important;
}
.footer .logo-group a img.yoko {
  height: 70px;
  width: auto !important;
}
@media (max-width: 800px) {
  .footer .logo-group a img {
    height: 70px;
    width: auto !important;
  }
  .footer .logo-group a img.yoko {
    height: 60px;
    width: auto !important;
  }
}

.f-copy {
  position: relative;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, calc(13 / 1024 * 100vw), 1.3rem);
  line-height: calc(18 / 13 * 1em);
  color: #fff;
  margin: auto;
  margin-bottom: 15px;
}
.f-copy .l-wrap {
  display: block;
  width: 95%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.f-copy .l-wrap .inner {
  display: flex;
  justify-content: space-between;
  padding: 0 0 calc(60 / 1024 * 100%);
}
.f-copy nav {
  font-size: clamp(1rem, calc(13 / 1024 * 100vw), 1.3rem);
  line-height: calc(18 / 13 * 1em);
}
.f-copy nav a {
  color: #A0856E;
}

.pagetop {
  display: none;
}
.pagetop a {
  display: grid;
  justify-items: center;
  position: relative;
  transition: transform .5s;
  z-index: 0;
}
.pagetop a:hover {
  transform: translateY(-10px);
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .footer {
    padding-bottom: 50px;
  }
  .footer .container {
    border-radius: 30px 30px 0 0;
  }
  .footer .wrapper {
    width: 100%;
  }
  .footer .wrapper .inner {
    grid-template-columns: 100%;
    gap: 45px;
    padding: 5vw;
    flex-direction: column-reverse;
  }
  .footer .l-wrap {
    justify-items: center;
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .footer .l-wrap.access {
    max-width: unset;
  }
  .footer .l-wrap.access p + p {
    margin-top: 10px;
  }
  .footer .l-wrap.contact {
    grid-column: 1/2;
    grid-template-columns: 100%;
    padding-bottom: 50px;
  }
  .footer .l-wrap.contact::before {
    width: 100%;
    background: url(../images/share/f-line.svg) repeat-x left/cover;
  }
  .footer .l-wrap.contact .l-ttl {
    grid-column: 1/2;
  }
  .footer .l-wrap.contact a.f-bnr {
    grid-row: 4/5;
    grid-column: 1/2;
    width: 200px;
    margin-top: 25px;
  }
  .footer .l-ttl {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer .l-ttl span {
    font-size: 18px;
  }
  .footer .f-logo {
    width: max-content;
    margin: 0 auto 25px;
  }
  .footer .f-logo .f-logo-link img {
    width: 80px;
  }
  .footer .f-logo .f-logo-link span {
    font-size: 20px;
  }
  .footer .f-logo .instagram {
    width: 30px;
    margin-left: 20px;
  }
  .footer .address {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .footer .address .access-link {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 0;
  }
  .footer .address .access-link img {
    width: 15px;
  }
  .footer .address .access-link span {
    font-size: 15px;
  }
  .footer .site-map {
    grid-template-columns: 1fr;
    justify-content: space-between;
    column-gap: 5vw;
  }
  .footer .site-map .sub-menu {
    gap: 10px 20px;
  }
  .footer .f-shimada {
    text-align: center;
  }
  .footer .f-copy {
    font-size: 13px;
  }
  .footer .f-copy .l-wrap {
    margin: 0 auto;
  }
  .footer .f-copy .l-wrap .inner {
    display: grid;
    justify-content: center;
    padding: 45px 0 35px;
  }
  .footer .f-copy nav {
    font-size: 12px;
    margin-top: 1em;
  }
  .footer .pagetop {
    display: none;
  }
  .footer .logo-group .has-sub + .has-sub {
    padding-top: 0px;
  }

  .sp-navi {
    display: block;
  }

  .sp-navi-btns {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 0px solid #FFF;
    background: #001848;
    z-index: 10000;
  }
  .sp-navi-btns > * {
    flex: 1;
    position: relative;
  }
  .sp-navi-btns .sp-menu-btn {
    font-family: "Noto Sans", sans-serif;
    font-size: 10px;
    line-height: calc(15 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi-btns .sp-menu-btn:not(.humberger) {
    border-right: 1px solid #FFF;
  }
  .sp-navi-btns .sp-menu-btn a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #333333;
    text-decoration: none;
    height: 100%;
    padding: 10px 0 2px;
  }
  .sp-navi-btns .sp-menu-btn.i_home a {
    padding: 8.3px 0 2px;
  }
  .sp-navi-btns .sp-menu-btn.i_tel a {
    padding: 10.3px 0 2px;
  }
  .sp-navi-btns .sp-menu-btn.i_contact a {
    padding: 10px 0 2px;
  }
  .sp-navi-btns .sp-menu-btn.i_access a {
    padding: 10.5px 0 2px;
  }
  .sp-navi-btns .ttl {
    display: block;
    color: #FFf;
    font-family: "Noto Sans", sans-serif;
    font-size: 10px;
    line-height: calc(15 / 10 * 1em);
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi-btns .humberger {
    position: relative;
    display: grid;
    justify-items: center;
    padding: 12.5px 0 4px;
    cursor: pointer;
  }
  .sp-navi-btns .humberger .ttl {
    align-self: flex-end;
  }
  .sp-navi-btns .humberger .line-wrap {
    position: relative;
    width: 13px;
    height: 11px;
  }
  .sp-navi-btns .humberger .line-wrap span {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 1px;
    transition: 0.4s;
    background: #FFF;
  }
  .sp-navi-btns .humberger .line-wrap span:nth-of-type(1) {
    top: 0;
  }
  .sp-navi-btns .humberger .line-wrap span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translateY(-50%, -50%);
  }
  .sp-navi-btns .humberger .line-wrap span:nth-of-type(3) {
    bottom: 0;
  }

  .humberger.is-open .line-wrap span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .humberger.is-open .line-wrap span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger.is-open .line-wrap span:nth-of-type(3) {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
/**waves**/
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: blue;
}

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 800px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }
}
/*---
reserve
----*/
.reserve_menu {
  position: fixed;
  bottom: 0;
  transition: transform 0.5s;
  transform: translate(0, 110%);
  width: 100%;
  overflow: hidden;
  z-index: 500;
}
.reserve_menu.is-on {
  transform: translate(0, 0);
}
.reserve_menu .wave {
  line-height: 0;
  margin-bottom: -2px;
  height: 30px;
  background: #6DAEB3 url("../images/share/hr-manta-wh.svg") repeat-x center/contain;
}
.reserve_menu .inner {
  font-size: clamp(1.5rem, calc(18 / 1400 * 100vw), 1.8rem);
  padding: 0 0 10vw;
  background: #6DAEB3;
  color: #fff;
  height: 30vh;
}
.reserve_menu .inner .btnClose {
  display: grid;
  align-content: center;
  place-items: center;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 0 auto auto;
  padding-top: 20px;
}
.reserve_menu .inner .btnClose .bar-wrap {
  position: relative;
  width: 40px;
  height: 30px;
}
.reserve_menu .inner .btnClose .bar-wrap span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .5s;
}
.reserve_menu .inner .btnClose .bar-wrap span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.reserve_menu .inner .btnClose .bar-wrap span:nth-of-type(2) {
  bottom: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.reserve_menu .inner .btnClose:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .reserve_menu {
    position: fixed;
    bottom: 0;
    transition: transform 0.5s;
    transform: translate(0, 110%);
    width: 100%;
    overflow: hidden;
    z-index: 500;
  }
  .reserve_menu .inner {
    font-size: clamp(1.5rem, calc(18 / 1400 * 100vw), 1.8rem);
    padding: 0 5vw 50px;
    height: fit-content;
  }
}
.reservebox .form_selecter {
  display: flex;
  flex-direction: column;
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
:root {
  --vw: 1vw;
  /*behavior.jsで定義*/
  --s100vw: calc(var(--vw) * 100);
  --s50vw: calc(var(--vw) * 50);
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.is-fixed {
  position: fixed;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity .5s;
}
.fade:hover {
  opacity: .5;
}

.fs11 {
  font-size: 11px;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.marker {
  background: linear-gradient(transparent 70%, #FFE99F 30%);
}

.notice {
  font-size: .8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.reverse {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*ボタン*/
.btn-more,
.btn-icon,
.btn-tel,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  line-height: 1;
  padding: 0 20px 1px;
  transition: opacity 0.5s;
}
.btn-more:hover,
.btn-icon:hover,
.btn-tel:hover,
.btn-line:hover {
  opacity: 0.5;
}

.btn-more {
  width: 100%;
  min-width: 240px;
  max-width: fit-content;
  height: clamp(60px, calc(80 / 1800 * 100vw), 80px);
  font-size: clamp(1.6rem, calc(18 / 1800 * 100vw), 1.8rem);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  background: #6DAEB3;
  color: #fff;
  justify-content: flex-start;
  position: relative;
}
.btn-more::after {
  content: "";
  position: absolute;
  width: 27px;
  height: 8px;
  background: url("../images/share/btn-arrow-r.svg") no-repeat center/contain;
  z-index: 3;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-more.icn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-more.icn::after {
  content: none;
}

.btn-tel {
  background: #333;
  color: #fff;
}
.btn-tel i {
  font-size: 10px;
  margin-right: 10px;
}

.btn-icon {
  background: #6A9D89;
  color: #fff;
}
.btn-icon img {
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}
.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap.center {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
  justify-content: center;
}

p + .btn-wrap, h3 + .btn-wrap, div + .btn-wrap {
  margin-top: clamp(30px, calc(50 / 1800 * 100vw), 50px);
}

@media (max-width: 800px) {
  .btn-more,
  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-more {
    width: 100%;
    min-width: 240px;
    max-width: fit-content;
    height: 50px;
    font-size: 15px;
    border-radius: 4px;
    padding: 0 20px;
    background: #6DAEB3;
    color: #fff;
    justify-content: flex-start;
    position: relative;
  }
  .btn-more::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 8px;
    background: url("../images/share/btn-arrow-r.svg") no-repeat center/contain;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
}
/*診療カレンダー*/
.business-calendar-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0;
  margin: 0;
  background: transparent;
}
.business-calendar-box > div {
  width: 100%;
  border-radius: 5px;
}

.business-calendar {
  text-align: center;
  border-top: 0 !important;
  border-left: 0 !important;
  width: 100%;
  background: none;
}
.business-calendar caption {
  position: relative;
  height: auto;
  padding: 0 0 10px;
  margin: 0 auto 4px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem);
  line-height: calc(21 / 16 * 1em);
  color: #FFF;
  text-align: center;
  border: 0;
  border-bottom: 1px solid #FFF;
  background: none;
}
.business-calendar caption span {
  display: block;
  align-items: center;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  color: #FFF;
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}
.business-calendar caption span.business-calendar-past {
  left: 0;
  margin: 0;
  transform: translate(0%, -4px);
}
.business-calendar caption span.business-calendar-future {
  right: 0;
  margin: 0;
  transform: translate(0%, -4px);
}
.business-calendar tr {
  height: 38px;
  border-bottom: 0px solid #DDDDDD;
}
.business-calendar td {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
  color: #000000;
  padding: 0 0 2em;
  background: none;
  background-clip: padding-box;
  border: 0;
  z-index: 0;
}
.business-calendar td:nth-last-of-type(1) {
  border-right: 0px solid #DDDDDD;
}
.business-calendar thead {
  position: relative;
  border-bottom: 0px solid #DED9D3;
  border: 0;
  background: none;
}
.business-calendar thead tr {
  border-top: 0px solid #DDDDDD;
}
.business-calendar thead th {
  width: 14%;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1rem, calc(12 / 1400 * 100vw), 1.2rem);
  color: #FFf;
  text-align: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.business-calendar thead th:nth-of-type(1) {
  border-radius: 3px 0 0 3px;
}
.business-calendar thead th:nth-last-of-type(1) {
  border-radius: 0 3px 3px 0;
  border-right: 0px solid #DDDDDD;
}
.business-calendar tbody {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.2rem, calc(14 / 1024 * 100vw), 1.4rem);
  line-height: 1em;
  background: #FFF;
}
.business-calendar tbody tr {
  height: 55px;
  border-bottom: 0px solid #DED9D3;
}
.business-calendar tbody tr:nth-last-of-type(1) {
  border-bottom: 0px solid #DDDDDD;
}
.business-calendar tbody td {
  color: #333333;
  border: 1px solid #DDD;
  background: none;
}
.business-calendar tbody td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-47%, 40%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-past a,
.business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 0%;
  white-space: nowrap;
  overflow: visible;
  position: relative;
  width: 30px;
  height: 30px;
}
.business-calendar-past a::before,
.business-calendar-future a::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  background: url(../images/share/calendar_arrow.svg) no-repeat center/contain;
}

.business-calendar-future {
  justify-content: flex-end;
  margin-right: 10px;
}
.business-calendar-future a::before {
  right: 0;
  transform: rotate(180deg);
}

.business-calendar-past {
  margin-left: 10px;
}
.business-calendar-past a::before {
  left: 0;
  transform: rotate(0deg);
}

.business-calendar .today {
  text-decoration: underline;
}

.business-calendar .attr0,
.business-calendar .attr1,
.business-calendar .attr2,
.business-calendar .attr3 {
  color: #000;
  background: none;
}
.business-calendar .attr0::before,
.business-calendar .attr1::before,
.business-calendar .attr2::before,
.business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar .attr0 {
  color: #000;
}
.business-calendar .attr0::before {
  content: "—";
  display: block;
  position: absolute;
  top: 0;
  transform: translate(-50%, 70%);
  width: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #000;
  background: none;
}

.business-calendar .attr1::before {
  background: #F5F3F1;
}

.business-calendar .attr2::before {
  background: #4A9A3F;
}

.business-calendar .attr3::before {
  background: #F09E3B;
}

.list-event {
  display: flex;
}
.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}
.list-event i {
  margin: 0 5px 0 0;
}
.list-event .event01 {
  color: #EF866B;
}
.list-event .event02 {
  color: #F7B46B;
}
.list-event .event03 {
  color: #A8DBA8;
}
.list-event .event04 {
  color: #B0D7D5;
}

.business-calendar-attribute {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 0;
  margin: 15px 0 0;
  padding: 0;
}
.business-calendar-attribute li {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
  padding: 0 1em 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
  line-height: calc(19 / 14 * 1em);
  font-weight: bold;
  color: #FFf;
  list-style: none;
  background: none;
}
.business-calendar-attribute li::before {
  content: "●";
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background: none;
}
.business-calendar-attribute li.attr0 {
  background: none;
  color: #FFF;
}
.business-calendar-attribute li.attr0::before {
  content: "—";
  color: #FFF;
}
.business-calendar-attribute li.attr1 {
  background: none;
  color: #FFF;
}
.business-calendar-attribute li.attr1::before {
  color: #FFF;
}
.business-calendar-attribute li.attr2 {
  background: none;
  color: #FFF;
}
.business-calendar-attribute li.attr2::before {
  color: #FFF;
}
.business-calendar-attribute li.attr3 {
  background: none;
  color: #FFf;
}
.business-calendar-attribute li.attr3::before {
  color: #FFf;
}

.calender-wrap .txt.btm {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.1rem, calc(14 / 1024 * 100vw), 1.4rem);
  line-height: calc(24 / 14 * 1em);
}
.calender-wrap .txt.btm a {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .business-calendar-box {
    display: block;
    margin: 0;
    padding: 0;
  }
  .business-calendar-box > div {
    padding: 0;
  }
  .business-calendar-box > div + div {
    margin-top: 15px;
  }
  .business-calendar-box .list-event {
    display: block;
  }
  .business-calendar-box .list-event li + li {
    margin-top: 5px;
  }

  .business-calendar {
    margin-bottom: 0;
  }
  .business-calendar caption {
    font-size: 16px;
  }
  .business-calendar thead th {
    font-size: 13px;
  }
  .business-calendar tbody td {
    font-size: 13px;
  }
  .business-calendar tbody td::before {
    transform: translate(-50%, -12%);
  }

  .business-calendar-attribute {
    font-size: 13px;
    margin: 15px 0 0;
  }
}
/*診療時間*/
.time-table {
  color: #F3F3F1;
  text-align: center;
  padding: 0;
  border-radius: 0;
  border: 0px solid #F3F3F1;
  background: transparent;
  overflow: hidden;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: max(calc(140 / 490 * 100%), 100px) repeat(6, 1fr) max(calc(60 / 490 * 100%), 50px);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.2rem, calc(14 / 1400 * 100vw), 1.4rem);
}
.time-table-head .item,
.time-table-body .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.2rem, calc(14 / 1400 * 100vw), 1.4rem);
  line-height: calc(20 / 14 * 1em);
  color: #333333;
  padding: calc(15 / 14 * 1em) 0 calc(15 / 14 * 1em);
}
.time-table-head .item:first-child,
.time-table-body .item:first-child {
  border-right: 0px solid #333333;
}
.time-table-head .item:nth-last-of-type(1),
.time-table-body .item:nth-last-of-type(1) {
  padding-right: 0;
}
.time-table-head .item img,
.time-table-body .item img {
  width: calc(20.26 / 14 * 1em);
}

.time-table-head {
  border: 0px solid #C1BCB8;
  border-bottom: 1px solid #C1BCB8;
  background: transparent;
}
.time-table-head .item {
  color: #333333;
}

.time-table-body {
  border-left: 0px solid #C1BCB8;
  border-right: 0px solid #C1BCB8;
  border-bottom: 1px solid #C1BCB8;
  background: transparent;
}
.time-table-body .item {
  color: #333333;
}
.time-table-body .item:first-child {
  letter-spacing: 0;
  background: transparent;
}
.time-table-body .item:first-child span {
  display: block;
}

.time-table-wrap .txt {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.1rem, calc(13 / 1400 * 100vw), 1.3rem);
  line-height: calc(19 / 13 * 1em);
  margin-top: calc(14 / 13 * 1em);
}

@media (max-width: 800px) {
  .time-table {
    padding: 0;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 100px repeat(6, 1fr) 50px !important;
    padding: 0;
    min-height: 45px;
  }
  .time-table-head .item,
  .time-table-body .item {
    font-size: 13px;
    line-height: calc(15 / 13 * 1em);
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
  .time-table-body .item:first-child {
    letter-spacing: 0;
  }
  .time-table-body .item:first-child span {
    display: block;
  }
  .time-table-body .item:first-child span.jp {
    font-size: 12px;
    line-height: calc(15 / 13 * 1em);
  }

  .time-table-wrap .txt {
    font-size: 13px;
    margin-top: 10px;
  }
  .time-table-wrap .txt span {
    line-height: 2em;
  }
  .time-table-wrap .txt.btm span:nth-of-type(1) {
    line-height: 2em;
  }
}
/*-----------------------------------------------------------
Inview
-----------------------------------------------------------*/
.inview {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.75s ease-out;
}

.inview_on {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 800px) {
  .inview {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.75s ease-out;
  }

  .inview_on {
    transform: translateY(0);
    opacity: 1;
  }
}
/*------------
Splide
--------------*/
.splide .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.splide .splide__arrow svg {
  fill: #F5F3F1 !important;
}
.splide .splide__arrow--prev::after,
.splide .splide__arrow--next::after {
  content: none !important;
}

/*------------
Card-list01
--------------*/
.card-list01-wrap {
  width: 100%;
  margin: auto;
  background: #FDFBF7;
}
.card-list01-wrap .l-ttl {
  text-align: center;
  margin-bottom: calc(50 / 1024 * 100%);
}
.card-list01-wrap .t-h2 {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(2.6rem, calc(36 / 1400 * 100vw), 3.6rem);
  line-height: calc(50 / 36 * 1em);
  color: #333333;
}
.card-list01-wrap .sub-ttl-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.3rem, calc(16 / 1400 * 100vw), 1.6rem);
  line-height: calc(20 / 16 * 1em);
  margin-top: calc(14 / 16 * 1em);
  color: #82C4CC;
}

.card-list01 {
  display: grid;
  grid-template-columns: repeat(3, calc(320 / 1024 * 100%));
  justify-content: space-between;
  row-gap: clamp(20px, calc(40 / 1800 * 100vw), 40px);
}
.card-list01 > li {
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
  transition: .5s;
}
.card-list01 > li:hover {
  transform: translateY(-10px);
}
.card-list01 a {
  display: grid;
  justify-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: calc(37 / 320 * 100%) calc(20 / 320 * 100%) calc(30 / 320 * 100%);
}
.card-list01 a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(10px, calc(18 / 1800 * 100vw), 18px);
  aspect-ratio: 1/1;
  height: auto;
  margin-right: calc(10 / 320 * 100%);
  margin-bottom: calc(10 / 320 * 100%);
  background: url(../images/share/btn_arrow_sq.svg) no-repeat center/contain;
}
.card-list01 .t-h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(1.6em, calc(22 / 1400 * 100vw), 2.2rem);
  line-height: calc(30 / 22 * 1em);
  color: #F3F3F1;
  margin: 0;
}
.card-list01 .l-img {
  width: calc(140 / 280 * 100%);
  margin: calc(17 / 280 * 100%) auto calc(20 / 280 * 100%);
}
.card-list01 .l-img img {
  width: 100%;
}
.card-list01 .sub-list li {
  display: flex;
  align-items: flex-start;
}
.card-list01 .sub-list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 16/14;
  margin-top: calc(10 / 16 * 1em);
  margin-right: calc(7 / 16 * 1em);
  background: url(../images/share/icon_check.svg) no-repeat center/contain;
}

@media (max-width: 800px) {
  .card-list01-wrap .l-ttl {
    margin-bottom: 25px;
  }
  .card-list01-wrap .t-h2 {
    font-size: 24px;
  }
  .card-list01-wrap .sub-ttl-en {
    font-size: 14px;
  }

  .card-list01 {
    grid-template-columns: repeat(2, calc(50% - 1.25vw));
    row-gap: 2.5vw;
  }
  .card-list01 a {
    padding: 25px 10px 35px;
  }
  .card-list01 a::after {
    width: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .card-list01 .t-h3 {
    font-size: 18px;
  }
  .card-list01 .l-img {
    width: 60%;
    margin: 15px auto;
  }
}
/*-----------------------------------------------------------
Animation
-----------------------------------------------------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
