html{
	overflow-x: hidden;
	background-color: #f5f5f5;
}
.no_pc{
	display: block;
}
.no_sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.no_pc{
		display: none;
	}
	.no_sp{
		display: block;
	}
}


#settle{
	width: 100%;
}
.settle_wrap{
	height: 29px;
	width: calc(100% - 80px);
	padding: 45.5px 0 45.5px 80px;
	background-color:rgba(35,35,38,0.5);
	position: relative;
	margin-top: 100px;
}
.settle_wrap p{
	font-family: 'Golos Text', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: calc(29 / 24);
	letter-spacing: 0.08em;
	color: #fff;
}
.settle_wrap video{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 120px;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.st_video_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	height: 100%;
	width: 100%;
	background-color:rgba(35,35,38,1);
}
@media screen and (max-width: 768px) {
	.settle_wrap{
		height: calc(48px / 2);
		width: calc(100% - 20px);
		padding: 45.5px 0 45.5px 80px;
		padding-top: calc(56px / 2);
		padding-left: calc(40px / 2);
		padding-bottom: calc(56px / 2);
	}
	.settle_wrap p{
		font-size: calc(40px / 2);
		line-height: calc(48 / 40);
	}
	.settle_wrap video{
		height: calc(160px / 2);
	}
}
.settle_msg{
	height: 212px;
	width: 100%;
	background-color: #f8f8f8;
}
.st_msg_box{
	height: 32px;
	width: 1100px;
	padding: 80px 0 47px;
	margin: 0 auto;
}
.st_msg_box h1{
	height: 32px;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(32 / 16);
	letter-spacing: 0.16em;
	color: #232326;
	margin-bottom: 32px;
}
.settle_box{
	position: relative;
	width: 760px;
	margin: 0 auto;
}
.settle_box01{
	height: 32px;
	padding: 17px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: calc(32 / 20);
	letter-spacing: 0.16em;
	color: #232326;
	margin-bottom: 20px;
}
.settle_box02{
	height: 409px;
	width: 100%;
	margin-bottom: 38px;
}
.settle_box02 img{
	height: 409px;
	width: 100%;
}
.settle_box03{
	height: 109px;
	width: 100%;
	margin-bottom: 38px;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.select_txt{
	height: 32px;
	width: 100%;
	margin-bottom: 16px;
	display: -webkit-flex;
    display: flex;
}
.select_txt h2{
	height: 32px;
	margin: 0 10px;
	padding: 0 10px;
	border: 1px solid #232326;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: calc(32 / 12);
	letter-spacing: 0.16em;
	color: #232326;
	text-align: center;
	margin-right: 24px;
}
.select_txt h3{
	height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(32 / 16);
	letter-spacing: 0.16em;
	color: #232326;
	text-align: center;
	margin-right: 24px;
}
.select_txt p{
	height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: calc(32 / 12);
	letter-spacing: 0.16em;
	color: #232326;
	text-align: center;
	margin-right: 24px;
}
.reserved_msg{
	display: -webkit-flex;
    display: flex;
    margin-left: auto;
}
.re_symbol{
	height: 16px;
	width: 31px;
	margin: 8px 16px 8px 0;
	border-radius: 80px;
	opacity: 0.5;
	background-color: #232326;
}
.reserved_msg p{
	height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: calc(32 / 12);
	letter-spacing: 0.16em;
	color: #232326;
	text-align: center;
}
.select_area{
	height: 51px;
	width: 100%;
	background-color: #3a3a3a;
}
.settle_box04{
	height: 197px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 40px;
}
.settle_box04 h2{
	height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: calc(32 / 12);
	letter-spacing: 0.16em;
	color: #232326;
	margin-left: 24px;
}
.time_input{
	height: 82px;
	background-color: #3a3a3a;
	margin: 24px auto 53px;
	width: 535px;
}
.fg_request{
	position: absolute;
	top: 0;
	right: 0;
	height: 23px;
	padding: 22px 31px 21px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(23 / 16);
	letter-spacing: 0.16em;
	color: #232326;
	background-color: #fff;
	border-radius: 3px;
	-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.reserved_button{
	height: 50px;
	width: 380px;
	padding: 25px 0 24px;
	margin: 0 auto 164px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #232326;
    border-radius: 3px;
    text-decoration: none;
    -webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.re_field01{
	height: 50px;
	width: 19px;
	clip-path: polygon(100% 0%, 0% 5%, 0% 95%, 100% 100%);
	background-color: #fff;
	margin-right: 39px;
}
.re_field02{
	height: 50px;
}
.re_field02 h3{
	height: 23px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(23 / 16);
	letter-spacing: 0.16em;
	color: #fff;
	margin-bottom: 6px;
}
.re_field02 p{
	height: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: calc(14 / 12);
	letter-spacing: 0.08em;
	color: #fff;
}

/*--------------------settle-input--------------------*/
.input_wrap{
	width: 760px;
	margin: 100px auto;
}
.input_box01{
	margin-bottom: 400px;
}
.input_box01 h2,.input_box02 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: calc(32 / 20);
	letter-spacing: 0.16em;
	color: #232326;
	margin-bottom: 22px;
}
.input_box01 p, .input_box02 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: calc(32 / 16);
	letter-spacing: 0.16em;
	color: #232326;
	margin-bottom: 45px;
}
.input_box01 h3{
	height: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: calc(32 / 16);
	letter-spacing: 0.16em;
	color: #232326;
	margin-bottom: 45px;
	padding-bottom: 26px;
	border-bottom: 1px solid #c9c9c9;
}
.box_line{
	height: 92px;
	display: -webkit-flex;
    display: flex;
    margin-bottom: 40px;
}
.list_title{
	width: 150px;
	margin-right: 65px;
	padding: 38px 0;
}
.list_title label{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(16 / 16);
	letter-spacing: 0.16em;
	color: #232326;
}
.list_title p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #232326;
}

.form_box{
	height: 92px;
	width: calc(100% - 150px - 65px);
	display: -webkit-flex;
    display: flex;
}
.box_typeA input{
	height: 88px;
	width: 189px;
	background-color: #fff;
	border:2px solid #a3a3a3;
	text-align: center;
}
.form_box span{
	padding: 38px 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0.16em;
	margin-left: 22px;
}
.box_typeB input{
	height: 88px;
	width: 524px;
	background-color: #fff;
	border:2px solid #a3a3a3;
	padding-left: 44px;
}
.form_box01{
	width: calc(100% - 150px - 65px);
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_box01 input{
	height: 88px;
	background-color: #fff;
	border:2px solid #a3a3a3;
}
.form_box01 input:nth-child(1){
	height: 88px;
	width: 100%;
}
.form_box01 input:nth-child(2){
	height: 88px;
	width: 270px;
	margin-right: 28px;
}
.form_box01 input:nth-child(3){
	height: 88px;
	width: 270px;
}
.settle_next{
	height: 16px;
	padding: 42px 0;
	width: 380px;
	margin: 60px auto 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0.16em;
	text-align: center;
	color: #fff;
	display: block;
	background-color: #232326;
	border-radius: 3px;
	-webkit-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-moz-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	-ms-filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	filter:drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	text-decoration: none;
}



























