﻿/*
Theme Name: TORRENT Theme
Author: Yurie
*/

@charset "utf-8";

/* ToRrent(トレント)のCSSです */

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
}

body {
    background-color: #ffffff;
    color: darkslategray;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", "M PLUS 1", "Noto Serif JP", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.8px;
    text-align: justify;
    text-justify: inter-character;
}

@media (min-width: 769px) {
    body {
        font-size: 1.6rem;
    }
}

main {
    max-width: 100%;
    overflow: hidden;
}

h2 {
    width: min(448px, 80%);
    margin: 24px auto;
    font-size: 32px;
    letter-spacing: 5px;
    text-align: center;
    border-left: none;
}

.-inner {
    max-width: 1000px;
    margin: 0px auto;
    padding: 24px 0;
}

.hp img {
    margin: 8px 0 16px;
}

.bg_pattern .style {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.bg_pattern {
    padding: 0;
}

@media (min-width: 769px) {
    .bg_pattern {
        padding: 48px 0;
    }
}


.right {
    padding-right: 24px;
    text-align: end;
}

/* ========== topへ戻るボタン ========== */

.page-top:hover {
    opacity: 0.4;
}

.page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 10;
    width: 48px;
    height: 48px;
    padding-top: 8px;
    border: none;
    border-radius: 50%;
    background: #222;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
}

.is-active {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 769px) {
    .page-top {
        right: 24px;
        bottom: 24px;
        width: 80px;
        height: 80px;
        font-size: 1.6rem;
    }
}



/* ========== ヘッダーとh1 ========== */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 72px;
    padding: 8px 16px 0;
    background-color: rgba(255, 255, 255, 0.2);
}

header h1 img {
    width: auto;
    height: 48px;
}

.menu__link {
    display: block;
    width: auto;
    padding: 8px 0;
    color: #000000;
    font-size: 1.8rem;
    text-decoration: none;
    text-align: center;
    border-bottom: transparent 2px solid;
}

@media (min-width: 1024px) {
    header {
        height: 104px;
        padding: 8px 24px 0;
    }

    header h1 img {
        width: 248px;
        height: auto;
    }

    .menu__link {
        width: auto;
        padding-left: 0px;
    }

    .menu__link:hover {
        border-bottom: #000000 2px solid;
        transition: .5s;
    }
}

.kana {
    display: block;
    color: lightslategray;
    font-size: 1rem;
    /* 改行される */
    line-height: 1;
    /* 行間を狭く */
}

.min__text {
    color: lightslategray;
    font-size: 1.2rem;
}

/* ========== ベース（スマホ用） ========== */
.navigation {
    position: relative;
}

.gnavi__lists {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    transform: translateY(-16px);
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 80px 0 64px;
    gap: 8px;
    overflow-y: auto;
    pointer-events: none;
    background-color: #f0f0f0;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
}

.gnavi__lists.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

/* メニューを開いたとき各リンクを白いボタンに */
.gnavi__lists.active>li {
    min-width: 200px;
    /* padding: 8px 24px; */
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}

/* STYLEはサブメニューを持つため親liはボックス化しない */
.gnavi__lists.active>li.menu-item-has-children {
    padding: 8px 16px;
    border: #c3c3c3 1px solid;
    border-radius: 0;
    background-color: transparent;
}

/* サブメニューをflex縦並びにして各項目を独立ボタンに */
.gnavi__lists.active .sub-menu {
    display: grid;
    grid-template-columns: 1fr;
    /* flex-direction: column; */
    margin-top: 8px;
    gap: 8px;
}


.gnavi__lists.active .sub-menu li {
    min-width: 200px;
    /* padding: 8px 24px; */
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}

.gnavi__lists.active li:not(.menu-item-has-children)>.menu__link:hover {
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.16);
    transition: background-color .3s;
}

.gnavi__lists.active .sub-menu li:hover {
    background-color: rgba(0, 0, 0, 0.16);
    transition: background-color .3s;
}

/* サブメニューはスマホで常に展開 */
.sub-menu {
    display: block;
    width: auto;
    text-align: center;
}

.sub-menu a {
    display: block;
    padding: 8px 16px;
    color: #000000;
    text-decoration: none;
}

/* ========== ハンバーガーとその動き ========== */
.hamburger {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -8px;
    z-index: 999;
    width: 32px;
    height: 24px;
    margin-left: auto;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.hamburger span {
    /*3本の線を作る*/
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background-color: rgb(0, 0, 0);
    transition: 0.3s;
}

.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 8px;
}

.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 16px;
}

.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 24px;
}

.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 8px;
    transform: translateY(8px) rotate(-45deg);
}

.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 24px;
    transform: translateY(-8px) rotate(45deg);
}

/* メニュー開時はヘッダーを白くして✕を見えやすくする */
header:has(.gnavi__lists.active) {
    background-color: #fff;
}

/* メニュー開時はbodyのスクロールを止める */
body:has(.gnavi__lists.active) {
    overflow: hidden;
}

/* ==========ハンバーガーの動きここまで========== */


/* ========== PC用に上書き ========== */

@media (min-width: 1024px) {
    .hamburger {
        /* PCでは非表示 */
        display: none;
    }

    .gnavi__lists {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        visibility: visible;
        opacity: 1;
        position: static;
        z-index: auto;
        transform: none;
        width: auto;
        height: auto;
        padding: 0;
        gap: 24px;
        overflow-y: visible;
        pointer-events: auto;
        background-color: transparent;
        transition: none;
    }

    .gnavi__lists.active>li {
        min-width: unset;
        padding: unset;
        border-radius: unset;
        background-color: transparent;
    }

    .gnavi__lists li {
        position: relative;
    }

    /* PCではサブメニューを隠し、hoverで表示 */
    .sub-menu {
        display: none;
        position: absolute;
        top: 107%;
        left: 0;
        border: 1px solid #ddd;
        background-color: #fff;
    }

    .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    li.menu-item-has-children {
        cursor: pointer;
    }

    nav .sub-menu a {
        display: block;
        padding: 8px 32px;
        color: #000000;
        text-decoration: none;
        text-align: left;
        white-space: nowrap;
    }

    .menu__link {
        text-align: left;
    }

    nav li.menu-item-has-children li a:hover,
    nav li.menu-item-has-children li a:focus {
        background: #cecece;
    }

}

.page-top {
    z-index: 888;
}




/* ========== 背景 ========== */

.about-section {
    padding: 48px 0;
    background-image: url(img/bg/bg-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

@media (min-width: 769px) {
    .about-section {
        padding: 104px 0;
    }
}

.about-inner {
    width: 90%;
    max-width: 600px;
    /* スマホ用 */
    margin: 0 auto;
}

.about-container {
    display: flex;
    flex-direction: column-reverse;
    /* 縦並び */
    align-items: center;
    width: 100%;
    gap: 24px;
}

.about-container .naisou,
.about-container .message {
    width: 100%;
    text-align: center;
}

.about-container .naisou img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: 1px solid #d8d8d8;
}

.about-container .message img {
    display: block;
    width: 100%;
    max-width: 248px;
    height: auto;
    margin: auto;
    padding: 16px 0;
}

.about-container .message p {
    display: block;
    margin: 16px auto;
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-character;
}

/* ---------------- PC表示（横並び・重なり） ---------------- */
@media (min-width: 1200px) {

    .about-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 48px;
        box-sizing: border-box;
    }

    .about-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 auto;
        gap: 24px;
    }

    .about-container p {
        text-align: left;

    }

    .about-container .naisou img {
        width: 600px;
        height: auto;
    }

    .about-container .message img {
        width: 248px;
    }
}

/* メニュー------------------------- */

.menu-section {
    padding: 40px 0;
    background-image: repeating-linear-gradient(135deg, #e3e3e3 0, #e3e3e3 1px, #ffffff 0, #fff 50%);
    background-size: 8px 8px;

}

.menu-section .has-bg {
    width: 1000px;
    max-width: 90%;
    margin: 24px;
    margin: 0 auto;
    padding: 16px 0;
    border-radius: 32px;
    background-color: #fff;
}

@media (min-width: 769px) {
    .menu-section .has-bg {
        margin: 40px auto;
    }
}


.menu-items {
    margin: 0 24px;
    padding: 8px 8px;
    border-radius: 16px;
    background-color: #f4ecf4;
}

.menu-items li {
    display: flex;
    justify-content: space-between;
    margin: 0 16px;
    padding: 16px 0;
    border-bottom: #aeaeae 1px solid;
}

.menu-items li:last-child {
    border-bottom: none;
}

.menu__name {
    margin: 0 8px;
}

.menu__price {
    margin: 0 8px;
}

.reserve {
    font-size: 1.4rem;
    text-align: center
}

.reserve_link {
    width: 200px;
    margin: 24px auto;
    background-color: #963059;
    text-align: center;
}

.reserve_link a {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 48px;
}

.reserve_link a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease;
}

/* style------------------------- */

.wide {
    max-width: 100%;
    height: auto;
}

@media (min-width: 769px) {
    .wide {
        max-width: 1208px;
        margin: 0 auto;
    }
}



.styles {
    position: relative;
}

.styles p {
    position: absolute;
    top: 90%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    /*ベンダープレフィックス*/
    -webkit-transform: translate(-50%, -50%);
    /*ベンダープレフィックス*/
    transform: translate(-50%, -50%);
    border: 1px solid #e3eeef;
    border-radius: 8px;
    background-color: rgba(87, 87, 87, 0.242);
    /*センター寄せの修正*/
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 5px;
}

.style {
    background-color: rgb(255, 255, 255);
    /* background: linear-gradient(180deg, #4e4e4e, #f6f9f9); */
}

.style h2 {
    display: none;
}


.style-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

.style-image li {
    width: auto;
}

.style-image li:last-child,
.style-image li:nth-child(3n) {
    border-right: none;
}

.zoom-box {
    display: inline-block;
    overflow: hidden;
}

.style-image img {
    /* border-radius:40px; */

    display: block;
    transition-duration: .5s;
}

.zoom:hover img {
    transform: scale(1.2);
}

.zoom:hover img+p {
    box-shadow: 0 0 16px #fff, 0 0 32px rgb(255, 255, 255);
    /* 光の色や強さ */
}

.style-image img {
    width: 100%;
    height: auto;
}

.style-image p {
    padding: 8px 8px 8px;
    text-align: center;
}


.style-image__container {
    width: 1104px;
    margin: 0 auto;
    text-align: center;
}


.style-image__content {
    width: 100%;
    height: auto;
}

.style-image__content img {
    padding: 16px;
}

@media (min-width: 769px) {
    .style-image {
        grid-template-columns: repeat(5, 1fr);
    }

    .style-image li:nth-child(3n) {
        border-right: unset;
    }
}




/* STYLIST------------------------- */


.stylist {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    gap: 24px;
}

.stylist .icon {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    align-items: center;
    margin: 24px 0;
}

.balloon2-right {
    display: inline-block;
    position: relative;
    min-width: 120px;
    max-width: 100%;
    padding: 8px 16px;
    border: solid 1px #555;
    border-radius: 8px;
    box-sizing: border-box;
    background: #eeeeee;
}

.balloon2-right:before {
    position: absolute;
    top: 65%;
    right: -17px;
    z-index: 2;
    margin-top: -11px;
    border: 6px solid transparent;
    content: "";
    border-left: 13px solid #eeeeee;
}

.balloon2-right:after {
    position: absolute;
    top: 65%;
    right: -19px;
    z-index: 1;
    margin-top: -11px;
    border: 6px solid transparent;
    content: "";
    border-left: 13px solid #555;
}

.balloon2-right p {
    font-size: 1.4rem;
}

/* 画像は幅固定 */
.stylist .img {
    flex: 0 0 200px;
    order: -1;
    margin-bottom: 24px;
}

.stylist .img img {
    border-radius: 8px;
}

.stylist__name {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.8rem;
}

.stylist-assistants {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
}

@media (min-width: 600px) {
    .stylist-assistants {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .stylist-assistants {
        grid-template-columns: repeat(3, 1fr);
    }
}

.stylist-assistant__item {
    text-align: center;
}

.stylist-assistant__img img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
}

.stylist-assistant__name {
    margin: 12px 0 8px;
    font-size: 1.6rem;
}

.stylist-assistant__text {
    font-size: 1.4rem;
    text-align: left;
}

.stylist-assistant__icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
}

@media (min-width: 769px) {
    .stylist {
        flex-direction: row;
        /* 上端を揃える */
        justify-content: space-between;
        /* 横並びにする */
        align-items: flex-start;
        /* 左右に配置 */
    }

    .stylist .img {
        order: 2;
        /* 写真を右側に移動 */
        margin-bottom: 0;
        /* 下の余白をリセット */
        margin-left: 24px;
        /* テキストとの間隔 */
    }

    .stylist .text-area {
        /* テキストを左側に */
        flex: 1;
        order: 1;
        /* 横幅を広くとる */
    }
}

/* keywords------------------------- */

.keywords__container {
    margin: 24px;
}

.keywords-section {
    width: 100%;
    background-image: url(img/bg/bg-02.jpg);
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

.keywords__items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 99%;
    margin: 1%;
    padding: 0 8px;
    box-sizing: border-box;
}

.keywords__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 8px 8px 8px rgba(54, 54, 54, 0.3);
    background-color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.keywords__item > div {
    flex: 1;
    min-width: 0;
}

.keywords__item img {
    display: block;
    flex-shrink: 0;
    width: 30%;
    max-width: 120px;
    height: auto;
    margin-right: 12px;
    object-fit: contain;
}

.text-left {
    text-align: left;
}


@media (min-width: 769px) {
    .keywords__items {
        flex-direction: row;
        align-items: initial;
        margin-top: 48px;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 0;
        padding: 0;
    }

    .keywords__item {
        display: block;
        align-items: initial;
        width: 31%;
        margin-bottom: 0;
    }

    .keywords__item img {
        width: auto;
        height: auto;
        margin: 0 auto 8px;
        object-fit: initial;
    }
}

.keywords img {
    max-width: 100%;
}

.keywords-p {
    margin: 24px;
    padding: 16px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 769px) {
    .keywords-p {
        padding: 24px 112px;
        border-radius: 8px;
    }
}

.more {
    width: 200px;
    margin: 24px auto 8px;
    border: #ffffff 1px solid;
    background-color: #000000;
    font-size: 2rem;
    text-align: center;
}

@media (min-width: 769px) {
    .more {
        margin: 80px auto 0px;
    }
}

.more a {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 48px;
}

.more a:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.3s ease;
}


/* information------------------------- */

.information__img {
    text-align: center;
}

.information__img img {
    display: inline-block;
    width: 96%;
    max-width: 600px;
    border: #555 1px solid;
    border-radius: 8px;
}


.address {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px;
}

.information__content {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.shop-info {
    display: grid;
    grid-template-columns: 7em 1fr;
    gap: 0 1em;
    margin-top: 1rem;

}

.shop-info dt,
.shop-info dd,
.information .dd {
    padding: 0.6em 0;
}

.shop-info dt {
    font-weight: bold;
    text-align: left;
}

.shop-info dd {
    margin: 0;
}

.shop-info dt:last-of-type,
.shop-info dd:last-child {
    border-bottom: none;
}

@media (min-width:1024px) {
    .shop-info {
        margin-top: 0;
    }

    .information__content {
        display: flex;
        justify-content: space-between;
    }

    .address {
        max-width: 400px;
    }
}



/* footer------------------------- */

.footer img {
    width: 152px;
    height: auto;
    margin-bottom: 32px;
}


.footer {
    position: relative;
    z-index: 10;
    max-width: 100%;
    margin-top: 112px;
    padding: 56px 24px 24px;
    background: #c9c9c9;
    color: #000000;
    font-size: 1.4rem;
}

.footer .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.footer__nav-heading {
    font-weight: 600;
}


.footer__logo {
    display: inline-block;
    margin-bottom: 16px;
}

.footer__nav li {
    margin-bottom: 8px;
}

.footer__address {
    margin-bottom: 24px;
    font-size: 1.6rem;
}

.footer__nav li span::before {
    /* 表示する記号 */
    margin-right: 8px;
    content: "-";
    /* 記号と文字の間隔 */
}

.footer__nav li .target::after {
    display: block;
    margin-left: 1em;
    color: lightslategray;
    font-size: 1.1rem;
    white-space: pre;
    content: "（HotPepper Beauty）";
}

.footer__nav a {
    display: inline-block;
    padding: 0 8px;
    color: #000;
    border-bottom: transparent 2px solid;
}

.footer__nav a:hover {
    border-bottom: #222 2px solid;
    transition: .5s;
}

.reserve-to-HPB a:hover {
    border: #222 solid 2px;
    box-shadow: none;
    transition: .5s;
}

.reserve-to-HPB a {
    display: block;
    padding: 24px 32px;
    border: #fff solid 2px;
    border-radius: 8px;
    background-color: #fff;
    color: #000000;
    font-size: 1.8rem;
}


.footer hr {
    margin: 48px 0;
}

.footer__nav,
.footer__address,
.footer__logo {
    text-align: left;
}

.lg-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 769px) {
    .footer img {
        margin-bottom: 0;
    }

    .footer .flex {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 24px;
    }

    .footer__address a {
        pointer-events: none;
    }
}

@media (min-width: 1200px) {
    .lg-flex {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 48px;
    }

    .footer .flex {
        flex-wrap: nowrap;
        gap: 32px;
    }
}


/* -----------------
 hair-guide.htmlのcss
  ----------------- */

.gnavi__lists .now {
    border-bottom: #86d3bc 2px solid;
}

.photo_and_message {
    width: 100%;
    text-align: center;
}

.photo_and_message img {
    max-width: 100%;
    height: auto;
}

.hair-guide .photo {
    width: 100%;
    height: 200px;
    background-image: url(img/bg/bg-02.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.hair-guide #keywords {
    margin: 0 auto;
}

.keyword__message {
    width: 80%;
    margin: 24px auto;
    text-align: center;
}

.outer {
    width: 90%;
    max-width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid #a9a9a9;
}

.outer {
    width: 904px;
    margin-bottom: 48px;
}

.inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.inner__image img {
    display: block;
    margin: 0 auto;
}

.inner__text {
    display: flex;
    flex-direction: column;
}

@media (min-width: 769px) {
    .inner {
        display: flex;
        flex-direction: row;
        padding: 16px;
        gap: 16px;
    }
}

.keywords__recomend {
    margin: 16px 0 8px;
    padding: 4px 8px;
    background-color: #f1fffb;
    color: darkslategray;
    font-weight: bold;
    font-size: 1.4rem;
    border-left: 3px solid darkslategray;
}

.keywords__tag-list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.keywords__tag {
    position: relative;
    margin-bottom: 4px;
    padding: 4px 0 4px 20px;
    font-size: 1.4rem;
}

.keywords__tag::before {
    position: absolute;
    left: 0;
    color: darkslategray;
    content: "✓";
}

.hair-guide h3 {
    margin-bottom: 8px;
    padding-left: 8px;
    background-color: #f1fffb;
    color: darkslategray;
    line-height: 32px;
    border-left: 8px solid #86d3bc;
    border-bottom: 1px solid #86d3bc;
}

.hair-guide h4 {
    width: 240px;
    margin: 0 16px 16px;
    padding-left: 16px;
    background-color: #f1fffb;
    color: darkslategray;
    line-height: 24px;
    border-left: 1px solid #57d1ac;
    border-bottom: 1px solid #57d1ac;
}

.keywords__description {
    margin-bottom: 24px;
}

.keywords__list {
    margin: 0;
    padding-left: 24px;
    font-size: 1.5rem;
}

.keywords__list li {
    list-style: circle;
    margin-bottom: 8px;
}

/* -----------------
 hair-catalog.htmlのcss
  ----------------- */

.catalog {
    background-color: #ffffff;
}

body.catalog {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

body.catalog .style-gallery {
    flex: 1;
}

.style-gallery {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px
}

.style-gallery .section-title {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    white-space: nowrap;
}

.style-subnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
}

.style-subnav__sep {
    color: #bbb;
}

.style-subnav__link {
    padding: 2px 6px;
    color: #555;
    text-decoration: none;
}

.style-subnav__link:hover {
    color: #000;
    text-decoration: underline;
}

.style-subnav__current {
    padding: 2px 6px;
    color: #000;
    font-weight: 700;
}

.style-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

@media (min-width:1024px) {
    .style-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }
}

.style-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    aspect-ratio: 3 / 4;
}

.style-item:hover img {
    transform: scale(1.04);
}

.style-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    gap: 5px;
    pointer-events: none;
}

.style-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    background: rgba(200, 200, 200, 0.75);
}

.style-dot.active {
    background: rgba(255, 255, 255, 0.95);
}

.style-gallery__empty,
.keywords__empty {
    width: 100%;
    padding: 48px 0;
    font-size: 1.8rem;
    text-align: center;
}

.style-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}



/* ===== カルーセルモーダル ===== */

.style-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    z-index: 9500;
}

.style-modal.is-open {
    display: flex;
}

.style-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
}

.style-modal__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 1;
    width: min(92vw, 680px);
}

.style-modal__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0 6px 0 6px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    transition: background 0.2s;
}

.style-modal__close:hover {
    background: rgba(0, 0, 0, 0.82);
}

.style-modal__stage {
    position: relative;
    width: 100%;
    overflow: visible;
}

.style-modal__track {
    display: flex;
    align-items: center;
}

.style-modal__slide {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.style-modal__slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 72vh;
    border-radius: 6px;
    object-fit: contain;
}

.style-modal__prev,
.style-modal__next {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    padding: 14px 10px;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s;
}

.style-modal__prev:hover,
.style-modal__next:hover {
    background: rgba(0, 0, 0, 0.72);
}

.style-modal__prev {
    left: 8px;
}

.style-modal__next {
    right: 8px;
}

.style-modal__footer {
    margin-top: 12px;
    text-align: center;
}

.style-modal__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
}

.style-modal__dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(180, 180, 180, 0.55);
    cursor: pointer;
    transition: background 0.2s;
}

.style-modal__dot.active {
    background: #fff;
}

.style-modal__caption {
    margin: 0;
    padding: 0 8px;
    color: #ccc;
    font-size: 1.3rem;
    line-height: 1.5;
}

/* -----------------
 recruit.htmlのcss
  ----------------- */

.photo_and_message {
    display: flex;
    flex-direction: column;
    /* 横方向中央 */
    justify-content: center;
    /* 上下に並べる */
    align-items: center;
    /* 文字も中央揃え */
    min-height: 304px;
    /* 縦方向中央 */
    text-align: center;
}

.photo_and_message .photo img {
    max-width: 100%;
    height: auto;
}

.recruit h4 {
    margin-bottom: 16px;
    padding-left: 16px;
    color: #3794ae;
    line-height: 24px;
    border-left: 16px solid #86c2d3;
    border-bottom: 1px solid #86c2d3;
    /* background-color: #f1fffb; */

}

.job-offer {
    width: 95%;
    margin: 0 auto 24px;
    padding: 24px 16px;
    border: #86c2d3 1px solid;
}



@media (min-width: 769px) {
    .job-offer {
        width: 70%;
        max-width: 800px;
    }
}

.job-section {
    margin-bottom: 24px;
}

h5.sub-title {
    font-size: 1.4rem;
}

.job-title {
    width: 80%;
    margin: 16px auto 32px;
    padding: 16px;
    border: #86c2d3 1px solid;
    border-radius: 8px;
    background-color: #f6fdff;
    text-align: center;
}

.job-info p {
    margin-bottom: 16px;
}

.indent {
    padding-left: 24px;
}












/* 768px以上のときはスマホ専用を消す */
@media (min-width: 769px) {
    .sp_only {
        display: none;
    }
}

/* 768px以下のときはPC専用を消す */
.pc_only {
    display: none;
}

@media (min-width: 769px) {
    .pc_only {
        display: initial;
    }
}