@charset "utf-8";
#main .plan_list {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
}
#main .plan_list li {
    width: 23%;
    margin: 0 1% 1%;
}
#main .plan_list li > h2 {
    height: 100%;
}
#main .plan_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: .1s;
	border: 1px solid #eee;
	border-radius: 10px;
}
#main .plan_list li a img {
	width:100%;
	height: 100%;
}
#main .plan_list li a .plan_info {
    padding: 0 12px 12px;
    margin-top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border-radius: 0 0 10px 10px;
}
#main .plan_list li a h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
	height: 42px;
    overflow: hidden;
}
#main .plan_list li a:hover h2 {
    color: #0f3888;
}
#main .plan_list li a dl {
	display: flex;
    flex-wrap: wrap;
    margin: auto 0 8px;
    width: 100%;
    font-size: 14px;
}
#main .plan_list li a dl dt,
#main .plan_list li a dl dd {
    margin-top: 8px;
    padding: 0;
    line-height: 14px;
	font-weight: bold;
}
#main .plan_list li a dl dt {
	width: 64px;
    color: #000;
    border-right: .5px solid #000000;
}
#main .plan_list li a dl dd {
    width: calc(100% - 64px);
    padding-left: 10px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
#main .plan_list li a dl dd span {
	color: #f00;
	font-weight: bold;
}
#main .plan_list li a dl dd span.men_text {
    display: block;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}
#main .plan_list li a .plan_chach {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 6px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
#main .plan_list li a .plan_text {
	font-size: 12px;
	margin: auto 0 12px;
	line-height: 16px;
    color: #666666;
	height: 80px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#main .main_plan {
    margin-bottom: 4%;
}
#main .cont .main_img {
    position: relative;
    float: left;
    width: 40%;
    margin-right: 10px;
    margin-bottom: 10px;
}
#main .cont .main_img > img {
    box-shadow: 0px 3px 7px #00000033;
	border-radius: 15px;
}
#main .main_plan .plan_info {
}
#main .item_title {
    text-align: left;
    line-height: 1.2;
    font-size: 25px;
	font-weight: bold;
    margin-bottom: 20px;
    color: #0f3888;
}
#main .item_catch {
    font-size: 18px;
	font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
#main .item_text {
    color: #666666;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.resv_form dl, #order_form dl {
    border-bottom: 1px solid #0F3888;
    padding: 7px 0;
    display: flex;
}
.resv_form dl dt, #order_form dl dt {
    height: 30px;
    width: 70px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    background: #0F3888;
    margin-right: 5px;
    display: block;
    border-radius: 4px;
}
.resv_form, #order_form .order {
    background-color: #eee;
    padding: 10px;
    margin: 16px 0;
    display: block;
    border-radius: 8px;
}
.resv_form dl.date dd, #order_form dl.date dd {
    max-width: 240px;
}
.resv_form dl.price dt, #order_form dl.price dt {
    background: #ff4500;
}
.resv_form dl.men dd, .resv_form dl.room dd, #order_form dl.men dd {
    max-width: 110px;
}
.resv_form dl.date dd, .resv_form dl.men dd, .resv_form dl.room dd, #order_form dl.date dd, #order_form dl.men dd {
    background: #fff url(../img/icon_select.png) no-repeat right 5px top 7px;
    background-size: 16px 16px;
    padding: 0 15px 0 5px;
    border-radius: 4px;
}
.resv_form dl dd, #order_form dl dd {
    width: calc(100% - 75px);
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.resv_form dl.plan_point dd {
	display: flex;
    flex-wrap: wrap;
}
.resv_form dl.plan_point dd i {
	font-size: 15px;
    font-weight: bold;
    color: #0000ff;
	margin-right: 10px;
}
.resv_form dl.plan_point dd span {
	font-size: 12px;
    font-weight: normal;
    color: #000;
} 
.resv_form dl dd span {
    margin-right: 12px;
	font-size: 16px;
}
.resv_form .price span {
    color: #ff4500;
    font-weight: bold;
}
.resv_form .resv_mess, #order_form .order_mess {
    padding: 7px 0;
}
#main .cont .mess_list li {
    font-size: 14px;
    line-height: 1.5;
    background: transparent url(../img/icon_mess.png) no-repeat 0 1px;
    background-size: 16px 16px;
    padding-left: 25px;
}
#main .cont .mess_list li.war {
    color: #e00;
    background-image: url(../img/icon_war.png);
}
/*
#main .cont.form {
	margin: 60px 0 -60px 0;
    padding: 59px 0px;
}*/
#main .cont_butt {
    margin: 16px 0;
    display: flex;
	/* background: #eee; */
}
#main .cont_butt button {
	width: 41%;
    max-width: 150px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
	background-color: #0F3888;
    border: 1px solid #0F3888;
    padding: 10px 0;
    display: block;
    transition: .1s;
    border-radius: 8px;
}
#main .cont_butt button:hover {
	color: #0F3888;
    background-color: #fff;
}
#main .cont_butt button.next {
	border: 1px solid #ff4500;
    background: #ff4500;
	margin-left: 16px;
}
#main .cont_butt button.next.disabled {
	background: #ec6d3d;
}
#main .login_item .cont_butt .butt {
    background-color: #0F3888;
    border: 1px solid #0F3888;
}
#main .login_item .cont_butt .butt:hover {
	color: #0F3888;
	background: #fff;
}

#main .cont_butt button.next:hover {
	color: #ff4500;
    background-color: #fff;
}
#main .cont_butt button.next:disabled {
    color: #999;
    background: #666;
    border: none;
}
#main .cont_butt button.back {
    border: 1px solid #ccc;
    background-color: #ccc;
}
#main .cont_butt button.back:hover {
	background: #fff;
	color: #ccc;
}
#main .data_head .cont_item_title {
    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 20px 0;
    font-weight: bold;
}
#main .border_box {
	margin-bottom: 50px;
}
#main .data_cont {
	margin: 20px 0;
}
#main .data_cont .sub_title {
    font-weight: bold;
}
#main .data_cont .sub_text {
    color: #666;
    margin-top: 10px;
    line-height: 20px;
}
#main .album_list, #main .photo_list {
    width: 102%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
#main .album_list li, #main .photo_list li {
    width: 25%;
    padding: 10px 1% 0;
}
#main .form_tbl {
    background-color: #eee;
    padding: 0 10px;
	
}
#main .form_tbl {
    width: calc(100% + 4px);
    border-collapse: separate;
    border-spacing: 2px;
    margin: -2px -2px 18px -2px;
}
#main .form_tbl tr {
    border-bottom: 1px solid #0F3888;
    padding: 7px 0;
    display: flex;
}
#main .form_tbl tr:last-child {
    border-bottom: none;
}
#main .cont .form_tbl tr td{
    width: calc(100% - 100px);
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
    overflow: hidden;
    display: block;
	margin-left: 20px;
}
#main .cont .form_tbl tr th{
	width: 110px;
	height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    vertical-align: middle;
    background-color: #0F3888;
    padding: 8px 0;
}
#main .cont .form_tbl tr.price th{
    background-color: #f00;
}
#main .form_tbl tr .in textarea {
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    display: block;
}
@media screen and (max-width: 1000px) {
    #main .plan_list li a dl {
        font-size: 12px;
    }
    #main .plan_list li a dl dt {
        width: 56px;
    }
    #main .plan_list li a dl dd {
        width: calc(100% - 56px);
        padding-left: 6px;
    }
}
@media screen and (max-width: 880px) {
    #main .plan_list li {
        width: 48%;
        margin: 0 1% 1%;
    }
    #main .plan_list li a dl {
        font-size: 14px;
    }
    #main .plan_list li a dl dt {
        width: 74px;
    }
    #main .plan_list li a dl dd {
        width: calc(100% - 74px);
        padding-left: 16px;
    }
}
@media screen and (max-width: 660px) {
	#main .album_list li, #main .photo_list li {
        width: 50%;
    }
    #main .main_plan {
        display: block;
        top: 52px;
        margin-bottom: 10%;
    }
    #main .main_plan .main_img {
        float: left;
        margin: 0 8px 8px 0;
    }
    #main .main_plan .plan_info {
        width: 100%;
    }
    #main .item_title {
        font-size: 15px;
        margin-bottom: 8px;
    }
    #main .item_catch {
        font-size: 13px;
        margin-bottom: 6px;
    }
    #main .item_text {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    #main .plan_list li a dl {
        font-size: 12px;
    }
    #main .plan_list li a dl dt {
        width: 54px;
    }
    #main .plan_list li a dl dd {
        width: calc(100% - 54px);
        padding-left: 6px;
    }
    #main .plan_list li a .plan_info {
        padding: 0 8px 8px;
    }
}
@media screen and (max-width: 420px) {
    #main .plan_list li a dl {
    }
}
