@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;700&display=swap');

#main>div img,
#main>section img{
	max-width: 100%;
	width: auto!important;
	height: auto!important;
}

/*------------------app_hd------------------*/
#app_hd+section{
	background-image: linear-gradient(32deg, #18186c, #25259f);
}
#app_hd+section .heading.block_header_4 .h{
	font-size: 1.4rem;
	border: 2px solid #fff;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 0;
	color: #fff;
}
#app_hd+section .heading.block_header_4 p{
	color: #fff;
	font-size: 2.8rem;
	font-weight: 700;
}
@media (max-width: 800px) {
	#app_hd+section .heading.block_header_4 .h{
		font-size: 1.3rem!important;
	}
	#app_hd+section .heading.block_header_4 p{
		font-size: 2.2rem;
	}
}

/*------------------app_num------------------*/
#app_num+section .content_wrapper::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -60px;
	right: -8rem;
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/top_woman.png) no-repeat bottom right/157px;
	z-index: 1;
}
#app_num+section .inner_item_txt ol li {
	background-color: rgb(255 255 255 / 70%);
	border-radius: 6px;
	padding: 13px 15px 27px 60px;
	font-weight: bold;
	font-size: 2.3rem;
	margin: 15px 0;
	line-height: 1;
	text-indent: -1em;
}
#app_num+section .inner_item_txt ol li:before{
	content: counter(num);
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #f8f246;
	font-size: 4rem;
	display: inline-block;
	text-shadow	: 
	   3px  3px 1px var(--i_main_color),
	  -3px  3px 1px var(--i_main_color),
	   3px -3px 1px var(--i_main_color),
	  -3px -3px 1px var(--i_main_color),
	   3px  0px 1px var(--i_main_color),
	   0px  3px 1px var(--i_main_color),
	  -3px  0px 1px var(--i_main_color),
	   0px -3px 1px var(--i_main_color);
	line-height: 1;
	position: relative;
	top: 5px;
	padding: 0 15px;
}
@media screen and (max-width: 1200px){
	#app_num+section .content_wrapper::before {
		right: -3rem;
	}
}
@media screen and (max-width: 900px){
	#app_num+section .content_wrapper::before{
		background-size: 130px;
		right: 1rem;
		bottom: -75px;
	}
	#app_num+section .inner_item_txt ol li{
		font-size: 1.8rem;
		line-height: 1.3;
		padding: 15px 15px 23px 40px;
	}
	#app_num+section .inner_item_txt ol li:before{
		font-size: 2.4rem;
		padding: 0 9px;
	}
}
@media screen and (max-width: 720px){
	#app_num+section{
		padding-bottom: 180px;
	}
	#app_num+section .content_wrapper::before{
		bottom: -195px;
		background-size: 95px;
	}
}

/*------------------app_step------------------*/
#app_step+div .wrapper_item {
	justify-content: space-between;
	overflow: visible;
}
#app_step+div.composite_box01 .inner_item{
	width: 27.6%!important;
}
#app_step+div.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(2),
#app_step+div.composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(1) {
	margin-left: 8.5%;
}
#app_step+div .inner_item .heading{
	background: var(--i_main_color);
	padding: 7px 0 5px;
	margin-bottom: 0;
}
#app_step+div .heading.block_header_4 .h {
	margin-bottom: 0;
	font-size: 2.8rem!important;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	letter-spacing: 0.1rem !important;
}
#app_step+div .inner_item a{
	border: solid var(--i_main_color);
	border-width: 0 10px 10px;
}
@media screen and (max-width: 900px){
	#app_step+div .heading.block_header_4 .h {
		font-size: 2.2rem!important;
	}
	#app_step+div .inner_item a{
		border-width: 0 5px 5px;
	}
}
@media screen and (max-width: 770px){
	#app_step+div.composite_box01 .inner_item{
		width: 47%!important;
		margin-left: 0!important;
	}
	#app_step+div.composite_box01 .inner_item:nth-of-type(3){
		order: 4;
	}
	#app_step+div.composite_box01 .inner_item:nth-of-type(4){
		order: 6;
	}
	#app_step+div.composite_box01 .inner_item:nth-of-type(5){
		order: 5;
	}
	#app_step+div.composite_box01 .inner_item:nth-of-type(6){
		order: 3;
	}
}

/*矢印*/
#app_step+div .inner_item{
	position: relative;
	margin-bottom: 55px;
}
#app_step+div .inner_item:not(:last-of-type)::before{
	content: "";
	display: block;
	width: 35px;
	height: 46px;
	position: absolute;
	right: -22%;
	top: 34%;
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/20241001162554.png) no-repeat center/contain;
}
#app_step+div .inner_item:nth-of-type(3)::before{
	top: auto;
	bottom: -12%;
	right: 50%;
	transform: translateX(50%) rotate(90deg);
}
#app_step+div .inner_item:nth-of-type(n+4)::before{
	transform: scale(-1, 1);
}
@media screen and (max-width: 900px){
	#app_step+div .inner_item::before {
		right: -25%;
		top: 25%;
	}
}
@media screen and (max-width: 770px){
	#app_step+div .inner_item{
		margin-bottom: 50px;
	}
	#app_step+div .inner_item:not(:last-of-type)::before{
		width: 26px;
		height: 34px;
		right: -11%;
		top: 34%;
	}
	#app_step+div .inner_item:nth-of-type(2)::before{
		top: auto;
		bottom: -12%;
		right: 50%;
		transform: translateX(50%) rotate(90deg);
	}
	#app_step+div .inner_item:nth-of-type(3)::before{
		top: 34%;
		left: -14%;
		transform: translateX(50%) rotate(0deg) scale(-1, 1);
	}
	#app_step+div .inner_item:nth-of-type(4)::before{
		top: 34%;
		left: -14%;
		transform: translateX(50%) rotate(0deg);
	}
	#app_step+div .inner_item:nth-of-type(5)::before{
		top: -14%;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
	}
}
@media screen and (max-width: 680px){
	#app_step+div.composite_box01 .inner_item {
		width: 46.5%!important;
	}
	#app_step+div .inner_item:not(:last-of-type)::before{
		width: 15px;
		height: 20px;
	}
	#app_step+div .inner_item:nth-of-type(1)::before{
		top: 32%;
	}
	#app_step+div .inner_item:nth-of-type(2)::before{
		bottom: -12%;
	}
	#app_step+div .inner_item:nth-of-type(3)::before{
		top: 39%;
		left: -15%;
	}
	#app_step+div .inner_item:nth-of-type(4)::before{
		top: 37%;
		left: -15%;
	}
	#app_step+div .inner_item:nth-of-type(5)::before{
		top: -12%;
	}
}
@media screen and (max-width: 400px){
	#app_step+div .inner_item:nth-of-type(1)::before{
		top: 26%;
	}
	#app_step+div .inner_item:nth-of-type(2)::before{
		bottom: -12%;
	}
	#app_step+div .inner_item:nth-of-type(3)::before{
		top: 30%;
		left: -17%;
	}
	#app_step+div .inner_item:nth-of-type(4)::before{
		top: 35%;
		left: -18%;
	}
	#app_step+div .inner_item:nth-of-type(5)::before{
		top: -18%;
	}
}

/*------------------app_qr------------------*/
#app_qr+div .heading.block_header_4{
	display: inline-block;
}
#app_qr+div .heading.block_header_4 .h{
	font-size: 2rem!important;
	padding: 0 40px;
	position: relative;
}
#app_qr+div .heading.block_header_4::before,
#app_qr+div .heading.block_header_4::after {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	pointer-events: none;
}
#app_qr+div .heading.block_header_4::before{
	left: 30px;
	bottom: -5px;
	border-left: 3px solid var(--i_txt_color);
	transform: translate(-50%,-50%) rotate(-35deg);
}
#app_qr+div .heading.block_header_4::after{
	right: 0;
	bottom: -6px;
	border-bottom: 3px solid var(--i_txt_color);
	transform: translate(-50%,-50%) rotate(-53deg);
}
@media screen and (max-width: 800px){
	#app_qr+div .heading.block_header_4 .h {
		font-size: 1.9rem!important;
	}
}
@media screen and (max-width: 700px){
	#app_qr+div .wrapper_item {
		overflow: visible;
	}
	#app_qr+div .wrapper_item .inner_item{
		width: 33%;
		margin-bottom: 0;
	}
	#app_qr+div .wrapper_item .inner_item:nth-of-type(1){
		width: 24%!important;
		transform: rotate(15deg);
	}
	#app_qr+div .wrapper_item .inner_item:nth-of-type(3){
		margin-left: 4%!important;
	}
}
@media screen and (max-width: 600px){
	#app_qr+div .wrapper_item .inner_item{
		width: 48%!important;
	}
	#app_qr+div .wrapper_item .inner_item:nth-of-type(1){
		order: 3;
		width: 38%!important;
		transform: rotate(-12deg);
		margin-top: -1.5rem;
		z-index: 1;
		pointer-events: none;
	}
	#app_qr+div .wrapper_item .inner_item:nth-of-type(2){
		margin-left: 0 !important;
	}
}

/*------------------app_reservation------------------*/
a[id^="app_reservation"]+div .inner_item{
	position: relative;
}
a[id^="app_reservation"]+div .inner_item:not(:first-of-type)::before{
	content: "";
	display: block;
	width: 35px;
	height: 46px;
	position: absolute;
	left: -22%;
	top: 40%;
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/20241001162551.jpg) no-repeat center/contain;
}
#app_reservation+div>.content_wrapper::before{
	content: "";
	display: block;
	width: 147px;
	height: 147px;
	position: absolute;
	top: -5rem;
	left: -5rem;
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/label.png) no-repeat top left;
}
#app_reservation2+div{
	padding-top: 0;
}
#app_reservation+div>.content_wrapper::before {
	width: 130px;
	height: 130px;
	left: 1.5rem;
	top: -3rem;
	background-size: 100%;
}
@media screen and (min-width: 901px){
	a[id^="app_reservation"]+div .inner_item{
		width: 20.5%!important;
		margin-left: 6%!important;
	}
}
@media screen and (max-width: 900px){
	a[id^="app_reservation"]+div .inner_item:nth-of-type(2n+1)::before {
		display: none;
	}
	a[id^="app_reservation"]+div .inner_item:not(:first-of-type)::before {
		left: -8%;
	}
}
@media screen and (max-width: 650px){
	a[id^="app_reservation"]+div .inner_item:not(:first-of-type)::before {
		width: 18px;
		height: 25px;
		left: -11.5%;
	}
}
@media screen and (max-width: 480px){
	#app_reservation+div>.content_wrapper::before {
		width: 95px;
		height: 95px;
		left: 0;
		top: 3rem;
		background-size: 100%;
	}
}

/*------------------app_date------------------*/
#app_date+div .wrapper_item {
	overflow: visible;
	max-width: 800px;
	margin: 0 auto;
}
#app_date+div .inner_item{
	position: relative;
}
#app_date+div .inner_item:first-of-type::before{
	content: "";
	display: block;
	width: 35px;
	height: 46px;
	position: absolute;
	right: -14%;
	top: 40%;
	pointer-events: none;
	background: url(/common/upload_data/kmg-kusuharacom/image/20241001162551.jpg) no-repeat center/contain;
}
#app_date+div .inner_item_txt{
	display: none;
}
@media screen and (min-width: 901px){
	#app_date+div .inner_item:nth-of-type(3){
		transform: translateY(85px);
		width: 34%;
		margin-left: 0.5%;
	}
}
@media screen and (max-width: 900px){
	#app_date+div>.content_wrapper{
		padding-bottom: 0;
	}
	#app_date+div .wrapper_item{
		justify-content: flex-end;
	}
	#app_date+div .inner_item{
		width: 48%!important;
	}
	#app_date+div .inner_item:first-of-type::before {
		right: -11%;
	}
	#app_date+div .inner_item:nth-of-type(3){
		width: 220px!important;
		margin-top: -5rem;
	}
}

/*------------------共通------------------*/
#app_reservation+div .heading.block_header_4 .h,
#app_date+div .heading.block_header_4 .h{
	font-size: 2.3rem!important;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px){
	#app_reservation+div .heading.block_header_4 .h,
	#app_date+div .heading.block_header_4 .h{
		font-size: 1.9rem!important;
	}
}
@media screen and (max-width: 650px){
	a[id^="app_reservation"]+div,
	#app_date+div{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	a[id^="app_reservation"]+div .inner_item,
	#app_date+div .inner_item{
		width: 47%!important;
	}
	a[id^="app_reservation"]+div.composite_box01.block_images_1 .inner_item:nth-of-type(2n),
	#app_date+div.composite_box01.block_images_1 .inner_item:nth-of-type(2n){
		margin-left: 6% !important;
	}
	a[id^="app_reservation"]+div .inner_item:not(:first-of-type)::before,
	#app_date+div .inner_item:first-of-type::before{
		width: 18px;
		height: 25px;
		left: -11.5%;
	}
	#app_date+div .inner_item:first-of-type::before{
		left: auto;
		right: -13.5%;
	}
}