@charset "UTF-8";
/* CSS Document */

@media (min-width: 1200px){
	.navToggle,.globalMenuSp ,.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp_only{
		display: none!important;}
	}

/* all */
body{
	color: #42210b;
	background-color: #f8f4e6;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
p{
	line-height: 180%;
	font-size: 1.1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
.wrap1em{
	padding:0 1em 1em;
}
/* 背景　*/
.bg_w{
	background-color: #fff;
}
.bg_orange{
	background-color: #f3981d;
}
.bg_w_img{
	background: url("../img/bg_sakura.png") no-repeat;
	background-position: right bottom;
	background-color: #fff;
}
.bg_w_img_l{
	background: url("../img/bg_sakura_l.png") no-repeat;
	background-position: left bottom;
	background-color: #fff;
}
.bg_w02{
	background-color: rgba(255,255,255,0.55);
}

.bg_light{
	background: #f8f4e6;
}

.bg_w_inner{
	background-color: rgba(255,255,255,0.55);
	padding: 20px;
	border-radius: 15px;
}

/* 見出し　テキスト　*/
.txt_lv02{
	font-size: 2.5em;
	margin-bottom: 30px;
	line-height: 120%;
	text-align: center;
}
.txt_lv02 span{
	font-family: 'Abel', sans-serif;
	font-size: 80%;
	padding-bottom: 5px;
	color: #f3981d;
}
.txt_lv02::first-letter{
	color: #65ab31;
}
.txt_lv02 img{
	width: 30px;
	margin-top: 10px;
}
.txt_lv03{
	font-size: 1.2em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 30px;
}
.txt_lv03 span{
	color: #65ab31;
	font-size: 150%;
	font-family: 'Abel', sans-serif;
}
.txt_lv04{
	color: #f3981d;
	font-size: 1.2em;
}
.txt_lv05{
	font-weight: 500;
	font-size: 1em;
	background:#f2dec2;
	width:fit-content;
	padding: 0.25em 1em;
	border-radius: 30px;
	margin-bottom: 1em;
}
.txt_lv05::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f111';
	padding-right: 6px;
	color: #fff;
}
.txt_copy01{
	font-size: 1.8em;
	line-height: 150%;
	text-align: center;
	vertical-align:middle;
	background: url("../img/bg_sakura_tl.png") ,url("../img/bg_sakura_br.png");
	background-repeat: no-repeat;
	background-position: top left , bottom right;
	background-size: auto 80%;
	width: fit-content;
	margin: auto;
	padding: 50px 150px;
	margin-bottom: 50px;
}
.txt_copy01 span{
	font-size: 80%;
	font-family: 'Abel', sans-serif;
	color: #65ab31;
}
.txt_copy02{
	text-align: center;
	font-size: 1.5rem;
	background: url("../img/i_sakura_0.png") no-repeat;
	background-position: bottom center;
	background-size: 2rem;
	padding-bottom: 2rem;
	font-weight: 500;
}


span.bold{
	font-size: 1.2em;
	font-weight: 500;
}


span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1.2em;
	display: inline-block;
}


/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.photo_flex div{
	width: 100%;
	padding: 5px;
}
.photo_flex img{
	width: 100%;
	
}
.photo_flex .img{
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
}
.photo_flex .img4-3{
	width: calc(100% / 3);
	padding: 10px;
	margin-bottom: 15px;
}
.photo_flex .img4-3 img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	background: rgba(255,255,255,0.49);
	border-radius: 10px;
}

.photo_flex h4{
	font-size: 1rem;
	text-align: center;
}

/* Loading背景画面設定　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url("../img/bg_img01.png") no-repeat;
	background-size: cover;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:300px;
}

header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	height: 100px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
	border-radius: 0 0 30px 30px;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.site-header h1{
	line-height: 40px;
	vertical-align: middle;
	position: relative;
	transition: .5s;
	font-size: 1rem;
	font-family: 'Noto Serif JP', serif;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 100px;
	vertical-align: middle;
	padding: 10px 0;
	transition: .5s;
}
.site-header h1 a{
	color: #42210b;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}
.header_phone h2{
	text-align: right;
	display: block;
	font-size: 2em;
	line-height: 100%;
	margin-top: 5px;
	margin-right: 20px;
}
.header_phone h2 a{
	display: block;
	color: #42210b;
	width: 100%;
	height: 100%;
	line-height: 100%;
	transition:all .5s ease-in;
}
.header_phone h2 :hover{
	color: #65ab31;
	transition:all .5s ease-in;
}
.header_phone h3{
	display: block;
	width: 200px;
	text-align: center;
	font-size: 1em;
	line-height: 100%;
	border-radius: 30px;
	background:#65ab31;
	margin-right: 20px;
	transition:all .5s ease-in;
}
.header_phone h3 a{
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-radius: 30px;
	color: #fff;
	transition:all .5s ease-in;
}
.header_phone h3 :hover{
	background: #42210b;
}
.header_phone p a{
	display: block;
	width: 40px;
	line-height: 40px;
	font-size: 1.1rem;
	vertical-align: middle;
	text-align: center;
	background: #f73131;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	transition: .5s;
}
.header_phone p a:hover{
	color: #f73131;
	background: #fff;
}
.nav_wrap{
}

header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}
header nav ul li{
	margin: auto;
	padding: 0 10px;
	margin-left: 20px;
	padding-top: 1rem;
	line-height: 40px;
	font-size:1rem;
	position: relative;
	overflow: hidden;
	font-weight: 500;
}
header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #f3981d;
}
header nav ul li ::before{
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: url("../img//i_sakura_r.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all .5s;
	text-shadow: none;
}
header nav ul li a:hover{
	color: #42210b;
}
header nav ul li:hover ::before{
	transform: translateX(-50%)  rotateY(360deg);
	top: 0;
	opacity: 1;
}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.1;
}
.top_slider{
	position: relative;
	top: 100px;
	left: 30px;
	bottom: 30px;
	width: calc(100% - 60px);
	border-radius: 30px;
	overflow: hidden;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: calc(100vh - 130px);
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: 90%;
	max-width: 600px;
}
/* コンテンツ
   ========================================================================== */

.contents{
	padding: 50px 0;
}

.contents_in{
	padding: 0 10px;
}
.contents_half_l{
	width: 55%;
	margin:0 auto 0 0;
	padding: 20px;
}
.contents_half_r{
	width: 55%;
	margin:0 0 0 auto;
	padding: 20px;
}

.card001{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card001 .img{
	width: calc(100% / 3 - 15px);
	margin: 15px;
	
}
.card001 .img img{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
}
.txt_wrap80{
	width: 80%;
	margin: auto;
}
.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 0 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .map{
	width: 100%;
	padding: 10px;
	text-align: center;
}
.card002 .map iframe{
	width: 100%;
	max-width: 450px;
	aspect-ratio: 4 / 3;
}

.card002 .img4-3{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.card002 .img4-3 img{
	width: 100%;
	max-width: 500px;
	aspect-ratio: 4 / 3;
	border-radius: 20px;
	object-fit: cover;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 30px;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	align-self: center;
	width: 300px;
}
.card003 .img img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}
.card003 .txt{
	flex: 1;
}

.icon_flex{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.icon_flex li{
	width: calc(100% / 5 - 20px);
	text-align: center;
	margin: 10px;
}
.icon_flex li img{
	width: 100%;
	padding: 10px;
	background: #8eceea;
	border-radius: 50%;
}
.icon_flex li h3{
	font-size: 1rem;
	
}



/* リンクバナー　================================================== */
.banner_wrap{
	padding: 50px 10px;
}
.banner_link{
	margin:auto;
	max-width: 700px;
	border-radius: 15px;
	overflow: hidden;
}
.banner_link img{
	width: 100%;
	transition-duration: 0.5s;
	vertical-align: middle;
}

.banner_link:hover img{
	transform: scale(1.1);
	transition-duration: 0.5s;
}

/* フッター部分　================================================== */
footer{
	background:url("../img/bg_img02.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}
footer nav{
	max-width: 700px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color: #42210b;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #f3981d;
	transition:all .5s ease-in;
}
footer h2 img{
	width: 300px;
	padding: 10px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	max-width: 1300px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	padding-top: 20px;
}

.footer_in p{
	color: #42210b;
	line-height: 120%;
}

.footer_in p.phone_buttom{
	text-align: center;
	font-size:2.5em;
	font-weight: 700;
	padding: 20px 0;
}
.footer_in p.phone_buttom a{
	color: #f3981d;
}
.footer_in p.phone_buttom a:hover{
	color: #991f58;
	transition:all .5s ease-in;
}
footer small p{
	color: #fff;
	text-align: center;
	padding: 15px;
	background: #65ab31;
}
.footer_in p.mail_buttom{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	margin: auto;
	font-size: 1.1em;
	font-weight: 700;
	
}
.footer_in p.mail_buttom a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	background:#f3981d;
	border-radius: 50px;
	transition:all .5s ease-in;
}
.footer_in p.mail_buttom a:hover{
	background:#42210b;
	transition:all .5s ease-in;
}
p.catch_footer{
	font-size: 1.5em;
	padding: 0.5em 0;
	font-family: 'Noto Serif JP', serif;
}

/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	height: 40px;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	border-radius: 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background:#f3981d;
	color: #fff;
	padding: 0.3em;
	border-radius: 30px;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn a:hover{
	color: #fff;
	background:#42210b;
	transition: .5s;
}
.btn:hover::after{
	right: 10px;
	transition: .5s;
}

/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 350px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	font-size: 1.5em;
	color: #fff;
	line-height: 120%;
	position: absolute;
	bottom: 18%;
	left: 50%;
	transform: translate(-50%);
	text-align: center;
}

.subtitle h2 span{
	display: block;
	color: #65ab31;
	font-size: 200%;
	font-family: 'Abel', sans-serif;
}
.sub_bg{
	background:linear-gradient(rgba(243,152,29,0.0) 0 70%,rgba(243,152,29,1.0)70% 100% ), url("../img/bg_sakura.png");
	background-repeat: no-repeat;
	background-position: center,right bottom;
	background-size: cover, auto 200%;
	background-color: #fff;
}

/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	width: 80%;
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom:10px;
	left: 30px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}

.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	transition: .5s;
}

.breadcrumb li a:hover {
	text-decoration:underline;
}
/* サブページコンテンツ
   ========================================================================== */

.copy_about{
	display: block;
	margin: auto;
	width: 650px;
	max-width: 100%;
}

/* table list================================================== */

.line01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.line01 table th{
	position: relative;
	text-align: left;
	width: 20%;
	padding: 1rem;
}
.line01 table th::after{
	display: block;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #f3981d;
	position: absolute;
	top:calc(50% - 1px);
	right:20px;
}

.line01 table td{
	text-align: left;
	width: 85%;
	padding: 1rem
}
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #f3981d;
	padding: 1em;
	width: 30%;
	font-weight: 600;
}
.line02 table td{
	border-bottom: solid 3px #ccc;
	padding: 1em;
	font-weight: 400;
}

.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #ccc;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	color: #65ab31;
	width: 25%;
	min-width: 6em;
	ont-weight: 600;
}

ul.type01{
	margin-left: 1em;
}
ul.type01 li{
	font-size: 0.9em;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
dl.type01{
	font-size: 0.9em;
	display: flex;
	margin-bottom: 0.5em;
}
.w6em{
	width: 6em;
}
.w14em{
	width: 14em;
}
ul.type02{
	margin-left: 1em;
	padding: 1em;
}
ul.type02 li{
	font-size: 1.1rem;
	border-bottom: dashed 1px #f3981d;
	margin-bottom: 1em;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 180%;
}

dl.type02{
	margin-left: 1em;
	margin-bottom: 0.5em;
	border-bottom: dashed 1px #ccc;
}
dl.type02 dt{
	font-size: 1em;
}
dl.type02 dd{
	font-size: 1em;
	font-weight: 500;
}

/* アンカーリンク ================================================== */
.anchor_link{
	width: 100%;
	height: 50%;
	position: sticky;
	top:100px;
	background: #f3981d;
	z-index: 10;
}
.anchor_link ul{
	display: flex;
	align-items:flex-end;
	max-width: 960px;
	margin: auto;
}
.anchor_link ul li{
	font-size: 0.9em;
    list-style-type: none;
    width: 100%;
	text-align: center;
	align-self: stretch;
}
.anchor_link ul li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	color: #fff;
	background: #f3981d;
	transition: .5s;
}
.anchor_link ul li a:hover{
	background: #fff;
	color: #f3981d;
}
.anchor_link ul li.menu_arrow{
	display: none;
}

/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

.flow_photo{
	width: 300px;
	text-align: center;
	padding: 15px;
	position: relative;
}
.flow_photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.h_number{
	position: absolute;
	top:-20px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	text-align: center;
	vertical-align: middle;
	background:url("../img/i_sakura_0.png") no-repeat;
	background-size: 100%;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 5px 5px #f3981d ,-5px -5px #f3981d ,5px -5px #f3981d ,-5px 5px #f3981d;
	font-size: 2.2em;
	font-weight: 700;
	z-index: 1;
}
.flow_txt{
	padding: 10px 10px 10px 30px;
	font-size: 1em;
	flex:1;
}
.flow_txt p{
	
}
.flow_txt h3{
	font-size: 1.2em;
	font-weight: 500;
	border-bottom: solid 3px #f3981d;
	margin-bottom: 10px;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#42210b;
}
.flow_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;font-weight: 500;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	width: 13rem;
	vertical-align: middle;
	background: #65ab31;
	border-radius: 30px;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #f3981d;
}

/* タイムライン1============================================================ */
.timeline{
	position: relative;
	width: calc(100% - 30px);
	margin: auto;
}
.timeline .timeline_inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	position: relative;
}
.timeline .timeline_inner::before{
	position: absolute;
    content: "";
    height: 125%;
    width: 8px;
    top: 25px;
    left: 36px;
    background: #f2dec2;
}
.timeline .timeline_inner:last-child::before{
	height: 5%;
	background-color: transparent;
}
.timeline .timeline_inner dt{
	width: 80px;
    height: 80px;
    line-height: 80px;
    background:#65ab31;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    z-index: 4;
    letter-spacing: 0.05em;
}
.timeline .timeline_inner dd{
	flex: 1;
    position: relative;
    left: 20px;
    margin-top: 10px;
    padding: 15px 10px 15px 30px;
    z-index: 2;
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
	border-left: solid 5px #f3981d;
}
.timeline .timeline_inner dd::after{
	border: solid transparent;
	content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:20px;
    border-right-width:20px;
    margin-top: -8px;
    border-right-color:#f3981d;
    right:100%;
    top:2rem;
}
.timeline .timeline_inner dd span{
	font-size: 80%;
}
.timeline_inner h4{
	border-bottom: dashed 1px #f3981d;
	margin-bottom: 1rem;
}


/* メールフォーム============================================================ */

.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#65ab31;
	color:#fff;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.contents_mail .bgleft span {
	position: relative;
	z-index: 3;
	color:#fff;
	transition: .5s;
}

/*== 背景が流れる*/
.contents_mail .bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#42210b;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.contents_mail .bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


#mailform{
	width: 100%;
	padding: 20px;
	margin: 30px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table th{
	width: 220px;
	text-align: left;
	padding: 1em;
	vertical-align: middle;
	line-height: 120%;
	color: #42210b;
}

#mailform table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
	margin-bottom: 0.5rem;
}
#mailform .form_input,#mailform textarea{
	background-color:#fff;
	width: 100% !important;
	padding: 5px 10px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #42210b;
	background:#f3981d;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#65ab31;
	color:#fff;
	border-radius: 30px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	background: #42210b;
}
::placeholder{
	color: #a0a0a0;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #42210b !important;
	font-size: 1em !important;
	padding: 1em 0;
}
.infobox h5{
	color: #42210b;
	border-bottom: solid 1px #ccc;
	margin-top: 1rem;
}
.infobox p{
	font-size: 0.8em !important;
	color: #42210b;
	padding: 0.5rem 1rem;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#65ab31;
	padding: 0.25em 1em;
	color: #fff;
	transition: .5s;
}
.postcord_btn:hover{
	background:#42210b;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}

label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #bdc3c9;
	opacity: 0;
	height: 12px;
	width: 12px;
	left: 9px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}
label.check-label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	margin-right: 30px;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}


input:checked + label.check-label:before {
  background-color: #f3981d;
  border-color: #f3981d;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 0;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
/* 準備中（ぼかし） ================================================== */
.wrap_blur{
	width: 100%;
	position: relative;
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(248, 244, 230, 0.8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 1;
}
p.disabled_text{
	position: absolute;
	top: 20%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 2rem;
	color: #333;
}


