@charset "UTF-8";
/*===================================
guide
===================================*/
/* 共通 */
.content_Wrap {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.fw6 {
	font-weight: 600;
}
.taC {
	text-align: center;
}

.btn_reserve {
	display: block;
	margin: 0 auto;
	background: #f05672;
	color: #fff;
	border: 2px solid #f05672;
	box-sizing: border-box;
	font-weight: 600;
	padding: 1.5em;
	border-radius: 0.5em;
	transition: .3s;
	text-align: center;
	/* width: 310px;
	font-size: min(1vw,14px); */
	width: 460px;
	font-size: min(1.5vw,21px);
}
.btn_reserve:hover {
	background: #fff;
	color: #f05672;
}
.bdrYlw {
	display: flex;
	flex-direction: column;
	gap: 0.25em;
}
.bdrYlw span {
	margin: 0 auto;
	display: block;
	width: fit-content;
	background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff571 60%, #fff571 100%);
	padding: 0.2em 0;
}

.sec_ttl_box {
	color: #fff;
	padding: 7% 0;
	text-align: center;
}
.sec_ttl_box .secTtl {
	width: 340px;
	padding: 0 0 1.75em;
	background: url(../img/ttl_bdr.png) no-repeat center bottom / contain;
	margin: 0 auto 1.75em;
}
.sec_ttl_box .secTtl h3 {
	font-family: "Damion", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: min(3.28vw,46px);
}
.sec_ttl_box .secTtl + p {
	font-size: min(2.28vw,32px);
}

.contact_box {
	text-align: center;
	padding: 110px 0;
}
.contact_box p {
	font-size: min(1.42vw,20px);
	margin-bottom: 1em;
}
.contact_box .btn_reserve {
	width: 460px;
	font-size: min(1.5vw,21px);
}



/* 個別 */
#mvWrap {
	background: url(../img/mv.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	padding: 18% 0 7em;
}
#mvWrap .btn_reserve {
	width: 310px;
	/*font-size: min(1vw,14px);*/
	font-size: min(1.14vw,16px);
}
.mv_mainBox--contents {
	padding: 0 0 7em;
}
.mv_mainBox--contents .top {
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.mv_mainBox--contents .top .pop {
	font-size: min(1.71vw,24px);
	position: absolute;
	top: -2.5em;
    left: -7em;
    transform: rotate(-10deg);
}
.mv_mainBox--contents .top .pop span {
	display: block;
	background: #2fb6a6;
	padding: 0.5em 1em;
	width: fit-content;
	position: relative;
}
.mv_mainBox--contents .top .pop span::before {
	content: "";
	display: block;
	width: 10px;
	height: 15px;
	background: #2fb6a6;
	clip-path: polygon(0 0,100% 0,100% 100%);
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.mv_mainBox--contents .top p {
	font-size: min(2.28vw,32px);
	display: inline-block;
	filter: drop-shadow(0 0 6px #000);
}
.mv_mainBox--contents h2 {
	font-size: min(3.07vw,43px);
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 0.5em 0;
	margin: 0.3em 0 0;
	filter: drop-shadow(0 0 6px #000);
}


#headWrap {
	background: #f1f1e5;
	text-align: center;
	padding: 130px 0;
}
#headWrap p.p1.sp { display: none; }
#headWrap p.p1 {
	font-size: min(2.28vw,32px);
	margin-bottom: 1em;
}
#headWrap p.p2 {
	font-size: min(1.14vw,16px);
	line-height: 1.75;
}


#flowWrap .sec_ttl_box {
	background: url(../img/bg_flow.jpg) no-repeat center center / cover;
}
.flow_list {
	padding: 30px 0 0;
}
.flow_list li {
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 100px 0 50px;
}
.flow_list li .flow_item--img {
	width: 56%;
	margin-right: -5%;
	z-index: 1;
}
.flow_list li:nth-child(even) .flow_item--img {
	order: 2;
	margin-left: -5%;
}
.flow_list li:nth-child(even) .flow_item--txt { order: 1; }
.flow_list li .flow_item--img figure {
	width: 78.8%;
	margin: 0 0 0 auto;
	position: relative;
}
.flow_list li .flow_item--img figure::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e2f2ed;
	position: absolute;
	top: -40px;
	left: -40px;
	z-index: -1;
}
.flow_list li:nth-child(even) .flow_item--img figure {
	margin: 0 auto 0 0;
}
.flow_list li:nth-child(even) .flow_item--img figure::before {
	left: auto;
	right: -40px;
}
.flow_list li .flow_item--txt {
	width: 49%;
	background: #fff;
	z-index: 2;
	padding-top: 1%;
	padding-left: 5%;
}
.flow_list li:nth-child(even) .flow_item--txt {
	padding-left: 0;
	padding-right: 5%;
}
.flow_list li .flow_item--txt > * {
	padding: 2.5% 30% 0 0;
}
.flow_list li:nth-child(even) .flow_item--txt > * {
	padding: 2.5% 0 0 30%;
}
.flow_list li .flow_item--txt h4 {
	font-family: "Damion", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: min(4vw, 56px);
    color: #2fb6a6;
    line-height: 0.6;
    width: 100%;
}
.flow_list li .flow_item--txt .flow_head_box {
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	gap: 20px 0;
	flex-wrap: wrap;
	position: relative;
}
.flow_list li .flow_item--txt .bdrYlw {
	font-size: min(1.92vw, 27px);
	letter-spacing: 0.16em;
	line-height: 0.7;
}
.flow_list li .flow_item--txt .bdrYlw span {
	margin: 0;
	padding-right: 1em;
}
.flow_list li .flow_item--txt .bdrNnm {
	height: 100%;
	width: 20px;
	background: linear-gradient(to right, #fff 0 calc(50% - 1px), #dcdcdc 50% calc(50% + 1px), #fff calc(50% + 1px) 100% );
	transform: rotate(30deg);
	padding-top: 20%;
	margin-bottom: -20px;
}
.flow_list li .flow_item--txt .jp {
	font-size: min(1.14vw, 16px);
}
.flow_list li .flow_item--txt .jp span {

}
.flow_list li .flow_item--txt .flow_copy_box {
	font-size: min(1.14vw, 16px);
	line-height: 2;
	margin: 1em 0 0;
}


#faqWrap {
	padding-bottom: 7%;
	background: url(../img/bg_faq.jpg) no-repeat center center / cover;
}
.faq_list {
	display: flex;
	gap: 40px 30px;
	flex-wrap: wrap;
}
.faq_list .faq_item {
	width: calc((100% - 30px) / 2);
	background: #fff;
	border-radius: 10px;
	padding: 4%;
}
.faq_item .inner_Q {
	background: url(../img/faq_line.png) no-repeat center bottom / contain;
	padding: 0 0 2em;
	margin-bottom: 1.5em;
}
.faq_item .inner_Q h4 {
	width: 100px;
	margin: 0 auto 1em;
}
.faq_item .inner_Q p {
	font-size: min(1.35vw,19px);
	line-height: 1.7;
}
.faq_item .inner_A {
}
.faq_item .inner_A h4 {
	font-family: "Damion", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: min(2.21vw, 31px);
	color: #a2d088;
	margin-bottom: 0.5em;
}
.faq_item .inner_A .p1 {
	font-size: min(1.14vw,16px);
	margin-bottom: 1.5em;
	letter-spacing: -0.1px;
}
.faq_item .inner_A .p2 {
	font-size: min(1vw,14px);
	line-height: 2;
}


#pointWrap .sec_ttl_box {
	background: url(../img/bg_point.jpg) no-repeat center center / cover;
}
.point_list {}
.point_list > [class^="point_"] {
	display: flex;
	aspect-ratio: 1745/534;
	background: #fff6e4;
	position: relative;
}.point_list > [class^="point_"]::after {
	content: "";
	display: block;
	width: 45px;
	height: 28px;
	background: #fff6e4;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.point_item--img,
.point_item--txt {
	width: 50%;
}
.point_list li:nth-child(even) .point_item--txt { order: 1; }
.point_list li:nth-child(even) .point_item--img { order: 2; }
.point_01 .point_item--img { background: url(../img/point_01.jpg) no-repeat center center / cover; }
.point_02 .point_item--img { background: url(../img/point_02.jpg) no-repeat center center / cover; }
.point_03 .point_item--img { background: url(../img/point_03.jpg) no-repeat center center / cover; }
.point_04 .point_item--img { background: url(../img/point_04.jpg) no-repeat center center / cover; }
.point_05 .point_item--img { background: url(../img/point_05.jpg) no-repeat center center / cover; }

.point_item--txt {
	display: flex;
	align-items: center;
	padding: 7.5%;
}
.point_list li:nth-child(odd) .point_item--txt { padding-right: 12.5%; }
.point_list li:nth-child(even) .point_item--txt { padding-left: 12.5%; }
.txt_inner h4 {
	font-family: "Damion", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: min(3.28vw, 46px);
    color: #898989;
    max-width: 65%;
    text-align: center;
    padding-bottom: 0.65em;
    background: url(../img/point_head.png) no-repeat center bottom / contain;
    margin-bottom: 0.75em;
}
.point_01 .txt_inner h4:first-letter { color: #4cbbb0; }
.point_02 .txt_inner h4:first-letter { color: #d5942e; }
.point_03 .txt_inner h4:first-letter { color: #9a368f; }
.point_04 .txt_inner h4:first-letter { color: #52b66f; }
.point_05 .txt_inner h4:first-letter { color: #ea5e81; }
.txt_inner span {
	display: inline-block;
	font-size: min(1.71vw,24px);
	margin-bottom: 0.75em;
}
.txt_inner p {
	font-size: min(1.07vw,15px);
	line-height: 2;
}



/*     tab
--------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){





}


/*     sp
--------------------*/
@media screen and (max-width: 767px) {

	/* 共通 */
	.btn_reserve {
		width: 90%!important;
		font-size: 20px!important;
		padding: 1.0em;
	}
	.sec_ttl_box {
		padding: 25px 0;
	}
	.sec_ttl_box .secTtl {
		width: 80%;
		padding: 0 0 1.25em;
		margin: 0 auto 1.25em;
	}
	.sec_ttl_box .secTtl h3 {
		font-size: 30px;
	}
	.sec_ttl_box .secTtl + p {
		font-size: 20px;
	}

	.contact_box {
		padding: 40px 0;
	}
	.contact_box p {
		font-size: 15px;
	}
	/*.contact_box .btn_reserve {
		width: 90%;
		font-size: 16px;
	}*/


	/* 個別 */
	#mvWrap {
		padding: 30% 0 2.5em;
	}
	/*#mvWrap .btn_reserve {
		font-size: 20px;
		padding: 1.0em;
	}*/
	.mv_mainBox--contents {
		padding: 0 0 2.5em;
	}
	.mv_mainBox--contents .top .pop {
		font-size: 17px;
		top: -4.0em;
		left: -1.5em;
	}
	.mv_mainBox--contents .top p {
		font-size: 24px;
	}
	.mv_mainBox--contents h2 {
		font-size: 32px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		line-height: 1.25;
	}

	#headWrap {
		padding: 50px 0;
	}
	#headWrap p.p1.pc { display: none; }
	#headWrap p.p1.sp {
		display: flex;
		font-size: 22px;
	}
	#headWrap p.p2 {
		font-size: 14px;
	}

	.flow_list {
		padding: 20px 0 0;
	}
	.flow_list li {
		padding: 60px 0 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	.flow_list li .flow_item--img {
		width: 70%;
		margin: 0 auto!important;
		order: 2!important;
	}
	.flow_list li:nth-child(even) .flow_item--img {
		margint: 0 auto;
	}
	.flow_list li .flow_item--img figure {
		width: 100%;
		margin: 0 auto;
	}
	.flow_list li .flow_item--img figure::before {
		top: -10px;
		left: -10px;
	}
	.flow_list li:nth-child(even) .flow_item--img figure {
		margin: 0;
	}
	.flow_list li:nth-child(even) .flow_item--img figure::before {
		right: -10px;
	}
	.flow_list li .flow_item--txt {
		width: 100%;
		background: transparent;
		padding: 0 5% 30px!important;
		order: 1!important;
	}
	.flow_list li .flow_item--txt > * {
		padding: 0!important;
	}
	.flow_list li .flow_item--txt .flow_copy_box {
		font-size: 13px;
	}


	#faqWrap {
		padding-bottom: 25px;
	}
	.faq_list {
		gap: 20px;
	}
	.faq_list .faq_item {
		width: 100%;
		padding: 30px;
	}
	.faq_item .inner_Q {
		padding: 0 0 2em;
		margin-bottom: 1.5em;
	}
	.faq_item .inner_Q h4 {
		width: 65px;
	}
	.faq_item .inner_Q p {
		font-size: 16px;
		letter-spacing: -0.6px;
	}
	.faq_item .inner_A h4 {
		font-size: 28px;
	}
	.faq_item .inner_A .p1 {
		font-size: 16px;
		line-height: 1.5;
	}
	.faq_item .inner_A .p2 {
		font-size: 14px;
	}


	.point_list > [class^="point_"] {
		aspect-ratio: inherit;
		flex-direction: column;
	}
	.point_list > [class^="point_"]::after {
		width: 45px;
		height: 28px;
		top: auto;
		bottom: 170px;
		transform: translateX(-50%) rotate(90deg);
	}
	.point_item--img,
	.point_item--txt {
		width: 100%;
	}
	.point_item--txt { order: 1!important; }
	.point_item--img { order: 2!important; height: 180px; }

	.point_item--txt {
		display: block;
		padding: 40px 30px 20px!important;
	}
	.txt_inner h4 {
	    font-size: 32px;
	    max-width: 65%;
	    padding-bottom: 0.65em;
	    background: url(../img/point_head.png) no-repeat center bottom / contain;
	    margin: 0 auto 0.25em;
	}
	.txt_inner span {
		display: block;
		text-align: center;
		font-size: 18px;
		margin: 0 auto 0.75em;
	}
	.txt_inner p {
		font-size: 14px;
	}








}