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

.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 3px #8a9898;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 3px #fff;
	padding: 1em;
}
.line02 table td i{
	color: #8a9898;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 dl dd{
	
}

.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 3px #0fbf4a;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	background: rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.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: #8a9898;
	font-weight: 600;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #8a9898;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

ul.border01{
	font-size: 1.1em;
	display: flex;
	justify-content: center;
	gap:15px;
}
ul.border01 li{
	font-weight: 600;
	border-bottom: dotted 3px #ff007f;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #8a9898;
}
ul.border02{
}
ul.border02 li{
	border-bottom: dashed 1px #ccc;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: dashed 1px #ccc;
	width: 100%;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 0.5em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 0.5em;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}
@media (max-width: 750px){
	ul.border01{
		flex-direction: column;
		justify-content: flex-start;
	}
}

.number_list{
	padding: 2rem;
}
.number_list li{
	padding: 1rem 0;
	border-bottom: solid 2px #ff007f;
	position: relative;
}
.number_list li .inner_flex{
	padding: 15px;
	filter: drop-shadow(2px 2px 5px #fff);
}
.number_list li .li_numbar{
	font-size: 3rem;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #ff007f;
}
.number_list li .li_txt{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	font-weight: 600;
	margin-left: 0.5rem
}
.number_list li p{
	margin-top: 1em;
	margin-left: 4.5em;
}

.bg_in_w .number_list li::before{
	border-bottom: solid 1px #fff;
}
@media (max-width: 960px){
	.number_list li .inner_flex{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.number_list li .li_numbar{
		width: 1.5em;
		align-self: flex-end;
	}
	.number_list li .li_txt{
		flex: 1;
	}
	.number_list li p{
		margin-top: 1em;
		margin-left: 0;
	}
}
@media (max-width: 450px){
	.number_list{
		padding: 1rem 0;
	}
}
/* 料金表　==================== */
.plan_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.plan_list > li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	padding: 15px;
	background: #fff;
}

.plan_list .p_price{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	border-bottom: solid 2px #ff007f;
	margin-bottom: 15px;
}
.plan_list .p_price dt{
	padding-bottom: 6px;
}
.plan_list .p_price .nb{
	font-size: 2rem;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
}
.plan_list .p_menu{
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	border-bottom: dashed 1px #ccc;
}
.plan_list .p_menu.line{
	background:linear-gradient(transparent 60%, rgba(255,0,127,0.2) 60%);
	font-size: 1.2rem;
	font-weight: 600;
}
.plan_list .p_menu.line .nb{
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	font-size: 120%;
}

@media (max-width: 1200px){
	.plan_list > li{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 800px){
	.plan_list > li{
		width: calc(100% - 20px);
	}
}
@media (max-width: 450px){
	.plan_list{
		flex-direction: column;
		justify-content: center;
		gap:15px;
	}
	.plan_list >li{
		width: 100%;
		margin: auto;
	}
}
.event_wrap{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.event_wrap .inner{
	width: calc(100% / 2 - 30px);
	margin: 15px;
}
.photo_flame li{
	padding: 15px;
}
.photo_flame li img{
	width: 100%;
	padding: 10px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
@media (max-width: 750px){
	.event_wrap{
		flex-direction: column;
		justify-content: center;
	}
	.event_wrap .inner{
		width: calc(100% - 30px);
	}
}

.price_table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
    border-spacing: 5px;
}
.price_table tr{
	border-bottom: solid 1px #eee;
}
.price_table th,.price_table td{
	padding: 1rem;
}
.price_table th{
	background: #ffd500;
}
.price_table td{
	border-right: solid 1px #eee;
}
.bg_p th{
	background: #ff007f;
	color: #fff;
}
/* ボタン　================================================== */
.btn a{
	display: inline-block;
	min-width: 250px;
	color: #1a1a1a;
	font-weight: 600;
	font-size: 1rem;
    background: linear-gradient(to right, #1a1a1a 0%, #1a1a1a 50%, #ffd500 50%, #ffd500 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	transition: all .5s ease 0s;
	line-height: 1;
}
.btn a:hover{
	background-position: 0 0;
	color: #fff;
}
.btn a .icon{
	padding-right: 25px;
}
/* おすすめスポット　================================================== */
.spot_wrap{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	background: rgba(255,255,255,0.7);
}
.spot_wrap .img{
	width: 100%;
	padding: 15px;
}
.spot_wrap .img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	vertical-align: middle;
}
.spot_wrap .img iframe{
	width: 100%;
	aspect-ratio: 3 / 2;
	vertical-align: middle;
}
.spot_wrap .txt{
	width: 100%;
	min-width: 350px;
	padding: 15px;
}
.spot_wrap .map{
	width: 100%;
	padding: 15px;
}
.spot_wrap .map iframe{
	width: 100%;
	aspect-ratio: 3 / 2;
	vertical-align: middle;
}
.icon_flex{
	display: flex;
	gap:10px;
	margin-bottom: 10px;
}
.icon_flex li{
	width: 100%;
	text-align: center;
}
.icon_flex li img{
	width: 100%;
	max-width: 60px;
}
.spot_wrap .txt dl{
	font-size: 0.8rem;
	margin-bottom: 10px;
}
.spot_wrap .txt dl dt{
	font-weight: 600;
}
@media (max-width: 1200px){
	.spot_wrap{
		flex-wrap: wrap;
	}
	.spot_wrap .img,
	.spot_wrap .txt{
		width: 50%;
		min-width: 1px;
	}
	.spot_wrap .map{
		margin-top: 0;
		padding-top: 0;
	}
	.spot_wrap .map iframe{
		aspect-ratio: auto;
		height: 300px;
	}
}
@media (max-width: 768px){
	.spot_wrap{
		justify-content: center;
	}
	.spot_wrap .txt{
		order: 1;
		width: 100%;
	}
	.spot_wrap .img{
		order: 2;
		width: 100%;
	}
	.spot_wrap .img img,
	.spot_wrap .img iframe,
	.spot_wrap .map iframe{
		aspect-ratio: 16 / 9;
		height: auto;
	}
	.spot_wrap .map{
		order: 3;
	}
}

/* リンクコンテンツ　==================== */
.contents_link {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: auto;
	overflow: hidden;
}
figure.effect-chico{
	display: block;
	position: relative;
	width: calc(100% / 5);
	height: 430px;
	background: #000;
	overflow: hidden;
}
figure.effect-chico img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	opacity: 0.8;
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-chico figcaption {
	width: 100%;
	padding: 3em;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	background: rgba(255,255,255,0.2);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	color: #fff;
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h4 {
	position: absolute;
	right: 35px;
	top:10%;
	font-size: 1.5em;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
	text-align: right;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	line-height: 150%;
}
figure.effect-chico h4 span{
	font-size: 60%;
}

figure.effect-chico p {
	position: absolute;
	bottom: 35px;
	left: 40px;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: right;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico a{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 960px){
	.contents_link {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 700px;
	}
	figure.effect-chico{
		display: block;
		position: relative;
		width: 100%;
		height: 220px;
		background: #000;
		overflow: hidden;
	}
	figure.effect-chico img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	figure.effect-chico h4 {
		writing-mode:horizontal-tb;
		top:35px;
	}
}

.map iframe{
	width: 100%;
	vertical-align: middle;
}

/* カルーセルスライダー============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}

.carousel02 {
	width: calc(100% - 80px);
	margin: auto;
}

.carousel02 .inner{
	height: 100%;
	margin: 20px;
	background:#ffd500;
	padding: 30px;
	position: relative;
	z-index: 2;
	clip-path: polygon(90% 0, 100% 20%, 100% 100%, 10% 100%, 0% 80%, 0 0);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.carousel02.txt_lv03{
	border-bottom: solid 3px #fff;
}
.carousel02 .inner .icon_r{
	height: 120px;
	display: block;
	margin: 0 0 0 auto;
}
.carousel02 .inner .icon_l{
	height: 120px;
	display: block;
	margin: 0 auto 0 0;
}
.carousel02 .slick-next {
	right: -30px;
	z-index: 50;
}
.carousel02 .slick-prev {
	left: -30px;
	z-index: 50;
}
.carousel02 .slide-arrow {
	background-color: #1a1a1a;
	background-size: 200%;
	background-position: left;
	border-radius: 50%;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 10;
	transition: .5s;
}
.carousel02 .prev-arrow {
	width: 50px;
	height: 50px;
	left: -40px;
	position: absolute;
}
.carousel02 .next-arrow {
	width: 50px;
	height: 50px;
	right: -40px;
	position: absolute;
}
.carousel02 .prev-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f060';
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.carousel02 .next-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	color: #fff;
	top: 50%;
	right: 25%;
	transform: translate(-50%,-50%);
}
.carousel02 .slide-arrow:hover{
	background-position: right;
}
.carousel02 .slick-track{
	display: flex;
}
.slick-slide{
	height: auto !important; 
}
@media (max-width: 750px){
	.carousel02{
		width: 100%;
	}
	.carousel02 .inner{
		margin: 10px;
	}
	.carousel02 .inner .in_flex{
		flex-direction: column;
		justify-content: center;
	}
	.carousel02 .prev-arrow{
		left: -20px;
	}
	.carousel02 .next-arrow{
		right: -20px;
	}
}
@media (max-width: 450px){
	.carousel02 .inner{
		padding: 20px;
	}
	.carousel02 .inner p{
		font-size: 0.9rem;
	}
}

/* ビフォーアフター ================================================== */
.before_after{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 900px;
	margin: 20px auto 5px;
}
.before_after .ba_img{
	width: calc(100% / 2 - 30px);
	aspect-ratio: 3 / 2;
	position: relative;
	background: #f7f6f5;
}
.before_after .ba_img img.ba01{
	width: 100%;
	height: 100%;
	padding: 10px;
	vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.before_after .ba_img h4{
	position: absolute;
	top: 20px;
	left: -15px;
	transform: rotate(-10deg);
	font-size: 3em;
	color: #e65912;;
	font-family: 'Noto Serif JP', serif;
	filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.5));
}
.ba_arrow{
	padding: 5px;
}
.ba_arrow i{
	color: #8a9898;
	font-size: 2em;
}
.ba h3{
	vertical-align: middle;
	text-align: left;
	border-left: 3px solid #339966;
	padding-left: 0.5em;
	font-size: 1.5em;
}
@media (max-width: 960px){
	/* ビフォーアフター==================================================  */
	.before_after{
		flex-direction: column;
		justify-content: center;
	}
	.before_after .ba_img {
		max-width: 380px;
		width: calc(100% - 30px);
		margin: auto;
	}
	.ba_arrow{
		transform: rotate(90deg);
		margin: 10px;
	}
}

/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.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 #8a9898;
    border-right: 2px solid #8a9898;
}
.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.';
	font-family: "Outfit", sans-serif;
	font-weight: 700;
    color:#ffd500;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
	font-family: "Outfit", sans-serif;
	font-weight: 700;
    color: #ff007f;
}
.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;
	}
}
/* ながれ ================================================== */
.flow_wrap{
	padding: 50px 0;
}
.flow_inner{
	width:100%;
	max-width: 850px;
	margin: auto;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
}

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

.h_number{
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top:-40px;
	left: -50px;
	display: inline-block;
	line-height: 80px;
	width: 80px;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	text-align: center;
	vertical-align: middle;
	margin-bottom: 10px;
	color: #fff;
	font-size: 3em;
	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;
	color: #333;
	border-bottom: solid 3px #8a9898;
	margin-bottom: 15px;
	font-weight: 600;
}
.flow_arrow{
	font-size: 2em;
	text-align: center;
	color:#8a9898;
	margin: 10px;
}
.flow_link{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.flow_link li {
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	align-self: stretch;
	transition: .5s;
}
.flow_link li a{
	display: block;
	padding: 0.5em 1em;
	line-height: 100%;
	vertical-align: middle;
	background: linear-gradient( 130deg, #12e6e6 , #12e69f);
	border-radius: 30px;
	border:solid 1px #12e69f;
	color: #fff;
	transition: .5s;
}
.flow_link li :hover{
	background: #fff;
	color: #1a1a1a;
}
@media (max-width: 1200px){
	.flow_inner{
		width:100%;
		max-width: 680px;
	}
	.flow_photo{
		width: 270px;
		height: 200px;
	}
	.flow_photo img{
		width: 270px;
		height: 200px;
	}
	.flow_link{
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media (max-width: 765px){
	/* 流れ======================================== */
	.flow_inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flow_txt{
		width: 100%;
		margin-top: 30px;
	}
	.h_number{
		left: -50px;
	}
}

.tel_wrap{
	padding: 1rem;
}
.tel_wrap .phone{
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	color: #000;
	display: block;
	width: calc(100% - 30px);
	margin-bottom: 1rem;
	line-height: 100%;
	transition: .5s;
}
.tel_wrap .phone .nb{
	display: block;
	font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2rem);
	line-height: 120%;
	transition: .5s;
}

.tel_wrap .phone:hover .nb{
	color: #ff007f;
}
.tel_wrap dl{
	display: flex;
	font-size: 0.9em;
}
.tel_wrap dl dt{
	min-width: 6em;
}

