@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 2.1rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 8rem 0 4rem;
}
#footer .footer__inner {
  row-gap: 3rem;
}
#footer .footer__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  max-width: calc(100% - 4rem);
  margin-inline: auto;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 1rem;
}
#footer .footer__logo img {
  height: 2.4rem;
  aspect-ratio: 250/24;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer__add {
  text-align: center;
  font-size: var(--font-size-base);
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-block: calc((1em - 1lh) / 2);
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1rem;
  padding: 2.4rem 2rem;
  border-radius: 1.5rem;
}
#footer .footer__other dl {
  font-size: 1.5rem;
}
#footer .footer__other dl + .footer__btns {
  padding-top: 1rem;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
}
#footer .footer__btn {
  width: 20rem;
  height: 60px;
  padding-left: 1.5rem;
  margin-inline: 0 !important;
}
@media screen and (max-width: 500px) {
  #footer .footer__btn {
    width: 100%;
  }
}
#footer .footer__right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 3rem;
  padding-top: 4rem;
}
#footer .footer__bnr {
  width: 36rem;
  row-gap: 2rem;
  padding-top: 2rem;
}
#footer .footer__bnr::before, #footer .footer__bnr::after {
  width: 20rem;
}
#footer .footer__bnr::after {
  top: 2.4rem;
}
#footer .footer__bnr-title {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.5rem;
  filter: drop-shadow(0 0 0.4rem #fff) drop-shadow(0 0 0.4rem #fff) drop-shadow(0 0 0.4rem #fff);
}
#footer .footer__bnr-title > span {
  font-size: 1.8rem;
  line-height: 1.66667;
}
#footer .footer__bnr-title::before, #footer .footer__bnr-title::after {
  width: 2.4rem;
  margin-bottom: -0.5rem;
}
#footer .footer__bnr-text {
  font-size: var(--font-size-base);
  line-height: 2;
  margin-block: -4px;
}
#footer .footer__bnr-text span {
  padding: 0 1rem;
}
#footer .footer__bnr-text::after {
  content: "";
  display: block;
  width: 30rem;
  height: 12rem;
  background: url(../img/common/footer_deco-bnr1.png) no-repeat left top/15.6rem, url(../img/common/footer_deco-bnr2.png) no-repeat right bottom/14rem;
  margin: 1.2rem auto 0;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  width: 90%;
  margin-inline: auto;
  border-block: solid 1px var(--color-bg);
}
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.5rem;
  padding: 1.2rem 0.5rem;
}
.footer-nav__item:has(.nav-link--news), .footer-nav__item:has(.nav-link--news) ~ .footer-nav__item {
  display: none;
}
.footer-nav__link {
  line-height: 2;
  padding-block: 0.5em;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 1.3rem;
  gap: 0 1.5em;
  padding: 1rem 0.5rem;
  border-top: solid 1px rgba(235, 245, 240, 0.5);
}
.footer-nav__sub-link {
  line-height: 2;
  padding-block: 0.5em;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
.copy p {
  font-size: 1rem;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual {
  /* バナー */
}
.visual .visual__bnr {
  display: grid;
  grid-template-columns: 1fr 11rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 5;
}
.visual .visual__bnr::after {
  width: 8rem;
  left: -1.2rem;
  bottom: -1rem;
}
.visual .visual__bnr-heading {
  margin-bottom: 1rem;
  grid-column: span 2;
}
.visual .visual__bnr-heading .waa {
  font-size: 2rem;
}
.visual .visual__bnr-heading .main {
  display: none;
}
.visual .visual__bnr-price {
  border-radius: 1rem 0 0 1rem;
}
.visual .visual__bnr-price img {
  height: 11rem;
  aspect-ratio: 24/11;
  -o-object-fit: contain;
     object-fit: contain;
}
.visual .visual__bnr-btn {
  width: 11rem;
  height: 11rem;
  font-size: var(--font-size-sm);
  align-self: flex-start;
  border-radius: 0 1rem 1rem 0;
  padding-right: 1rem;
}
.visual .visual__bnr-btn::after {
  right: 1rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  align-items: flex-end;
  height: 49rem;
}
.visual #slideshow {
  width: 80%;
  height: calc(100% - 5rem);
  border-radius: 6rem 0 0 6rem;
}
.visual__inner {
  justify-content: flex-end;
  row-gap: 2rem;
  width: 92%;
}
.visual__catch--main {
  font-size: var(--font-size-h2);
  line-height: 1.5;
  text-shadow: 0 0 0.8rem var(--color-white), 0 0 0.8rem var(--color-white), 0 0 0.8rem var(--color-white), 0 0 0.8rem var(--color-white);
}
.visual__text {
  font-size: var(--font-size-sm);
  line-height: 2;
}
.visual__text span {
  padding: 0.2rem 0.8rem;
  border-radius: 0.5rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 20rem;
}
.visual__sub::before {
  width: 65%;
  right: 2.5%;
  border-radius: 3rem;
}
.visual__sub--news::before {
  background-position: right center;
}
.visual__sub--e404::before {
  background-position: left 64% center;
}
.visual__catch--sub {
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  font-size: min(2.5rem, 5.5556vw);
  line-height: 2;
  padding-inline: 0.75em;
  margin-left: 2.5%;
  border-radius: 0.25em;
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: 0.25em;
}

/*===============================================
  main#container
===============================================*/
#container.top .section:first-of-type::before {
  height: calc(100% + 80rem);
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  display: none;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block-start: 10rem;
  padding-block-end: 8rem;
}
.section:first-of-type::before {
  height: calc(100% + 28rem);
  -webkit-mask: url(../img/common/bg_frame.png) no-repeat center top/85rem 80rem, linear-gradient(to bottom, transparent calc(80rem - 1px), var(--color-white) calc(80rem - 1px));
          mask: url(../img/common/bg_frame.png) no-repeat center top/85rem 80rem, linear-gradient(to bottom, transparent calc(80rem - 1px), var(--color-white) calc(80rem - 1px));
}

.inbox {
  width: 90%;
}

/*電話番号
-----------------------------*/
.com-tel {
  row-gap: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.com-tel__num {
  font-size: 3.6rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.com-tel__num::before {
  height: 2.4rem;
}
.com-tel__num span {
  margin-block-start: -0.5rem;
  margin-block-end: -0.3rem;
}
.com-tel .com-replace {
  font-size: var(--font-size-sm);
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  height: 7rem;
  margin-inline: auto;
}
.com-btn::after {
  right: 2rem;
}
.com-btn--mail::before {
  width: 1.4rem;
  left: 2rem;
}
.com-btn--ig {
  min-height: 60px;
}
.com-btn--ig::before {
  width: max(29px, 3rem);
  left: 15px;
}
.com-btn--reserve::before {
  width: max(23px, 2.4rem);
  left: 18px;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: max(30px, 4rem);
}

/*テーブル
-----------------------------*/
.com-table--noblock tr table {
  border-collapse: separate;
  border-spacing: 1rem 0.5rem;
  margin-block: -0.5rem;
}
.com-table--noblock tr tr th,
.com-table--noblock tr tr td {
  padding: 1em;
  border-radius: 1rem;
}
.com-table:not(.com-table--noblock) tr th,
.com-table:not(.com-table--noblock) tr td {
  padding: 1em;
}
.com-table:not(.com-table--noblock) tr:first-of-type th {
  border-radius: 1rem 1rem 0 0;
}
.com-table:not(.com-table--noblock) tr:last-of-type td {
  border-radius: 0 0 1rem 1rem;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}
.com-text .mb {
  margin-bottom: 1em;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  padding: 2.4rem 1.5rem;
}
.com-post__tag {
  padding-inline: 1em;
  border-radius: 0.5rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  font-size: min(3rem, 6.667vw);
  margin-bottom: 5rem;
}

/*中タイトル
-----------------------------*/
.com-title02 > span.mark {
  line-height: calc(1em + 2rem);
  padding: 0.2rem 1.2rem;
}

/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding: 8rem 0 4rem;
}
.com-contact::before {
  width: 96vw;
  height: calc(100% - 4rem);
  border-radius: 3rem;
}
.com-contact::after {
  width: 90vw;
  height: 8.5rem;
  bottom: 2rem;
}
.com-contact__title {
  margin-bottom: 4rem;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 8rem;
}
.com-contact__info {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
}
.com-contact__info .ttl {
  border-radius: 1rem;
  padding-block: 0.5rem;
  margin-bottom: 2rem;
}
.com-contact__info .list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
}
.com-contact__time {
  line-height: 1.5;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.com-contact__time dt {
  padding-inline: 1rem;
}
.com-contact__btn {
  width: 36rem;
  height: 8rem;
  padding-left: 1.5rem;
}
.com-contact__btn.com-btn--reserve::before, .com-contact__btn.com-btn--mail::before {
  width: 2.4rem;
  left: 3rem;
}

/*よくあるご質問
-----------------------------*/
.com-faq__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-faq__inner {
  padding-top: 3rem;
}
.com-faq__title {
  align-items: flex-start;
}
.com-faq__btn {
  width: 25rem;
  margin-left: 0;
  margin-top: 4rem;
}
.com-faq--top {
  padding-bottom: 0;
}
.com-faq--guide {
  padding-top: 0;
}

/*===============================================
  トップページ
===============================================*/
/*心と体をゆったり休めるリフレクソロジーを。
-----------------------------*/
.top-about {
  padding: 8rem 0 4.5rem;
}
.top-about__title {
  row-gap: 2rem;
  padding-block: 0.5rem;
}
.top-about__title > span {
  line-height: calc(1em + 2rem);
}
.top-about__title .sub {
  font-size: min(2.4rem, 5.333vw);
}
.top-about__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  padding-top: 5rem;
}
.top-about__image {
  aspect-ratio: 1;
}
.top-about__image--top {
  width: 60%;
  margin-bottom: 15vw;
}
.top-about__image--bottom {
  width: 36%;
}
.top-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 4rem;
}

/*こんなお悩みありませんか？
-----------------------------*/
.top-worries__title {
  font-size: min(2.5rem, 5.5556vw);
  padding-block: 0.5rem;
}
.top-worries__title > span {
  line-height: 1.8;
}
.top-worries__title .mark {
  display: inline-block;
  font-size: 1.2em;
  line-height: calc(1em + 1rem);
}
.top-worries__list {
  padding: 2.4rem 3rem;
  background: var(--color-white);
  border-radius: 4rem;
  outline: solid 2px var(--color-main);
  outline-offset: -2px;
  box-shadow: 2px 2px var(--color-main);
  margin-bottom: 14rem;
  position: relative;
}
.top-worries__list::before {
  content: "";
  width: 28rem;
  height: 5rem;
  background: url(../img/index/balloon_worries-l.svg) no-repeat left 1.5rem top/3rem, url(../img/index/balloon_worries-r.svg) no-repeat right bottom/4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7rem;
  z-index: -1;
}
.top-worries__list::after {
  height: 12rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14rem;
}
.top-worries__item {
  font-size: calc(1em + 2px);
  margin-bottom: 1rem;
}
.top-worries__item:last-of-type {
  margin-bottom: 0;
}
.top-worries__inner {
  padding: 3.2rem 2.4rem;
  border-radius: 1.5rem;
}
.top-worries__btn {
  margin-top: 3rem;
}

/*美風の3つの安心
-----------------------------*/
.top-feature__title .b {
  font-size: 1.2em;
  line-height: 1;
}
.top-feature__btn {
  margin-top: 4rem;
}
.top-feature__list {
  padding-top: 6rem;
}
.top-feature__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 3rem 1.6rem;
  padding: 2.4rem 2.4rem 3.2rem;
  border-radius: 3rem;
  margin-bottom: 4rem;
}
.top-feature__heading {
  font-size: min(2.4rem, 5.3334vw);
  line-height: 1.83334;
}
.top-feature__heading > span {
  padding: 0.2rem 1rem;
}
.top-feature__heading br {
  display: none;
}
.top-feature__body {
  grid-column: span 2;
}

/*施術メニュー・料金
-----------------------------*/
.top-menu::before {
  width: 92vw;
  height: 8rem;
  top: -2.4rem;
}
.top-menu__title {
  row-gap: 2rem;
}
.top-menu__title .sub {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
}
.top-menu__text {
  text-align: center;
  font-size: min(1.6rem, 3.5556vw);
  word-break: keep-all;
}
.top-menu__list {
  padding-top: 4rem;
}
.top-menu__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: self-start;
  gap: 2.4rem 1rem;
  padding: 1.5rem 1.5rem 2.4rem;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.top-menu__heading {
  font-size: 1.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  row-gap: 0.2rem;
}
.top-menu__heading > span:has(.b) {
  font-size: var(--font-size-h5);
}
.top-menu__heading > span:has(.b) .b {
  font-size: 1.5em;
}
.top-menu__price {
  align-self: center;
  gap: 1rem 0;
  letter-spacing: 0.04em;
  padding: 1rem;
  border-radius: 1rem;
}
.top-menu__price .fee {
  letter-spacing: 0;
}
.top-menu__price .before {
  width: 28%;
  text-align: center;
  font-size: var(--font-size-xs);
}
.top-menu__price .before .fee {
  font-size: 2rem;
}
.top-menu__price .after {
  align-items: center;
  width: calc(72% - 1.5rem);
  padding: 1.5rem 1rem 0.5rem 1.5rem;
  border-radius: 1rem;
  font-size: var(--font-size-xs);
}
.top-menu__price .after .label {
  width: 4rem;
  text-align: center;
  font-size: var(--font-size-xs);
  line-height: 1.33334;
  padding: 0.3rem 0.5em;
  letter-spacing: 0.05em;
  border: solid 1px var(--color-white);
  border-radius: 0.5rem;
  margin-right: 0.6rem;
  transform: translateY(-0.5rem);
}
.top-menu__price .after .fee {
  font-size: 2.5rem;
  transform: translateY(-0.5rem);
}
.top-menu__price::after {
  width: 2rem;
  background-size: 0.8rem;
  transform: translateX(1rem);
  margin-left: -0.5rem;
}
.top-menu__body {
  grid-column: span 2;
}
.top-menu__bnr {
  width: 32rem;
  max-width: 100%;
  font-weight: 700;
  padding: 2.4rem 3rem;
  margin-top: 4rem;
  border-radius: 1.5rem;
  outline-width: 0.3rem;
  outline-offset: -0.3rem;
}
.top-menu__bnr dt {
  margin-bottom: 2rem;
}
.top-menu__bnr dd {
  line-height: 1.6;
  padding-inline: 1.5rem;
}

/*お知らせ
-----------------------------*/
.top-news__box {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4rem 3rem;
}
.top-news__title {
  align-items: flex-start;
  margin-bottom: 0;
  order: 0;
}
.top-news__list,
.top-news .com-empty {
  grid-column: span 2;
  order: 2;
}
.top-news__btn {
  width: 20rem;
  height: 5.4rem;
  order: 1;
}

/*===============================================
  このようなお悩みの方へ
===============================================*/
/*「年齢のせい」と我慢しがちな体の不調
-----------------------------*/
.guide-lead__title {
  align-items: flex-start;
  text-align: left;
  -webkit-text-stroke: 3px var(--color-bg);
  paint-order: stroke;
}
.guide-lead__title::after {
  content: "";
  aspect-ratio: 9/5;
  height: 17.7778vw;
  min-height: 8rem;
  max-height: 9.6rem;
  background: url(../img/guide/deco_lead.png) no-repeat center/contain;
  position: absolute;
  left: min(32.4rem, 60vw);
  bottom: max(-1rem, -2.224vw);
  z-index: -1;
}
.guide-lead__items {
  padding-top: 5rem;
}
.guide-lead__item {
  padding: 2.4rem;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
}
.guide-lead__item:last-of-type {
  margin-bottom: 0;
}
.guide-lead__heading {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  border-radius: 1rem;
  padding: 1.2rem;
  margin-bottom: 2rem;
}
.guide-lead__list li {
  padding-left: calc(1em + 0.8rem);
}
.guide-lead__list li::before {
  width: 1em;
  top: calc(0.5lh - 0.5em);
}

/*足のめぐりを整えると、
体全体が楽になりやすい理由
-----------------------------*/
.guide-reason::after {
  width: 92vw;
  height: 8rem;
  bottom: -2rem;
}
.guide-reason__image {
  margin-top: 4rem;
}
.guide-reason__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.guide-reason__image img {
  border-radius: 2rem;
}

/*美風の施術について
-----------------------------*/
.guide-about::before {
  height: 24rem;
}

/*===============================================
  美風について
===============================================*/
/*年齢とともに変わる体に寄り添い、
安心して過ごせる場所をつくりたい
-----------------------------*/
.about-lead {
  padding-bottom: 4rem;
}
.about-lead__title {
  row-gap: 1rem;
  margin: -0.5rem 0 3.5rem;
}
.about-lead__title > span {
  line-height: 1.8;
  padding: 0 1rem;
}
.about-lead__title br {
  display: none;
}
.about-lead__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
  padding-top: 5rem;
}
.about-lead__image {
  aspect-ratio: 1;
}
.about-lead__image--top {
  width: 56%;
  margin-bottom: 12vw;
}
.about-lead__image--bottom {
  width: 38%;
}
.about-lead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 4rem;
}

/*美風が大切にしていること
-----------------------------*/
.about-values__list {
  padding-top: 4rem;
}
.about-values__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: center;
  gap: 3rem 1.6rem;
  padding: 3.2rem 2.4rem;
  border-radius: 3rem;
  margin-bottom: 4rem;
}
.about-values__heading .ki {
  display: inline-block;
  margin-right: -0.25em;
}
.about-values__body {
  grid-column: span 2;
}
.about-values__body .mb {
  margin-bottom: 1em;
}

/*===============================================
  よくあるご質問
===============================================*/
/*よくあるご質問一覧
-----------------------------*/
.faq-list__text {
  text-align: center;
  word-break: keep-all;
}
.faq-list__box {
  padding-top: 8rem;
}
.faq-list__title {
  margin-bottom: 4rem;
}
.faq-list__item {
  padding: 2.4rem;
  margin-bottom: 3rem;
  border-radius: 1.5rem;
}
.faq-list__heading {
  font-size: var(--font-size-h5);
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.faq-list__heading::before {
  width: 3.6rem;
}
.faq-list__body {
  padding: calc(3rem - (1lh - 1em)) 2rem;
  border-radius: 1rem;
}

/*===============================================
  アクセス
===============================================*/
/*店舗情報
-----------------------------*/
.access-info {
  padding-bottom: 6rem;
}
.access-info__inner {
  padding-block: 4rem;
}
.access-info__inner::before {
  width: 100vw;
}
.access-info__heading {
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}
.access-info__image {
  margin-bottom: 3rem;
}
.access-info__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access-info__image img {
  border-radius: 0 5rem;
}
.access-info__table {
  line-height: 1.5;
  grid-template-columns: 12rem 1fr;
  gap: 1rem 1.5rem;
  align-self: flex-start;
}
.access-info__table dt {
  border-radius: 1rem;
  padding-block: 0.5em;
}
.access-info__table dd {
  padding-block: 0.5em;
  align-self: center;
}
.access-info__map {
  height: 32rem;
  margin-top: 4rem;
}
.access-info__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
  margin-top: 4rem;
}
.access-info__btn {
  width: 36rem;
  height: 7rem;
}
.access-info__btn::before {
  width: max(29px, 3rem) !important;
  left: 3rem !important;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__item .com-post__heading {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3.2rem 2.4rem;
  border-radius: 1.5rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3.2rem 2.4rem;
  border-radius: 1.5rem;
}
.privacy-policy__heading {
  margin-bottom: 2.4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__title {
  margin-bottom: 3rem;
}
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  font-size: 1.7rem;
  line-height: 1.76471;
  padding: 1em 1.5em 1em 1em;
  border-radius: 1rem;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: 2.4rem;
  border-radius: 1.5rem;
}