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

/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 100px;
  background: #fff;
  background: var(--col--main-01);
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .wrap-info {
  background: #fff;
  background: var(--col--main-01);
}
#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;
  padding-top: 0.4vw;
}
#header .item-logo a img {
  width: 42vw;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 5vw;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  gap: 3vw;
}
@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;
}
#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;
  top: 8px;
}
#header .block-right .item-address span {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--col--main-02);
}
#header .block-right .com__times {
  position: relative;
  background: #f3f4f6;
  padding: 2vw 5vw;
  gap: 3vw;
  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: 3vw;
}
#header .block-right .list-sns > * {
  --size: 32px;
}
#header .block-right .btn_contact {
  width: 150px;
  height: 80px;
  background: var(--col--main-03);
}
#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;
}
#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%;
  translate: -50% 0;
}
#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: 3vw;
}
#nav .list-nav-item {
  width: fit-content;
  text-align: center;
}
#nav .list-nav-item a {
  font-size: var(--font-size-15);
  transition: ease 0.17s;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  margin-top: 110px;
}
#mv .mv-catch {
  text-align: center;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  display: flex;
  gap: 5vw;
  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);
  font-size: 7vw;
}
#mv .mv-catch .sub {
  font-size: var(--font-size-24);
  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);
  font-size: 4vw;
}
#mv .swiper-wrapper {
  margin: 0 auto;
  position: relative;
  width: 80vw;
  height: 30vw;
  left: -10vw;
}
#mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 82vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 460px;
  margin-top: 100px;
}
#sv .sv-img {
  position: absolute;
        width: 79vw;
        height: 36vw;
        right: -9vw;
        top: 0vw;
}
#sv .sv-catch {
  position: absolute;
  top: 4vw;
  left: -23vw;
  width: 15vw;
  height: 37vw;
}
#sv .sv-catch img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@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 {
  z-index: 0;
  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 img {
  width: 50vw;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
#footer .inner {
  padding: 7vw 0;
}
@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: 2vw 5vw;
  gap: 3vw;
}
#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: 20vw;
  text-align: left;
  margin-right: var(--margin-10);
}
#footer .com__times-item dd {
  flex: 1;
  padding-left: var(--margin-10);
  border-left: 1px solid var(--col--txt-01);
}
#footer .list-sns {
  gap: 3vw;
  gap: 8vw;
  justify-content: center;
  margin: 5vw 0 7vw;
}
#footer .list-sns > * {
  --size: 8vw;
}
#footer .list-sns .com__x img {
  filter: var(--col--fil-white);
}
#footer .list-nav {
  margin-bottom: var(--margin-60);
  gap: 3vw 5vw;
  height: 200px;
}
#footer .list-nav-item {
  width: fit-content;
  position: relative;
  padding-left: 30px;
}
#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%;
}
#footer .list-nav-item a {
  font-weight: 300;
  font-size: var(--font-size-16);
  position: relative;
  transition: ease 0.2s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  color: var(--col--main-03);
  font-size: 3vw;
}
#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;
  }
}

.sp__bnr {
  opacity: 1;
  z-index: 5;
  position: relative;
  right: 5px;
  bottom: 5px;
  width: 100%;
  padding: 10px;
  padding-top: 6vw;
  transition: ease 0.2s;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5vw;
  border-top: 1px solid #fff;
}
.sp__bnr .logo {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-40);
}
.sp__bnr .logo img {
  height: 7vw;
}
.sp__bnr .title {
  color: #fff;
  margin-bottom: var(--margin-40);
}
.sp__bnr .title .sub {
  font-size: var(--font-size-14);
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 2vw;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-bottom: var(--margin-10);
  line-height: 1.8;
}
.sp__bnr .title .main {
  font-size: var(--font-size-18);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
}
.sp__bnr .wrap-bnr {
  padding: 5vw;
  gap: 5vw;
  background: #fff;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__monthly
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__monthly {
  position: relative;
  z-index: 0;
}
#top__monthly .inner {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-bottom: 15vw;
}
#top__monthly .ttl03 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  left: 0;
}
#top__monthly .ttl03 .en {
  font-weight: 700;
  font-family: var(--fot--Josefin);
  font-size: var(--font-size-17);
  letter-spacing: 0.2em;
  text-align: end;
  width: 100%;
  position: relative;
}
#top__monthly .ttl03 .ja {
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
  font-size: var(--font-size-30);
  position: relative;
}
#top__monthly .ttl03 .ja::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--main-03);
  width: 127%;
  left: -39vw;
  top: 18.4vw;
}
#top__monthly .cont-post {
  width: 100%;
  margin-left: auto;
  margin-top: var(--margin-50);
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 3vw;
}
#top__monthly .cont-post .block-post {
  padding-bottom: 4vw;
  border-bottom: 1px solid #e1e3e7;
  align-items: start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 5vw;
}
#top__monthly .cont-post .block-post .ttl04 {
  position: relative;
  flex: 1;
}
#top__monthly .cont-post .block-post .ttl04 .ja {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: var(--font-size-18);
  font-size: 4.2vw;
  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: 2vw 2vw;
  background: #fff;
  border-radius: 1vw;
  width: fit-content;
  font-size: 3.5vw;
  margin-bottom: 3vw;
}

/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about {
  position: relative;
}
#top__about .inner {
  padding-top: 5vw;
}
#top__about .ttl03 {
  margin-bottom: var(--margin-40);
}
#top__about .ttl03 .en {
  margin-bottom: var(--margin-20);
}
#top__about .list-images {
  position: relative;
  width: 100%;
  height: 118vw;
  margin-bottom: 7vw;
}
#top__about .list-images .item {
  position: absolute;
}
#top__about .list-images .item:nth-of-type(1) {
  left: -32vw;
  top: -1vw;
  width: 103vw;
}
#top__about .list-images .item:nth-of-type(2) {
  right: 13vw;
  top: 80vw;
  width: 31vw;
}
#top__about .list-images .item:nth-of-type(3) {
  right: -10vw;
  bottom: 43vw;
  width: 46vw;
}
#top__about .list-images .item:nth-of-type(4) {
  left: 0vw;
  bottom: 12vw;
  width: 40vw;
}
#top__about .item-text {
  width: 100%;
  margin-left: 0;
}
#top__about .item-text br {
  display: none;
}
/* top__water
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__water {
  position: relative;
  background: url(/img/top/top__water__bg_img_01.jpg) center left 0/cover no-repeat rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}
#top__water .inner {
  position: relative;
  padding: 15vw 0;
}
#top__water .ttl03 {
  width: 100%;
  margin-left: auto;
  margin-right: var(--margin-70);
  margin-bottom: var(--margin-45);
  align-items: start;
}
#top__water .ttl03 .en {
  font-size: var(--font-size-17);
  font-family: var(--fot--Josefin);
  letter-spacing: 0.2em;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#top__water .ttl03 .ja {
  font-size: 6.2vw;
}
#top__water .item-text {
  width: 100%;
  margin-right: 0;
}
#top__water .item-text br {
  display: none;
}
/* top__imagelist
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__imagelist_01 {
  position: relative;
}
#top__imagelist_01::before {
  content: "";
  position: absolute;
  background: var(--col--base-02);
  width: 100%;
  height: 100%;
  top: -14vw;
  right: -15vw;
  background: #fff;
}
#top__imagelist_01 .inner {
  padding-top: 10vw;
  position: relative;
  padding-bottom: 6vw;
}
#top__imagelist_01 .inner .list-images {
  position: relative;
  width: 100%;
  height: 58vw;
  margin-bottom: 5vw;
  gap: 10vw;
}
#top__imagelist_01 .inner .list-images .item {
  position: relative;
  width: 40vw;
}
#top__imagelist_01 .inner .list-images .item .ttl04 {
  width: 100%;
  text-align: center;
}
#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);
  font-size: 4.2vw;
}
#top__imagelist_01 .inner .list-images .item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) {
  position: relative;
  width: 40vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) .ttl04 {
  position: absolute;
  right: 0vw;
  bottom: 0vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(1) .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) {
  width: 40vw;
  margin-top: -15vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) .ttl04 {
  position: absolute;
  right: 0vw;
  bottom: 15vw;
}
#top__imagelist_01 .inner .list-images .item:nth-of-type(2) .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
}
#top__imagelist_01 .inner > .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}

/* top__sauna
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__sauna .inner {
  width: 100%;
  padding-top: 0vw;
}
#top__sauna .ttl03 {
  width: fit-content;
  margin-left: auto;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--txt-01);
  position: relative;
  margin-bottom: 13vw;
}
#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;
  height: 12vw;
  margin-bottom: 2.2vw;
  margin-left: 2vw;
}
#top__sauna .topic-sauna {
  gap: 14vw;
}
#top__sauna .block-sauna {
  position: relative;
  width: 100%;
  margin-bottom: var(--margin-100);
}
#top__sauna .block-sauna .list-images {
  position: relative;
  width: 100%;
  height: 60vw;
  margin-bottom: 5vw;
}
#top__sauna .block-sauna .list-images .item {
  position: relative;
  width: 40vw;
}
#top__sauna .block-sauna .ttl04 {
  position: absolute;
  background: var(--col--main-01);
  width: 100%;
  height: 43vw;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__sauna .block-sauna .ttl04 .ttl-text {
  position: absolute;
  gap: 3vw;
  width: fit-content;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
#top__sauna .block-sauna .ttl04 .ttl-text .sub {
  color: #fff;
  font-size: var(--font-size-16);
  font-size: 3.5vw;
  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-size: 5vw;
  font-family: var(--fot--Zen-Kaku-Goth);
  font-weight: 700;
  letter-spacing: 0.15em;
}
#top__sauna .block-sauna.block-mens {
  height: 50vw;
}
#top__sauna .block-sauna.block-mens .list-images .item:nth-of-type(1) {
  left: -5vw;
  top: -7vw;
  width: 29vw;
}
#top__sauna .block-sauna.block-mens .list-images .item:nth-of-type(2) {
  width: 39vw;
  right: -11vw;
  bottom: -14vw;
}
#top__sauna .block-sauna.block-ladies {
  height: 50vw;
  margin-top: 24vw;
}
#top__sauna .block-sauna.block-ladies .list-images .item:nth-of-type(1) {
  width: 42vw;
  left: 12vw;
  top: -12vw;
}
#top__sauna .block-sauna.block-ladies .list-images .item:nth-of-type(2) {
  right: 4vw;
  bottom: -13vw;
  width: 26vw;
}
#top__sauna .wrap-btn {
  gap: 5vw;
  margin: 0 auto;
  width: 90%;
}
#top__sauna .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
  top: 50%;
  translate: 0 -50%;
}

.top__swiper {
  padding: 5vw 0 5vw;
}
.top__swiper .swiper-container_02 .swiper-wrapper {
  height: 40vw;
  gap: 5vw;
}
.top__swiper .swiper-container_02 .swiper-wrapper .swiper-slide .item-img {
  width: 100%;
  height: 40vw;
}
/* top__trailer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__trailer .inner {
  position: relative;
  padding: 15vw 0 15vw;
}
#top__trailer .ttl03 {
  margin-bottom: var(--margin-25);
  width: 100%;
  margin-left: auto;
}
#top__trailer .ttl03 .en {
  margin-bottom: var(--margin-10);
}
#top__trailer .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#top__trailer .item-img::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 25vw;
  height: 15vw;
  background: var(--col--main-01);
  left: 0vw;
  bottom: 0vw;
}
#top__trailer .wrap-btn {
  gap: 5vw;
  width: 100%;
  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: 6vw;
}
#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: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}
#top__trailer .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-50);
}
#top__trailer .item-text br {
  display: none;
}
/* top__image_01
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__image_01 {
  width: 100%;
  height: 50vw;
  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: 15vw 0 15vw;
}
#top__massage .ttl03 {
  align-items: start;
  margin-bottom: 10vw;
}
#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 .ja {
  font-size: var(--font-size-30);
  letter-spacing: 0.15em;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-10);
}
#top__massage .list-images {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 100vw;
  margin-bottom: 22vw;
}
#top__massage .list-images .item {
  position: relative;
  width: 40vw;
}
#top__massage .list-images .item:nth-of-type(1) {
  width: 72vw;
  top: 0vw;
  right: -23vw;
}
#top__massage .list-images .item:nth-of-type(1)::before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 31vw;
  height: 25vw;
  background: var(--col--main-01);
  right: 0vw;
  top: -10vw;
}
#top__massage .list-images .item:nth-of-type(2) {
  top: 5vw;
  width: 40vw;
  left: -5vw;
  height: 73vw;
}
#top__massage .list-images .item:nth-of-type(2) video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#top__massage .list-images .item:nth-of-type(3) {
  right: -40vw;
  width: 50vw;
  bottom: 60vw;
}
#top__massage .list-staff {
  width: 80vw;
  margin-left: auto;
  gap: 5vw;
  margin-left: auto;
  margin-bottom: var(--margin-60);
  margin-bottom: 5vw;
}
#top__massage .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-80);
}
#top__massage .item-text br {
  display: none;
}
#top__massage .wrap-btn {
  gap: 5vw;
}
#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: 5vw 0 5vw;
}
#top__subpages .list-subpages {
  gap: 8vw;
  margin: 0 auto;
  width: calc(100% - 5vw);
  flex-direction: column;
}
#top__subpages .list-subpages .item {
  height: 30vw;
  width: 100%;
}
#top__subpages .list-subpages .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0e111d;
  overflow: hidden;
}
#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: 3.2vw;
  height: 3.2vw;
  right: 4vw;
  bottom: 3vw;
}
#top__subpages .list-subpages .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  scale: 1;
}
#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);
  font-size: 3.5vw;
  margin-bottom: 1vw;
}
#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: 0;
  border-bottom: 1px solid #fff;
  font-size: 5vw;
}
#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;
}
#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;
}
#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;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-40);
}
.unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
}
.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: 3vw;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  color: #fff;
  background: var(--col--main-02);
  border-radius: 7vw;
  padding: 0.7vw 2vw;
  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: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  color: #fff;
  background: var(--col--main-02);
  border-radius: 7vw;
  padding: 0.7vw 2vw;
  font-size: var(--font-size-14);
  font-weight: 400;
  letter-spacing: 0.05em;
}

#top__news {
  position: relative;
  margin-bottom: 0;
  z-index: 0;
}
#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 5vw;
}
#top__news .ttl03 .en {
  margin-bottom: var(--margin-30);
  font-size: var(--font-size-17);
  margin-bottom: 2vw;
  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;
  margin: 0 auto;
  width: 60vw;
  height: 60vw;
  margin-bottom: 8vw;
}
#top__news .cont-latest {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-70);
}
#top__news .unit-latest {
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid var(--col--main-03);
  margin-bottom: var(--margin-40);
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
  border-bottom: unset;
  padding-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
}
#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: 3vw;
  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: 7vw;
  padding: 0.7vw 2vw;
  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: 5vw;
}
#top__news .wrap-btn::before {
  content: "";
  position: relative;
  border-bottom: 1px solid #e1e3e7;
  flex: 1;
}
#top__news .wrap-btn .com__btn_01 {
  position: relative;
  margin: 0 auto;
}

.top__map {
  width: 100%;
  height: 30vw;
  min-height: 200px;
}
.top__map iframe {
  width: 100%;
  height: 100%;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__intro {
  z-index: 0;
  position: relative;
}
#about__intro .list-images {
  position: relative;
  width: 100%;
  height: 100vw;
  left: 0;
  top: 0;
  margin-bottom: 8vw;
}
#about__intro .list-images .item {
  position: absolute;
}
#about__intro .list-images .item:nth-of-type(1) {
  width: 48vw;
  left: -5vw;
  top: 0vw;
}
#about__intro .list-images .item:nth-of-type(2) {
  width: 40vw;
  top: 6vw;
  right: 0vw;
}
#about__intro .list-images .item:nth-of-type(3) {
  width: 45vw;
  top: 38vw;
  right: -5vw;
}
#about__intro .list-images .item:nth-of-type(4) {
  width: 42vw;
  left: 1vw;
  bottom: 8vw;
}
#about__intro .item-text {
  width: 100%;
  margin-left: auto;
  position: relative;
}
#about__intro .item-text br {
  display: none;
}
#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: 15vw;
}
#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 .list-history .item {
  width: 100%;
  position: relative;
  margin-bottom: 8vw;
}
#about__history .topic-history .list-history .item:last-child {
  margin-bottom: 0;
}
#about__history .topic-history .list-history .item::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3e7;
  bottom: 0;
  width: 100%;
}
#about__history .topic-history .list-history .item .ttl04 {
  order: 2;
  margin-bottom: 1vw;
}
#about__history .topic-history .list-history .item .ttl04 .age {
  font-family: var(--fot--Josefin);
  font-size: 10vw;
  color: var(--col--main-02);
  font-weight: 600;
  letter-spacing: 0.05em;
}
#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;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
#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;
  font-size: 4vw;
  letter-spacing: 0.05em;
}
#about__history .topic-history .list-history .item .item-img {
  order: 1;
  margin-bottom: var(--margin-30);
  margin-bottom: 4vw;
}
#about__history .topic-history .list-history .item .item-img img {
  width: 100%;
}
#about__history .topic-history .list-history .item .item-text {
  order: 3;
  margin-bottom: var(--margin-30);
  margin-bottom: 8vw;
}
#about__history .topic-history .list-history .item .item-text br {
  display: none;
}
#about__history .topic-history .list-history .item .item-text p {
  line-height: 2.1875;
}

/* facilities
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* facilities__area
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__area .swipe_mess {
  position: relative;
  margin: 4vw 0 8vw;
  background: #e1e3e7;
  padding: 5vw;
}
#facilities__area .swipe_mess::before {
  top: 50%;
  translate: 0 -50%;
}
#facilities__area .wrap-area .block-area {
  margin-bottom: 10vw;
}
#facilities__area .wrap-area .block-area:last-child {
  margin-bottom: 0;
}
#facilities__area .wrap-area .block-area .ttl04 {
  padding: 1vw 6vw;
  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;
  font-size: 4.2vw;
  letter-spacing: 0.15em;
}
#facilities__area .wrap-area .block-area .item-img {
  text-align: center;
  width: 100%;
  overflow-x: scroll;
}
#facilities__area .wrap-area .block-area .item-img img {
  max-width: unset;
  margin: 2vw;
  width: 180%;
}

/* facilities
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* facilities__bath
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__bath .inner {
  padding-bottom: 15vw;
}
#facilities__bath .block-bath {
  margin-bottom: 15vw;
}
#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: 100%;
  margin-bottom: var(--margin-40);
}
#facilities__bath .block-bath .unit-about .ttl04 .en {
  margin-bottom: var(--margin-10);
}
#facilities__bath .block-bath .unit-about .item-img {
  width: 100%;
  position: relative;
  margin-bottom: 6vw;
}
#facilities__bath .block-bath .unit-about .unit-info {
  width: 100%;
}
#facilities__bath .block-bath .unit-about .unit-info .item-text {
  margin-bottom: var(--margin-20);
  width: 100%;
}
#facilities__bath .block-bath .unit-about .unit-info .item-text br {
  display: none;
}
#facilities__bath .block-bath .unit-gallery .list-images {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#facilities__bath .wrap-bath {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 15vw;
}
#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-size: 5vw;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  gap: 3vw;
}
#facilities__bath .wrap-bath .block-bath .ttl04 .ja .type_mens {
  width: fit-content;
  height: 7vw;
  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;
  padding: 1vw 3vw;
  margin-top: 3px;
  font-size: 3.5vw;
}
#facilities__bath .wrap-bath .block-bath .ttl04 .ja .type_ladies {
  width: fit-content;
  height: 7vw;
  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;
  padding: 1vw 3vw;
  font-size: 3.5vw;
}
#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 .inner {
  padding-top: 15vw;
}
#facilities__sauna .ttl03 {
  margin-bottom: var(--margin-60);
  margin-bottom: 5vw;
}
#facilities__sauna .block-sauna {
  position: relative;
  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: 3vw;
  padding-bottom: var(--margin-10);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-30);
  width: 100%;
}
#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: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  gap: 5vw;
  grid-template-rows: auto;
  top: 0;
  margin-bottom: 6vw;
}
#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: 100%;
}
#facilities__sauna .block-sauna .unit-info .item-text {
  margin-bottom: var(--margin-35);
}
#facilities__sauna .block-sauna .unit-info .unit-parameter {
  gap: 5vw;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp {
  padding-left: 5vw;
  align-items: center;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dt {
  font-size: var(--font-size-20);
  width: 28vw;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dd {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 4.5vw;
  width: fit-content;
  flex: 1;
  line-height: 1.5;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-temp dd .unit {
  font-size: var(--font-size-20);
  font-size: 4vw;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-water dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__temp__a_02.png) center center/contain no-repeat;
  width: 5.5vw;
  left: -2vw;
  height: 5.5vw;
  top: -0.3vw;
}
#facilities__sauna .block-sauna .unit-info .unit-parameter .item-stove dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__temp__a_03.png) center center/contain no-repeat;
  width: 5.5vw;
  height: 5.5vw;
  left: -2vw;
  top: -0.2vw;
}
#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: 100%;
  padding-bottom: var(--margin-75);
  padding-top: 15vw;
}
#facilities__trailer hgroup {
  position: relative;
  width: 100%;
  height: 40vw;
  margin-bottom: var(--margin-80);
  background: url(/img/facilities/facilities__trailer__ttl_bg_01.jpg) center center/cover no-repeat rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
}
#facilities__trailer .ttl03 {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: fit-content;
  white-space: nowrap;
  align-items: center;
}
#facilities__trailer .ttl03 .en {
  color: #fff;
  margin-bottom: 1vw;
  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 {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15vw;
}
#facilities__trailer .topic-intro:last-child {
  margin-bottom: 0;
}
#facilities__trailer .topic-intro .ttl04 {
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  margin-bottom: var(--margin-80);
  margin-bottom: 10vw;
}
#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: 1vw;
  border-bottom: 2px solid var(--col--txt-01);
}
#facilities__trailer .topic-intro .list-images {
  position: relative;
  margin-bottom: 6vw;
  width: 100%;
  height: 61vw;
  margin-bottom: 6vw;
}
#facilities__trailer .topic-intro .list-images .item:nth-of-type(1) {
  position: absolute;
  width: 40vw;
  left: 0vw;
  top: 0;
}
#facilities__trailer .topic-intro .list-images .item:nth-of-type(2) {
  position: absolute;
  width: 44vw;
  right: 0vw;
  bottom: 0vw;
}
#facilities__trailer .topic-intro .unit-info {
  width: 100%;
  position: relative;
  margin-bottom: 10vw;
}
#facilities__trailer .topic-intro .unit-info .item-text br {
  display: none;
}
#facilities__trailer .topic-barrel {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
#facilities__trailer .topic-barrel .ttl04 {
  padding-bottom: var(--margin-15);
  border-bottom: 2px solid var(--col--txt-01);
  margin-bottom: var(--margin-15);
  margin-bottom: 6vw;
  width: 100%;
}
#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: relative;
  width: 100%;
  height: 75vw;
  margin-bottom: 5vw;
}
#facilities__trailer .topic-barrel .list-images .item {
  position: absolute;
}
#facilities__trailer .topic-barrel .list-images .item:nth-of-type(1) {
  width: 43vw;
  left: 0vw;
  top: 0vw;
}
#facilities__trailer .topic-barrel .list-images .item:nth-of-type(2) {
  width: 41vw;
  right: 0vw;
  bottom: 8vw;
}
#facilities__trailer .topic-barrel .unit-info {
  width: 100%;
}
#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: 5vw;
}
#facilities__trailer .topic-barrel .unit-info .wrap-btn {
  gap: 5vw;
  width: 100%;
  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: 5vw;
  height: 5vw;
  left: 0vw;
  top: 50%;
  translate: 0 -50%;
}

/* facilities__backroom
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#facilities__backroom {
  position: relative;
  z-index: 0;
}
#facilities__backroom .inner {
  position: relative;
  padding-top: var(--margin-100);
}
#facilities__backroom .ttl03 {
  width: fit-content;
  margin-bottom: var(--margin-30);
  margin-bottom: 5vw;
  align-items: start;
}
#facilities__backroom .ttl03 .en {
  margin-bottom: 3vw;
}
#facilities__backroom .item-img {
  position: relative;
  margin-bottom: 6vw;
}
#facilities__backroom .item-text {
  width: 100%;
}
#facilities__backroom .item-text br {
  display: none;
}
/* 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: 9vw 7vw;
}
#information__worktime .wrap-cont .wrap-info {
  gap: 5vw;
  align-items: start;
  flex-direction: column;
}
#information__worktime .wrap-cont .wrap-info .ttl03 .en {
  margin-bottom: 5px;
}
#information__worktime .wrap-cont .wrap-info .unit-info {
  width: fit-content;
  width: 100%;
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info {
  gap: 3vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-20);
  margin-bottom: 5vw;
}
#information__worktime .wrap-cont .wrap-info .unit-info .item-info dt {
  font-size: var(--font-size-20);
  width: 100%;
  width: 50%;
  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: 100%;
  width: 50%;
  line-height: 1.5;
  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);
  font-size: 3.5vw;
  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: 9vw 7vw;
}
#information__price .wrap-cont .wrap-info {
  gap: 5vw;
  padding-bottom: var(--margin-20);
  border-bottom: 1px solid #e1e3e7;
  margin-bottom: var(--margin-20);
  flex-direction: column;
  width: 100%;
}
#information__price .wrap-cont .wrap-info .ttl03 {
  width: 100%;
}
#information__price .wrap-cont .wrap-info .ttl03 .en {
  margin-bottom: 5px;
}
#information__price .wrap-cont .wrap-info .unit-info {
  width: 100%;
  padding-bottom: 5vw;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info {
  gap: 3vw;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
  margin-bottom: var(--margin-20);
  width: 100%;
  margin-bottom: 5vw;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dt {
  font-size: var(--font-size-20);
  width: 100%;
  width: 60%;
  line-height: 1.5;
  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-size: 3.5vw;
  font-weight: 600;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dd {
  font-size: var(--font-size-25);
  width: 100%;
  width: 40%;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#information__price .wrap-cont .wrap-info .unit-info .item-info dd .unit {
  font-size: var(--font-size-16);
  font-size: 3.5vw;
}
#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-top: var(--margin-40);
  padding-bottom: var(--margin-90);
}
#information__amenity .ttl03 {
  align-items: start;
  margin: 0 auto;
  width: fit-content;
  align-items: center;
  margin-bottom: var(--margin-20);
}
#information__amenity .ttl03 .en {
  margin-bottom: 5px;
}
#information__amenity .list-amenity {
  gap: 3vw;
  gap: 4vw 8vw;
  width: 100%;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
}
#information__amenity .list-amenity > .item {
  gap: 3vw;
  width: calc((100% - 8vw) / 2);
}
#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 .inner {
  position: relative;
  padding-top: var(--margin-90);
}
#information__trailer .ttl03 {
  align-items: start;
  align-items: center;
  margin-bottom: var(--margin-70);
  margin-bottom: 5vw;
}
#information__trailer .ttl03 .en {
  margin-bottom: 5px;
}
#information__trailer .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 7vw;
}
#information__trailer .unit-info {
  min-height: 260px;
  margin-bottom: var(--margin-60);
}
#information__trailer .unit-info .item-info {
  border-bottom: 1px solid #eaebef;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
}
#information__trailer .unit-info .item-info dt,
#information__trailer .unit-info .item-info dd {
  padding-bottom: var(--margin-20);
  border-bottom: unset;
  line-height: 1.7;
  margin-bottom: var(--margin-20);
}
#information__trailer .unit-info .item-info dt {
  width: 100%;
}
#information__trailer .unit-info .item-info dd {
  width: 100%;
}
#information__trailer .unit-info .item-info dd .info {
  display: block;
}

/* information__massage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__massage .inner {
  padding-bottom: var(--margin-100);
  padding-bottom: 15vw;
}
#information__massage .ttl03 {
  align-items: center;
  margin-bottom: 6vw;
}
#information__massage .ttl03 .en {
  margin-bottom: 4vw;
}
#information__massage .block-price {
  position: relative;
  margin-bottom: 15vw;
}
#information__massage .block-price .ttl04 {
  width: 100%;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: var(--margin-70);
}
#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);
  font-size: 4vw;
}
#information__massage .block-price .item-img {
  position: relative;
  margin-bottom: 6vw;
}
#information__massage .block-price .item-text {
  width: 100%;
  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: 100%;
  margin-left: auto;
  gap: 3vw;
  margin-bottom: var(--margin-40);
}
#information__massage .block-price .list-images > .item {
  width: calc((100% - 5vw) / 3);
}
#information__massage .block-price .unit-info {
  width: 100%;
  margin-left: auto;
}
#information__massage .block-price .unit-info .item-info {
  padding-bottom: 3vw;
  border-bottom: 1px solid #e1e3e7;
  margin-bottom: 3vw;
}
#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);
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}
#information__massage .block-price .unit-info .item-info dt {
  width: 100%;
  width: 35vw;
}
#information__massage .block-price .unit-info .item-info dd {
  line-height: 1.6;
  width: 100%;
}
#information__massage .block-thai_massage {
  position: relative;
}
#information__massage .block-thai_massage .ttl04 {
  margin: 0 auto;
  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-bottom: 10vw;
}
#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: relative;
  width: 30vw;
}
#information__massage .block-thai_massage .item-img02 {
  position: relative;
  width: 50vw;
  margin-left: auto;
  margin-top: -30vw;
  margin-bottom: 8vw;
}
#information__massage .block-thai_massage .unit-info {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: 5vw;
}
#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: 100%;
  width: 35vw;
  padding-right: var(--margin-30);
}
#information__massage .block-thai_massage .unit-info .item-info dd {
  width: 100%;
}

/* information__laundromat
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#information__laundromat {
  position: relative;
  z-index: 0;
  margin-bottom: 15vw;
}
#information__laundromat .inner {
  position: relative;
  padding-top: var(--margin-100);
}
#information__laundromat .ttl03 {
  margin-bottom: var(--margin-30);
}
#information__laundromat .ttl03 .en {
  margin-bottom: var(--margin-30);
  margin-bottom: 2vw;
}
#information__laundromat .list-images {
  position: relative;
  width: 100%;
  height: 87vw;
  margin-bottom: 7vw;
}
#information__laundromat .list-images .item {
  position: absolute;
}
#information__laundromat .list-images .item:nth-of-type(1) {
  width: 61vw;
  right: -5vw;
  top: 0vw;
}
#information__laundromat .list-images .item:nth-of-type(2) {
  width: 24vw;
  left: 0vw;
  bottom: 26vw;
}
#information__laundromat .list-images .item:nth-of-type(3) {
  width: 34vw;
  right: 27vw;
  bottom: 0vw;
}
#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: 100%;
  margin-bottom: var(--margin-30);
}
#information__laundromat .unit-facility {
  padding: 20px 50px;
  background: #f3f4f6;
  width: 100%;
  gap: 5vw;
  margin-bottom: var(--margin-40);
}
#information__laundromat .unit-facility .itme-info {
  gap: 3vw;
  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: 100%;
  margin-bottom: var(--margin-30);
}
#information__laundromat .unit-info .item-info {
  border-bottom: 1px solid #e1e3e7;
  padding-bottom: 5vw;
  margin-bottom: 5vw;
}
#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);
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#information__laundromat .unit-info .item-info dt {
  width: 42vw;
  padding-right: var(--margin-30);
}
#information__laundromat .unit-info .item-info dd {
  flex: 1;
}
#information__laundromat .worktime {
  color: var(--col--main-03);
  font-weight: 500;
  font-size: var(--font-size-16);
  text-align: center;
  width: 100%;
  font-size: 3.2vw;
}

/* 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: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#etiquette__guide .list-guide .item {
  padding: 5vw 5vw;
  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);
  font-size: 4.8vw;
}
#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%;
  margin-bottom: 4vw;
}
#etiquette__guide .list-guide .item .item-text br {
  display: none;
}
#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;
  font-size: 3.8vw;
}
#etiquette__guide .list-guide .item .item-img {
  position: relative;
  width: 100%;
  height: 33vw;
}
#etiquette__guide .list-guide .item .item-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  object-fit: contain;
}

/* 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: 10vw;
  height: 21vw;
  translate: 100% 0;
  right: 0vw;
  bottom: -12vw;
}
#etiquette__manner .list-note {
  position: relative;
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 2vw;
  padding: 5vw;
  padding-bottom: var(--margin-55);
  padding-bottom: 20vw;
  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: 55vw;
  height: 22vw;
  left: -2vw;
  bottom: -6vw;
}
#etiquette__manner .list-note .item .text {
  position: relative;
  padding-left: 7vw;
  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: 4vw;
  height: 4vw;
  left: 0;
  top: 5px;
}

/* goods
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* goods
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#goods .item-note {
  padding: 5vw;
  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: 2;
  --column-gap: 4vw;
  --row-gap: 8vw;
}
#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);
  font-size: 4.8vw;
}
#goods .topic-post .block-post .wrap-img {
  position: relative;
  order: 1;
}
#goods .topic-post .block-post .wrap-img .item-img {
  width: 100%;
  height: 58vw;
  margin-bottom: var(--margin-25);
}
#goods .topic-post .block-post .wrap-img .item-tag {
  position: absolute;
  padding: 1.3vw 6vw;
  border-radius: 1.5vw;
  background: #fff;
  border: 1px solid var(--col--main-02);
  font-size: var(--font-size-16);
  color: var(--col--main-02);
  top: -4vw;
  left: 5vw;
  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: 6vw;
  height: 4vw;
  bottom: 1vw;
  translate: 0 100%;
  left: 4vw;
}
#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: 20vw;
  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__in_post .block-post {
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 9vw 5vw 5vw;
  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);
  font-size: 5vw;
}
.goods__in_post .wrap-img {
  position: relative;
  order: 1;
}
.goods__in_post .wrap-img .item-img {
  width: 100%;
  height: 60vw;
  margin-bottom: var(--margin-25);
}
.goods__in_post .wrap-img .item-tag {
  position: absolute;
  padding: 1.3vw 6vw;
  border-radius: 1.5vw;
  background: #fff;
  border: 1px solid var(--col--main-02);
  font-size: var(--font-size-16);
  color: var(--col--main-02);
  top: -4vw;
  left: 5vw;
  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: 6vw;
  height: 4vw;
  bottom: 1vw;
  translate: 0 100%;
  left: 4vw;
}
.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;
  margin-bottom: 6vw;
}

/* recruit
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* recruit__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__intro .inner {
  position: relative;
  padding-bottom: 15vw;
}
#recruit__intro .ttl03 {
  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: relative;
  margin-bottom: 6vw;
  right: -10vw;
  width: 100vw;
}
#recruit__intro .block-intro {
  margin-bottom: 10vw;
}
#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: 100%;
  height: 18vw;
  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;
  font-size: 4.8vw;
}
#recruit__intro .block-intro .item-text {
  width: 100%;
  margin-left: auto;
}
#recruit__intro .block-intro .item-text br {
  display: none;
}
#recruit__intro .block-contact {
  padding: 5vw 5vw;
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
#recruit__intro .block-contact .ttl04 {
  width: fit-content;
  text-align: center;
}
#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: 5vw;
  flex-direction: column;
  gap: 3vw;
}
#recruit__intro .block-contact .unit-info .com__tel .tel-num {
  font-size: 8vw;
}
#recruit__intro .block-contact .unit-info .list-sns {
  width: fit-content;
  gap: 3vw;
  gap: 8vw;
}
#recruit__intro .block-contact .unit-info .list-sns > * {
  --size: 8vw;
}
/* recruit__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#recruit__about {
  position: relative;
  z-index: 0;
}
#recruit__about .inner {
  padding-bottom: 10vw;
}
#recruit__about .ttl03 {
  margin-bottom: var(--margin-60);
}
#recruit__about .ttl03 .ja {
  letter-spacing: 0.15em;
}
#recruit__about .list-works {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 5vw;
  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: 10vw;
}
#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: 5vw 5vw;
  margin-bottom: var(--margin-60);
  gap: 4vw;
  flex-direction: column;
}
#recruit__point .wrap-point .ttl04 {
  text-align: center;
  width: fit-content;
  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 {
  text-align: center;
}
#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: 1;
  --column-gap: 5vw;
  --row-gap: 6vw;
}
#recruit__point .list-point .item {
  position: relative;
}
#recruit__point .list-point .item .ttl04 {
  order: 3;
  text-align: center;
  background: var(--col--main-01);
  padding: 1vw 3vw;
  width: 80%;
}
#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;
  font-size: 4.2vw;
}
#recruit__point .list-point .item .item-img {
  order: 2;
  width: 80%;
}
#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: 8vw;
  rotate: 50deg;
  left: -15vw;
  bottom: 5vw;
}
#recruit__point .list-point .item .item-text::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--col--txt-01);
  width: 8vw;
  rotate: -50deg;
  right: -15vw;
  bottom: 5vw;
}
#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: 5vw 5vw;
}
#recruit__info .wrap-info .item-table tr th,
#recruit__info .wrap-info .item-table tr td {
  font-size: 3.6vw;
  line-height: 1.8;
}
#recruit__info .wrap-info .item-table tr th {
  width: 35%;
}
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* company__info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__info {
  position: relative;
}
#company__info .inner {
  padding-bottom: 10vw;
}
#company__info .ttl03 {
  position: relative;
  margin-bottom: var(--margin-60);
}
#company__info .topic-info {
  position: relative;
  margin-bottom: var(--margin-70);
}
#company__info .topic-info .item-img {
  position: relative;
  margin-bottom: 6vw;
}
#company__info .topic-info .item-table {
  width: 100%;
}
#company__info .topic-info .item-table tr th,
#company__info .topic-info .item-table tr td {
  padding: 4vw 2vw;
  line-height: 1.8;
  font-size: 3.6vw;
}
#company__info .topic-info .item-table tr th {
  width: 35%;
}
#company__info .topic-map .ttl04 {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  padding-left: var(--margin-25);
  padding-left: 5vw;
  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: 4vw;
  height: 4vw;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
#company__info .topic-map .ttl04 .ja {
  font-size: var(--font-size-25);
  font-size: 4.5vw;
  font-weight: 500;
  font-family: var(--fot--Zen-Kaku-Goth);
}
#company__info .topic-map .item-map {
  width: 100%;
  height: 40vw;
  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 .inner {
  padding-top: 10vw;
}
#company__gallery .ttl03 {
  margin-bottom: var(--margin-60);
}
#company__gallery .ttl03 .en {
  margin-bottom: 2vw;
}
#company__gallery .cont-post {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#company__gallery .cont-post .block-post .item-img {
  width: 100%;
  height: 40vw;
}
.company__in_post .block-post {
  border: 1px solid var(--col--main-03);
  outline: 1px solid var(--col--main-03);
  outline-offset: -6px;
  padding: 5vw 5vw;
  background: #fff;
}
.company__in_post .block-post .item-img {
  width: 100%;
  height: 70vw;
  margin-bottom: var(--margin-40);
}
.company__in_post .block-post .com__btn_01 {
  margin: 0 auto;
  margin-bottom: 3vw;
}

/* company__parking
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__parking .ttl03 {
  margin-bottom: var(--margin-70);
}
#company__parking .list-parking {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
  justify-content: center;
}
#company__parking .list-parking .item .ttl04 {
  text-align: center;
  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;
  font-size: 4.2vw;
}
#company__parking .list-parking .item .ttl04 .ja small {
  font-size: var(--font-size-16);
  font-size: 3.2vw;
}
#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_sp.css.map */