@charset "utf-8";


/*=============================================
	
	タイトル枠
	
==============================================*/
#top_title_wrap {
	text-align: center;
	color: #FFF;
	position: relative;
	margin: 0 0;
}
#top_title_wrap .title_img {
	position: relative;
}
#top_title_wrap .title_img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #000;
	opacity: 0.1;
	display:block;
}
#top_title_wrap h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	font-size: 3.6em;
	line-height: 1.0em;
	transform: translate(-50%, -50%);
}

.error {
	color:#F03;
}

@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	#top_title_wrap {
		padding: 0 0;
		text-align: center;
		margin: 0 0;
	}
	#top_title_wrap h2 {
		font-size: 70px;
		margin: 0 0;
	}

}

/*=============================================
	
	送信完了画面
	
==============================================*/
.thankyou_text {
	text-align: center;
	margin: 0 0 2.0em;
}

@media print, screen and (max-width: 768px) {
}

@media print, screen and (min-width: 769px) {

}



/*=============================================
	
	リード文
	
==============================================*/
.lead {
	text-align: center;
	font-size: 1em;
	padding: 2.0em 0;
	color: #c19e7b;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.lead {
		text-align: center;
		font-size: 20px;
		color: #c19e7b;
	}
}


/*=============================================
	
	入力フォーム ** 旧サイト流用
	
==============================================*/
/* 6: form
----------------------------------------------- */

#title_wrap h2 span {
	font-size: 14px;
	color: #777;
	display: block;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

.form-contents .inner{
	text-align:left;
	margin-bottom:100px;
}

.form_text{
	margin-top:30px;
	margin-bottom:40px;
}


.form_input{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
	border-top: 1px solid #ddd;
}

.arrow_below::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 35%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

.arrow_below + .arrow_below::after {
	right: 10px;
}

input[type="submit"] {
	color: #FFF;
}

.fair_id {
	background: none !important;
	border: none !important;
}

input[type="text"], input[type=tel], textarea {
	border: 1px solid #CCC;
	padding: 0.6em 0.3em;
}

.button-style, .button-back {
	color: #FFF !important;
	font-size: 115%;
	display: block;
	width: 100%;
	padding: 18px 0;
	cursor: pointer;
	background: #d25510;
}

#address-table.off {
	display: none;
}

.mail_ac_wrap {
	position: relative;
}

#mail_ac {
	position: absolute;
	z-index: 2;
	font-size:0;
	width:300px;
}

#mail_ac li {
	font-size:12px;
	float:left;
}

#mail_ac li a {
	background: #FFF;
	border: solid 1px #DDD;
	border-top:none;
	box-sizing: border-box;
	color: #222;
	width:11em;
	display: block;
	padding: 2px 6px;
}

#mail_ac li a:hover {
	opacity: 1;
	background: #F2F5F8;
}

@media screen and (min-width:769px) {

.form_input tr {
	border-bottom:1px solid #ddd;	
}
.form_input th,
.form_input td{
	padding:20px;
	vertical-align:top;
}

.form_input th{
	width:27%;
	color: #c19e7b;
	font-weight: bolder;
}

#form_comp .form_text{
	text-align: center;
}

}

@media screen and (max-width:768px) {

.form_input tr,
.form_input th,
.form_input td{
	display:block;
	text-align:left;
}

.form_input tr{
	border-bottom: 1px solid #ddd;
}

.form_input th{
	padding: 1.2em 0 1.0em;
	color: #c19e7b;
}

.form_input td{
	padding: 0 0 1.2em;
}



}


.form_input #shiryou-row.off,
.form_input #address-row.off{
	display:none;
}



.form-contents .must{
	background:#c19e7b;
	display:inline-block;
	font-size:12px;
	color:#fff;
	padding:1px 3px;
	margin-left:10px;
	line-height:16px;
	vertical-align:middle;
}
.form-contents .must.nini {
	background:#CCCCCC;
	color:#fff;
}

.form_input .row{
	margin-bottom:15px;
}


.form-contents input[type=text],
.form-contents input[type=tel],
.form-contents input[type=email]{
	padding: 12px 5px;
	font-size: 110%;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}



.form-contents select.add_otherday{
	width: 35%;
	padding: 10px 5px 10px 5px;
	font-size: 110%;
	border: 1px solid #CCC;
	background: #F9F9F9;
}

.form-contents .long[type=text]{
	width:80%;
}

.form-contents textarea{
	padding:5px;
	font-size:16px;
	width:80%;
	height:150px;
	color: #444444;
}



@media screen and (max-width:768px) {


.form-contents input[type=text],
.form-contents input[type=tel],
.form-contents input[type=email]{
	width:100%;
}
.form-contents .long[type=text],
.form-contents textarea{
	width:100%;
}

}



.form-button{
	margin-bottom:50px;
	text-align:center;
	position:relative;
	min-height:20px;
	color: #FFF !important;
	padding: 18px 0;
	
}

.btn_area {
	margin: 0 0 3em;
}
.btn_area a {
	text-align: center;
}

.button-style.button-back{
	background:#aaa;
	width: 100%;
	padding: 18px 0;
	min-height: 20px;
}

.button-style.send {
	display: block;
	background: #d25510;
	width: 100%;
	min-height: 20px;
	padding: 18px 0;
	margin-bottom:2em;
}

@media screen and (min-width:769px) {

.form-button {
	width: 600px;
	margin: 0 auto 50px;
	text-align: center;
}

.btn_area {
	margin: 0 0 70px;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

.button-style.send {
	width:30%;
	margin-left:4%;
	padding: 18px 0;
	margin-bottom: 0;
}

.button-style.button-back{
	width:30%;
	padding: 18px 0;
	margin-bottom: 0;
}

}

@media screen and (max-width:768px) {

}


.form_error{
	color:#c00;
}

/*=============================================
	
	シンプルボタン
	
==============================================*/
	.btn_list_wrap {
		width: 80%;
		margin: 0 auto 2.4em;
	}
	.btn_list_wrap li {
		font-size: 1.4em;
		font-weight: bolder;
	}
	.btn_list_wrap li a {
		display: block;
		padding: 1.2em 0;
		background: #ff7d5d;
		color: #FFF;
		text-align: center;
		margin: 0 0 1.0em;
		position: relative;
	}
	.btn_list_wrap li a:after {
		content: "";
		position: absolute;
		right: 3%;
		top: 45%;
		transition: all 0.2s ease-in-out;
		display: block;
		width: 6px;
		height: 6px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
	.btn_list_wrap {
		width: 640px;
		margin: 0 auto 50px;
		text-align: center;
	}
	.btn_list_wrap li {
		display: inline-block;
		width: 45%;
		margin: 0 2%;
		font-size: 13px;
	}

}


/*=============================================
	
	シンプルボタン
	
==============================================*/
.policy {
	color: #999;
	text-decoration: underline;
}
.policy:hover {
	color: #666;
	text-decoration: none;
}
@media print, screen and (max-width: 768px) {

}

@media print, screen and (min-width: 769px) {
}


