@charset "UTF-8";
/* CSS Document */
@media (min-width: 960px){
	.sptb,.navToggle,nav.globalMenuSp{
		display: none !important;
	}	
}
@media (min-width: 750px){
	.sp{
		display: none !important;
	}	
}
@media (min-width: 450px){
	.sp450{
		display: none !important;
	}	
}
body{
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: 400;
	background: #ffda04;
	color: #4d3a25;
}

a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
p{
	line-height: 200%;
}
h2,h3,h4{
	font-weight: 400;
}
::-webkit-scrollbar{
   width: 8px;
}
::-webkit-scrollbar-track{
   background-color: #fffde6;
}
::-webkit-scrollbar-thumb{
   background-color: #e536a5;
}
/* 見出し　==================== */

.txt_lv02{
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	margin-bottom: 30px;
	position: relative;
	text-align: center;
}

.txt_lv02::first-letter{
	color: #e536a5;
}
.txt_lv02 span.small{
	font-size: 80%;
}
.txt_lv02 span.hand{
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	font-size: 150%;
}
.txt_lv03{
	font-size: 1.3rem;
    font-weight: 600;
    width: fit-content;
    margin: auto;
   
}
.txt_lv03 i{
    color: #e536a5;
    font-size: 60%;
    vertical-align: middle;
}
.txt_copy01{
	text-align: center;
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	font-size: clamp(1.4rem, 0.7829rem + 2.1463vw, 2.5rem);
	margin-bottom: 15px;
	position: relative;
}
.txt_copy01::after{
	position: absolute;
	content: '';
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 45px;
	background: url("../img/point01.png") no-repeat;
	background-size: contain;
	background-position: center;
}
.txt_copy02{
	text-align: center;
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	font-size: clamp(1.8rem, 1.38rem + 1.4933vw, 2.5rem);
	width: fit-content;
	margin:0 auto 15px;
	position: relative;
	margin-top: 30px;
}
.txt_copy02::after{
	position: absolute;
	content: '';
	top: -20px;
	left: -30px;
	width: 50px;
	height: 40px;
	background: url("../img/point02.png") no-repeat;
	background-size: contain;
}
.txt_copy03{
	text-align: left;
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	font-size: clamp(1.5rem, 1.2rem + 1.0667vw, 2rem);
	line-height: 180%;
	margin-bottom: 15px;
}

.txt_small{
	font-size: 80%;
}
.txt_large{
	font-size: 120%;
	font-weight: 600;
	display: inline-block;
}


/* スペース調整======================================== */
.w960{
	max-width: 960px;
	margin: auto;
}
.h100{
	height: 100px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}


/* ヘッダー　======================================== */
header{
	width: 100%;
}
.site-header{
	background: rgba(255,218,4,0.0);
    position: fixed;
    transition: .5s;
    width: 100%;
	height: 120px;
	z-index: 11;
}
.site-header.transform{
    background: rgba(255,218,4,1.0);
	height: 150px;
}
.site-header .inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.top_title{
	position: fixed;
	top: 0;
	left: 10px;
}
.top_title h1 img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 300px;
	transition: 1s ease-out;
}
.top_title.resize h1 img {
	width: 120px;
}
.top_title h1 img:hover{
	transform: rotateY(270deg);
	
}

/* ヘッダー問い合わせボタン　================== */
.contact_wrap{
	display: flex;
	justify-content:flex-end;
	align-items: center;
	z-index: 20;
}
.top_contact{
}
.btn_header{
	text-align: center;
	width: 200px;
	height: 40px;
	background-color:#fff;
	color: #000;
	padding: 0.3em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	border-radius: 30px;
	margin-right: 15px;
	position: relative;
}
.btn_header::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn_header:hover{
	color: #59e6ff;
	transition: .5s;
}
.btn_header:hover::after{
	right: 10px;
	transition: .5s;
}
.tel_header{
	font-family: 'Yomogi', cursive;
	font-style: normal;
	font-weight: 400;
	display: block;
	text-align: center;
	vertical-align: middle;
	font-size: 2.2em;
	margin-right: 20px;
}
.tel_header a{
	color: #4d3a25;	
}
.tel_header a:hover{
	color: #e536a5;
}
.sns{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 5px 15px;
}
.sns a{
	text-align: center;
	background: #4d3a25;
	width: 45px;
	aspect-ratio:1 / 1;
	margin: 10px;
	padding: 8px 0 5px;
	font-size: 1.2rem;
	border-radius: 30px;
	color: #fff;
	transition: .5s;
}
.sns a:hover{
	color: #4d3a25;
	background:#fff; 
	text-shadow: 1px 1px 5px rgba(0,0,0,0.29);
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: calc(100% - 50px);
	margin-left: 50px;
	height: calc(100vh - 130px);
	margin-top: 80px;
	background:#fff;
	background-size: cover;
	background-position: center center;
	border-bottom-left-radius: 30px;
}
.top_slider .slider li.top01{
	background:url("../img/slide03.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 right 10%;
}

.slide_copy{
	position: absolute;
	bottom: 30%;
	left: 10%;
	color: #fff;
	background: url("../img/point03_w.png") no-repeat;
	background-position: left top;
	background-size: 50px;
	padding: 10px 10px 10px 40px;
}
.slide_copy h2{
	font-family: 'Yomogi', cursive;
	font-weight: 400;
	font-size: clamp(1.5rem, 0.6rem + 3.2vw, 3rem);
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
span.liner{
	background: linear-gradient(transparent 50%, rgba(255,218,4,0.5) 50%);
}
.slide_img{
	position: absolute;
	bottom: 100px;
	left: 10%;
	width: 200px;
}
.slide_img img{
	width: 100%;
}
.slide_move{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
}

.loop_anime{
	background-image: url("../img/cut_car02.png") ;
	background-repeat: no-repeat;
	animation: loop 10s linear infinite;
	background-size: 200px;
	background-position: bottom;
	width: 100%;
	height: 180px;
}
@keyframes loop {
    from {
        background-position: right 0 center;
    }
    to {
        background-position:left -100% center; 
    }
}

/* ボタン　================================================== */
.button_wrap{
	width: fit-content;
	margin: auto;
}
.button_wrap_left{
	width: fit-content;
	margin: 0 15px 0 auto;
}
.button_wrap_contact{
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background-color:#4d3a25;
	color: #fff;
	border:solid 1px #4d3a25;
	padding: 0.8em;
	position: relative;
	border-radius: 30px;
	font-size: 1em;
	font-weight: 500;
	transition: .5s;
}
.btn01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	transition: .5s;
}
.btn01:hover{
	color: #4d3a25;
	background: #fff;
	transition: .5s;
}
.btn01:hover::after{
	right: 10px;
	transition: .5s;
}

/* メインナビ　======================================== */
.main_nav{
	position: sticky;
	top: 50px;
	left: 0;
	z-index: 20;
}
.main_nav ul{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
	padding: 6px 0;
}
.main_nav ul li{
	width: 100%;
	border-right: solid 1px #4d3a25;
	box-sizing: border-box;
	font-size: 0.9rem;
}
.main_nav ul li span{
	font-family: 'Yomogi', cursive;
	font-style: normal;
	font-weight: 400;
	font-size: 200%;
	display: block;
}
.main_nav ul li::first-letter{
	color: #e536a5;
}
.main_nav ul li:last-child{
	border-right:none;
}
.main_nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #4d3a25;
	transition: .5s ease;
}
.main_nav ul li a:hover{
	padding: 5px 0 15px;
}


/* 最大表示幅枠　======================================== */
.wrapper{
	max-width: 1920px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

/* 各コンテンツ枠　======================================== */
.contents{
	padding:70px 0;
	width: 100%;
}
.contents_in{
	max-width: 960px;
	margin: auto;
}
.contents_in_wide{
	width: calc(100% - 30px);
	
	max-width: 1366px;
	margin: auto;
	padding:0 15px;
}
.wrap80{
	padding: 0 10%;
}

.img16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 30px;
	object-fit: cover;
}
.img4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 30px;
	object-fit: cover;
}
.img3-2{
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 30px;
	object-fit: cover;
}
.img2-3{
	width: 100%;
	aspect-ratio: 2 / 3;
	border-radius: 30px;
	object-fit: cover;
}
.img1-1r{
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	object-fit: cover;
}
/* 背景======================================== */

.bg_in_w{
	background:rgba(255,255,255,0.95);
	border-radius: 30px;
	padding: 50px 15px;
}
.bg_img01{
	background: url("../img/bg_texture01.png") repeat;
	background-color: #fff;
}
.bg_lemon{
	background: #fff352;
}
/* レイアウト基本======================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001 figure{
	width: calc(100% - 20px);
	margin: 10px;
	background: #ffda04;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.card001 figure img{
	width: 100%;
}

.card001 h4{
	font-family: 'Yomogi', cursive;
	text-align: center;
	font-size: 1.5rem;
}
.card001 h4 span{
	color: #e536a5;
	font-size: 200%;
}
.card001 figcaption{
	padding: 10px;
}
.card001 p{
	text-align: center;
}

.card001_3{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
}
.card001_3 figure{
	width: calc(100% - 30px);
	margin: 15px;
}
.card001_3 figure img{
	width: 100%;
	border-radius: 50%;
}


.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 .txt ,.card002 .img{
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}

.card003{
	display: flex;
	justify-content: center;
	align-content: center;
	margin-bottom: 50px;
}
.card003 .img{
	width: 30%;
	max-width: 350px;
	padding: 10px;
	align-self: center;
}

.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px;
	align-self: center;
}
.menu .txt_lv03{
	margin: 0 auto 1em 0;
}
.menu ul li{
	font-size: 1rem;
	margin-bottom: 0.5em;
	border-bottom:  dashed 1px #4d3a25;
	text-indent: -1em;
	padding-left: 1em;
}



/* 挨拶　======================================== */
.greeting{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: auto;
	padding: 70px 10px;
	overflow: hidden;
}
.greeting_in{
	width: 50%;
	padding: 20px 30px 10px;
	align-self: stretch;
}
.txt_wrap_left{
	max-width: 460px;
	height: 100%;
	margin: 0 auto 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.greeting p{
	font-size: 1em;
	line-height: 200%;
	margin-bottom: 1em;
}
.greeting .gimg01{
	width: 100%;
	border-radius: 0 30px 30px 0;
}
.txt_wrap_right{
	width: 460px;
	height: 100%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.greeting_btn{
	margin-top: 50px;
}

/* table ============================== */
.triangle table {
	border-collapse: collapse;
    border-spacing: 2px;
    margin: 0 auto;
    padding: 0;
	width:100%;
}

.triangle table tr{
    border-bottom: solid 2px white;
}

.triangle table tr:last-child{
    border-bottom: none;
}

.triangle table th{
    position: relative;
    width: 20%;
    background-color: #4d3a25;
    color: white;
    text-align: center;
    padding: 10px 0;
}

.triangle table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #4d3a25;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.triangle table td{
    text-align: left;
    padding: 10px 0 10px 20px;
}

/* リンクバナー　================================================== */
.banner_wrap{
	padding: 50px 10px;
	background: #59e6ff;
}
.banner_link{
	margin:auto;
	max-width: 700px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.banner_link img{
	width: 100%;
	transition-duration: 0.5s;
	vertical-align: middle;
}

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

/* コンテンツリンク　================================================== */
.grid {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 1rem 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px;
	width: calc(100% / 3 - 20px);
	min-width: 300px;
	max-width: 450px;
	aspect-ratio: 4 / 3;
	height: auto;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	object-fit: cover;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-goliath {
	background: #000;
	transition: .5s;
}

figure.effect-goliath img,
figure.effect-goliath h3 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	cursor: pointer;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h3{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	font-size: 1.2em;
}

figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px 30px;
	text-transform: none;
	font-size: 0.9rem;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
figure.effect-goliath:hover{
	background:#e536a5;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h3 {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.map iframe{
	filter:hue-rotate(320deg);
	vertical-align: middle;
}


/* フッター部分　================================================== */
footer{
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center;
}
footer h2{
	text-align: center;
	font-size: 1.2rem;
}
footer h2 img{
	width: 250px;
	transition: 1s;
}
footer h2 img:hover{
	transform: rotateY(270deg);
}
footer h2 a{
	color: #fff;
}
footer p.title{
	text-align: center;
	font-weight: 500;
	line-height: 100%;
	font-size: 1.2rem;
}

.footer_in{
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 20px;

}
.footer_in .txt{
	width: 100%;
	align-self: center;
}

.footer_in .phone{
	text-align: center;
	font-family: 'Yomogi', cursive;
	font-size:2em;
	padding: 10px 0;
}
.footer_in .phone a{
	color: #4d3a25;
}
.footer_in .phone a:hover{
	color: #e536a5;
	transition:all .5s ease-in;
}

footer small p{
	color: #fff;
	padding: 0.5em 0;
	background: #4d3a25;
	text-align: center;
}
/* footerSNS　================================================== */
.sns_f ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
.sns_f ul li{
	font-size: 1.25em;
	padding: 0.5em 1em;
}
.sns_f ul li a{
	color: #4d3a25;
	transition: .5s;
}
.sns_f ul li a:hover{
	color: #e536a5;
}
/* スマートフォン固定ボタン==================== */
.sp_contact{
	display: none;
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 999;
	background: #00afcc;
}
.sp_contact_inner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sp_contact_inner a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
	font-size: 0.9em;
}
.sp_contact_inner a.mail{
	color: #fff;
	background:#e536a5; 
	transition: .5s;
}
.sp_contact_inner a.phone{
	color: #fff;
	background:#59e6ff;
	transition: .5s;
}
.sp_contact_inner a.mail:hover{
	background:#99256e;
}
.sp_contact_inner a.phone:hover{
	background:#368a99;
}

/* サブページ ================================================== */
.subpage .top_title h1 img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 200px;
	transition: .5s ease-out;
}
.subpage .top_title.resize h1 img {
	width: 80px;
}

.subtitle{
	width: 100%;
	height: 480px;
	position: relative;
	background: #ffda04;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.subbg{
    position: relative;
	width: calc(100% - 50px);
	margin-left: 50px;
	height: 350px;
	margin-top: 80px;
	background:linear-gradient(rgba(255,218,4,0.3),rgba(255,218,4,0.3)), url("../img/sub_bg04.jpg");
	background-size: cover;
	background-position: center right;
	border-bottom-left-radius: 30px;
}

.subbg02{
    position: relative;
	width: calc(100% - 50px);
	margin-left: 50px;
	height: 350px;
	margin-top: 80px;
	background-image: url("../img/sub_img01.png"), url("../img/bg_texture01.png");
	background-repeat: no-repeat,repeat;
	background-color: #fff2b3;
	background-size: auto 90%, 250px;
	background-position: right 5% center ,left;
	border-bottom-left-radius: 30px;
}
.sub_copy h2{
	position: absolute;
	top:35%;
	left: 50%;
    transform: translateX( -50%);
	width: fit-content;
	text-align: center;
	font-size: clamp(1.5rem, 0.9578rem + 1.9277vw, 2.5rem);
    font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
	background: url("../img/point03_w.png") no-repeat;
	background-position: left top;
	background-size: 50px;
	padding: 10px 10px 10px 40px;
}
.sub_copy h2 .en{
    font-family: 'Yomogi', cursive;
    font-size: 200%;
	 white-space: nowrap
}
.sub_copy h2::first-letter{
    color: #e536a5;
}

.subtitle .slide_move{
    height: 150px;
	bottom: 15px;
	
}
.subtitle .loop_anime{
    background-size: 150px;
}

.breadcrumb{
	position: absolute;
	right: 30px;
	bottom: 10px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.breadcrumb li {
	color: #4d3a25;
	display: inline;
	list-style: none;
	transition: .5s;
}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
}
.breadcrumb li:last-child{
	display: inline-block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 18em;
}
.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #4d3a25;
	display: inline-block;
	transition: .5s;
}

.breadcrumb li a:hover {
	color: #e536a5;
}




.flex_contents{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #f5f5f5;
	padding: 10px;
	border-radius: 15px;
	border:solid 1px #e536a5;
}
.flex_contents .photo{
	width: 100%;
	max-width: 300px;
	padding: 10px;
}
.flex_contents .photo img{
	width: 100%;
}
.flex_contents .txt{
	flex: 1;
	padding: 10px;
}
.underline{
	background:linear-gradient(transparent 60%, #ff6 60%);
	font-weight: 500;
}

.img_center{
	text-align: center;
}
.img_center img{
	width: 90%;
	max-width: 600px;
	box-shadow: 10px 10px #e536a5;
}

.img_left{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0;
}
.img_right{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 30px 0 30px auto;
}

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 2px #e536a5;
	padding: 1em;
	width: 25%;
	min-width: 7em;
}
.line02 table td{
	border-bottom: solid 2px #4d3a25;
	padding: 1em;
}
.line02 table td i{
	color: #e536a5;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 1em;
}
.line02 dl dt{
	font-weight: 500;
	color: #59e6ff;
}
.line02 dl dd{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #4d3a25;
}
.qa-list dl:first-child {
    border-top: 1px solid #4d3a25;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #4d3a25;
    border-right: 2px solid #4d3a25;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: 'Q.';
    color: #5437e6;
	font-family: 'Yomogi', cursive;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #e536a5;
	font-family: 'Yomogi', cursive;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
}
/* カルーセルスライダー ============================================================ */
.carousel_wrap2{
	width: 100%;
	overflow-x: hidden;
	margin-top: 50px;
}
.carousel2 {
	width: 100%;
}

.carousel2 .inner {
	overflow: hidden;
	padding: 15px;
}
.carousel2 .inner:nth-child(odd){
	transform: translateY(15px);
}
.carousel2 img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	border-radius: 10px;
	object-fit: cover;
}


/* メールフォーム　================================================== */
.contact_phone{
    text-align: center;
    font-size: clamp(1.5rem, 0.9rem + 2.1333vw, 2.5rem);
    font-family: 'Yomogi', cursive;
}
.contact_phone a{
    color: #4d3a25;
    transition: .5s;
}

.contact_phone a:hover{
    color: #e536a5;
}

.contact{
	padding: 10px;
}
#mailform{
	width: 100%;
	padding: 20px 0;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-top: solid 1px #666;
}
#mailform table th{
	width: 220px;
	text-align: left;
	padding: 1rem;
	vertical-align: middle;
	line-height: 120%;
}
#mailform table td{
	padding: 1rem 0 1rem 1rem;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0.5rem 0 0.5rem 1rem ;
	font-size: 0.9rem;
}
#mailform .form_input,#mailform textarea{
	background:#f5f5f5;
	color: #1a1a1a;
	width: 100% !important;
	padding: 1rem;
	border-radius: 5px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#e536a5;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 1em;
	font-weight: 400;
	background:#e536a5;
	color:#fff ;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #fff;
	background:#4d3a25;
}
.infobox{
	margin-bottom: 30px;
	padding: 10px;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding: 1rem;
}
.infobox h5{
	margin-top: 1em;
}
.infobox h5 i{
	color: #e536a5;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 1em;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#e536a5;
	padding: 0.25em 1em;
	color: #fff;
}
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 5 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: #e536a5;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
	opacity: 1;
}


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

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: #e536a5;
	border-color: #e536a5;
}

input:checked + label.check-label:after {
	transform: rotate(-45deg) scaleX(1);
}

/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: rgba(26,26,26,1.0);
	opacity: 0.8;
	z-index: 999;
	border-radius: 50%;
}
#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: 15px;
	bottom: 0;
	right: 0;
	left: 10px;
	margin: auto;
	text-align: center;
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 100px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


