@charset "UTF-8";
/* ------------------------------
    common
------------------------------ */

/* ------------------------------
    page_ttl
------------------------------ */

.page_ttl {
	width: 100%;
	height: 300px;
	background: url(../img/contact/bg_pagettl.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

@media screen and (max-width: 768px) {
	.page_ttl {
		height: 150px;
		background-position: center center;
	}
}


.contact_area {
	background: url(../img/common/bg04.png) repeat;
	padding: 120px 0 134px;
}

.contact_area .btn_l a {
	margin-bottom: 130px;
}

.contact_area .btn_l a span {
	background: #fff;
	display: flex;
	align-items: center;
	line-height: 1.5;
	font-size: 2.2rem;
	text-align: left;
}

.contact_area .btn_l a span img {
	padding: 0 23px;
}


/* ------------------------------
    tab
------------------------------ */

.tab-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 35px;
	height: 88px;
	font-weight: bold;
}

.tab {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.2rem;
	width: 447px;
	height: 77px;
	text-align: center;
	/* cursor: pointer; */
	background: url(../img/contact/bg_tab.png) no-repeat;
	background-size: 100% auto;
	border-radius: 10px 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.3s ease-out;
	line-height: 13;
}

.tab a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.tab:hover {
	height: 100px;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.tab:hover {
		height: 70px;
	}
}

.tab:hover a {
	opacity: 1;
}

.tab::before {
	content: "";
	width: 100%;
	height: 9px;
	display: block;
	background: rgba(0, 0, 0, 0.09);
	position: absolute;
	bottom: 0;
	left: 0;
}

.tab.is-active {
	background: #FF8D00;
	height: 88px;
	transition: all 0.3s ease-out;
}

.tab.is-active::before {
	height: 18px;
}

.tab.is-active:hover {
	opacity: 1;
}

.tab_main {
	/*	height: 100px;*/
	padding: 70px 102px;
	border-top: none;
	background: #fff;
	position: relative;
	z-index: 2;
	display: block
}

.tab_main::after {
	content: '';
	position: absolute;
	display: block;
	top: 9px;
	right: -9px;
	width: 9px;
	height: calc(100% - 9px);
	z-index: 1;
	background: url(../img/contact/bg_stripe.png) repeat;
}

.tab_main::before {
	content: '';
	position: absolute;
	display: block;
	right: -9px;
	bottom: -9px;
	width: 100%;
	height: 9px;
	z-index: 1;
	background: url(../img/contact/bg_stripe.png) repeat;
	z-index: 1;
}

.tab_content {
	display: none;
}

.tab_content.is-show {
	display: block;
}



.tab_content .txt {
	padding-bottom: 40px;
}

.tab_content .txt p {
	font-size: 1.6rem;
	line-height: 2.1;
}

.tab-list .tab {
	display: flex;
	flex-direction: column;
	line-height: 1.25;
}

.tab-list small {
	font-size: 80%;
}



/* form */

form {
	width: 100%;
}

form dl dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.4rem;
	padding: 35px 0 30px;
	background: url(../img/contact/bg_line.png) no-repeat;
	background-position: center top;
	margin-top: 10px;
	font-weight: bold;
}

form dl dt::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #FF8D00;
	display: inline-block;
	margin-right: 14px;
	position: relative;
	top: .15em;
	left: 0;
}

form dl dt span.must {
	font-size: 1.8rem;
	color: #FF8D00;
	vertical-align: top;
}

form dl dd {
	padding-bottom: 30px;
}

form dl dd p {
	font-size: 1.8rem;
	margin-bottom: 15px;
}

form dl dd p span {
	font-size: 1.6rem;
	/* margin-left: 1em; */
}

form .kubun {
	padding-top: 16px;
}

form .kubun label + label {
	margin-left: 90px;
}

form .kubun input[type = "checkbox"] {
	display: none;
}

.wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}

.wpcf7-list-item-label {
	font-size: 2rem;
	padding-left: 24px;
	position: relative;
	cursor: pointer;
}

.wpcf7-list-item-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #BFBFBF;
	border-radius: 3px;
	background: #fff;
}

.radio_input input:checked + .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 1px;
	width: 14px;
	height: 14px;
	background: #FF8D00;
	border-radius: 3px;
}

form dd input {
	width: 100%;
	height: 60px;
	padding: 10px;
	background: #fff;
	border: 4px solid rgba(191, 191, 191, 0.5);
	font-size: 1.6rem;
}

form dd.name {
	display: flex;
	justify-content: space-between;
}

form dd.name1 {
	padding-bottom: 26px;
}

form dd.name p {
	width: 48.5%;
	margin-bottom: 0;
}

form dd.name p > span {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 15px;
	margin-left: 0;
}

form dd.name p > span span {
	font-size: 1.6rem;
	margin-left: 0;
}

form dd.name input {
	width: 100%;
}


form dd.age {
	display: flex;
	align-items: center;
}
form dd.age input {
	width: 203px;
}

form dd.age span {
	font-size: 1.8rem;
	vertical-align: bottom;
	/* margin-left: 15px; */
	display: inline-block;
	padding-bottom: 5px;
}

form dd.age span + span {
	margin-left: 15px;
}

form dd.add_number {
	padding-bottom: 26px;
}

form dd.add_number input {
	width: 200px;
}

form dd.add_number a.autofill {
	display: inline-block;
	font-size: 1.7rem;
	width: 147px;
	height: 60px;
	line-height: 60px;
	background: #FF8D00;
	text-align: center;
	margin-left: 20px;
}

form dd.add_number .link_txt {
	margin-top: 15px;
	margin-bottom: 0;
}

form dd.add_number .link_txt a {
	font-size: 1.6rem;
	color: #FF8D00;
	text-decoration: underline;
	margin-top: 10px;
}

form dd.tel_num input {
	width: 203px;
}

form dd.tenpo input {
	width: 362px;
}

form dd textarea {
	width: 100%;
	min-height: 160px;
	padding: 10px;
	background: #fff;
	border: 4px solid rgba(191, 191, 191, 0.5);
	font-size: 1.6rem;
	resize: vertical;
}

form dl + p {
	font-size: 1.6rem;
	line-height: 2.25;
}

form dl + p a {
	color: #FF8D00;
	text-decoration: underline;
}


form .btn_area {
	margin-top: 42px;
}

@keyframes scrollBG {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}


form .submit_btn {
	position: relative;
	width: 364px;
	height: 82px;
	display: block;
	margin: 0 auto;
}

form .submit_btn input {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: rgba(255, 141, 0, 0.9);
	font-size: 2.1rem;
	text-align: center;
	line-height: 82px;
	z-index: 1;
	transition: .3s;
}


form .submit_btn::after {
	content: '';
	position: absolute;
	display: block;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_btn.png) repeat;
	transition: .3s;
}

form .submit_btn input:hover {
	opacity: 1;
	background: #fff;
	color: rgba(255, 141, 0);
}

form .submit_btn:hover::after {
	left: -6px;
	top: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	animation: scrollBG 30s ease infinite;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.contact_area {
		background: url(../img/common/bg04.png) repeat;
		padding: 30px 0 0;
	}
	.contact_area .wrap {
		padding: 0;
	}
	.contact_area .btn_l a span img {
		padding: 0 23px;
	}
	.contact_area .btn_l a {
		width: 90%;
		max-width: 350px;
		margin-bottom: 50px;
	}
	.contact_area .btn_l a span {
		line-height: 1.5;
		font-size: 1.2rem;
		text-align: left;
	}

	.contact_area .btn_l a span img {
		width: 35%;
		max-width: 145px;
		padding: 0 10px;
	}


	/* ------------------------------
			tab
	------------------------------ */
	.tab-list {
		padding: 0 5%;
		height: 58px;
	}

	.tab {
		font-size: 1.3rem;
		line-height: 1.3;
		width: 48%;
		height: 52px;
		border-radius: 5px 5px 0 0;
		background-size: 100% 100%;
	}
	.tab::before {
		height: 7px;
		bottom: -7px;
	}
	.tab.is-active {
		height: 58px;
	}
	.tab.is-active::before {
		height: 7px;
		bottom: 0;
	}
	.tab_main {
		padding: 25px 5% 60px;
	}
	.tab_main::after,
	.tab_main::before {
		display: none;
	}

	.tab_content .txt {
		padding-bottom: 15px;
	}
	.tab_content .txt p {
		font-size: 1.2rem;
		line-height: 2;
	}



	/* form */
	form dl dt {
		padding: 22px 0 15px;
		background-size: 100% 2px;
		margin-top: 5px;
		font-size: 1.6rem;
		line-height: 1;
	}
	form dl dt::before {
		width: 12px;
		height: 12px;
		margin-right: 8px;
		top: .16em;
	}
	form dl dt span {
		font-size: 1.3rem;
	}
	form dl dt span.must {
		font-size: 1.2rem;
		vertical-align: middle;
		display: inline-block;
		margin-top: .25em;
	}
	form dl dd {
		padding-bottom: 15px;
		position: relative;
	}
	form dl dd p {
		font-size: 1.2rem;
		margin-bottom: 8px;
	}
	form dl dd p span {
		font-size: 1.1rem;
		margin-left: 0;
		letter-spacing: -1px;
	}
	form dl dd p span.comments{
		/* position: absolute;
		margin-left: 0;
		top: 64px;
		left: 0; */
		display: none;
	}
	form .kubun {
		padding-bottom: 18px;
		padding-top: 0;
	}
	form .kubun label + label {
		margin-left: 8%;
	}
	/* form .kubun .radio_input {
		display: none;
	} */
	.wpcf7-list-item-label {
		font-size: 1.2rem;
		padding-left: 15px;
	}
	.wpcf7-list-item-label::before {
		top: 2px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 2px;
	}
	.wpcf7-list-item-label::after {
		top: 3px !important;
		left: 1px !important;
		width: 8px !important;
		height: 8px !important;
		border-radius: 2px;
	}
	.wpcf7-list-item + .wpcf7-list-item  {
		margin-top: 0.5em !important;
	}

	form dd input {
		height: 35px;
		padding: 5px;
		border: 2px solid rgba(191, 191, 191, 0.5);
		font-size: 1.2rem;
	}

	form dd.add_number{
		padding-bottom: 30px;
	}
	form dd.name2,
	form dd.address2,
	form dd.address3
	{
		padding-bottom: 40px;
	}

	form dd.name1 {
		padding-bottom: 17px;
	}
	form dd.name p {
		width: 48.5%;
		margin-bottom: 0;
		position: relative;
	}
	form dd.name p > span {
		position: static;
		font-size: 1.2rem;
		margin-bottom: 7px;
		margin-left: 0;
	}
	form dd.name p > span span {
		font-size: 1.1rem;
		bottom: -22px;
	}
	form dd.age {
		padding-bottom: 20px;
	}
	form dd.age input {
		width: 100px;
	}
	form dd.age span {
		font-size: 1.2rem;
		margin-left: 9px;

	}


	form dd.add_number p span {
		/* bottom: 52px; */
	}
	form dd.add_number input {
		width: 25%;
		max-width: 100px;
	}
	form dd.add_number a.autofill {
		font-size: 1.2rem;
		width: 30%;
		max-width: 120px;
		height: 35px;
		line-height: 35px;
		margin-left: 10px;
	}
	form dd.add_number .link_txt {
		margin-top: 0;
		padding-top: 30px;
	}
	form dd.add_number .link_txt a {
		font-size: 1.2rem;
		letter-spacing: -1px;
		margin-top: 10px;
	}
	form dd.address1 {
		padding-bottom: 30px;
	}

	form dd.tel_num input {
		width: 25%;
		max-width: 100px;
	}

	form dd.tenpo input {
		width: 100%;
	}

	form dd textarea {
		padding: 5px;
		border: 2px solid rgba(199,199,199,0.5);
		font-size: 1.2rem;
	}

	form dl + p {
		font-size: 1.2rem;
		line-height: 1.5;
	}

	form dl + p.sp_left{
		text-align: left;
	}

	form .btn_area {
		margin-top: 30px;
	}
	form .submit_btn {
		width: 250px;
		height: 52px;
	}

	form .submit_btn input {
		font-size: 1.45rem;
		line-height: 52px;
	}

	form .submit_btn::after {
		top: 5px;
		left: 5px;
		background-size: 8px 8px;
	}
}

.wpcf7-response-output {
	font-size: 1.6rem !important;
	padding: 1em !important;
	line-height: 1.8;
}

span.wpcf7-not-valid-tip {
	font-size: 1.3rem !important;
	margin: 0.5em !important;
	line-height: 1.5;
	padding: 0 !important;
	display: inline-block !important;
}

.postcode1 span.wpcf7-not-valid-tip,
.tel-1 span.wpcf7-not-valid-tip,
.tel-2 span.wpcf7-not-valid-tip {
	display: none !important;
}
.ajax-loader {
	margin: 20px auto !important;
width: 100% !important;
background-repeat: no-repeat;
background-position: center;
}

#select-store {
	width: 100%;
height: 60px;
padding: 10px;
background: #fff;
border: 4px solid rgba(191, 191, 191, 0.5);
font-size: 1.6rem;
}
