@charset "utf-8";

/* base------------------------ */
#wrapper {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;

}

/* lp202009 上お得意様限定ご優待企画
================================================================== */
#lp202009 .design_img {
	padding-bottom: 90px;
	text-align: center;
	margin: 0;
}

#lp202009 .design_img img {
	max-width: 100%;
}

#lp202009 .flo_nav {
	width: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
	text-align: center;
}

#lp202009 .flo_nav .contact {
	width: 56.666666666666664%;
	background: #f29600;
}

#lp202009 .flo_nav .contact.contact-wakayama {
	background: #13b5b1;
}

#lp202009 .flo_nav .zaiko {
	width: 31.333333333333336%;
	background: #c2000e;
}

#lp202009 .flo_nav #pagetop {
	width: 12%;
	background: #4db546;
}

#lp202009 .design_img .position-relative {
	position: relative;
}

#lp202009 .design_img .active01 {
	position: absolute;
	max-width: 692px;
	height: auto;
	width: 53vw;
	top: 20%;
	left: 1%;
}

#lp202009 .design_img .active02a {
	position: absolute;
	max-width: 604px;
	width: 48vw;
	height: auto;
	top: 65%;
	left: 2%;
}

#lp202009 .design_img .active02b {
	position: absolute;
	max-width: 604px;
	width: 48vw;
	height: auto;
	top: 65%;
	right: 2%;
}

#lp202009 .design_img .active03 {
	position: absolute;
	max-width: 966px;
	height: auto;
	width: 52vw;
	top: 1%;
}

#lp202009 .design_img .active03 {
	position: absolute;
	max-width: 966px;
	height: auto;
	width: 76vw;
	top: 1%;
	left: 0;
	right: 0;
	margin: auto;
}

#lp202009 .design_img .active04 {
	position: absolute;
	max-width: 1132px;
	height: auto;
	width: 90vw;
	top: 12%;
	left: 0;
	right: 0;
	margin: auto;
}

#lp202009 .design_img .active05 {
	position: absolute;
	max-width: 1074px;
	height: auto;
	width: 84vw;
	top: 68%;
	left: 0;
	right: 0;
	margin: auto;
}

#lp202009 .design_img .active06 {
	position: absolute;
	max-width: 1085px;
	height: auto;
	width: 83vw;
	top: 82%;
	left: 0;
	right: 0;
	margin: auto;
}

#lp202009 .design_img .active07 {
	position: absolute;
	max-width: 1203px;
	height: auto;
	width: 90vw;
	top: 6%;
	left: 0;
	right: 0;
	margin: auto;
}

#lp202009 .design_img .active08 {
	position: absolute;
	max-width: 1230px;
	height: auto;
	width: 90vw;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* ================================================================
  スマホ
=================================================================== */
@media screen and (max-width: 599px) {

	#lp202009 .design_img {
		padding-bottom: 45px;
	}

	#lp202009 #btn_nav img {
		width: 100%;
	}

}

/* ================================================================
  お問い合わせフォーム
=================================================================== */
.form_area {
	margin: 80px 0;
}

.form_title {
	padding: 1.6rem;
	text-align: center;
	font-size: 32px;
	line-height: 1.4;
}

.tbl {
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	margin: -10px;
	padding: 16px;
}

.tbl th {
	width: 30%;
	padding: 8px 13px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	background-color: #f59600;
}

.tbl td {
	border-bottom: 1px dashed #d2d2d2;
	padding: 5px 10px 10px;
	text-align: left;
}

.tbl .month {
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	text-align: center;
	padding: 0 10px;
	margin-right: 1em;
	margin-bottom: 5px;
	width: 60px;
	display: inline-block;
	font-size: 13px;
	color: #f59600;
}

.pr_area {
	padding: 0 16px;
}

.pr_txt {
	width: 100%;
	margin: 20px auto 30px;
	border: 4px solid #f59600;
	padding: 20px 25px;
}

.pr_txt .tit {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}

.pr_txt a {
	color: #f59600;
}



/* form ------------------------ */

.txt_box {
	margin: 28px auto;
	padding: 15px;
	background: #FCF3D0;
}

#sec-form input.required,
#sec-form textarea.required {
	border: 1px solid #bdbdbd;
	border-left: 2px solid #de3225;
}

#sec-form label {
	display: inline-block;
}

#sec-form select {
	padding: 3px 8px 6px;
}


#sec-form input[type="submit"],
#sec-form input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
}

#sec-form input[type="text"],
#sec-form textarea,
#sec-form select {
	margin: 3px 0;
}

#sec-form .submit {
	margin: 40px auto;
	text-align: center;
}

#sec-form .submit input {
	display: inline-block;
	margin: 0 10px;
	padding: 16px 50px 14px;
	font-size: 120%;
	font-family: inherit;
	border: medium none;
	color: #fff;
	background: #d60716;
}

#sec-form .submit input[type="button"] {
	background-color: #b3b3b3;
}

#sec-form .submit input:hover {
	background-color: #f29600;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#sec-form input.t {
	width: 15%;
}

#sec-form input.s {
	width: 30%;
}

#sec-form input.m {
	width: 60%;
}

#sec-form input.l {
	width: 96%;
}

#sec-form textarea {
	width: 96%;
}

#sec-form label input {
	margin: 0 3px 0 0;
}

#sec-form .inquiry_area label {
	margin: 0 8px;
}


#sec-form input[type="text"],
#sec-form input[type="email"],
#sec-form input[type="tel"],
#sec-form textarea {
	border-radius: 3px;
	padding: 4px 8px;
	border: 1px solid #CCC;
}

#sec-form input[type="text"].required,
#sec-form input[type="email"].required,
#sec-form input[type="tel"].required,
#sec-form textarea.required {
	border-radius: 3px;
	padding: 4px 8px;
	border-left: 2px solid #de3225;
}

@media screen and (max-width: 599px) {
	.form_area {
		margin: 32px 0;
	}

	.form_title {
		padding: 1.6rem;
		text-align: center;
		font-size: 24px;
		line-height: 1.4;

	}

	.tbl {
		width: 100%;
		margin: 0 auto;
		padding: 0 8px;
	}

	.tbl tr>* {
		display: block;
		width: 100%;
	}

	.tbl tr {
		display: block;
	}

	.tbl th {
		width: 100%;
		padding: 8px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		background-color: #f59600;
	}

	.tbl td {
		padding: 8px 8px 13px;
		background-color: #fff8ec;
	}

	#sec-form .submit {
		margin: 20px auto;
		text-align: center;
	}


}