/* ページ共通 */

.w1250 {
    width: 1250px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.subpage-title {
    padding-left: var(--pad_ss);
    padding-right: var(--pad_ss);
    display: flex;
    position: relative;
    font-family: var(--font_point);
    line-height: 1.2;
    padding-bottom: .3em;
    font-size: 2.8rem;
    border-bottom: 1px solid #222;
    margin-top: 30px;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

@media screen and (min-width: 375px) {
    .subpage-title {
        padding-left: var(--pad_s);
        padding-right: var(--pad_s);
    }
}

@media screen and (min-width: 1140px) {
    .topsalon__title {
        padding-left: var(--pad_sm);
        padding-right: var(--pad_sm);
    }
}

@media screen and (min-width: 835px) {
    .topsalon__title {
        font-size: 4.8rem;
    }

    .subpage-title {
        margin-top: 60px;
        padding-bottom: 22px;
        margin-bottom: 40px;
        font-size: 3.6rem;
    }
}

/*　gallery　*/
#img100 img {
    width: 100%;
}

.gallery-search__item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.gallery-search__item-title {
    width: 179px;
    border-right: 1px solid #222222;
    padding-right: 20px;
    font-size: 15px;
    font-weight: bold;
}

.gallery-search__item-list {
    display: flex;
    padding-left: 30px;
    flex-wrap: wrap;
    width: calc(100% - 230px);
}

.gallery-search__item-list li {
    margin-right: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gallery-search__item-list li a {
    display: block;
    padding: 3px 13px 6px;
    border-radius: 50px;
    font-size: 15px;
}

.gallery-search__item-list li a.active {
    border: 1px solid #222;
}

.gallery-search__bl {
    margin-bottom: 70px;
    margin-top: 50px;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
}

.gallery-list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
}

.gallery-list__img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
}

.gallery-list__img picture {
    width: 100%;
    height: 100%;
}

.gallery-list__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.gallery-list__name {
    font-size: 18px;
    margin-bottom: 10px;
}

.gallery-list li:nth-of-type(4n) {
    margin-right: 0%;
}

.gallery-list__cat {
    display: flex;
    flex-wrap: wrap;
}

.gallery-list__cat li {
    margin-right: 8px;
    border: 1px solid #222;
    border-radius: 50px;
    padding: 3px 13px 6px;
    font-size: 13px;
    width: fit-content;
    margin-bottom: 8px;
}

@media screen and (max-width: 1139px) {
    .gallery-list li {
        width: 48.5%;
        margin-right: 3%;
    }

    .gallery-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .gallery-list__cat li {
        width: fit-content;
    }
}

@media screen and (max-width: 834px) {
    .gallery-search__item-list li {
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .gallery-search__item-list li a {
        padding: 3px 10px 5px;
        font-size: 12px;
    }

    .gallery-search__item-list {
        padding-left: 15px;
        width: calc(100% - 119px);
    }

    .gallery-search__item-title {
        width: 78px;
        padding-right: 20px;
        font-size: 13px;
    }

    .gallery-search__item {
        margin-bottom: 25px;
    }

    .gallery-search__bl {
        margin-bottom: 50px;
        margin-top: 35px;
    }

    .gallery-list__name {
        font-size: 16px;
    }

    .gallery-list__cat li {
        margin-right: 8px;
        padding: 3px 10px 4px;
        font-size: 11px;
        margin-bottom: 8px;
    }
}

/* product */
.product-link__title {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: var(--font_point);
    margin-top: 40px;
}

.product-link__list {
    display: flex;
    flex-wrap: wrap;
}

.product-link__list li {
    margin-right: 15px;
    margin-bottom: 20px;
}

.product-link__list li a,
.sec-product_link {
    padding: 5px 17px 7px;
    border: 1px solid #222;
    border-radius: 50px;
    font-size: 20px;
    font-family: var(--font_point);
}

.sec-product-link {
    padding-bottom: 30px;
}

.sec-product {
    padding: 100px 0;
    border-bottom: 1px solid #222;
}

.sec-product:last-of-type {
    border-bottom: none;
}

.product__title-cat {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    font-family: var(--font_point);
}

.product__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product__list li {
    width: calc((100% - (20px * 3)) / 4);
    display: flex;
    flex-direction: column;
}

.product__list li .img {
    margin-bottom: 20px;
    aspect-ratio: 1 / 1;
    margin-bottom: 1em;
    overflow: hidden;
}

.product__list li .img picture,
.product__list li .img img {
    width: 100%;
    height: 100%;
}

.product__list li .img img {
    object-fit: cover;
}

.product__list-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.product__list-about {
    text-align: center;
    margin-top: auto;
}

.product__list-about .amount {
    display: inline-block;
    border: 1px solid #222;
    padding: 2px 5px 3px;
    font-size: 13px;
    margin-right: 10px;
}

.product__list-about .price {
    font-size: 15px;
    font-family: var(--font_point);
}

.product__list-about .price .tax {
    font-size: 10px;
}



@media screen and (max-width: 1139px) {
    .sec-product {
        padding: 80px 0;
    }

    .product__list li {
        width: calc((100% - (20px * 2)) / 3);
    }
}

@media screen and (max-width: 834px) {
    .sec-product {
        padding: 40px 0;
    }

    .product-link__title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .product__list {
        column-gap: 10px;
    }

    .product__list li {
        width: calc((100% - 10px) / 2);
    }

    .product-link__list li a,
    .sec-product_link {
        padding: 3px 10px 4px;
        font-size: 13px;
    }

    .product-link__list li {
        margin-right: 10px;
        margin-bottom: 12px;
    }

    .product__title-cat {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .product__list li .img {
        margin-bottom: 15px;
    }

    .product__list li .img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 /1;
    }

    .product__list li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .product__list-name {
        font-size: 15px;
        text-align: left;
    }

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

    .product__list-about .amount {
        padding: 2px 4px 1px;
        font-size: 10px;
        margin-bottom: 5px;
        margin-right: 1px;
    }

    .product__list-about .price {
        font-size: 15px;
    }

    .product-link__title {
        margin-top: 30px;
    }
}

/*product 商品スライダーする場合*/
.product__swiper {
    position: relative;
}

.product__swiper-wrap {
    overflow: hidden;
}

.product__swiper .product__list {
    column-gap: 0;
}

.product__swiper .product__list .swiper-slide {
    height: auto;
}

.product__swiper .sw_control {
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: calc((90vw / 4) - 20px);
}

.product__swiper .sw_control .sw_prev {
    transform: translateX(-50%);
}

.product__swiper .sw_control .sw_next {
    transform: translateX(50%);
}

@media screen and (min-width: 835px) {
    .product__swiper .sw_control {
        top: calc((90vw / 6) - 20px);
    }

    .swiper-un3 .sw_control {
        display: none;
    }
}

@media screen and (min-width: 1140px) {
    .product__swiper .sw_control {
        top: calc((90vw / 8) - 26px);
    }

    .swiper-un4 .sw_control {
        display: none;
    }
}

@media screen and (min-width: 1389px) {
    .product__swiper .sw_control {
        top: 137px;
    }
}

/* salon */
.salon-link__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.salon-link__list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
}

.salon-link__list li:nth-of-type(3n) {
    margin-right: 0;
}

.salon-link__list li a {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #222;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: var(--font_point);
    transition-duration: 0.3s;
}

.salon-link__list li a:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.salon-area__title-cat {
    font-size: 36px;
    text-align: center;
    font-family: var(--font_point);
    padding: 80px 0 30px;
}

.salon-area__list {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.salon-area__list li {
    width: calc(33.333% - 81px);
    padding: 40px;
    border-right: 1px solid #222;
    box-shadow: 0 1px #222;
}

.salon-area__list li:nth-of-type(3n) {
    border-right: none;
}

.salon-area__list li .img {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
    margin-bottom: 20px;
}

.salon-area__list li .img picture {
    width: 100%;
    height: 100%;
}

.salon-area__list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.salon-area__list-name {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.salon-area__tel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #222;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}

.salon-area__tel-btn:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.salon-area__tel-btn i {
    margin-right: 7px;
}

.salon-area__reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 18px;
    background-color: #222;
    transition-duration: 0.3s;
    font-family: var(--font_point);
}

.salon-area__reservation:hover {
    opacity: 0.8;
    transition-duration: 0.3s;
}

.sec-salon-area:last-of-type .salon-area__list {
    border-bottom: none;
}

/* modaal */
.modaal-wrapper {
    overflow: hidden;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 90%;
    max-height: 90vh;
}

.modaal-gallery-item img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

@media screen and (max-width: 1139px) {
    .salon-link__list li a {
        font-size: 16px;
    }

    .salon-area__list li {
        width: calc(33.333% - 61px);
        padding: 30px;
    }

    .salon-area__list-name {
        font-size: 18px;
    }

    .salon-area__tel-btn {
        height: 60px;
        font-size: 16px;
    }

    .salon-area__reservation {
        height: 60px;
        font-size: 16px;
    }
}

@media screen and (max-width: 834px) {
    .salon-link__list li a {
        font-size: 11px;
        text-align: center;
    }

    .salon-link__list li {
        width: 49%;
        margin-right: 2%;
    }

    .salon-link__list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .salon-link__list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .salon-area__title-cat {
        font-size: 24px;
        padding: 40px 0 17px;
    }

    .salon-link__list {
        margin-top: 40px;
    }

    .salon-area__list li {
        width: calc(50% - 41px);
        padding: 20px;
    }

    .salon-area__list li .img {
        margin-bottom: 12px;
    }

    .salon-area__list-name {
        font-size: 14px;
    }

    .salon-area__tel-btn {
        height: 40px;
        font-size: 13px;
    }

    .salon-area__reservation {
        height: 40px;
        font-size: 13px;
    }

    .salon-area__list li:nth-of-type(3n) {
        border-right: 1px solid #222;
    }

    .salon-area__list li:nth-of-type(2n) {
        border-right: none;
    }
}

/* 詳細ページ */
.sec-salon-access {
    padding: 80px 0;
    border-bottom: 1px solid #222;
}

.salon-access__flex {
    display: flex;
    margin-bottom: 60px;
}

.salon-access__flex .img {
    width: 60%;
}

.salon-access__flex .cont {
    width: 40%;
    padding-left: 50px;
    position: relative;
}

.salon-access__name {
    margin-bottom: 95px;
}

.salon-access__name .en {
    font-size: 32px;
    display: block;
    font-weight: bold;
}

.salon-access__name .ja {
    font-size: 15px;
    display: block;
}

.salon-access__list {
    display: flex;
    margin-bottom: 30px;
}

.salon-access__list dt {
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    font-family: var(--font_point);
}

.salon-access__list dd {
    width: calc(100% - 150px);
    font-size: 15px;
}

.salon-access__reservation-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    height: 60px;
    background-color: #222;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.salon-access__reservation-btn i {
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
}

.salon-map__flex {
    display: flex;
}

.salon-map__flex .cont {
    width: 35%;
    padding-top: 100px;
}

.salon-map__flex .map {
    width: 65%;
    height: 400px;
}

.map iframe {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.google-map-link {
    font-size: 14px;
    display: block;
}

.google-map-link i {
    margin-right: 7px;
}

.google-map-link span {
    text-decoration: underline;
}

.salon-access__list .salon-access__tel-link {
    font-size: 24px;
    font-family: var(--font_point);
}

.sec-salon-staff {
    padding: 80px 0;
    border-bottom: 1px solid #222;
}

.salon-base__title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: var(--font_point);
}

.salon-staff__list {
    display: flex;
    flex-wrap: wrap;
}

.salon-staff__list li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 50px;
}

.salon-staff__list li:nth-of-type(4n) {
    margin-right: 0;
}

.salon-staff__list li .img {
    margin-bottom: 20px;
    aspect-ratio: 3 / 4.3;
}

.salon-staff__list li .img picture {
    width: 100%;
    height: 100%;
}

.salon-staff__list li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.salon-staff__list-address {
    font-size: 14px;
    margin-bottom: 12px;
}

.salon-staff__list-name .ja {
    font-size: 20px;
    font-weight: 500;
    display: block;
}

.salon-staff__list-name .en {
    font-size: 14px;
    display: block;
}

.salon-staff__list-bl {
    position: relative;
}

.salon-staff__link-bl {
    position: absolute;
    top: 40px;
    right: 0;
    display: flex;
}

/* .salon-staff__insta-link {
    position: absolute;
    top: 40px;
    right: 0;
    display: block;
    width: 24px;
    font-size: 19px;
} */
.salon-staff__insta-link {
    display: block;
    font-size: 23px;
}

.salon-staff__url-link {
    display: block;
    font-size: 22px;
    margin-left: 15px;
}

.sec-salon-menu {
    padding: 80px 0 30px;
}

.salon-menu__flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.salon-menu__bl {
    width: 48%;
    margin-bottom: 50px;
}

.salon-menu__title-middle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.salon-menu__title-middle .big {
    font-size: 30px;
}

.salon-menu__title-middle .smallg {
    font-size: 14x;
}

.salon-menu__list li {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.sec-salon-gallery {
    padding: 80px 0;
    border-top: 1px solid #222;
}

.salon-gallery__list {
    display: flex;
}

.salon-gallery__list li {
    width: 23.5%;
    margin-right: 2%;
    aspect-ratio: 2 / 3;
}

.salon-gallery__list li picture {
    width: 100%;
    height: 100%;
}

.salon-gallery__list li img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tax-caution {
    text-align: right;
    font-size: 14px;
    margin-bottom: 45px;
}

.salon-menu__title-small {
    padding-right: 20px;
}

.salon-menu__title-small .big {
    display: block;
}

.salon-menu__title-small .small {
    display: block;
    color: #999;
    font-size: 90%;
    margin-top: 5px;
}

@media screen and (max-width: 1300px) {
    .salon-access__flex .cont {
        width: 50%;
    }

    .salon-access__flex .img {
        width: 50%;
    }
}

@media screen and (max-width: 1139px) {
    .salon-access__flex {
        flex-direction: column;
        width: 700px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .salon-access__flex .img {
        width: 100%;
    }

    .salon-access__flex .cont {
        width: 100%;
        margin-top: 30px;
    }

    .salon-map__flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .salon-map__flex .cont {
        width: 100%;
        padding-top: 30px;
    }

    .salon-map__flex .cont {
        width: 100%;
        padding-top: 30px;
    }

    .salon-access__name {
        margin-bottom: 45px;
    }

    .salon-access__list dd {
        width: calc(100% - 100px);
    }

    .salon-access__flex .cont {
        padding-left: 0;
    }

    .salon-map__flex .map {
        width: 100%;
    }

    .sec-salon-menu {
        padding: 60px 0 20px;
    }
}

@media screen and (max-width: 834px) {
    .sec-salon-access {
        padding: 60px 0 30px;
    }

    .salon-access__reservation-btn {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 0;
        right: 0;
        width: 210px;
        height: 60px;
        background-color: #222;
        color: #fff;
        font-size: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .salon-access__name .en {
        font-size: 26px;
    }

    .salon-access__flex .cont {
        margin-top: 15px;
    }

    .salon-access__name .ja {
        font-size: 14px;
    }

    .salon-access__list .salon-access__tel-link {
        font-size: 21px;
    }

    .salon-map__flex .map {
        height: 300px;
    }

    .salon-base__title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .salon-staff__list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 35px;
    }

    .salon-staff__list li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .sec-salon-staff {
        padding: 60px 0 20px;
    }

    .salon-staff__list li .img {
        margin-bottom: 15px;
    }

    .salon-staff__list-address {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .salon-staff__list-name .ja {
        font-size: 18px;
    }

    .salon-staff__list-name .en {
        font-size: 12px;
    }

    .salon-menu__flex {
        flex-wrap: wrap;
    }

    .salon-menu__bl {
        width: 100%;
        margin-bottom: 40px;
    }

    .salon-menu__title-middle {
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .salon-menu__title-middle .big {
        font-size: 23px;
    }

    .salon-menu__list li {
        padding: 10px 0;
    }

    .salon-gallery__list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }

    .salon-gallery__list {
        flex-wrap: wrap;
    }

    .sec-salon-gallery {
        padding: 60px 0 30px;
    }

    .salon-gallery__list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .salon-staff__insta-link {
        font-size: 15px;
    }

    .salon-staff__url-link {
        font-size: 14px;
        margin-left: 7px;
    }
}

/* gallery */
.gallery-page picture {
    width: 100%;
    height: 100%;
}

.nav-bl {
    padding: 30px 0;
    border-top: 1px solid #000;
}

#gallery-page .gallery-list {
    padding-bottom: 50px;
}

@media screen and (max-width: 834px) {
    #gallery-page .gallery-list {
        padding-bottom: 0;
    }
}

.sec-product_link {
    margin: 20px auto auto;
    display: block;
    width: fit-content;
}