@charset "UTF-8";
/* CSS Document */
/* font
=========================================== */
@font-face { /*NotoSansJP*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Regular.ttf"); src: url("../fonts/font/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Regular.woff") format("woff"), url("../fonts/font/NotoSansJP-Regular.ttf") format("truetype"); font-weight: 400; }
@font-face { /*NotoSansJPボールド*/
font-family: 'NotoSansJP'; src: url("../fonts/font/NotoSansJP-Bold.ttf"); src: url("../fonts/font/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/font/NotoSansJP-Bold.woff") format("woff"), url("../fonts/font/NotoSansJP-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Poppins*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Medium.ttf"); src: url("../fonts/font/Poppins-Medium.woff2") format("woff2"), url("../fonts/font/Poppins-Medium.woff") format("woff"), url("../fonts/font/Poppins-Medium.ttf") format("truetype"); font-weight: 500; }
@font-face { /*Poppinsボールド*/
font-family: "Poppins"; src: url("../fonts/font/Poppins-Bold.ttf"); src: url("../fonts/font/Poppins-Bold.woff2") format("woff2"), url("../fonts/font/Poppins-Bold.woff") format("woff"), url("../fonts/font/Poppins-Bold.ttf") format("truetype"); font-weight: 700; }
@font-face { /*Dela Gothic One*/
font-family: "Dela Gothic One"; src: url("../fonts/font/DelaGothicOne-Regular.ttf"); src: url("../fonts/font/DelaGothicOne-Regular.woff2") format("woff2"), url("../fonts/font/DelaGothicOne-Regular.woff") format("woff"), url("../fonts/font/DelaGothicOne-Regular.ttf") format("truetype"); font-weight: 400; }
/* Link
=========================================== */
a:link, a:visited { color: #000000; text-decoration: none; }

a:hover, a:active { color: #000000; text-decoration: none; }

a { outline: none; transition: 0.3s; }

a img { transition: 0.3s; }

:focus { outline: none; }

/* LAYOUT
=========================================== */
body { overflow: hidden; width: 100%; }

.pc { display: none !important; }

.sp { display: block; }

body { color: #000000; background: #F8F4EA; font-size: 16px; line-height: 1.6; font-family: YakuHanJP,'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif; font-weight: 400; font-style: normal; word-break: break-all; }

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

table { width: 100%; table-layout: fixed; }

h1, h2, h3, h4, h5, h6 { font-weight: 700; }

.wrap { position: relative; }

input, select { -webkit-appearance: auto; appearance: auto; }

/*共通設定*/
.btn01 { width: 100%; max-width: 360px; height: 80px; margin: 60px auto 0; }

.btn01 a { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 70px 0 40px; background: #3BB80D; border: 2px solid #3BB80D; box-sizing: border-box; border-radius: 230px; position: relative; }

.btn01 a .btn-text { color: #FFFFFF; line-height: 1.8; font-weight: 700; transition: 0.3s; }

.btn01 a .arrow { display: block; width: 44px; height: 44px; border-radius: 50%; background-color: #FFFFFF; background-image: url("../img/common/btn_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }

.c_btn01.btn01 a { background: #EA5413; border: 2px solid #EA5413; }

.c_btn01.btn01 a .btn-text { padding-left: 30px; box-sizing: border-box; font-size: 14px; position: relative; }

.c_btn01.btn01 a .btn-text::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_mail02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: 0.3s; }

.c_btn01.btn01 a .arrow { background-image: url("../img/common/btn_arrow03.svg"); }

.p_btn01.btn01 a .btn-text { padding-left: 30px; box-sizing: border-box; font-size: 14px; position: relative; }

.p_btn01.btn01 a .btn-text::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/common/icon_page02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: 0.3s; }

.i_btn01 { width: 100%; max-width: 360px; height: 80px; margin: 60px auto 0; }

.i_btn01 a { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 70px 0 40px; box-sizing: border-box; border-radius: 230px; position: relative; background: linear-gradient(90deg, #f2684b 0%, #df3075 53%, #8c05a8 100%); }

.i_btn01 a .btn-text { padding-left: 32px; box-sizing: border-box; position: relative; color: #FFFFFF; line-height: 1.8; font-weight: 700; }

.i_btn01 a .btn-text::before { content: ""; display: block; width: 24px; height: 24px; background: url("../img/common/icon_insta02.png") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: 0.3s; }

.i_btn01 a .arrow { display: block; width: 44px; height: 44px; border-radius: 50%; background-color: #FFFFFF; background-image: url("../img/common/insta_arrow.png"); background-size: 18px; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }

.btn02 { text-align: right; margin-top: 40px; }

.btn02 a { display: inline-flex; align-items: center; justify-content: flex-end; }

.btn02 a .btn-text { font-weight: 700; transition: 0.3s; }

.btn02 a .arrow { display: inline-block; width: 36px; height: 36px; border-radius: 50%; border: 2px solid #3BB80D; box-sizing: border-box; background-color: #3BB80D; background-image: url("../img/common/btn_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: 14px; margin-left: 20px; transition: 0.3s; }

.title01 { margin-bottom: 60px; text-align: center; }

.title01 .en { display: block; font-family: "Poppins"; font-size: 16px; color: #EA5413; margin-bottom: 10px; text-transform: uppercase; }

.title01 .ja { display: block; font-size: 32px; }

.title01 .ja .sub { display: block; font-size: 20px; }

.title01.shiro .en { color: #FFFFFF; }

.tel_box { text-align: center; }

.tel_box .tel .num { padding-left: 36px; box-sizing: border-box; font-size: 28px; font-weight: 500; position: relative; }

.tel_box .tel .num::before { content: ""; display: block; width: 28px; height: 28px; background: url("../img/common/icon_tel.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

.tel_box .tel-text { font-size: 14px; line-height: 1.8; font-weight: 700; }

.insta_btn { width: 40px; height: 40px; }

.insta_btn a { display: block; width: 100%; height: 100%; background: #FFFFFF; border-radius: 50%; position: relative; }

.insta_btn a img { display: block; width: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.under-cont > section { padding: 80px 5% 100px; box-sizing: border-box; }

.under-cont > section:first-child { padding-top: 50px; }

.under-cont > section:nth-child(2n) { padding: 100px 5% 80px; margin: 6.4vw 0; background: #FFF1AC; position: relative; }

.under-cont > section:nth-child(2n)::before, .under-cont > section:nth-child(2n)::after { content: ""; display: block; width: 100%; height: 6.4vw; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; z-index: 1; }

.under-cont > section:nth-child(2n)::before { background-image: url("../img/common/kasou_bg01_sp.png"); background-position: center top; top: -6.3vw; }

.under-cont > section:nth-child(2n)::after { background-image: url("../img/common/kasou_bg02_sp.png"); background-position: center bottom; bottom: -6.3vw; }

.under-cont > section:last-child { padding-bottom: 82px; }

section.top-bg01 { background-color: #F8F4EA; position: relative; margin: 20.74vw 0 12.23vw; }

section.top-bg01::before, section.top-bg01::after { content: ""; display: block; width: 100%; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; z-index: 1; }

section.top-bg01::before { height: 20.74vw; background-image: url("../img/top/bg01_sp.png"); background-position: center top; top: -20.48vw; }

section.top-bg01::after { height: 12.23vw; background-image: url("../img/top/bg02_sp.png"); background-position: center bottom; bottom: -11.97vw; }

section.top-bg02 { background-color: #F8F4EA; position: relative; margin-top: 21.28vw; }

section.top-bg02::before { content: ""; display: block; width: 100%; height: 21.28vw; background-image: url("../img/top/bg03_sp.png"); background-repeat: no-repeat; background-size: cover; background-position: center top; position: absolute; top: -21.01vw; left: 0; z-index: 1; }

/*ウェブフォント*/
.normal { font-weight: 400; }

.medium { font-weight: 500; }

.bold { font-weight: 700; }

.common_text { line-height: 1.75; }

.text_uppercase { text-transform: uppercase; }

.text_capitalize { text-transform: capitalize; }

.tcenter { text-align: center; }

.tleft { text-align: left; }

.tright { text-align: right; }

.popp { font-family: "Poppins"; }

.dela { font-family: "Dela Gothic One"; font-weight: 400; }

/*色*/
.shiro { color: #fff; }

.orange { color: #EA5413; }

.ao { color: #0D6FBB; }

.midori { color: #3BB80D; }

.pink { color: #EA3676; }

.bg-cream { background-color: #F8F4EA; }

.bg-light_yellow { background-color: #FFF1AC; }

.bg-light_yellow02 { background-color: #FFFAE0; }

.bg-yellow { background-color: #FCCE1F; }

.bg-ao { background-color: #0D6FBB; }

.bg-midori { background-color: #3BB80D; }

.bg-pink { background-color: #EA3676; }

.bg-orange { background-color: #EA5413; }

.mt20 { margin-top: 20px; }

.flex { width: 100%; margin: 0; padding: 0; display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/*header
---------------------------------------------------------------*/
#header { width: 100%; height: 60px; position: fixed; transition: 0.3s; left: 0; right: 0; top: 0; margin: auto; z-index: 100; }

#header .logo_box { width: 150px; padding: 10px 0 0 10px; box-sizing: border-box; position: relative; z-index: 100; }

#header .logo_box::before { content: ""; display: block; width: 150px; height: 62px; background: url("../img/common/logo_bg_sp.svg") no-repeat center; background-size: contain; position: absolute; top: 0; left: 0; opacity: 0; transition: 0.3s; z-index: -1; }

#header .logo_box .logo { width: 118px; }

#header .logo_box .logo a { display: block; width: 100%; }

.fixed #header .logo_box::before { opacity: 1; }

.fixed #header:has(.sp-nav-btn.opon) .logo_box::before { opacity: 0; }

/* nav
=========================================== */
.sp-nav-btn { width: 93px; height: 83px; background: url("../img/common/nav_bg_sp.png") no-repeat bottom left; background-size: cover; position: absolute; top: 0; right: 0; z-index: 101; transition: 0.3s; }

.sp-nav-btn .btn_in { width: 50px; height: 50px; background: #EA5413; border-radius: 50%; position: absolute; top: 5px; right: 10px; cursor: pointer; }

.sp-nav-btn .btn_in > span { width: 16px; height: 2px; background: #FFFFFF; position: absolute; left: 50%; transform: translateX(-50%); transition: 0.3s; }

.sp-nav-btn .border01 { top: 17px; }

.sp-nav-btn .border02 { top: 50%; transform: translate(-50%, -50%); }

.sp-nav-btn .border03 { bottom: 15px; }

.sp-nav-btn.opon .border01 { transform: translate(-50%, -50%) rotateZ(45deg); top: 50%; }

.sp-nav-btn.opon .border02 { display: none; }

.sp-nav-btn.opon .border03 { transform: translate(-50%, 50%) rotateZ(-45deg); bottom: 50%; }

.sp-nav-list .overlay-nav { visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.4); opacity: 0; }

.sp-nav-list .overlay-nav.opon { visibility: visible; opacity: 1; }

.sp-nav-list .navs-list { position: fixed; width: 100%; height: 100%; z-index: 99; background: #F8F4EA; top: 0; right: -100%; transition: 0.3s; padding: 88px 0 50px; box-sizing: border-box; overflow-x: hidden; overflow-y: auto; }

.sp-nav-list .navs-list.opon { right: 0; }

.sp-nav-list .navs-list > ul > li { border-bottom: 1px solid #E6E6E6; box-sizing: border-box; margin-bottom: 0; }

.sp-nav-list .navs-list ul li .nav-midashi { padding: 22px 50px 20px 20px; box-sizing: border-box; font-size: 16px; line-height: 1; position: relative; }

.sp-nav-list .navs-list ul li .nav-midashi .arrow { display: block; width: 24px; height: 24px; background-color: #3BB80D; background-image: url("../img/common/spnav_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: 10px; border-radius: 50%; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); transition: 0.3s; }

.sp-nav-list .navs-list ul li .nav-midashi.on .arrow { transform: translateY(-50%) rotate(180deg); }

.sp-nav-list .navs-list ul li .sp-nav { background: #FFF1AC; margin-top: 0; }

.sp-nav-list .navs-list ul li .sp-nav li { padding: 22px 20px; border-bottom: 1px solid #FFDC33; box-sizing: border-box; margin-bottom: 0; position: relative; }

.sp-nav-list .navs-list ul li .sp-nav li:last-child { border-bottom: 0; }

.sp-nav-list .navs-list ul li .sp-nav li a { display: block; padding-left: 12px; box-sizing: border-box; position: relative; }

.sp-nav-list .navs-list ul li .sp-nav li a::before { content: ""; display: block; width: 6px; height: 10px; background-image: url("../img/common/spnav_arrow02.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 8px; left: 0; }

.sp-nav-list .navs-list .contact_box { display: block; padding: 0 5%; box-sizing: border-box; margin-top: 40px; }

.sp-nav-list .navs-list .box_left { justify-content: center; align-items: center; }

.sp-nav-list .navs-list .box_left .insta_btn { width: 60px; height: 60px; margin-left: 20px; }

.sp-nav-list .navs-list .box_left .insta_btn a img { width: 30px; }

.sp-nav-list .navs-list .btn-list { display: block; }

.sp-nav-list .navs-list .btn-list .btn01 { margin-top: 30px; }

@media print { #sp-gnav, #fixed-box-sp, .sp-nav-list, .sp-nav-btn { display: none !important; } }
/* CTA */
#fixed-box-sp { width: 100%; position: fixed; bottom: -100%; left: 0; transition: 0.3s; z-index: 10; }

.fixed #fixed-box-sp { bottom: 0; }

#fixed-box-sp .btn { width: 25%; height: 100%; border-right: 1px solid #F5AF8E; box-sizing: border-box; }

#fixed-box-sp .btn:last-child { border-right: 0; }

#fixed-box-sp .btn a { display: block; width: 100%; height: 100%; padding: 10px 0; box-sizing: border-box; text-align: center; }

#fixed-box-sp .btn a img { width: 20px; }

#fixed-box-sp .btn a .btn-text { display: block; font-size: 14px; font-weight: 700; line-height: 1; margin-top: 6px; }

/* main */
/*-------------------------------------------*/
#main.home_main { width: 100%; padding: 56.8vw 0 36.267vw; position: relative; z-index: 1; margin-top: 0; }

#main.home_main .slider_parts { margin: 0 !important; }

#main.home_main .slider_parts .slick-list { width: 100%; height: 100%; overflow: visible; }

#main.home_main .slider_parts .slick-track { width: 100%; height: 100%; }

#main.home_main .main_img01 { width: 50%; height: 100%; position: absolute; top: 0; left: 0; }

#main.home_main .main_img01 .shape01 { width: 21.333vw; position: absolute; top: 12vw; right: -1.333vw; z-index: 9; }

#main.home_main .main_img01 .shape02 { width: 12.8vw; position: absolute; top: 40vw; left: 0; z-index: 10; }

#main.home_main .main_img01 .shape03 { width: 31.2vw; position: absolute; top: 17.867vw; left: -14.933vw; }

#main.home_main .main_img01 .shape04 { width: 55.2vw; position: absolute; top: 4vw; left: 16vw; z-index: 8; transform: rotate(35deg); }

#main.home_main .main_img01 .shape05 { width: 15.733vw; position: absolute; top: 34.667vw; left: 41.6vw; z-index: 9; animation: float01 9s linear infinite; animation-delay: 1.5s; }

#main.home_main .main_img01 .shape06 { width: 11.2vw; position: absolute; bottom: -24vw; left: 0; z-index: 12; }

#main.home_main .main_img01 .shape07 { width: 41.333vw; position: absolute; bottom: -20vw; left: -17.333vw; }

#main.home_main .main_img01 .shape08 { display: none; }

#main.home_main .main_img01 .shape09 { width: 19.733vw; position: absolute; bottom: -24vw; left: 16vw; transform: rotate(14deg); z-index: 12; }

#main.home_main .main_img01 .img01_slider { width: 57.333vw; position: absolute; top: 6.667vw; right: 0; z-index: 9; }

#main.home_main .main_img01 .img02_slider { width: 21.333vw; position: absolute; bottom: -17.333vw; left: 15.2vw; z-index: 11; animation: float01 7s linear infinite; }

#main.home_main .main_img01 .img03_slider { width: 29.333vw; position: absolute; bottom: -9.333vw; left: 0vw; }

#main.home_main .main_img02 { width: 50%; height: 100%; position: absolute; top: 0; right: 0; }

#main.home_main .main_img02 .shape01 { width: 39.467vw; position: absolute; top: 0; right: 14.667vw; z-index: 8; }

#main.home_main .main_img02 .shape02 { width: 17.333vw; position: absolute; top: 0; right: 16.267vw; z-index: 9; }

#main.home_main .main_img02 .shape03 { display: none; }

#main.home_main .main_img02 .shape04 { width: 36.267vw; position: absolute; bottom: -21.333vw; right: 0; }

#main.home_main .main_img02 .shape05 { width: 9.6vw; position: absolute; bottom: 5.333vw; right: -4vw; z-index: 11; }

#main.home_main .main_img02 .shape06 { width: 35.733vw; position: absolute; top: 13.333vw; right: 0; }

#main.home_main .main_img02 .shape07 { width: 15.733vw; position: absolute; bottom: -6.667vw; right: 2.667vw; z-index: 11; animation: float01 10s linear infinite; animation-delay: 2s; }

#main.home_main .main_img02 .shape08 { display: none; }

#main.home_main .main_img02 .img01_slider { width: 31.467vw; position: absolute; top: 0; left: -14.933vw; z-index: 10; }

#main.home_main .main_img02 .img02_slider { width: 36vw; position: absolute; top: 16vw; left: 4vw; z-index: 10; animation: float01 8s linear infinite; animation-delay: 0.8s; }

#main.home_main .main_img02 .img03_slider { width: 41.067vw; position: absolute; bottom: -5.067vw; right: -3.733vw; }

#main.home_main .text_box { position: relative; }

#main.home_main .text_box::before, #main.home_main .text_box::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; }

#main.home_main .text_box::before { width: 16.267vw; height: 42.4vw; background-image: url("../img/main/main_shape21.png"); top: 20px; left: 0; }

#main.home_main .text_box::after { width: 13.867vw; height: 47.733vw; background-image: url("../img/main/main_shape22.png"); top: -14px; right: 0; }

#main.home_main .text_box .main_text { font-size: 5.867vw; line-height: 1.8; margin-bottom: 2.667vw; }

#main.home_main .text_box .main_title { font-size: 13.333vw; line-height: 1.3; }

#main.home_main .scroll_box { width: 21.333vw; max-width: 100px; height: 21.333vw; max-height: 100px; position: absolute; bottom: 11px; left: 50%; transform: translateX(-50%); }

#main.home_main .scroll_box .circle { display: block; width: 100%; animation: rotation01 50s linear infinite; }

#main.home_main .scroll_box .arrow { display: block; width: 17px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@keyframes rotation01 { 0% { transform: rotate(0); }
  100% { transform: rotate(-360deg); } }
/* アニメーション */
@keyframes float01 { 0%, 18%, 100% { transform: translate(0, 0) rotate(0deg); }
  19% { transform: translate(-1px, 0) rotate(-1.5deg); }
  20% { transform: translate(1px, -1px) rotate(1.2deg); }
  21% { transform: translate(0, 0) rotate(0deg); } }
/* 下層 main */
/*-------------------------------------------*/
#main.kasou { width: 100%; padding-top: 100px; background: #FFF1AC; position: relative; }

#main.kasou .main_title { font-size: 24px; text-align: center; margin-bottom: 40px; padding: 0 5%; box-sizing: border-box; }

#main.kasou .main_bg { width: 100%; height: 49.6vw; position: relative; }

#main.kasou .bg-img { width: 100%; height: 100%; background-image: url("../img/main/kasou_main01_sp.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }

#main.kasou .bg-img::before, #main.kasou .bg-img::after { content: ""; display: block; width: 100%; height: 6.4vw; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; z-index: 1; }

#main.kasou .bg-img::before { background-image: url("../img/main/kasou_bg01_sp.png"); background-position: center top; top: 0; }

#main.kasou .bg-img::after { background-image: url("../img/main/kasou_bg02_sp.png"); background-position: center bottom; bottom: 0; }

#main.kasou .shape01 { width: 60px; position: absolute; top: 40px; left: 0; z-index: 2; }

#main.kasou .shape02 { width: 100px; position: absolute; top: 0; left: calc(50% + 30px); transform: translateX(-50%); z-index: 2; }

#main.kasou .shape03 { width: 53px; position: absolute; top: 94px; right: 0; z-index: 2; }

/*パンくず*/
div#bread { width: 100%; padding: 6px 5% 0; box-sizing: border-box; position: relative; z-index: 10; }

ul.bread-list { font-size: 14px; justify-content: flex-start; }

ul.bread-list li { line-height: 17px; }

ul.bread-list li a { text-decoration: none; line-height: 17px; }

ul.bread-list li::after { content: "＞"; margin: 0 4px; }

ul.bread-list li:last-child::after { display: none; }

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger { position: absolute; left: 0; top: 50px; z-index: -100; }

/* CLEARFIX
=========================================== */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; font-size: 0.1em; line-height: 0; }

.cf { min-height: 1px; }

* html .cf { height: 1px; /*¥*/ 	                 /*/ height: auto; overflow: hidden; /**/ }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus { outline-offset: -2px; }

input[type="date"]::-webkit-date-and-time-value, input[type="time"]::-webkit-date-and-time-value { text-align: left; }

/*ライトボックス設定*/
#fancybox-wrap { padding: 0 !important; width: 100% !important; left: 0 !important; }

div#fancybox-content { border: none; width: 92% !important; padding: 2%; margin: 2%; height: auto !important; }

div#fancybox-outer { background: none; }

#fancybox-close { position: absolute; top: 0 !important; right: 0 !important; }

section { position: relative; }

/* footer */
/*-------------------------------------------*/
#contact-sec { padding: 107px 5% 68px; }

#contact-sec.top-bg02 { margin-top: 0; }

#contact-sec .sec_in { width: 100%; padding: 80px 20px 100px; box-sizing: border-box; border-radius: 20px; position: relative; }

#contact-sec .sec_in::before, #contact-sec .sec_in::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; }

#contact-sec .sec_in::before { width: 150px; height: 200px; background-image: url("../img/common/c_shape01.svg"); bottom: 30px; left: 0; }

#contact-sec .sec_in::after { width: 150px; height: 153px; background-image: url("../img/common/c_shape02.svg"); top: 21px; right: 0; }

#contact-sec .sec_in .img01 { width: 162px; position: absolute; top: -50px; right: 10px; z-index: 1; }

#contact-sec .sec_in .img02 { width: 100px; position: absolute; top: -54px; left: 20px; z-index: 1; }

#contact-sec .sec_in .img03 { width: 86px; position: absolute; bottom: -28px; left: 16px; z-index: 1; }

#contact-sec .sec_in .img04 { width: 162px; position: absolute; bottom: -57px; right: -28px; z-index: 1; }

#contact-sec .sec_in .wrap { z-index: 1; }

#contact-sec .sec_in .c_box { display: block; padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-top: 40px; }

#contact-sec .sec_in .c_box .c_box01 { padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #0D6FBB; }

#contact-sec .sec_in .c_box .c_box01:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }

#contact-sec .sec_in .c_box .c_box01 .title { display: flex; justify-content: center; align-items: center; padding: 6px 0; box-sizing: border-box; border-radius: 40px; }

#contact-sec .sec_in .c_box .c_box01 .title img { display: inline-block; width: 20px; margin-right: 8px; }

#contact-sec .sec_in .c_box .c_box01 .list01 { display: block; margin-top: 20px; }

#contact-sec .sec_in .c_box .c_box01 .list01 li { justify-content: center; align-items: center; margin-bottom: 10px; }

#contact-sec .sec_in .c_box .c_box01 .list01 li:last-child { margin-bottom: 0; }

#contact-sec .sec_in .c_box .c_box01 .list01 li .midashi { display: inline-block; width: 100px; text-align: center; border: 1px solid #0D6FBB; border-radius: 6px; margin-right: 10px; }

#contact-sec .sec_in .c_box .c_box01 .list02 { display: block; width: 100%; max-width: 228px; margin: 20px auto 0; }

#contact-sec .sec_in .c_box .c_box01 .list02 li { padding-left: 19px; box-sizing: border-box; position: relative; margin-bottom: 6px; }

#contact-sec .sec_in .c_box .c_box01 .list02 li:last-child { margin-bottom: 0; }

#contact-sec .sec_in .c_box .c_box01 .list02 li::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/common/c_icon03.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; }

#contact-sec .sec_in .b_box { display: block; }

#contact-sec .sec_in .b_box .b_box01 { max-width: 400px; padding: 30px 20px; box-sizing: border-box; border: 1px solid #FFFFFF; border-radius: 20px; margin: 20px auto 0; }

#contact-sec .sec_in .b_box .b_box01 .title { padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 6px; }

#contact-sec .sec_in .b_box .b_box01 .title::before { content: ""; display: block; width: 8px; height: 8px; background: #FFFFFF; border-radius: 50%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

#contact-sec .sec_in .b_box .b_box01 .tel_box { text-align: left; }

#contact-sec .sec_in .b_box .b_box01 .tel_box .tel .num { color: #FFFFFF; }

#contact-sec .sec_in .b_box .b_box01 .tel_box .tel .num::before { background: url("../img/common/icon_tel02.svg") no-repeat center; background-size: contain; }

#contact-sec .sec_in .b_box .b_box01 .tel_box .tel-text { color: #FFFFFF; }

#contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 { height: 88px; margin-top: 0; }

#contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a { padding: 0 55px 0 30px; background: #FFFFFF; border: 2px solid #EA5413; }

#contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a .btn-text { font-size: 15px; line-height: 1.5; text-align: center; color: #000000; }

#contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a .btn-text::before { background: url("../img/common/icon_mail.svg") no-repeat center; background-size: contain; }

#contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a .arrow { width: 32px; height: 32px; background-size: 12px; background-color: #EA5413; background-image: url("../img/common/btn_arrow02.svg"); }

#map-sec { padding: 68px 5% 120px; }

#map-sec .title { padding-left: 38px; box-sizing: border-box; font-size: 24px; margin-bottom: 30px; position: relative; }

#map-sec .title::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/common/icon_access.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }

#map-sec .cnt { display: block; }

#map-sec .cnt .map_box { width: 100%; aspect-ratio: 6 / 5; position: relative; border: 3px solid #0D6FBB; border-radius: 20px; overflow: hidden; }

#map-sec .cnt .map_box iframe { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#map-sec .cnt .img_box { margin-top: 116px; position: relative; }

#map-sec .cnt .img_box .text { width: 160px; height: 139px; background: url("../img/common/a_img02_sp.svg") no-repeat center; background-size: contain; padding-top: 45px; padding-right: 12px; box-sizing: border-box; position: absolute; top: -76px; left: 22px; z-index: 1; }

#map-sec .cnt .img_box .text p { font-size: 14px; line-height: 1.43; }

#footer { padding: 160px 5% 100px; position: relative; background: linear-gradient(180deg, #F8F4EA 0%, #F8F4EA 140px, #FDDE68 140px, #FDDE68 100%); }

#footer::before { content: ""; display: block; width: 100%; height: 140px; background: url("../img/common/footer_bg_sp.png") no-repeat center top; background-size: cover; position: absolute; top: 0; left: 0; }

.navs-list > ul { display: block; }

.navs-list > ul > li { margin-bottom: 40px; }

.navs-list > ul > li:last-child { margin-bottom: 0; }

.navs-list > ul > li .nav-midashi { display: block; font-size: 20px; font-weight: 700; }

.navs-list > ul > li .sp-nav { margin-top: 20px; }

.navs-list > ul > li .sp-nav li { margin-bottom: 16px; }

.navs-list > ul > li .sp-nav li:last-child { margin-bottom: 0; }

#footer .bottom_box { display: block; padding-top: 60px; margin-top: 60px; border-top: 1px solid #FCCE1F; }

#footer .bottom_box .left { display: block; }

#footer .bottom_box .left .logo { width: 222px; margin-bottom: 30px; }

#footer .bottom_box .left .logo a { display: block; width: 100%; }

#footer .bottom_box .left .info_box .tel_box { text-align: left; }

#footer .bottom_box .left .info_box .tel_box .tel .num { padding-left: 24px; font-size: 16px; }

#footer .bottom_box .left .info_box .tel_box .tel .num::before { width: 16px; height: 16px; }

#footer .bottom_box .left .info_box .tel_box .tel-text { display: none; }

#footer .bottom_box .left .info_box .address { padding-left: 24px; box-sizing: border-box; position: relative; }

#footer .bottom_box .left .info_box .address::before { content: ""; display: block; width: 16px; height: 16px; background: url("../img/common/icon_access02.svg") no-repeat center; background-size: contain; position: absolute; top: 5px; left: 0; filter: brightness(0) saturate(100%); }

#footer .bottom_box .left .info_box .address span { display: inline-block; margin-right: 8px; }

#footer .bottom_box .left .insta_btn { margin-top: 16px; }

#footer .bottom_box .right { margin-top: 40px; }

#footer .bottom_box .right .link_list { justify-content: center; }

#footer .bottom_box .right .link_list li { margin-right: 20px; }

#footer .bottom_box .right .link_list li:last-child { margin-right: 0; }

#footer .bottom_box .right .copyright { margin-top: 10px; text-align: center; }

/*parts
=========================================== */
.slider01 { margin-bottom: 0 !important; }
.slider01 .slick-prev, .slider01 .slick-next { width: 60px; height: 60px; background: #FFFFFF; border-radius: 50%; border: 1px solid #EA5413; box-sizing: border-box; top: auto; bottom: -100px; transform: translate(0, 0); transition: 0.3s; z-index: 1; }
.slider01 .slick-prev::before, .slider01 .slick-next::before { content: ""; display: block; width: 18px; height: 16px; opacity: 1; background: url("../img/common/btn_arrow03.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slider01 .slick-prev { left: 50%; transform: translate(-65px, 0); }
.slider01 .slick-prev::before { transform: translate(-50%, -50%) scale(-1, 1); }
.slider01 .slick-next { right: 50%; transform: translate(65px, 0); }

.slider01:has(.slick-prev) { margin-bottom: 100px !important; }

.info_cate { align-items: flex-start; }
.info_cate .time { font-family: "Poppins"; font-size: 14px; line-height: 26px; font-weight: 500; margin-right: 20px; }
.info_cate .cate-list { width: auto; }
.info_cate .cate-list li { font-size: 14px; font-weight: 700; padding: 2px 10px; box-sizing: border-box; background: #FCCE1F; border-radius: 20px; margin-right: 5px; margin-bottom: 5px; }
.info_cate .cate-list li:last-child { margin-right: 0; }

.event01 a { display: flex; flex-wrap: wrap; width: 100%; background: #F8F4EA; border-radius: 20px; overflow: hidden; position: relative; }
.event01 a .img { width: 160px; height: 135px; }
.event01 a .img .in_img { width: 100%; height: 100%; }
.event01 a .info_box { width: calc(100% - 160px); height: 135px; padding: 10px 15px 0; box-sizing: border-box; }
.event01 a .info_box .info_cate { margin-bottom: 5px; }
.event01 a .info_box .info_cate .cate-list li { margin-bottom: 5px; }
.event01 a .info_box h3 { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.event01 a .info_box .info-text { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; margin-top: 5px; }
.event01 a .bottom-text { width: 100%; padding: 5px 0; background: #FFF1AC; box-sizing: border-box; transition: 0.3s; }
.event01 a .bottom-text span { display: inline-block; font-size: 14px; padding-right: 20px; box-sizing: border-box; position: relative; transition: 0.3s; }
.event01 a .bottom-text span::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow03.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

.blog01 a { display: block; width: 100%; padding: 24px 24px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; }
.blog01 a .img { width: 100%; aspect-ratio: 146 / 105; border-radius: 20px; overflow: hidden; margin-bottom: 20px; }
.blog01 a .img .in_img { width: 100%; height: 100%; transition: 0.3s; }
.blog01 a .info_cate { margin-bottom: 10px; }
.blog01 a h3 { font-size: 18px; line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.blog01 a .text { line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 6px; }

.news01 a { display: block; width: 100%; background: #FFFFFF; padding: 40px 20px; box-sizing: border-box; border-radius: 20px; overflow: hidden; position: relative; }
.news01 a .info_cate { margin-bottom: 15px; }
.news01 a .info_cate .time { margin-bottom: 5px; }
.news01 a .title { font-size: 18px; line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news01 a .arrow { display: block; width: 50px; height: 36px; border-radius: 20px 0; background: #3BB80D; border: 2px solid #3BB80D; box-sizing: border-box; transition: 0.3s; position: absolute; bottom: 0; right: 0; }
.news01 a .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }

.wrap.twin div#two-side { margin-top: 80px; }
.wrap.twin div#two-side .side_box { margin-bottom: 40px; }
.wrap.twin div#two-side .side_box:last-child { margin-bottom: 0; }
.wrap.twin div#two-side .side_box .side-title { padding-left: 20px; box-sizing: border-box; font-size: 18px; line-height: 1.8; margin-bottom: 16px; position: relative; }
.wrap.twin div#two-side .side_box .side-title::before { content: ""; display: block; width: 4px; height: calc(100% - 8px); background: #EA5413; border-radius: 20px; position: absolute; top: 4px; left: 0; }
.wrap.twin div#two-side .side_box .side-link > li { border-bottom: 1px solid #E5D7B3; }
.wrap.twin div#two-side .side_box .side-link > li:first-child { border-top: 1px solid #E5D7B3; }
.wrap.twin div#two-side .side_box .side-link > li > a { display: block; padding: 24px 30px 24px 15px; box-sizing: border-box; font-size: 16px; line-height: 1.2; font-weight: 700; position: relative; }
.wrap.twin div#two-side .side_box .side-link > li > a::before { content: ""; display: block; width: 9px; height: 12px; background: url("../img/common/side_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 15px; transform: translateY(-50%); }
.wrap.twin div#two-side .side_box .side-link > li.on_cat > a { background: #F2EBD9; }

.wp-pagenavi > span, .wp-pagenavi > a { display: inline-block; width: 40px; height: 40px; background: #FFFFFF; border: 2px solid #EA5413; border-radius: 50%; box-sizing: border-box; margin: 0 2px; text-decoration: none; font-size: 16px; font-weight: 700; color: #EA5413; line-height: 36px; transition: 0.3s; }

.wp-pagenavi { text-align: center; margin-top: 60px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { background: #EA5413; color: #FFFFFF; }
.wp-pagenavi a.page { position: relative; }
.wp-pagenavi span.extend { margin: 0; border: 0; width: auto; background: transparent; font-size: 14px; }
.wp-pagenavi span.pages { display: none; }
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink { position: relative; color: transparent; }
.wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { content: ""; width: 7px; height: 12px; background: url("../img/common/page_arrow01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.previouspostslink::before { transform: translate(-50%, -50%) scale(-1, 1); }
.wp-pagenavi a.first, .wp-pagenavi a.last { position: relative; color: transparent; }
.wp-pagenavi a.first::before, .wp-pagenavi a.last::before { content: ""; width: 13px; height: 12px; background: url("../img/common/page_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.wp-pagenavi a.first::before { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation { margin-top: 60px; }

.post-navigation ul { justify-content: space-between; align-items: center; position: relative; }

.post-navigation ul > li a { display: block; width: 50px; height: 50px; padding: 0; background: #EA5413; box-sizing: border-box; border-radius: 50%; position: relative; color: transparent; }
.post-navigation ul > li a .arrow { display: block; width: 13px; height: 10px; background: url("../img/common/page_arrow03.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.post-navigation ul > li.prev a .arrow { transform: translate(-50%, -50%) scale(-1, 1); }

.post-navigation ul > li.blog-back a { width: 200px; padding: 11px 0; background: #FFFFFF; border: 2px solid #EA5413; border-radius: 80px; text-align: center; font-size: 16px; line-height: 1.5; font-weight: 700; color: #EA5413; }

.post-navigation ul > li.kara { opacity: 0; pointer-events: none; }

/*TOPページ　p01
=========================================== */
.home { background-color: #FFF1AC; }
.home #contact-sec { background: linear-gradient(180deg, #FFF1AC 0%, #FFF1AC 50%, #F8F4EA 50%, #F8F4EA 100%); }
.home #contact-sec::before { display: none; }
.home .title01 { margin-bottom: 40px; }

#topbox01 { margin-top: 10.64vw; padding: 93px 5% 92px; background: #FFFFFF; position: relative; }
#topbox01::before, #topbox01::after { content: ""; display: block; width: 100%; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; }
#topbox01::before { height: 10.64vw; background-image: url("../img/top/event_bg01_sp.png"); background-position: center top; top: -10.37vw; }
#topbox01::after { height: 10.11vw; background-image: url("../img/top/event_bg02_sp.png"); background-position: center bottom; bottom: -9.84vw; z-index: 1; }
#topbox01 .slider-cont { display: block; }
#topbox01 .slider-cont .title_box .title01 { text-align: left; }
#topbox01 .slider-cont #event-slider { margin-bottom: 40px; }
#topbox01 .slider-cont #event-slider .event01 { margin-bottom: 20px; }
#topbox01 .slider-cont #event-slider .event01:last-child { margin-bottom: 0; }

#topbox02 { padding: calc(180px + 10.11vw) 5% 80px; position: relative; }
#topbox02 .img01 { width: 177px; position: absolute; top: -90px; left: 0; z-index: 1; }
#topbox02 .img02 { width: 260px; position: absolute; bottom: -200px; right: 0; z-index: 2; }
#topbox02 .wrap::before { content: ""; display: block; width: 154px; height: 138px; background: url("../img/top/concept_shape01.svg") no-repeat center; background-size: contain; position: absolute; top: -245px; right: -50px; z-index: 1; }
#topbox02 .wrap::after { content: ""; display: block; width: 62px; height: 59px; background: url("../img/top/concept_shape03.svg") no-repeat center; background-size: contain; position: absolute; bottom: -100px; left: -6%; z-index: 2; }
#topbox02 .cnt .title01 .ja em { display: inline-block; position: relative; z-index: 1; }
#topbox02 .cnt .title01 .ja em::before { content: ""; display: block; width: 90px; height: 59px; background: url("../img/top/concept_shape02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#topbox02 .cnt .text_box p { line-height: 2; margin-bottom: 20px; }
#topbox02 .cnt .text_box p:last-child { margin-bottom: 0; }

#bg-img01 { width: 100%; height: 306px; background: url("../img/top/bg-img01_sp.png") no-repeat center; background-size: cover; position: relative; z-index: 1; }

#topbox03 { padding: 100px 5% 80px; position: relative; }
#topbox03 .shape01 { height: 306px; position: absolute; bottom: 240px; left: -65px; z-index: -1; }
#topbox03 .shape01 img { width: auto; height: 100%; }
#topbox03 .shape02 { height: 278px; position: absolute; top: 385px; right: -90px; z-index: -1; }
#topbox03 .shape02 img { width: auto; height: 100%; }
#topbox03 .wrap::before { content: ""; display: block; width: 160px; height: 68px; background: url("../img/top/features_shape01.svg") no-repeat center; background-size: contain; position: absolute; top: -125px; left: -55px; z-index: 1; }
#topbox03 .feat-list { display: block; position: relative; margin-top: 60px; }
#topbox03 .feat-list .feat00 a { display: block; width: 100%; height: 100%; }
#topbox03 .feat-list .feat00 a .img { width: 100%; border-radius: 30px; overflow: hidden; margin-bottom: 30px; }
#topbox03 .feat-list .feat00 a .img img { width: 100%; transition: 0.3s; }
#topbox03 .feat-list .feat00 a h3 { display: inline-block; padding-right: 64px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 20px; }
#topbox03 .feat-list .feat00 a h3 .sub { display: block; font-size: 16px; }
#topbox03 .feat-list .feat00 a h3 .arrow { width: 44px; height: 44px; border-radius: 50%; position: absolute; bottom: -3px; right: 0; }
#topbox03 .feat-list .feat00 a h3 .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#topbox03 .feat-list .list_in .feat00 { margin-top: 60px; }

.movie_box01 { width: 100%; position: relative; z-index: 1; }
.movie_box01 .bg-text { width: 100vw; height: 117px; background-image: url("../img/top/bg-text01.png"); background-repeat: repeat-x; background-position: center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; animation: textBgMove01 80s linear infinite; }
@keyframes textBgMove01 { 0% { background-position: 0 0; }
  100% { background-position: -2092px 0; } }
.movie_box01 .movie_box_in { width: 100%; aspect-ratio: 84 / 53; border-radius: 20px; background-color: #C0C0C0 !important; border: 3px solid #FFF1AC; position: relative; overflow: hidden; }
.movie_box01 .movie_box_in .mbYTP_wrapper { width: 120% !important; /* 横幅を広げる */ height: 120% !important; /* 縦幅を広げる */ position: absolute; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; }
.movie_box01 .movie_box_in .mbYTP_wrapper iframe { position: absolute; top: 50% !important; left: 50% !important; transform: translate(-50%, -50%) !important; }
.movie_box01 .movie_box_in .movie00 { position: absolute; top: -10%; /* 上のタイトルを隠す */ left: -10%; /* 左のリンクを隠す */ width: 120% !important; /* 横幅を広げる */ height: 120% !important; /* 縦幅を広げる */ }
.movie_box01 .movie_box_in .movie00, .movie_box01 .movie_box_in .movie00 iframe { opacity: 1 !important; }
.movie_box01 .movie_box_in .youtube_over { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0, 0, 0, 0.3); /* 透明、または薄い網掛け */ cursor: pointer; transition: background 0.3s ease; }
.movie_box01 .movie_box_in .play-overlay { width: 60px; height: 60px; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 20; }
.movie_box01 .movie_box_in .play-overlay .play-button { width: 20px; height: 20px; background: url("../img/common/movie_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#topbox04 { padding: 80px 5%; position: relative; }
#topbox04 .shape01 { height: 136px; position: absolute; top: -86px; left: 0; z-index: 1; }
#topbox04 .shape01 img { width: auto; height: 100%; }
#topbox04 .shape02 { width: 155px; position: absolute; top: -111px; right: -6px; z-index: 1; }
#topbox04 .movie_box01 { margin-top: 120px; }
#topbox04 .movie_box01::before { content: ""; display: block; width: 177.6vw; aspect-ratio: 1186 / 589; background: url("../img/top/movie_shape.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -2; }
#topbox04 .life-list { display: block; margin-top: 100px; }
#topbox04 .life-list .life01 { margin-bottom: 60px; }
#topbox04 .life-list .life01:last-child { margin-bottom: 0; }
#topbox04 .life-list .life01 a { display: block; width: 100%; position: relative; }
#topbox04 .life-list .life01 a .img { width: 100%; margin-bottom: 50px; }
#topbox04 .life-list .life01 a .img img { width: 100%; transition: 0.3s; }
#topbox04 .life-list .life01 a h3 { display: inline-block; padding-right: 64px; box-sizing: border-box; font-size: 18px; position: absolute; top: 51.6vw; left: 0; }
#topbox04 .life-list .life01 a h3 .arrow { width: 44px; height: 44px; border-radius: 50%; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#topbox04 .life-list .life01 a h3 .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#topbox05 { padding: 80px 5%; position: relative; }
#topbox05::before { content: ""; display: block; width: 140px; height: 216px; background: url("../img/top/blog_shape01.svg") no-repeat center; background-size: contain; position: absolute; top: -100px; left: -45px; z-index: 1; }
#topbox05 .shape01 { height: 515px; position: absolute; top: 265px; right: -20px; z-index: 1; }
#topbox05 .shape01 img { width: auto; height: 100%; }
#topbox05 .shape02 { height: 229px; position: absolute; bottom: 220px; left: 0; z-index: 1; }
#topbox05 .shape02 img { width: auto; height: 100%; }
#topbox05 .wrap { z-index: 1; }
#topbox05 #blog-slider { margin-top: 60px; margin-bottom: 60px !important; }
#topbox05 #blog-slider:has(.slick-prev) { margin-bottom: 160px !important; }

#topbox06 { padding: 100px 5% 120px; position: relative; }
#topbox06 .shape01 { width: 127px; position: absolute; top: -53px; left: 11px; z-index: 1; }
#topbox06 .shape02 { height: 210px; position: absolute; top: -105px; right: -70px; z-index: 1; }
#topbox06 .shape02 img { width: auto; height: 100%; }
#topbox06 .cnt { display: block; margin-bottom: 60px; }
#topbox06 .program-list { display: block; }
#topbox06 .program-list .program00 { margin-bottom: 60px; }
#topbox06 .program-list .program00:last-child { margin-bottom: 0; }
#topbox06 .program-list .program00 a { display: block; width: 100%; }
#topbox06 .program-list .program00 a .img { width: 100%; border-radius: 30px; overflow: hidden; margin-bottom: 20px; }
#topbox06 .program-list .program00 a .img img { width: 100%; transition: 0.3s; }
#topbox06 .program-list .program00 a h3 { display: flex; align-items: center; font-size: 22px; margin-bottom: 20px; }
#topbox06 .program-list .program00 a h3 .sub { display: inline-block; padding: 6px 14px; box-sizing: border-box; border-radius: 20px; font-size: 14px; margin-right: 10px; }
#topbox06 .program-list .program00 a h3 .arrow { width: 44px; height: 44px; border-radius: 50%; position: relative; margin-left: 20px; }
#topbox06 .program-list .program00 a h3 .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#topbox07 { background: linear-gradient(180deg, #F8F4EA 0%, #F8F4EA 20%, #FFF1AC 20%, #FFF1AC 100%); }
#topbox07 .waku01 { width: 100%; padding: 310px 0 280px; box-sizing: border-box; position: relative; z-index: 1; }
#topbox07 .waku01::before { content: ""; display: block; width: 140px; height: 102px; background: url("../img/top/cta_shape01.svg") no-repeat center; background-size: contain; position: absolute; top: -23px; left: -33px; z-index: 1; }
#topbox07 .waku01::after { content: ""; display: block; width: 150px; height: 64px; background: url("../img/top/cta_shape02.svg") no-repeat center; background-size: contain; position: absolute; bottom: -10px; right: -50px; z-index: 1; }
#topbox07 .waku01 .bg-img01 { width: 100%; aspect-ratio: 188 / 181; background: url("../img/top/cta_bg_sp01.png") no-repeat center top; background-size: cover; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#topbox07 .waku01 .bg-img02 { width: 100%; aspect-ratio: 376 / 357; background: url("../img/top/cta_bg_sp02.png") no-repeat center bottom; background-size: cover; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#topbox07 .waku01 .text_box { padding: 70px 5% 0; box-sizing: border-box; position: relative; z-index: 1; }
#topbox07 .waku01 .text_box::before { content: ""; display: block; width: 105vw; min-width: 661px; aspect-ratio: 661 / 613; background: url("../img/top/cta_textBg_sp.svg") no-repeat center; background-size: contain; position: absolute; top: -6vw; left: 50%; transform: translateX(-50%); z-index: -1; }
#topbox07 .waku01 .text_box h2 { font-size: 20px; margin-bottom: 20px; }
#topbox07 .waku01 .text_box .btn01 { margin-top: 30px; }
#topbox07 .waku01 .text_box .il_box { display: flex; justify-content: center; align-items: flex-start; margin-top: -10px; }
#topbox07 .waku01 .text_box .il_box .img { width: 122px; margin: 70px -20px 0 30px; }
#topbox07 .waku01 .text_box .il_box .text { width: 207px; height: 206px; background: url("../img/top/cta_text_sp.svg") no-repeat center; background-size: contain; padding-top: 65px; box-sizing: border-box; }
#topbox07 .waku01 .text_box .il_box .text span { display: inline-block; font-size: 14px; line-height: 20px; }
#topbox07 .waku02 { padding: 120px 5% 100px; box-sizing: border-box; position: relative; }
#topbox07 .waku02::before { content: ""; display: block; width: 254px; height: 229px; background: url("../img/top/cta_shape03.svg") no-repeat center; background-size: contain; position: absolute; top: 30px; left: -75px; }
#topbox07 .waku02::after { content: ""; display: block; width: 162px; height: 234px; background: url("../img/top/cta_shape04.svg") no-repeat center; background-size: contain; position: absolute; bottom: 75px; right: -10px; }
#topbox07 .waku02 .btn-list { display: block; }
#topbox07 .waku02 .btn-list .btn_box { width: 100%; max-width: 400px; aspect-ratio: 223 / 145; margin: 0 auto 30px; }
#topbox07 .waku02 .btn-list .btn_box:last-child { margin-bottom: 0; }
#topbox07 .waku02 .btn-list .btn_box a { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; border-radius: 20px; overflow: hidden; position: relative; z-index: 1; }
#topbox07 .waku02 .btn-list .btn_box a::before { content: ""; display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; transition: 0.3s; }
#topbox07 .waku02 .btn-list .btn_box a .btn-text { font-size: 32px; font-weight: 700; }
#topbox07 .waku02 .btn-list .btn_box a .arrow { display: block; width: 44px; height: 44px; border-radius: 50%; box-sizing: border-box; margin-top: 20px; position: relative; }
#topbox07 .waku02 .btn-list .btn_box a .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }
#topbox07 .waku02 .btn-list .btn_box.btn_box01 a::before { background-image: url("../img/top/btn_bg01.png"); }
#topbox07 .waku02 .btn-list .btn_box.btn_box02 a::before { background-image: url("../img/top/btn_bg02.png"); }
#topbox07 .waku02 .btn-list .btn_box.btn_box03 a::before { background-image: url("../img/top/btn_bg03.png"); }

#topbox08 { padding: 42px 5% 80px; position: relative; }
#topbox08 .shape01 { width: 142px; position: absolute; top: -80px; left: -15px; z-index: 1; }
#topbox08 .shape02 { width: 47px; position: absolute; top: -75px; right: -15px; z-index: 1; }
#topbox08 .cnt { display: block; position: relative; }
#topbox08 .cnt .title_box { margin-bottom: 60px; }
#topbox08 .cnt .title_box .title01 { text-align: left; }
#topbox08 .cnt .news-list .news01 { margin-bottom: 20px; }
#topbox08 .cnt .news-list .news01:last-child { margin-bottom: 0; }

#topbox09 { padding: 80px 5% 107px; position: relative; }
#topbox09 .shape01 { height: 515px; position: absolute; top: 270px; left: 0; z-index: 1; }
#topbox09 .shape01 img { width: auto; height: 100%; }
#topbox09 .shape02 { height: 186px; position: absolute; top: -89px; right: -30px; z-index: 1; }
#topbox09 .shape02 img { width: auto; height: 100%; }
#topbox09 .shape03 { height: 250px; position: absolute; bottom: 105px; right: -50px; }
#topbox09 .shape03 img { width: auto; height: 100%; }
#topbox09 .wrap { z-index: 1; }
#topbox09 .insta_box { height: 404px; margin-top: 60px; }
#topbox09 .insta_box #sb_instagram { height: 100%; }
#topbox09 .insta_box #sbi_images { display: block !important; }
#topbox09 .insta_box #sbi_images .slick-list { overflow: visible; }
#topbox09 .insta_box #sbi_images .sbi_item { width: 286px; margin: 0 20px !important; }
#topbox09 .insta_box #sbi_images .sbi_item .sbi_photo_wrap { display: block; width: 100%; height: 404px; padding: 50px 30px; box-sizing: border-box; background: #FFFFFF; border: 3px solid #EA5413; border-radius: 30px; }
#topbox09 .insta_box #sbi_images .sbi_item .sbi_photo_wrap a.sbi_photo { position: relative; }

/*特徴と魅力　p02
=========================================== */
.check-list_y li { padding-left: 17px; box-sizing: border-box; font-weight: 700; position: relative; }
.check-list_y li::before { content: ""; display: block; width: 6px; height: 6px; background: #FCCE1F; border-radius: 50%; position: absolute; top: 10px; left: 0; }

.common_box01 { background: #FFFAE0; border-radius: 10px; }
.common_box01 .box_title01 { padding: 11px; box-sizing: border-box; background: #FCCE1F; border-radius: 9px 9px 0 0; line-height: 1.8; }
.common_box01 .common_in { padding: 20px; box-sizing: border-box; }

.page-features #main.kasou .bg-img { background-image: url("../img/p02/main_sp.jpg"); }

#p02box01 .cnt { display: block; margin-bottom: 63px; }
#p02box01 .cnt .text_box .point { font-size: 24px; margin-bottom: 30px; }
#p02box01 .cnt .text_box .point em { display: inline-block; font-size: 32px; }
#p02box01 .cnt .img_box { margin-top: 37px; }
#p02box01 .title01 { margin-bottom: 64px; }
#p02box01 .features-list .feature00 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 84px; }
#p02box01 .features-list .feature00:last-child { margin-bottom: 0; }
#p02box01 .features-list .feature00::before { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: -1; }
#p02box01 .features-list .feature00 .num { font-size: 30px; position: absolute; top: -24px; left: 20px; z-index: 2; }
#p02box01 .features-list .feature00 .box_in { display: block; }
#p02box01 .features-list .feature00 .box_in .text_box .title { font-size: 22px; margin-bottom: 20px; }
#p02box01 .features-list .feature00 .box_in .text_box .common_box01 { margin-top: 20px; }
#p02box01 .features-list .feature00 .box_in .text_box .common_box01 .check-list_y.flex { display: block; }
#p02box01 .features-list .feature00 .box_in .text_box .common_box01 .check-list_y.flex li { margin-bottom: 10px; }
#p02box01 .features-list .feature00 .box_in .text_box .common_box01 .check-list_y.flex li:last-child { margin-bottom: 0; }
#p02box01 .features-list .feature00 .box_in .text_box .btn01 { margin-top: 40px; }
#p02box01 .features-list .feature00 .box_in .img_box { margin-bottom: 30px; }
#p02box01 .features-list .feature01::before { width: 155px; height: 138px; background-image: url("../img/p02/shape01.svg"); top: -53px; right: -103px; }
#p02box01 .features-list .feature02::before { width: 148px; height: 136px; background-image: url("../img/p02/shape02.svg"); bottom: -62px; left: -54px; }
#p02box01 .features-list .feature03::before { width: 155px; height: 100px; background-image: url("../img/p02/shape03.svg"); bottom: -85px; right: -47px; }
#p02box01 .features-list .feature04::before { width: 130px; height: 127px; background-image: url("../img/p02/shape04.svg"); bottom: -50px; left: -70px; transform: rotate(24deg); }
#p02box01 .features-list .feature05::before { width: 213px; height: 90px; background-image: url("../img/p02/shape05.svg"); bottom: -55px; right: -70px; }
#p02box01 .features-list .feature06::before { width: 136px; height: 134px; background-image: url("../img/p02/shape06.svg"); bottom: -50px; left: -50px; }
#p02box01 .features-list .feature07::before { width: 148px; height: 149px; background-image: url("../img/p02/shape07.svg"); bottom: -70px; right: -44px; }
#p02box01 .features-list .feature07 .box_in .text_box .common_box01 { margin-bottom: 20px; }
#p02box01 .features-list .feature08::before { width: 155px; height: 113px; background-image: url("../img/p02/shape08.svg"); bottom: -68px; left: -60px; }
#p02box01 .features-list .feature08 .cont_box { margin-top: 30px; }
#p02box01 .features-list .feature08 .cont_box h4 { padding: 10px; box-sizing: border-box; border-radius: 10px; line-height: 1.8; margin-bottom: 20px; }
#p02box01 .features-list .feature08 .cont_box .cont-list { display: block; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01 { padding: 20px; box-sizing: border-box; background: #FFFAE0; border-radius: 10px; margin-bottom: 10px; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01:last-child { margin-bottom: 0; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01 h5 { padding-left: 14px; box-sizing: border-box; line-height: 1.8; margin-bottom: 14px; position: relative; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01 h5::before { content: ""; display: block; width: 4px; height: calc(100% - 5px); background: #FCCE1F; border-radius: 20px; position: absolute; top: 2px; left: 0; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01 .list { font-family: 'NotoSansJP'; line-height: 1.8; margin-bottom: 10px; }
#p02box01 .features-list .feature08 .cont_box .cont-list .cont01 .list li { padding-left: 1em; text-indent: -1em; }

/*施設紹介　p03
=========================================== */
.page-floor #main.kasou .bg-img { background-image: url("../img/p03/main_sp.jpg"); }

#p03box01 .cnt { display: block; margin-bottom: 120px; }
#p03box01 .cnt .point { font-size: 24px; line-height: 1.8; text-align: center; margin-bottom: 30px; }
#p03box01 .cnt .point em { display: inline-block; font-size: 32px; }
#p03box01 .movie_box01 { margin-bottom: 160px; }
#p03box01 .movie_box01::before { content: ""; display: block; width: 177.6vw; aspect-ratio: 1186 / 589; background: url("../img/p03/shape01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -2; }
#p03box01 .movie_box01 .bg-text { background-image: url("../img/p03/bg-text01.png"); animation: textBgMove02 80s linear infinite; }
@keyframes textBgMove02 { 0% { background-position: 0 0; }
  100% { background-position: -2236px 0; } }
#p03box01 .facilities-list01 .facility01 { display: block; padding: 50.67vw 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; margin-bottom: 80px; }
#p03box01 .facilities-list01 .facility01:nth-child(1)::before { display: block; width: 143px; height: 100px; background-image: url("../img/p03/facility_shape01.svg"); top: -50px; left: -60px; }
#p03box01 .facilities-list01 .facility01:nth-child(3n)::before { display: block; width: 155px; height: 113px; background-image: url("../img/p03/facility_shape02.svg"); top: -69px; right: -97px; }
#p03box01 .facilities-list01 .facility01:nth-child(6n)::before { display: block; width: 171px; height: 165px; background-image: url("../img/p03/facility_shape03.svg"); top: -50px; left: -85px; }
#p03box01 .facilities-list01 .facility01:nth-child(9n)::before { display: block; width: 134px; height: 133px; background-image: url("../img/p03/facility_shape04.svg"); top: -85px; right: -50px; }
#p03box01 .facilities-list01 .facility01:last-child { margin-bottom: 0; }
#p03box01 .facilities-list01 .facility01::before { content: ""; display: none; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: -1; }
#p03box01 .facilities-list01 .facility01 .img_box { width: 78.93vw; aspect-ratio: 37 / 25; position: absolute; top: -40px; left: 50%; transform: translateX(-50%); }
#p03box01 .facilities-list01 .facility01 .img_box .in_img { width: 100%; height: 100%; border-radius: 20px; }
#p03box01 .facilities-list01 .facility01 .text_box .title { font-size: 24px; margin-bottom: 20px; }
#p03box01 .facilities-list01 .facility01 .text_box .title.icon_in { padding-left: 50px; box-sizing: border-box; position: relative; }
#p03box01 .facilities-list01 .facility01 .text_box .title.icon_in .icon { display: block; width: 40px; height: 40px; position: absolute; top: -1px; left: 0; }

#p03box02 .wrap::before, #p03box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p03box02 .wrap::before { width: 155px; height: 100px; background-image: url("../img/p03/other_shape01.svg"); top: -150px; left: -66px; }
#p03box02 .wrap::after { width: 98px; height: 99px; background-image: url("../img/p03/other_shape02.svg"); top: -138px; right: -36px; }
#p03box02 .title01 { margin-bottom: 40px; }
#p03box02 .facilities-list02 .facility02 { width: calc(50% - 4px); padding: 12px 12px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; margin: 12px 8px 0 0; }
#p03box02 .facilities-list02 .facility02:nth-child(-n+2) { margin-top: 0; }
#p03box02 .facilities-list02 .facility02:nth-child(2n) { margin-right: 0; }
#p03box02 .facilities-list02 .facility02:last-child { margin-right: 0; }
#p03box02 .facilities-list02 .facility02 .img_box { width: 100%; aspect-ratio: 35 / 26; border-radius: 10px; margin-bottom: 10px; }
#p03box02 .facilities-list02 .facility02 .text_box .title { text-align: center; margin-bottom: 4px; }

#p03box03 .wrap::before, #p03box03 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p03box03 .wrap::before { width: 118px; height: 119px; background-image: url("../img/p03/map_shape01.svg"); top: -135px; left: -56px; }
#p03box03 .wrap::after { width: 112px; height: 114px; background-image: url("../img/p03/map_shape02.svg"); top: -140px; right: -36px; }
#p03box03 .map-list .map00 { width: 100%; margin-bottom: 10px; }
#p03box03 .map-list .map00:last-child { margin-bottom: 0; }

/*衛生管理・安全対策　p04
=========================================== */
.page-safety #main.kasou .bg-img { background-image: url("../img/p04/main_sp.jpg"); }

.hs-all-list .hs_box { margin-bottom: 70px; }
.hs-all-list .hs_box:last-child { margin-bottom: 0; }
.hs-all-list .hs_box .title_box { display: block; margin-bottom: 40px; }
.hs-all-list .hs_box .title_box .box-title { font-size: 28px; line-height: 2; }
.hs-all-list .hs_box .title_box .box-title.icon_in { padding-left: 42px; box-sizing: border-box; position: relative; }
.hs-all-list .hs_box .title_box .box-title.icon_in img { display: block; width: 32px; height: 32px; position: absolute; top: 12px; left: 0; object-fit: contain; }
.hs-all-list .hs_box .title_box .text01 { display: block; }
.hs-all-list .hs_box .hs-list { display: block; }
.hs-all-list .hs_box .hs-list .hs01 { padding: 24px 24px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; margin-bottom: 20px; }
.hs-all-list .hs_box .hs-list .hs01:last-child { margin-bottom: 0; }
.hs-all-list .hs_box .hs-list .hs01 .img_box { width: 100%; aspect-ratio: 30 / 23; border-radius: 10px; margin-bottom: 20px; }
.hs-all-list .hs_box .hs-list .hs01 .text_box .title { font-size: 20px; }
.hs-all-list .hs_box .hs-list .hs01 .text_box p.common_text { margin-top: 10px; }
.hs-all-list .hs_box .hs-list.hs-list-other { display: flex; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01 { width: calc(50% - 4px); padding: 14px 14px 20px; margin: 16px 8px 0 0; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01:nth-child(-n+2) { margin-top: 0; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01:nth-child(2n) { margin-right: 0; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01:last-child { margin-right: 0; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01 .img_box { margin-bottom: 10px; }
.hs-all-list .hs_box .hs-list.hs-list-other .hs01 .text_box .title { font-size: 16px; }

.anchor-link { justify-content: center; margin-bottom: 80px; }
.anchor-link li { width: calc(50% - 6px); max-width: 320px; height: 50px; margin-right: 12px; }
.anchor-link li:last-child { margin-right: 0; }
.anchor-link li a { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 35px 0 20px; box-sizing: border-box; border-radius: 50px; color: #FFFFFF; font-weight: 700; position: relative; }
.anchor-link li a::before { content: ""; display: block; width: 14px; height: 10px; background: url("../img/p04/icon_arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
.anchor-link li a img { display: inline-block; width: 26px; margin-right: 8px; }
.anchor-link li.h-link a { background: #0D6FBB; border: 2px solid #0D6FBB; }
.anchor-link li.s-link a { background: #3BB80D; border: 2px solid #3BB80D; }

#p04box01 .anchor-link { margin-bottom: 80px; }
#p04box01 .eco_box { display: block; padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; margin-top: 40px; }
#p04box01 .eco_box .text_box h3 { font-size: 24px; line-height: 1.8; margin-bottom: 20px; }
#p04box01 .eco_box .img_box { width: 100%; margin-top: 20px; }

#p04box02 { padding-bottom: 175px; margin-bottom: 0; }
#p04box02::after { display: none; }
#p04box02 .wrap::before, #p04box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p04box02 .wrap::before { width: 155px; height: 156px; background-image: url("../img/p04/shape01.svg"); top: -164px; left: -51px; }
#p04box02 .wrap::after { width: 155px; height: 113px; background-image: url("../img/p04/shape02.svg"); top: -168px; right: -69px; }

/*そのまま習い事　p05
=========================================== */
.page-activities #main.kasou .bg-img { background-image: url("../img/p05/main_sp.jpg"); }

.cnt01_py { display: block; }
.cnt01_py .text_box .point { font-size: 24px; line-height: 1.8; margin-bottom: 30px; }
.cnt01_py .text_box .point em { display: inline-block; font-size: 32px; }
.cnt01_py .img_box { position: relative; margin-top: 60px; }
.cnt01_py .img_box img.shape01 { display: block; width: 50px; position: absolute; top: -21px; left: -14px; z-index: 1; }
.cnt01_py .img_box img.shape02 { display: block; width: 48px; position: absolute; bottom: -11px; right: -18px; z-index: 1; }

#p05box01 .cnt01_py { margin-bottom: 100px; }
#p05box01 .cnt01_py .text_box .point { text-align: center; }
#p05box01 .point_box .title01 { margin-bottom: 84px; }
#p05box01 .point_box .point-list { display: block; }
#p05box01 .point_box .point-list .point01 { padding: 24px 24px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; margin-bottom: 64px; }
#p05box01 .point_box .point-list .point01:last-child { margin-bottom: 0; }
#p05box01 .point_box .point-list .point01 .num { display: inline-block; font-size: 30px; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p05box01 .point_box .point-list .point01 .title { font-size: 20px; text-align: center; margin: 20px 0 14px; }
#p05box01 .point_box .point-list .point01 .title em { font-size: 24px; }

#p05box02 { padding-bottom: 175px; margin-bottom: 0; }
#p05box02::after { display: none; }
#p05box02 .wrap::before, #p05box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p05box02 .wrap::before { width: 173px; height: 97px; background-image: url("../img/p05/shape01.svg"); top: -140px; left: -85px; }
#p05box02 .wrap::after { width: 155px; height: 139px; background-image: url("../img/p05/shape02.svg"); top: -175px; right: -77px; }
#p05box02 .activities-list .activity01 { display: block; padding: 24px 24px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 40px; }
#p05box02 .activities-list .activity01:last-child { margin-bottom: 0; }
#p05box02 .activities-list .activity01 .img_box { width: 100%; aspect-ratio: 75 / 58; border-radius: 20px; margin-bottom: 20px; }
#p05box02 .activities-list .activity01 .text_box h3 { font-size: 24px; text-align: center; margin-bottom: 14px; }
#p05box02 .activities-list .activity01 .text_box .info-list { margin-top: 20px; }
#p05box02 .activities-list .activity01 .text_box .info-list li.flex { align-items: flex-start; margin-bottom: 10px; }
#p05box02 .activities-list .activity01 .text_box .info-list li.flex:last-child { margin-bottom: 0; }
#p05box02 .activities-list .activity01 .text_box .info-list li.flex .midashi { display: inline-block; width: 76px; padding: 2px 0; box-sizing: border-box; border-radius: 4px; font-size: 14px; margin-right: 10px; }
#p05box02 .activities-list .activity01 .text_box .info-list li.flex .text { width: calc(100% - 86px); }
#p05box02 .activities-list .activity01 .link_btn { position: absolute; bottom: 0; right: 0; z-index: 1; }
#p05box02 .activities-list .activity01 .link_btn a { display: block; padding: 12px 20px; box-sizing: border-box; border: 1px solid #3BB80D; background: #3BB80D; border-radius: 30px 0; text-align: center; }
#p05box02 .activities-list .activity01 .link_btn a .btn-text { display: inline-block; padding-right: 20px; box-sizing: border-box; font-size: 14px; font-weight: 700; color: #FFFFFF; position: relative; transition: 0.3s; }
#p05box02 .activities-list .activity01 .link_btn a .btn-text::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/p05/arrow.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }

/*遊びと学びプログラム　p06
=========================================== */
.page-play-study #main.kasou .bg-img { background-image: url("../img/p06/main_sp.jpg"); }

#p06box01 .cnt01_py { margin-bottom: 60px; }
#p06box01 .cnt01_py .text_box .point { text-align: center; }
#p06box01 .about-list { justify-content: space-between; }
#p06box01 .about-list .about01 { width: calc(50% - 4px); padding: 12px 12px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin: 10px 4px 0 0; }
#p06box01 .about-list .about01:nth-child(-n+2) { margin-top: 0; }
#p06box01 .about-list .about01:nth-child(2n) { margin-right: 0; }
#p06box01 .about-list .about01:last-child { margin-right: 0; }
#p06box01 .about-list .about01 .title { padding-left: 28px; box-sizing: border-box; line-height: 1.7; margin: 20px 0 10px; position: relative; }
#p06box01 .about-list .about01 .title .icon { display: block; width: 24px; height: 24px; border-radius: 50%; position: absolute; top: 1px; left: 0; }
#p06box01 .about-list .about01 .title .icon img { width: 12px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p06box01 .about-list .about01 p.common_text { font-size: 14px; }

.program_box01 { display: block; margin-bottom: 60px; }
.program_box01 .text_box .title01 { margin-bottom: 40px; }
.program_box01 .text_box .point { font-size: 20px; margin-bottom: 10px; }
.program_box01 .img_box { margin-top: 40px; }

.program-list01 { display: block; }
.program-list01 .program01 { background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; }
.program-list01 .program01:last-child { margin-bottom: 0; }
.program-list01 .program01 .title_box { padding: 12px 10px; box-sizing: border-box; border-radius: 30px 30px 0 0; }
.program-list01 .program01 .title_box .sub_title { display: inline-block; padding: 0 9px 1px; box-sizing: border-box; border: 1px solid #FFFFFF; border-radius: 40px; font-size: 14px; margin-bottom: 4px; }
.program-list01 .program01 .title_box .title { font-size: 20px; }
.program-list01 .program01 .box_in { padding: 24px 24px 30px; box-sizing: border-box; }
.program-list01 .program01 .box_in .img { width: 100%; aspect-ratio: 151 / 100; border-radius: 20px; margin-bottom: 20px; }
.program-list01 .program01 .box_in .movie { width: 100%; aspect-ratio: 151 / 100; border-radius: 20px; margin-bottom: 20px; overflow: hidden; }
.program-list01 .program01 .box_in .movie iframe { width: 100%; height: 100%; }
.program-list01 .program01 .box_in .point { font-size: 24px; margin-bottom: 14px; }
.program-list01 .program01 .box_in .sub_box { margin-top: 20px; }
.program-list01 .program01 .box_in .sub_box .box_title { padding: 11px 10px; box-sizing: border-box; border-radius: 10px 10px 0 0; line-height: 1.8; }
.program-list01 .program01 .box_in .sub_box .box_text { padding: 20px; box-sizing: border-box; background: #FFFAE0; border-radius: 0 0 10px 10px; }

#p06box02 .wrap::before, #p06box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p06box02 .wrap::before { width: 165px; height: 132px; background-image: url("../img/p06/shape01.svg"); top: -165px; left: -100px; transform: rotate(30deg); }
#p06box02 .wrap::after { width: 155px; height: 113px; background-image: url("../img/p06/shape02.svg"); top: -160px; right: -70px; }

#p06box03 .wrap::before, #p06box03 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p06box03 .wrap::before { width: 148px; height: 136px; background-image: url("../img/p06/shape03.svg"); top: -144px; left: -54px; }
#p06box03 .wrap::after { width: 173px; height: 171px; background-image: url("../img/p06/shape04.svg"); top: -153px; right: -75px; }

#p06box04 { padding-bottom: 175px; margin-bottom: 0; }
#p06box04::after { display: none; }
#p06box04 .wrap::before, #p06box04 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p06box04 .wrap::before { width: 183px; height: 101px; background-image: url("../img/p06/shape05.svg"); top: -135px; left: -80px; }
#p06box04 .wrap::after { width: 155px; height: 86px; background-image: url("../img/p06/shape06.svg"); top: -150px; right: -60px; }
#p06box04 .title01 { margin-bottom: 40px; }
#p06box04 .foundations-list { display: block; margin-top: 84px; }
#p06box04 .foundations-list .foundation01 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 64px; }
#p06box04 .foundations-list .foundation01:last-child { margin-bottom: 0; }
#p06box04 .foundations-list .foundation01 .num { display: inline-block; font-size: 30px; position: absolute; top: -24px; left: 20px; z-index: 1; }
#p06box04 .foundations-list .foundation01 .title { font-size: 26px; margin-bottom: 20px; }
#p06box04 .foundations-list .foundation01 .title .sub_title { display: inline-block; font-size: 16px; margin: 12px 0 0 10px; }
#p06box04 .foundations-list .foundation01 .table_box { border: 1px solid #FCCE1F; box-sizing: border-box; border-radius: 10px; overflow: hidden; margin-top: 20px; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr:last-child th { border-bottom: 0; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr:last-child td { border-bottom: 0; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr th, #p06box04 .foundations-list .foundation01 .table_box .foundation-table tr td { padding: 14px 10px; box-sizing: border-box; vertical-align: top; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr th { width: 86px; background: #FCCE1F; border-bottom: 1px solid #FFF9E6; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr th.last { width: auto; background: #FEEEB4; border-bottom: 1px solid #FFFFFF; }
#p06box04 .foundations-list .foundation01 .table_box .foundation-table tr td { background: #FFFFFF; border-bottom: 1px solid #FEEEB4; }

/*園での１日　p07
=========================================== */
.page-day #main.kasou .bg-img { background-image: url("../img/p07/main_sp.jpg"); }

#p07box01 .point { font-size: 24px; line-height: 1.8; margin-bottom: 120px; }
#p07box01 .point em { display: inline-block; font-size: 32px; }
#p07box01 .movie_box01 { margin-bottom: 160px; }
#p07box01 .movie_box01::before { content: ""; display: block; width: 177.6vw; aspect-ratio: 1186 / 589; background: url("../img/p07/shape01.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -2; }
#p07box01 .movie_box01 .bg-text { background-image: url("../img/p07/bg-text01.png"); animation: textBgMove03 80s linear infinite; }
@keyframes textBgMove03 { 0% { background-position: 0 0; }
  100% { background-position: -2085px 0; } }
#p07box01 .title01 { margin-bottom: 91px; }
#p07box01 .schedule-list { padding-left: 20px; box-sizing: border-box; }
#p07box01 .schedule-list .schedule01 { display: block; padding: 40px 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 70px; }
#p07box01 .schedule-list .schedule01::before { content: ""; display: block; width: 2px; height: calc(100% + 70px); background: url("../img/p07/line01.png") repeat-y center top; background-size: contain; position: absolute; top: 5px; left: 0; z-index: 1; }
#p07box01 .schedule-list .schedule01:last-child { margin-bottom: 0; }
#p07box01 .schedule-list .schedule01:last-child::before { display: none; }
#p07box01 .schedule-list .schedule01 .time_box { width: auto; align-items: center; padding: 10px 20px; box-sizing: border-box; border-radius: 50px; position: absolute; top: -20px; left: -20px; z-index: 2; }
#p07box01 .schedule-list .schedule01 .time_box .icon { display: inline-block; width: 26px; margin-right: 10px; }
#p07box01 .schedule-list .schedule01 .time_box .time { display: inline-block; font-size: 20px; }
#p07box01 .schedule-list .schedule01 .text_box .title { font-size: 20px; margin-bottom: 20px; }
#p07box01 .schedule-list .schedule01 .text_box .sub_text { padding-left: 1em; text-indent: -1em; margin-top: 10px; }
#p07box01 .schedule-list .schedule01 .img_box { width: 100%; margin-top: 30px; }
#p07box01 .schedule-list .schedule01 .fukidashi01 { width: 144px; height: 136px; padding-top: 39px; box-sizing: border-box; background: url("../img/p07/hukidashi01.svg") no-repeat center; background-size: contain; position: absolute; top: -95px; right: 0; z-index: 1; }
#p07box01 .schedule-list .schedule01 .fukidashi01 p { font-size: 14px; }
#p07box01 .schedule-list .schedule01 .shape01 { width: 187px; position: absolute; top: -81px; right: -81px; z-index: -1; }
#p07box01 .schedule-list .schedule01 .shape02 { width: 132px; position: absolute; top: 50px; left: -80px; z-index: -1; }
#p07box01 .schedule-list .schedule01 .shape03 { width: 161px; position: absolute; top: -30px; right: -70px; z-index: -1; }
#p07box01 .schedule-list .schedule02 { margin-bottom: 135px; }
#p07box01 .schedule-list .schedule02::before { height: calc(100% + 135px); }

/*年間行事　p08
=========================================== */
.page-event #main.kasou .bg-img { background-image: url("../img/p08/main_sp.jpg"); }

#p08box01 .cnt { margin-bottom: 80px; }
#p08box01 .cnt .text_box p.point { font-size: 24px; margin-bottom: 30px; }
#p08box01 .cnt .text_box p.point em { font-size: 32px; }
#p08box01 .cnt .img_box { width: 100%; margin-top: 60px; }
#p08box01 .event-all-list .event_box { margin-bottom: 80px; }
#p08box01 .event-all-list .event_box:nth-child(2n) .event-list .event02:first-child::before { width: 218px; height: 220px; background-image: url("../img/p08/shape02.svg"); top: -63px; right: auto; left: -116px; }
#p08box01 .event-all-list .event_box:nth-child(3n) .event-list .event02:first-child::before { width: 196px; height: 191px; background-image: url("../img/p08/shape03.svg"); top: -70px; right: -88px; }
#p08box01 .event-all-list .event_box:nth-child(4n) .event-list .event02:first-child::before { width: 213px; height: 147px; background-image: url("../img/p08/shape04.svg"); top: -42px; right: auto; left: -105px; transform: rotate(20deg); }
#p08box01 .event-all-list .event_box:last-child { margin-bottom: 0; }
#p08box01 .event-all-list .event_box .box-title { font-size: 18px; line-height: 1.8; margin-bottom: 40px; }
#p08box01 .event-all-list .event_box .box-title em { font-size: 24px; }
#p08box01 .event-all-list .event_box .box-title.icon_in { padding-left: 44px; box-sizing: border-box; position: relative; }
#p08box01 .event-all-list .event_box .box-title.icon_in img { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; object-fit: contain; }
#p08box01 .event-all-list .event_box .event-list .event02 { display: block; padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 20px; }
#p08box01 .event-all-list .event_box .event-list .event02:first-child::before { content: ""; display: block; width: 155px; height: 113px; background-image: url("../img/p08/shape01.svg"); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: -50px; right: -65px; z-index: -1; }
#p08box01 .event-all-list .event_box .event-list .event02:last-child { margin-bottom: 0; }
#p08box01 .event-all-list .event_box .event-list .event02 .text_box .title { padding-left: 20px; box-sizing: border-box; font-size: 22px; line-height: 1.8; position: relative; margin-bottom: 20px; }
#p08box01 .event-all-list .event_box .event-list .event02 .text_box .title .line { display: inline-block; width: 4px; height: calc(100% - 12px); border-radius: 20px; position: absolute; top: 6px; left: 0; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img { width: 100%; margin-top: 40px; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_main .gallery_main01 { width: 100%; aspect-ratio: 243 / 164; border-radius: 20px; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum { width: 100%; margin-top: 5px; margin-bottom: 0 !important; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 4px); aspect-ratio: 35 / 23; border-radius: 10px; margin: 5px 5px 0 0; transition: 0.3s; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .gallery_thum01:last-child { margin-right: 0; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .gallery_thum01::after { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; opacity: 0; transition: 0.3s; }
#p08box01 .event-all-list .event_box .event-list .event02 .gallery_img .gallery_thum .gallery_thum01.slick-current::after { opacity: 1; }

#p08box02 .wrap::before, #p08box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p08box02 .wrap::before { width: 110px; height: 111px; background-image: url("../img/p08/reason_shape01.svg"); top: -136px; left: -33px; }
#p08box02 .wrap::after { width: 148px; height: 136px; background-image: url("../img/p08/reason_shape02.svg"); top: -168px; right: -57px; }
#p08box02 .title01 { margin-bottom: 40px; }
#p08box02 .title01 .ja .sub { font-size: 24px; }
#p08box02 .cnt { display: block; }
#p08box02 .cnt .text_box p { margin-bottom: 20px; }
#p08box02 .cnt .text_box p:last-child { margin-bottom: 0; }
#p08box02 .cnt .img_box { margin-top: 40px; }

#p08box03 .title01 { margin-bottom: 30px; }
#p08box03 .text01 img { display: inline-block; width: 24px; margin-top: 2px; }
#p08box03 .text01 span { display: inline-block; margin: 0 6px 0 4px; }
#p08box03 .season-list { margin-top: 90px; }
#p08box03 .season-list .season00 { display: block; margin-bottom: 90px; }
#p08box03 .season-list .season00:last-child { margin-bottom: 0; }
#p08box03 .season-list .season00 .img_box { width: 100%; position: relative; }
#p08box03 .season-list .season00 .img_box h3 { width: 126px; height: 110px; padding-top: 33px; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: contain; font-size: 24px; line-height: 1.7; position: absolute; top: -50px; left: -30px; z-index: 1; }
#p08box03 .season-list .season00 .list { justify-content: space-between; margin-top: 40px; }
#p08box03 .season-list .season00 .list li { width: calc(50% - 8px); padding: 0 0 10px 17px; box-sizing: border-box; border-bottom: 1px solid #DBD3BD; margin-top: 20px; position: relative; }
#p08box03 .season-list .season00 .list li:nth-child(-n+2) { margin-top: 0; }
#p08box03 .season-list .season00 .list li::before { content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#p08box03 .season-list .season00 .list li span { display: inline-block; line-height: 1.8; font-weight: 700; }
#p08box03 .season-list .season00 .list li span.star { padding-right: 24px; box-sizing: border-box; position: relative; }
#p08box03 .season-list .season00 .list li span.star::after { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p08/star01.svg") no-repeat center; background-size: contain; position: absolute; bottom: 4px; right: 0; }
#p08box03 .season-list .season01 .img_box h3 { background-image: url("../img/p08/event_shape01.svg"); }
#p08box03 .season-list .season01 .list li::before { background: #EA3676; }
#p08box03 .season-list .season02 { justify-content: flex-end; }
#p08box03 .season-list .season02 .img_box h3 { background-image: url("../img/p08/event_shape02.svg"); }
#p08box03 .season-list .season02 .list li::before { background: #3BB80D; }
#p08box03 .season-list .season03 .img_box h3 { background-image: url("../img/p08/event_shape03.svg"); }
#p08box03 .season-list .season03 .list li::before { background: #EA5413; }
#p08box03 .season-list .season04 { justify-content: flex-end; }
#p08box03 .season-list .season04 .img_box h3 { background-image: url("../img/p08/event_shape04.svg"); }
#p08box03 .season-list .season04 .list li::before { background: #0D6FBB; }

/*入園案内(一覧)　p09
=========================================== */
.page-admission #main.kasou .bg-img { background-image: url("../img/p09/main_sp.jpg"); }

div.common_table03 { width: 100%; border: 1px solid #EA5413; border-radius: 10px; overflow: hidden; }
div.common_table03 tr:last-child td { border-bottom: 0; }
div.common_table03 tr:last-child td.midashi { border-bottom: 0; }
div.common_table03 tr th, div.common_table03 tr td { padding: 20px; box-sizing: border-box; }
div.common_table03 tr th { background: #EA5413; color: #FFFFFF; text-align: center; border-left: 1px solid #FCE4D9; }
div.common_table03 tr th:first-child { width: 150px; border-left: 0; }
div.common_table03 tr td { background: #FFFFFF; border-left: 1px solid #FCE4D9; border-bottom: 1px solid #FCE4D9; }
div.common_table03 tr td.midashi { width: 150px; background: #FDEAE2; border-left: 0; border-bottom: 1px solid #FFFFFF; }
div.common_table03 .common_table_in .table_midashi { padding: 10px; box-sizing: border-box; }
div.common_table03 .common_table_in .common_table_list { background: #FFFFFF; }
div.common_table03 .common_table_in .common_table_list li span { display: block; width: 100%; padding: 10px 20px; box-sizing: border-box; }
div.common_table03 .common_table_in .common_table_list li .list_midashi { background: #FCE0D5; }

table.common_table03 { width: 100%; border: 1px solid #EA5413; border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
table.common_table03 tr:last-child td { border-bottom: 0; }
table.common_table03 tr:last-child td.midashi { border-bottom: 0; }
table.common_table03 tr th, table.common_table03 tr td { padding: 20px; box-sizing: border-box; }
table.common_table03 tr th { background: #EA5413; color: #FFFFFF; border-left: 1px solid #FCE4D9; }
table.common_table03 tr th:first-child { width: 104px; border-left: 0; }
table.common_table03 tr td { background: #FFFFFF; border-left: 1px solid #FCE4D9; border-bottom: 1px solid #FCE4D9; }
table.common_table03 tr td.midashi { width: 103px; background: #FDEAE2; border-left: 0; border-bottom: 1px solid #FFFFFF; }

#p09box01 .cnt01_py { margin-bottom: 60px; }
#p09box01 .cnt01_py .text_box { margin-top: 0; }
#p09box01 .cnt01_py .text_box .point { line-height: 1.6; margin-bottom: 20px; }
#p09box01 .cnt01_py .text_box .point em { display: inline; }
#p09box01 .cnt01_py .text_box .point-list { margin-bottom: 14px; }
#p09box01 .cnt01_py .text_box .point-list li { display: inline-block; padding: 3px 9px; box-sizing: border-box; border: 1px solid #EA5413; border-radius: 4px; font-size: 14px; margin: 0 6px 6px 0; }
#p09box01 .cnt01_py .text_box .point-list li:last-child { margin-right: 0; }
#p09box01 .overview_box .cnt { display: block; margin-bottom: 60px; }
#p09box01 .overview_box .cnt .title01 { margin-bottom: 40px; }
#p09box01 .overview_box .overview-list .overview00 { padding: 40px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; }
#p09box01 .overview_box .overview-list .overview00:last-child { margin-bottom: 0; }
#p09box01 .overview_box .overview-list .overview00 .title { padding-left: 20px; box-sizing: border-box; font-size: 22px; line-height: 1.8; margin-bottom: 30px; position: relative; }
#p09box01 .overview_box .overview-list .overview00 .title::before { content: ""; display: block; width: 4px; height: calc(100% - 16px); background: #EA5413; border-radius: 20px; position: absolute; top: 11px; left: 0; }
#p09box01 .overview_box .overview-list .overview00 .common_box01 { margin-top: 30px; }
#p09box01 .overview_box .overview-list .overview00 .common_box01 .common_in .list { display: block; }
#p09box01 .overview_box .overview-list .overview00 .common_box01 .common_in .list li { padding-left: 17px; box-sizing: border-box; font-weight: 700; position: relative; margin-bottom: 10px; }
#p09box01 .overview_box .overview-list .overview00 .common_box01 .common_in .list li:last-child { margin-bottom: 0; }
#p09box01 .overview_box .overview-list .overview00 .common_box01 .common_in .list li::before { content: ""; display: block; width: 6px; height: 6px; background: #FCCE1F; border-radius: 50%; position: absolute; top: 10px; left: 0; }
#p09box01 .overview_box .overview-list .overview01 .info-list { display: block; margin-top: 30px; }
#p09box01 .overview_box .overview-list .overview01 .info-list .info_box01 { padding: 24px; box-sizing: border-box; border-radius: 20px; margin-bottom: 10px; }
#p09box01 .overview_box .overview-list .overview01 .info-list .info_box01:last-child { margin-bottom: 0; }
#p09box01 .overview_box .overview-list .overview01 .info-list .info_box01 h4 { padding-left: 34px; box-sizing: border-box; font-size: 18px; line-height: 1.8; position: relative; margin-bottom: 20px; }
#p09box01 .overview_box .overview-list .overview01 .info-list .info_box01 h4 img { display: block; width: 28px; position: absolute; top: 2px; left: 0; }
#p09box01 .overview_box .overview-list .overview01 .info-list .info_box01 a { color: #EA5413; text-decoration: underline; }
#p09box01 .overview_box .overview-list .overview01 .common_in .list li .sub { display: inline-block; margin-left: 10px; }

#p09box02 { padding-bottom: 175px; margin-bottom: 0; }
#p09box02::after { display: none; }
#p09box02 .wrap::before, #p09box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p09box02 .wrap::before { width: 155px; height: 100px; background-image: url("../img/p09/shape01.svg"); top: -150px; left: -70px; }
#p09box02 .wrap::after { width: 155px; height: 138px; background-image: url("../img/p09/shape02.svg"); top: -176px; right: -57px; }
#p09box02 .cnt { display: block; margin-bottom: 60px; }
#p09box02 .cnt .title01 { margin-bottom: 40px; }
#p09box02 .admission-list { display: block; }
#p09box02 .admission-list .admission01 { margin-bottom: 28px; }
#p09box02 .admission-list .admission01:last-child { margin-bottom: 0; }
#p09box02 .admission-list .admission01 a { display: block; width: 100%; background: #FFFFFF; padding: 24px 24px 50px; box-sizing: border-box; border-radius: 20px; overflow: hidden; position: relative; }
#p09box02 .admission-list .admission01 a .img { width: 100%; aspect-ratio: 30 / 23; border-radius: 10px; margin-bottom: 20px; }
#p09box02 .admission-list .admission01 a .title { font-size: 18px; line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#p09box02 .admission-list .admission01 a .common_text { margin-top: 8px; }
#p09box02 .admission-list .admission01 a .arrow { display: block; width: 50px; height: 36px; border-radius: 20px 0; background: #3BB80D; border: 2px solid #3BB80D; box-sizing: border-box; transition: 0.3s; position: absolute; bottom: 0; right: 0; }
#p09box02 .admission-list .admission01 a .arrow::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; }

/*入園案内(詳細)　p09
=========================================== */
.single-nyuen_data #main.kasou { padding-top: 80px; }
.single-nyuen_data #main.kasou .adCate-list { justify-content: center; }
.single-nyuen_data #main.kasou .adCate-list li { display: inline-block; padding: 2px 18px; box-sizing: border-box; border: 2px solid #EA5413; border-radius: 80px; margin: 0 6px 6px 0; }
.single-nyuen_data #main.kasou .adCate-list li:last-child { margin-right: 0; }

#adBox-sec01 { padding-top: 81px; }
#adBox-sec01 .cnt { display: block; margin-bottom: 40px; }
#adBox-sec01 .cnt .text_box p.point { font-size: 24px; line-height: 1.8; margin-bottom: 30px; }
#adBox-sec01 .cnt .img_box { width: 100%; position: relative; margin-top: 40px; }
#adBox-sec01 .cnt .img_box .img { width: 100%; aspect-ratio: 255 / 197; border-radius: 20px; }
#adBox-sec01 .cnt .img_box img.shape01 { display: block; width: 62px; position: absolute; top: -15px; left: -11px; z-index: 1; }
#adBox-sec01 .cnt .img_box img.shape02 { display: block; width: 46px; position: absolute; bottom: -16px; right: -19px; z-index: 1; }
#adBox-sec01 .news_box { display: block; padding: 20px 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; margin-bottom: 80px; }
#adBox-sec01 .news_box .img_box { width: 100%; aspect-ratio: 128 / 95; border-radius: 20px; margin-bottom: 20px; }
#adBox-sec01 .news_box .text_box .midashi { font-size: 24px; }
#adBox-sec01 .news_box .text_box p.common_text { margin-top: 10px; }
#adBox-sec01 .adBox00 { padding-bottom: 60px; border-bottom: 2px solid #DBD3BD; margin-bottom: 60px; }
#adBox-sec01 .adBox00:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }

.common_table01 { width: 100%; border: 1px solid #EA5413; border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.common_table01 tr:last-child td { border-bottom: 0; }
.common_table01 tr th, .common_table01 tr td { padding: 20px; box-sizing: border-box; }
.common_table01 tr th { background: #EA5413; color: #FFFFFF; border-left: 1px solid #FCE4D9; }
.common_table01 tr th:first-child { border-left: 0; }
.common_table01 tr td { background: #FFFFFF; border-left: 1px solid #FCE4D9; border-bottom: 1px solid #FCE4D9; }
.common_table01 tr td:first-child { border-left: 0; }

.common_table02 { width: 100%; border: 1px solid #EA5413; border-radius: 10px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.common_table02 tr:last-child th { border-bottom: 0; }
.common_table02 tr:last-child td { border-bottom: 0; }
.common_table02 tr th, .common_table02 tr td { padding: 20px; box-sizing: border-box; }
.common_table02 tr th { width: 136px; background: #EA5413; color: #FFFFFF; border-bottom: 1px solid #FCE4D9; }
.common_table02 tr td { background: #FFFFFF; border-bottom: 1px solid #FCE4D9; }

.common_table04 .table_in { padding: 10px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px 30px 0 0; }
.common_table04 .table_in ul li { padding: 30px 0 10px; box-sizing: border-box; border-bottom: 1px solid #DFDFDF; }
.common_table04 .table_in ul li:last-child { border-bottom: 0; }
.common_table04 .table_in ul li .midashi { display: block; width: 100%; font-size: 20px; line-height: 1.8; font-weight: 700; margin-bottom: 10px; }
.common_table04 .table_in ul li .text { display: block; width: 100%; line-height: 1.8; text-align: right; }
.common_table04 .table_in ul li .text em.num { display: inline-block; font-family: "Poppins"; font-size: 22px; line-height: 1.6; font-weight: 700; margin-right: 4px; }
.common_table04 .total_box { padding: 20px; box-sizing: border-box; background: #FFF1AC; border-radius: 0 0 30px 30px; }
.common_table04 .total_box p.total { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.common_table04 .total_box p.total .midashi { display: inline-block; width: 50px; font-size: 23px; line-height: 1.8; font-weight: 700; text-align: right; margin-right: 10px; }
.common_table04 .total_box p.total .text { display: inline-block; width: calc(100% - 60px); line-height: 1.8; color: #EA5413; text-align: right; }
.common_table04 .total_box p.total .text em.num { display: inline-block; font-family: "Poppins"; font-size: 28px; line-height: 1.6; font-weight: 700; margin-right: 4px; }

.adBox00 .adBox_title01 { padding-left: 28px; box-sizing: border-box; font-size: 28px; line-height: 1.8; color: #EA5413; margin-bottom: 40px; position: relative; }
.adBox00 .adBox_title01::before { content: ""; display: block; width: 16px; height: 16px; background: #EA5413; border-radius: 50%; position: absolute; top: 17px; left: 0; }
.adBox00 .adBox_title02 { padding-left: 20px; box-sizing: border-box; font-size: 20px; line-height: 1.8; margin-bottom: 20px; position: relative; }
.adBox00 .adBox_title02::before { content: ""; display: block; width: 4px; height: calc(100% - 12px); background: #EA5413; border-radius: 20px; position: absolute; top: 6px; left: 0; }
.adBox00 .text-list01 { margin-top: 10px; }
.adBox00 .text-list01 li { line-height: 1.8; }
.adBox00 .adBox_in { margin-bottom: 40px; }
.adBox00 .adBox_in:last-child { margin-bottom: 0; }

#adBox01.adBox00 .feat-list { display: block; }
#adBox01.adBox00 .feat-list .feat01 { padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 25px; }
#adBox01.adBox00 .feat-list .feat01:last-child { margin-bottom: 0; }
#adBox01.adBox00 .feat-list .feat01 .title { padding-left: 40px; box-sizing: border-box; font-size: 24px; margin-bottom: 20px; position: relative; }
#adBox01.adBox00 .feat-list .feat01 .title::before { content: ""; display: block; width: 30px; height: 30px; background: url("../img/p09/icon_check01.png") no-repeat center; background-size: contain; position: absolute; top: 4px; left: 0; }

#adBox03.adBox00 > div.flex { display: block; }
#adBox03.adBox00 > div.flex .adBox_in { margin-bottom: 40px; }
#adBox03.adBox00 > div.flex .adBox_in:last-child { margin-bottom: 0; }

#adBox04.adBox00 .adBox_title01 { margin-bottom: 56px; }
#adBox04.adBox00 .schedule-list { display: block; }
#adBox04.adBox00 .schedule-list .schedule01 { padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 26px; text-align: center; position: relative; }
#adBox04.adBox00 .schedule-list .schedule01:last-child { margin-bottom: 0; }
#adBox04.adBox00 .schedule-list .schedule01:last-child::before { display: none; }
#adBox04.adBox00 .schedule-list .schedule01::before { content: ""; display: block; width: 6px; height: 26px; background: #E8DBBA; position: absolute; bottom: -26px; left: 50%; transform: translateX(-50%); }
#adBox04.adBox00 .schedule-list .schedule01 .num { display: block; font-size: 20px; position: absolute; top: -16px; left: 20px; z-index: 1; }
#adBox04.adBox00 .schedule-list .schedule01 .text02 { margin-top: 10px; }
#adBox04.adBox00 .text_box01 { margin-top: 10px; line-height: 1.8; }

#adBox05.adBox00 .adBox_title02 .sub { display: inline-block; padding: 4px 14px; box-sizing: border-box; border-radius: 20px; font-size: 14px; margin-left: 10px; }
#adBox05.adBox00 .common_box01 { background: transparent; }
#adBox05.adBox00 .common_box01 .common_table04 .table_in { padding: 0 20px 30px; border-radius: 0 0 10px 10px; }
#adBox05.adBox00 .common_box01 .common_table04 .table_in ul li .text { text-align: left; }
#adBox05.adBox00 .common_box01 .common_table04 .table_in ul li .text em.num { margin: 0 4px; }

#adBox06.adBox00 table.common_table03 { margin-bottom: 20px; }
#adBox06.adBox00 table.common_table03:last-child { margin-bottom: 0; }
#adBox06.adBox00 .common_table04 .table_in { padding-top: 0; padding-bottom: 20px; border-radius: 20px; }
#adBox06.adBox00 .common_table04 .table_in ul li { display: flex; justify-content: space-between; }
#adBox06.adBox00 .common_table04 .table_in ul li .midashi { width: calc(100% - 110px); }
#adBox06.adBox00 .common_table04 .table_in ul li .text { width: 100px; }
#adBox06.adBox00 .common_box01 { background: #FFFFFF; }
#adBox06.adBox00 .common_box01 .common_in { padding: 20px 20px 30px; }
#adBox06.adBox00 .common_box01 .common_in .list { display: block; }
#adBox06.adBox00 .common_box01 .common_in .list li { padding-left: 30px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#adBox06.adBox00 .common_box01 .common_in .list li:last-child { margin-bottom: 0; }
#adBox06.adBox00 .common_box01 .common_in .list li::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p09/icon_check02.png") no-repeat center; background-size: contain; position: absolute; top: 3px; left: 0; }

#adBox07.adBox00 .point01 { padding-left: 30px; box-sizing: border-box; font-size: 20px; position: relative; margin-bottom: 20px; }
#adBox07.adBox00 .point01::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p09/icon_check03.png") no-repeat center; background-size: contain; position: absolute; top: 6px; left: 0; }
#adBox07.adBox00 .free-list { display: block; }
#adBox07.adBox00 .free-list .free_box01 { padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 20px; }
#adBox07.adBox00 .free-list .free_box01:last-child { margin-bottom: 0; }
#adBox07.adBox00 .free-list .free_box01 div.common_text a { color: #EA5413; text-decoration: underline; font-weight: 700; }

#adBox08.adBox00 .exemption-list { display: block; }
#adBox08.adBox00 .exemption-list .exemption_box01 { background: #FFFFFF; border-radius: 10px; margin-bottom: 20px; }
#adBox08.adBox00 .exemption-list .exemption_box01:last-child { margin-bottom: 0; }
#adBox08.adBox00 .exemption-list .exemption_box01 .title { padding: 10px; box-sizing: border-box; border-radius: 9px 9px 0 0; font-size: 18px; line-height: 1.8; }
#adBox08.adBox00 .exemption-list .exemption_box01 .common_in { padding: 20px 20px 30px; box-sizing: border-box; }

/*子育て支援プログラム　p10
=========================================== */
.page-program #main.kasou .bg-img { background-image: url("../img/p10/main_sp.jpg"); }

#p10box01 .cnt { display: block; margin-bottom: 120px; }
#p10box01 .cnt .text_box .sub { display: inline-block; padding: 4px 16px; box-sizing: border-box; border-radius: 30px; line-height: 1.8; margin-bottom: 20px; }
#p10box01 .cnt .text_box .point { font-size: 24px; line-height: 1.8; margin-bottom: 30px; }
#p10box01 .cnt .text_box .point em { display: inline-block; font-size: 32px; }
#p10box01 .cnt .text_box .c_btn01.btn01 a { background: #FFFFFF; border: 2px solid #EA5413; }
#p10box01 .cnt .text_box .c_btn01.btn01 a .btn-text { color: #000000; }
#p10box01 .cnt .text_box .c_btn01.btn01 a .btn-text::before { background: url("../img/p10/icon_yoyaku.svg") no-repeat center; background-size: contain; }
#p10box01 .cnt .text_box .c_btn01.btn01 a .arrow { background-color: #EA5413; background-image: url("../img/common/btn_arrow02.svg"); }
#p10box01 .cnt .img_box { width: 100%; margin-top: 77px; }
#p10box01 .program-list .support_program01 { padding: 40px 20px 60px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; margin-bottom: 60px; }
#p10box01 .program-list .support_program01:last-child { margin-bottom: 0; }
#p10box01 .program-list .support_program01 .box_in { display: block; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate-list { margin-bottom: 16px; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate-list li { display: inline-block; padding: 0px 9px 1px; box-sizing: border-box; border: 1px solid #0D6FBB; border-radius: 20px; font-size: 14px; margin: 0 4px 4px 0; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate-list li:last-child { margin-right: 0; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate_box { display: block; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate_box p { display: inline-block; padding: 6px 10px; box-sizing: border-box; border-radius: 6px; margin-bottom: 10px; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate_box p:last-child { margin-bottom: 0; }
#p10box01 .program-list .support_program01 .box_in .text_box .cate_box .today-text { padding-left: 34px; background-image: url("../img/p10/icon_time.svg"); background-repeat: no-repeat; background-position: center left 10px; background-size: 20px; }
#p10box01 .program-list .support_program01 .box_in .text_box .title { font-size: 32px; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .box_in .text_box .title .logo-img { display: inline-block; width: auto; height: 52px; margin-right: 14px; }
#p10box01 .program-list .support_program01 .box_in .text_box p.copy { font-size: 24px; line-height: 1.8; margin-bottom: 10px; }
#p10box01 .program-list .support_program01 .box_in .img_box { width: 100%; aspect-ratio: 41 / 40; border-radius: 20px; margin-top: 40px; }
#p10box01 .program-list .support_program01 .info_box { padding: 40px 20px; box-sizing: border-box; border-radius: 20px; margin-top: 40px; transition: 0.3s; }
#p10box01 .program-list .support_program01 .info_box .t_text { display: block; width: 100%; height: 44px; padding-top: 4px; box-sizing: border-box; background: #FFFFFF; border: 2px solid #EA5413; border-radius: 40px; position: relative; transition: 0.3s; cursor: pointer; }
#p10box01 .program-list .support_program01 .info_box .t_text::before { content: ""; display: block; width: 20px; height: 20px; background: url("../img/p10/icon_open.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); transition: 0.3s; }
#p10box01 .program-list .support_program01 .info_box .t_text span { display: block; font-size: 18px; line-height: 1.8; }
#p10box01 .program-list .support_program01 .info_box .t_text.on::before { background: url("../img/p10/icon_close.svg") no-repeat center; background-size: contain; }
#p10box01 .program-list .support_program01 .info_box .c_text { display: none; margin-top: 40px; }
#p10box01 .program-list .support_program01 .info_box .c_text .info01 { padding-bottom: 20px; border-bottom: 1px solid #F3EED8; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .info_box .c_text .info01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p10box01 .program-list .support_program01 .info_box .c_text .info01 .info_title { padding-left: 14px; box-sizing: border-box; line-height: 1.8; margin-bottom: 14px; position: relative; }
#p10box01 .program-list .support_program01 .info_box .c_text .info01 .info_title::before { content: ""; display: block; width: 4px; height: calc(100% - 5px); background: #FCCE1F; border-radius: 20px; position: absolute; top: 2px; left: 0; }
#p10box01 .program-list .support_program01 .info_box .c_text .info01 .text-list01 li { line-height: 1.8; padding-left: 1em; text-indent: -1em; }
#p10box01 .program-list .support_program01 .info_box:has(.t_text.on) { background: #FFF9E0; }
#p10box01 .program-list .support_program01 .gallery_box { margin-top: 50px; }
#p10box01 .program-list .support_program01 .gallery_box .box_title { font-size: 24px; line-height: 1.8; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img { display: block; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_main { width: 100%; margin-bottom: 0 !important; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_main .gallery_main01 .gallery_main_box { width: 100%; aspect-ratio: 333 / 215; border-radius: 20px; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_main .gallery_main01 .img-caption { width: 100%; line-height: 1.8; margin-top: 2px; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum { margin-top: 2px; margin-bottom: 0 !important; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum .slick-track { width: 100% !important; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum .gallery_thum01 { cursor: pointer; position: relative; overflow: hidden; width: calc(25% - 6px); aspect-ratio: 3 / 2; border-radius: 10px; margin: 8px 8px 0 0; transition: 0.3s; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum .gallery_thum01:nth-child(4n) { margin-right: 0; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum .gallery_thum01::after { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 2; box-sizing: border-box; opacity: 0; transition: 0.3s; }
#p10box01 .program-list .support_program01 .gallery_box .gallery_img .gallery_thum .gallery_thum01.slick-current::after { opacity: 1; }
#p10box01 .program-list .support_program01 .voice_box { margin-top: 50px; }
#p10box01 .program-list .support_program01 .voice_box .box_title { font-size: 24px; line-height: 1.8; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .voice_box .voice-list { display: block; }
#p10box01 .program-list .support_program01 .voice_box .voice-list .voice01 { padding: 24px 24px 30px; box-sizing: border-box; background: #FFF9E0; border-radius: 20px; margin-bottom: 20px; }
#p10box01 .program-list .support_program01 .voice_box .voice-list .voice01:last-child { margin-bottom: 0; }
#p10box01 .program-list .support_program01 .voice_box .voice-list .voice01 .info { padding-left: 34px; box-sizing: border-box; font-size: 18px; line-height: 1.8; margin-bottom: 14px; position: relative; }
#p10box01 .program-list .support_program01 .voice_box .voice-list .voice01 .info::before { content: ""; display: block; width: 28px; height: 28px; background: url("../img/p10/icon_person.svg") no-repeat center; background-size: contain; position: absolute; top: 2px; left: 0; }
#p10box01 .program-list .support_program01 .c_btn01.btn01 { margin-top: 40px; }
#p10box01 .program-list .support_program01 .c_btn01.btn01 a { background: #FFFFFF; border: 2px solid #EA5413; }
#p10box01 .program-list .support_program01 .c_btn01.btn01 a .btn-text { padding-left: 0; color: #000000; }
#p10box01 .program-list .support_program01 .c_btn01.btn01 a .btn-text::before { display: none; }
#p10box01 .program-list .support_program01 .c_btn01.btn01 a .arrow { background-color: #EA5413; background-image: url("../img/common/btn_arrow02.svg"); }

#p10box02 { padding-bottom: 175px; margin-bottom: 0; }
#p10box02::after { display: none; }
#p10box02 .wrap::before, #p10box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p10box02 .wrap::before { width: 155px; height: 100px; background-image: url("../img/p10/apply_shape01.svg"); top: -141px; left: -70px; }
#p10box02 .wrap::after { width: 196px; height: 193px; background-image: url("../img/p10/apply_shape02.svg"); top: -190px; right: -87px; }
#p10box02 .title01 { margin-bottom: 100px; }
#p10box02 .apply-list { display: block; }
#p10box02 .apply-list .apply01 { padding: 130px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; position: relative; margin-bottom: 100px; }
#p10box02 .apply-list .apply01:last-child { margin-bottom: 0; }
#p10box02 .apply-list .apply01:last-child .info-text { text-align: center; }
#p10box02 .apply-list .apply01:last-child .info-text .midashi { margin-bottom: 4px; }
#p10box02 .apply-list .apply01:last-child .info-text .text { display: block; }
#p10box02 .apply-list .apply01 .icon { width: 152px; height: 152px; border: 10px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; position: absolute; top: -43px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p10box02 .apply-list .apply01 .icon img { display: block; width: 54px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#p10box02 .apply-list .apply01 h3 { font-size: 26px; line-height: 1.8; margin-bottom: 10px; }
#p10box02 .apply-list .apply01 .tel { margin-bottom: 4px; }
#p10box02 .apply-list .apply01 .tel .num { font-size: 32px; font-weight: 500; }
#p10box02 .apply-list .apply01 .info-text { margin-bottom: 30px; }
#p10box02 .apply-list .apply01 .info-text .midashi { display: inline-block; padding: 0 10px 0 32px; box-sizing: border-box; border: 1px solid #0D6FBB; background-image: url("../img/p10/icon_time02.svg"); background-repeat: no-repeat; background-position: center left 10px; background-size: 18px; border-radius: 6px; margin-right: 10px; }
#p10box02 .apply-list .apply01 .info-text .text { font-weight: 700; }
#p10box02 .apply-list .apply01 .check-list_y { display: block; }
#p10box02 .apply-list .apply01 .check-list_y li { width: 160px; text-align: left; margin: 0 auto; }
#p10box02 .apply-list .apply01 .btn01 { margin-top: 30px; }
#p10box02 .apply-list .apply01 p.common_text { text-align: left; }

/*保育理念・保育目標　p11
=========================================== */
.page-policy #main.kasou .bg-img { background-image: url("../img/p11/main_sp.jpg"); }

#p11box01 .title01 { margin-bottom: 40px; }
#p11box01 .title01 .ja .sub { font-size: 24px; }
#p11box01 .cnt { display: block; }
#p11box01 .cnt .text_box .point { font-size: 20px; margin-bottom: 20px; }
#p11box01 .cnt .text_box .point em { display: inline-block; font-size: 28px; position: relative; z-index: 1; margin-right: 10px; }
#p11box01 .cnt .text_box .point em::before { content: ""; display: block; width: 86px; height: 56px; background: url("../img/top/concept_shape02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
#p11box01 .cnt .text_box .point br.sp { display: none; }
#p11box01 .cnt .text_box .text p { margin-bottom: 20px; }
#p11box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p11box01 .cnt .img_box { width: 100%; margin-top: 40px; }

#p11box02 .shape01, #p11box02 .shape02 { display: none; }
#p11box02 .wrap { z-index: 1; }
#p11box02 .wrap::before, #p11box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p11box02 .wrap::before { width: 213px; height: 91px; background-image: url("../img/p11/policy_shape01.svg"); top: -135px; left: -101px; }
#p11box02 .wrap::after { width: 155px; height: 138px; background-image: url("../img/p11/policy_shape02.svg"); top: -160px; right: -80px; }
#p11box02 .title01 { margin-bottom: 40px; }
#p11box02 .policy-list { display: block; margin-top: 84px; }
#p11box02 .policy-list .policy01 { padding: 20px 20px 40px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; position: relative; margin-bottom: 44px; }
#p11box02 .policy-list .policy01:last-child { margin-bottom: 0; }
#p11box02 .policy-list .policy01 .num { display: inline-block; font-size: 30px; position: absolute; top: -24px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p11box02 .policy-list .policy01 .title { font-size: 20px; text-align: center; margin: 20px 0 14px; }
#p11box02 .policy-list .policy01 .title em { font-size: 24px; }

#p11box03 .wrap::before, #p11box03 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p11box03 .wrap::before { width: 114px; height: 123px; background-image: url("../img/p11/goals_shape01.svg"); top: -155px; left: -54px; }
#p11box03 .wrap::after { width: 155px; height: 100px; background-image: url("../img/p11/goals_shape02.svg"); top: -132px; right: -62px; }
#p11box03 .title01 { margin-bottom: 40px; }
#p11box03 div.heart { width: 78px; position: relative; }
#p11box03 div.heart span { display: block; width: 100%; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
#p11box03 .goals-list01 { justify-content: center; max-width: 340px; margin: 60px auto 0; }
#p11box03 .goals-list01 div.heart { width: calc((100% / 3) - 12px); margin-right: 18px; }
#p11box03 .goals-list01 div.heart:last-child { margin-right: 0; }
#p11box03 .goals-list01 div.heart span { font-size: 18px; }
#p11box03 .goals-list02 { margin-top: 84px; }
#p11box03 .goals-list02 .goal00 { display: block; margin-bottom: 84px; }
#p11box03 .goals-list02 .goal00:nth-child(2n) .img_box div.heart { left: -10px; right: auto; }
#p11box03 .goals-list02 .goal00:last-child { margin-bottom: 0; }
#p11box03 .goals-list02 .goal00 .img_box { position: relative; margin-bottom: 40px; }
#p11box03 .goals-list02 .goal00 .img_box div.heart { position: absolute; top: -24px; right: -10px; z-index: 1; }
#p11box03 .goals-list02 .goal00 .text_box .sub_title { margin-bottom: 10px; }
#p11box03 .goals-list02 .goal00 .text_box h3 { font-size: 24px; margin-bottom: 20px; }
#p11box03 .goals-list02 .goal00 .text_box .list { padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; }
#p11box03 .goals-list02 .goal00 .text_box .list li { padding-left: 30px; box-sizing: border-box; font-size: 20px; margin-bottom: 14px; position: relative; }
#p11box03 .goals-list02 .goal00 .text_box .list li:last-child { margin-bottom: 0; }
#p11box03 .goals-list02 .goal00 .text_box .list li::before { content: ""; display: block; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; top: 6px; left: 0; }
#p11box03 .goals-list02 .goal00 .text_box .list-pink li::before { background-image: url("../img/p11/icon_check01.png"); }
#p11box03 .goals-list02 .goal00 .text_box .list-ao li::before { background-image: url("../img/p11/icon_check02.png"); }
#p11box03 .goals-list02 .goal00 .text_box .list-midori li::before { background-image: url("../img/p11/icon_check03.png"); }

/*園概要・アクセス　p12
=========================================== */
.page-information #main.kasou .bg-img { background-image: url("../img/p12/main_sp.jpg"); }

#p12box01 .cnt { display: block; }
#p12box01 .cnt .text_box .point { font-size: 24px; line-height: 1.8; margin-bottom: 30px; }
#p12box01 .cnt .text_box .point em { font-size: 32px; }
#p12box01 .cnt .text_box .text p { margin-bottom: 20px; }
#p12box01 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p12box01 .cnt .img_box { max-width: 400px; margin: 30px auto 0; }
#p12box01 .cnt .img_box .name { font-size: 14px; line-height: 36px; margin-top: 10px; }
#p12box01 .cnt .img_box .name em { display: inline-block; font-size: 20px; margin-left: 10px; }

#p12box02 .wrap::before, #p12box02 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p12box02 .wrap::before { width: 213px; height: 91px; background-image: url("../img/p12/about_shape01.svg"); top: -135px; left: -101px; }
#p12box02 .wrap::after { width: 155px; height: 138px; background-image: url("../img/p12/about_shape02.svg"); top: -160px; right: -80px; }
#p12box02 .table_box { display: block; }
#p12box02 .table_box .about-table:first-child tr:first-child { padding-top: 0; }
#p12box02 .table_box .about-table:last-child tr:last-child { padding-bottom: 0; border-bottom: 0; }
#p12box02 .table_box .about-table tr { display: block; padding: 20px 0 30px; border-bottom: 1px solid #DDD192; }
#p12box02 .table_box .about-table tr:first-child th, #p12box02 .table_box .about-table tr:first-child td { padding-top: 0; }
#p12box02 .table_box .about-table tr th, #p12box02 .table_box .about-table tr td { display: block; width: 100%; }
#p12box02 .table_box .about-table tr th { color: #EA5413; margin-bottom: 10px; }

#p12box03 .wrap::before, #p12box03 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p12box03 .wrap::before { width: 155px; height: 100px; background-image: url("../img/p12/access_shape01.svg"); top: -150px; left: -65px; }
#p12box03 .wrap::after { width: 206px; height: 200px; background-image: url("../img/p12/access_shape02.svg"); top: -192px; right: -94px; }
#p12box03 .cnt { display: block; }
#p12box03 .cnt .text_box .info-list .info01 { margin-bottom: 30px; }
#p12box03 .cnt .text_box .info-list .info01:last-child { margin-bottom: 0; }
#p12box03 .cnt .text_box .info-list .info01 h3 { padding-left: 32px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 10px; }
#p12box03 .cnt .text_box .info-list .info01 h3 img { display: block; width: 24px; position: absolute; top: 7px; left: 0; }
#p12box03 .cnt .text_box .info-list .info01 .address { font-size: 18px; }
#p12box03 .cnt .text_box .info-list .info01 a.tel-num { font-size: 24px; }
#p12box03 .cnt .text_box .info-list .info01 .sub_text { font-size: 18px; }
#p12box03 .cnt .map_box { width: 100%; height: 300px; border-radius: 30px; overflow: hidden; margin-top: 40px; }
#p12box03 .cnt .map_box iframe { width: 100%; height: 100%; }
#p12box03 .access-list { display: block; margin-top: 60px; }
#p12box03 .access-list .access01 { padding: 20px 20px 30px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 20px; }
#p12box03 .access-list .access01:last-child { margin-bottom: 0; }
#p12box03 .access-list .access01 h3 { padding-left: 38px; box-sizing: border-box; font-size: 20px; position: relative; margin: 20px 0; }
#p12box03 .access-list .access01 h3 img { display: block; width: 32px; position: absolute; top: 0; left: 0; }
#p12box03 .access-list .access01 .sub_text { padding-left: 1em; text-indent: -1em; }
#p12box03 .access-list .access01 .btn01 { margin-top: 20px; }
#p12box03 .access-list .access01 .btn01 a .arrow { background-image: url("../img/p12/btn_arrow.svg"); background-size: 19px; }

#p12box04 .wrap::before, #p12box04 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p12box04 .wrap::before { width: 114px; height: 110px; background-image: url("../img/p12/bus_shape01.svg"); top: -131px; left: -50px; }
#p12box04 .wrap::after { width: 124px; height: 114px; background-image: url("../img/p12/bus_shape02.svg"); top: -177px; right: -40px; }
#p12box04 .title01 { margin-bottom: 40px; }
#p12box04 .map01 { width: 100%; height: 270px; border-radius: 30px; overflow: hidden; margin-top: 60px; }
#p12box04 .map01 iframe { width: 100%; height: 100%; }
#p12box04 .info-list { display: block; margin-top: 30px; }
#p12box04 .info-list .info01 { padding-bottom: 30px; border-bottom: 2px dashed #DFD089; box-sizing: border-box; margin-bottom: 30px; }
#p12box04 .info-list .info01:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
#p12box04 .info-list .info01 h3 { padding-left: 32px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 10px; }
#p12box04 .info-list .info01 h3 img { display: block; width: 24px; position: absolute; top: 7px; left: 0; }
#p12box04 .info-list .info01 .point { font-size: 20px; }
#p12box04 .info-list .info01 .list01 { margin-top: 20px; }
#p12box04 .info-list .info01 .list01 li { padding-left: 16px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#p12box04 .info-list .info01 .list01 li:last-child { margin-bottom: 0; }
#p12box04 .info-list .info01 .list01 li::before { content: ""; display: block; width: 6px; height: 6px; background: #EA5413; border-radius: 50%; position: absolute; top: 11px; left: 0; }
#p12box04 .info-list .info01 .list02 li { padding-left: 86px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#p12box04 .info-list .info01 .list02 li:last-child { margin-bottom: 0; }
#p12box04 .info-list .info01 .list02 li .midashi { display: block; width: 76px; padding: 2px 0; box-sizing: border-box; border-radius: 4px; font-size: 14px; position: absolute; top: 0; left: 0; }
#p12box04 .info-list .info01 .list02 li .mini { display: inline-block; font-size: 14px; line-height: 1.85; margin-left: 10px; }
#p12box04 .info-list .info01 .list02 li .mini02 { display: block; font-size: 14px; line-height: 1.85; }
#p12box04 .sub_text01 { padding-left: 1em; text-indent: -1em; margin-top: 20px; }
#p12box04 .system-list { display: block; margin-top: 60px; }
#p12box04 .system-list .system01 { padding: 30px 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 20px; margin-bottom: 20px; }
#p12box04 .system-list .system01:last-child { margin-bottom: 0; }
#p12box04 .system-list .system01 h3 { padding-left: 44px; box-sizing: border-box; font-size: 24px; position: relative; margin-bottom: 20px; }
#p12box04 .system-list .system01 h3 img { display: block; width: 38px; position: absolute; top: 0; left: 0; }
#p12box04 .system-list .system01 .point { font-size: 20px; margin-bottom: 10px; }
#p12box04 .system-list .system01 > img { display: block; margin-top: 20px; }
#p12box04 .system-list .system01 .list { display: block; padding: 20px; box-sizing: border-box; background: #FFFAE0; border-radius: 10px; margin-top: 20px; }
#p12box04 .system-list .system01 .list li { padding-left: 19px; box-sizing: border-box; position: relative; margin-bottom: 10px; }
#p12box04 .system-list .system01 .list li:last-child { margin-bottom: 0; }
#p12box04 .system-list .system01 .list li::before { content: ""; display: block; width: 15px; height: 15px; background: url("../img/p12/icon_check.svg"); background-size: contain; position: absolute; top: 5px; left: 0; }
#p12box04 .system-list .system01 .sub_text { padding-left: 1em; text-indent: -1em; margin-top: 10px; }
#p12box04 .system-list .system01.full .box_in { display: block; margin-bottom: 10px; }
#p12box04 .system-list .system01.full .box_in:last-child { margin-bottom: 0; }
#p12box04 .system-list .system01.full .box_in .box01 { padding: 30px 20px; box-sizing: border-box; background: #FFFAE0; border-radius: 10px; margin-bottom: 10px; }
#p12box04 .system-list .system01.full .box_in .box01:last-child { margin-bottom: 0; }
#p12box04 .system-list .system01.full .box_in .box01 h4 { padding-left: 34px; box-sizing: border-box; position: relative; margin-bottom: 14px; }
#p12box04 .system-list .system01.full .box_in .box01 h4::before { content: ""; display: block; width: 26px; height: 26px; background: url("../img/p12/icon_check.svg"); background-size: contain; position: absolute; top: 0; left: 0; }

#p12box05 .wrap::before, #p12box05 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p12box05 .wrap::before { width: 221px; height: 211px; background-image: url("../img/p12/char_shape01.svg"); top: -202px; left: -105px; }
#p12box05 .wrap::after { width: 155px; height: 138px; background-image: url("../img/p12/char_shape02.svg"); top: -164px; right: -77px; }
#p12box05 .title_box { display: block; margin-bottom: 60px; }
#p12box05 .title_box .title01 { margin-bottom: 40px; }
#p12box05 .cnt { display: block; }
#p12box05 .cnt .img_box { width: 180px; margin: 0 auto 40px; }
#p12box05 .cnt .text_box h3 { font-size: 28px; line-height: 1.8; margin-bottom: 30px; }
#p12box05 .cnt .text_box .text p { margin-bottom: 20px; }
#p12box05 .cnt .text_box .text p:last-child { margin-bottom: 0; }
#p12box05 .family_box { margin-top: 60px; }
#p12box05 .family_box .box_in { display: block; margin-bottom: 40px; }
#p12box05 .family_box .box_in h3 { font-size: 28px; line-height: 1.8; margin-bottom: 20px; }
#p12box05 .family_box .family-list { justify-content: space-between; }
#p12box05 .family_box .family-list .family01 { width: calc(50% - 4px); padding: 20px; box-sizing: border-box; background: #FFFFFF; border-radius: 10px; margin: 8px 8px 0 0; }
#p12box05 .family_box .family-list .family01:nth-child(-n+2) { margin-top: 0; }
#p12box05 .family_box .family-list .family01:nth-child(2n) { margin-right: 0; }
#p12box05 .family_box .family-list .family01:last-child { margin-right: 0; }
#p12box05 .family_box .family-list .family01 img { display: block; width: 100%; max-width: 120px; margin: 0 auto 10px; }
#p12box05 .family_box .family-list .family01 .name { margin-bottom: 10px; }
#p12box05 .family_box .family-list .family01 .name .mini { font-size: 14px; }

#p12box06 { padding-bottom: 175px; margin-bottom: 0; }
#p12box06::after { display: none; }
#p12box06 .wrap::before, #p12box06 .wrap::after { content: ""; display: block; background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; z-index: 1; }
#p12box06 .wrap::before { width: 206px; height: 200px; background-image: url("../img/p12/history_shape01.svg"); top: -200px; left: -94px; }
#p12box06 .wrap::after { width: 213px; height: 90px; background-image: url("../img/p12/history_shape02.svg"); top: -151px; right: -114px; }
#p12box06 .title01 { margin-bottom: 40px; }
#p12box06 .history_box .history-list li.flex { display: block; padding: 30px 0; box-sizing: border-box; border-bottom: 1px solid #DDD192; }
#p12box06 .history_box .history-list li.flex:first-child { padding-top: 0; }
#p12box06 .history_box .history-list li.flex:last-child { padding-bottom: 0; border-bottom: 0; }
#p12box06 .history_box .history-list li.flex .day { font-weight: 700; color: #EA5413; margin-bottom: 10px; }
#p12box06 .history_box .history-list li:nth-child(3) { padding-bottom: 0; border-bottom: 0; }
#p12box06 .history_box .history-list li:nth-child(n+4) { display: none; }
#p12box06 .history_box .history-more { display: flex; justify-content: center; align-items: center; width: 100%; height: 50px; white-space: normal; border-radius: 70px; background: #FFFFFF; border: 2px solid #000000; cursor: pointer; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1.8; color: #000000; font-weight: 700; text-align: center; appearance: none; -webkit-appearance: none; -moz-appearance: none; margin-top: 40px; }
#p12box06 .history_box.open .history-list li { display: block; /* もとの表示に合わせる */ }
#p12box06 .history_box.open .history-list li:nth-child(3) { padding-bottom: 30px; border-bottom: 1px solid #DDD192; }

/*お知らせ　p13
=========================================== */
.page-blog #main.kasou .bg-img, .single-news_data #main.kasou .bg-img { background-image: url("../img/p13/main_sp.jpg"); }

#p13box01 .tax_box { display: block; margin-bottom: 50px; }
#p13box01 .tax_box .tax-inner select { width: 100%; height: 50px; box-sizing: border-box; padding: 10px 40px 10px 38px; font-size: 16px; line-height: 1.6; font-weight: 700; border: 2px solid #000000; border-radius: 50px; font-family: 'NotoSansJP'; background: url("../img/p13/select_arrow.svg") no-repeat center right 20px, #FFFFFF; background-size: 14px; -webkit-appearance: none; appearance: none; cursor: pointer; color: #000000 !important; }
#p13box01 .tax_box .tax-inner select option { color: #000000 !important; }
#p13box01 .blog-list { display: block; }
#p13box01 .blog-list .blog01 { margin-bottom: 20px; }
#p13box01 .blog-list .blog01:last-child { margin-bottom: 0; }

#blogBox01 { padding-top: 81px; }
#blogBox01 h2.title { font-size: 24px; line-height: 1.8; margin-bottom: 20px; }
#blogBox01 .info_cate { margin-bottom: 20px; }
#blogBox01 .info_cate .time { margin-right: 10px; margin-bottom: 10px; }
#blogBox01 .info_cate .cate-list li { margin-bottom: 10px; }
#blogBox01 .thumbnail_img { width: 100%; margin-bottom: 20px; }
#blogBox01 .thumbnail_img img { display: block; margin: 0 auto; border-radius: 20px; }
#blogBox01 .blog-text p img { margin: 10px 0; }

/*保護者専用ページ（一覧）　p15
=========================================== */
.page-parent #main.kasou .bg-img, .post-type-archive-parent_data #main.kasou .bg-img, .tax-parent_cat #main.kasou .bg-img { background-image: url("../img/p15/main_sp.jpg"); }

.album01 a { display: block; width: 100%; background: #FFFFFF; padding: 24px 24px 66px; box-sizing: border-box; border-radius: 30px; overflow: hidden; position: relative; }
.album01 a .img { width: 100%; aspect-ratio: 166 / 105; border-radius: 20px; overflow: hidden; margin-bottom: 20px; }
.album01 a .img .in_img { width: 100%; height: 100%; }
.album01 a .info_cate { margin-bottom: 5px; }
.album01 a .info_cate .time { margin-bottom: 5px; }
.album01 a .info_cate .cate-list li { margin-bottom: 5px; }
.album01 a .title { font-size: 24px; line-height: 1.8; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.album01 a .arrow { display: flex; justify-content: center; align-items: center; width: 185px; height: 46px; border-radius: 30px 0; background: #3BB80D; border: 2px solid #3BB80D; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; bottom: 0; right: 0; }
.album01 a .arrow span { display: inline-block; padding-right: 20px; box-sizing: border-box; font-size: 14px; position: relative; transition: 0.3s; }
.album01 a .arrow span::before { content: ""; display: block; width: 14px; height: 12px; background: url("../img/common/btn_arrow02.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; right: 0; transform: translateY(-50%); transition: 0.3s; }

#login-page { padding-top: 81px; padding-bottom: 120px; }
#login-page .wrap { z-index: 1; }
#login-page #wpmem_login { width: 100%; margin: 0 auto; box-sizing: border-box; padding: 80px 30px 20px; border: 2px solid #EA5413; border-radius: 10px; position: relative; }
#login-page #wpmem_login::before { content: "保護者専用ページログイン"; font-size: 24px; font-weight: 700; font-family: 'NotoSansJP'; color: #EA5413; position: absolute; left: 0; right: 0; top: 45px; margin: auto; text-align: center; }
#login-page #wpmem_login legend { display: none; }
#login-page #wpmem_login .div_text { width: 100%; }
#login-page #wpmem_login .button_div { width: 100%; text-align: center; }
#login-page #wpmem_login input.buttons { width: 100%; height: 60px; border: solid 2px #3BB80D; border-radius: 41px; cursor: pointer; transition: 0.3s; background: #3BB80D; font-size: 16px; color: #fff; margin: 20px auto 0 !important; display: block; }
#login-page #wpmem_login .link-text { width: 100% !important; }
#login-page #wpmem_reg legend { display: none; }
#login-page #wpmem_reg .button_div { width: 100%; text-align: center; }

#p15box01 { padding-top: 81px; }
#p15box01 .anchor-link { display: block; margin-bottom: 100px; }
#p15box01 .anchor-link li { width: 100%; height: 50px; margin: 0 0 10px; }
#p15box01 .anchor-link li:last-child { margin-bottom: 0; }
#p15box01 .cnt { display: block; margin-bottom: 60px; }
#p15box01 .cnt .title01 { margin-bottom: 20px; }
#p15box01 .cnt .text_box .point { font-size: 24px; line-height: 1.8; text-align: center; margin-bottom: 10px; }
#p15box01 .album-list { display: block; }
#p15box01 .album-list .album01 { margin-bottom: 30px; }
#p15box01 .album-list .album01:last-child { margin-bottom: 0; }

#p15box02 { padding-bottom: 175px; margin-bottom: 0; }
#p15box02::after { display: none; }
#p15box02 .forms-list .form01 { width: calc(50% - 8px); margin: 30px 16px 0 0; }
#p15box02 .forms-list .form01:nth-child(-n+2) { margin-top: 0; }
#p15box02 .forms-list .form01:nth-child(2n) { margin-right: 0; }
#p15box02 .forms-list .form01:last-child { margin-right: 0; }
#p15box02 .forms-list .form01 .title { padding-left: 14px; box-sizing: border-box; font-size: 18px; line-height: 1.8; margin-bottom: 12px; position: relative; }
#p15box02 .forms-list .form01 .title::before { content: ""; display: block; width: 4px; height: calc(100% - 8px); background: #EA5413; border-radius: 20px; position: absolute; top: 4px; left: 0; }
#p15box02 .forms-list .form01 .title .mini { display: block; font-size: 14px; }
#p15box02 .forms-list .form01 .d_btn { width: 100%; height: 40px; margin-top: 10px; }
#p15box02 .forms-list .form01 .d_btn a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; background: #3BB80D; border: 2px solid #3BB80D; box-sizing: border-box; border-radius: 40px; }
#p15box02 .forms-list .form01 .d_btn a .btn-text { line-height: 1.8; transition: 0.3s; }

/*保護者専用ページ（詳細）　p15
=========================================== */
.single-parent_data #main.kasou .bg-img { background-image: url("../img/p15/main02_sp.jpg"); }

#singleParentBox01 { padding-top: 75px; }
#singleParentBox01 .info_cate { margin-bottom: 10px; }
#singleParentBox01 .info_cate .time { margin-bottom: 10px; }
#singleParentBox01 .info_cate .cate-list li { margin-bottom: 10px; }
#singleParentBox01 .single-title { font-size: 32px; line-height: 1.8; margin-bottom: 60px; }
#singleParentBox01 .photo-list .photo01 { width: calc(50% - 8px); margin: 30px 16px 0 0; }
#singleParentBox01 .photo-list .photo01:nth-child(-n+2) { margin-top: 0; }
#singleParentBox01 .photo-list .photo01:nth-child(2n) { margin-right: 0; }
#singleParentBox01 .photo-list .photo01:last-child { margin-right: 0; }
#singleParentBox01 .photo-list .photo01 a { display: block; width: 100%; aspect-ratio: 19 / 12; border-radius: 10px; overflow: hidden; position: relative; }
#singleParentBox01 .photo-list .photo01 a .in_img { width: 100%; height: 100%; }
#singleParentBox01 .photo-list .photo01 a .zoom { display: flex; justify-content: center; align-items: center; width: 72px; height: 36px; border-radius: 10px 0; border: 2px solid #EA5413; box-sizing: border-box; text-align: center; transition: 0.3s; position: absolute; bottom: 0; right: 0; z-index: 1; }
#singleParentBox01 .photo-list .photo01 a .zoom span { display: inline-block; padding-left: 24px; box-sizing: border-box; font-size: 14px; position: relative; transition: 0.3s; }
#singleParentBox01 .photo-list .photo01 a .zoom span::before { content: ""; display: block; width: 18px; height: 18px; background: url("../img/p15/icon_zoom.svg") no-repeat center; background-size: contain; position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: 0.3s; }
#singleParentBox01 .photo-list .photo01 .img-text { margin-top: 10px; }
#singleParentBox01 .other_box { margin-top: 80px; }
#singleParentBox01 .other_box .other-title { padding-left: 32px; box-sizing: border-box; font-size: 24px; line-height: 1.8; margin-bottom: 30px; position: relative; }
#singleParentBox01 .other_box .other-title::before { content: ""; display: block; width: 16px; height: 16px; background: #EA5413; border-radius: 50%; position: absolute; top: 13px; left: 0; }
#singleParentBox01 .other_box .other-album-list { display: block; }
#singleParentBox01 .other_box .other-album-list .album01 { margin-bottom: 30px; }
#singleParentBox01 .other_box .other-album-list .album01:last-child { margin-right: 0; }

/*お問い合わせ　p14
=========================================== */
#p14box01 { padding-top: 81px; }
#p14box01 .cnt { display: block; margin-bottom: 110px; }
#p14box01 .cnt .point { font-size: 24px; line-height: 1.8; margin-bottom: 30px; }
#p14box01 .cnt .point em { display: inline-block; font-size: 32px; }
#p14box01 .cnt .box-list { display: block; }
#p14box01 .cnt .box-list .box { display: flex; align-items: center; padding: 20px; box-sizing: border-box; border-radius: 10px; background: #FFFFFF; margin-bottom: 10px; }
#p14box01 .cnt .box-list .box:last-child { margin-bottom: 0; }
#p14box01 .cnt .box-list .box img { display: inline-block; width: 50px; margin-right: 15px; }
#p14box01 .cnt .box-list .box .text { width: calc(100% - 70px); font-size: 20px; }
#p14box01 .contact_box { padding: 56px 20px 40px; box-sizing: border-box; border-radius: 30px; background: #FFFFFF; position: relative; }
#p14box01 .contact_box .contact_box-title { display: inline-flex; align-items: center; padding: 12px 24px; box-sizing: border-box; border-radius: 50px; font-size: 18px; white-space: nowrap; color: #FFFFFF; position: absolute; top: -30px; left: 50%; transform: translateX(-50%); z-index: 1; }
#p14box01 .contact_box .contact_box-title img { display: inline-block; width: 24px; margin-right: 10px; }
#p14box01 .contact_box01 { margin-bottom: 90px; }
#p14box01 .contact_box01 .box_in { display: block; }
#p14box01 .contact_box01 .box_in .tel_box { margin-top: 20px; }
#p14box01 .contact_box01 .box_in .tel_box .tel .num { padding-left: 0; font-size: 40px; }
#p14box01 .contact_box01 .box_in .tel_box .tel .num::before { display: none; }
#p14box01 .contact_box02 { padding-left: 0; padding-right: 0; }
#p14box01 .contact_box02 .text-list { padding: 0 20px; box-sizing: border-box; }
#p14box01 .contact_box02 .text-list li { padding-left: 1em; text-indent: -1em; }
#p14box01 .contact_box02 .form_box { margin-top: 40px; }

ul.contact-state { display: flex; flex-wrap: wrap; justify-content: center; margin: 0; padding: 0 20px; box-sizing: border-box; position: relative; }
ul.contact-state::before { content: ""; display: block; width: calc(100% - 40px); height: 3px; border-top: 3px dashed #EAEAEA; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
ul.contact-state > li { display: flex; justify-content: center; align-items: center; width: calc((100% / 3) - 12px); aspect-ratio: 1 / 1; background: #F5F5F5; border-radius: 50%; position: relative; margin-right: 18px; z-index: 1; }
ul.contact-state > li:last-child { margin-right: 0; }
ul.contact-state > li > span { display: block; text-align: center; font-size: 16px; line-height: 1; font-weight: 700; color: #767676; margin-bottom: 5px; }
ul.contact-state > li > span .num { display: block; font-size: 18px; margin-bottom: 4px; }
ul.contact-state > li.state01 { background: #EA5413; }
ul.contact-state > li.state01 > span { color: #FFFFFF; }

ul.contact-state.contact-state02 { display: flex; flex-wrap: wrap; justify-content: center; }
ul.contact-state.contact-state02 > li.state01 { background: #EA5413; }
ul.contact-state.contact-state02 > li.state01 > span { color: #FFFFFF; }
ul.contact-state.contact-state02 > li.state02 { background: #EA5413; }
ul.contact-state.contact-state02 > li.state02 > span { color: #FFFFFF; }

.state-text { display: none; text-align: center; color: #EA5413; font-weight: 700; font-size: 16px; margin-top: 20px; padding: 0 20px; box-sizing: border-box; }

.wpcf7-form.custom-wpcf7c-confirmed .state-text { display: block; }

.contactTBL { padding: 30px 20px 60px; margin-top: 30px; box-sizing: border-box; /*お問い合わせ項目*/ /*住所*/ /*希望日時*/ /*園見学希望日時*/ /*プログラム選択*/ /*doui-check*/ /*送信ボタン*/ }
.contactTBL::placeholder { color: #B3B3B3; }
.contactTBL tr { display: block; margin-bottom: 60px; }
.contactTBL th, .contactTBL td { display: block; width: 100%; font-size: 16px; line-height: 24px; }
.contactTBL th { padding-left: 48px; box-sizing: border-box; position: relative; margin-bottom: 12px; }
.contactTBL th .hissu, .contactTBL th .ninni { display: inline-block; font-size: 14px; line-height: 1; padding: 3px 5px 4px; box-sizing: border-box; border: 1px solid #EA5413; border-radius: 2px; position: absolute; top: 0; left: 0; }
.contactTBL th .hissu { background: #EA5413; color: #FFFFFF; }
.contactTBL th .ninni { background: #FFFFFF; color: #EA5413; }
.contactTBL input.wpcf7-text, .contactTBL textarea.wpcf7-form-control.wpcf7-textarea, .contactTBL select.wpcf7-form-control.wpcf7-select, .contactTBL input.wpcf7-date, .contactTBL input.wpcf7-number { width: 100%; height: 38px; padding: 7px 10px; box-sizing: border-box; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; font-family: 'NotoSansJP'; font-size: 16px; font-weight: 500; line-height: 1.5; color: #000000; cursor: pointer; }
.contactTBL input.wpcf7-text.tel01 { width: 140px; }
.contactTBL textarea.wpcf7-form-control.wpcf7-textarea { height: 210px; }
.contactTBL select.wpcf7-form-control.wpcf7-select { width: auto; min-width: 190px; padding: 7px 40px 7px 10px; background: url("../img/p14/select_arrow.svg") no-repeat center right 10px, #FFFFFF; background-size: 24px; -webkit-appearance: none; appearance: none; }
.contactTBL select.wpcf7-form-control.wpcf7-select option { color: #000000; }
.contactTBL .koumoku .wpcf7-list-item { display: block; line-height: 20px; margin: 16px 0 0 0; }
.contactTBL .koumoku .wpcf7-list-item label { display: flex; align-items: center; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item label input[type="radio"] { width: 20px; height: 20px; background: #FFFFFF; border: 1px solid #B3B3B3; margin-right: 10px; cursor: pointer; }
.contactTBL .koumoku .wpcf7-list-item.first { margin-top: 0; }
.contactTBL .address_box .address-list li { margin-bottom: 20px; }
.contactTBL .address_box .address-list li:last-child { margin-bottom: 0; }
.contactTBL .address_box .address-list li .th { margin-bottom: 12px; }
.contactTBL .address_box .address-list li.zip1 .td div input.wpcf7-text { width: 140px; }
.contactTBL .address_box .address-list li.zip1 .td div .sub_text { display: inline-block; font-size: 14px; line-height: 1.5; margin: 5px 0 0 5px; }
.contactTBL .address_box .address-list li.zip1 .td #zip-button { display: block; width: 216px; height: 38px; padding: 10px 0; box-sizing: border-box; background: #4C4C4C; border: 1px solid #4C4C4C; box-sizing: border-box; border-radius: 2px; font-size: 16px; line-height: 1; font-weight: 500; color: #FFFFFF; text-align: center; cursor: pointer; margin-top: 30px; transition: 0.3s; }
.contactTBL .reserve-list li { display: flex; margin-bottom: 20px; }
.contactTBL .reserve-list li:last-child { margin-bottom: 0; }
.contactTBL .reserve-list li .th { width: 70px; margin-right: 5px; }
.contactTBL .reserve-list li .td { width: calc(100% - 75px); }
.contactTBL .reserve-list li .td .wpcf7-form-control-wrap { display: block; width: 100%; max-width: 180px; }
.contactTBL .reserve-list li .td .wpcf7-form-control-wrap .reserve-date { width: 100%; margin-bottom: 8px; }
.contactTBL .reserve-list li .td .wpcf7-form-control-wrap .reserve-time { width: 100%; min-width: 100%; }
.contactTBL .visit_box .sub_text { display: block; font-family: 'NotoSansJP'; margin-bottom: 10px; padding-left: 1em; text-indent: -1em; }
.contactTBL .child_box .sub_text { display: block; font-weight: 400; padding-left: 1em; text-indent: -1em; }
.contactTBL .child_box .child-list li { display: flex; align-items: center; margin-bottom: 12px; }
.contactTBL .child_box .child-list li:last-child { margin-bottom: 0; }
.contactTBL .child_box .child-list li .wpcf7-form-control-wrap { width: 22%; max-width: 100px; }
.contactTBL .child_box .child-list li .wpcf7-form-control-wrap:first-child { width: 70%; max-width: 300px; margin-right: 8px; }
.contactTBL .child_box .child-list li .wpcf7-form-control-wrap input.wpcf7-text { width: 100%; }
.contactTBL .child_box .child-list li .wpcf7-form-control-wrap input.wpcf7-number { width: 100%; }
.contactTBL .child_box .child-list li span.text { display: inline-block; margin-left: 8px; }
.contactTBL .minami_box01 td { display: flex; align-items: center; }
.contactTBL .minami_box01 td input.wpcf7-text.minami-num { width: 140px; }
.contactTBL .minami_box01 td span.text { display: inline-block; margin-left: 8px; }
.contactTBL .program_box .sub_text { display: block; font-family: 'NotoSansJP'; margin-bottom: 10px; }
.contactTBL .doui-box .wpcf7-list-item { display: block; margin-left: 0; }
.contactTBL .doui-box .wpcf7-list-item label { display: flex; align-items: center; justify-content: flex-start; }
.contactTBL .doui-box .wpcf7-list-item label span.wpcf7-list-item-label { position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 700; }
.contactTBL .doui-box .wpcf7-list-item label input[type="checkbox"] { width: 16px; height: 16px; margin-right: 10px; background: #FFFFFF; border: 1px solid #B3B3B3; border-radius: 2px; cursor: pointer; }
.contactTBL .doui-box .doui-text { font-size: 14px; line-height: 26px; font-weight: 500; margin-top: 12px; }
.contactTBL .doui-box .doui-text a { text-decoration: underline; }
.contactTBL .contact-submit.flex { display: block; }
.contactTBL .contact-submit.flex .submit_btn { width: 100%; max-width: 360px; height: 80px; }
.contactTBL .contact-submit.flex .submit_btn input.wpcf7-form-control { display: flex; justify-content: flex-start; align-items: center; width: 100%; height: 100%; padding: 0 70px 0 40px; box-sizing: border-box; white-space: normal; border-radius: 230px; background-color: #3BB80D; background-image: url("../img/p14/submit_arrow01.png"); background-repeat: no-repeat; background-position: center right 20px; background-size: 44px; border: 2px solid #3BB80D; cursor: pointer; transition: 0.3s; font-family: 'NotoSansJP'; font-size: 16px; line-height: 1.8; color: #FFFFFF; font-weight: 700; text-align: left; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.contactTBL .contact-submit.flex .submit_btn:has(.wpcf7c-force-hide) { display: none; }
.contactTBL .contact-submit.flex .submit_btn.back { margin-top: 20px !important; }
.contactTBL .contact-submit.flex .submit_btn.back input.wpcf7-form-control { justify-content: flex-end; padding: 0 40px 0 70px; background-color: #FFFFFF; background-image: url("../img/p14/back_arrow01.png"); background-position: center left 20px; color: #3BB80D; text-align: right; }
.contactTBL .contact-submit.flex .wpcf7c-elm-step2.mt20 { width: 100%; text-align: center; margin-top: 20px; }
.contactTBL .contact-submit.flex input.wpcf7-form-control:focus { outline: none; }

/*確認画面時の表示設定*/
.contactArea.che { /*住所*/ }
.contactArea.che .contactTBL { background: #efefef; }
.contactArea.che .contactTBL tr { margin-bottom: 20px; }
.contactArea.che .contactTBL .koumoku .wpcf7-list-item { margin: 0; }
.contactArea.che #zip-button { display: none !important; }
.contactArea.che .dnd-upload-status .dnd-upload-details .remove-file, .contactArea.che .codedropz-upload-handler, .contactArea.che .file-text, .contactArea.che span.dnd-progress-bar, .contactArea.che input[type=checkbox], .contactArea.che input[type=radio] { display: none; }
.contactArea.che input[type=checkbox]:checked, .contactArea.che input[type=radio]:checked { display: inline-block; }
.contactArea.che input[type=checkbox] ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio] ~ span.wpcf7-list-item-label { display: none; }
.contactArea.che input[type=checkbox]:checked ~ span.wpcf7-list-item-label, .contactArea.che input[type=radio]:checked ~ span.wpcf7-list-item-label { display: inline-block; font-weight: 700; }
.contactArea.che textarea.wpcf7-textarea, .contactArea.che input.wpcf7-number, .contactArea.che input.wpcf7-date, .contactArea.che input.wpcf7-text, .contactArea.che select { font-weight: 700; }
.contactArea.che .address_box .address-list li { margin-bottom: 10px; }
.contactArea.che .address_box .address-list li:last-child { margin-bottom: 0; }
.contactArea.che .reserve-list li { margin-bottom: 10px; }
.contactArea.che .reserve-list li:last-child { margin-bottom: 0; }

/*入力内容確認時にフォーム上部へスクロールするがナビゲーションが追従の場合フォームとナビゲーションが重なるのでそのためのオフセット設定*/
form.wpcf7-form { padding-top: 185px; margin-top: -185px; }

.wpcf7c-conf { background-color: #D4D4D4 !important; }

input:-webkit-autofill, input:-internal-autofill-selected { -webkit-appearance: none; -webkit-box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; box-shadow: 0 0 0px 1000px #D4D4D4 inset !important; }

.wpcf7 .ajax-loader { display: none !important; }

.wpcf7-spinner { display: none !important; }

/*Thanks・404
=========================================== */
#other { padding: 80px 5% 120px; text-align: center; }
#other h2 { font-size: 24px; margin-bottom: 30px; }
#other p { position: relative; }
#other .btn01 { margin-top: 40px; text-align: center; }

/*プライバシーポリシー
=========================================== */
div#pageBox01 { padding: 80px 5% 120px; }

h2.pp-title01 { font-size: 24px; border-bottom: solid 2px; margin-bottom: 30px; padding-bottom: 10px; }

h3.pp-title02 { font-size: 20px; position: relative; margin: 20px 0; padding-left: 10px; }
h3.pp-title02::before { content: ""; width: 2px; height: 65%; background: #000; position: absolute; left: 0; top: 0; bottom: 0; margin: auto 0; }

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 0px) and (max-width: 700px) { #footer { padding: 140px 5% 100px; background: linear-gradient(180deg, #F8F4EA 0%, #F8F4EA 120px, #FDDE68 120px, #FDDE68 100%); }
  #footer::before { height: 120px; } }
@media screen and (min-width: 0px) and (max-width: 630px) { #topbox07 .waku01 .text_box::before { top: 0; } }
@media screen and (min-width: 0px) and (max-width: 374px) { .wp-pagenavi > span, .wp-pagenavi > a { width: 10.6667vw; height: 10.6667vw; margin: 0 0.5333vw; font-size: 4.2667vw; line-height: 9.6vw; }
  .wp-pagenavi span.extend { font-size: 3.7333vw; }
  .wp-pagenavi a.previouspostslink::before, .wp-pagenavi a.nextpostslink::before { width: 1.8667vw; height: 3.2vw; }
  .wp-pagenavi a.first::before, .wp-pagenavi a.last::before { width: 3.4667vw; height: 3.2vw; }
  .post-navigation ul > li.blog-back a { width: 53.3333vw; }
  #p12box01 .cnt .text_box .point { font-size: 6.4vw; }
  #p12box01 .cnt .text_box .point em { font-size: 8.53vw; }
  #p14box01 .cnt .point { font-size: 6.4vw; }
  #p14box01 .cnt .point em { font-size: 8.53vw; } }
@media screen and (min-width: 0px) and (max-width: 370px) { .tel_box .tel .num { padding-left: 24px; font-size: 24px; }
  .tel_box .tel .num::before { width: 20px; height: 20px; }
  #topbox07 .waku01 { padding: 82.45vw 0 67.47vw; }
  .program-list01 .program01 .box_in .point { font-size: 6.4vw; }
  #p04box01 .anchor-link li a { padding: 0 30px 0 15px; }
  #p04box01 .anchor-link li a::before { right: 10px; }
  #p04box01 .anchor-link li a img { width: 20px; margin-right: 5px; }
  #p02box01 .features-list .feature02 .btn01 a .btn-text .sp { display: none; } }
@media screen and (min-width: 0px) and (max-width: 365px) { #contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a { padding: 0 35px 0 15px; justify-content: center; }
  #contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a .btn-text { font-size: 14px; }
  #contact-sec .sec_in .b_box .b_box01 .c_btn01.btn01 a .arrow { width: 22px; height: 22px; background-size: 8px; right: 10px; }
  #topbox06 .program-list .program00 a h3 { font-size: 20px; }
  #topbox06 .program-list .program00 a h3 .sub { padding: 6px 8px; }
  #topbox06 .program-list .program00 a h3 .arrow { width: 38px; height: 38px; margin-left: 10px; }
  #p11box01 .cnt .text_box .point { text-align: center; }
  #p11box01 .cnt .text_box .point br.sp { display: block; } }
@media screen and (min-width: 0px) and (max-width: 350px) { .sp-nav-list .navs-list .box_left { display: block; }
  .sp-nav-list .navs-list .box_left .insta_btn { margin: 10px auto 0; }
  #topbox04 .life-list .life01 a h3 { padding-right: 50px; }
  #login-page #wpmem_login::before { font-size: 20px; } }
/*safari用
=========================================== */
