@charset “utf-8”;
/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/

/* variable definition */
:root {
    --white-color: #fff;
    /* var(--white-color); */
    --main-color: #059fad;
    /* var(--main-color); */
    --main-correction-color: #00737f;
    /* 背景付きの場合の文字色コントラスト補正 */
    /* var(--main-correction-color); */
    --dark-green-sub: #446f78;
    /* var(--dark-green-sub); */
    --dark-text: #3e3e3e;
    /* var(--dark-text); */
    --dark-gray-text: #5f5f5f;
    /*#808080*/
    /* var(--dark-gray-text); */
    --gray-text: #666666;
    /*#b3b3b3*/
    /* var(--gray-text); */
    --dark-gray-button: #717171;
    /* var(--dark-gray-button); */
    --dark-gray-button-hover: #4d4d4d;
    /* var(--dark-gray-button-hover); */
    --light-gray-border: #dddbe1;
    /* var(--light-gray-border); */
    --light-gray-bg: #e8e7ec;
    /* var(--light-gray-bg); */
    --ex-light-gray-bg: #f6f6f8;
    /* var(--ex-light-gray-bg); */
    --light-blue-bg: #deeaec;
    /* var(--light-blue-bg); */
    --accent-orange: #d04812;
    /* var(--accent-orange); */
    --medical-color: #a60061;
    /* var(--medical-color); */
    --physics-color: #ac6d2c;
    /* var(--physics-color); */
    --cosme-color: #b90029;
    /* var(--cosme-color); */
    --food-color: #007900;
    /* var(--food-color); */
    --newcontainer-color: navy;
    /* var(--newcontainer-color); */
    --slider-dot-color: #000;
    /* var(--slider-dot-color); */
    --heading-font-size: 5em;
    /* var(--heading-font-size); */
    --heading-small-font-size: 3em;
    /* var(--heading-small-font-size); */
    --heading-font-weight: 700;
    /* var(--heading-font-weight); */
    --contents-padding-size: 1.5rem;
    /* var(--contents-padding-size); */
    --pb-itemlp-spacer-size: 8em;
    /* var(--pb-itemlp-spacer-size); */
    --scroll-margin-top-size: 140px;
    /* var(--scroll-margin-top-size); */
    --lp-hedding-font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS Mincho", serif;
    /* var(--lp-hedding-font-family); */
}

@media screen and (max-width: 1199px) {
    :root {
        --heading-font-size: 4em;
        --scroll-margin-top-size: 100px;
    }
}

@media screen and (max-width: 999px) {
    :root {
        --heading-font-size: 3em;
        --heading-small-font-size: 2.5em;
        --pb-itemlp-spacer-size: 6em;
        --scroll-margin-top-size: 60px;
    }
}

@media screen and (max-width: 599px) {
    :root {
        --heading-font-size: 2.3em;
        --heading-small-font-size: 2em;
        --pb-itemlp-spacer-size: 3em;
    }
}

/* base setting */
* {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-margin-top-size);
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: var(--dark-text);
    line-height: 1.6;
    word-wrap: break-word;
    width: 100%;
    font-size: 16px;
    position: relative;
    height: 100dvh;/* iOS対策 */
}

/*
section[id],
li[id],
div[id] {
    scroll-margin-top: var(--scroll-margin-top-size);
}
*/
.sp_only,
.for_reader {
    display: none;
}

@media screen and (max-width: 999px) {
    body {
        font-size: 13px;
    }

    .sp_only {
        display: inherit;
    }

    .pc_only {
        display: none;
    }
}

a {
    color: var(--gray-text);
}

a:hover {
    opacity: 0.5;
    transition: 0.3s ease;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

input,
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* layout */
header,
main,
footer {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

main {
    padding-top: 130px;
}

#content {
    padding: 0;
}

section {
    position: relative;
}

#content > nav.breadcrumb {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 1em 0em 3em;
}

#content > nav.breadcrumb span {
    color: var(--main-color);
    font-weight: 700;
}

@media screen and (max-width: 1440px) {
    #content > nav.breadcrumb {
        padding: 1em var(--contents-padding-size) 3em;
    }
}

.full_width {
    width: 100%;
}

.overall_width {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 var(--contents-padding-size);
}

.overall_width_no_padding {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0;
}

.limited_width {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media screen and (max-width: 599px) {

    /*.overall_width {
        padding: 0 1em;
    }*/
}

/* header */
body > header {
    width: 100%;
    padding: 20px 40px;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    font-size: 1.13em;
    z-index: 1000;
    border: none;
    backdrop-filter: blur(5px);
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

/* js使用の場合に備える */
header.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

header #header_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

header #header_inner > * {
    min-width: 0;
}

header #header_inner #header_logo_area {
    width: 172px;
    flex: none;
}

/* header navigation */
header #site-navigation ul {
    width: 100%;
}

header #site-navigation ul,
header #site-navigation ul li {
    color: var(--dark-text);
    border: none;
    white-space: nowrap;
}

header #site-navigation #full_navigation_wrapper > div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 1em;
}

header #site-navigation label {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
}

header #site-navigation label span::before {
    content: "\f0c9";
    /* ハンバーガー */
    text-align: center;
}

header nav #full_navigation_wrapper #serch_and_basic_menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;
    flex: auto;
}

/* .search-box */
.snav {
    margin-right: 1.2em;
}

.search-box {
    padding: 0;
    position: relative;
}

.search-box div.s-box {
    border-radius: .3em;
    background-color: #fff;
    display: flex;
}

.search-box .searchsubmit {
    color: var(--gray-text);
}

.search-box .fa-search {
    display: none;
}

/* basic_menu */
header ul#menu-header_menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

header ul#menu-header_menu > li:nth-child(2) > a::after,
header ul#menu-header_menu > li:nth-child(3) > a::after {
    content: "\0020\f078";
    font-family: FontAwesome;
}

header ul#menu-header_menu > li:nth-child(4) > a,
header ul#menu-header_menu > li:last-child > a {
    color: var(--dark-text);
}

header ul#menu-header_menu > li:nth-child(4) > a::after {
    content: "\0020↗";
}

header ul#menu-header_menu > li:last-child > a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    padding-right: .5em;
    background-image: url(images/svg/icon_catalog.svg);
    background-size: auto;
    background-repeat: no-repeat;
}

#site-navigation ul#menu-header_menu > li > ul {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .3s ease;
    top: 40px;
}

#site-navigation ul#menu-header_menu > li:hover > ul {
    display: block;
    height: auto;
    width: auto;
    opacity: 1;
    transition: .3s ease;
    padding-left: 1em;
    padding-right: 1em;
}

#site-navigation ul#menu-header_menu li:first-child {
    border-left: none;
}

header ul#menu-header_menu li a,
header ul#menu-header_menu li a:hover,
#site-navigation li.current_page_item a,
#site-navigation li.current-menu-parent a {
    color: var(--dark-text);
    background-color: transparent;
}

header ul#menu-header_menu li.current-menu-item a {
    color: var(--dark-green-sub);
}

header ul#menu-header_menu li.current-menu-item > a,
header ul#menu-header_menu li.current-menu-ancestor > a {
    background-color: transparent;
}

ul#menu-header_menu ul > ul {
    left: 0;
}

header ul#menu-header_menu li ul ul {
    display: block;
    position: relative;
    float: none;
    border: none;
    left: 0;
    margin: 0;
}

header #site-navigation li li li {
    margin-left: 0;
}

ul#menu-header_menu ul li a {
    padding-left: 0;
}

ul#menu-header_menu ul li a::before {
    content: "├";
    display: inline-block;
    font-size: 1rem;
    padding-right: .5rem;
}

ul#menu-header_menu ul li:last-child a::before {
    content: "└";
    display: inline-block;
    font-size: 1rem;
    padding-right: .5rem;
}

#site-navigation ul#menu-header_menu ul :hover > a {
    background-color: transparent;
}

ul#menu-header_menu ul ul li a {
    font-size: .8rem;
    padding: .5em 1.5rem .5em 0;
}

ul#menu-header_menu ul ul li a::before {
    content: "│\0020\0020├";
    display: inline-block;
    font-size: 1rem;
    padding-right: .5rem;
}

ul#menu-header_menu ul ul li:last-child a::before {
    content: "│\0020\0020└";
    display: inline-block;
    font-size: 1rem;
    padding-right: .5rem;
}

ul#menu-header_menu ul li:last-child ul li:last-child a::before {
    content: "\0020\0020\0020└";
    display: inline-block;
    font-size: 1rem;
    padding-right: .5rem;
}

ul#menu-header_menu > li:nth-child(4) > a,
ul#menu-header_menu > li:last-child > a {
    color: var(--main-color);
}

/* additional_menu */
header .additional_menu {
    width: 186px;
    flex: none;
}

header #menu-header_add_menu {
    display: flex;
    flex-flow: row nowrap;
    gap: 6px;
}

header #menu-header_add_menu li {
    width: 90px;
    height: 90px;
    text-align: center;
}

#site-navigation ul li:first-child {
    border-left: none;
}

header #menu-header_add_menu li a {
    height: 100%;
    padding: 1.2em 0;
    font-size: .875rem;
    font-weight: 500;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 100%;
}

header #menu-header_add_menu li:nth-child(1) a {
    color: var(--dark-text);
    background-color: #fff;
    border: 1px solid var(--light-gray-border);
}

header #menu-header_add_menu li a::before {
    display: inline-block;
    margin: auto;
    content: "";
}

header #menu-header_add_menu li:nth-child(1) a::before {
    width: 24px;
    height: 23px;
    background-image: url(images/svg/icon_line_gray.svg);
    background-size: auto;
    background-repeat: no-repeat;
}

header #menu-header_add_menu li:nth-child(2) a {
    color: #fff;
    background-color: var(--main-color);
}

header #menu-header_add_menu li:nth-child(2) a::before {
    width: 22px;
    height: 16px;
    background-image: url(images/svg/icon_mail.svg);
    background-size: auto;
    background-repeat: no-repeat;
}


header #site-navigation input#panel.on-off + div#full_navigation_wrapper {
    background-color: transparent;
}

@media screen and (max-width: 1199px) {
    header {
        padding: 10px 1em;
    }

    header #header_inner #header_logo_area {
        width: 143px;
        height: auto;
    }

    .snav {
        margin-right: .5em;
    }

    .search-box input[type="text"] {
        padding: .2em;
    }

    .search-box .searchsubmit {
        position: absolute;
    }

    header #menu-header_add_menu li {
        width: 70px;
        height: 70px;
    }

    header #site-navigation .additional_menu {
        font-size: 14px;
        width: 146px;
    }

    header #menu-header_add_menu li a {
        padding: .8em 0;
    }

    #site-navigation li a {
        padding: calc(1em - 8px) 1em;
    }

    main {
        padding-top: 95px;
    }

    #site-navigation .basic_menu > ul > li > a {
        padding-left: .7em;
        padding-right: .7em;
    }
}

@media screen and (max-width: 999px) {
    header {
        height: 50px;
        background-color: transparent;
        position: relative;
    }

    header.fixed {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
    }

    header #header_inner #header_logo_area {
        width: 80px;
    }

    /* SP menu swich */
    header #site-navigation label {
        width: 50px;
        height: 50px;
        background-color: var(--main-color);
        z-index: 1000000;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    header #site-navigation {
        position: relative;
    }

    body.no-scroll {
        overflow: hidden;
        /* iOSでbodyのスクロールを完全に無効化するため、以下も追加 */
        position: fixed;
        width: 100%;
        height: 100%;
    }

    /* オーバーレイの初期状態（非表示時） */
    header #site-navigation input#panel.on-off + div#full_navigation_wrapper {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        z-index: 9999;
        overflow: hidden;
        visibility: hidden;
        transition: background-color 0.3s ease, visibility 0s 0.5s;
        /* 非表示時は遅延させてからvisibility:hidden */
    }

    /* ハンバーガーメニューが開いたときの背景オーバーレイ */
    header #site-navigation input#panel.on-off:checked + div#full_navigation_wrapper {
        /*transition: background-color 1s linear;*/
        /*width: 100%;*/
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        /*right: 0;*/
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        /* 追加 */
        z-index: 9999;
        overflow: hidden;
        visibility: visible;
        transition: background-color 0.3s ease, visibility 0s;
        transition-delay: 0s;
    }

    /* 実際に表示されるメニューコンテンツ（スライドして出てくる白いメニュー部分） */
    header #site-navigation input#panel.on-off + div#full_navigation_wrapper > div {
        width: 100%;
        max-width: 500px;
        height: 100vh;
        position:absolute;
        top: 0;
        right: -500px;
        /* max-widthと同じ値で画面外に隠す */
        background-color: #fefefe;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: right 0.5s ease;
        /* transformの代わりにrightをアニメーション */
        z-index: 10000;
    }

    header #site-navigation input#panel.on-off:checked + div#full_navigation_wrapper > div {
        right: 0;
        /* 画面内にスライドイン */
    }

    header #site-navigation div#full_navigation_wrapper > div {}

    /* SP menu */
    .snav {
        width: auto;
        margin-right: 80px;
        padding-top: 1.07143em;
        float: none;
    }

    .search-box {
        display: flex;
        align-items: center;
        padding: 1em;
        float: none;
    }

    .search-box .fa-search {
        display: inline-block;
    }

    .search-box .fa-search:before {
        color: var(--dark-text);
        transition: .3s ease;
    }

    .search-box.On .fa-search:before {
        color: var(--gray-text);
        transition: .3s ease;
    }

    .search-box form {
        flex: auto;
        position: relative;
        width: 100%;
        padding: 0;
        background-color: transparent;
        opacity: 0;
        transition: .3s ease;
    }

    .search-box.On form {
        padding: 0;
        position: relative;
        opacity: 1;
        transition: .3s ease;
    }

    .search-box input[type="text"] {
        padding: .5em;
    }

    .search-box .searchsubmit {
        font-size: 1.5em;
        color: var(--dark-text);
    }

    header #header_inner,
    header #site-navigation #full_navigation_wrapper > div,
    header nav #full_navigation_wrapper #serch_and_basic_menu,
    header ul#menu-header_menu,
    header #menu-header_add_menu {
        display: block;
    }

    #site-navigation ul {
        padding: 1em;
    }

    #site-navigation ul#menu-header_menu > li > ul {
        position: static;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
    }

    header #site-navigation .additional_menu {
        width: auto;
    }

    header #menu-header_add_menu li {
        width: auto;
        height: auto;
    }

    header ul#menu-header_menu li a {
        margin: 0;
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    header ul#menu-header_menu > li > a {
        position: relative;
    }

    #site-navigation ul#menu-header_menu > li:hover > ul {
        padding-left: 0;
    }

    header ul#menu-header_menu > li:nth-child(2) > a::after,
    header ul#menu-header_menu > li:nth-child(3) > a::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -.5em;
        transform: rotate(-90deg);
        transition: transform .5s ease;
    }

    header ul#menu-header_menu > li.open:nth-child(2) > a::after,
    header ul#menu-header_menu > li.open:nth-child(3) > a::after {
        transform: rotate(0deg);
        transition: transform .5s ease;
    }

    main {
        padding-top: 10px;
        /* ヘッダーがrelativeになる */
    }

    header ul#menu-header_menu > li.open > ul {
        display: block;
        /* jQueryのslideToggleがdisplayを操作するので、ここで強制する必要はないが念のため */
    }
}

/* footer */
footer {
    clear: both;
    background-color: transparent;
    color: var(--dark-text);
    padding: 0;
    position: relative;
}

footer a {
    color: var(--dark-text);
}

footer aside {
    width: 100%;
    height: 490px;
    margin-bottom: calc(90px + 2em);
    position: relative;
    background-image: url(images/footer/bg_contact_pc.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

footer aside > div,
footer div#footer_inner {
    width: 100%;
    max-width: 1500px;
    padding: 0 30px;
    margin: auto;
}

footer aside > div {
    padding-top: 100px;
}

footer aside h2 {
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

footer aside h2 span {
    display: block;
    font-size: 1.125rem;
}

footer aside ul {
    position: relative;
    top: 50px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

footer aside li {
    /*aspect-ratio: 2.4 / 1;*/
    height: 200px;
    flex: auto;
    text-align: center;
    border-right: 1px solid #82cfd6;
    background-color: #fff;
}

footer aside li:last-child {
    border-right: none;
}

footer aside li a {
    font-size: 1.75em;
    font-weight: 500;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--main-color);
}

footer aside li:last-child a {
    background-color: var(--dark-gray-button-hover);
}

footer aside li a:hover {
    opacity: 1;
    color: #fff;
    background-color: var(--dark-gray-button-hover);
}

footer aside li:last-child a:hover {
    opacity: .5;
}

footer aside li a::before {
    content: "";
    border-right: 1px solid #fff;
    /* #50bcc6 */
    padding-right: 2rem;
    margin-right: 2rem;
    display: inline-block;
}

footer aside li:nth-child(1) a::before {
    width: 37px;
    height: 25px;
    background-image: url(images/svg/icon_mail.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

footer aside li:nth-child(2) a::before {
    width: 40px;
    height: 36px;
    background-image: url(images/svg/icon_cart.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

footer aside li:nth-child(3) a::before {
    width: 51px;
    height: 33px;
    background-image: url(images/svg/icon_catalog_w.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

footer hr {
    border-top: 1px solid var(--light-gray-border);
    padding: 0;
    margin: 0;
}

footer div#footer_inner {
    margin: 2em auto 1em;
    padding-bottom: 2em;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    position: relative;
}

footer div#footer_logo_area {
    flex: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin-right: 1em;
}

#footer_logo_e {
    width: 185px;
    height: auto;
}

#footer_logo_j {
    width: 171px;
    height: auto;
    margin-bottom: .5em;
}

footer div#footer_nav_area {
    flex: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    height: 100%;
    line-height: 1.4;
}

footer nav {
    flex: auto;
    width: 20%;
    padding: 0 10% 0 0;
}

footer nav li {
    width: 100%;
    padding: 0;
}

footer nav ul,
footer nav ul ul {
    margin: 0;
}

footer nav ul ul {
    margin-top: 1em;
}

footer nav li a {
    font-weight: 500;
    width: 100%;
}

footer nav li a:hover {
    color: var(--main-color);
}

footer nav > ul > li > a {
    font-size: 1.125em;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: baseline;
}

footer nav > ul > li > a::after {
    content: "\f054";
    font-family: FontAwesome;
    color: var(--main-color);
}

footer nav ul ul li a {
    font-size: .875em;
    color: var(--dark-gray-text);
}
footer p#link_salonshop {
    position: absolute;
}
footer p#link_salonshop {
    width: 18.75%;
    bottom: -10px;
    right: 30px;
}

footer p#link_salonshop a {

    display: block;
}
footer p.copyright {
    color: var(--main-color);
    font-size: 1.125em;
    font-weight: 500;
    padding: 0 1em;
    margin: .5em 0;
}

#toTop {
    z-index: 10;
    bottom: 50px;
}

@media screen and (max-width: 1199px) {
    footer aside li {
        height: 160px;
    }

    footer aside li a {
        font-size: 1.5em;
    }

    footer aside li a::before {
        padding-right: 1rem;
        margin-right: 1rem;
    }
}

@media screen and (max-width: 999px) {
    footer aside {
        width: 100%;
        height: auto;
        margin-bottom: 90px;
        position: relative;
        background-image: url(images/footer/bg_contact_sp.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    footer aside > div,
    footer div#footer_inner {
        padding: 0;
        text-align: center;
    }

    footer aside > div {
        padding: 3em 1em 0;
    }

    footer aside h2 {
        font-size: 2em;
        margin-bottom: 1rem;
    }

    footer aside h2 span {
        font-size: .85rem;
    }

    footer aside ul {
        top: 2.5rem;
    }

    footer aside li {
        aspect-ratio: 1 / 1;
        height: 100%;
        max-height: 110px;
    }

    footer aside li a {
        font-size: 1em;
        width: 100%;
        height: 100%;
        display: inline-flex;
        flex-flow: column nowrap;
    }

    footer aside li a::before {
        content: "";
        border-bottom: 1px solid #fff;
        border-right: none;
        padding-right: 0;
        padding-bottom: 1.5rem;
        margin-right: 0;
        margin-bottom: .5rem;
        display: block;
    }

    footer aside li:nth-child(1) a::before {
        width: 24px;
        height: 16px;
    }

    footer aside li:nth-child(2) a::before {
        width: 26px;
        height: 23px;
    }

    footer aside li:nth-child(3) a::before {
        width: 33px;
        height: 21px;
    }

    footer div#footer_inner {
        margin: 0;
        padding: 0;
        flex-flow: column nowrap;
    }

    footer div#footer_logo_area {
        height: 13.2rem;
        border-bottom: 1px solid var(--light-gray-border);
        margin-right: 0;
    }

    #footer_logo_e {
        width: 120px;
        height: auto;
        margin: auto;
    }

    #footer_logo_j {
        margin-left: auto;
        margin-right: auto;
    }

    footer div#footer_logo_area > div {
        padding-bottom: 2em;
    }

    footer div#footer_nav_area {
        width: 100%;
        max-width: 500px;
        margin: auto;
        height: 450px;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-content: space-between;
    }

    footer nav {
        flex: none;
        width: 50%;
        padding: 1rem;
        border-left: 1px solid var(--light-gray-border);
    }

    footer div#footer_nav_area nav:nth-of-type(1) {
        border-left: none;
    }

    footer div#footer_nav_area nav:nth-of-type(2) {
        padding-bottom: 0;
    }

    footer div#footer_nav_area nav:last-child {
        padding-top: 0;
        flex: auto;
    }

    footer nav li {
        padding: 0;
        margin: 0;
    }

    footer nav ul,
    footer nav ul ul {
        margin: 0;
    }

    footer nav ul ul {
        margin-top: 0;
    }

    footer nav li a {
        display: block;
        height: 100%;
        padding: .5rem 0;
        text-align: left;

        font-weight: 500;
        width: 100%;
    }

    footer nav li a:hover {
        color: var(--main-color);
    }

    footer nav li li {
        margin: 0.6rem 0;
    }
    
    footer div#footer_inner > p {
        position: static;
    }

    footer div#footer_inner p#link_salonshop {
        width: 100%;
        max-width: 360px;
        bottom: inherit;
        right: inherit;
        margin: 0 auto .5rem;
    }

    footer div#footer_inner p#link_salonshop a {
        padding: 0 1rem;
    }

    footer p.copyright {
        color: var(--main-color);
        font-size: .78rem;
    }

    #toTop {
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

/* .animate */
.animate__fadeIn {
    animation-delay: .3s;
    /* アニメーション開始時間 */
}

/* [custom_search_form] */
.custom-search-form {
    width: 100%;
    padding: 2.5em;
    background-color: var(--light-gray-bg);
    border: 2px solid var(--light-gray-border);
}

.custom-search-form select {
    background-color: #fff;
    width: calc(100% - 7em);
}

#category_capacity {
    display: flex;
    padding-bottom: 1em;
    border-bottom: 1px solid var(--light-gray-border);
}

.custom-search-form .category_area,
.custom-search-form .capacity_area {
    width: 50%;
}

.custom-search-form .category_area label,
.custom-search-form .capacity_area label,
.custom-search-form legend span {
    /**/
    width: 6em;
    font-weight: 600;
    text-align: right;
    padding-right: 1em;
}

.custom-search-form .category_area label,
.custom-search-form .capacity_area label {
    display: inline-block;
}

.custom-search-form .material_area {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
    border-bottom: 1px solid var(--light-gray-border);
}

.custom-search-form fieldset {
    display: table-row;
    margin-top: 1em;
    margin-bottom: 1em;
}

.custom-search-form legend {
    display: contents;
}

.custom-search-form legend span,
.custom-search-form fieldset div {
    display: table-cell;
}

.custom-search-form .material_area label {
    display: inline-block;
    margin-right: 2em;
}

.search_button_area {
    padding: 1em 1em 0;
    text-align: center;
}

.search_button_area button {
    padding: .8em 2em;
    border-radius: 1.6em;
    font-size: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.search_button_area #reset_search_button {
    margin-right: 1em;
    color: var(--gray-text);
    background-color: transparent;
    border: 1px solid var(--dark-gray-button-hover);
}

.search_button_area #usces_search_button {
    color: #fff;
    background-color: var(--dark-gray-button);
    border: none;
}

.search_button_area #usces_search_button:disabled {
    background-color: var(--gray-text);
}

.search_button_area #reset_search_button:hover {
    background-color: #fff;
    transition: .3s ease;
}

.search_button_area #usces_search_button:disabled:hover {
    background-color: var(--gray-text);
}

.search_button_area #usces_search_button:hover {
    background-color: var(--dark-gray-button-hover);
    transition: .3s ease;
}

.search_button_area #reset_search_button::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(images/svg/reload.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .5em;
}

.search_button_area #usces_search_button::after {
    content: "";
    display: inline-block;
    width: 2.2em;
    height: 1.3em;
    background-image: url(images/svg/arrow_r_btn_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 1em;
}

.search_button_area #usces_search_button:hover::after {
    background-image: url(images/svg/arrow_r_btn_w_active.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.search_button_area #usces_search_button:disabled:hover::after {
    background-image: url(images/svg/arrow_r_btn_w.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 699px) {
    #category_capacity {
        flex-flow: column nowrap;
    }

    .custom-search-form .category_area,
    .custom-search-form .capacity_area {
        width: 100%;
    }

    .category_area {
        padding-bottom: 1em;
        border-bottom: 1px solid var(--light-gray-border);
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 499px) {
    .custom-search-form {
        padding: 1em;
    }

    .search_button_area {
        display: flex;
        flex-flow: column-reverse nowrap;
        align-items: center;
    }

    .search_button_area button {
        width: 200px;
    }

    .search_button_area #usces_search_button {
        margin-bottom: .5em;
    }

    .search_button_area #reset_search_button {
        margin-right: 0;
    }
}

/* button */
.button_wrapper {
    text-align: center;
}

.button {
    font-size: 1.125em;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 1em 1em 3em;
    border-radius: 2em;
    color: var(--white-color);
    background-color: var(--main-color);
    width: 100%;
    max-width: 25em;
    transition: .3s ease;
}

.button:hover {
    color: var(--white-color);
    background-color: var(--dark-gray-button-hover);
    transition: .3s ease;
}

.button::after {
    content: "";
    width: 50px;
    height: 30px;
    display: inline-block;
    background-image: url("images/svg/arrow_r_btn_w.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.small_btn {}

/* category */





/* page_search_item */
.search-li {
    margin-bottom: 0;
    letter-spacing: 0;
}
