@charset "utf-8";
main{
    max-width: 1400px;
    margin: auto;
}
.naka_h1{
	text-align: center;
    margin: 1%;
    font-size: 1.2em;
}
.contact_h1 {
    background: #005466;
    display: block;
    padding: 0.6% 3%;
    font-weight: bold;
    border-radius: 100px;
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    margin: 3% auto;
}
.naka_con form{
    width: 100%;
    margin: 3% auto;
	margin-top: 0;
}
.naka_con table{
	border-collapse: collapse;
	width:100%;
	border: solid 2px #333;
}
.button_group{
    text-align: center;
    margin: 4% 0;
}
.err_msg{
	margin-bottom: 3%;
	color: #f00;
}
.naka_con table td, .naka_con table th {
    vertical-align: middle;
    padding: 1% 2%;
    border: solid 1px #666;
	border-left: 0;
	min-height: 1.5em;
	word-break: break-all;
}
.naka_con table th{
	text-align:left;
    font-size: 1.1em;
	width: 14em;
	border-right: solid 2px #333;
	background: #e1ecfd;
}
.naka_con table td.form_subttl{
	border-right: dashed 0.5px #aaa;
	width: 11em;
}
.first_txt{
    margin-bottom: 1%;
    color: #ff6a00;
	text-align: center;
}
.first_txt a{
	color: #007ac1;
    text-decoration: underline;
}
.first_tr{
	border-top: solid 2px #333;
}
.form_inputTextItem,.form_textareaItem,.form_selectItem{
	width:100%;
    font-size: 1.2em;
}
.form_inputTextItem_{
    font-size: 1.2em;
    width: 3em;
    margin-right: 1%;
}
.form_inputTextItem__{
    font-size: 1.2em;
    width: calc(100% - 4em);
    margin-left: 0.5em;
}
.form_inputTextItem_t{
    font-size: 1.2em;
}
.form_inputTextItem_k{
    font-size: 1.2em;
    width: 50%;
}
.form_required{
    color: #f00;
    font-size: 0.8em;
}
.form_multi{
	display:block;
    font-size: 0.8em;
}
.price_input{
	width:5em;
}
.naka_con table td.noborder,.naka_con table th.noborder{
	border:0;
}
.naka_con table td.naiyou{
	padding-top: 0;
}
.animal{
    margin-left: 2%;
	font-size: 1.2em;
}
.check_time {
	margin-right: 5%;
    display: block;
    width: auto;
    float: left;
	font-size: 1.3em;
}
.check_time input{
	transform: scale(1.3);
    margin-right: 6px;
}
.select_room{
	font-size: 1.3em;
    height: 1.5em;
    margin-bottom: 1%;
}
.kingaku{
	display:block;
	text-align: right;
	border-bottom: dotted 1px #ccc;
    margin-bottom: 1%;
	padding-bottom: 1%;
}
.kingaku_{
	border-bottom: 0;
}
.naka_con table th.genmen{
    background: #333;
    text-align: center;
    color: #fff;
	font-weight: normal;
}
.genmen_button{
	padding-left: 1%;
}
.clear-radio-button{
	padding: 0.5% 3%;
	margin-top: 2%;
}
.doui_txt{
	margin-bottom: 2%;
}
.submit,.reset{
	padding: 1% 3%;
}
.price_link{
	float: right;
    font-size: 0.9em;
	color: #1e6497;
    margin-top: 1.3%;
}
.price_link:hover{
	text-decoration:underline;
}
.room_tbl{

}
.naka_con table.room_tbl th{
	background: #fdfce1;
	border: solid 1px;
}
.room_tbl_tr{
	border-top: solid 2px;
}
.room_price{
	margin-top: 1%;
}
.kakunin{
	background: #fff368;
    color: #f00;
    text-align: center;
    padding: 1% 5%;
}
#date_1,#date_2,#date_3,#date_4{
	width: 88%;
}
#clear_1,#clear_2,#clear_3,#clear_4 {
    width: 10%;
    font-size: 0.8em;
	padding: 3px;
    margin: 0 1%;
    border-radius: 3px;
}
.thanks_box{
	text-align:center;
	padding: 5%;
}
.thanks_box .pdf_btn{
	display: inline-block;
    background: #cb1717;
    padding: 0.2% 1%;
    margin: 0.3%;
    margin-top: 1%;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.thanks_box .next_btn{
	display: inline-block;
	background: #175fcb;
    padding: 0.2% 1%;
    margin: 0.3%;
    margin-top: 1%;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.thanks_box .end_btn{
	display: inline-block;
	background: #342121;
    padding: 0.2% 1%;
    margin: 0.3%;
    margin-top: 1%;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.thanks_msg{
	margin-bottom:0.5%;
}
.rec_num{
	font-weight:bold;
}
#setsubi_txt{
	display:none;
}

@media screen and ( max-width:1450px) {
.form_inputTextItem_t {
    width: 40%;
}
#date_1, #date_2, #date_3, #date_4 {
    width: 85%;
}
#clear_1, #clear_2, #clear_3, #clear_4 {
	width: 13%;
    padding: 0.5%;
}
}
@media screen and ( max-width:1100px) {
#date_1, #date_2, #date_3, #date_4 {
    width: 80%;
}
#clear_1, #clear_2, #clear_3, #clear_4 {
	width: 18%;
}
@media screen and ( max-width:960px) {
.form_container tr,.form_container th,.form_container td{
	display:block;
}
.room_tbl tr{
	display: table-row;
}
.room_tbl th{
	display: table-cell;
}
.room_tbl td{
	display: table-cell;
}
.naka_con table td.form_subttl {
    border-right: 0;
    width: auto;
}
.naka_con table th {
    width: auto;
    border-right: 0;
}
.syamei{
	display:block;
}
.pc_br{
	display:none;
}
}
@media screen and ( max-width:650px) {
.naka_con form {
    width: 96%;
}
.naka_con table th.genmen {
    font-size: 0.9em;
}
.doui_txt {
    text-align: left;
}
}
@media screen and ( max-width:599px){
.naka_con form {
    width: 94%;
}
}
@media screen and ( max-width:425px){
.naka_con table th.genmen {
    font-size: 0.85em;
}
}