@charset "UTF-8";
/* CSS Document */


/*メールフォーム でのお問い合わせ*/
.form_wrap{}

.form_wrap table{
	width:100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
	font-size: 1em;
	margin:5px 0 30px 0;
	border-collapse:collapse;
	}

.form_wrap table th{
	width: 30%;
	color: #1f2e55;
	border-bottom:1px solid #ccc;
	word-break: break-all!important;
	text-align:center;
	padding: 0.75rem 1rem;
	}
.form_wrap table th p{
	line-height: 150%;
	}

.form_wrap table td{
	width: 70%;
	border-bottom:1px solid #ccc;
	padding: 0.75rem 1rem;
	}






.form_wrap .wpcf7-text,
.form_wrap .wpcf7-email,
.form_wrap .wpcf7-textarea,
.form_wrap .wpcf7-date{
	border:solid 1px #ccc;
	border-radius: 3px;
	padding: 0.5rem;
	font-size: 100%;
	}

.form_wrap .wpcf7-select{
	border:solid 1px #ddd;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 100%;
	}

.form_wrap .wpcf7-checkbox .wpcf7-list-item{
	display: block!important;
	}


.ttl-addr-detal{
	margin-bottom: 0!important;
	}
.ttl-addr-detal + p{
	margin-top: 0!important;
	}



.select_menu{
	margin-bottom: 1.2rem;
	}

.select_menu .wpcf7-select{
	margin-bottom: 0.5rem;
	}

.wpcf7-radio .wpcf7-list-item,
.wpcf7-checkbox .wpcf7-list-item{
	margin-left: 0;
	}
.wpcf7-radio .wpcf7-list-item.last{
	margin-left: 1rem;
	}







.form_wrap .wpcf7-acceptance .form-submit{
    border:solid 1px #ccc;
    }



.form_wrap input.wpcf7-submit{
	background: #fff;
	border: solid 1px #1f2e55;
	color: #1f2e55!important;
	font-size: 1.3em;
	font-weight: bold;
	border-radius: 50px;
	margin: 30px auto 20px auto;
	padding: 12px 20px;
	width: 50%;
	display: block;
    text-align: center;
	}
.form_wrap input.wpcf7-submit:hover{
	background: #1f2e55;
	color: #fff!important;
	border: solid 1px #1f2e55;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
.form_wrap input.wpcf7-submit:active{
	background: #1f2e55;
	color: #fff;
	}

/*リンク*/
.form_wrap a{
	color: #1f2e55;
	font-weight: bold;
	text-decoration: underline;
	}
.form_wrap a:hover{
	text-decoration: none;
	}

/*必須印*/
.form_wrap em{
	display: inline-block;
	background: #d9534f;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	padding: 4px 5px  4px 5px;
	margin-left: 4px;
	position: relative;
    top: -2px;
	}

.form_wrap .tiny{
	font-size: 75%;
	line-height: 160%!important;
	}
.form_wrap .tiny.red{
	font-weight: bold;
	margin: 0!important;
	}

	@media only screen and (max-width: 900px) {
		.form_wrap table th{
			width: 20%!important;
			padding: 0.5rem;
			}
		.form_wrap table td{
			width: 80%!important;
			padding: 0.5rem;
			}
		/*必須印*/
		.form_wrap em{
			margin-left: 1px;
			}
		}
	@media only screen and (max-width: 767px) {
		.form_wrap .radio_btn{
			display: block;
			}
		.form_wrap table{
			font-size:0.95em;
			}
		.form_wrap table th{
            display: block;
			padding: 0.5rem 0.5rem 0 0.5rem!important;
			width: 94%!important;
			border-bottom: none!important;
            text-align: left!important;
			}
		.form_wrap table th br{
            display: none!important;
			}
		.form_wrap table td{
            display: block;
			padding: 0 0.5rem 0.5rem 0.5rem!important;
			width: 94%!important;
			}
		.p-addr,
		.p-addr-deta,
		.wpcf7-email,
		.wpcf7-textarea{
			max-width: 96%!important;
			}

        .form_wrap input.submit_button,
        .form_wrap #div_btn input.bt{
            font-size: 1.1em;
            margin: 20px auto;
            padding: 8px 20px;
            width: 85%;
            }
        /*必須印*/
		.form_wrap em{
			font-size: 10px;
			margin-left: 2px;
			padding: 2px 4px  2px 4px;
			}
		}





/*------------------------------

　完了画面 -section-

------------------------------*/

.sec__complete{}

.sec_comp__announce{
	text-align: center;
	}

/*-----テキスト ご予約ありがとうございます-----*/
.title__bdr_both{
	position: relative;
	text-align: center;
	color: #1f2e55;
	font-weight: bold;
	margin-bottom: 1rem;
	}
.title__bdr_both::before,
.title__bdr_both::after {
	position: relative;
	display: inline-block;
	content: "";
	background: #1f2e55;
	width: 1px;
	height: 1rem;
	margin: 0 0.6rem;
	margin-top: 0;
	vertical-align: middle;
	}
.title__bdr_both::before {
	transform: rotate(-35deg);
	}
.title__bdr_both::after {
	transform: rotate(35deg);
	}


/*-----説明文-----*/
.sec_comp__tx{
	font-weight: bold;
	line-height: 170%;
	margin: 1rem 2rem;
	}
	@media only screen and (max-width: 540px) {
		/*--説明文--*/
		.sec_comp__tx br{
			display: none;
			}
		}


