html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}


body{
	color: #51656f;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7;
	font-size: 1.6rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-style: normal;
}



*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
	transition: .3s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

.center{
	text-align: center;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1300ms, transform 1200ms;
	transition-delay: 350ms;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flow_left{
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.4s;
}
.flow_left.inview{
	opacity: 1;
	transform: translateX(0);
}

.flow_right{
	opacity: 0;
	transform: translateX(100px);
	transition: opacity .6s, transform .5s;
	transition-delay: 0.4s;
}
.flow_right.inview{
	opacity: 1;
	transform: translateX(0);
}

.blurup{
	filter: blur(10px);
	opacity: 0;
	transition: all 2s ease;
}
.blurup.inview{
	filter: blur(0);
	opacity: 1;
}

.flowup2{
	transform: translateY(-99%);
	opacity: 0;
	filter: blur(10px);
}
.flowup2.inview{
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}


.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: .4s;
    transition-delay: clip-path 0.3s, scale 0s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}

.rotation {
    animation: rotateanim 10s linear infinite normal;
}
@keyframes rotateanim{
  0% {
	transform: translate(-50%,-50%) rotate(0);
  }
  100% {
	transform: translate(-50%,-50%) rotate(360deg);
  }
}



.op{
	position: relative;
	z-index: 5;
	opacity: 0;
	transition: all .2s;
	transition-delay: 200ms;
}

.op.inview{
	opacity: 1;
}

span.marker {
    /* background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%); */
	background: linear-gradient(transparent 60%, rgb(255, 255, 255,1) 60%);
}


.br_650.marker{
	background: none;
}

.inner{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}

.inner.min{
	max-width: 1280px;
}

.wrapper{
	max-width: 1580px;
	margin: 0 auto;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}



.tate{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}



.w100{
	width: 100%;
}

.kizi{
	line-height: 2.2;
}

.kizi p{
	letter-spacing: 0.1em;
}




/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{
}




.br_none650{
	display: block;
}

.br_none1200{
	display: block;
}

section{
	position: relative;
	padding: 120px 0;
}

@media (max-width: 1200px){
	.br_1200{
		display: block;
	}
	.br_none1200{
		display: inline;
	}
	section{
		padding: 100px 0;
	}
}

@media (max-width: 960px){
	.br_960{
		display: block;
	}	
}
@media (max-width: 740px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
	section{
        padding: 60px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	body{
		font-size: 1.4rem;
	}
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #fef8e5;
}

/* 
.txt{
	font-size: 1.45rem;
	font-weight: 500;
	color: #333;
	line-height: 2.5;
} */


@media (max-width: 960px){
	.none_960{
		display: none;
	}
}

@media (max-width: 740px){
	.none_650{
		display: none;
	}
	
	
}


.reverse{
	flex-direction: row-reverse;
}


.center_l{
	display: flex;
	align-items: center;
}

.center_b{
	display: flex;
	align-items: flex-end;
}

body p{
	letter-spacing: 0.05em;
}

i{
	padding-right: 0.4em;
}
.en{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.scale-big{
	transform: scale(0);
}

.scale-big.inview{
	animation: scalebig 700ms ease 300ms 1 forwards;
}


@keyframes scalebig{
	0%{
		transform: scale(0);
	}
	60%{
		transform: scale(103%);
	}
	100%{
		transform: scale(100%);
	}
}



/* btn */


.m_btn{
	position: relative;
	width: 320px;
	font-weight: 500;
	margin-top: 50px;
	z-index: 1;
}



.m_btn a{
	position: relative;
	display: block;
	font-size: 1.8rem;
	background-color: #31A468;
	color: #fff;
	letter-spacing: 0.03em;
	padding: 23px 0;
	padding-left: 35px;
	border-radius: 40px;
}

.m_btn a::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: #88c572;
	aspect-ratio: 1 / 1;
	width: 35px;
	transform: translateY(-50%);
	border-radius: 50%;
}

.m_btn a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 22px;
	background-size: cover;
	background-position: center;
	top: 50%;
	right: 26px;
	transform: translateY(-50%);
}

.m_btn i{
	margin-right: 10px;
}

.m_btn a:hover{
	opacity: 0.75;
}

.bg_dot{
	background-color: #fff;
	background-image:
	  radial-gradient(#f5f5f5 20%, transparent 20%);
	background-size: 14px 14px;
  }




/* sub_ttl */



.sub_ttl{
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	color: #51656f;
	margin-bottom: 50px;
}

.sub_ttl .en{
	display: block;
	font-size: 1.45rem;
	margin-top: 10px;
	padding-left: 2px;
	font-weight: 600;
}

.sub_ttl::first-letter{
	color: #31A468;
}
.sub_ttl .marker::first-letter{
	color: #31A468;
}
.sub_ttl .marker{
	line-height: 1.4;
}




/* header */




header{
	position: fixed;
	height: 120px;
	width: 100%;
	top: 0;
	z-index: 99;
}

.hd_bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 120px;
	background-color:#fff;
	z-index: -1;
	border-bottom-right-radius: 10px;
}

.hd_inner{
	width: 100%;
	padding-left: 55px;
	padding-right: 40px;
	margin: 0 auto;
}

.main_nav{
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 10px;
}

.main_nav a{
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	padding: 0 25px;
	text-align: center;
	display: block;
}

.main_nav a span.icon{
	display: block;
}

.main_nav a span.icon img{
	width: 40px;
}


.main_nav a:hover{
	opacity: 0.75;
}


h1 img{
	height: 65px;
	display: block;
}
h1 a:hover{
	opacity: 0.75;
}


@media (max-width: 1200px){
	.main_nav{
		display: none;
	}
	header{
		height: 100px;
		background-color: #fff;
	}
	h1 img{
		height: 60px;
	}
	.hd_inner{
		padding-left: 30px;
	}
	.hd_bg{
		display: none;
	}
}

@media (max-width: 740px){
	h1 img{
		height: 46px;
	}
	header{
		height: 80px;
	}
	.hd_inner{
		padding-left: 20px;
		padding-right: 15px;
	}
}




/* fv */


.fv{
	position: relative;
	height: 100vh;
	min-height: 750px;
	width: 100%;
	/* background-color: #31A468; */
}

.fv::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #FEF2E2;
	bottom: -20px;
	left: 0;
	width: 65%;
	height: 680px;
	z-index: 1;
	border-bottom-right-radius: 30px;
}


.top_slider{
	height: 100%;
	min-height: 400px;
	width: 82%;
	margin: 0 0 0 auto;
	padding-top: 130px;
	top: 0;
}
.top_slider .slider{
	position: relative;
	width: 100%;
	height: 92%;
	margin: 0 0 0 auto;
	z-index: 2;
}


.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	margin: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.top_slider .slider li.top01{
	background-image:url(../img/top01.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top02{
	background-image:url(../img/top02.jpg);
	background-position: center;
	background-size: cover;
}
.top_slider .slider li.top03{
	background-image:url(../img/top03.jpg);
	background-position: center;
	background-size: cover;
}


.catch{
	position: absolute;
	bottom: 16%;
	left: 60px;
	z-index: 10;
	font-size: 4.8rem;
}


.catch span{
	display: block;
	background-color: #31A468;
	padding-right: 10px;
	padding-left: 35px;
	letter-spacing: 0.2em;
	font-weight: 500;
	width: fit-content;
	color: #ffffff;
	border-radius: 12px;
}

.catch span+span{
	margin-top: 18px;
}

.fv .sun{
	position: absolute;
	left: 50px;
	bottom: 55%;
	width: 170px;
	z-index: 11;
}

/* .fv .fv_wood{
	position: absolute;
	top: 360px;
	left: 11%;
	width: 110px;
	z-index: 2;
} */

.fv .fv_mt{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 380px;
	z-index: 5;
}

.fv .fv_mt img{
	animation-delay: .7s;
}


.anime05{
	animation: move05 cubic-bezier(0, 1, 0, 1) infinite 3s forwards;
}


@keyframes move05 {
    0% {
      transform: translate(0, 0) rotate(0);
    }

    10% {
      transform: translate(-4px, -4px) rotate(-4deg);
    }

    20% {
      transform: translate(0, 0) rotate(0);
    }

    30% {
      transform: translate(0, 0) rotate(2deg);
    }

    40% {
      transform: translate(0, 0) rotate(0);
    }

    100% {
      transform: translate(0, 0) rotate(0);
    }
}



@media (max-width: 1200px){
	.top_slider{
		width: 85%;
	}
	.catch{
		font-size: 4.2rem;
		left: 20px;
		bottom: 12%;
	}
	.fv{
		height: 86vh;
	}
	.fv .sun{
		width: 160px;
		left: 3%;
	}
	.top_slider{
		padding-top: 100px;
	}
	.fv .fv_mt{
		width: 300px;
		bottom: 0;
	}
	.top_slider .slider{
		height: 95%;
	}
}

@media (max-width: 740px){
	.catch{
		font-size: 2.5rem;
		left: 10px;
	}
	.catch span{
		padding-left: 10px;
		border-radius: 5px;
	}
	.catch span+span{
		margin-top: 8px;
	}
	.top_slider{
		width: 94%;
		padding-top: 80px;
	}
	.fv .sun{
		width: 100px;
		left: 10px;
		bottom: 40%;
	}
	.fv .fv_mt{
		width: 180px;
	}
	.fv{
		min-height: auto;
	}
	
}




/* aboutus */


.aboutus{
	position: relative;
	padding-top: 170px;
	background-color: #fff;
}

/* .aboutus::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 60px;
	background-color: #31A468;
} */

.aboutus .ab_ill{
	position: absolute;
	top: 80px;
	right: 60px;
	width: 220px;
	z-index: 2;
}
.aboutus .ab_ill02{
	position: absolute;
	left: 48%;
	bottom: 50px;
	width: 18%;
	max-width: 300px;
	transform: translateX(-50%);
	z-index: 2;
}

.aboutus .txt_box p+p{
	margin-top: 15px;
}

.aboutus .inner{
	position: relative;
	max-width: none;
	width: 94%;
	margin-left: 0;
	z-index: 1;
}
.aboutus .left{
	width: 50%;
}
.aboutus .right{
	width: 46%;
}

.aboutus .right .wrap{
	max-width: 700px;
	margin: 0 0 0 auto;
}

.aboutus .left .m_img{
	width: 100%;
	height: 760px;
	object-fit: cover;
	border-bottom-right-radius: 30px;
}
.aboutus .img{
	position: relative;
}

.aboutus .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 0;
	width: 35%;
	height: 60px;
	border-bottom-left-radius: 30px;
}

.aboutus .img::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	width: 35%;
	height: 60px;
	border-top-right-radius: 20px;
}

.aboutus .img .ra01{
	position: absolute;
	top: 60px;
	right: 0;
	width: 30px;
	height: 30px;
}
.aboutus .img .ra02{
	position: absolute;
	top: 0;
	right: 35%;
	width: 30px;
	height: 30px;
}
.aboutus .img .ra03{
	position: absolute;
	bottom: 0;
	left: 35%;
	width: 30px;
	height: 30px;
	transform: scale(-1,-1);
}


@media (max-width: 1200px){
	.aboutus .flex_bet{
		flex-direction: column;
	}
	.aboutus .left{
		width: 100%;
	}
	.aboutus .right{
		width: 100%;
		margin-top: 50px;
	}
	.aboutus .left .m_img{
		height: 480px;
	}
	.aboutus .ab_ill02{
		left: auto;
		right: 0;
		transform: translateX(0);
		width: 230px;
	}
	.aboutus{
		padding-top: 100px;
	}
	.aboutus .ab_ill{
		top: 40px;
		width: 180px;
	}
}

@media (max-width: 740px){
	.sub_ttl{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.sub_ttl .en{
		font-size: 1.35rem;
	}
	.aboutus .left .m_img{
		height: 250px;
	}
	.aboutus .img::before{
		display: none;
	}
	.aboutus .img::after{
		display: none;
	}
	.aboutus .ab_ill02{
		width: 130px;
		bottom: -30px;
	}
	.aboutus .img .ra02{
		display: none;
	}
	.aboutus .img .ra01{
		display: none;
	}
	.aboutus .img .ra03{
		display: none;
	}
	.aboutus .right{
		margin-top: 30px;
		margin-left: 4%;
	}
	.aboutus .ab_ill{
		width: 100px;
		top: 260px;
		right: 10px;
	}
	.m_btn{
		margin-top: 30px;
	}
	.m_btn a{
		font-size: 1.6rem;
		padding-top: 19px;
		padding-bottom: 19px;
	}
	.m_btn{
		width: 250px;
	}
	.aboutus{
		padding-top: 60px;
	}
}





/* care */


.care{
	position: relative;
}

.care .husen{
	position: absolute;
	right: 300px;
	top: 200px;
	width: 300px;
	transition: all 1s ease;
	z-index: 2;
}
.care .husen02{
	position: absolute;
	left: 300px;
	top: 200px;
	width: 300px;
	transform: scale(-1,1);
	transition: all 1s ease;
	z-index: 2;
}

.care .husen.inview{
	right: 50px;
	top: -150px;
}
.care .husen02.inview{
	left: 50px;
	top: -150px;
}

.care .ac_ill{
	position: absolute;
	left: 50%;
	top: -70px;
	transform: translateX(-50%);
	width: 100%;
}

.care .inner{
	position: relative;
	max-width: 1280px;
	background-color: #FEF2E2;
	padding: 80px 100px;
	border-radius: 30px;
	z-index: 2;
}

.care .txt_box{
	max-width: 660px;
}

.care .txt_box p+p{
	margin-top: 15px;
}

.care .left{
	width: 46%;
}

.care .right{
	width: 45%;
}

.care .right .img{
	position: relative;
}

.care .right .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ffe869;
	height: 102%;
	width: 102%;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	border-radius: 50%;
}

.care .right .img img{
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: dotted 6px #88c572;
}

.care .bg{
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	z-index: 1;
}


@media (max-width: 1200px){
	.care .inner{
		flex-direction: column-reverse;
		padding: 50px;
	}
	.care .left{
		width: 100%;
		margin-top: -200px;
	}
	.care .right{
		width: 45%;
		margin: 0 0 0 auto;
	}
	.care .ac_ill{
		top: -20px;
		min-width: 500px;
	}
	.care .husen{
		width: 240px;
	}
	.care .husen02{
		width: 240px;
	}
}


@media (max-width: 740px){
	.care .left{
		margin-top: -80px;
	}
	.care .inner{
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 15px;
	}
	.care .br_1200{
		display: inline;
	}
	.care .ac_ill{
		top: 0;
	}
	.care .bg{
		bottom: -30px;
	}
	.care{
		overflow: hidden;
	}
	.care .husen{
		width: 180px;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.care .husen.inview{
		top: 0;
		left: 0;
	}
	.care .husen02{
		display: none;
	}
	.care .right .img img{
		border: 5px dotted #88c572;
	}
}




/* living */


.living{
	position: relative;
	background-color: #31A468;
	overflow: hidden;
}

.living .inner{
	position: relative;
	margin-left: 0;
	max-width: none;
	width: 92%;
	max-width: 1580px;
	background-color: #fff;
	padding: 80px;
	padding-left: 120px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.living .left{
	width: 40%;
}

.living .right{
	width: 50%;
}

.living .txt_box p+p{
	margin-top: 15px;
}

.living .left .img .m_img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}

.living .ac_ill{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 320px;
}

.living .bear{
	position: absolute;
	bottom: 50px;
	right: -120px;
	width: 400px;
}

@media (max-width: 1200px){
	.living .flex_bet{
		flex-direction: column;
	}
	.living .left{
		width: 100%;
	}
	.living .right{
		width: 100%;
		margin-top: 40px;
	}
	.living .inner{
		padding-left: 50px;
	}
	.living .left .img .m_img{
		height: 340px;
	}
	.living .bear{
		width: 300px;
		bottom: 0;
		right: -50px;
	}
	.living .ac_ill{
		width: 260px;
		right: -40px;
		top: 170px;
	}
}

@media (max-width: 740px){
	.living .inner{
		padding: 50px 20px;
		width: 96%;
	}
	.living .left .img .m_img{
		height: 200px;
	}
	.living .ac_ill{
		width: 160px;
		right: 10px;
		top: 100px;
	}
	.living .right{
		margin-top: 30px;
	}
	.living .bear{
		width: 170px;
	}
	.living{
		padding-top: 0;
	}
}




/* mini_sli */


.mini_sli{
	position: relative;
}

.mini_sli::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.mini_sli img{
	border-radius: 20px;
}




/* guide */


.guide{
	position: relative;
	padding: 200px 0;
}

.guide .ac_img{
	position: absolute;
	left: 3%;
	bottom: -120px;
	width: 200px;
	z-index: 5;
}

.guide .sub_ttl{
	text-align: center;
}

.guide .txt_box{
	text-align: center;
}

.guide .m_btn{
	margin: 50px auto 0;
}

.guide .txt_box p+p{
	margin-top: 15px;
}

.guide .inner{
	position: relative;
}

.guide .icon{
	position: absolute;
	aspect-ratio: 1 / 1;
	width: 100px;
	border-radius: 50%;
	padding: 10px;
	background-color:#FEF2E2;
	/* border: dotted 3px #655953; */
}

.guide .icon01{
	top: 0;
	left: 50px;
}
.guide .icon02{
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.guide .icon03{
	bottom: 0;
	left: 50px;
}
.guide .icon04{
	top: 0;
	right: 50px;
}
.guide .icon05{
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.guide .icon06{
	bottom: 0;
	right: 50px;
}

@media (max-width: 1200px){
	.guide .icon{
		width: 75px;
	}
	.guide .txt_box{
		max-width: 400px;
		margin: 0 auto;
	}
	.guide{
		padding: 120px 0;
	}
}

@media (max-width: 740px){
	section.guide{
		padding: 100px 0;
	}
	.guide .m_btn{
		margin: 30px auto 0;
	}
	.guide .icon{
		width: 60px;
	}
	.guide .icon01{
		top: -50px;
		left: 0;
	}
	.guide .icon02{
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
	}
	.guide .icon03{
		top: -50px;
		right: 0;
		left: auto;
	}
	.guide .icon04{
		top: auto;
		bottom: -50px;
		right: auto;
		left: 0;
	}
	.guide .icon05{
		top: auto;
		bottom: -80px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.guide .icon06{
		top: auto;
		bottom: -50px;
		right: 0;
	}
	.mini_sli img{
		border-radius: 10px;
	}
	.mini_sli .slick-slide{
		margin: 0 0.5%;
	}
	
}



/* news */


.news{
	padding-top: 0;
}

.news .sub_ttl{
	text-align: center;
}

.news .sub_ttl .marker{
	display: inline-block;
	padding: 0 15px;
}

.news .m_btn{
	margin: 70px auto 0;
}

.news ul{
	gap: 50px;
	flex-wrap: wrap;
}

.news li{
	width: calc((100% - 100px) / 3);
}


.news span.thumbnail{
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	border-radius: 20px;
}

.news span.thumbnail img{
	aspect-ratio: 5 / 3;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.news span.title{
	position: relative;
	font-size: 1.8rem;
	display: inline;
	transition: all .3s;
	color: #51656f;
}

.news span.up_ymd{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	background-color: #31A468;
	border-radius: 30px;
	color: #fff;
	width: fit-content;
	display: inline-block;
	margin-right: 8px;
	padding: 0 8px 5px;
	padding-top: 3px;
	margin-bottom: 5px;
	font-weight: 600;
}

.news li a:hover img{
	transform: scale(1.05);
}

.news .c_box{
	background-color: #ffe869;
	width: 94%;
	margin: 0 auto;
	padding: 60px 0;
	border-radius: 25px;
}



@media (max-width: 1200px){
	.guide .ac_img{
		width: 140px;
	}
	.news li{
		width: calc((100% - 50px) / 2);
	}
}

@media (max-width: 740px){
	.news .c_box{
		border-radius: 10px;
	}
	.news li{
		width: 100%;
	}
	.news .inner{
		width: 80%;
	}
	.news span.thumbnail img{
		border-radius: 10px;
	}
	.news span.thumbnail{
		border-radius: 10px;
	}
	.news span.up_ymd{
		font-size: 1.5rem;
	}
	.news span.title{
		font-size: 1.6rem;
	}
	.news ul{
		gap: 30px;
	}
	.news .m_btn{
		margin-top: 30px;
	}
	.guide .ac_img{
		width: 80px;
		bottom: -50px;
	}
}




/* footer */


.foo_top .sub_ttl{
	text-align: center;
}

.foo_img img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.foo_btm{
	padding: 70px 0;
	padding-top: 90px;
}

.foo_logo{
	margin-bottom: 40px;
}

.foo_logo img{
	display: block;
	height: 60px;
}

.foo_logo a:hover{
	opacity: 0.75;
}


.foo_btm p{
	font-size: 1.7rem;
}
.foo_btm p+p{
	margin-top: 15px;
}

footer .m_btn{
	margin-top: 0;
}

footer .m_btn+.m_btn{
	margin-top: 20px;
}


.copy{
	text-align: center;
}

.copy p{
	padding: 10px 0;
	background-color: #ffe869;
	font-size: 1.45rem;
	letter-spacing: 0.1em;
}


@media (max-width: 1200px){
	.foo_img img{
		height: 320px;
	}
	footer .m_btn{
		width: 280px;
	}
	footer .flex_bet{
		flex-direction: column;
	}
	footer .box{
		display: flex;
		margin-top: 40px;
		justify-content: center;
	}
	footer .m_btn+.m_btn{
		margin-top: 0;
		margin-left: 20px;
	}
	footer .left{
		text-align: center;
	}
	.foo_logo img{
		margin: 0 auto;
	}
}

@media (max-width: 740px){
	footer .box{
		flex-direction: column;
	}
	.foo_logo img{
		height: 50px;
	}
	.foo_btm p{
		font-size: 1.45rem;
	}
	footer .m_btn a{
		font-size: 1.5rem;
	}
	
	footer .m_btn{
		margin: 0 auto;
	}
	footer .m_btn+.m_btn{
		margin-left: auto;
		margin-top: 10px;
	}
	.copy p{
		font-size: 1.3rem;
	}
	.foo_img img{
		height: 260px;
	}
	.foo_btm{
		padding: 50px 0;
	}
	.foo_logo{
		margin-bottom: 25px;
	}
	footer .box{
		margin-top: 20px;
	}
}


/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 5%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #fff;
    z-index: 49;
}


.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
	background-color: #31A468;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
	padding: 0;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 740px) {
    .page_top {
        width: 45px;
        height: 45px;
    }
}





/* kasou_top */


.kasou_top{
	position: relative;
	background-color: #FEF2E2;
	padding: 210px 0 140px;
	background: url(../img/top02.jpg);
	background-size: cover;
	background-position: center;
}

.kasou_top .inner{
	position: relative;
	z-index: 1;
}

.kasou_top h2{
	font-size: 5.6rem;
	color: #fff;
}

.kasou_top h2 .en{
	display: block;
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
	margin-left: -10px;
}

.kasou_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(51, 51, 51,0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.kasou_top ol{
	margin-top: 20px;
	color: #fff;
}

.kasou_top ol a{
	position: relative;
	color: #fff;
	padding-right: 24px;
}

.kasou_top ol a::before{
	content: "＞";
	display: inline-block;
	position: absolute;
	font-size: 1.4rem;
	top: 52%;
	right: 0;
	transform: translateY(-50%);
}

.kasou_top ol li+li{
	margin-left: 10px;
}
.kasou_top ol a:hover{
	opacity: 0.75;
}

@media (max-width: 1200px){
	.kasou_top h2{
		font-size: 4.6rem;
	}
	.kasou_top{
		padding-bottom: 100px;
		padding-top: 190px;
	}
}

@media (max-width: 740px){
	.kasou_top h2{
		font-size: 3.8rem;
	}
}




/* 園についてページ */


.goal{
	position: relative;
	background-color: #FEF2E2;
	overflow: hidden;
}

.goal .left{
	width: 46%;
}
.goal .right{
	width: 48%;
}
.goal ul li{
	font-size: 1.8rem;
	padding: 6px 0;
	background-color: #fef8e5;
	border-radius: 80px;
	letter-spacing: 0.05em;
}
.goal ul li .en{
	display: inline-block;
	background-color: #ffe869;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	padding: 10px;
	text-align: center;
	font-weight: 600;
	margin-right: 20px;
}
.goal ul li+li{
	margin-top: 14px;
}

.goal .left img{
	width: 100%;
	aspect-ratio: 3.2 / 2;
	object-fit: cover;
	border-radius: 15px;
}

.goal .sub_ttl{
	text-align: center;
}

.goal .inner{
	position: relative;
	background-color: #fff;
	padding: 50px 50px 60px;
	border-radius: 20px;
}

.goal .ac_ill{
	position: absolute;
	top: 40px;
	left: 0;
	width: 200px;
}

.goal .ac_ill02{
	position: absolute;
	bottom: -100px;
	right: -120px;
	width: 260px;
}

.facility .item{
	position: relative;
	width: 48%;
}

.facility .sub_ttl{
	text-align: center;
}

.facility .item_area{
	flex-wrap: wrap;
}

.facility .item .maru{
	position: absolute;
	top: 0;
	left: 220px;
	width: 20px;
	transform: scale(-1,1);
}

.facility .item .maru02{
	position: absolute;
	top: 65px;	
	left: 0;
	width: 20px;
	transform: scale(-1,1);
}

.facility .item .img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}

.facility .item h4{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	font-size: 2.4rem;
	padding: 12px 0;
	padding-top: 10px;
	letter-spacing: 0.1em;
	width: 220px;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-top: solid 2px #88c572;
	border-left: solid 2px #88c572;
	border-top-left-radius: 20px;
}

/* .facility .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	aspect-ratio: 1 / 1;
	width: 8px;
	border-radius: 50%;
	top: 25px; 
	left: 10px;
	z-index: 2;
} */

.facility .item .img{
	margin-bottom: 20px;
}

.facility .item:nth-child(n+3){
	margin-top: 60px;
}



.info_table{
	width: 100%;
}

.info_table th{
	width: 25%;
	background-color: #31A468;
	color: #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
.info_table td{
	width: 75%;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.info_table th,.info_table td{
	padding: 22px 0;
	font-size: 1.8rem;
	padding-left: 22px;
	letter-spacing: 0.1em;
}

.info_table tr:first-child th{
	border-top: solid 1px #eee;
}
.info_table tr:last-child th{
	border-bottom: solid 1px #eee;
}

.info_table .ch_ttl{
	display: inline-block;
	margin-top: 20px;
}


.access .txt_box p:first-child{
	font-size: 2.6rem;
	margin-bottom: 15px;
	border-bottom: solid 2px #31A468;
	padding-bottom: 4px;
}

.access .inner{
	position: relative;
}

.access .map{
	margin-top: 30px;
}

.access .map iframe{
	width: 100%;
	height: 500px;
}

.access .txt_box{
	background-color: #e9f1e7;
	padding: 30px 50px;
	font-size: 1.8rem;
	border-radius: 15px;
}

.access .sub_ttl{
	text-align: center;
}

.access .txt_box a{
	display: block;
	margin-top: 10px;
	width: fit-content;
	text-decoration: underline;
	margin-bottom: 10px;
}

.access .img{
	width: 420px;
}
.access .right{
	width: calc(96% - 420px);
}

.access .img img{
	border-radius: 10px;
}

.access .ac_ill{
	position: absolute;
	top: 20px;
	right: 0;
	width: 170px;
}

.philosophy{
	position: relative;
	padding-bottom: 200px;
}

.philosophy .sub_ttl{
	text-align: center;
}

.philosophy h4{
	position: relative;
	font-size: 3.2rem;
	margin: 0 auto 40px;
	width: fit-content;
	padding: 0 40px;
}

.philosophy h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #31A468;
	bottom: 0;
	left: 0;
	transform: rotate(-10deg);
}

.philosophy h4::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #31A468;
	bottom: 0;
	right: 0;
	transform: rotate(10deg);
}

.philosophy .txt_box{
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
}

.philosophy .txt_box p+p{
	margin-top: 15px;
}

.philosophy .img{
	width: 31%;
}

.philosophy .img:nth-child(1),.philosophy .img:nth-child(3){
	margin-top: 25px;
}

.philosophy .img_area{
	position: relative;
	margin-bottom: 80px;
}

.philosophy .img_area .img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}

.philosophy .inner{
	position: relative;
}

.philosophy .ac_ill{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 200px;
}

.philosophy .ac_ill02{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.philosophy .item_area{
	position: relative;
}

.philosophy .ac_ill03{
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 180px;
}


.approach{
	background: url(../img/bg01.jpg);
	background-size: cover;
	background-position: center;
}

.approach .sub_ttl{
	text-align: center;
}

.approach ul li{
	position: relative;
	font-size: 1.8rem;
	padding: 15px 0;
	letter-spacing: 0.1em;
	border-bottom: solid 2px #ddd;
}

.approach .inner{
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 20px;
}

.approach ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	height: 2px;
	width: 60px;
	bottom: -2px;
	left: 0;
}


@media (max-width: 1200px){
	.goal .flex_bet{
		flex-direction: column;
	}
	.goal .left{
		width: 100%;
	}
	.goal .right{
		width: 100%;
		margin-top: 40px;
	}
	.goal .ac_ill{
		width: 150px;
		top: 70px;
	}
	.philosophy{
		padding-bottom: 150px;
	}
	.philosophy h4{
		font-size: 2.8rem;
	}
	.philosophy h4::before{
		height: 85%;
	}
	.philosophy h4::after{
		height: 85%;
	}
	.philosophy .ac_ill{
		width: 150px;
	}
	.philosophy .ac_ill03{
		width: 130px;
		bottom: -130px;
	}
	.facility .item h4{
		font-size: 1.8rem;
		padding: 8px 0 10px;
	}
	.facility .item h4{
		width: 170px;
	}
	.facility .item .maru{
		left: 170px;
	}
	.facility .item .maru02{
		top: 50px;
	}
	.overview .inner{
		padding: 50px 40px;
	}
	.access .img{
		width: 300px;
	}
	.access .right{
		width: calc(94% - 300px);
	}
	.access .txt_box{
		padding-left: 20px;
		padding-right: 20px;
	}
	.access .txt_box{
		font-size: 1.5rem;
	}
	.access .txt_box p:first-child{
		font-size: 2.2rem;
	}
	.access .map iframe{
		border-radius: 20px;
	}
	.access .ac_ill{
		width: 120px;
		top: 65px;
	}
}

@media (max-width: 740px){
	.goal .inner{
		padding: 30px 20px;
	}
	.goal ul li{
		font-size: 1.5rem;
	}
	.goal ul li .en{
		width: 40px;
		height: 40px;
	}
	.goal ul li .en{
		margin-right: 12px;
	}
	.goal .right{
		margin-top: 30px;
	}
	.goal .ac_ill{
		width: 80px;
	}
	.goal .ac_ill02{
		width: 180px;
		right: -35px;
	}
	.philosophy{
		padding-bottom: 120px;
	}
	.philosophy .img_area .img img{
		aspect-ratio: 1 / 1;
		border-radius: 5px;
	}
	.philosophy .img_area{
		margin-bottom: 30px;
	}
	.philosophy h4{
		font-size: 2rem;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.philosophy .ac_ill{
		width: 100px;
		right: 10px;
	}
	.philosophy .txt_box{
		text-align: left;
		font-size: 1.4rem;
	}
	.philosophy .ac_ill03{
		width: 80px;
		bottom: -100px;
	}
	.approach .inner{
		padding: 40px 20px;
	}
	.approach ul li{
		font-size: 1.5rem;
	}
	.facility .item{
		width: 100%;
	}
	.facility .item+.item{
		margin-top: 40px;
	}
	.access .txt_box{
		flex-direction: column;
	}
	.access .right{
		width: 100%;
	}
	.access .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.access .map iframe{
		height: 350px;
	}
	.access .ac_ill{
		width: 80px;
		top: 50px;
	}
}





/*  保育についてページ */


.child_top{
	/* background-color: #88c572; */
	/* color: #fff; */
}

.child_top h3{
	position: relative;
	font-size: 4.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 50px;
	border-bottom: solid 3px #ccc;
	padding-bottom: 10px;
}

.child_top h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	height: 3px;
	width: 80px;
	bottom: -3px;
	left: 0;
	z-index: 2;
}

.child_top .item h4{
	position: relative;
	font-size: 3.8rem;
	margin-bottom: 30px;
}



.child_top .txt_box{
	font-size: 1.8rem;
	max-width: 520px;
	margin: 0 auto;
	height: fit-content;
	/* padding: 120px 80px;
	border-radius:80px; */
}

.child_top .item .img img{
	width: 100%;
	height: 540px;
	/* border-radius: 64% 36% 46% 54% / 36% 56% 44% 64%; */
	object-fit: cover;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.child_top .item{
	position: relative;
	background-color: #31A468;
	color: #fff;
	border-radius: 20px;
}

.child_top .item .img{
	width: 50%;
}
.child_top .item .txt_box{
	width: 50%;
	padding: 0 30px;
}

.child_top .item+.item{
	margin-top: 60px;
}

.child_top .item .ac_txt{
	position: absolute;
	font-size: 4.5rem;
	top: 15px;
	right: 30px;
	font-weight: 500;
	color: #fff;
}

.child_top .item.reverse .ac_txt{
	top: 15px;
	left: 30px;
}

.child_top .item.reverse .img img{
	border-radius: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}


.meate{
	background-color: #FEF2E2;
}

.meate .item h4{
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.03em;
	border-bottom: solid 2px #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.meate .item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #31A468;
	height: 2px;
	width: 60px;
	bottom: -2px;
	left: 0;
	z-index: 1;
}

.meate .item li{
	letter-spacing: 0.05em;
	padding: 5px 0;
}

.meate .item{
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.meate .item+.item{
	margin-top: 15px;
}

.meate .sub_ttl{
	text-align: center;
}


.meate .inner{
	position: relative;
}

.meate .ac_ill{
	position: absolute;
	top: -20px;
	right: 0;
	width: 220px;
}

.active{
	background: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center;
}

.active .inner{
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 60px 80px;
}

.active .sub_ttl{
	text-align: center;
}

.active h4{
	font-size: 2.4rem;
	margin-bottom: 15px;
	position: relative;
	color: #31A468;
}

.active .item{
	padding: 20px 5px;
	border-bottom: solid 2px #ccc;
}

.active .ac_ill{
	position: absolute;
	top: 20px;
	right: 40px;
	width: 120px;
}

.active .ac_ill02{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 120px;
	transform: scale(-1,1);
}

.active .left{
	width: 30%;
}
.active .right{
	width: 65%;
}

.active .left .img img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 10px;
}


.dish{
	background-color: #ffe869;
}

.dish .sub_ttl{
	text-align: center;
}

.dish h4{
	position: relative;
	font-size: 2.4rem;
	background-color: #31A468;
	color: #fff;
	border-radius: 40px;
	letter-spacing: 0.04em;
	padding: 12px 0;
	padding-left: 50px;
	margin-bottom: 20px;
}

.dish h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #88c572;
	top: 50%;
	left: 20px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 10px;
	transform: translateY(-50%);
	z-index: 1;
}

.dish .item+.item{
	margin-top: 40px;
}

.dish .inner{
	position: relative;
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 20px;
}

.dish .item ul{
	margin-top: 15px;
}

.dish .item ul li{
	position: relative;
	padding-left: 24px;
}

.dish .item ul li::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 13px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.dish .ac_img{
	position: absolute;
	top: 40px;
	right: 50px;
	width: 200px;
}
.dish .item{
	position: relative;
}

.dish .kome{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
}

.dish .nouen{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 200px;
}


@media (max-width: 1200px){
	.child_top .item{
		flex-direction: column;
	}
	.child_top .item .img{
		width: 100%;
	}
	.child_top .item .txt_box{
		width: 100%;
		padding: 50px 0;
	}
	.child_top .item .img img{
		height: 400px;
	}
	.child_top .item .ac_txt{
		top: 410px;
	}
	.child_top .item.reverse .ac_txt{
		top: 410px;
		left: auto;
		right: 30px;
	}
	.child_top h3{
		font-size: 3.8rem;
	}
	.child_top .item .img img{
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}
	.child_top .item.reverse .img img{
		border-bottom-right-radius: 0;
		border-top-left-radius: 20px;
	}
	.dish .inner{
		padding: 60px 40px;
	}
	.meate .ac_ill{
		width: 160px;
		top: -120px;
		right: 0;
	}
	.active .ac_ill{
		width: 100px;
	}
	.active .ac_ill02{
		width: 100px;
	}
	.active .left{
		width: 37%;
	}
	.active .right{
		width: 58%;
	}
	.active .left .img img{
		height: 240px;
	}
	.dish .nouen{
		width: 160px;
		bottom: auto;
		top: 20px;
	}
	.dish .kome{
		width: 100px;
	}
	.dish .ac_img{
		width: 150px;
		right: 15px;
		top: 10px;
	}
}

@media (max-width: 740px){
	.child_top .item .img img{
		height: 200px;
	}
	.child_top .item h4{
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.child_top .txt_box{
		font-size: 1.5rem;
	}
	.child_top .item .txt_box{
		padding: 30px 20px;
	}
	.child_top .item .ac_txt{
		font-size: 3rem;
		top: 210px;
		right: 20px;
	}
	.child_top .item.reverse .ac_txt{
		top: 210px;
		right: 20px;
	}
	.child_top .item+.item{
		margin-top: 30px;
	}
	.child_top h3{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	
	.meate .item h4{
		font-size: 2rem;
	}
	.active .inner{
		padding: 50px 20px;
	}
	.active h4{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.dish h4{
		font-size: 1.8rem;
		padding: 8px 0;
		padding-left: 30px;
	}
	.dish .inner{
		padding: 50px 20px;
	}
	.dish h4::before{
		left: 12px;
		width: 8px;
	}
	.meate .ac_ill{
		width: 120px;
		top: -90px;
	}
	.active .ac_ill{
		width: 70px;
		top: 20px;
		right: 20px;
	}
	.active .ac_ill02{
		width: 70px;
		top: 20px;
		left: 20px;
	}
	.active .item{
		flex-direction: column;
	}
	.active .left{
		width: 100%;
	}
	.active .right{
		width: 100%;
		margin-top: 20px;
	}
	.active .left .img img{
		height: 200px;
	}
	.dish .nouen{
		width: 80px;
		bottom: -20px;
	}
	.dish .kome{
		width: 50px;
		bottom: -45px;
	}
	.dish .ac_img{
		width: 100px;
		top: -20px;
	}
}





/* 園での暮らし・年間行事ページ */




.junbi{
	font-size: 4rem;
	background-color: #FEF2E2;
	text-align: center;
	padding: 40px 0;
}

.schedule .item+.item{
	margin-top: 100px;
}

.sche_imgarea{
	height: 700px;
	width: 100%;
}

.sche_imgarea img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


.schedule .sub_ttl{
	text-align: center;
}

.schedule .item_list{
	overflow: scroll;
}


.event{
	background: url(../img/sakura.jpg);
	background-size: cover;
	background-position: center;
}

.event::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(255, 255, 255,0.7);
	backdrop-filter: blur(3px);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.event .inner{
	position: relative;
	background-color: #Fff;
	border-radius: 20px;
	z-index: 2;
	padding: 60px 80px;
}

.event h4{
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 20px;
}

.event h4 .bb{
	font-size: 5.4rem;
	margin-right: 4px;
	color: #31A468;
	font-weight: 600;
}

.event .item_list{
	flex-wrap: wrap;
	gap: 40px;
}

.event .item{
	position: relative;
	width: calc((100% - 120px) / 4);
	background-color: #fef8e5;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #ccc;
}

.event .item ul li{
	font-size: 2rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	height: 80px;
}

.event .sub_ttl{
	text-align: center;
}

.event .item .ac_img{
	position: absolute;
	width: 90px;
	top: 0;
	right: 10px;
}

.info_table02{
	position: relative;
	width: 100%;
}

.info_table02::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #ccc;
	top: 0;
	left: 0;
	pointer-events: none;
}

.info_table02 thead{
	background-color: #31A468;
	color: #fff;
}

.info_table02 thead th{
	padding: 10px 0;
	border-left: solid 1px #fff;
	padding-left: 20px;
}

.info_table02 th,.info_table02 td{
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	line-height: 2;
}

.info_table02 tbody td{
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
	padding-left: 20px;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.info_table02 tbody th{
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
	padding-left: 20px;
	font-weight: 600;
	background-color: #fff;
}
.schedule .br_txt{
	display: none;
}


@media (max-width: 1400px){
	.event h4{
		padding-top: 20px;
	}
	.event .item_list{
		gap: 10px;
	}
	.event .item{
		width: calc((100% - 30px) / 4);
	}
	.event .item ul li{
		font-size: 1.8rem;
	}
}

@media (max-width: 1200px){
	.event .item .ac_img{
		width: 70px;
	}
	.event h4{
		padding-top: 0px;
		font-size: 2.2rem;
	}
	.event h4 .bb{
		font-size: 4rem;
	}
	.event .item_list{
		max-width: 800px;
		margin: 0 auto;
	}
	.event .item{
		width: calc((100% - 40px) / 3);
	}
	.event .item ul li{
		font-size: 1.8rem;
	}
	.event .inner{
		padding: 60px 20px;
	}
	.info_table02 th, .info_table02 td{
		font-size: 1.6rem;
	}
	.info_table02 tbody td{
		padding-left: 12px;
	}
	.info_table02 thead th{
		padding-left: 12px;
	}
	.info_table02 tbody th{
		padding-left: 12px;
	}
	
}

@media (max-width: 740px){
	.event .item{
		width: calc((100% - 10px) / 2);
	}
	.event h4 .bb{
		font-size: 3.6rem;
	}
	.event h4{
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.event .item ul li{
		font-size: 1.4rem;
		height: 50px;
	}

	.schedule h3{
		font-size: 2.4rem;
	}
	.junbi{
		font-size: 2.8rem;
	}
	.schedule .item+.item{
		margin-top: 30px;
	}
	.event .item .ac_img{
		width: 50px;
	}
	.event .inner{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.sche_imgarea{
		height: 400px;
	}
	.info_table02{
		min-width: 960px;
	}
	.info_table02 th, .info_table02 td{
		font-size: 1.4rem;
	}
	.info_table02{
		min-width: 800px;
	}
	.schedule .br_txt{
	display: block;
}
}





/*  入園案内ページ */


.guide_top{
	background-color: #31A468;
}

.guide_top .inner{
	position: relative;
	background-color: #fff;
	padding: 60px 80px;
	border-radius: 20px;
}

.guide_top .sub_ttl{
	text-align: center;
}

.guide_top h4{
	font-size: 2rem;
	letter-spacing: 0.04em;
}

.guide_top .item+.item{
	margin-top: 20px;
}

.guide_top .txt_box{
	text-align: center;
	margin-bottom: 40px;
}

.guide_top .ac_img{
	position: absolute;
	top: 40px;
	right: 30px;
	width: 240px;
}

.faq{
	position: relative;
}

.faq .ac_img{
	position: absolute;
	width: 250px;
	top: -40px;
	right: 40px;
}

.faq .sub_ttl{
	text-align: center;
}

.faq_accordion .faq_item{
	position: relative;
}

.faq_accordion .faq_item::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.faq_item .qq{
	position: relative;
	font-size: 1.8rem;
	border: solid 1px #ccc;
	border-bottom: 0px;
	padding: 30px;
	padding-left: 70px;
	background-color: #fff;
	cursor: pointer;
}

.faq_item .qq::before{
	content: "Q";
	display: inline-block;
	position: absolute;
	font-weight: bold;
	font-size: 2.6rem;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	color: #31A468;
}

.faq_item .qq .add,.faq_item .qq .remove{
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 40px;
}

.faq_item .qq .remove{
	display: none;
}

/* .faq_item .qq.close{
	border-bottom: 0;
} */

.faq_item .qq.close .add{
	display: none;
}

.faq_item .qq.close .remove{
	display: block;
}

.faq_item .qq::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-bottom: solid 1px #ccc;
	width: 100%;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	transition: all .3s;
}

.faq_item .qq.close::after{
	width: calc(100% - 60px);
}

.faq_item .text{
	display: none;
}

.faq_item .aa{
	position: relative;
	padding-left: 45px;
	padding: 30px;
	padding-left: 70px;
	border: solid 1px #ccc;
	border-top: 0px;
	background-color: #fff;
	font-size: 1.6rem;
}

.faq_item .aa::before{
	content: "A";
	display: inline-block;
	position: absolute;
	font-weight: bold;
	font-size: 2.6rem;
	top: 50%;
	left:27px;
	color: #31A468;
	transform: translateY(-50%);
}

.faq_item+.faq_item{
	margin-top: 20px;
}

.faq_accordion .faq_item .btn{
	position: relative;
	display: block;
	letter-spacing: 0.07em;

	border-bottom: dashed 3px #31A468;
	width: fit-content;
	padding-right: 25px;
	margin-top: 5px;
}

.faq_accordion .faq_item .btn:hover{
	opacity: 0.75;
}

.faq_accordion .faq_item .btn::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: #31A468;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	width: 17px;
	top: 48%;
	right: 0;
	transform: translateY(-50%);
}

.faq_accordion .faq_item .btn::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow_w.png);
	aspect-ratio: 1 / 1;
	width: 12px;
	background-size: cover;
	background-position: center;
	top: 48%;
	right: 2px;
	transform: translateY(-50%);
}

.flow{
	background-color: #FEF2E2;
}

.flow .sub_ttl{
	text-align: center;
}

.flow .item h4{
	position: relative;
	font-size: 2.2rem;
	margin-bottom: 15px;
	padding-bottom: 3px;
}

.flow .item+.item{
	margin-top: 30px;
}

.flow .item h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #ccc;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
}

.flow .item h4::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 2px;
	border-radius: 4px;
}

.flow .item_list{
	position: relative;
	padding-left: 200px;
}

.flow .item_list::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: solid 3px #31A468;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
}

.flow .item{
	position: relative;
	background-color: #fff;
	padding: 35px;
	border-radius: 10px;
}

.flow .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: dotted 4px #31A468;
	top: 50%;
	left: -200px;
	width: 200px;
}

.flow .item::after{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: 20px;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}

.flow .item p.en{
	color: #31A468;
	font-weight: 600;
}

.flow .item .left{
	width: 38%;
}

.flow .item .right{
	width: 58%;
}

.flow .item .left .img img{
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

@media (max-width: 1200px){
	.flow .item_list{
		padding-left: 80px;
	}
	.flow .item::before{
		width: 80px;
		left: -80px;
	}
	.flow .item .left .img img{
		aspect-ratio: auto;
		height: 260px;
	}
	.guide_top .inner{
		padding: 60px 40px;
	}
	.guide_top .ac_img{
		width: 180px;
	}
	.faq .ac_img{
		right: 20px;
		width: 200px;
	}
}

@media (max-width: 740px){
	.guide_top .ac_img{
		width: 130px;
		top: -10px;
		right: -10px;
	}
	.guide_top .inner{
		padding: 40px 20px;
	}
	.info_table th, .info_table td{
		font-size: 1.45rem;
	}
	.info_table th{
		width: 30%;
	}
	.info_table td{
		width: 70%;
	}
	.info_table th, .info_table td{
		padding-left: 17px;
	}
	.flow .item::before{
		width: 50px;
		left: -50px;
	}
	.flow .item_list{
		padding-left: 50px;
	}
	.flow .item::after{
		width: 15px;
	}
	.flow .item{
		flex-direction: column;
		padding: 25px;
	}
	.flow .item .left{
		width: 100%;
	}
	.flow .item .right{
		width: 100%;
		margin-top: 20px;
	}
	.flow .item h4{
		font-size: 1.8rem;
	}
	.flow .item .left .img img{
		height: 200px;
	}
	.faq .ac_img{
		width: 120px;
	}
	.faq .animal{
		width: 80px;
		left: 0;
		bottom: -60px;
	}
	.faq .menu_list ul li{
		width: calc((100% - 6px) / 3);
	}
	.faq .menu_list ul li:nth-child(n+4){
		margin-top: 2px;
	}
	.faq .menu_list ul{
		flex-wrap: wrap;
	}
	.faq .menu_list ul li a{
		padding: 8px 0;
	}
	.faq .menu_list{
		top: 85px;
	}
	.faq .m_area h4{
		font-size: 1.8rem;
	}
	.faq_item .qq{
		padding-left: 30px;
		font-size: 1.4rem;
		padding-right: 55px;
		line-height: 1.6;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 40px;
	}
	.faq_item .qq::before{
		left: 10px;
		font-size: 1.8rem;
	}
	.faq .m_area .box{
		padding-bottom: 40px;
		margin-top: -40px;
		padding-top: 40px;
	}
	.faq_item .aa::before{
		font-size: 1.8rem;
		left: 10px;
	}
	.faq_item .aa{
		padding: 20px 30px;
	}
	.faq_item .qq .add, .faq_item .qq .remove{
		width: 22px;
	}
	.faq{
		padding-bottom: 40px;
	}
	.faq_item .aa{
		font-size: 1.3rem;
		padding-left: 40px;
	}
	.faq_item+.faq_item{
		margin-top: 15px;
	}
	
}



/*  法人案内ページ */


.greeting .txt_box p+p{
	margin-top: 25px;
}

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

.greeting .btm .bb{
	font-size: 1.5em;
}

.greeting .left{
	width: 45%;
}

.greeting .right{
	width: 50%;
}

.greeting .left img{
	width: 100%;
	height: 560px;
	object-fit: cover;
	border-radius: 20px;
}

.greeting .sub_ttl{
	text-align: center;
}

.greeting{
	position: relative;
}

.greeting .ac_img{
	position: absolute;
	bottom: -170px;
	right: 30px;
	width: 300px;
	z-index: 2;
}

.greeting .ac_img02{
	position: absolute;
	top: 100px;
	left: 20px;
	width: 240px;
}


.overview{
	background-color: #FEF2E2;
}

.overview .sub_ttl{
	text-align: center;
}



.overview .inner{
	background-color: #fff;
	padding: 50px 80px;
	border-radius: 20px;
}

.related{
	position: relative;
	background: url(../img/top03.jpg);
	background-size: cover;
	background-position: center;
}

.related::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: rgb(255, 255, 255,0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.related .inner{
	position: relative;
	background-color: #fff;
	padding: 50px 80px;
	border-radius: 20px;
	z-index: 1;
}

.related .sub_ttl{
	text-align: center;
}

.related .left{
	width: 48%;
}
.related .right{
	width: 48%;
}

.related .left a{
	display: block;
	margin-top: 10px;
}

.related .m_txt{
	font-size: 1.6rem;
}

.related h4{
	font-size: 2.4rem;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dotted 4px #31A468;
}

.related .map iframe{
	width: 100%;
	height: 420px;
}

.related .left_top{
	background-color: #e9f1e7;
	padding: 25px;
	border-radius: 5px;
	margin-bottom: 60px;
}

.related .left_top a{
	text-decoration: underline;
}

.related .left_top a:hover{
	opacity: 0.8;
}

.related .img{
	margin-bottom: 30px;
}

.related .img img{
	height: 480px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.information{
	position: relative;
	background-color: #31A468;
}

.information .bg_img{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.information .inner{
	background-color: #fff;
	padding: 50px 60px;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.information .item_area{
	flex-wrap: wrap;
}

.information .sub_ttl{
	text-align: center;
}
.information .txt_box{
	text-align: center;
	margin-bottom: 40px;
}

.information .btn a{
	display: block;
	background-color: #ffe869;
	text-align: center;
	padding: 20px 0;
	letter-spacing: 0.04em;
	font-size: 1.8rem;
}
.information .btn a i{
	margin-right: 5px;
}

.information .btn a:hover{
	opacity: 0.8;
}


.information .btn{
	width: calc(50% - 5px);
}

.information .btn:nth-child(n+3){
	margin-top: 10px;
}

.tel_btn{
	position: relative;
	text-align: center;
	background-color: #FEF2E2;
	padding: 50px 80px;
	border-radius: 30px;
	width: fit-content;
	margin: 0 auto;
}

.tel_btn .ac_ill{
	position: absolute;
	bottom: 0;
	right: -260px;
	width: 160px;
}

.tel_btn .ac_ill02{
	position: absolute;
	top: 0;
	width: 140px;
	left: -240px;
}

.tel_btn .list{
	width: fit-content;
	margin: 0 auto;
	text-align: left;
}

.tel_btn a{
	display: block;
	font-size: 4rem;
	font-weight: 600;
	color: #31A468;
	width: fit-content;
	margin: 0 auto 15px;
}

.tel_btn a:hover{
	opacity: 0.75;
}

.tel_btn a i{
	font-size: 0.8em;
	margin-right: 7px;
}

.p_contact .tel_btn h4{
	margin-bottom: 15px;
}



input[type="text"]{
	height: 45px;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}

input[type="text"].mini{
	width: 120px !important;
}

input[type="email"]{
	height: 45px;
	padding: 10px;
	background: #fff;
}


input{
	appearance: auto;
}


input[type="checkbox"] + label{
	cursor: pointer;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

textarea{
	padding: 10px;
	font-size: 1.6rem;
	background: #fff;
	width: 100% !important;
	height: 120px !important;
}

.contact_table{
	width: 100%;
}

.contact_table th span,.form_attention span{
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	background-color: #31A468;
	padding: 4px 8px 3px;
	color: #fff;
}

.contact_table th span.ac.nini{
	border: solid 1px #31A468;
	background-color: #fff;
	color: #31A468;
}

.contact_table th{
	font-weight: 500;
	letter-spacing: 0.1em;
	padding: 20px 0;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	border-bottom: solid 1px #ccc;
}

.contact_table td{
	padding: 20px 0;
	width: 70%;
	border-bottom: solid 1px #ccc;
}



button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 10px 0 7px;
	letter-spacing: 0.05em;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #31A468;
	border: solid 2px #31A468;
	color: #fff;
	font-size: 1.5rem;
	margin-top: 40px;
	font-weight: bold;
}

.form_btn button:hover{
	opacity: 0.7;
}

.form_attention{
	margin-top: 50px;
	font-size: 1.4rem;
}


.form_attention p+p{
	margin-top: 10px;
}

.form_attention p a:hover{
	opacity: 0.75;
}


.postal_btn{
	background-color: #31A468;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

.contact_table .flex{
	margin-bottom: 10px;
}

.contact_table .mark{
	line-height: 40px;
	padding: 0 5px;
	padding-right: 10px;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}


.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.4rem;
	text-align: left;
	letter-spacing: 2px;
	line-height: 200%;
	color: #555;
}

.form_accordion h5{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 26px;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
	color: #333;
}

.form_accordion h5::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/check.jpg);
	background-size: cover;
	background-position: center;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 1.6rem;
	letter-spacing: 2px;
	padding: 0.8% 1%;
	display: block;
	color: #31A468;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	background-color: #fff;
	border-radius: 30px;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #31A468;
	border-right: 2.5px solid #31A468;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.co_open{
	height: 0;
	overflow: hidden;
}


.contact_table .ib td .che_box{
	margin-right: 40px;
	display: inline;
}

#mailformpro{
	max-width: 1080px;
	margin: 0 auto;
}
.mailarea{
	background-color: #FEF2E2;
	padding: 60px 40px;
	margin-top: 60px;
	border-radius: 30px;
}

.p_contact .sub_ttl{
	text-align: center;
}

.p_contact .fir{
	text-align: center;
	font-size: 2rem;
margin-bottom: 50px;
}

.p_contact h4{
	position: relative;
	text-align: center;
	font-size: 3.2rem;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.p_contact h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #31A468;
	height: 3px;
	width: 90px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}


@media (max-width: 1200px){
	.overview .inner{
		padding: 50px 40px;
	}
	.greeting .flex_bet{
		flex-direction: column;
	}
	.greeting .left{
		width: 100%;
	}
	.greeting .right{
		width: 100%;
		margin-top: 40px;
	}
	.greeting .left img{
		height: 400px;
	}
	.greeting .ac_img02{
		width: 180px;
	}
	.greeting .ac_img{
		width: 220px;
		bottom: -140px;
	}
	.overview .img img{
		height: 400px;
	}
	.related .item_area{
		flex-direction: column;
	}
	.related .left{
		width: 100%;
	}
	.related .right{
		width: 100%;
	}
	.related .left_top{
		margin-bottom: 30px;
	}
	.related .right{
		margin-top: 40px;
	}
	.information .btn:last-child{
		width: 100%;
	}
	.tel_btn .ac_ill{
		width: 120px;
		right: -50px;
	}
	.tel_btn .ac_ill02{
		width: 100px;
		left: -80px;
	}
	.contact_table th{
		width: 100%;
		display: block;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.contact_table td{
		width: 100%;
		display: block;
	}
}

@media (max-width: 740px){
	.greeting .left img{
		height: 300px;
	}
	.greeting .txt_box p+p{
		margin-top: 15px;
	}
	.overview .inner{
		padding: 40px 20px;
	}
	.overview .img img{
		height: 200px;
		border-radius: 10px;
	}
	.info_table th, .info_table td{
		padding-left: 10px;
	}
	.related .map iframe{
		height: 350px;
	}
	.information .inner{
		padding: 40px 20px;
	}
	.information .btn{
		width: 100%;
	}
	.information .btn a{
		font-size: 1.4rem;
	}
	.information .btn+.btn{
		margin-top: 6px;
	}
	.information .txt_box{
		margin-bottom: 25px;
	}
	.greeting .btm{
		margin-top: 25px;
	}
	.greeting .ac_img02{
		width: 150px;
		left: -40px;
	}
	.greeting .ac_img{
		width: 140px;
		bottom: -100px;
	}
	.related .inner{
		padding: 40px 20px;
	}
	.p_contact h4{
		font-size: 2.2rem;
	}
	.tel_btn a{
		font-size: 2.8rem;
	}
	.tel_btn{
		padding: 30px;
		border-radius: 20px;
	}
	.tel_btn .ac_ill{
		width: 70px;
		right: -10px;
		bottom: -30px;
	}
	.tel_btn .ac_ill02{
		width: 60px;
		left: -10px;
		top: -20px;
	} 
	.mailarea{
		border-radius: 20px;
		margin-top: 30px;
		padding: 40px 20px;
	}
	.p_contact .fir{
		font-size: 1.6rem;
		margin-bottom: 30px;
	}
	.contact_table .ib td .che_box{
		display: block;
	}
}



/*thanksページ*/



.kasou.thanks .kasou_top{
	margin-bottom: 0;
}

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
	margin-bottom: 30px;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #31A468;
	line-height: 1;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #31A468;
    color: #31A468;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    background-color: #31A468;
	color: #fff;
}

.thanks .custom-shape-divider-bottom-1763002765 .shape-fill{
	fill: #fff;
}

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
	.thanks_attention{
		font-size: 1.4rem;
	}
	.thanks_ttl .ja{
		font-size: 2.6rem;
		margin-top: 5px;
	}
}

