@charset "UTF-8";

/* =====================================
    リセット・共通基本スタイル（common.css より）
===================================== */
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-tab-size: 4;
    tab-size: 4;
    word-break: normal;
}
body {
    margin: 0 auto;
    height: 100%;
    font-family: Noto Sans JP, sans-serif;
}
*, :after, :before {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
:after, :before {
    text-decoration: inherit;
    vertical-align: inherit;
}
* {
    margin: 0;
    padding: 0;
}
hr {
    color: inherit;
    height: 0;
    overflow: visible;
}
details, main {
    display: block;
}
summary {
    display: list-item;
}
small {
    font-size: 80%;
}
[hidden] {
    display: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #231815;
}
a:active, a:hover {
    outline-width: 0;
}
a:focus {
    outline: 2px solid #007acc !important;
    outline-offset: 2px;
}
a:focus-visible {
    outline: 2px solid #007acc !important;
    outline-offset: 2px;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
}
pre {
    font-size: 1em;
}
b, strong {
    font-weight: bolder;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
table {
    border-color: inherit;
    text-indent: 0;
}
iframe {
    border-style: none;
}
input {
    border-radius: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
button, input, optgroup, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[role=button], [type=button], [type=reset], [type=submit], button {
    cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button, input, select, textarea {
    background-color: transparent;
    border-style: none;
}
a:focus, button:focus, input:focus, select:focus, textarea:focus {
    outline-width: 0;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
}
[disabled] {
    cursor: default;
}
img {
    border-style: none;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
progress {
    vertical-align: baseline;
}
[aria-busy=true] {
    cursor: progress;
}
[aria-controls] {
    cursor: pointer;
}
[aria-disabled=true] {
    cursor: default;
}
astro-island, astro-slot, astro-static-slot {
    display: contents;
}
ul {
    list-style: none;
}
main {
    padding: 0;
}

/* PC改行コントロール */
br.pc-br {
    display: inline;
}
br.sp-br {
    display: none;
}


/* =====================================
    ヘッダー・フッター共通（contact.css より）
===================================== */
._header_1gw8r_1 {
    height: 130px;
    background: #fff;
}
.header__inner {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._header__nav--sp_1gw8r_29 {
    display: none;
}
.footer {
    background: #fff;
}
.footer__inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}
.footer__logo {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.footer__copylight {
    margin: 40px 0 0;
    display: block;
    text-align: center;
    font-size: clamp(.5rem, .781vw, .625rem);
}
.logo {
    width: 220px;
}

/* ナビゲーション */
._nav__list_1pni4_1 {
    display: flex;
    justify-content: center;
}
._nav__listItem_1pni4_12 {
    padding: 0 8px;
}
._nav__listItemLink_1pni4_21:hover {
    font-weight: 700;
    color: #0054aa;
}
._nav__listItem_1pni4_12 a {
    padding: 4px;
    font-size: clamp(.625rem, .937vw, .75rem);
    display: block;
    text-align: center;
}
#top header .header__inner nav ul #nav__top,
#feature .header__inner nav ul #nav__feature {
    color: #0054AA;
}
#top header .header__inner nav ul #nav__top:after,
#feature .header__inner nav ul #nav__feature:after,
#notice .header__inner nav ul #nav__notice:after,
#contact .header__inner nav ul #nav__contact:after {
    content: "";
    display: block;
    border-bottom: 3px solid #0054AA;
}

/* ハンバーガーメニュー */
._hamburgerMenu_11ap1_1 {
    position: relative;
}
._hamburgerMenu__btn_11ap1_4 {
    width: 30px;
    vertical-align: middle;
}
._hamburgerMenu__btn_11ap1_4 span {
    display: block;
    height: 3px;
    background: #231815;
    position: relative;
    border-radius: 5px;
    transition: transform .5s ease 0s;
}
._hamburgerMenu__btn_11ap1_4 span:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #231815;
    position: absolute;
    top: -10px;
    left: 0;
    border-radius: 5px;
    transition: transform .5s ease 0s;
}
._hamburgerMenu__btn_11ap1_4 span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #231815;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 5px;
    transition: transform .5s ease 0s;
}
._hamburgerMenu__btn--isActive_11ap1_38 span {
    transform: rotate(-42deg);
}
._hamburgerMenu__btn--isActive_11ap1_38 span:before {
    transform: rotate(84deg);
    top: 0;
}
._hamburgerMenu__btn--isActive_11ap1_38 span:after {
    opacity: 0;
}
._hamburgerMenu__nav_11ap1_48 {
    position: fixed;
    margin: 0 20px;
    width: 240px;
    height: 0;
    z-index: 100;
    top: 75px;
    bottom: 0;
    right: 0;
    transition: height .5s ease 0s;
    overflow: hidden;
}
._hamburgerMenu__navList_11ap1_61 {
    background: #fff;
    border: 2px solid #0054AA;
}
._hamburgerMenu__navListItem_11ap1_65 {
    padding: 12px;
    border-bottom: 1px solid #0054AA;
}
._hamburgerMenu__navListItem_11ap1_65:last-child {
    border-bottom: none;
}
._hamburgerMenu__navListItem_11ap1_65 a {
    display: block;
    font-size: clamp(.75rem, 1.093vw, .875rem);
}
._isActive_11ap1_77 {
    height: 200px;
}

/* 共通テキスト要素 */
h3 {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
}
h4 {
    font-size: clamp(.875rem, 1.25vw, 1rem);
}
p, li, span {
    font-size: clamp(.75rem, 1.093vw, .875rem);
    line-height: 1.75;
}

/* セクションタイトル */
.sectionTitle {
    color: #fff;
    background: #0054aa;
    padding: 8px 12px;
    font-size: clamp(.875rem, 1.25vw, 1rem);
}

/* お知らせ */
.notice {
    background: #fff;
    margin: 0 auto 30px;
}
.notice__list {
    padding: 12px;
}
.notice__listItem a {
    font-size: 1em;
    border-bottom: 1px solid;
}

/* ラッパー・メインレイアウト */
.wrapper {
    background-size: auto auto;
    background-color: #bce2e3;
    background-image: repeating-linear-gradient(132deg, transparent, transparent 8px, rgb(255,255,255) 8px, rgb(255,255,255) 12px);
    padding: 0 20px;
}
.main {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 100%;
}
.reduction {
    margin: 60px auto 0;
}
.link {
    background: #fff;
    padding: 12px;
}
.link li {
    margin: 8px 0;
}
.link a {
    font-size: clamp(.875rem, 1.25vw, 1rem);
    border-bottom: 1px solid;
}
.link__mark {
    display: inline-block;
    border-top: 2px solid #0054AA;
    border-right: 2px solid #0054AA;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    margin-right: 12px;
}


/* =====================================
    トップページ（style.css より）
===================================== */
.topPage {
    padding: 20px 0;
}
.topPage__section {
    margin: 30px auto 20px;
}
.topPage__link {
    display: block;
    margin-top: 10px;
}


/* =====================================
    ページタイトル・インナーレイアウト共通
===================================== */
.pageTitle {
    color: #fff;
    background: #0054aa;
    padding: 26px 20px;
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
}
.pageInnerLayout__inner {
    padding: 20px 20px 40px;
    background: #fff;
    margin: 0 auto 60px;
}
.pageInnerLayout__feature {
    padding: 20px 140px 40px;
}
.pageInnerLayout__reduction {
    padding: 20px 20px 40px;
    background: #fff;
    margin: 0 auto 60px;
}

/* パンくずリスト */
ul#breadcrumb-label {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
    flex-wrap: wrap;
}
ul#breadcrumb-label li,
ul#breadcrumb-label a {
    font-size: clamp(.625rem, .937vw, .75rem);
}
ul#breadcrumb-label li:after {
    content: "/";
    margin: 0 10px;
}
ul#breadcrumb-label li:last-of-type:after {
    content: "";
}
ul#breadcrumb-label li a:hover {
    border-bottom: 1px solid;
    color: #0054aa;
}
.active {
    color: #0054aa;
    font-weight: 700;
}

/* コンテナ（画像リンク重ね） */
.container {
    position: relative;
    width: 100%;
    height: auto;
}
.weblink {
    position: absolute;
    z-index: 1;
}
.weblink1 {
    top: 39.5%;
    width: 29%;
    height: 1.5%;
    left: 33%;
}
.weblink2 {
    top: 93.5%;
    width: 54%;
    height: 1.4%;
    left: 35%;
}
.weblink3 {
    top: 47.5%;
    width: 40%;
    height: 1.4%;
    left: 10%;
}
.weblink4 {
    top: 45.5%;
    width: 40%;
    height: 1.4%;
    left: 47%;
}

/* リンクボタン */
.linkBtn {
    position: relative;
    display: block;
    text-align: center;
    background: #0054aa;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
}
.linkBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/* =====================================
    インタビューページ
===================================== */
/* ヘッダー部 */
.profile {
    border-top: 5px dotted #fff;
    color: #fff;
    padding: 24px 0;
}
.profile__inner {
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
.profile h2 {
    line-height: 1;
}
.profile h2:first-of-type {
    font-size: clamp(2.75rem, 3.75vw, 3rem);
    padding-right: 24px;
}
.profile h2:last-of-type {
    font-size: 1.8em;
    padding-left: 24px;
    border-left: 1px solid;
    white-space: nowrap;
}
.profile span {
    display: block;
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
    margin-bottom: 12px;
}

#interview__head {
    position: relative;
    padding: 82px 0 20px;
}
.headerimage {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    z-index: -1;
}
.top {
    margin: 0 auto;
    max-width: 890px;
    padding-left: 25px;
    padding-right: 25px;
}
.top__title {
    max-width: 840px;
    width: 100%;
    height: auto;
}
.top__profile {
    margin: 24px 0 40px;
}
.top__profile--tab {
    display: none;
}
.top__content {
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}
.top__contentLeft {
    max-width: 420px;
    width: 50%;
    max-height: 520px;
    height: auto;
}
.top__contentRight {
    width: calc(50% - 50px);
    max-height: 520px;
}
.top__contentRight h3 {
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
}
.top__contentRight h3:first-of-type {
    color: #3da1cd;
}
.top__contentRight strong {
    font-size: clamp(1.5rem, 2.187vw, 1.75rem);
    position: relative;
}
.top__contentRight p {
    padding: 12px 0;
    font-size: 1em;
    text-align: left;
    line-height: 24px;
    border-bottom: 1px black solid;
}

/* 経歴リスト */
.career-list {
    margin: 0.8em 0;
}
.career-list .career {
    display: flex;
    margin-bottom: 5px;
    font-size: 0.85em;
    line-height: 24px;
}
.career-list .career dt,
.career-list .career dd {
    padding: 0;
    font-size: 1em;
    line-height: 24px;
}
.career-list .career dt {
    margin-right: 1.3em;
}

/* メニュー一覧 */
#interview__menu {
    background: #dedcdc;
}
.interview__menuinner {
    margin: 0 auto;
    max-width: 890px;
    padding-left: 25px;
    padding-right: 25px;
}
.interview__menuinner ul {
    display: flex;
    list-style: none;
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
    font-weight: 700;
}
.interview__menuinner ul li {
    width: 50%;
    text-align: center;
    border-right: 1px solid;
}
.interview__menuinner ul li:first-of-type {
    border-left: 1px solid;
}
.interview__menuinner ul li a {
    text-decoration: none;
    color: #231815;
    display: block;
    padding: 16px 0;
}

/* 本文 */
#interview {
    margin: 70px auto 0;
    max-width: 890px;
    padding-left: 25px;
    padding-right: 25px;
}
#interview h3 {
    font-size: clamp(1.625rem, 2.34vw, 1.875rem);
    color: #3da1cd;
    margin: 12px 0;
}
#interview iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.interview__section {
    margin: 100px auto;
}
.interview__sectionInner {
    padding: 0 11%;
}
.interview__sectionTitle {
    display: flex;
    justify-content: flex-start;
}
.interview__sectionTitleLine {
    color: #3da1cd;
}
.interview__sectionTitle h4 {
    font-size: 20px;
    color: #3da1cd;
}
.interview__section p {
    line-height: 1.8;
    font-size: 16px;
    margin: 20px 0 30px;
    text-align: justify;
}
.interview__section span {
    display: inline-block;
}
.interview__sectionImg {
    width: 100%;
    height: auto;
    margin: 6px 0;
}

/* 保湿ケア紹介 */
.care {
    margin: 40px auto;
    max-width: 890px;
    padding-left: 25px;
    padding-right: 25px;
}
.care h3 {
    color: #3da1cd;
    border-bottom: 1px solid #3da1cd;
    width: 480px;
    font-size: clamp(1.5rem, 2.187vw, 1.75rem);
    padding: 4px 0;
    margin: 20px auto;
    text-align: center;
}
.care__top {
    display: flex;
    align-items: end;
    margin: 30px auto;
}
.care__topLeft {
    max-width: 480px;
    width: 61%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.care__topRight {
    margin-left: 8%;
    margin-bottom: 1%;
}
.care__topRight strong {
    font-size: 1.2em;
}
.care__topRight h4 {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    margin: 15px 0;
}
.care__topRight p {
    font-size: 0.85em;
    text-align: justify;
    line-height: 1.7em;
}
.care__detail {
    border: 1px solid;
    padding: 2% 2%;
}
.care__detail h4 {
    text-align: center;
    display: block;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: clamp(1.25rem, 1.718vw, 1.5rem);
}
.care__point {
    margin: 0 0.5em;
    padding-left: 12px;
    margin-bottom: 12px;
}
.care__point nav ul {
    list-style: none;
}
.care__point nav ul li {
    margin: 4px 0;
    font-size: 0.9em;
    display: flex;
    justify-content: flex-start;
}
#care__time .time {
    display: flex;
    white-space: nowrap;
}
.care__point nav ul li img {
    height: 1.2em;
    padding-right: 5px;
}

/* ボタン・注釈 */
.btn {
    background: #dedcdc;
    display: block;
    margin: 0 auto;
    width: 200px;
    text-align: center;
    padding: 6px;
    font-weight: 700;
    text-decoration: none;
    color: #231815;
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
}
small {
    display: block;
    text-align: center;
    margin: 50px auto;
    font-size: clamp(.625rem, .937vw, .75rem);
}

/* お問い合わせ（contact） */
h3.notice__heading {
    color: #fff;
    margin: 24px 0;
    padding: 8px 12px;
    background: #20aee5;
}
.time {
    margin: 20px 0;
}
.time strong {
    background: #0054aa;
    color: #fff;
    padding: 4px 6px;
    margin-right: 12px;
}
.tel {
    color: #1068b3;
    display: block;
    margin: 20px 0;
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    font-weight: 700;
}
.tel strong {
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
    margin-right: 20px;
}
.tel span {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
}
.tel__kana {
    position: relative;
}
.tel__kana:before {
    content: "みずきゅうきゅう";
    position: absolute;
    display: block;
    top: -16px;
    right: 0;
    font-size: clamp(.5rem, .781vw, .625rem);
}
.btn.btn--wide {
    width: 300px;
    white-space: pre-wrap;
}
.description__dot {
    color: #20aee5;
    margin-right: 4px;
}
.reception {
    display: flex;
    margin: 20px 0;
}
.reception li {
    color: #0054aa;
    border: 2px solid #0054AA;
    width: 200px;
    padding: 4px 0;
    margin-right: 15px;
    border-radius: 12px;
    text-align: center;
}


/* =====================================
    お知らせページ（notice.css より）
===================================== */
body.notice-page {
    font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, Osaka, sans-serif;
}
.content ul,
.section ul {
    list-style: disc;
    margin: 0 20px;
}
.content ol {
    margin: 0 20px;
}

/* 強調色 */
strong.red   { color: #ED1A3D; }
strong.blue  { color: #187fc4; }
strong.conection { color: #1068b3; margin-left: 14px; }

/* タイトル */
.title span {
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
}

/* 見出し(h3) バリエーション */
h3.rescue119 {
    color: #fff;
    margin: 24px 0;
    padding: 8px 12px;
    background: #ED1A3D;
}
h3.contest__heading {
    color: #fff;
    margin: 24px -20px;
    padding: 8px 12px;
    background: #0054aa;
    width: auto;
}
h3.award {
    color: #fff;
    margin: 24px 5px;
    padding: 8px 12px;
    background: #ED1A3D;
    text-align: center;
    border-radius: 10px;
}

/* レイアウト */
.inner {
    display: flex;
    justify-content: center;
    gap: 1em;
}
.inner p {
    font-size: 1em;
}
.inquiry {
    margin-left: 10px;
    margin-right: 10px;
}
.inquiry h4 {
    color: #fff;
    background: #56c3da;
    margin: 24px 0;
    padding: 8px 12px;
}
.inquiry p {
    font-size: 1em;
}
.art__list {
    display: flex;
    justify-content: center;
}
.inner__art {
    display: block;
    margin: 0 30px;
}
.inner__art .art__thema {
    margin: 0 -20px;
    padding: 10px 0;
    background-color: #bce1df;
    border-radius: 10px;
}
.inner__art .art__thema3 {
    width: 50%;
}
.inner__art .art__thema ul li img {
    width: 60px;
    margin-bottom: 3px;
    margin-left: -12px;
}
.art {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.art2 {
    width: 55%;
    text-align: center;
}
.compare {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.compare .item {
    margin: 0 10px;
}
.section__chapter {
    margin: 10px 0;
}
.section__chapter span {
    display: block;
    text-align: right;
}
.figure {
    display: block;
    margin: 0 12px;
    width: 300px;
}
.header {
    width: 500px;
    margin-top: -15px;
}
.mascot {
    text-align: center;
}
.mascot img {
    width: 50%;
}
.supporter__picture {
    text-align: center;
}
.supporter__picture img {
    height: 60%;
}
.Grand__Prix img {
    padding: 10px;
}
.linkpage {
    margin: 40px 0 !important;
    display: block;
    background: #dceff4;
    padding: 8px 12px;
    font-size: clamp(.75rem, 1.093vw, .875rem);
}
.linkpage a {
    text-decoration: underline;
}
.text {
    width: 60%;
    text-align: justify;
}
.sms_content .inner .character {
    width: 30%;
}


/* =====================================
    お問い合わせページ専用スタイル（contact.css より統合）
===================================== */

/* お問い合わせセクション見出し */
.pageInnerLayout__inner h3 {
    color: #fff;
    margin: 24px 0;
    padding: 8px 12px;
    background: #20aee5;
}

/* 受付時間 */
.time {
    margin: 20px 0;
}
.time strong {
    background: #0054aa;
    color: #fff;
    padding: 4px 6px;
    margin-right: 12px;
}

/* 電話番号 */
.tel {
    color: #1068b3;
    display: block;
    margin: 20px 0;
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    font-weight: 700;
}
.tel strong {
    font-size: clamp(1.12rem, 1.56vw, 1.25rem);
    margin-right: 20px;
}
.tel span {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
}
.tel__kana {
    position: relative;
}
.tel__kana::before {
    content: "みずきゅうきゅう";
    position: absolute;
    display: block;
    top: -16px;
    right: 0;
    font-size: clamp(.5rem, .781vw, .625rem);
}

/* インターネット申し込みボタン */
.linkBtn {
    position: relative;
    display: block;
    text-align: center;
    background: #0054aa;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    width: 300px;
    margin: 20px 0;
    white-space: pre-wrap;
    font-size: clamp(.75rem, 1.093vw, .875rem);
    text-decoration: none;
}
.linkBtn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* 漏水説明リスト */
.description {
    margin: 12px 0;
}
.description li {
    display: flex;
    align-items: flex-start;
    margin: 4px 0;
}
.description__dot {
    color: #20aee5;
    margin-right: 4px;
    flex-shrink: 0;
}

/* 24時間受付・年中無休バッジ */
.reception {
    display: flex;
    margin: 20px 0;
    flex-wrap: wrap;
    gap: 10px;
}
.reception li {
    color: #0054aa;
    border: 2px solid #0054AA;
    width: 200px;
    padding: 4px 0;
    border-radius: 12px;
    text-align: center;
    font-size: clamp(.75rem, 1.093vw, .875rem);
}

