@charset "UTF-8";
html {
  scroll-padding-top: 140px;
}

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
  background: #fff;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .wrap-info {
  background: #fff;
}
#header .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a img {
  width: clamp(190px, 50vw - 360px, 260px);
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin: 0 auto;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  gap: 20px;
  margin-right: var(--margin-10);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .block-right .item-address {
  font-size: var(--font-size-14);
  color: var(--col--main-02);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
  position: relative;
  padding-left: 15px;
  transition: ease 0.2s;
}
#header .block-right .item-address::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__a_02.png) center center/contain no-repeat;
  width: 11px;
  height: 15px;
  left: 0;
  transition: ease 0.2s;
  top: 8px;
}
#header .block-right .item-address span {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--col--main-02);
  transition: ease 0.2s;
}
#header .block-right .item-address:hover {
  opacity: 0.5;
}
#header .block-right .com__times {
  position: relative;
  background: #f3f4f6;
  padding: 10px 15px;
  gap: 10px;
  width: fit-content;
}
#header .block-right .com__times-item dt,
#header .block-right .com__times-item dd {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: var(--font-size-14);
}
#header .block-right .com__times-item dt {
  width: 60px;
  text-align: left;
  margin-right: var(--margin-10);
}
#header .block-right .com__times-item dd {
  padding-left: var(--margin-10);
  border-left: 1px solid var(--col--txt-01);
}
#header .block-right .list-sns {
  width: fit-content;
  gap: 20px;
}
#header .block-right .list-sns > * {
  --size: 32px;
}
#header .block-right .btn_contact {
  width: 150px;
  height: 80px;
  background: var(--col--main-03);
  border: 1px solid var(--col--main-03);
  transition: ease 0.2s;
}
#header .block-right .btn_contact span {
  position: relative;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  font-size: var(--font-size-16);
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  transition: ease 0.2s;
}
#header .block-right .btn_contact span::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_w_02.png) center center/contain no-repeat;
  width: 12px;
  height: 10px;
  bottom: 0;
  left: 50%;
  transition: ease 0.2s;
  translate: -50% 0;
}
#header .block-right .btn_contact:hover {
  opacity: 0.7;
  background: #fff;
}
#header .block-right .btn_contact:hover span {
  color: var(--col--main-02);
}
#header .block-right .btn_contact:hover span::before {
  filter: var(--col--main-fil);
}
#header .cont-info {
  width: fit-content;
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav {
  border-block: 1px solid var(--col--txt-01);
  width: 100%;
  background: #fff;
}
#nav .list-nav {
  margin: 0 auto;
  width: 1080px;
  padding: 15px 0;
  gap: 36px;
}
#nav .list-nav-item {
  width: fit-content;
  text-align: center;
}
#nav .list-nav-item a {
  font-size: var(--font-size-15);
  transition: ease 0.2s;
  position: relative;
}
#nav .list-nav-item a::before {
  opacity: 0;
  content: "";
  position: absolute;
  background: url(/img/common/icon__bath__a_01.png) center center/contain no-repeat;
  width: 20px;
  height: 15px;
  left: -26px;
  top: 50%;
  transition: ease 0.2s;
  translate: 0 -50%;
}
#nav .list-nav-item a:hover, #nav .list-nav-item.current a {
  color: var(--col--acc-01);
}
#nav .list-nav-item a:hover::before, #nav .list-nav-item.current a::before {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-top: 220px;
}
#mv .mv-catch {
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  display: flex;
  gap: 35px;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--margin-60);
}
#mv .mv-catch .main {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.25em;
  font-size: var(--font-size-45);
}
#mv .mv-catch .sub {
  font-size: var(--font-size-34);
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
}
#mv .mv-catch .sub small {
  font-size: var(--font-size-30);
}
#mv .swiper-wrapper {
  margin: 0 auto;
  position: relative;
  width: 1720px;
  height: 800px;
}
#mv .swiper-wrapper .swiper-slide img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 100vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 460px;
  margin-top: 140px;
}
#sv .sv-img {
  position: absolute;
  width: 1600px;
  height: 420px;
  right: clamp(-575px, 80vw - 1600px, 0px);
  top: 0;
}
#sv .sv-catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -210px;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-about {
  background: url(../img/sv/sv__about.jpg) center center/cover no-repeat;
}

.sv-company {
  background: url(../img/sv/sv__company.jpg) center center/cover no-repeat;
}

.sv-etiquette {
  background: url(../img/sv/sv__etiquette.jpg) center center/cover no-repeat;
}

.sv-facilities {
  background: url(../img/sv/sv__facilities.jpg) center center/cover no-repeat;
}

.sv-goods {
  background: url(../img/sv/sv__goods.jpg) center center/cover no-repeat;
}

.sv-information {
  background: url(../img/sv/sv__information.jpg) center center/cover no-repeat;
}

.sv-recruit {
  background: url(../img/sv/sv__recruit.jpg) center center/cover no-repeat;
}

.sv-notfound {
  background: url(../img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: var(--col--main-01);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
  margin-bottom: var(--margin-40);
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .com__times {
  position: relative;
  margin-bottom: var(--margin-40);
  background: #fff;
  padding: 10px 15px;
  gap: 10px;
}
#footer .com__times-item dt,
#footer .com__times-item dd {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-size: var(--font-size-14);
}
#footer .com__times-item dt {
  width: 60px;
  text-align: left;
  margin-right: var(--margin-10);
}
#footer .com__times-item dd {
  padding-left: var(--margin-10);
  border-left: 1px solid var(--col--txt-01);
}
#footer .list-sns {
  gap: 20px;
}
#footer .list-sns > * {
  --size: 32px;
}
#footer .list-sns .com__x img {
  filter: var(--col--fil-white);
}
#footer .list-nav {
  margin-bottom: var(--margin-60);
  gap: 20px 70px;
  height: 200px;
}
#footer .list-nav-item {
  width: fit-content;
  position: relative;
  padding-left: 30px;
  transition: ease 0.2s;
}
#footer .list-nav-item::before {
  content: "";
  position: absolute;
  width: 15px;
  border-bottom: 2px solid var(--col--main-03);
  top: 50%;
  left: 0;
  translate: 0 -50%;
  transition: ease 0.2s;
}
#footer .list-nav-item a {
  font-weight: 300;
  font-size: var(--font-size-16);
  position: relative;
  transition: ease 0.2s;
  color: #fff;
}
#footer .list-nav-item:hover {
  opacity: 0.6;
}
#footer .list-nav-item:hover::before {
  left: 5px;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: end;
  color: var(--col--main-02);
  color: var(--col--main-03);
  font-size: 12px;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

.wrap_fixed_bnr #check_bnr {
  visibility: hidden !important;
  position: fixed;
  right: 5px;
  bottom: 5px;
}
.wrap_fixed_bnr #check_bnr::before {
  display: none;
}
.wrap_fixed_bnr .check_bnr {
  z-index: 6;
  background: url(/img/common/btn__x.png) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: fixed;
  right: 0;
  bottom: 300px;
  transition: ease 0.2s;
}
.wrap_fixed_bnr #check_bnr[type=checkbox] + label::before {
  opacity: 0;
  visibility: hidden;
  transition: ease 0.2s;
}
.wrap_fixed_bnr #check_bnr:checked ~ .fixed_bnr {
  opacity: 0;
  display: none;
  transition: ease 0.2s;
}
.wrap_fixed_bnr #check_bnr:checked ~ .check_bnr {
  opacity: 0;
  display: none;
  transition: ease 0.2s;
}
.wrap_fixed_bnr .fixed_bnr {
  opacity: 1;
  z-index: 5;
  position: fixed;
  right: 5px;
  bottom: 5px;
  background: #030612;
  padding: 10px;
  padding-top: 30px;
  width: fit-content;
  transition: ease 0.2s;
}
.wrap_fixed_bnr .fixed_bnr input {
  position: absolute;
  right: 0;
  top: 0;
}
.wrap_fixed_bnr .fixed_bnr label {
  position: absolute;
  right: 0;
  top: 0;
}
.wrap_fixed_bnr .fixed_bnr .logo {
  margin-bottom: var(--margin-15);
}
.wrap_fixed_bnr .fixed_bnr .title {
  color: #fff;
  margin-bottom: var(--margin-20);
}
.wrap_fixed_bnr .fixed_bnr .title .sub {
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: var(--margin-10);
  line-height: 1.6;
}
.wrap_fixed_bnr .fixed_bnr .title .main {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
.wrap_fixed_bnr .fixed_bnr .wrap-bnr {
  padding: 20px 20px;
  gap: 15px;
  background: #fff;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__monthly
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__monthly {
  position: relative;
  z-index: 0;
}
#top__monthly .inner {
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
}
#top__monthly .ttl03 {
  position: absolute;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  left: 0;
  top: 120px;
}
#top__monthly .ttl03 .en {
  font-weight: 700;
  font-family: var(--fot--Josefin);
  font-size: var(--font-size-17);
  letter-spacing: 0.2em;
  position: relative;
}
#top__monthly .ttl03 .en::before {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--txt-01);
  height: 270px;
  left: 7px;
  bottom: 100px;
}
#top__monthly .ttl03 .ja {
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.2em;
  font-size: var(--font-size-30);
}
#top__monthly .cont-post {
  width: 920px;
  margin-left: auto;
  margin-top: var(--margin-50);
  --num: 5;
  --column-gap: 30px;
  --row-gap: 0;
  flex-direction: row-reverse;
  justify-content: start;
}
#top__monthly .cont-post .block-post {
  padding-bottom: var(--margin-60);
  border-bottom: 1px solid #e1e3e7;
}
#top__monthly .cont-post .block-post .ttl04 {
  height: 74px;
  position: relative;
}
#top__monthly .cont-post .block-post .ttl04 .ja {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: var(--font-size-18);
  line-height: 1.7;
}
#top__monthly .cont-post .block-post .item-date {
  font-size: var(--font-size-16);
  color: var(--col--main-02);
  font-weight: 400;
  letter-spacing: 0.05em;
  border: 1px solid var(--col--main-02);
  padding: 4px 8px;
  background: #fff;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: var(--margin-30);
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
}
#top__about .inner {
  min-height: 1292px;
}
#top__about .ttl03 {
  margin-top: 450px;
  margin-bottom: var(--margin-40);
}
#top__about .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__about .list-images .item {
  position: absolute;
}
#top__about .list-images .item:nth-of-type(1) {
  left: 0;
  left: max(-250px, 50vw - 960px);
  top: 0;
}
#top__about .list-images .item:nth-of-type(2) {
  right: 100px;
  right: max(-200px, 50vw - 860px);
  top: 150px;
}
#top__about .list-images .item:nth-of-type(3) {
  right: 290px;
  right: max(0px, 50vw - 670px);
  bottom: 180px;
}
#top__about .list-images .item:nth-of-type(4) {
  left: 260px;
  left: max(0px, 50vw - 700px);
  bottom: 65px;
}
#top__about .item-text {
  width: 360px;
  margin-left: 320px;
}
/* top__water
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__water {
  position: relative;
  background: url(/img/top/top__water__bg_img_01.jpg) center center/cover no-repeat;
}
#top__water .inner {
  position: relative;
  padding: 180px 0;
}
#top__water .ttl03 {
  width: 440px;
  margin-left: auto;
  margin-right: var(--margin-70);
  margin-bottom: var(--margin-45);
}
#top__water .ttl03 .en {
  font-size: var(--font-size-17);
  font-family: var(--fot--Josefin);
  letter-spacing: 0.2em;
  position: absolute;
  right: 0;
  top: 280px;
  writing-mode: vertical-rl;
}
#top__water .ttl03 .en::before {
  content: "";
  position: absolute;
  border-right: 1px solid var(--col--main-03);
  height: 250px;
  top: -30px;
  right: 7px;
  translate: 0 -100%;
}
#top__water .item-text {
  width: 440px;
  margin-right: var(--margin-70);
  margin-left: auto;
  margin-bottom: 120px;
}
/* top__imagelist
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__imagelist_01 {
  position: relative;
}
#top__imagelist_01::before {
  content: "";
  position: absolute;
  background: var(--col--base-02);
  width: calc(100% - 100px);
  height: calc(100% - 120px);
}
#top__imagelist_01 .inner {
  padding-top: 10px;
  position: relative;
}
#top__imagelist_01 .inner .list-images {
  position: relative;
  gap: 80px;
}
#top__imagelist_01 .inner .list-images::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: #fff;
  margin-top: -100px;
  left: -100px;
}
#top__imagelist_01 .inner .list-images .item {
  position: relative;
  width: 100%;
  height: 590px;
}
#top__imagelist_01 .inner .list-images .item .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: var(--font-size-25);
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) {
  height: 590px;
  position: relative;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1)::before {
  content: "";
  position: absolute;
  width: 250px;
  left: 0;
  top: 0;
  border-top: 1px solid var(--col--txt-01);
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) .ttl04 {
  position: absolute;
  left: 0;
  top: 40px;
  writing-mode: vertical-rl;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) .item-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) {
  height: 610px;
  margin-top: 150px;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2)::before {
  content: "";
  position: absolute;
  height: 250px;
  right: 20px;
  bottom: 0;
  border-right: 1px solid var(--col--txt-01);
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) .ttl04 {
  position: absolute;
  right: 40px;
  bottom: 0;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) .item-img {
  position: absolute;
  left: 0;
  top: 0;
}
#top__imagelist_01 .inner > .item-img {
  position: relative;
  margin-left: -320px;
  top: 120px;
}

/* top__sauna
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__sauna .inner {
  padding-top: 130px;
}
#top__sauna .ttl03 {
  width: fit-content;
  margin-left: auto;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
  position: relative;
}
#top__sauna .ttl03::before {
  content: "";
  position: absolute;
  width: 50vw;
  right: -50vw;
  bottom: -1px;
  border-bottom: 1px solid var(--col--txt-01);
}
#top__sauna .ttl03 .ja {
  position: relative;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  letter-spacing: 0.15em;
}
#top__sauna .ttl03 .ja img {
  position: relative;
  right: -10px;
  bottom: 10px;
}
#top__sauna .block-sauna {
  position: relative;
  margin-top: -40px;
  width: 100%;
  margin-bottom: var(--margin-70);
}
#top__sauna .block-sauna .list-images {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#top__sauna .block-sauna .list-images .item {
  position: absolute;
}
#top__sauna .block-sauna .ttl04 {
  position: absolute;
  width: 340px;
  height: 340px;
  background: var(--col--main-01);
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__sauna .block-sauna .ttl04 .ttl-text {
  position: absolute;
  gap: 15px;
  width: fit-content;
}
#top__sauna .block-sauna .ttl04 .ttl-text .sub {
  color: #fff;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.05em;
}
#top__sauna .block-sauna .ttl04 .ttl-text .main {
  color: #fff;
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.15em;
}
#top__sauna .block-sauna.block-mens {
  height: 530px;
}
#top__sauna .block-sauna.block-mens .ttl04 .ttl-text {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
#top__sauna .block-sauna.block-mens .list-images .tem:nth-of-type(1) {
  left: 0;
  top: 0;
}
#top__sauna .block-sauna.block-mens .list-images .item:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#top__sauna .block-sauna.block-ladies {
  height: 510px;
  margin-top: 110px;
}
#top__sauna .block-sauna.block-ladies .ttl04 .ttl-text {
  position: absolute;
  right: 50px;
  top: 40px;
}
#top__sauna .block-sauna.block-ladies .list-images .tem:nth-of-type(1) {
  left: 0;
  top: 0;
}
#top__sauna .block-sauna.block-ladies .list-images .item:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
#top__sauna .wrap-btn {
  gap: 20px;
}
#top__sauna .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
  top: 50%;
  translate: 0 -50%;
}

.top__swiper {
  padding: 60px 0 120px;
}
.top__swiper .swiper-container_02 .swiper-wrapper {
  height: 260px;
}
.top__swiper .swiper-container_02 .swiper-wrapper .swiper-slide .item-img {
  width: 100%;
  height: 260px;
}
/* top__trailer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__trailer .inner {
  position: relative;
  padding: 63px 0 190px;
}
#top__trailer .ttl03 {
  margin-bottom: var(--margin-25);
  width: 360px;
  margin-left: auto;
}
#top__trailer .ttl03 .en {
  margin-bottom: var(--margin-10);
}
#top__trailer .item-img {
  position: absolute;
  left: -340px;
  top: 0;
}
#top__trailer .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 500px;
  height: 220px;
  background: var(--col--main-01);
  left: -80px;
  bottom: -150px;
}
#top__trailer .wrap-btn {
  gap: 20px;
  width: 360px;
  margin-left: auto;
}
#top__trailer .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
  top: 50%;
  translate: 0 -50%;
}
#top__trailer .wrap-btn .com__btn_01 {
  margin-left: auto;
  position: relative;
  padding-left: 35px;
}
#top__trailer .wrap-btn .com__btn_01::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__schedule__a_01.png) center center/contain no-repeat;
  width: 24px;
  height: 25px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__trailer .item-text {
  width: 360px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
/* top__image_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__image_01 {
  width: 100%;
  height: 500px;
  background: url(/img/top/top__image_01.jpg) center center/cover no-repeat;
}

/* top__massage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__massage {
  z-index: 0;
  position: relative;
}
#top__massage .inner {
  padding: 120px 0 150px;
}
#top__massage .ttl03 {
  writing-mode: vertical-rl;
  margin-bottom: 190px;
}
#top__massage .ttl03 .en {
  font-family: var(--fot--Josefin);
  font-weight: 700;
  font-size: var(--font-size-17);
  position: relative;
  letter-spacing: 0.2em;
}
#top__massage .ttl03 .en::before {
  content: "";
  position: absolute;
  height: 425px;
  border-right: 1px solid var(--col--main-03);
  left: 10px;
  top: -30px;
  translate: 0 -100%;
}
#top__massage .ttl03 .ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.15em;
  margin-left: 10px;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#top__massage .list-images {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#top__massage .list-images .item {
  position: absolute;
}
#top__massage .list-images .item video {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 550px;
}
#top__massage .list-images .item:nth-of-type(1) {
  right: 100px;
  right: max(-200px, 50vw - 860px);
  top: 140px;
}
#top__massage .list-images .item:nth-of-type(1)::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 200px;
  height: 400px;
  background: var(--col--main-01);
  right: -100px;
  top: -150px;
}
#top__massage .list-images .item:nth-of-type(2) {
  top: 450px;
  left: max(270px, 50vw - 360px);
}
#top__massage .list-images .item:nth-of-type(3) {
  left: 60px;
  left: max(-200px, 50vw - 900px);
  bottom: 200px;
}
#top__massage .list-staff {
  width: fit-content;
  gap: 30px;
  margin-left: auto;
  margin-bottom: var(--margin-60);
}
#top__massage .item-text {
  width: 500px;
  margin-left: auto;
  margin-bottom: var(--margin-80);
}
#top__massage .wrap-btn {
  gap: 20px;
}
#top__massage .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
  top: 50%;
  translate: 0 -50%;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  width: 100%;
  padding: 40px 0 150px;
}
#top__subpages .list-subpages {
  gap: 40px;
  margin: 0 auto;
  width: calc(100% - 160px);
}
#top__subpages .list-subpages .item {
  height: 400px;
  width: 100%;
  transition: ease 0.3s;
}
#top__subpages .list-subpages .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0e111d;
  overflow: hidden;
  transition: ease 0.3s;
}
#top__subpages .list-subpages .item a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_w.png) center center/contain no-repeat;
  width: 19px;
  height: 17px;
  right: 30px;
  bottom: 30px;
  transition: ease 0.3s;
}
#top__subpages .list-subpages .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
  transition: ease 0.3s;
}
#top__subpages .list-subpages .item a .ttl03 {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__subpages .list-subpages .item a .ttl03 .en {
  color: #fff;
  margin-bottom: var(--margin-15);
}
#top__subpages .list-subpages .item a .ttl03 .en::before {
  filter: var(--col--fil-white);
}
#top__subpages .list-subpages .item a .ttl03 .en::after {
  filter: var(--col--fil-white);
}
#top__subpages .list-subpages .item a .ttl03 .ja {
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  transition: ease 0.4s;
}
@media screen and (max-width: 1570px) {
  #top__subpages .list-subpages .item a .ttl03 .ja {
    font-size: 24px;
  }
}
#top__subpages .list-subpages .item:hover {
  opacity: 0.9;
}
#top__subpages .list-subpages .item:hover a::after {
  right: 25px;
}
#top__subpages .list-subpages .item-history a::before {
  opacity: 0.25;
  background: url(/img/top/top__subpages__img_01.jpg) center center/cover no-repeat rgba(12, 29, 119, 0);
  background-blend-mode: screen;
}
#top__subpages .list-subpages .item-history:hover a::before {
  opacity: 0.5;
  background: url(/img/top/top__subpages__img_01.jpg) center center/cover no-repeat rgba(12, 29, 119, 0.7);
  background-blend-mode: screen;
}
#top__subpages .list-subpages .item-parking a::before {
  opacity: 0.25;
  background: url(/img/top/top__subpages__img_02.jpg) center center/cover no-repeat rgba(12, 29, 119, 0);
  background-blend-mode: screen;
}
#top__subpages .list-subpages .item-parking:hover a::before {
  opacity: 0.5;
  background: url(/img/top/top__subpages__img_02.jpg) center center/cover no-repeat rgba(12, 29, 119, 0.7);
  background-blend-mode: screen;
}
#top__subpages .list-subpages .item-goods a::before {
  opacity: 0.25;
  background: url(/img/top/top__subpages__img_03.jpg) center center/cover no-repeat rgba(12, 29, 119, 0);
  background-blend-mode: screen;
}
#top__subpages .list-subpages .item-goods:hover a::before {
  opacity: 0.5;
  background: url(/img/top/top__subpages__img_03.jpg) center center/cover no-repeat rgba(12, 29, 119, 0.7);
  background-blend-mode: screen;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-40);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
.unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-40);
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 20px;
  margin-bottom: var(--margin-15);
}
.unit-latest .item-time::before {
  content: "[";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.unit-latest .item-time::after {
  content: "]";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: #fff;
  background: var(--col--main-02);
  border-radius: 10px;
  padding: 2px 10px;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}

.s-post-taglist {
  gap: 10px;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: #fff;
  background: var(--col--main-02);
  border-radius: 10px;
  padding: 2px 10px;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.05em;
}

#top__news {
  position: relative;
  margin-bottom: 150px;
  z-index: 0;
}
#top__news::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: var(--col--base-02);
  width: calc(100% - 160px);
  height: 100%;
  left: 50%;
  translate: -50% 0;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: absolute;
  left: 0;
  top: 120px;
}
#top__news .ttl03 .en {
  margin-bottom: var(--margin-30);
  font-size: var(--font-size-17);
  font-family: var(--fot--Josefin);
  letter-spacing: 0.2em;
  font-weight: 700;
}
#top__news .ttl03 .ja {
  font-weight: 700;
  letter-spacing: 0.1em;
}
#top__news .item-img {
  position: relative;
  left: 0;
  width: 340px;
  height: 340px;
  margin-top: 160px;
}
#top__news .cont-latest {
  position: relative;
  z-index: 1;
  width: 640px;
  margin-left: auto;
  margin-bottom: var(--margin-70);
  margin-top: -500px;
  min-height: 500px;
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-40);
  transition: ease 0.2s;
  position: relative;
  right: 0;
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-40);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 20px;
  margin-bottom: var(--margin-15);
}
#top__news .unit-latest .item-time::before {
  content: "[";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__news .unit-latest .item-time::after {
  content: "]";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 12px;
  justify-content: end;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: #fff;
  background: var(--col--main-02);
  border-radius: 10px;
  padding: 2px 10px;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.05em;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover {
  color: var(--col--acc-01);
  right: -5px;
}
#top__news .wrap-btn {
  position: relative;
  gap: 60px;
}
#top__news .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
}
#top__news .wrap-btn .com__btn_01 {
  margin: 0 auto;
}

.top__map {
  width: 100%;
  height: 350px;
}
.top__map iframe {
  width: 100%;
  height: 100%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro {
  z-index: 0;
  position: relative;
}
#about__intro .list-images {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#about__intro .list-images .item {
  position: absolute;
}
#about__intro .list-images .item:nth-of-type(1) {
  left: 120px;
  left: max(-200px, 50vw - 840px);
  top: 55px;
}
#about__intro .list-images .item:nth-of-type(2) {
  top: 120px;
  right: 210px;
  right: max(-200px, 50vw - 960px + 210px);
}
#about__intro .list-images .item:nth-of-type(3) {
  top: 520px;
  right: 40px;
  right: max(-200px, 50vw - 960px + 40px);
}
#about__intro .list-images .item:nth-of-type(4) {
  left: 530px;
  left: max(-200px, 50vw - 960px + 530px);
  bottom: 70px;
}
#about__intro .item-text {
  width: 580px;
  margin-left: auto;
  margin-top: 420px;
  margin-bottom: 280px;
  position: relative;
}
#about__intro .item-text::before {
  content: "";
  position: absolute;
  width: 500px;
  bottom: -80px;
  right: 0;
  border-bottom: 1px solid #e1e3e7;
}
/* about__history
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__history .inner {
  padding-bottom: 150px;
}
#about__history .ttl03 {
  margin-bottom: var(--margin-50);
}
#about__history .ttl03 .ja {
  letter-spacing: 0.15em;
}
#about__history .topic-history {
  position: relative;
}
#about__history .topic-history::before {
  content: "";
  position: absolute;
  height: 100%;
  border-right: 1px solid #e1e3e7;
  left: 50%;
  translate: -50% 0;
}
#about__history .topic-history .list-history .item {
  width: 470px;
  position: relative;
}
#about__history .topic-history .list-history .item::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3e7;
  bottom: 0;
  width: 520px;
}
#about__history .topic-history .list-history .item .ttl04 {
  order: 2;
  margin-bottom: var(--margin-10);
}
#about__history .topic-history .list-history .item .ttl04 .age {
  font-family: var(--fot--Josefin);
  font-size: 70px;
  color: var(--col--main-02);
  font-weight: 600;
  letter-spacing: 0.15em;
}
#about__history .topic-history .list-history .item .ttl04 .unit {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-30);
  color: var(--col--main-03);
  font-weight: 700;
  letter-spacing: 0.015em;
}
#about__history .topic-history .list-history .item .ttl04 .jp-age {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
  color: var(--col--main-03);
  font-weight: 700;
  letter-spacing: 0.15em;
}
#about__history .topic-history .list-history .item .item-img {
  order: 1;
  margin-bottom: var(--margin-30);
}
#about__history .topic-history .list-history .item .item-text {
  order: 3;
  margin-bottom: var(--margin-30);
}
#about__history .topic-history .list-history .item .item-text p {
  line-height: 2.1875;
}
#about__history .topic-history .list-history .item:nth-of-type(odd) {
  margin-right: auto;
}
#about__history .topic-history .list-history .item:nth-of-type(odd)::before {
  left: 0;
}
#about__history .topic-history .list-history .item:nth-of-type(even) {
  margin-left: auto;
}
#about__history .topic-history .list-history .item:nth-of-type(even)::before {
  right: 0;
}
#about__history .topic-history .list-history .item:nth-of-type(1)::before {
  bottom: 130px;
  width: 150px;
  right: -60px;
  left: unset;
}
#about__history .topic-history .list-history .item:nth-of-type(1) .tt04 {
  order: 1;
}
#about__history .topic-history .list-history .item:nth-of-type(1) .item-text {
  order: 2;
  margin-bottom: var(--margin-30);
}
#about__history .topic-history .list-history .item:nth-of-type(1) .item-img {
  order: 3;
}
#about__history .topic-history .list-history .item:nth-of-type(2) {
  margin-top: -280px;
}
#about__history .topic-history .list-history .item:nth-of-type(2) .ttl04 {
  order: 1;
}
#about__history .topic-history .list-history .item:nth-of-type(2) .ttl04 .jp-age {
  display: block;
}
#about__history .topic-history .list-history .item:nth-of-type(2) .item-text {
  order: 2;
  margin-bottom: var(--margin-30);
}
#about__history .topic-history .list-history .item:nth-of-type(2) .item-img {
  order: 3;
}
#about__history .topic-history .list-history .item:nth-of-type(3) {
  margin-top: 40px;
}
#about__history .topic-history .list-history .item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3e7;
  bottom: 0;
  width: 600px;
}
#about__history .topic-history .list-history .item:nth-of-type(3) .item-img {
  position: absolute;
  right: -600px;
}
#about__history .topic-history .list-history .item:nth-of-type(4) {
  margin-top: 150px;
}
#about__history .topic-history .list-history .item:nth-of-type(4) .item-img {
  position: absolute;
  right: 0;
}
#about__history .topic-history .list-history .item:nth-of-type(5) {
  margin-top: -260px;
}
#about__history .topic-history .list-history .item:nth-of-type(5) .item-img {
  margin-left: -70px;
}
#about__history .topic-history .list-history .item:nth-of-type(6) {
  margin-top: -210px;
}
#about__history .topic-history .list-history .item:nth-of-type(6) .item-img {
  margin-right: -70px;
}
#about__history .topic-history .list-history .item:nth-of-type(7) {
  margin-top: -150px;
}
#about__history .topic-history .list-history .item:nth-of-type(7) .item-img {
  margin-left: -70px;
}
#about__history .topic-history .list-history .item:nth-of-type(8) {
  margin-top: -240px;
}
#about__history .topic-history .list-history .item:nth-of-type(9) {
  margin-top: -100px;
}
#about__history .topic-history .list-history .item:nth-of-type(9) .item-text p {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
#about__history .topic-history .list-history .item:nth-of-type(9) .item-text p::before {
  content: "・";
  position: absolute;
  left: 0;
}
#about__history .topic-history .list-history .item:nth-of-type(10) {
  margin-top: -400px;
}
/* facilities
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* facilities__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__area .wrap-area .block-area {
  margin-bottom: 100px;
}
#facilities__area .wrap-area .block-area:last-child {
  margin-bottom: 0;
}
#facilities__area .wrap-area .block-area .ttl04 {
  padding: 9px 40px;
  border: 2px solid var(--col--main-01);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: var(--margin-40);
}
#facilities__area .wrap-area .block-area .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-30);
  color: var(--col--main-02);
  font-weight: 700;
  letter-spacing: 0.15em;
}
#facilities__area .wrap-area .block-area .item-img {
  text-align: center;
}
/* facilities
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* facilities__bath
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__bath .inner {
  padding-bottom: 125px;
}
#facilities__bath .block-bath {
  margin-bottom: 110px;
}
#facilities__bath .block-bath:last-child {
  margin-bottom: 0;
}
#facilities__bath .block-bath .unit-about {
  position: relative;
  margin-bottom: var(--margin-60);
}
#facilities__bath .block-bath .unit-about .ttl04 {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--col--txt-01);
  width: 500px;
  margin-bottom: var(--margin-25);
  padding-left: 7px;
}
#facilities__bath .block-bath .unit-about .ttl04 .en {
  margin-bottom: var(--margin-5);
}
#facilities__bath .block-bath .unit-about .item-img {
  position: absolute;
  top: 0;
}
#facilities__bath .block-bath .unit-about .unit-info {
  width: 500px;
}
#facilities__bath .block-bath .unit-about .unit-info .item-text {
  margin-bottom: var(--margin-20);
  width: 100%;
}
#facilities__bath .block-bath .unit-gallery .list-images {
  --num: 4;
  --column-gap: 40px;
  --row-gap: 0;
}
#facilities__bath .block-bath:nth-of-type(odd) .unit-about {
  min-height: 520px;
}
#facilities__bath .block-bath:nth-of-type(odd) .item-img {
  right: -420px;
}
#facilities__bath .block-bath:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#facilities__bath .block-bath:nth-of-type(even) .unit-about {
  min-height: 600px;
}
#facilities__bath .block-bath:nth-of-type(even) .unit-info {
  margin-left: auto;
}
#facilities__bath .block-bath:nth-of-type(even) .item-img {
  left: -420px;
}
#facilities__bath .wrap-bath {
  --num: 2;
  --column-gap: 40px;
  --row-gap: 80px;
}
#facilities__bath .wrap-bath .block-bath {
  position: relative;
  padding-top: var(--margin-35);
  margin-bottom: 0;
}
#facilities__bath .wrap-bath .block-bath .ttl04 {
  order: 2;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
}
#facilities__bath .wrap-bath .block-bath .ttl04 .en {
  position: absolute;
  margin-bottom: var(--margin-10);
  top: 0;
}
#facilities__bath .wrap-bath .block-bath .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 10px;
}
#facilities__bath .wrap-bath .block-bath .ttl04 .ja .type_mens {
  width: 65px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--col--main-02);
  font-size: var(--font-size-20);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 3px;
}
#facilities__bath .wrap-bath .block-bath .ttl04 .ja .type_ladies {
  width: 65px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #712242;
  font-size: var(--font-size-20);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 3px;
}
#facilities__bath .wrap-bath .block-bath .item-img {
  order: 1;
  margin-bottom: var(--margin-10);
}
#facilities__bath .wrap-bath .block-bath .unit-info {
  order: 3;
}
#facilities__bath .wrap-bath .block-bath .unit-info .item-text {
  margin-bottom: var(--margin-20);
}
#facilities__bath .wrap-bath .block-bath .unit-info .item-text p {
  font-size: var(--font-size-16);
  line-height: 2.1875;
}
#facilities__bath .wrap-bath .block-bath .unit-info .item-text p strong {
  color: var(--col--main-02);
  font-weight: 500;
}
/* facilities__sauna
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__sauna {
  z-index: 0;
  position: relative;
}
#facilities__sauna::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  height: 100%;
  background: #f3f4f6;
  left: 50%;
  translate: -50% 0;
}
#facilities__sauna .inner {
  padding-top: 125px;
}
#facilities__sauna .ttl03 {
  margin-bottom: var(--margin-60);
}
#facilities__sauna .block-sauna {
  position: relative;
  min-height: 660px;
  margin-bottom: var(--margin-80);
}
#facilities__sauna .block-sauna:last-child {
  margin-bottom: 0;
}
#facilities__sauna .block-sauna .ttl04 {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
  width: 560px;
}
#facilities__sauna .block-sauna .ttl04 .type_mens {
  width: 65px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--col--main-02);
  font-size: var(--font-size-20);
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-top: 3px;
}
#facilities__sauna .block-sauna .ttl04 .type_ladies {
  width: 65px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #712242;
  font-size: var(--font-size-20);
  letter-spacing: 0.15em;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  margin-top: 3px;
}
#facilities__sauna .block-sauna .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
}
#facilities__sauna .block-sauna .list-images {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  gap: 20px;
  grid-template-rows: auto;
  top: 0;
}
#facilities__sauna .block-sauna .list-images .item:nth-of-type(1) {
  grid-column: span 2/span 2;
}
#facilities__sauna .block-sauna .list-images .item:nth-of-type(2) {
  grid-row-start: 2;
}
#facilities__sauna .block-sauna .list-images .item:nth-of-type(3) {
  grid-row-start: 2;
}
#facilities__sauna .block-sauna .unit-info {
  width: 560px;
}
#facilities__sauna .block-sauna .unit-info .item-text {
  margin-bottom: var(--margin-35);
}
#facilities__sauna .block-sauna .unit-info .unit-parameter {
  gap: 5px;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp {
  background: #fff;
  padding-left: 53px;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dt {
  font-size: var(--font-size-20);
  width: 90px;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dd .unit {
  font-size: var(--font-size-20);
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-water dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__temp__a_02.png);
  width: 19px;
  height: 27px;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-stove dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__temp__a_03.png);
  width: 26px;
  height: 14px;
  top: 3px;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-stove dd {
  font-size: var(--font-size-20);
}
#facilities__sauna .block-sauna:nth-of-type(odd) .ttl04 {
  margin-right: auto;
}
#facilities__sauna .block-sauna:nth-of-type(odd) .list-images {
  right: 0;
}
#facilities__sauna .block-sauna:nth-of-type(odd) .unit-info {
  margin-right: auto;
}
#facilities__sauna .block-sauna:nth-of-type(even) .ttl04 {
  margin-left: auto;
}
#facilities__sauna .block-sauna:nth-of-type(even) .list-images {
  left: 0;
}
#facilities__sauna .block-sauna:nth-of-type(even) .unit-info {
  margin-left: auto;
}

/* facilities__trailer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__trailer .inner {
  width: 1280px;
  padding-bottom: var(--margin-75);
  padding-top: 150px;
}
#facilities__trailer hgroup {
  position: relative;
  width: 100%;
  height: 480px;
  margin-bottom: var(--margin-80);
  background: url(/img/facilities/facilities__trailer__ttl_bg_01.jpg) center center/cover no-repeat;
}
#facilities__trailer .ttl03 {
  position: absolute;
  left: 100px;
  bottom: 60px;
  align-items: start;
}
#facilities__trailer .ttl03 .en {
  color: #fff;
  margin-bottom: 15px;
  font-size: var(--font-size-17);
}
#facilities__trailer .ttl03 .en::before {
  filter: var(--col--fil-white);
}
#facilities__trailer .ttl03 .en::after {
  filter: var(--col--fil-white);
}
#facilities__trailer .ttl03 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  color: #fff;
  font-size: var(--font-size-30);
}
#facilities__trailer .topic-intro {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 100px;
}
#facilities__trailer .topic-intro:last-child {
  margin-bottom: 0;
}
#facilities__trailer .topic-intro .ttl04 {
  margin-bottom: var(--margin-80);
}
#facilities__trailer .topic-intro .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2.2;
  font-family: var(--fot--Zen-Kaku-Goth);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--col--txt-01);
}
#facilities__trailer .topic-intro .list-images {
  position: relative;
  width: 730px;
  height: 400px;
  left: -100px;
}
#facilities__trailer .topic-intro .list-images .item:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0;
}
#facilities__trailer .topic-intro .list-images .item:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
#facilities__trailer .topic-intro .unit-info {
  width: 480px;
  position: absolute;
  right: 120px;
  top: 0;
}
#facilities__trailer .topic-barrel {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: 715px;
}
#facilities__trailer .topic-barrel .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-15);
  width: 580px;
}
#facilities__trailer .topic-barrel .ttl04 .ja {
  font-weight: 500;
  font-size: var(--font-size-25);
  letter-spacing: 0.15em;
}
#facilities__trailer .topic-barrel .ttl04 .ja small {
  font-size: var(--font-size-20);
}
#facilities__trailer .topic-barrel .list-images {
  position: absolute;
  width: 630px;
  height: 715px;
  right: 0;
  top: -40px;
}
#facilities__trailer .topic-barrel .list-images .item {
  position: absolute;
}
#facilities__trailer .topic-barrel .list-images .item:nth-of-type(1) {
  right: 0;
  top: 0;
}
#facilities__trailer .topic-barrel .list-images .item:nth-of-type(2) {
  left: 0;
  bottom: 0;
}
#facilities__trailer .topic-barrel .unit-info {
  width: 580px;
}
#facilities__trailer .topic-barrel .unit-info .item-text {
  margin-bottom: var(--margin-30);
}
#facilities__trailer .topic-barrel .unit-info .unit-parameter {
  position: relative;
  margin-bottom: var(--margin-60);
}
#facilities__trailer .topic-barrel .unit-info .unit-parameter .item-temp {
  gap: 60px;
}
#facilities__trailer .topic-barrel .unit-info .wrap-btn {
  gap: 20px;
  width: 580px;
  margin-left: auto;
}
#facilities__trailer .topic-barrel .unit-info .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
  top: 50%;
  translate: 0 -50%;
}
#facilities__trailer .topic-barrel .unit-info .wrap-btn .com__btn_01 {
  margin-left: auto;
  position: relative;
  padding-left: 35px;
}
#facilities__trailer .topic-barrel .unit-info .wrap-btn .com__btn_01::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__schedule__a_01.png) center center/contain no-repeat;
  width: 24px;
  height: 25px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

/* facilities__backroom
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__backroom {
  position: relative;
  z-index: 0;
}
#facilities__backroom::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 320px);
  background: #f3f4f6;
  height: 212px;
  left: 0;
  top: 0;
}
#facilities__backroom .inner {
  position: relative;
  padding-top: var(--margin-100);
}
#facilities__backroom .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-30);
  align-items: start;
}
#facilities__backroom .ttl03 .en {
  margin-bottom: 17px;
}
#facilities__backroom .item-img {
  position: absolute;
  right: 0;
  top: 100px;
}
#facilities__backroom .item-text {
  width: 410px;
}
/* information
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* information__worktime
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__worktime .inner {
  padding-bottom: var(--margin-25);
}
#information__worktime .wrap-cont {
  width: 100%;
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 70px 80px;
}
#information__worktime .wrap-cont .wrap-info {
  gap: 60px;
  align-items: start;
}
#information__worktime .wrap-cont .wrap-info .ttl03 {
  width: 300px;
  align-items: start;
  padding-right: 0;
  align-self: start;
}
#information__worktime .wrap-cont .wrap-info .ttl03 .en {
  margin-bottom: 5px;
}
#information__worktime .wrap-cont .wrap-info .unit-info {
  width: fit-content;
  padding-left: 90px;
  border-left: 1px solid var(--col--txt-01);
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info {
  gap: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-20);
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info dt {
  font-size: var(--font-size-20);
  width: 150px;
  padding-right: 5px;
  border-right: 1px solid var(--col--main-03);
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info dd {
  font-size: var(--font-size-25);
  width: 350px;
  letter-spacing: 0.1em;
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info dd small {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  font-size: var(--font-size-16);
  color: var(--col--main-03);
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-holiday {
  margin-top: var(--margin-40);
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-holiday dd {
  font-size: var(--font-size-20);
}

/* information__price
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__price .inner {
  padding-top: var(--margin-25);
  padding-bottom: var(--margin-40);
}
#information__price .wrap-cont {
  width: 100%;
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 70px 80px;
}
#information__price .wrap-cont .wrap-info {
  gap: 60px;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #e1e3e7;
  margin-bottom: var(--margin-20);
}
#information__price .wrap-cont .wrap-info .ttl03 {
  width: 300px;
  align-items: start;
  align-self: start;
}
#information__price .wrap-cont .wrap-info .ttl03 .en {
  margin-bottom: 5px;
}
#information__price .wrap-cont .wrap-info .unit-info {
  flex: 1;
  padding-left: 90px;
  border-left: 1px solid var(--col--txt-01);
}
#information__price .wrap-cont .wrap-info .unit-info .item-info {
  gap: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-20);
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dt {
  font-size: var(--font-size-20);
  width: 300px;
  padding-right: 5px;
  border-right: 1px solid var(--col--main-03);
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dt .note {
  color: var(--col--main-03);
  font-size: var(--font-size-16);
  font-weight: 600;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dd {
  font-size: var(--font-size-25);
  width: 200px;
  letter-spacing: 0.1em;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dd .unit {
  font-size: var(--font-size-16);
}
#information__price .wrap-cont .item-text p {
  line-height: 2.1875;
}
#information__price .wrap-cont .item-text .note {
  font-weight: 500;
  line-height: 1.8;
  font-size: var(--font-size-16);
  color: var(--col--main-03);
}

/* information__amenity
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__amenity .inner {
  padding-inline: 80px;
  padding-top: var(--margin-40);
  padding-bottom: var(--margin-90);
}
#information__amenity .ttl03 {
  align-items: start;
  margin-bottom: var(--margin-20);
}
#information__amenity .ttl03 .en {
  margin-bottom: 5px;
}
#information__amenity .list-amenity {
  gap: 20px;
  align-items: start;
}
#information__amenity .list-amenity > .item {
  gap: 15px;
}
#information__amenity .list-amenity > .item .ttl04 {
  text-align: center;
}
#information__amenity .list-amenity > .item .ttl04 .ja {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
}
/* information__trailer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__trailer {
  position: relative;
  z-index: 0;
}
#information__trailer::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 320px);
  background: #f3f4f6;
  height: 100%;
}
#information__trailer .inner {
  position: relative;
  padding-top: var(--margin-90);
}
#information__trailer .ttl03 {
  align-items: start;
  margin-bottom: var(--margin-70);
}
#information__trailer .ttl03 .en {
  margin-bottom: 5px;
}
#information__trailer .item-img {
  position: absolute;
  right: -230px;
  top: 80px;
}
#information__trailer .unit-info {
  min-height: 260px;
  margin-bottom: var(--margin-60);
}
#information__trailer .unit-info .item-info dt,
#information__trailer .unit-info .item-info dd {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #eaebef;
  margin-bottom: var(--margin-20);
}
#information__trailer .unit-info .item-info dt {
  width: 120px;
}
#information__trailer .unit-info .item-info dd {
  width: 240px;
}
/* information__massage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__massage .inner {
  padding-top: 120px;
  padding-bottom: var(--margin-100);
}
#information__massage .ttl03 {
  align-items: start;
}
#information__massage .ttl03 .en {
  margin-bottom: 15px;
}
#information__massage .block-price {
  position: relative;
  margin-bottom: 120px;
}
#information__massage .block-price .ttl04 {
  width: 600px;
  margin-left: auto;
  margin-bottom: var(--margin-40);
  margin-top: -45px;
}
#information__massage .block-price .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  font-weight: 500;
  font-size: var(--font-size-25);
}
#information__massage .block-price .item-img {
  position: absolute;
  left: -300px;
  top: 130px;
}
#information__massage .block-price .item-text {
  width: 600px;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#information__massage .block-price .item-text p {
  font-weight: 400;
}
#information__massage .block-price .list-images {
  width: 600px;
  margin-left: auto;
  gap: 20px;
  margin-bottom: var(--margin-40);
}
#information__massage .block-price .unit-info {
  width: 600px;
  margin-left: auto;
}
#information__massage .block-price .unit-info .item-info dt,
#information__massage .block-price .unit-info .item-info dd {
  font-weight: 500;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
}
#information__massage .block-price .unit-info .item-info dt {
  width: 100px;
}
#information__massage .block-price .unit-info .item-info dd {
  width: 480px;
}
#information__massage .block-thai_massage {
  position: relative;
}
#information__massage .block-thai_massage .ttl04 {
  width: fit-content;
  margin-right: auto;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-20);
  margin-top: -50px;
}
#information__massage .block-thai_massage .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: var(--font-size-25);
}
#information__massage .block-thai_massage .item-img01 {
  position: absolute;
  left: 0;
  top: 80px;
}
#information__massage .block-thai_massage .item-img02 {
  position: absolute;
  right: -100px;
  top: -30px;
}
#information__massage .block-thai_massage .unit-info {
  position: relative;
  width: 400px;
  margin-left: auto;
  margin-right: 330px;
  margin-top: -60px;
}
#information__massage .block-thai_massage .unit-info .item-info dt,
#information__massage .block-thai_massage .unit-info .item-info dd {
  font-weight: 500;
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
}
#information__massage .block-thai_massage .unit-info .item-info dt {
  width: 110px;
  padding-right: var(--margin-30);
}
#information__massage .block-thai_massage .unit-info .item-info dd {
  width: 420px;
}

/* information__laundromat
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__laundromat {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
#information__laundromat::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  background: #f3f4f6;
  left: 50%;
  height: 100%;
  translate: -50% 0;
}
#information__laundromat .inner {
  position: relative;
  padding-top: var(--margin-100);
}
#information__laundromat .ttl03 {
  margin-bottom: var(--margin-60);
}
#information__laundromat .ttl03 .en {
  margin-bottom: var(--margin-30);
}
#information__laundromat .list-images {
  position: absolute;
  top: 245px;
  right: -100px;
  width: 620px;
  height: 770px;
}
#information__laundromat .list-images .item {
  position: absolute;
}
#information__laundromat .list-images .item:nth-of-type(1) {
  right: 0;
  top: 0;
}
#information__laundromat .list-images .item:nth-of-type(2) {
  left: 0;
  bottom: 100px;
}
#information__laundromat .list-images .item:nth-of-type(3) {
  right: 100px;
  bottom: 0;
}
#information__laundromat .ttl04 {
  width: fit-content;
  margin-right: auto;
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
}
#information__laundromat .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  font-weight: 500;
  font-size: var(--font-size-25);
}
#information__laundromat .item-text {
  width: 480px;
  margin-bottom: var(--margin-30);
}
#information__laundromat .unit-facility {
  padding: 20px 50px;
  background: #fff;
  width: 480px;
  gap: 60px;
  margin-bottom: var(--margin-40);
}
#information__laundromat .unit-facility .itme-info {
  gap: 20px;
  width: fit-content;
  align-items: baseline;
}
#information__laundromat .unit-facility .itme-info dt,
#information__laundromat .unit-facility .itme-info dd {
  letter-spacing: 0.1em;
}
#information__laundromat .unit-facility .itme-info dt {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  color: var(--col--main-02);
  font-size: var(--font-size-20);
}
#information__laundromat .unit-facility .itme-info dd {
  font-weight: 700;
  font-size: var(--font-size-30);
  font-family: var(--fot--Zen-Kaku-Goth);
}
#information__laundromat .unit-facility .itme-info dd .unit {
  font-weight: 500;
  font-size: var(--font-size-20);
}
#information__laundromat .unit-info {
  width: 480px;
  margin-bottom: var(--margin-30);
}
#information__laundromat .unit-info .item-info dt,
#information__laundromat .unit-info .item-info dd {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
}
#information__laundromat .unit-info .item-info dt {
  width: 200px;
  padding-right: var(--margin-30);
}
#information__laundromat .unit-info .item-info dd {
  width: 290px;
}
#information__laundromat .worktime {
  color: var(--col--main-03);
  font-weight: 500;
  font-size: var(--font-size-16);
  width: 480px;
}

/* etiquette
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* etiquette__guide
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#etiquette__guide {
  border-bottom: 1px solid #e1e3e7;
  position: relative;
}
#etiquette__guide::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3e7;
  bottom: 2px;
  width: 100%;
}
#etiquette__guide .ttl03 {
  margin-bottom: var(--margin-60);
}
#etiquette__guide .list-guide {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 60px;
}
#etiquette__guide .list-guide .item {
  height: 540px;
  padding: 40px 25px;
  background: #f3f4f6;
  position: relative;
}
#etiquette__guide .list-guide .item .ttl04 {
  width: fit-content;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--col--main-02);
  margin-bottom: var(--margin-20);
}
#etiquette__guide .list-guide .item .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--col--main-02);
}
#etiquette__guide .list-guide .item .ttl04 .ja .num {
  font-size: var(--font-size-40);
  font-weight: 600;
  font-family: var(--fot--Josefin);
}
#etiquette__guide .list-guide .item .item-text {
  width: 100%;
}
#etiquette__guide .list-guide .item .item-text p {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
#etiquette__guide .list-guide .item .item-img {
  position: absolute;
  bottom: 0;
}
#etiquette__guide .list-guide .item:nth-of-type(1) .item-img {
  margin-bottom: 60px;
}
#etiquette__guide .list-guide .item:nth-of-type(2) .item-img {
  margin-bottom: 50px;
}
#etiquette__guide .list-guide .item:nth-of-type(3) .item-img {
  margin-bottom: 30px;
}
#etiquette__guide .list-guide .item:nth-of-type(4) .item-img {
  margin-bottom: 30px;
}
#etiquette__guide .list-guide .item:nth-of-type(5) .item-img {
  margin-bottom: 60px;
}

/* etiquette__manner
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#etiquette__manner .ttl03 {
  position: relative;
  margin-bottom: var(--margin-50);
}
#etiquette__manner .ttl03 .ja {
  position: relative;
}
#etiquette__manner .ttl03 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/deco__captain__a_01.png) center center/contain no-repeat;
  width: 41px;
  height: 30px;
  translate: 100% 0;
  right: -20px;
  bottom: -6px;
}
#etiquette__manner .list-note {
  position: relative;
  --num: 2;
  --column-gap: 60px;
  --row-gap: 10px;
  padding: 60px;
  padding-bottom: var(--margin-55);
  border: 1px solid var(--col--txt-01);
  outline: 1px solid var(--col--txt-01);
  outline-offset: -5px;
}
#etiquette__manner .list-note::before {
  content: "";
  position: absolute;
  background: url(/img/etiquette/etiquette__manner__img_01.png) center center/contain no-repeat;
  width: 211px;
  height: 94px;
  left: 3px;
  bottom: -26px;
}
#etiquette__manner .list-note .item .text {
  position: relative;
  padding-left: 45px;
  font-size: var(--font-size-20);
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#etiquette__manner .list-note .item .text::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__check__a_01.png) center center/contain no-repeat;
  width: 25px;
  height: 25px;
  left: 0;
  top: 5px;
}

/* goods
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* goods
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#goods .item-note {
  padding: 30px;
  background: #f3f4f6;
  text-align: center;
  margin-bottom: var(--margin-80);
}
#goods .item-note small {
  font-weight: 500;
  font-size: var(--font-size-16);
}
#goods .topic-post {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 80px;
}
#goods .topic-post .block-post {
  transition: ease 0.2s;
  position: relative;
  top: 0;
}
#goods .topic-post .block-post .ttl04 {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-15);
}
#goods .topic-post .block-post .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: var(--font-size-25);
}
#goods .topic-post .block-post .wrap-img {
  position: relative;
  order: 1;
}
#goods .topic-post .block-post .wrap-img .item-img {
  width: 100%;
  height: 400px;
  margin-bottom: var(--margin-25);
}
#goods .topic-post .block-post .wrap-img .item-tag {
  position: absolute;
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--col--main-02);
  font-size: var(--font-size-16);
  color: var(--col--main-02);
  top: -20px;
  left: 10px;
  z-index: 1;
  font-weight: 500;
}
#goods .topic-post .block-post .wrap-img .item-tag::before {
  content: "";
  position: absolute;
  background: url(/img/goods/deco__balloon__a_01.png) center center/contain no-repeat;
  width: 25px;
  height: 9px;
  bottom: 0px;
  translate: 0 100%;
  left: 23px;
}
#goods .topic-post .block-post .item-text {
  order: 3;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2.1875;
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid #e1e3e7;
  overflow: hidden;
  height: fit-content;
  max-height: 79px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#goods .topic-post .block-post .item-price {
  order: 4;
  text-align: end;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  font-weight: 500;
}
#goods .topic-post .block-post:hover {
  top: -2px;
  opacity: 0.9;
}

.goods__in_post .block-post {
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 70px 100px;
  background: #fff;
}
.goods__in_post .ttl03 {
  margin-bottom: var(--margin-20);
  order: 2;
}
.goods__in_post .ttl03 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: var(--font-size-25);
}
.goods__in_post .wrap-img {
  position: relative;
  order: 1;
}
.goods__in_post .wrap-img .item-img {
  width: 100%;
  height: 700px;
  margin-bottom: var(--margin-25);
}
.goods__in_post .wrap-img .item-tag {
  position: absolute;
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--col--main-02);
  font-size: var(--font-size-16);
  color: var(--col--main-02);
  top: -20px;
  left: 10px;
  z-index: 1;
  font-weight: 500;
}
.goods__in_post .wrap-img .item-tag::before {
  content: "";
  position: absolute;
  background: url(/img/goods/deco__balloon__a_01.png) center center/contain no-repeat;
  width: 25px;
  height: 9px;
  bottom: 0px;
  translate: 0 100%;
  left: 23px;
}
.goods__in_post .item-text {
  order: 3;
  font-size: var(--font-size-16);
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2.1875;
  padding-bottom: var(--margin-25);
  margin-bottom: var(--margin-20);
  border-bottom: 1px solid #e1e3e7;
}
.goods__in_post .item-price {
  order: 4;
  text-align: end;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: var(--margin-50);
}
.goods__in_post .com__btn_01 {
  order: 5;
  margin: 0 auto;
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__intro .inner {
  position: relative;
  padding-bottom: 155px;
}
#recruit__intro .ttl03 {
  writing-mode: vertical-rl;
  width: 170px;
  margin-left: auto;
  margin-right: 110px;
  margin-bottom: var(--margin-40);
}
#recruit__intro .ttl03 .ja {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-30);
}
#recruit__intro .item-img {
  position: absolute;
  left: -420px;
  top: 100px;
}
#recruit__intro .block-intro {
  margin-bottom: 100px;
}
#recruit__intro .block-intro:last-child {
  margin-bottom: 0;
}
#recruit__intro .block-intro .ttl04 {
  background: url(/img/common/deco_ttl__frame__b_01.png) center center/contain no-repeat;
  width: 410px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: var(--margin-10);
}
#recruit__intro .block-intro .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: var(--font-size-25);
  padding-bottom: 18px;
}
#recruit__intro .block-intro .item-text {
  width: 410px;
  margin-left: auto;
}
#recruit__intro .block-contact {
  padding: 70px 100px;
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
}
#recruit__intro .block-contact .ttl04 {
  padding-right: 50px;
  border-right: 1px solid var(--col--txt-01);
  margin-right: var(--margin-60);
}
#recruit__intro .block-contact .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 500;
}
#recruit__intro .block-contact .unit-info {
  width: fit-content;
  gap: 50px;
}
#recruit__intro .block-contact .unit-info .list-sns {
  width: fit-content;
  gap: 30px;
}
#recruit__intro .block-contact .unit-info .list-sns > * {
  --size: 40px;
}
/* recruit__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__about {
  position: relative;
  z-index: 0;
}
#recruit__about::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: calc(100% - 200px);
  background: #f3f4f6;
  height: 100%;
  left: 50%;
  translate: -50% 0;
}
#recruit__about .ttl03 {
  margin-bottom: var(--margin-60);
}
#recruit__about .ttl03 .ja {
  letter-spacing: 0.15em;
}
#recruit__about .list-works {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 70px;
  justify-content: center;
}
#recruit__about .list-works .item .ttl04 {
  order: 2;
  width: fit-content;
  padding-bottom: var(--margin-20);
  margin-bottom: var(--margin-5);
  position: relative;
}
#recruit__about .list-works .item .ttl04::before {
  content: "";
  position: absolute;
  width: 100px;
  border-bottom: 1px solid var(--col--main-02);
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
#recruit__about .list-works .item .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: var(--font-size-25);
}
#recruit__about .list-works .item .item-img {
  order: 1;
  margin-bottom: var(--margin-20);
}
#recruit__about .list-works .item .item-text {
  order: 3;
}
#recruit__about .list-works .item .item-text p {
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
}

/* recruit__point
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__point {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #e1e3e7;
}
#recruit__point::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3e7;
  bottom: 2px;
  width: 100%;
}
#recruit__point .inner {
  padding-top: 150px;
}
#recruit__point .ttl03 {
  text-align: center;
  margin-bottom: var(--margin-60);
}
#recruit__point .ttl03 .en {
  margin-bottom: 15px;
}
#recruit__point .ttl03 .ja {
  font-size: var(--font-size-30);
  line-height: 1.8;
}
#recruit__point .ttl03 .ja small {
  font-size: var(--font-size-25);
}
#recruit__point .wrap-point {
  width: 100%;
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 40px 100px;
  margin-bottom: var(--margin-60);
}
#recruit__point .wrap-point .ttl04 {
  width: fit-content;
  padding-right: 120px;
  border-right: 1px solid var(--col--main-03);
  margin-right: var(--margin-40);
  position: relative;
}
#recruit__point .wrap-point .ttl04 .ja {
  line-height: 1.8;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  color: var(--col--main-02);
  font-size: var(--font-size-25);
}
#recruit__point .wrap-point .item-text p {
  letter-spacing: 0.05em;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
  font-weight: 500;
}
#recruit__point .list-point {
  --num: 3;
  --column-gap: 20px;
  --row-gap: 0;
}
#recruit__point .list-point .item {
  position: relative;
}
#recruit__point .list-point .item .ttl04 {
  order: 3;
  text-align: center;
  background: var(--col--main-01);
  padding: 7px 12px;
  width: 100%;
}
#recruit__point .list-point .item .ttl04 .ja {
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-25);
  color: #fff;
}
#recruit__point .list-point .item .item-img {
  order: 2;
  width: 100%;
}
#recruit__point .list-point .item .item-img img {
  width: 100%;
}
#recruit__point .list-point .item .item-text {
  order: 1;
  margin-bottom: var(--margin-15);
  position: relative;
}
#recruit__point .list-point .item .item-text::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--txt-01);
  width: 50px;
  rotate: 50deg;
  left: -70px;
  bottom: 24px;
}
#recruit__point .list-point .item .item-text::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--txt-01);
  width: 50px;
  rotate: -50deg;
  right: -70px;
  bottom: 24px;
}
#recruit__point .list-point .item .item-text p {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 500;
  line-height: 1.75;
  font-size: var(--font-size-20);
  text-align: center;
}
#recruit__point .list-point .item:nth-of-type(2) {
  margin-top: var(--margin-50);
}

/* recruit__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__info .ttl03 {
  margin-bottom: var(--margin-40);
}
#recruit__info .wrap-info {
  background: #f3f4f6;
  padding: 60px 110px;
}
#recruit__info .wrap-info .item-table tr th,
#recruit__info .wrap-info .item-table tr td {
  line-height: 1.8;
}

/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  position: relative;
}
#company__info .ttl03 {
  position: relative;
  margin-bottom: var(--margin-60);
}
#company__info .topic-info {
  position: relative;
  margin-bottom: var(--margin-70);
  min-height: 430px;
}
#company__info .topic-info .item-img {
  position: absolute;
  right: -100px;
  top: 0;
}
#company__info .topic-info .item-table {
  width: 540px;
}
#company__info .topic-info .item-table tr th,
#company__info .topic-info .item-table tr td {
  padding: 20px 15px;
  line-height: 1.8;
}
#company__info .topic-map .ttl04 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding-left: var(--margin-25);
  margin-bottom: var(--margin-20);
}
#company__info .topic-map .ttl04::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__pin__a_01.png) center center/contain no-repeat;
  width: 14px;
  height: 20px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#company__info .topic-map .ttl04 .ja {
  font-size: var(--font-size-25);
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#company__info .topic-map .item-map {
  width: 100%;
  height: 350px;
  min-height: 200px;
}
#company__info .topic-map .item-map iframe {
  width: 100%;
  height: 100%;
}

/* company__gallery
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__gallery {
  position: relative;
  z-index: 0;
}
#company__gallery::before {
  z-index: -1;
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% - 200px);
  background: #f3f4f6;
  left: 50%;
  translate: -50% 0;
}
#company__gallery .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__gallery .cont-post {
  --num: 4;
  --column-gap: 20px;
  --row-gap: 20px;
}
#company__gallery .cont-post .block-post {
  position: relative;
  top: 0px;
  transition: ease 0.2s;
}
#company__gallery .cont-post .block-post .item-img {
  width: 100%;
  height: 255px;
}
#company__gallery .cont-post .block-post:hover {
  top: -5px;
  opacity: 0.8;
}

.company__in_post .block-post {
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 70px 100px;
  background: #fff;
}
.company__in_post .block-post .item-img {
  width: 100%;
  height: 700px;
  margin-bottom: var(--margin-40);
}
.company__in_post .block-post .com__btn_01 {
  margin: 0 auto;
}

/* company__parking
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__parking .ttl03 {
  margin-bottom: var(--margin-70);
}
#company__parking .list-parking {
  --num: 3;
  --column-gap: 30px;
  --row-gap: 0;
}
#company__parking .list-parking .item .ttl04 {
  order: 2;
  line-height: 2;
}
#company__parking .list-parking .item .ttl04 .ja {
  font-family: var(--fot--Zen-Kaku-Goth);
  font-size: var(--font-size-20);
  font-weight: 500;
}
#company__parking .list-parking .item .ttl04 .ja small {
  font-size: var(--font-size-16);
}
#company__parking .list-parking .item .item-img {
  order: 1;
  margin-bottom: var(--margin-10);
}
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */