html {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #62410b;
}

body {
    padding-top: 80px;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
    line-height: 0;
}

a {
    text-decoration-line: none;
}

ul li, ol li {
    list-style: none;
}

section[class^="sec_"]{
    padding-bottom: 60px;
}

*[class^="btn_"]{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 75px;
    width: 300px;
    height: 75px;
    text-align: center;
    background-color: #F8CA01;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}


.inner_sec {
    margin: auto;
    width: calc(100% - 40px);
}

.heading2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
    height: 70px;
    background-color: #8fc31f;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.heading3 {
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.under{
    display: inline-block;
    border-bottom: 2px solid #62410B;
}

.desc {
    margin: 0;
    font-size: 18px;
}

.text_red{
    color: #e8412e;
}

.mt20{
    margin-top: 20px;
}

.mt60{
    margin-top: 60px;
}

/* 繝倥ャ繝繝ｼ */
.header_page {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
}

.inner_header {
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    max-width: 1440px;
}

.logo_header {
    display: block;
    margin-right: auto;
    width: 147px;
    height: 40px;
}

.logo_header>img {
    width: 100%;
}

.btn_rsv_header {
    margin-right: 20px;
    padding: 0 20px;
    border-radius: 30px;
    width: auto;
    height: 30px;
    background-color: #e8412e;
    font-size: 16px;
}

.btn_menu_header {
    margin: 0;
    border: none;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    background-color: #8fc31f;
}

.btn-trigger {
    position: relative;
    width: 20px;
    height: 16px;
    cursor: pointer;
  }
  .btn-trigger > span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }



  .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }




/* 繝輔ぃ繝ｼ繧ｹ繝医ン繝･繝ｼ */

.fv {
    padding-bottom: 80px;
    background-color: #F8F2E3;
}

.mv {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    background-color: #F8F2E3;
}


.heading1 {
    margin: 40px auto;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}

.img_fv {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 16px;
}

.fv .desc {
    font-weight: 500;
    font-size: 18px;
}

/* 莠育ｴ�そ繧ｯ繧ｷ繝ｧ繝ｳ */
.sec_rsv {
    overflow: hidden;
    padding: 40px 0;
    background-color: #fff;
}

.btn_rsv {
    background-color: #e8412e;
}

.desc_rsv {
    margin: 20px 0 0;
    font-size: 16px;
    color: #e8412e;
}

/* 豺ｷ髮醍憾豕� */
.sec_cloud {
    padding: 60px 0;
    background: #fff url("/images/bg_sec_01.webp") repeat;
}

.ttl_cloud {
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.ttl_cloud::before,
.ttl_cloud::after {
    content: "";
    display: inline-block;
    vertical-align: super;
    border-top: 2px solid #62410B;
    width: 80px;
    height: 0;
}

.ttl_cloud::before {
    margin-right: 20px;
}

.ttl_cloud::after {
    margin-left: 20px;
}

.stat_cloud {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 64px;
    height: 64px;
    background-color: #fff;
    font-size: 18px;
    color: #e8412e;
}

/* 縺翫＠繧峨○ */
.sec_news {
    background-color: #f8f2e3;
}

.list_news {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list_news>li>a {
    display: flex;
    color: #62410b;
}

.thumb_news {
    overflow: hidden;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.news_wrap_text {
    width: calc(100% - 120px);
}

.news_text01 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 500;
}

.news_text02 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
}

.read_post {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.read_post::before, .link_plan::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #62410B;
}


/* 縺ｧ縺阪ｋ縺薙→ */
.facility, .list_playroom {
    list-style: none;
    margin: 30px auto 0;
    padding: 0;
}

.facility>li, .list_playroom>li {
    margin-bottom: 60px;
}

.facility li figure, .list_playroom>li>figure{
    overflow: hidden;
    border-radius: 12px;
}

.ttl_facility, .ttl_list_playroom {
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.text_facility {
    margin: 0;
}


.desc_list_playroom{
    margin: 0;
    text-align-last: left;
}

.desc_list_playroom + .desc_list_playroom{
    margin-top: 10px;
}


/* 繝輔Ο繧｢繝槭ャ繝� */
.map{
    padding: 40px 0 60px;
    background: #fff url("/images/bg_sec_01.webp") repeat;
}

.wrap_map{
    margin: 0;
}

.wrap_map + .wrap_map{
    margin-top: 20px;
}

/* 譁咎≡陦ｨ */
.list_price{
    margin: 20px 0;
    padding-left: 20px;
}

.link_price{
    list-style: none;
    padding: 0;
}

.link_price > li::before{
    content: "";
    display: inline-block;
    margin-right: 5px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #62410B;
}


.link_price a{
    color: #62410b;
}

.heading_price_table{
    margin: 30px 0 0;
    padding: 10px 0;
    border: 3px solid #62410B;
    background-color: #61c1be;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.heading_price_table .small, .table_price .small, .table_price_room .small{
    font-size: 14px;
}

.heading_price_table.holiday{
    background-color: #F29CA7;
}

.heading_price_table.ex{
    background-color: #B3B3B3;
}
.heading_price_table.evening{
    background-color: #CFA5C8;
}


.table_price{
    border-width: 3px;
    border-color: #62410B;
    border-left-style: solid;
    border-right-style: solid;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.table_price th{
    background-color: #ebf3f5;
}

.table_price.holiday th{
    background-color: #FEEEEF;
}

.table_price.ex th{
    background-color: #E3E3E3;
}

.table_price.ex .weekday{
    background-color: #EBF3F5;
}
.table_price.ex .holiday{
    background-color: #FEEEEF;
}

.table_price.evening th{
    background-color: #EDB9E6;
}

.table_price.evening .weekday{
    background-color: #EBF3F5;
}
.table_price.evening .holiday{
    background-color: #FEEEEF;
}


.yo0, .yo0_2{
    background-color: #e9536c;
    color: #fff;
}

.table_price_room{
    font-size: 18px;
    font-weight: 500;
}

.table_price_room th{
    background-color: #f89900;
}

.table_price th, .table_price td{
    height: 54px;
    font-size: 18px;
}

.table_price .small{
    font-size: 14px;
}


.table_price tr > * + *{
    border-left-style: solid;
    border-color: #62410B;
}

.table_price thead tr > *{
    border-bottom-style: solid;
}

.table_price tr + tr > *{
    border-top-style: solid;
}

.table_price_room{
    border-width: 3px;
    border-color: #62410B;
    border-style: solid;
    width: 100%;
    text-align: center;
}

.table_price_room th, .table_price_room td{
    height: 54px;
}

.table_price_room th{
    border-right-style: solid;
}

.table_price_room tr + tr > *{
    border-top-style: solid;
}

.table_price_room td + td{
    border-left-style: solid;
}

.table_price.ex{
    border-bottom-style: solid;
}

/* 縺企｣滉ｺ九Γ繝九Η繝ｼ */

.sec_foodmenu{
    margin: 30px 0 0;
    padding: 0 !important;
}

.list_food{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}

.list_food>li{
    width: calc((100% - 10px) / 2);
    text-align: center;
}

.list_food>li .thumb{
    margin: 0 0 20px;
}

.list_food .thumb{
    overflow: hidden;
    border-radius: 12px;
}

.ttl_food{
    margin: 0 0 10px;
    font-size: 16px;
}

.text_food{
    margin: 0 0 10px;
    text-align-last: left;
    font-size: 14px;
}

.price_food{
    margin: 0;
    text-align-last: left;
}

.price_food .small, .price_food .small{
    font-weight: 400;
}

.sec_food_kids{
    margin-top: 60px;
    padding-bottom: 0 !important;
}

/* 繧｢繧ｯ繧ｻ繧ｹ */
.sec_access{
    padding-bottom: 0 !important;
}

.table_shopinfo{
    margin: 20px 0;
    width: 100%;
}

.table_shopinfo th, .table_shopinfo td{
    padding-bottom: 10px;
    vertical-align: top;
    text-align-last: left;
    font-size: 16px;
    font-weight: 500;
}

.table_shopinfo th{
    position: relative;
    width: 100px;
}

.table_shopinfo th::after{
    content: "��";
    position: absolute;
    right: 0;
}

.table_shopinfo td{
    padding-left: 20px;
}

.sec_babycar{
    margin: 60px auto 0;
    padding-bottom: 0;
    width: calc(100% - 40px);
    max-width: 1065px;
}

.movie_babycar{
    overflow: hidden;
    max-width: calc(100vw - 40px);
    width: 100%;
}

.ttl_babycar{
    margin: 0 auto 10px;
    text-align: center;
}


/* gmap */
.gmap {
    overflow: hidden;
    position: relative;
    height: 241px;
}

.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 繧､繝ｳ繧ｹ繧ｿ */

.insta{
    padding: 20px 0 60px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.wrap_insta_logo{
    margin: 10px auto 0;
    width: 40px;
    height: 40px;
}

/* 縺企｡倥＞ */

.list_style1{
    padding-left: 1em;
}

.list_style1 li{
    list-style: disc;
}

.anno{
    margin: 0;
}

.attention{
    padding-bottom: 60px;
}

/* 縺雁ｭ先ｧ伜髄縺代�繝ｩ繝ｳ */


.plan{
    list-style: none;
    margin-top: 40px;
    padding: 0;
}

.plan > li + li{
    margin-top: 50px;
}

.plan > li a{
    color: #62410b;
}

.link_plan{
    text-decoration: underline;
}

/* 繧ｰ繝ｫ繝ｼ繝怜ｺ苓� */

.list_groupshop{
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding-left: 0;
}

.list_groupshop a{
    color: #62410b;
}

.ttl_groupshop{
    margin: 0 0 10px;
}

.desc_groupshop{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}


.job_opening{
    margin-top: 20px;
    padding: 80px 0 20px;
    background-color: #8fc31f;
    color: #fff;
}

.ttl_job_opening{
    margin: 0 auto 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}


/* 繝輔ャ繧ｿ繝ｼ */

.footer_page{
    padding: 40px 60px;
    background-color: #8fc31f;
    text-align: center;
    color: #fff;
}

.logo_footer{
    margin: auto;
    width: 100px;
}
.footer_link{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
}

.footer_link a{
    color: #fff;
}

.copy{
    margin: 10px 0 0;
}
