@charset "utf-8";

/* edit 2024.6.10 reservation-form.cssから移動 */

/* tag */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
img {
	display: block;
	max-width: 100%;
}
ul {
	list-style:none;
}
a {
	text-decoration: underline;
	color: #4D4D4D;
}
a:hover {
	text-decoration: none;
}
a:link,
a:visited {
	color: #00d;
	text-decoration: none;
}
a:hover {
	color: #f22;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 75%;
	}
}

/* common */
.inner {
	margin: auto;
	padding: 0 2rem;
	max-width: 940px;
}
.ERR {
	color: #d44;
}
.copyright {
	width: 100%;
	margin: 2rem 0 0;
	padding: .5rem 0;
	font-size: 10px;
	color: #fff;
	background: #333;
	text-align: center;
}

/* ラベル */
.complete p {
	margin: 0;
}

@media only screen and (min-width: 781px) {
	.sp_none {
		display: block;
	}
	.pc_none {
		display: none;
	}
	.small {
		font-size: 1em;
	}
	.copyright {
		font-size: 12px;
	}
}


/* フォーム共通ヘッダー */
.form_head {
	margin-bottom: 4rem;
	padding: 2.5rem 0;
	background-color: #f2f2f2;
}
.form_head h2 {
	margin: 0 0 2rem;
	color: #333;
	text-align: center;
	font-size: 2.375rem;
}
.form_head_text_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form_head_text_wrap b {
	margin-right: 1rem;
	font-size: 1.25rem;
}
.form_head_text_wrap ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1rem;
	font-weight: 500;
}
.form_head_text_wrap ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.75rem;
	height: 3.75rem;
	background-color: #ccc;
}
.form_head_text_wrap ul li.active {
	color: #fff;
	background-color: #ea5405;
}
.form_head_text_wrap ul li:not(:last-child) {
	margin-right: 2rem;
}
.form_head_text_wrap ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 16px;
	border-color: transparent transparent transparent #ccc;
}
.form_head_text_wrap ul li.active:not(:last-child)::after {
	border-color: transparent transparent transparent #ea5405;
}
.form_head_text_wrap i {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .375rem;
	width: 2rem;
	height: 2rem;
	text-align: center;
	font-style: normal;
	border-radius: .375rem;
	background-color: #fff;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}
.form_head_text_wrap .active i {
	color: #ea5405;
}
.form_head_h3 {
	margin: 0 0 1.25rem;
	padding: 0;
	font-size: 1.33333rem;
	color: #333;
	border: none;
}

@media screen and (max-width: 768px) {
	.form_head {
		margin-bottom: 2.5rem;
		padding: 2rem 1.33333rem;
	}
	.form_head h2 {
		margin-bottom: 1.33333333rem;
		text-align: left;
		font-size: 1.66666667rem;
	}
	.form_head_text_wrap b {
		font-size: 1rem;
	}
	.form_head_text_wrap ul li {
		width: 5.8333333333rem;
		height: 2.5rem;
		font-size: 1rem;
	}
	.form_head_text_wrap ul li:not(:last-child) {
		margin-right: 1.25rem;
	}
	.form_head_text_wrap ul li:not(:last-child)::after {
		border-width: 1.25rem 0 1.25rem .666666667rem;
	}
	.form_head_text_wrap i {
		width: 1.3333333rem;
		height: 1.3333333rem;
	}
}

/* フォーム入力画面 */
.input_wrap {
	margin-bottom: 5.25rem;
}
.form-table,
.form-table tbody,
.form-table tr,
.form-table th,
.form-table td {
	display: block;
}
.form-table {
	margin-bottom: 6.25rem;
	padding: 0;
	border: none;
	background-color: #fff;
}
.form_input .form-table {
	margin-bottom: 0;
}
.form-table tr:not(:last-child) {
	margin-bottom: 2.5rem;
}
.form-table th {
	display: flex;
	align-items: center;
	padding: 0 0 .75rem;
	text-align: left;
	font-size: 1.125rem;
	background-color: #fff;
	border-bottom:1px solid #333;
	border-width: 0 0 1px;
	font-weight: 400;
}
.form_input .form-table th {
	border: none;
	margin-bottom: 1rem;
	padding: 0;
}
.form-table th .required {
	display: flex;
	align-items: center;
	justify-content: center;
	float: unset;
	margin-right: .75rem;
	padding: 0;
	color: #fff;
	width: 3.125rem;
	height: 2.5rem;
	font-size: .88888889em;
	background-color: #ea5405;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.form-table td {
	margin-top: .875rem;
	padding: 0;
	border: none;
	font-size: 1rem;
	font-weight: 500;
}
.form_input .form-table td {
	margin: 0;
}
.form_input .form-table td input {
	box-sizing: border-box;
	padding: 0 1rem;
	width: 100%;
	height: 60px;
	font-size: 16px;
	border: 2px solid #ccc;
	background-color: #fff;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}
.form_input .form-table td input[type=radio] {
	display: none;
}
.form_radio_wrap {
	display: flex;
	justify-content: space-between;
}
.form_label {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(20% - (4rem / 5));
	height: 3.75rem;
	border: 2px solid #ccc;
	cursor: pointer;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}
.form_label:hover {
	border-color: #ea5405;
}
.form_input .form-table td input[type=radio]:checked + label {
	border-color: #ea5405;
}
.form_note {
	margin: 1rem 0 0;
	font-size: .875rem;
	font-weight: 500;
	line-height: normal;
}
.form_input .confirm {
	display: block;
	margin: auto;
	width: 22.5rem;
	height: 5.625rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	background-color: #ea5405;
	cursor: pointer;
	border: none;
	border-radius: 2.8125rem;
	-webkit-border-radius: 2.8125rem;
	-moz-border-radius: 2.8125rem;
	-ms-border-radius: 2.8125rem;
	-o-border-radius: 2.8125rem;
}
.form_input .confirm[disabled] {
	box-shadow: none;
	color: #fff;
	background-color: #ccc;
}
.button_wrap {
	display: flex;
	justify-content: center;
}
.button.submit {
	display: block;
	margin-bottom: 1.5rem;
	width: 22.5rem;
	height: 5.625rem;
	color: #fff;
	border-radius: 2.8125rem;
	box-shadow: unset;
	border: none;
	font-size: 1.25rem;
	font-weight: bold;
	background-color: #ea5405;
}
.button.back {
	display: block;
	appearance: none;
	margin-bottom: 0;
	padding: 0 0 .25rem;
	font-size: 1rem;
	color: #888;
	font-weight: bold;
	background: unset;
	border-bottom: .0625rem solid #888;
	border-width: 0 0 .0625rem;
}
.input_note {
	margin-bottom: 32px;
	font-size: 14px;
	text-align: center;
}
.input_note p {
	margin: 0;
}
.input_note p:not(:last-child) {
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.form_input {
		margin-bottom: 30px;
	}
	.input_note {
		font-size: 10px;
	}
	.form-table tr:not(:last-child) {
		margin-bottom: 1.66666667rem;
	}
	.form-table th {
		font-size: 1.25rem;
		margin-bottom: .5rem;
	}
	.form-table th .required {
		width: 2.91666667rem;
		height: 1.6666667rem;
		font-size: .66666667em;
		border-radius: .25rem;
		-webkit-border-radius: .25rem;
		-moz-border-radius: .25rem;
		-ms-border-radius: .25rem;
		-o-border-radius: .25rem;
	}
	.form-table td {
		margin-top: .5rem;
		font-size: 1.25rem;
	}
	.form_input .confirm {
		width: 100%;
	}
	select,
	.form_input .form-table td input {
		height: 56px;
	}
	.button.back {
		font-size: 1.16666667rem;
	}
	.button.submit {
		margin: 0 0 1.33333333rem;
		width: 100%;
		font-size: 1.5rem;
	}
}

.form_head_note {
	position: relative;
	margin: 3rem 0;
	padding: 2rem 1rem;
	font-size: 1.375rem;
	text-align: center;
}
.form_head_note i {
	position: absolute;
	top: -2rem;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 1rem;
	width: fit-content;
	background-color: #fff;
}
.form_head_note p {
	margin: 0;
}
.form_head_note span {
	font-weight: 900;
	background-image: linear-gradient(0deg, #FFCC0A 40%, transparent 0);
}
.form_head_note b {
	margin: 0 .25rem;
	font-size: .88888889em;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.form_head_note {
		margin: 3rem auto 2rem;
		padding: 1.25rem 0 0;
		font-size: 1.33333rem;
	}
	.form_head_note i {
		max-width: 3rem;
	}
}

/* edit 2019.10.21 フォーム用スタイル */


@media screen and (min-width: 38.74em) {
.pcnone{
	display: none !important;
	}
}
@media screen and (max-width: 38.74em) {
.copyright {
	margin-top: 1rem;
}
.spnone{
	display: none !important;
	}
}

.header {
	position: relative;
	z-index: 2;
	padding: 10px 0;
}
header .logo{
	display: flex;
	align-items: center;
	vertical-align: -4px;
	padding: 0 0 0 12px;
	text-align: center;
	font-size: 10px;
	}
header .logo > .logo-wrap {
	margin-right: 9px;
	max-width: 152px;
}
header .logo > .logo-wrap img {
	width: 100%;
}
.ttl-h1 > img {
	display: block;
	margin: 0 auto;
	max-width: 178px;
}

#contents{
	width: 100%;
	max-width: 800px;
	margin:0 auto;
	}

.text-blue{
	color: #eb5405;
	}
.bg-blue{
	color: #fff;
	background: #eb5405;
	}
.bg-lightblue{
	padding-bottom: 15px;
	background: #F5F5F5;
	}
.bg-orange{
	color: #fff;
	background: #EF8F3D;
	}
.note{
	padding: .5rem 0;
	text-align: center;
	line-height: 1.2;
	}
	.note p{
		margin: .4rem 0;
		}
	.note p:first-child{
		font-size: 21px;
		font-weight: bold;
		}
.step + .button{
	margin-top: 1rem;
	}
.button.tel > i,
.button.tel > strong,
.button.tel > small{
	pointer-events: none;
	}

/* footer */
.footer {
	padding-top: .625rem;
	background-color: #fff;
}
.footer_list {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: .875rem;
	list-style: none;
}
.footer_list li:not(:last-child) {
	margin-right: 2rem;
}
.footer_list a {
	color: #333;
	text-decoration: none;
}
.footer_list a::before {
	margin-right: 0.2em;
	color: #798b90;
	font-size: 1em;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
}
.footer_copy {
	display: block;
	margin-top: .625rem;
	padding: .625rem 0;
	font-size: .75rem;
	color: #fff;
	text-align: center;
	background-color: #333;
}

@media screen and (max-width: 768px) {
.footer_list {
		font-size: 12px;
	}
	.footer_copy {
		font-size: .5rem;
	}
}

.ttl-h1{
	background-color: #f5f5f5;
	}
	.ttl-h1 > h1{
		max-width: 980px;
		margin: 0 auto;
		padding: 3rem 0;
		background-image: url(../img/img_form_pc.jpg);
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: 0 0;
		font-size: 36px;
		text-align: center;
		}
@media screen and (max-width: 38.74em) {
	.ttl-h1 > h1{
		font-size: 20px;
		padding: 1.1em 0;
		background-image: url(../img/img_form_sp.jpg);
		background-size: auto 100%;
		}
}
.step{
	display: inline-block;
	margin: 8px 0 0 0;
	padding: 0;
	}
	.step img{
		max-width: 201px;
		vertical-align: middle;
		}
select {
	width:100%;
	height: 60px;
	font-size: 16px;
	text-indent: .5em;
	color: #333;
	border: 2px solid #ccc;
	border-radius: .375rem;
	-webkit-border-radius: .375rem;
	-moz-border-radius: .375rem;
	-ms-border-radius: .375rem;
	-o-border-radius: .375rem;
}
#contactday,
#contacttime,
#move_month,
#move_day {
	width: 48%;
	min-width: unset;
	}
#contactday,
#move_month{
	margin-right: 2%;
	}
.ERR {
	color:#f00;
	margin: .5rem 0 0;
	}
.required-focus{
	background: #fce2e2 !important;
	border-color: #E75B5B !important;
	}
.required{
	padding: .1em .5em;
	border-radius: 2px;
	font-size: 10px;
	color: #fff;
	background: #eb5405;
	vertical-align: middle;
	font-weight: normal;
	}
.fz22{
	font-size: 22px;
	}
.step1,
.step2,
.step3{
	margin:0 20px;
	padding-left: 35px;
	}
.step1{
	margin-top: 25px;
	}
.step3{
	margin-bottom: 40px;
	}
.step1,
.step2{
	position:relative;
	margin-bottom: 0;
	}
	.step1::before,
	.step2::before{
		position: absolute;
		top: 0;
		left: 20px;
		display:block;
		width: 2px;
		height: 100%;
		z-index: -1;
		background: #eb5405;
		content: '';
		}
.step1 .pic,
.step2 .pic{
	position: absolute;
	bottom: 20px;
	right: 0;
	}
.step1 dt,
.step2 dt{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	}
.step1 > dt::before,
.step2 > dt::before,
.step3 > dt{
	display:block;
	width: 128px;
	height: 30px;
	margin-left: -35px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	color: #eb5405;
	background: #fff;
	border: 2px solid #eb5405;
	}
.step3 > dt{
	background: #eb5405;
	color: #fff;
	}
.step1 > dt::before{
	content: 'STEP1';
	}
.step2 > dt::before{
	content: 'STEP2';
	}
.step1 dt+ dd,
.step2 dt+ dd{
	margin: 0;
	padding: 0 20px 20px 0;
	}


/*------------------------------------------------------*/
/*　media Queries PCサイズ　　　　　*/
/*------------------------------------------------------*/

@media only screen and (min-width: 781px) {
.header{
	padding: 0;
	}
.header .wrap{
	max-width: 980px;
	margin: 0 auto;
	}
.header .logo{
	padding: 12px 0;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	}
	header .logo > .logo-wrap {
		margin-right: 12px;
		max-width: 183px;
		vertical-align: -5px;
	}
	header .logo > .logo-wrap img {
		display: block;
		max-width: 100%;
	}

.step2 dt > br{
	display: none;
	}

.form-step{
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
	}
	.step img {
		max-width: 274px;
	}
}

@media only screen and (max-width: 768px) {
	.copyright {
		font-size: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.inner {
			padding: 0 10px;
		}
}

.notel {
	color: inherit;
	pointer-events: none;
	text-decoration: none;
}
.notel:hover {
	color: inherit;
}


/* edit 2024.6.12 apply.cssからコピー */

/* 完了画面 */
.complete-wrap {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff5d3;
}
.complete-text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f7313b;
	text-align: justify;
}
.complete-text i {
	display: inline-block;
	max-width: 27px;
	transform: translateY(4px);
}
.complete-tel-wrap {
	display: flex;
	flex-direction: column;
	font-size: 42px;
	color: #000;
}
.complete-tel-span {
	font-weight: 500;
	font-size: .333333em;
}
.complete-tel-number {
	display: flex;
	align-items: center;
	margin: 2px 0 4px;
	font-size: 1em;
}
.complete-tel-number i {
	max-width: 40px;
	margin-right: 4px;
	transform: translateY(3px);
}
.complete-tel-number i img {
	display: block;
}
.complete-tel-number a {
	flex-shrink: 0;
	font-weight: bold;
	color: #f7313b;
	line-height: 1;
	letter-spacing: -1px;
}
.complete-tel-time {
	font-size: 14px;
	font-weight: normal;
}
.complete-back {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -.5em;
	text-align: justify;
	color: #000;
}
.complete-back span {
	color: #f7313b;
	font-weight: bold;
	border-bottom: 1px solid #f7313b;
}
.complete-note p:first-child {
	margin-bottom: 4px;
	text-indent: -.5em;
	font-weight: 500;
}

/* edit 2024.6.10 reservation-complete.cssから移動 */

.main-complete{
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #4D4D4D;
}
.complete p{
	margin: 0;
	line-height: 1.4;
	}
.callout{
	margin: 20px 0;
	padding: 10px 0;
	border:1px solid #ff0101;
	}
	.callout p{
		font-size: 12px;
		text-align: center;
		}
	.callout p:first-child{
		font-size: 1rem;
		color: #ff0101;
		font-weight: bold;
		}
.contact{
	margin-top: 1rem;
	padding: 1rem 1rem 1px;
	background: #f5f5f5;
	}
	.contact p{
		color: #de5f1d;
		text-align: center;
		font-weight: bold;
		}
	.contact .button-phone{
		margin-left: auto;
		margin-right: auto;
		}
.complete-wrap {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff5d3;
}
.complete-text {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #f7313b;
	text-align: justify;
}
.complete-text i {
	display: inline-block;
	max-width: 27px;
	transform: translateY(4px);
}
.complete-tel-wrap {
	display: flex;
	flex-direction: column;
	font-size: 42px;
	color: #000;
}
.complete-tel-span {
	font-weight: 500;
	font-size: .333333em;
}
.complete-tel-number {
	display: flex;
	align-items: center;
	margin: 2px 0 4px;
	font-size: 1em;
}
.complete-tel-number i {
	max-width: 40px;
	margin-right: 4px;
	transform: translateY(3px);
}
.complete-tel-number i img {
	display: block;
}
.complete-tel-number span {
	flex-shrink: 0;
	font-weight: bold;
	color: #f7313b;
	line-height: 1;
	letter-spacing: -1px;
}
.complete-tel-time {
	font-size: 14px;
	font-weight: normal;
}
.complete-back {
	margin-top: 12px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	text-indent: -.5em;
	text-align: justify;
	color: #000;
}
.complete-back span {
	color: #f7313b;
	font-weight: bold;
	border-bottom: 1px solid #f7313b;
}
.complete-note p:first-child {
	margin-bottom: 4px;
	text-indent: -.5em;
	font-weight: 500;
}
.complete-thanks {
	font-size: 1.125rem;
	font-weight: bold;
	text-align: center;
}
.complete-form-details {
	margin: 4rem auto;
	max-width: 43.75rem;
}
.complete-form-details h3 {
	margin: 0 0 1.25rem;
	padding-left: .625rem;
	font-size: 1.40625rem;
	font-weight: bold;
}
.complete-form-details-table {
	width: 100%;
	font-size: 1.25rem;
	border: .0625rem solid #ccc;
	border-width: .0625rem 0;
	border-collapse: collapse;
}
.complete-form-details-table th {
	padding-left: .625rem;
	text-align: left;
	width: calc(8em + 1rem);
}
.complete-form-details-table td {
	padding-left: 3.125rem;
}
.complete-form-details-table tr:first-child th,
.complete-form-details-table tr:first-child td {
	padding-top: 1.5rem;
}
.complete-form-details-table th,
.complete-form-details-table td {
	padding-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
	.complete-form-details {
		margin: 3.5rem auto 5.33333rem;
	}
	.complete-form-details h3 {
		margin-bottom: 1rem;
		padding-left: .833333333rem;
		font-size: 1.333333rem;
	}
	.complete-form-details-table {
		font-size: 1.16666667rem;
	}
	.complete-form-details-table th {
		padding-left: 1rem;
	}
}

@media screen and (max-width: 376px) {
	.complete-tel-number {
		font-size: 10.08vw;
	}
}