#main .resv_form {
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 16px;
	display: block;
	margin: 16px 0;
}
#main .resv_form .resv_box {
	border-bottom: 1px solid #fff;
	padding: 8px 0;
	display: flex;
}
#main .resv_form .resv_box dt {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	width: 70px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ccc;
	border-radius: 8px;
	overflow: hidden;
}
#main .resv_form .resv_box.date dt,
#main .resv_form .resv_box.men dt,
#main .resv_form .resv_box.room dt {
	background-color: var(--main-color);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
}
#main .resv_form .resv_box.point dt {
	background-color: #093;
}
#main .resv_form .resv_box.price dt {
	background-color: #ff4500;
}
#main .resv_form .resv_box dd {
	width: calc(100% - 70px);
	font-size: 16px;
	padding: 0 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .resv_form .resv_box.date dd,
#main .resv_form .resv_box.men dd,
#main .resv_form .resv_box.room dd {
	padding: 0 15px 0 10px;
	background: #fff url('../img/icon_arrow_down.png') no-repeat right 5px top 50%;
	background-size: 16px 16px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(100, 100, 100, .3), 0 4px 12px rgba(100, 100, 100, .3);
	transition: background-color .1s;
}
#main .resv_form .resv_box.date dd:hover,
#main .resv_form .resv_box.men dd:hover,
#main .resv_form .resv_box.room dd:hover {
	background-color: #f6f6f6;
}
#main .resv_form .resv_box.date dd {
	max-width: 240px;
}
#main .resv_form .resv_box.men dd,
#main .resv_form .resv_box.room dd {
	max-width: 110px;
}
#main .resv_form .resv_box.price dd {
	font-size: 14px;
}
#main .resv_form .resv_box.price dd .tax {
	color: #ff4500;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px
}
#main .resv_form .resv_box.price dd .resv_price {
	color: #ff4500;
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px
}
#main .resv_form .resv_box.price dd div {
	display: flex;
	font-size: 14px;
}
#main .resv_form .resv_box.price dd div p {
	font-size: 14px;
	margin-left: 5px;
}
#main .resv_form .cont_butt {
	margin: 0 auto;
}
#main .plan_cont {
	background-color: var(--sub-color);
	border-radius: 8px;
	padding: 10px 15px;
	margin-bottom: 15px;
}
#main .plan_cont .plan_resv {
	margin: -5px -10px 0 -10px;
}
#main .plan_cont dl.plan_price {
	border-top: 1px solid #fff;
	padding: 10px 0;
	display: flex;
}
#main .plan_cont dl.plan_point {
	border-top: 1px solid #fff;
	padding: 10px 0;
	display: flex;
}
#main .plan_cont dl.plan_price dt {
	width: 60px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #ff4500;
	border-radius: 4px;
	margin-right: 10px;
	display: block;
}
#main .plan_cont dl.plan_point dt {
	width: 60px;
	height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #90f;
	border-radius: 4px;
	margin-right: 10px;
	display: block;
}
#main .plan_cont dl.plan_price dd {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
}
#main .plan_cont dl.plan_price dd span {
	color: #ff4500;
	font-size: 24px;
	font-weight: bold;
	margin-right: 10px;
}
#main .plan_cont dl.plan_point dd {
	font-size: 14px;
	display: block;
}
#main .plan_cont dl.plan_point dd span {
	font-size: 22px;
	font-weight: bold;
}
#main .plan_cont .plan_mess {
	border-top: 1px solid #fff;
	padding-top: 10px;
	margin: -2px 0;
}
#main .plan_cont .plan_mess li {
	font-size: 14px;
	background: transparent url('../img/icon_war1.png') no-repeat 0 4px;
	background-size: 16px 16px;
	padding: 2px 0 2px 19px;
}
#main .plan_cont .plan_mess li.case1 {
	background-image: url('../img/icon_war1.png')
}
#main .plan_cont .plan_mess li.case2 {
	color: #ff4500;
	background-image: url('../img/icon_war2.png')
}
@media screen and (max-width: 768px) {
#main .main_img {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 10px auto;
	float: none
}
#main .main_title.sub {
	display: none;
}
#main .sub_main_title {
	margin-bottom: 10px;
	margin-top: 27px;
}
#main .main_title.sub.mb {
	display: block;
	text-align: left;
	background: url(../img/down.png) no-repeat left top 3px;
	background-size: 45px;
}
}
