#reserve_mv .mv_bk {
	background-image: url(/img/reserve_mv.png);
	margin-bottom: 0;
}

#reserve_cont01 .wrap,
#reserve_cont02 .wrap{
    margin: 0 auto;
    background: #EFF3F7;
	padding-top: 21.2vw;
}

.sta_news {
	position: absolute;
	bottom: 119.5%;
    left: 0;
    right: 0;
	max-width: 1000px;
    width: 90%;
	margin: 0 auto;
	z-index: 5;
}

.status {
    position: relative;
	display: flex;
    filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.10));
	transform: translateZ(0);
    width: 100%;
}

.status_title_area {
	position: relative;
	padding: 75px 3.4%;
    max-width: 300px;
    width: 23.2%;
	border-radius: 20px 0 0 20px;
	text-align: center;
	justify-content: center;
	background: linear-gradient(to right, #FF6A00 0%, #FA8D40 25%, #FF6A00 50%, #FA8D40 75%, #FF6A00 100%);
	flex-direction: column;
	z-index: 5;
}

.status_title p{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.6;
}

.status_title .small{
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.status_gull_img {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 90px;
}


.status_area {
	position: relative;
	display: flex;
    border-radius: 0 20px 20px 0;
	padding: 50px 5.53% 56px;
    border: 7px solid #FA8D40;
	width: 71%;
    max-width: 700px;
    border-left: none;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.status::before {
	content: '';
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-width: 1000px;
    width: 100%;
    height: 100%;
    background-image: url(/img/status_orange_bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
    z-index: 4;
}

.status_icon {
    justify-content: center;
    max-width: 60px;
    width: 100%;
    margin: auto 12.5% auto 0;
    min-height: 50px;
}

.circle {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 9px;
	line-height: 80px;
	border-radius: 50%;
	border: 4px solid #005AD8;
}

.triangle {
	max-width: 60px;
}

.cross {
	position: relative;
	margin: 31px 0;
}

.cross::before,
.cross::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 55px;
	background: #005AD8;
	border-radius: 2.5px;
}

.cross::before {
	transform: translate(-50%,-50%) rotate(45deg);
}

.cross::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}

.status_text_area {
	max-width: 282px;
	width: 100%;
	align-items: center;
}

.status_situation {
    border-radius: 60px;
    border: 1px solid #005AD8;
    padding: 5px 4%;
    width: 100%;
	max-width: 260px;
    margin: 0 auto 10px;
	box-sizing: border-box;
}

.status_situation p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #005AD8;
}

.status_text p {
	font-size: 17px;
	color: #000;
	line-height: 1.6;
}

@media screen and (max-width:1285px) {
	#reserve_cont01 .wrap {
		padding-top: 25.2vw;
	}

	.sta_news {
		bottom: 135.5%;
	}
}

@media screen and (max-width:1000px) {
	#reserve_cont01 .wrap {
    padding-top: 30.2vw;
}

	.status_icon {
		margin: auto 9.5% auto 0;
	}
}

@media screen and (max-width:845px) {
	#reserve_cont01 .wrap {
		padding-top: 33.2vw;
	}
	.status_title_area {
		width: 28.2%;
	}

	.status_area {
		width: 73%;
	}
}

@media screen and (max-width:768px) {
	#reserve_cont01 .wrap {
		padding-top: 38.2vw;
	}

	.sta_news {
		bottom: 111.5%;
	}

	.status {
		flex-direction: column;
		max-width: 340px;
		margin: 0 auto;
	}

	.status_title_area {
		padding: 13px 3% 10px;
		max-width: 340px;
		width: 100%;
		box-sizing: border-box;
		border-radius: 20px 20px 0 0;
	}

	.status_title p{
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1.6;
	}

	.status_title .small{
		font-size: 13px;
		color: #fff;
		font-weight: 400;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}

	.status_gull_img {
		position: absolute;
		top: -10px;
		left: -10px;
		width: 90px;
	}

	.status_area {
		flex-direction: column;
		border-radius: 0 0 20px 20px;
		padding: 15px 3% 23px;
		width: 100%;
        max-width: none;
		border-left: 7px solid #FA8D40;
		border-top: none;
	}

	.status::before {
		max-width: 340px;
		background-image: url(/img/status_orange_bg_sp.png);
		background-position: center;
		background-size: 100% 100%;
	}

	.status_icon {
		justify-content: center;
		margin: 0 auto 12px;
	}

	.cross {
		margin: 25px 0;
	}

	.status_situation p {
		font-size: 20px;
	}

	.status_text p {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	#reserve_cont01 .wrap {
		padding-top: 40.2vw;
	}

	.sta_news {
		bottom: 105.5%;
	}
}

@media screen and (max-width: 545px) {
    #reserve_cont01 .wrap {
        padding-top: 55.2vw;
    }
}
@media screen and (max-width: 450px) {
    #reserve_cont01 .wrap {
        padding-top: 88.2vw;
    }

	.sta_news {
        bottom: 119.5%;
    }
}

@media screen and (max-width: 350px) {
	.sta_news {
        bottom: 114.5%;
    }
}

.cont_reserve_title {
	position: relative;
	width: 100%;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	padding-bottom: 15.4vw;
	text-align: center;
}

.cont_reserve_title::before {
	content: "";
    display: block;
    background-image: url(/img/wave_blue02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 12.5vw;
    position: absolute;
	top: -12vw;
    left: 0;
}


#reserve_cont02 .wrap{
    margin: 0 auto;
    background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	padding-top: 9.2vw;
}

#reserve_cont02 .cont_reserve_title::before,
#reserve_cont03 .cont_reserve_title::before {
	display: none;
}

.cont_reserve_title h2 span{
	font-size: 32px;
	line-height: 1.6;
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
}

.reserve_box {
	position: relative;
	background-color: #EFF3F7;
	padding-bottom: 150px;
}


.reserve_box::before {
	content: "";
    display: block;
    background-image: url(/img/wave.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 12.5vw;
    position: absolute;
	top: -12.1vw;
    left: 0;
}

#reserve_cont01 .reserve_foam_img01 {
	max-width: 31.25%;
	position: absolute;
	top: 2px;
    left: 0;
    z-index: 1;
}

#reserve_cont01 .reserve_area {
	position: relative;
	max-width: 860px;
    width: 53.75%;
	margin-left: auto;
	margin-right: 9.37%;
}

.reserve_text {
	margin-bottom: 50px;
}

.reserve_text p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}

.reserve_text .under{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-color: #005AD8;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.reserve_text .small{
	font-size: 17px;
	line-height: 2;
	margin-top: 20px;
	text-indent: -1.5em;
    padding-left: 1.5em;
	font-weight: 400;
}

.reserve_text li{
	font-size: 17px;
	margin-top: 20px;
	text-indent: -1.5em;
    padding-left: 1.5em;
}

.reserve_text li:first-of-type{
	line-height: 2;
}

.reserve_text li:last-of-type{
	line-height: 1.5;
	margin-top: 10px;
}

.iframe {
	position: relative;
	margin: 0 auto;
    width: 97%;
	padding-bottom: min(680px, 72%);
}

iframe {
	position: absolute;
	width: 100%;
    height: 80%;
	border-radius: 35px;
}

.reserve_caution_area {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.reserve_caution_box {
	background-color: #fff;
	border-radius: 20px;
	filter: drop-shadow(15px 15px #005AD8);
	transform: translateZ(0);
	padding: 50px 60px;
}

.reserve_caution_text li {
	font-size: 17px;
	line-height: 1.5;
	text-indent: -1.5em;
    padding-left: 1.5em;
}

.reserve_caution_text li:not(:last-child){
	margin-bottom: 20px;
}

#reserve_cont01 .reserve_list {
	max-width: 860px;
    width: 53.75%;
	margin-left: auto;
	margin-right: 9.37%;

}

@media screen and (max-width: 1487px) {

	#reserve_cont01 .reserve_area {
		margin-bottom: 80px;
	}

	iframe {
		height: 100%;
	}
}

@media screen and (max-width: 1300px) {
	.iframe {
		padding-bottom: min(505px, 117%);
	}
}

@media screen and (max-width: 1000px) {
	.reserve_text {
		margin-bottom: 25px;
	}

	.reserve_text p{
		font-size: 19px;
	}

	.reserve_text .under{
		font-size: 19px;
		text-underline-offset: 7px;
	}

	.reserve_text .small{
		font-size: 15px;
		margin-top: 17px;
		line-height: 1.5;
	}

	#reserve_cont01 .reserve_area {
		margin-bottom: 25px
	}

	.reserve_text li{
		font-size: 15px;
		margin-top: 17px;
	}

	.reserve_text li:first-of-type{
		line-height: 1.5;
	}

}

@media screen and (max-width: 768px) {
	#reserve_cont01 .cont_reserve_title {
		padding: 5vw 0 25.4vw;
	}

.cont_reserve_title h2 span{
	font-size: 23px;
}

.reserve_box {
	padding-bottom: 77%;
}

.reserve_box::before {
    background-image: url(/img/wave_sp.png);
    height: 26.5vw;
	top: -25.2vw;
}

#reserve_cont01 .reserve_foam_img01 {
	max-width: 62.25%;
	top: unset;
    bottom: 18px;
}

.iframe {
	padding-bottom: min(495px, 100%);
}

#reserve_cont01 .reserve_area {
    width: 89.75%;
	margin: auto auto 25px;

}

.reserve_text {
	margin-bottom: 25px;
}

.reserve_text p {
	font-size: 16px;
}

.reserve_text .under{
	font-size: 16px;
	text-underline-offset: 5px;
}

.reserve_caution_box {
	border-radius: 15px;
	padding: 30px 20px;
}

.reserve_caution_text li {
	font-size: 13px;
}

.reserve_caution_text li:not(:last-child){
	margin-bottom: 15px;
}
}

@media screen and (max-width: 535px) {
	.iframe {
        padding-bottom: min(493px, 170%);
    }
}

@media screen and (max-width: 370px) {
	#reserve_cont01 .reserve_area {
		width: 100%;
	}

	#reserve_cont01 .reserve_text_area {
		width: 89.75%;
		margin: 0 auto;
	}
}

.reserve_title {
	display: flex;
	width: 100%;
    padding: 28px 0;
	cursor: pointer;
}

.reserve_title h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 2;
	max-width: 78%;
}

#reserve_cont02 .reserve_box {
	padding-bottom: 130px;
}

#reserve_cont02 .reserve_area {
	position: relative;
	max-width: 860px;
    width: 53.75%;
	margin-right: auto;
	margin-left: 9.1%;
}

#reserve_cont02 .reserve_text {
	margin-bottom: 65px;
}

#reserve_cont02 .reserve_text .small{
	text-indent: -1.5em;
    padding-left: 1.5em;
}

#reserve_cont02 .reserve_text .small:last-of-type{
	line-height: 1.5;
	margin-top: 10px;
}

#reserve_cont02 .reserve_foam_img02 {
	max-width: 31.25%;
	position: absolute;
	top: 2px;
    right: 0;
    z-index: 1;
}

.check_area {
	width: 100%;
    margin: 0 auto;
	padding: 150px 0 130px;
}

.check_box {
	filter: drop-shadow(30px 30px rgba(0, 0, 0, 0.15));
	transform: translateZ(0);
}

.check_title {
	padding: 31.4px 3% 30.96px;
    border-radius: 50px 50px 0 0;
	text-align: center;
	justify-content: center;
	background: linear-gradient(to right, #0048CE 0%, #005AD8 25%, #0048CE 50%, #005AD8 75%, #0048CE 100%);
	flex-direction: column;
	z-index: 5;
}

.check_title_text h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
}

.check_title_text {
	position: relative;
	max-width: 34.3%;
    margin: auto;
}


.check_title_text .less_mark::before,
.check_title_text .greater_mark::before,
.check_title_text .less_mark::after,
.check_title_text .greater_mark::after  {
	display: block;
    position: absolute;
    content: "";
    width: 21px;
    height: 4px;
    border-radius: 2px;
}

.check_title_text .less_mark::before,
.check_title_text .greater_mark::before {
	background: #8AF6FF;
}

.check_title_text .less_mark::after,
.check_title_text .greater_mark::after {
    background: #B5F1AE;
}

.check_title_text .less_mark::before {
	transform: rotate(-50deg);
	top: 2px;
    left: -24px;
}

.check_title_text .less_mark::after {
	transform: rotate(50deg);
	bottom: 8px;
    left: -24px;
}

.check_title_text .greater_mark::before {
	transform: rotate(50deg);
	top: 2px;
    right: -26px;
}

.check_title_text .greater_mark::after {
	transform: rotate(-50deg);
	bottom: 8px;
    right: -26px;
}


.check_text_area {
	position: relative;
    border-radius: 0 0 50px 50px;
    padding: 50px 1.8% 59px;
    background-color: #fff;
}

.check_text_box {
	padding: 16px 0;
	border-bottom: 2px dotted #0048CE;
}


.check_text_box:first-of-type {
	padding-top: 0;
}

.check_text {
	padding: 0 15px;
}

.check_text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 20px;
}

.check_text span{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}


.check_text .exclamation {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 0;
	padding-left: 40px;
}


.check_text .exclamation::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/check_exclamation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 23px;
    height: 25px;
    top: 10px;
	left: 0;
}

.check_text_list {
	padding: 0 15px;
}

.check_text_list li {
	position: relative;
	font-size: 17px;
	line-height: 1.5;
	margin-left: 22px;
    margin-bottom: 15px;
}

.check_text_list li:last-of-type {
    margin-bottom: 0;
}

.check_text_list li span {
	position: relative;
	display: inline-block;
	font-size: 17px;
	margin-top: 7px;
    line-height: 1.5;
}

.check_text_list li::before {
	content: "";
	background-color: #FF6A00;
    position: absolute;
    top: 7px;
    left: -22px;
    width: 12px;
    height: 12px;
	border-radius: 50%;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
	.check_text_area {
		padding: 30px 1.8% 31px;
	}

	.check_text_box {
		padding: 12px 2%;
	}

	.check_title_text h3 {
		font-size: 18px;
	}

	.check_text p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.check_text span {
		font-size: 15px;
	}

	.check_text .exclamation {
		font-size: 13px;
		padding-left: 30px;
		line-height: 1.5;
	}

	.check_text .exclamation::before {
		width: 20px;
        height: 22px;
        top: 1px;
	}

	.check_text_list li {
		font-size: 13px;
        margin-bottom: 5px;
	}

	.check_text_list {
		padding: 0 2%;
	}


	.check_text_list li span {
		font-size: 13px;
		margin-top: 3px;
	}

	.check_text_list li::before {
		top: 4px;
		left: -20px;
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 768px) {
	#reserve_cont02 .cont_reserve_title {
	padding-bottom: 25.4vw;
}

	#reserve_cont02 .reserve_area {
		max-width: 860px;
		width: 89.75%;
		margin: auto;
	}

	#reserve_cont02 .reserve_foam_img02 {
		max-width: 62.25%;
		top: unset;
		bottom: 17px;
	}

	#reserve_cont02 .reserve_box {
		padding-bottom: 73%;
	}

	#reserve_cont02 .reserve_text {
		margin-bottom: 25px;
	}

	.check_box {
		filter: drop-shadow(20px 20px rgba(0, 0, 0, 0.15));
	}

	.check_title {
		padding: 21.4px 3% 20.96px;
		border-radius: 35px 35px 0 0;
	}

	.check_text {
		padding: 0 2%;
	}

	.check_title_text .less_mark::before,
	.check_title_text .greater_mark::before,
	.check_title_text .less_mark::after,
	.check_title_text .greater_mark::after  {
		width: 12px;
		height: 3px;
	}

	.check_title_text .less_mark::before {
		top: 6px;
		left: -45px;
	}

	.check_title_text .less_mark::after {
		bottom: 6px;
		left: -45px;
	}

	.check_title_text .greater_mark::before {
		top: 6px;
		right: -45px;
	}

	.check_title_text .greater_mark::after {
		bottom: 6px;
		right: -45px;
	}

	.check_text_area {
		border-radius: 0 0 35px 35px;
		padding: 30px 6% 40px;
	}



	.check_text p {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 420px) {
	#reserve_cont02 .reserve_box {
		padding-bottom: 78%;
	}
}

#reserve_cont03 .wrap {
	position: relative;
	background-image: url(/img/reserve_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
	padding-top: 4.2vw;
}


.lower_wave:nth-of-type(1) {
    position: absolute;
    top: 70px;
    left: 3.8vw;
}
.lower_wave:nth-of-type(2) {
    position: absolute;
    top: 323px;
    right: 3.8vw;
}

#reserve_cont03 .cont_reserve_title {
    margin: auto;
    background: none;
    max-width: 1000px;
    width: 100%;
	padding-bottom: 16.4vw;
}

#reserve_cont03 .title_hours h2{
	margin-bottom: 30px;
}

#reserve_cont03 .title_hours span{
    font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	padding-bottom: 8px;
}

#reserve_cont03 .title_hours  {
	margin-bottom: 40px;
}

#reserve_cont03 .title_hours p{
    font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
}

.reserve_info {
	display: flex;
	max-width: 602px;
	width: 100%;
	margin: auto;
}

.reserve_info_box {
	max-width: 241px;
	width: 100%;
	margin-right: 20%;
}

.reserve_info_box:last-of-type {
	margin-right: 0;
}

.mail_icon {
	max-width: 64px;
	margin: auto;
    margin-bottom: 20px;
	padding-left: 15px;
}

.tel_icon {
	max-width: 45px;
	margin: auto;
    margin-bottom: 20px;
}

.reserve_info_text p {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 2;
}

@media screen and (max-width: 1000px) {
	#reserve_cont03 .wrap {
		padding-top: 2.2vw;
	}

	.lower_wave:nth-of-type(2) {
		top: 280px;
	}
}

@media screen and (max-width: 768px) {
	#reserve_cont03 .wrap {
		padding-top: 7.2vw;
		padding-bottom: 13vw;
	}

	#reserve_cont03 .cont_reserve_title {
		padding-bottom: 5.4vw;
	}

	#reserve_cont03 .title_hours h2{
		margin-bottom: 20px;
	}

	#reserve_cont03 .title_hours span{
		font-size: 20px;
	}

	#reserve_cont03 .title_hours  {
		margin-bottom: 25px;
	}

	#reserve_cont03 .title_hours p{
		font-size: 15px;
	}

	.reserve_info {
		flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}

	.reserve_info_box {
		position: relative;
		margin-right: 0;
	}

	.reserve_info_box:first-of-type {
		margin-bottom: 40px;
	}

	.reserve_info_box:first-of-type:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
        margin: 0 auto;
		bottom: -20px;
		width: 75%;
		border-bottom: 2px #fff solid;
	}

	.reserve_info_box:last-of-type {
		margin-right: 0;
	}

	.mail_icon {
		max-width: 50px;
		margin-bottom: 5px;
		padding-left: 0px;
	}

	.tel_icon {
		max-width: 40px;
		margin-bottom: 5px;
	}

	.reserve_info_text p {
		font-size: 13px;
	}
}

#reserve_cont04 {
	padding-top: 300px;
    margin-top: -300px;
}

#reserve_cont04 .payment_wrap {
	padding-top: 45px;
}

#reserve_cont04 .reserve_foam_img03 {
	max-width: 31.25%;
	position: absolute;
	top: 2px;
    left: 0;
    z-index: 1;
}

#reserve_cont04 .reserve_area {
	max-width: 860px;
    width: 53.75%;
	margin-left: auto;
	margin-right: 9.37%;
	padding-top: 82px;
}

.reserve_payment_title {
	text-align: center;
	margin-bottom: 58px;
}

.reserve_circle_title::after {
	content: '';
	position: absolute;
	background-image: url(/img/service_number_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -82px;
	left: 248.8px;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	z-index: 3;
}

.reserve_circle_title::before {
	content: '';
    position: absolute;
    width: 20px;
    top: 3px;
    left: 187px;
    border-bottom: dotted 2px #005AD8;
	transform: rotate(-36deg);
}

.reserve_circle_text {
	position: absolute;
	top: -51px;
    left: 248.8px;
	transform: translateX(-50%);
	text-align: center;
    z-index: 4;
}

.reserve_circle_text p {
	font-size: 12px;
	color: #005AD8;
	line-height: 1.6;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.reserve_circle_text .value {
	font-size: 15px;
	font-weight: bold;
	margin-top: -3px;
}

.reserve_area .reserve{
	position: absolute;
	top: -82px;
    left: 248.8px;
    max-width: 100px;
	width: 100%;
	transform: translateX(-50%);
    z-index: 4;

}

.reserve_payment_title h2 span {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding-bottom: 8px;
}

.reserve_cash_area {
	position: relative;
	margin-left: 70px;
	margin-bottom: 44px;
}

.reserve_payment_text {
	position: relative;
	margin-bottom: 52px;
}

.online_cash p:first-of-type::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/phone_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    top: -1px;
    left: -71px;
}

.local_cash_area {
	margin-left: 5px;
}

.local_cash p:first-of-type::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/shop_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 40px;
    top: -2px;
    left: -71px;
}

.local_cash_area .reserve_payment_text {
	margin-bottom: 20px;
}

.reserve_payment_text p{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

.reserve_payment_text .small{
	font-size: 17px;
	font-weight: 400;
	margin-top: 6px;
}

.reserve_payment_text .small_caution{
	font-size: 17px;
	font-weight: 400;
	line-height: 2;
	margin-top: 12px;
	text-indent: -1.5em;
    padding-left: 1.5em;
}

.cash_list {
	background-color: #fff;
    max-width: 547px;
    padding: 16px 41px 16px 40px;
    border: 5px solid transparent;
    border-image: linear-gradient(to right, #C5FBFF, #DDFFD9);
    border-image-slice: 1;
    box-sizing: border-box;
}

.reserve_area .cash_caution_text {
	margin-bottom: 30px;
}

.reserve_area .cash_caution_text:nth-of-type(3) {
    margin-bottom: 0;
}

.cash_caution_text dl {
	display: inline-block;
}

.cash_caution_text dt {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 15px;
	padding-left: 32px;
}

.cash_caution_text dt::before {
	position: absolute;
    content: "";
    display: block;
    background-image: url(/img/check_exclamation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 23px;
    height: 25px;
    top: -4px;
	left: 0;
}

.cash_caution_text dd {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 34px;
	padding-left: 1.88em;
}

.cash_caution_text dd:nth-of-type(2) {
	margin-bottom: 0;
}

#reserve_cont04 .reserve_box {
	padding-bottom: 308px;
}

#reserve_cont04 .reserve_text {
	margin-bottom: 65px;
}

#reserve_cont04 .reserve_text .small{
	text-indent: -1.5em;
    padding-left: 1.5em;
}

#reserve_cont04 .reserve_text .small:last-of-type{
	line-height: 1.5;
	margin-top: 10px;
}

#reserve_cont04 .reserve_foam_img02 {
	max-width: 31.25%;
	position: absolute;
	top: 2px;
    right: 0;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
	#reserve_cont04 {
		padding-top: 200px;
		margin-top: -200px;
	}
}

@media screen and (max-width: 768px) {
	#reserve_cont04 {
		padding-top: 140px;
		margin-top: -140px;
	}

	#reserve_cont04 .payment_wrap {
		padding-top: 25px;
	}

	#reserve_cont04 .reserve_foam_img03 {
		max-width: 62.25%;
		top: unset;
		bottom: 145px;
	}

	#reserve_cont04 .reserve_area {
		width: 89.75%;
        margin: 0 auto 80px;
	}

	.reserve_payment_title {
		text-align: center;
		margin-bottom: 20px;
	}

	.reserve_circle_title::after {
        left: 205.8px;
        top: -67px;
		max-width: 80px;
    }
    .reserve_circle_title::before {
        width: 18px;
        left: 155px;
    }
    .reserve_circle_text {
        top: -41px;
        left: 205.8px;
    }
    .reserve_area .reserve {
        left: 205.8px;
        top: -67px;
        max-width: 80px;
    }

	.reserve_circle_text p {
		font-size: 11px;
	}

	.reserve_circle_text .value {
		font-size: 13px;
		margin-top: -4px;
	}

	.reserve_payment_title span {
		font-size: 20px;
	}

	.reserve_cash_area {
		margin-left: 40px;
        margin-bottom: 20px;
	}

	.reserve_payment_text {
		margin-bottom: 25px;
	}

	.online_cash p:first-of-type::before {
		width: 35px;
        height: 35px;
		left: -45px;
	}

	.local_cash p:first-of-type::before {
		width: 35px;
        height: 35px;
		left: -50px;
	}

	.local_cash_area .reserve_payment_text {
		margin-bottom: 10px;
	}

	.reserve_payment_text p{
		font-size: 16px;
	}

	.reserve_payment_text .small{
		font-size: 11px;
		margin-top: 1px;
	}

	.reserve_payment_text .small_caution{
		font-size: 13px;
		margin-top: 10px;
		line-height: 1.5;
	}

	.cash_list {
		padding: 8px 12px 8px 12px;
	}

	.reserve_area .cash_caution_text {
		margin-bottom: 15px;
	}

	.reserve_area .cash_caution_text:nth-of-type(3) {
		margin-bottom: 0;
	}

	.cash_caution_text dt {
		font-size: 15px;
		margin-bottom: 7px;
        padding-left: 28px;
	}

	.cash_caution_text dt::before {
		width: 20px;
        height: 22px;
        top: -4px;
	}

	.cash_caution_text dt {
		font-size: 13px;
		margin-bottom: 8px;
	}

	.cash_caution_text dd {
		font-size: 13px;
		padding-left: 2.2em;
		margin-bottom: 15px;
	}

	#reserve_cont04 .reserve_box {
		padding-bottom: 84%;
	}

	#reserve_cont04 .reserve_text {
		margin-bottom: 65px;
	}

	#reserve_cont04 .reserve_text .small{
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	#reserve_cont04 .reserve_text .small:last-of-type{
		line-height: 1.5;
		margin-top: 10px;
	}
}

@media screen and (max-width: 350px) {
	.reserve_circle_title::after {
        left: 193.8px;
    }
    .reserve_circle_title::before {
        left: 143px;
    }
    .reserve_circle_text {
        left: 193.8px;
    }
    .reserve_area .reserve {
        left: 193.8px;
    }
    .reserve_circle_text p {
        font-size: 10px;
    }
    .reserve_circle_text .value {
        font-size: 12px;
    }
}

