/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* カラー変数 */
:root {
    --color-user-500: rgb(52 147 83);
    --color-base-white: #FFFFFF;
    --color-gray-50: #F9FAFB;
    --color-gray-400: #9CA3AF;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    /* background: #fafbfa; */
    margin: 0;
    padding: 0;
}

.font-body {
    color: #292929;
    font-family: YuGothic,Yu Gothic,Zen Kaku Gothic New,Avenir,Helvetica Neue,Helvetica,Arial,Hiragino Sans,ヒラギノ角ゴシック,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

/* ヘッダー */
.p-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.5rem;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid rgb(229 231 235);
    height: 68px;
}
.p-header__logo {
    width: 25%;
}

.p-header__logo-link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    cursor: pointer;
}
@media screen and (max-width:768px){
    .p-header__logo-link {
        width: 103px;
        height: 24px;
    }
}
.p-header__logo-icon {
    width: 130px;
    height: 30px;
}
@media screen and (max-width:768px){
    .p-header__logo-icon {
        -o-object-fit: contain;
           object-fit: contain;
        width: 100%;
        height: auto;   
    }
}
.p-header__logo-text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #3ca36e;
}
.p-header__search-container {
    width: 50%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    max-width: 400px;
}
.p-header__search-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    width: 100%;
    height: 2.5rem;
    background-color: rgb(243 244 246);
    border: 1px solid rgb(229 231 235);
    border-radius: 9999px;
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(17 24 39);
}
.p-header__search-input {
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
}
.p-header__search-input::-webkit-input-placeholder {
    color: rgb(156 163 175);
}
.p-header__search-input::-moz-placeholder {
    color: rgb(156 163 175);
}
.p-header__search-input:-ms-input-placeholder {
    color: rgb(156 163 175);
}
.p-header__search-input::-ms-input-placeholder {
    color: rgb(156 163 175);
}
.p-header__search-input::placeholder {
    color: rgb(156 163 175);
}
.p-header__search-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-header__search-icon {
    color: rgb(131 209 169);
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.p-header__search-icon:hover {
    color: rgb(52 147 83);
}
.p-header__detail-search {
    font-family: "Yu Gothic", "YuGothic", "Zen Kaku Gothic New", "Avenir", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.p-header__menu-icon-wrapper {
    color: rgb(52 147 83);
    cursor: pointer;
    min-width: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-header__menu-icon {
   width: 48px;
   height: 24px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}
/* //ヘッダー */

.p-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
    width: 100%;
    padding: 48px 64px;
}
.p-hero__logo {
    width: 220px;
    height: 220px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,0.04);
            box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.p-hero__logo-img {
    width: 180px;
    height: 180px;
}
.p-hero__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}
.p-hero__desc {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}
.p-hero__title {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: rgba(60,163,110,0.85);
    border-radius: 12px;
    padding: 24px 48px;
    margin-bottom: 24px;
    display: inline-block;
}
.p-hero__link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}
.p-category-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    margin: 48px 0 0 0;
}
.p-category-bar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3ca36e;
    font-size: 16px;
    cursor: pointer;
    min-width: 80px;
}
.p-category-bar__item.is-selected {
    color: #fff;
    background: #888;
    border-radius: 50%;
    padding: 8px 0;
}
.p-category-bar__icon {
    font-size: 32px;
    margin-bottom: 8px;
}
.p-category-bar__label {
    font-size: 15px;
}
.p-category-bar__item.is-recommend {
    color: #3ca36e;
    font-weight: bold;
    border-bottom: 2px solid #3ca36e;
}
.p-category-bar__item.is-new {
    color: #b2d8c6;
}
.p-category-bar__item.is-discount {
    color: #b2d8c6;
}

/* サイドバーのトランジションアニメーション */
.transition {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
}

.transform {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.translate-x-full {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
}

.translate-x-0 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

/* オーバーレイのスタイル */
.sidebar-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.p-modal{
    width: 736px;
    height: 100%;
    position: fixed;
    z-index: 10000;
    right:0;
    top:0;
    -webkit-box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
            box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 24px;
}
@media screen and (max-width:768px){
    .p-modal{
        width: 100%;
    }
}
.p-drawer__close-icon{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
}
.text_md_medium{
    font-weight: 500;
}
.text-color_user_500 {
    color: rgb(52 147 83/1);
}
.p-drawer__nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
}
.p-drawer__hr{
    border: 0 solid #e5e7eb;
    border-top-width: 1px;
}
.p-drawer__nav{
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.p-overlay{
    position: absolute;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}
[x-cloak] {
    display: none !important;
}
.carousel .control-next.control-arrow:before{
    top:50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.carousel.carousel-slider .control-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.swiper-pagination{
    bottom: 0;
    /* height: 24px; */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.swiper-pagination-bullet { 
    -webkit-transition: opacity 0.25s ease-in; 
    -o-transition: opacity 0.25s ease-in; 
    transition: opacity 0.25s ease-in;
    opacity: 0.3;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0 8px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.9);
            box-shadow: 1px 1px 2px rgba(0,0,0,0.9);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px!important;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    opacity: 1;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
    height: 100%;
}

/* キャラクター画像のレスポンシブスタイル */
.character-image {
    position: absolute;
    border-radius: 9999px;
}

/* モバイル向けスタイル */
@media (max-width: 767px) {
    .character-image {
        width: 72px;
        height: 72px;
        bottom: -8px;
        left: -24px;
    }
    .p-header {
        padding: 0 1.5rem;
    }
    .p-header__logo {
        width: auto;
    }
    .p-header__search-container {
        display: none;
    }
    .p-header__sp-search {
        display: block;
        padding: .75rem;
    }
    .p-header__menu-icon-wrapper {
        width: auto;
    }
}

/* PC向けスタイル */
@media (min-width: 768px) {
    .character-image {
        width: 138px;
        height: 138px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -200px;
    }
    .p-header__search-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .p-header__sp-search {
        display: none;
    }
}

/* 背景画像コンテナのレスポンシブスタイル */
.bg-container {
    margin: 0 auto;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    /* margin-top:68px; */
    margin-bottom: 0.75rem;
}

/* モバイル向けスタイル */
@media (max-width: 767px) {
    .bg-container {
        width: 351px;
        height: 200px;
        background-image: url('/images/top-bg-mobile.png');
        padding: 0 1rem;
    }
}

/* PC向けスタイル */
@media (min-width: 768px) {
    .bg-container {
        width: 1168px;
        height: 277px;
        background-image: url('/images/top-bg-pc.png');
    }
}

/* ヒーローセクションのレスポンシブスタイル */
.hero-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    gap: 0.75rem;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.hero-description {
    text-align: center;
    color: white;
}

.hero-title-image {
    width: 544px;
    height: 74px;
}
@media screen and (max-width:768px){
    .hero-title-image {
        width: 100%; /* 544pxの半分 */
        height: auto; /* 74pxの半分 */
    }
}
.hero-footer {
    text-align: center;
    color: white;
}
@media screen and (max-width:768px){
    .hero-footer {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}
.hero-footer-link {
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* モバイル向けスタイル */
@media (max-width: 767px) {
    .hero-description {
        font-size: 0.75rem; /* text-xs */
    }
   
}

/* PC向けスタイル */
@media (min-width: 768px) {
    .hero-description {
        font-size: 0.875rem; /* text-sm */
    }

    .hero-footer {
        font-size: 0.875rem;
    }
}

/* フィルターセクションのレスポンシブスタイル */
.filter-container {
    margin: 0 auto;
    overflow-x: scroll;
    width: 1168px;
    max-width: 100%;
    margin-bottom: 0.75rem;
}

.filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0.5rem;
    gap: 2.5rem;
}

.filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    color:rgb(163 163 163);
}

.filter-item span {
    /* color: rgb(156 163 175); */
    font-size: 10px;
    font-weight: 700;
}

.filter-item:hover span {
    color: rgb(31 41 55); /* text-color_gray_800 */
}

.filter-item.selected {
    border-bottom: 2px solid rgb(52 147 83); /* border-color_user_500 */
}

.filter-item.selected span {
    color: rgb(31 41 55); /* text-color_gray_800 */
}

.filter-item .studio-icon {
    width: 36px;
    height: 36px;
}

.filter-item .studio-icon svg {
    color: rgb(131 209 169); /* text-color_user_300 - デフォルト色 */
}

.filter-item.selected .studio-icon svg {
    color: rgb(52 147 83); /* text-color_user_500 - 選択時の色 */
}

/* スタジオ一覧アイコンのスタイル */
.filter-item .studio-icon.all-studios svg {
    color: rgb(115 115 115);
}

.filter-item.selected .studio-icon.all-studios svg {
    color: rgb(115 115 115);
}

/* モバイル向けスタイル */
@media (max-width: 767px) {
    .filter-container {
        padding: 0 1rem;
    }

    .filter-item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .filter-item .studio-icon {
        width: 24px;
        height: 24px;
    }
}

/* PC向けスタイル */
@media (min-width: 768px) {

    .filter-item {
        width: 52px;
        min-width: 52px;
    }
}

/* StudioIconコンポーネントのスタイル */
.studio-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.studio-icon svg {
    width: 100%;
    height: 100%;
}

.studio-icon.pointer {
    cursor: pointer;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.studio-icon.spin {
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
}

/* アイコンサイズのレスポンシブ対応 */
@media (max-width: 767px) {
    .studio-icon.responsive {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 768px) {
    .studio-icon.responsive {
        width: 36px;
        height: 36px;
    }
}

/* 都道府県タブ */
/* フィルターコンテナ */
.filterContainer {
    margin-left: auto;
    margin-right: auto;
    overflow: scroll;
    width: 1168px;
    max-width: 100%;
    margin-bottom: 0.75rem;
}

/* フィルター */
.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    width: 100%;
}

/* タブコンテナ */
.tabContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    color: var(--color-user-500);
    overflow-x: auto;
}

/* スクロールバー非表示 */
.hidden-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* タブアイテム */
.tabItem {
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-left: 1px solid var(--color-user-500);
    border-top: 1px solid var(--color-user-500);
    border-right: 1px solid var(--color-user-500);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

/* 選択されたタブ */
.tabItemSelected {
    color: var(--color-base-white);
    background-color: var(--color-user-500);
}

/* タブコンテンツ */
.tabContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid var(--color-gray-400);
    padding: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-gray-400);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    gap: 1rem;
    cursor: pointer;
}

/* 選択されたタブコンテンツ */
.tabContentSelected {
    color: var(--color-user-500);
}

/* 区切り線 */
.divider {
    height: 0.75rem;
    width: 1px;
    background-color: var(--color-gray-400);
}

/* スタジオなし表示 */
.noStudio {
    width: 100%;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 1.125rem;
    font-weight: 500;
    background-color: var(--color-gray-50);
    border-radius: 0.5rem;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
}



/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .filterContainer {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 768px) {
    .filters {
        gap: 1.5rem;
    }

    .tabItem {
        width: 80px;
        font-size: 0.875rem;
    }

    .tabContent {
        padding: 1rem;
        gap: 0.75rem;
    }
}

@media (max-width: 640px) {
    .filterContainer {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .filters {
        gap: 1rem;
    }

    .tabItem {
        width: 70px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .noStudio {
        font-size: 1rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
.tabContent{
    cursor: default;
}
.tabContentItem {
    padding-right: 1rem;
    border-right: 1px solid var(--color-gray-400);
    cursor: default;
}
.tabContentItem__inner{
    cursor: pointer;
}

/* レイアウト構造のレスポンシブスタイル */
.layout-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* overflow: hidden; */
}
.l-main-detail{
    margin-top: 68px;
}
.layout-header-container {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--color-base-white);
    z-index: 50;
}

.layout-main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* overflow: hidden; */
    /* height: calc(100svh - 68px); */
    margin-top: 68px;
}

.layout-inner {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* overflow-y: scroll; */
}

.layout-children {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

/* モバイル向けの調整 */
@media (max-width: 767px) {
    .layout-inner {
        /* トップページとスタジオ詳細ページ以外でスクロールバーを非表示 */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .layout-inner::-webkit-scrollbar {
        display: none;
    }
}

/* PC向けの調整 */
@media (min-width: 768px) {
    .layout-main-container {
        /* ドラッグ&ドロップ防止 */
        pointer-events: none;
    }
    
    .layout-main-container > * {
        pointer-events: auto;
    }
}
.p-header__search-modal{
    z-index: 100000;
    background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
    .pc-footer {
        display: none;
    }
    .sp-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    .pc-footer {
        display: block;
    }
    .sp-footer {
        display: none;
    }
}
.c-prof__icon{
    width: 36px;
    height: 36px;
}
@media screen and (max-width:768px){
    .c-prof__icon{
        width: 36px;
        height: 36px;
    }
}
.p-label-positon{
    position: absolute;
    z-index: 30;
    left:.75rem

}
.p-filter-pc{
    /* display: none; */
}
.c-label-text{
    white-space: nowrap;
}
.p-modal-img{
    width: 100%;
}
.p-modal-wrap{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
@media screen and (max-width:768px){
    .p-modal-wrap{
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
}
.swiper-button-next.period-modal-next {
    width: 44px;
    height: 44px;
}
.swiper-button-prev.period-modal-prev {
    width: 44px;
    height: 44px;
}
@media screen and (max-width:768px){
    .swiper-button-next.period-modal-next {
        width: 36px;
        height: 36px;
    }
    .swiper-button-prev.period-modal-prev {
        width: 36px;
        height: 36px;
    }
}
.p-height-line{
    height: 100%;
}
.c-figure-text{
    font-family: YuGothic;
}
.swiper-pagination-bullet-active {
    background: #fff!important;
}

/* Chrome/Edge/Safari date/time picker icon: hide visually but keep clickable for selector */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    /* display: none; ← これを削除 */
    position: absolute;
    right: 0;
    width: 24px;
    height: 100%;
    cursor: pointer;
}
/* Remove default icon for Firefox */
input[type="date"]::-moz-calendar-picker-indicator,
input[type="time"]::-moz-calendar-picker-indicator {
    opacity: 0;
    /* display: none; ← これを削除 */
}

/* カスタム: time picker の選択肢ホバー色をグリーンに */
input[type="time"]::-webkit-datetime-edit-fields-wrapper:focus-within,
input[type="time"]:focus {
    border-color: #349353 !important;
    -webkit-box-shadow: 0 0 0 1.5px #349353 !important;
            box-shadow: 0 0 0 1.5px #349353 !important;
}
input[type="time"]::-webkit-input-placeholder { color: #a3a3a3; }
input[type="time"]:focus::-webkit-input-placeholder { color: #349353; }

/* Firefox用 */
input[type="time"]:focus {
    border-color: #349353 !important;
    -webkit-box-shadow: 0 0 0 1.5px #349353 !important;
            box-shadow: 0 0 0 1.5px #349353 !important;
}

.flatpickr-day:hover, .flatpickr-day:focus {
  background: rgb(131, 209, 169) !important;
  color: #fff !important;
  border-radius: 50% !important;
}
.flatpickr-calendar {
  padding: 10px !important;
}
.flatpickr-calendar{
    width: auto !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: rgb(131, 209, 169);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: rgb(131, 209, 169);
}
.flatpickr-day{
    max-width: 39px;
    line-height: 36px;
}
.share-icon-outer {
    width: 100%;
    width: 57px;
    height: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 9999px;
    border: 1px solid #D1D5DB; /* gray-400 */
    cursor: pointer;
    background: #fff;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.share-icon-outer.--adj {
    max-width: 57px;
    max-height: 57px;
}
.share-icon-outer:hover {
    -webkit-box-shadow: 0 0 0 2px #06C75533;
            box-shadow: 0 0 0 2px #06C75533;
}
.share-icon-outer svg {
    width: 34px;
    height: 34px;
}
.p-icon-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.c-clear{
    margin-left: 8px;
}
.p-card-area{
    padding-bottom: 0;
    margin-top: 2.5rem;
}
@media screen and (max-width:768px){
    .p-card-area{
        padding-bottom: 6rem;
        margin-top: 1rem;
    }
}
.p-parent-wrap{
    gap: 1rem;
    padding-top: 1rem;
    margin-bottom: 104px;
}

@media (min-width: 768px) {
    .p-parent-wrap{
        gap: 2.5rem;
        padding-top: 2.5rem;
        /* margin-top: 68px; */
        margin-bottom: 72px;
    }
}
@media screen and (max-width:768px){
    .p-parent-wrap{
        margin-top: 90px;
    }
}
.p-search-cont{
    margin-bottom: 72px;
}
@media screen and (max-width:768px){
    .p-search-cont{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media screen and (max-width:768px){
    .p-layout-inner{
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.c-number-text{
    font-family: YuGothic, Yu Gothic;
}
.text-color_user_500 {
    color: rgb(52 147 83/1) !important;
}
.filter-item .studio-icon svg{

}
.c-font-normal{
    font-weight: normal;
}
.p-custom-text {
    font-size: 18px;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 700;
}
@media screen and (max-width:768px){
    .p-custom-text {
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0;
        line-height: 20px;
    }
}
.p-custom-price{
    font-size: 32px;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0;
    line-height: 38.4px;
}
@media screen and (max-width:768px){
    .p-custom-price{
        font-size: 20px;
        text-decoration: none;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0;
        line-height: 28px;
    }
}
.c-price-label{
    display: inline-block;
}
@media screen and (max-width:768px){
    .c-price-label{
        font-size: 10px;
        line-height: 1;
    }
    .c-price-label span{
        font-size: 10px;
    }
    .p-price-box{
        width: 100%;
        text-align: right;
    }
    .p-price-text{
        line-height: 1.2;
    }
}
.p-card-cont{
    z-index: 10;
}
.p-card-cont__header{
    z-index: 11;
}