@charset "UTF-8";
/*
Theme Name: kodomoen_egao2026
Theme URI: http://egao2015.com
Author: Kenji Sasamori
Author URI: http://www.howdee.online
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kodomoen_egao
Description: こども園えがおHPテーマ
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
.zenmaru {
  font-family: "Zen Maru Gothic", sans-serif;
}
body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	letter-spacing: 0.1em;
	color: #403127;
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	background: #fff9e6;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	-webkit-tap-highlight-color:transparent;
}
html{
	height: 100%;
	scroll-behavior: smooth;
}
img,
.img100{
	display: block;
	max-width: 100%;
	width:100%;
	height:auto;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1rem; 
  font-weight: inherit;
}
a{	text-decoration: none;
	transition: .1s;
	cursor: pointer;}
a:link {color: #403127;}
a:visited {color: #403127;}
a:hover {color: #403127;}
a:active {color: #403127;}
/* 点滅 */
.blinking{
	-webkit-animation:blink 2s infinite;
    -moz-animation:blink 2s infinite;
    animation:blink 2s infinite;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
.pc{
	display: none;}
.sp{
	display: block;}
@media only screen and (min-width: 750px) {
.pc{
	display: block;}
.sp{
	display: none;}
}
*{
	box-sizing: border-box;}
/************************************
******header
************************************/

.relative{
	position: relative;
}
header{
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header::before{
	position: absolute;
	z-index: -1;
	content: "";
	background: #fffc75;
	width: 100%;
	height: 8px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
header::after{
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 20px;
	background: linear-gradient(90deg,#fa8076 0%,#fa8076 3%,#f26695 3.01%,#f26695 6%,#be6dcc 6.01%,#be6dcc 9%,#997ad0 9.01%,#997ad0 12%,#7d89ce 12.01%,#7d89ce 15%,#68bafa 15.01%,#68bafa 18%,#53c6fa 18.01%,#53c6fa 21%,#77e0f3 21.01%,#77e0f3 24%,#52bbb0 24.01%,#52bbb0 27%,#87cb8a 27.01%,#87cb8a 30%,#bfe691 30.01%,#bfe691 33%,#dee979 33.01%,#dee979 36%,#fff17c 36.01%,#fff17c 39%,#ffd55b 39.01%,#ffd55b 42%,#ffb956 42.01%,#fa8076 45%,#fa8076 45%,#f26695 45.01%,#f26695 48%,#be6dcc 48.01%,#be6dcc 51%,#997ad0 51.01%,#997ad0 54%,#7d89ce 54.01%,#7d89ce 57%,#68bafa 57.01%,#68bafa 60%,#53c6fa 60.01%,#53c6fa 63%,#77e0f3 63.01%,#77e0f3 66%,#52bbb0 66.01%,#52bbb0 69%,#87cb8a 69.01%,#87cb8a 72%,#bfe691 72.01%,#bfe691 75%,#dee979 75.01%,#dee979 78%,#fff17c 78.01%,#fff17c 81%,#ffd55b 81.01%,#ffd55b 84%,#ffb956 84.01%,#fa8076 87%,#fa8076 87%,#f26695 87.01%,#f26695 90%,#be6dcc 90.01%,#be6dcc 93%,#997ad0 93.01%);
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
}
.header_inner{
	max-width: 1200px;
	padding: 18px 18px 0;
	margin: 0 auto;
	display: block;
}
.header_left{
	margin-top: 0;
	width: fit-content;
	height: fit-content;
}
.header_left a{
	width: 100%;
}
.header_h1{
	width: fit-content;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	padding: 8px 10px 12px;
	background: #fff;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	transition: .5s;
}
.header_h1_small{
	width: fit-content;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 16px 0 16px;
	background: #fff;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	transition: .5s;
}
.is-in .header_h1{
	font-size: 24px;
	line-height: 24px;
}
.is-in .header_h1_small{
	font-size: 10px;
	line-height: 11px;
}
.header_bt_wrap{
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 12px 0 0;
	transition: .3s;
	opacity: 1;
}
.is-in .header_bt_wrap{
	height: 0;
	transform: translateY(-200px);
	opacity: 0;
}
.header_bt_wrap a{
	display: block;
	width: 68px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	font-weight: 700;
	letter-spacing: 0;
}
.header_bt_wrap a svg{
	display: block;
	margin: 0 auto;
}
.header_bt_wrap a svg path{
	fill: #403127;
}
.header_bt_wrap a.header_bt_search svg{
	width: 28px;
}
.header_bt_wrap a.header_bt_account svg{
	width: 28px;
}
.header_bt_wrap a.header_bt_cart svg{
	width: 28px;
}
.header_bt_wrap a svg{
	width: 100%;
}
.header_tel_wrap{
	display: none;
	}
@media only screen and (min-width: 750px) {
header::before{
	height: 10px;
}
header::after{
	height: 28px;
	top: 10px;
}
.header_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header_left{
	margin-top: 12px;
}
.header_h1{
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	padding: 10px;
	background: #fff;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.header_h1_small{
	width: fit-content;
	font-size: 13px;
	line-height: 18px;
	padding: 8px 16px 0 16px;
	background: #fff;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.header_h1{
	width: fit-content;
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	padding: 12px 10px 16px;
	background: #fff;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	transition: .5s;
}
.header_h1_small{
	width: fit-content;
	font-size: 12px;
	line-height: 13px;
	padding: 8px 16px 0 16px;
	background: #fff;
	font-weight: bold;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	transition: .5s;
}
.is-in .header_h1{
	font-size: 32px;
	line-height: 32px;
}
.is-in .header_h1_small{
	font-size: 11px;
	line-height: 13px;
}
.header_bt_wrap{
	margin: 0 0 0;
}
.is-in .header_bt_wrap{
	transform: translateY(0);
	opacity: 1;
}
.header_bt_wrap a{
	width: 80px;
	font-size: 11px;
	line-height: 20px;
}
.header_bt_wrap a.header_bt_search svg{
	width: 36px;
}
.header_bt_wrap a.header_bt_account svg{
	width: 36px;
}
.header_bt_wrap a.header_bt_cart svg{
	width: 36px;
}
.header_tel_wrap{
	display: none;
	}
}
@media only screen and (min-width: 930px) {
.header_tel_wrap{
	display: block;
	text-align: left;
	height: fit-content;
	width: fit-content;
	padding: 32px 0 0;
	transition: .2s;
	}
.is-in .header_tel_wrap{
	opacity: 0;
	transform: translateX(-200px);
	}
.header_tel a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin: 0 auto;
}
.header_tel_icon{
	width: 26px;
	height: 26px;
	margin: 0 6px 0 0;
}
.header_tel_icon svg{
	fill: #403127;
}
.header_tel_num{
	width: fit-content;
}
.header_tel_small{
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0;
}
}
/*************** drawer ***************/
#drawer {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
}
.open {
	display: block;
	position: fixed;
	z-index: 102;
	top: 16px;
	right: 12px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	transition: background .3s, transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	background: #fffc75;
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 30%;
	width: 40%;
	border-bottom:2px solid #403127;
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-7px);
}
.open::after {
	transform: translateY(7px);
}
.close {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 100;
	inset: 0;
	pointer-events: none;
	transition: background .3s;
}
#drawer:checked + .open {
	transform: translateX(-0);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: rgba(255,252,117,0.3);
}
.menu {
	z-index: 101;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 32px 10px 10px;
	box-sizing: border-box;
	background: #fff;
	transform: translateX(100%);
	transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
#drawer:checked ~ .menu {
	transform: none;
}
ul.drawer_menu,
ul.drawer_menu li ul{
	width: 90%;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
ul.drawer_menu li{
	margin: 12px 0;
}
ul.drawer_menu li ul li{
	margin: 6px 0;
}
ul.drawer_menu a{
	color: #403127;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700!important;
	transition: .4s;
}
ul.drawer_menu_below {
	width: 90%;
	margin: 24px auto;
	list-style: none;
	padding: 0;
}
ul.drawer_menu ul li a,
ul.drawer_menu_below a{
	color: #403127!important;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700!important;
	transition: .4s;
}
.drawer_title_wrap{
	width: 90%;
	margin: 0 auto;
}
.drawer_title_sub{
	font-weight: 700;
	font-size: 10px;
}
.drawer_title{
	font-weight: 700;
	font-size: 23px;
	line-height: 24px;
}
.drawer_pic{
	position: absolute;
	z-index: -1;
	width: 280px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (min-width: 750px) {
.open {
	display: none;
}
}
/************************************
******hero
************************************/
.hero{
	width: 100%;
	padding: 160px 0 0;
	overflow: hidden;
}
.hero_slide{
	position: relative;
	z-index: 1;
	width: 120%;
	max-width: 1040px;
	height: 100%;
	margin: 0 0 0 -10%;
}
.swiper-hero {
	position: relative;
	z-index: 2;
    width: 100%;
	max-width: 1040px;
	height: 340px;
}
.swiper-hero .swiper-slide {
	width: 100%;
	height: 100%;
	border-radius: 150px;
	overflow: hidden;
	border: 4px solid #fff;
}
.swiper-hero .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero_catch{
	position: absolute;
	z-index: 2;
	bottom: 24px;
	right: 10%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	background: #fffc75;
	padding: 10px 10px 10px;
	border-radius: 12px;
	font-family: "Zen Maru Gothic", sans-serif;
}
.hero_text{
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	font-weight: 600;
	padding: 40px 0 80px;
	letter-spacing: 0;
	font-family: "Zen Maru Gothic", sans-serif;
}
.hero_text_small{
	position: relative;
	font-size: 13px;
	line-height: 26px;
	padding: 16px 0;
	margin: 0 0 20px;
}
.hero_text_small::before,
.hero_text_small::after{
	content: "";
	position: absolute;
	width: 80%;
	height: 6px;
	background:#fffc75;
	left: 0;
	right: 0;
	margin: auto;
}
.hero_text_small::before{
	top: 0;
}
.hero_text_small::after{
	bottom: 0;
}
.hero_img1{
	position: absolute;
	z-index: 2;
	width: 72px;
	bottom: 6%;
	left: 8%;
}
.hero_img1 svg path{
	fill:#fffc75;
}
.hero_img2{
	position: absolute;
	z-index: 2;
	width: 50px;
	top: 0%;
	right: 6%;
}
.hero_img2 svg path{
	fill:#fffc75;
}
.hero_img3{
	position: absolute;
	z-index: 2;
	width: 60px;
	bottom: 15%;
	right: 10%;
}
.hero_img3 svg path{
	fill:#fffc75;
}
.hero_img4{
	position: absolute;
	z-index: 2;
	width: 64px;
	top: 0%;
	left: 14%;
}
.hero_img4 svg path{
	fill:#fffc75;
}
.swiper-pagination{
	bottom: -8px!important;
}
.swiper-pagination-bullet{
	width: 16px!important;
	height: 16px!important;
	margin: 0 10px!important;
	background: #19c5ff!important;
}
@media only screen and (min-width: 750px) {
.hero{
	padding: 0 0 0;
}
.hero_slide{
	width: 90%;
	margin: 0 auto;
}
.swiper-hero {
	min-height: 480px;
}
.swiper-hero .swiper-slide {
	border-radius: 300px;
	border: 8px solid #fff;
}
.hero_catch{
	font-size: 28px;
	line-height: 28px;
	bottom: 32px;
}
.hero_text{
	font-size: 28px;
	line-height: 48px;
	padding: 48px 0 60px;
}
.hero_text_small{
	font-size: 18px;
	padding: 18px 0;
}
.hero_img1{
	width: 120px;
	bottom: 2%;
	left: 8%;
}
.hero_img2{
	width: 58px;
	top: 3%;
	right: 5%;
}
.hero_img3{
	width: 100px;
	bottom: 12%;
	right: 10%;
}
.hero_img4{
	width: 64px;
	top: 2%;
	left: 8%;
}
}
/************************************
******gnavi
************************************/
.gnavi__wrap {
	display: none;
}
@media only screen and (min-width: 750px) {
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.gnavi__wrap {
	display: block;
	max-width: 880px;
    width: 88%;
    margin: 150px auto 20px;
}
.gnavi__lists {
    display: flex;
}
.gnavi__list {
    width: 16.6666%;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 0;
    height: 100%;
	border-left: 2px dotted #ceb9ab;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list a {
    display: block;
	text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
	line-height: 16px;
    letter-spacing: 0;
    font-weight: 600;
    transition: all .3s;
	font-family: "Zen Maru Gothic", sans-serif;
}
.gnavi__list a:hover {
    opacity: 0.7;
}
.gnavi__list a img {
    max-width: 48px;
	margin: 0 auto 4px;
}
.dropdown__lists {
    display: none;
    width: 160%;
    position: absolute;
	z-index: 10;
    top: 72px;
    right: 0;
	transition: .3s;
	border-radius: 12px;
	overflow: hidden;
}
.gnavi__list:hover .dropdown__lists {
    display: block;
}
.dropdown__list {
    background-color: #fff;
    height: 50px;
    transition: all .3s;
    position: relative;
	padding-right: 12px;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ceb9ab;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list a:hover {
	color: #9b6d4e;
}
.dropdown__list a {
    display: flex;
	align-items: center;
    text-decoration: none;
    position: relative;
	font-size: 14px;
	padding-left: 10px;
	text-align: left!important;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #403127;
    border-left: 2px solid #403127;
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.dropdown__list a:hover::before {
    border-top: 2px solid #9b6d4e;
    border-left: 2px solid #9b6d4e;
}
.gnavi_small{
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
}
}
@media only screen and (min-width: 1000px) {
.gnavi__list a {
    font-size: 17px;
	line-height: 18px;
}
}
/************************************
******intro
************************************/
.intro{
	max-width: 760px;
	width: 92%;
	margin: 0 auto;
}
.intro_head{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding: 6% 0 5%;
}
.intro_head_text{
	width: 100%;
	padding: 3% 0 1%;
}
.intro_head_text h2{
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	padding: 4px 0 18px;
}
.intro_head_pic{
	position: absolute;
	width: 48%;
	max-width: 240px;
	top: 0;
	right: 0;
}
.intro_head_pic img{
	width: 100%;
	height: auto;
}
.intro_img{
	position: relative;
	z-index: 1;
	margin: 12px auto 80px;
	overflow: hidden;
	border-radius: 24px;
	padding: 55% 0 0;
}
.intro_img a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.intro_img a::before{
	content: "> 詳しく見る";
	position: absolute;
	z-index: 2;
	width: fit-content;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
	background: #1aa975;
	border: 2px solid #1aa975;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 36px;
	border-radius: 12px;
	transition: .3s;
}
.intro_img a:hover::before{
	background: #fff;
	color: #1aa975;
}
.intro_img a img{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}
.intro_img a:hover img{
	width: 106%!important;
}
@media only screen and (min-width: 750px) {
.intro_head{
	padding: 0 0 3%;
}
.intro_head_text{
	width: 60%;
	padding: 0 0 1%;
}
.intro_head_text h2{
	font-size: 30px;
	line-height: 48px;
}
.intro_head_pic{
	position: inherit;
	width: 36%;
}
.intro_img{
	margin: 24px auto 100px;
}
.intro_img a::before{
	bottom: 4%;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 48px;
}
}
/************************************
******daily
************************************/
.daily{
	max-width: 760px;
	width: 92%;
	margin: 0 auto;
}
.daily_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap:6%;
	width: 100%;
	margin: 0 auto;
}
.daily_box{
	width: 47%;
	position: relative;
	z-index: 1;
	margin: 0 0 24px;
}
.daily_box a{
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff9e6;
	opacity: 0;
	transition: .3s;
}
.daily_box a:hover{
	opacity: 0.3;
}
.daily_box img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	border:3px solid #fff;
}
.daily_title{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin: 6px 0 8px;
}
.daily_excerpt{
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.daily_date{
	position: absolute;
	z-index: 1;
	top: 6px;
	left: 6px;
	background: #fffc75;
	width: fit-content;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0;
	padding: 2px 8px;
	border-radius: 6px;
}
a.daily_bt{
	display: block;
	width: fit-content;
	background: #1aa975;
	border: 2px solid #1aa975;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 36px;
	border-radius: 12px;
	transition: .3s;
	margin: 0 auto 40px;
}
a.daily_bt:hover{
	background: #fff;
	color: #1aa975;
}
@media only screen and (min-width: 750px) {
.daily_wrap{
	width: 100%;
	gap:4%;
}
.daily_box{
	width: 22%;
}
}
/************************************
******footer
************************************/
footer{
	width: 100%;
	overflow: hidden;
}
.footer_tel a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	letter-spacing: 0.15em;
	font-weight: bold;
	margin: 32px auto 2px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.footer_tel_icon{
	width: 40px;
	height: 40px;
}
.footer_tel_icon svg{
	fill: #403127;
}
.footer_tel_num{
	width: fit-content;
}
.footer_tel_time{
	font-size: 10px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.footer_bt{
	width: fit-content;
	margin: 32px auto;
}
.footer_bt a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #1aa975;
	border: 2px solid #1aa975;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 12px 30px;
	border-radius: 12px;
	transition: .3s;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
}
.footer_bt_icon{
	width: 24px;
	height: 24px;
	margin: 0 6px 0 0;
}
.footer_bt_icon svg{
	fill: #fff;
}
.footer_menu {
	position: relative;
  background: #fffc75;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -280px;
  margin-right: -280px;
  padding-left: 280px;
  padding-right: 280px;
	padding-top: 80px;
	padding-bottom: 40px;
}
.footer_menu::after{
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 20px;
	background: linear-gradient(90deg,#fa8076 0%,#fa8076 3%,#f26695 3.01%,#f26695 6%,#be6dcc 6.01%,#be6dcc 9%,#997ad0 9.01%,#997ad0 12%,#7d89ce 12.01%,#7d89ce 15%,#68bafa 15.01%,#68bafa 18%,#53c6fa 18.01%,#53c6fa 21%,#77e0f3 21.01%,#77e0f3 24%,#52bbb0 24.01%,#52bbb0 27%,#87cb8a 27.01%,#87cb8a 30%,#bfe691 30.01%,#bfe691 33%,#dee979 33.01%,#dee979 36%,#fff17c 36.01%,#fff17c 39%,#ffd55b 39.01%,#ffd55b 42%,#ffb956 42.01%,#fa8076 45%,#fa8076 45%,#f26695 45.01%,#f26695 48%,#be6dcc 48.01%,#be6dcc 51%,#997ad0 51.01%,#997ad0 54%,#7d89ce 54.01%,#7d89ce 57%,#68bafa 57.01%,#68bafa 60%,#53c6fa 60.01%,#53c6fa 63%,#77e0f3 63.01%,#77e0f3 66%,#52bbb0 66.01%,#52bbb0 69%,#87cb8a 69.01%,#87cb8a 72%,#bfe691 72.01%,#bfe691 75%,#dee979 75.01%,#dee979 78%,#fff17c 78.01%,#fff17c 81%,#ffd55b 81.01%,#ffd55b 84%,#ffb956 84.01%,#fa8076 87%,#fa8076 87%,#f26695 87.01%,#f26695 90%,#be6dcc 90.01%,#be6dcc 93%,#997ad0 93.01%);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
ul.footer_menu_inner,
ul.footer_menu_inner li ul{
	width: 90%;
	max-width: 760px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
ul.footer_menu_inner{
	padding-bottom: 12px;
	border-bottom: 2px dotted #b6b840;
}
ul.footer_menu_inner li{
	width: 50%;
	margin: 6px 0;
}
ul.footer_menu_inner li ul li{
	width: 100%;
	margin: 0 0;
}
ul.footer_menu_inner a{
	color: #403127;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700!important;
	transition: .4s;
}
ul.footer_menu_below {
	width: 90%;
	max-width: 760px;
	margin: 12px auto;
	list-style: none;
	padding: 0 0 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	border-bottom: 2px dotted #b6b840;
}
ul.footer_menu_below li{
	width: 50%;
}
ul.footer_menu_inner ul li a,
ul.footer_menu_below a{
	color: #403127!important;
	font-size: 12px;
	line-height: 20px;
	font-weight: 700!important;
	transition: .4s;
}
.footer_title_wrap{
	width: 90%;
	margin: 40px auto 0;
	text-align: left;
}
.footer_title_sub{
	font-weight: 700;
	font-size: 10px;
}
.footer_title{
	font-weight: 700;
	font-size: 23px;
	line-height: 24px;
	margin: 8px 0;
}
.footer_satsuki{
	width: 230px;
	margin: 20px 0 20px 4%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	border: 3px solid #fff;
}
.footer_satsuki a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	transition: .2s;
}
.footer_satsuki a:hover{
	color: #1aa975;
}
.footer_satsuki a img{
	max-width: 112px;
	height: auto;
	transition: .2s;
}
.footer_satsuki a:hover img{
	opacity: 0.7;
}
.footer_satsuki_text{
	width: 112px;
	text-align: center;
}
.copyright{
	font-size: 9px;
	text-align: left;
	letter-spacing: 0;
	margin: 0 0 0 4%;
}
@media only screen and (min-width: 750px) {
.footer_tel a{
	font-size: 34px;
	line-height: 48px;
	letter-spacing: 0.15em;
	margin: 32px auto 6px;
}
.footer_tel_icon{
	width: 50px;
	height: 48px;
}
.footer_tel_time{
	font-size: 15px;
}
.footer_bt a{
	font-size: 18px;
	line-height: 30px;
	padding: 16px 36px;
}
.footer_bt_icon{
	width: 30px;
	height: 30px;
	margin: 0 8px 0 0;
}
.footer_menu {
  margin-left: -160px;
  margin-right: -160px;
  padding-left: 160px;
  padding-right: 160px;
}
ul.footer_menu_inner li{
	width: 25%;
}
ul.footer_menu_below li{
	width: 25%;
}
.footer_title_wrap{
	margin: 24px auto 0;
	text-align: center;
}
.footer_satsuki{
	width: 262px;
	margin: 12px auto;
}
.footer_satsuki a{
	font-size: 16px;
	line-height: 20px;
}
.footer_satsuki a img{
	max-width: 128px;
}
.footer_satsuki_text{
	width: 128px;
}
.copyright{
	text-align: center;
	margin: 0;
}
}

a.pagetop {
	width: 82px;
	display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
	transition: .3s;
	transform: translateY(200px);
}
.is-in a.pagetop {
    transform: translateY(0);
}
.info{
	max-width: 760px;
	width: 92%;
	margin: 0 auto;
}
.top_map{
	position: relative;
    padding-top: 72%;
    height: 0;
	border-radius: 20px;
	overflow: hidden;
}
.top_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.info_bt{
	max-width: 680px;
	width: 100%;
	margin: 40px auto;
}
.info_bt a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #1aa975;
	letter-spacing: 0.3em;
	padding: 16px 0;
	font-weight: bold;
	border-radius: 18px;
	transition: .3s;
	border: 3px solid #1aa975;
}
.info_bt a:hover{
	color: #1aa975;
	background: #fff;
}
.info_bt a .info_bt_icon{
	width: 40px;
	height: 40px;
	margin: 0 12px 0 0;
}
.info_bt a .info_bt_icon svg{
	fill:#fff;
	transition: .3s;
}
.info_bt a:hover .info_bt_icon svg{
	fill:#1aa975;
}
.info_bt a .info_bt_text{
	width: fit-content;
	font-size: 20px;
	line-height: 40px;
}
.childcare{
	max-width: 760px;
	width: 92%;
	margin: 0 auto 60px!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.childcare_box{
	width: 48%;
	font-size: 90%;
	line-height: 2;
}
.childcare_box h3{
	font-size: 16px;
	line-height: 40px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: bold;
}
.childcare_box img{
	width: 100%;
	height: auto;
	border: 3px solid #fff;
	border-radius: 12px;
}
.childcare_box a,
a.bt_normal{
	position: relative;
	display: block;
	max-width: 480px;
	width: 100%;
	height: 48px;
	color: #1aa975;
	border: 3px solid #1aa975;
	text-align: center;
	border-radius: 24px;
	font-size: 12px;
	line-height: 42px;
	margin: 0 auto;
	font-weight: bold;
	transition: .3s;
}
.childcare_box a::before,
a.bt_normal::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-top: 2px solid #1aa975;
	border-right: 2px solid #1aa975;
	transform: rotate(45deg);
	left: 16px;
	top: 18px;
	transition: .3s;
}
.childcare_box a:hover,
a.bt_normal:hover{
	color: #fff;
	background: #1aa975;
}
.childcare_box a:hover::before,
a.bt_normal:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 24px;
}
@media only screen and (min-width: 750px) {
.top_map{
    padding-top: 56%;
}
.info_bt{
	width: 92%;
	margin: 80px auto;
}
.info_bt a{
	padding: 20px 0;
}
.info_bt a .info_bt_icon{
	width: 48px;
	height: 48px;
	margin: 0 12px 0 0;
}
.info_bt a .info_bt_text{
	font-size: 24px;
	line-height: 48px;
}
.childcare_box{
	font-size: 100%;
	line-height: 2;
}
.childcare_box h3{
	font-size: 20px;
	line-height: 48px;
}
.childcare_box a,
a.bt_normal{
	height: 48px;
	font-size: 16px;
	line-height: 42px;
	margin: 12px auto 0;
}
.childcare_box a::before,
a.bt_normal::before{
	width: 6px;
	height: 6px;
	border-top: 2px solid #1aa975;
	border-right: 2px solid #1aa975;
	left: 20px;
	top: 16px;
}
.childcare_box a:hover::before,
a.bt_normal:hover::before{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 30px;
}
}

/* よくあるご質問 */
.faq-container {
  margin: 0 auto;
}
.faq-item {
  background-color: #fff;
  border: 2px solid #ffedd5; /* 薄いオレンジ */
  border-radius: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-question {
  padding: 18px 32px;
  cursor: pointer;
  list-style: none; /* デフォルトの矢印を消す */
  position: relative;
  font-weight: bold;
  background-color: #fff9f2;
}
.faq-orange{
	background: #fcff5a;
	font-weight: bold;
}
.faq-question::after {
  content: '＋';
  position: absolute;
	color: #ff8233;
  right: 32px;
  transition: transform 0.3s;
}
.faq-item[open] .faq-question::after {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 20px 32px;
  border-top: 2px solid #ffedd5;
  line-height: 1.6;
  background-color: #fff;
}
.faq-answer p {
  margin: 0;
}
.faq-answer a {
	font-weight: bold;
	text-decoration: underline;
}
.faq-question::-webkit-details-marker {
  display: none;
}