@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
    /* 16px x 0.625 = 10px(=1rem) */
}

body {
    background-color: var(--body-bgcolor);
}

body {
    position: relative;
    font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    color: #3d3834;
    word-break: break-all;
    font-size: 14px;
    font-weight: 400;
}

p {
    line-height: 2;
}

* {
    outline: none;
}

a {
    text-decoration: none;
}

img[src$=".svg"] {
    height: auto;
    max-width: 100%;
}

i,
svg {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

.footer {
    padding: 2.4rem 0 18%;
}

.footer__copy {
    text-align: center;
    font-size: 1rem;
}

img {
    max-width: 100%;
}

.wrap {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;
}

.container {
    padding: 0 4.25%;
}

.inline-block {
    display: inline-block;
}

.button {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: #e58ba5;
    display: inline-block;
    position: relative;
    border-radius: 9999px;
    padding: 1.8rem 0;
}

.button::before {
    background-color: #d3d4d4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    z-index: -1;
    border-radius: 9999px;
    left: 0;
}

.button--image {
    padding: 0;
}

.button--image img {
    border-radius: 9999px;
}

.search__button {
    text-align: center;
    padding-bottom: 4rem;
}

.flow-location {
    background-image: url(../img/bg_flow.png);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 2rem;
}

.flow-location .container {
    padding: 0 4.45% 0 4.05%;
}

.flow-location__inner {
    background-color: #fff;
    padding: 0 3% 2rem;
}

.flow-location__area {
    background-color: #b38b79;
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 0;
    font-size: 1.7rem;
}

.flow-location__shop {
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.4rem;
}

.flow-location__table th,
.flow-location__table td {
    border-bottom: 7px solid #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.flow-location__table th {
    background-color: #eae0d9;
    text-align: center;
    width: 80px;
    vertical-align: middle;
}

.flow-location__table td {
    text-align: left;
    padding-left: 1.6rem;
}

.cvarea {
    margin-top: 3.5rem;
    text-align: center;
    padding-bottom: 4.2rem;
}


.secShopInfo {
    width: 100%;
    background-color: #fff6f9;
    padding-top: 40px;
}

.shoplist__pref {
    background-color: #e58ba5;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    padding: 2px 12px;
    font-size: 1em;
    font-weight: bold;
    margin-right: 8px;
    vertical-align: middle;
}


.shoplist__area {
    background-color: #b38b79;
    color: #fff;
    padding: 2.2rem 1.2rem;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
}

.shoplist__area:not(:first-child) {
    margin-top: 1.25rem;
}

.shoplist__area::after,
.shoplist__area::before {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 1.6rem;
    top: 50%;
}

.shoplist__area::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.shoplist__area.is-open::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.shoplist__content {
    display: none;
}

.shoplist__content.is-open {
    padding-top: 3rem;
}

.shoplist__block {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.shoplist__name {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.shoplist__date {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
}

.shoplist__date dt,
.shoplist__date dd {
    border-bottom: #928280 solid 1px;
    padding: 1.2rem 0;
}

.shoplist__date dt {
    padding-right: 3rem;
}

.shoplist__date dt:nth-last-child(2) {
    border-bottom: none;
}

.shoplist__date dd:last-child {
    border-bottom: none;
}

.shoplist__map {
    position: relative;
    padding-top: 48%;
}

.shoplist__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shoplist__button {
    text-align: center;
    margin-top: 2.5rem;
}

.shoplist__button a {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #e58ba5;
    display: inline-block;
    position: relative;
    border-radius: 9999px;
    padding: 1.6rem 3rem;
    font-size: 1.5rem;
}

.shoplist__button a::before {
    background-color: #d3d4d4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    z-index: -1;
    border-radius: 9999px;
    left: 0;
}

.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.floating__inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
}

.floating__inner a {
    width: 50%;
}

.floating__image {
    /*background-image: url(../img/floating_select_on.png);
  padding-top: 15.1%;*/
    width: 100%;
    /*background-size: 100% auto;*/
    position: relative;
}

/*.floating__image.is-disable {
  background-image: url(../img/floating_select_off.png);
}*/
.floating__image::before {
    background-color: #d3d4d4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6px;
    display: block;
    content: "";
    z-index: -1;
    border-radius: 9999px;
    left: 0;
}

.search__button .floating__image img {
    display: none;
    border-radius: 9999px;
}

.search__button:has(.is-disable) .off {
    display: block;
}

.search__button:not(:has(.is-disable)) .on {
    display: block;
}

.floating__count {
    position: absolute;
    /* right: 9%;
  bottom: 36%;*/
    right: 4.5%;
    top: -20%;
    font-size: 4.9372340426vw;
    color: #e58ba5;
    font-weight: bold;
    padding: 0 1.05em;
    z-index: 0;
}

.floating__count::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/_wp/wp-content/themes/Ichikura_2022/lp_hakama_select/img/img_heart.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1 / .903;
    z-index: -1;
}

.is-disable .floating__count {
    padding: 0 1.05em;
}

#aperture {
    padding-left: 4.25% !important;
    padding-right: 4.25% !important;
}

#aperture .p-aperture__ttl {
    margin-left: -4.25%;
    margin-right: -4.25%;
    width: auto;
    margin-bottom: 2.7rem;
}

#aperture .p-aperture__item__container {
    grid-template-columns: repeat(2, 1fr);
}

#aperture .p-aperture__item__container .item-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

#aperture .p-aperture__item__card {
    max-width: inherit;
}

#aperture .p-aperture__item__card__btn {
    width: 100%;
    font-weight: bold;
}

#aperture .p-aperture__item__card__btn.is-disable {
    background-color: #b7b4b2;
    border: 1px #b7b4b2 solid;
    color: #b7b4b2;
    color: #fff;
}

#aperture .p-aperture__item__card__btn.is-disable::before {
    background-image: url(/_wp/wp-content/themes/Ichikura_2022/lp_hakama_select/assets/img/images/ic_like_disabled.svg);
}

#aperture .p-aperture__item__card__txt {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
}

#aperture .p-aperture__item__card__txt--name {
    line-height: 1.5;
}

#aperture .p-aperture__item__card__txt--price {
    margin-top: 0.5rem;
    font-weight: 600;
}

#aperture .p-aperture__item__card__txt--price span {
    font-weight: 600;
}

#aperture .p-aperture__category__description {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;

}

#aperture .p-aperture__category__description-lg {
    text-align: center;
}

#aperture .p-aperture__category__description-lg span {
    color: #c22767;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: .6em;
    font-size: 1.3em;
}

#aperture .p-aperture__category__price {
    position: relative;
}

#aperture .p-aperture__category__price::before {
    content: "";
    display: block;
    width: 78%;
    height: 5px;
    background-color: #eae0d9;
    position: absolute;
    top: 9px;
    border-radius: 10px;
}

#aperture .p-aperture__category__price__list.active {
    background-color: #f0f0f0;
    /* 軽いグレーの背景 */
}

#aperture .p-aperture__category__price__list__btn {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .footer {
        padding: 4.8rem 0 18%;
    }

    .footer__copy {
        font-size: 2rem;
    }

    .search__button {
        padding-bottom: 8rem;
    }

    .flow-location {
        padding-bottom: 4rem;
    }

    .flow-location__area {
        font-size: 3.4rem;
    }

    .flow-location__shop {
        font-size: 2.8rem;
        padding: 2rem 0;
    }

    .flow-location__table th,
    .flow-location__table td {
        border-bottom-width: 1.5rem;
    }

    .flow-location__table th {
        width: 170px;
    }

    .flow-location__table td {
        padding-left: 3.2rem;
    }

    .cvarea {
        margin-top: 7rem;
        padding-bottom: 8.5rem;
    }

    .shoplist__area {
        font-size: 3rem;
        padding: 4.2rem 2.4rem;
    }

    .shoplist__area::after,
    .shoplist__area::before {
        right: 3.2rem;
        width: 18px;
    }

    .shoplist__content.is-open {
        padding-top: 6rem;
    }

    .shoplist__block {
        margin-top: 6rem;
        margin-bottom: 8rem;
    }

    .shoplist__name {
        font-size: 3rem;
    }

    .shoplist__date {
        font-size: 2.8rem;
    }

    .shoplist__date dt,
    .shoplist__date dd {
        padding: 2.4rem 0;
    }

    .shoplist__date dt {
        padding-right: 6rem;
    }

    .shoplist__button {
        margin-top: 5rem;
    }

    .shoplist__button a {
        font-size: 3rem;
        padding: 3.2rem 6rem;
    }

    #aperture .p-aperture__ttl {
        margin-bottom: 5.4rem;
    }

    #aperture .p-aperture__item__container {
        grid-template-columns: repeat(4, 1fr);
    }

    #aperture .p-aperture__item__card__btn {
        margin-top: 2.2rem;
    }

    #aperture .p-aperture__item__card__txt {
        margin-top: 2rem;
    }

    #aperture .p-aperture__item__card__txt--price {
        margin-top: 1rem;
    }

    #aperture .p-aperture__category__description {
        padding-left: 2.8rem;
        padding-right: 2.8rem;
    }

    #aperture .p-aperture__category__description-lg {
        font-size: 2.3rem;
    }

    #aperture .p-aperture__category__description-lg span {
        /*font-size: 2.6rem;*/
        font-size: 3.0rem;
    }

    #aperture .p-aperture__category__price::before {
        height: 14px;
        top: 8px;
    }
}


.site-wrapper {
    max-width: 600px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.site-wrapper * {
    max-width: 100%;
    box-sizing: border-box;
}



@media screen and (min-width: 768px) and (max-width: 940px) {
    .floating__count {
        font-size: clamp(20px, 2.53vw + 1.637rem, 4.641rem);
    }
}

@media screen and (min-width: 941px) {
    .floating__count {
        font-size: 4.641rem;
    }
}

@media screen and (max-width: 767px) {
    #aperture .p-aperture__item__card__btn {
        font-size: 2vw;
        padding: 2vw 0;
    }
}

.mb85 {
    margin-bottom: 85px;
}

@media screen and (max-width: 1024px) {
    .mb85 {
        margin-bottom: 9.04255vw;
    }
}

.sp_767 {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp_767 {
        display: inline;
    }
}

.plan a {
    display: block;
    margin-top: -1px;
}


.qa-section {
    width: 100%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
}

.qa-item {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f9f9f9;
}

.qa-question {
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    margin: 0;
    background-color: #e0e0e0;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.qa-question:hover {
    background-color: #d0d0d0;
}

.qa-answer {
    padding: 15px;
    margin-top: 5px;
    background-color: #fff;
}

@media (max-width: 600px) {
    .qa-question {
        font-size: 14px;
        padding: 12px;
    }

    .qa-answer {
        font-size: 14px;
        padding: 12px;
    }
}


.qa-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}


.reviews-container {
    max-width: calc(100% - 50px);
    max-height: 500px;
    margin: 0 auto;
    overflow-y: auto;
    padding: 10px;
    padding-right: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}

.review {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

.review h3 {
    margin: 0 0 8px;
    font-size: 1.1em;
    color: #333;
}

.review p {
    margin: 0 0 8px;
    color: #666;
    font-size: 0.9em;
}

.review strong {
    color: #000;
}

@media (max-width: 600px) {
    .reviews-container {
        padding-right: 10px;
    }

    .review img {
        width: 40px;
        height: 40px;
    }

    .review h3 {
        font-size: 1em;
    }

    .review p {
        font-size: 0.8em;
    }
}

@media screen and (min-width: 601px) {

    .seckv {
        padding-top: 83px !important;
    }


    .sec07 {
        margin-top: -121px !important;
    }

    .shopinfo-h {
        font-size: 32px !important;
    }

    .shopinfo-record {
        font-size: 19px !important;
    }

    .shopinfo-record__content--date p {
        font-size: 21px !important;
    }

    .hakama-item__txt {
        font-size: 14px !important;
    }

    .floating__count {
        font-size: 32px !important;
    }

    .slideitem__no {
        font-size: 16px !important;
    }

    .hakama-note {
        font-size: 19px !important;
    }

    .shoplist__block {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
    }

    .shoplist__name {
        font-size: 15px !important;
        margin-bottom: 20px !important;
    }

    .shoplist__date {
        font-size: 14px !important;
    }

    .shoplist__date dt,
    .shoplist__date dd {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .shoplist__date dt {
        padding-right: 3rem !important;
    }

    .shoplist__button {
        margin-top: 25px !important;
    }

    .shoplist__button a {
        font-size: 15px !important;
        padding: 16px 30px !important;
    }

    .header .l-header__hamburger,
    .l-header__hamburger {
        width: 60px !important;
        height: 60px !important;
        top: 20px !important;
    }
}