@charset "utf-8";

.news-head {
	max-width: 1500px;
	height: 300px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.news-head-name {
	max-width: 300px;
	flex-basis: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-head-title {
	max-width: calc((100% - 300px) - 60px);
	flex-basis: calc((100% - 300px) - 60px);
	display: flex;
	position: relative;
	box-sizing: border-box;
	align-items: center;
}

.news-head-title:before {
	content: "";
	width: calc(100% + 60px);
	height: 100%;
	display: block;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	left: -60px;
	z-index: 0;
	transition: all 0ms ease;
}

.news-head-title__wrap {
	position: relative;
	z-index: 1;
}

.pagehead {
	position: relative;
	overflow: hidden;
}

.pagehead:before {
	content: "";
	width: 50vw;
	height: 100%;
	display: block;
	background-color: rgba(24, 141, 96, 1);
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 0;
	transition: all 0ms linear;
}

.pagehead-inner {
	max-width: 1500px;
	height: 300px;
	margin: 0 auto;
	padding: 0 60px;
	display: grid;
	grid-template-columns: 1fr 20%;
	position: relative;
	z-index: 1;
}

.pagehead-inner:before {
	content: "";
	display: block;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 0 40px 40px 0;
	transition: all 0ms linear;
}

.pagehead-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-contents {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form__wrap {
	width: 100%;
	margin-bottom: 80px;
}

.form-text {
	padding: clamp(20px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgba(225, 0, 0, 1);
	box-sizing: border-box;
}

.form-text .title {
	font-size: 1.8rem;
	font-weight: 600;
	color: rgba(225, 0, 0, 1);
}

.form-text p {
	font-size: 1.6rem;
	line-height: 1.6;
	color: rgba(225, 0, 0, 1);
}

.page-intro-text {
	margin-bottom: 10px;
}

.form-section {
	padding: 60px 0;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
	position: relative;
}

.form-section:before {
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.form-section__title {
	grid-column: 1 / 3;
}

.form-section__title p {
	border-right: 1px solid rgba(24, 141, 96, 1);
	position: sticky;
	top: 120px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(24, 141, 96, 1);
	writing-mode: vertical-lr;
	font-feature-settings: normal;
}

.form-list {
	grid-column: 3 / 13;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 30px;
	align-items: start;
}

.form-list dt {
	min-height: 60px;
	grid-column: 1 / 3;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.form-list dt.break {
	display: block;
}

.form-list dt.required:after {
	content: "必須";
	display: block;
	font-size: 1.1rem;
	color: #f00;
}

.form-list dt span {
	display: inline-block;
}

.form-list dd {
	min-height: 60px;
	grid-column: 3 / 11;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-list dd.row {
	flex-direction: row;
	align-items: center;
}

.form-list dd.postcode {
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.form-list dd.postcode input[type="text"] {
	max-width: 380px;
}

.form-list dd.postcode #zipbtn {
	width: 100px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 18px;
	font-size: 1.3rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	transition: all 300ms ease;
	box-sizing: border-box;
}

.form-list dd.postcode #zipbtn:hover {
	opacity: 0.8;
}

.form-list dt[data-name="pamphlet"],
.form-list dd[data-name="pamphlet"] {
	/* display: none; */
	display: flex;
}

section[data-type="pamphlet"] .form-list dt[data-name="pamphlet"],
section[data-type="pamphlet"] .form-list dd[data-name="pamphlet"] {
	display: flex;
}

.form-list dt[data-name="showroom"],
.form-list dd[data-name="showroom"] {
	display: none;
}

section[data-type="showroom"] .form-list dt[data-name="showroom"],
section[data-type="showroom"] .form-list dd[data-name="showroom"] {
	display: flex;
}

.form-list .inner {
	display: grid;
	grid-template-columns: 80px 1fr;
	align-items: center;
	position: relative;
	gap: 5px;
}

.form-list .inner:last-child {
	margin-right: 0;
}

.form-list .inner.people {
	grid-template-columns: 80px 100px 20px;
}
.form-list .calendar {
	position: relative;
}

.form-list .calendar:before {
	content: "";
	width: 16px;
	height: 18px;
	display: block;
	background-image: url(../images/common/icon_calendar.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	z-index: 0;
}

.form-list.confirm dd {
	justify-content: center;
	border-block-end: 1px solid rgba(0, 0, 0, 0.1);
}

.form-list.confirm dd p {
	font-size: 1.6rem;
	line-height: 2;
}

.pamphlet {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	align-items: normal;
}

.pamphlet .item {
	display: flex;
	position: relative;
}

.pamphlet .item input {
	position: absolute;
	visibility: hidden;
}

.pamphlet .item .bdr:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.pamphlet .item label,
.pamphlet .item .confirm-pamphlet-card {
	width: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0ms linear;
}

.pamphlet .item .confirm-pamphlet-card {
	background-color: rgba(24, 141, 96, 0.1);
	border-color: rgba(24, 141, 96, 1);
	cursor: default;
}

.pamphlet .item input:checked + label {
	background-color: rgba(24, 141, 96, 0.1);
	border-color: rgba(24, 141, 96, 1);
}

.pamphlet .item figure {
	max-width: 200px;
	position: relative;
}

.pamphlet .item img {
	position: relative;
	z-index: 0;
}

.pamphlet .item h4 {
	font-size: 1.6rem;
	font-weight: bold;
}

.pamphlet .item p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: normal;
}

.pamphlet .item span {
	width: 120px;
	height: 30px;
	margin-block-start: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 15px;
	font-size: 1.4rem;
	font-weight: 600;
	color: white;
}

.pamphlet .item input:checked + label span {
	background-color: rgba(0, 0, 0, 1);
	content: "中";
}

.pamphlet .item input:checked + label span:after {
	content: "中";
}

.form input[type="text"],
.form input[type="email"],
.form textarea,
.form select {
	width: 100%;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.05);
	border: 0;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	font-size: 1.6rem;
	line-height: 1.4;
	box-sizing: border-box;
}

.form input[type="text"],
.form input[type="email"],
.form select {
	min-height: 60px;
}

.form textarea {
	height: 240px;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form input[type="text"]:hover,
.form input[type="text"]:focus,
.form input[type="email"]:hover,
.form input[type="email"]:focus,
.form textarea:hover,
.form textarea:focus,
.form select:hover,
.form select:focus {
	background-color: rgba(24, 141, 96, 0.15);
}

.form input[type="text"].medium {
	max-width: 500px;
}

.form input[type="text"].small {
	max-width: 260px;
}

.form input[type="text"].xs {
	max-width: 100px;
}

.form-selectbox {
	width: 100%;
	position: relative;
}

.form-selectbox:after {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	top: calc(50% - 2px);
	right: 15px;
	box-sizing: border-box;
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: center;
}

.radio,
.checkbox {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.radio.row,
.checkbox.row {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.radio li,
.checkbox li {
	position: relative;
}

.radio label,
.checkbox label {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.4;
}

.radio label:before,
.radio label:after,
.checkbox label:before,
.checkbox label:after {
	content: "";
	display: block;
	box-sizing: border-box;
}

.radio label:before,
.checkbox label:before {
	width: 18px;
	height: 18px;
	margin-right: 5px;
	border: 2px solid rgba(0, 0, 0, 0.15);
}

.radio label:before {
	border-radius: 50%;
}

.checkbox label:before {
	border-radius: 5px;
}

.radio label:after,
.checkbox label:after {
	position: absolute;
	opacity: 0;
}

.radio label:after {
	width: 8px;
	height: 8px;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 50%;
	top: 6px;
	left: 5px;
}

.checkbox label:after {
	width: 5px;
	height: 10px;
	border-inline-end: 2px solid rgba(24, 141, 96, 1);
	border-block-end: 2px solid rgba(24, 141, 96, 1);
	position: absolute;
	top: calc(50% - 6px);
	left: 7px;
	opacity: 0;
	transform: rotate3d(0, 0, 1, 45deg);
}

.radio input[type="radio"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
	border-color: rgba(24, 141, 96, 1);
}

.radio input[type="radio"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: 0;
}

.contact-privacy {
	width: 100%;
	height: 480px;
	padding: 60px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
}

.contact-privacy__title {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.contact-privacy .page-intro-text {
	font-weight: normal;
}

.contact-check {
	width: 100%;
	max-width: 1000px;
	margin: 40px 0;
	padding: clamp(20px, 3vw, 40px);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.05);
}

.contact-check-main {
	position: relative;
}

.contact-check-main label {
	padding-left: 20px;
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
}

.contact-check-main label:before,
.contact-check-main label:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.contact-check-main label:before {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	top: calc(50% - 8px);
	left: 0;
}

.contact-check-main label:after {
	width: 4px;
	height: 8px;
	border-right: 2px solid rgba(24, 141, 96, 1);
	border-bottom: 2px solid rgba(24, 141, 96, 1);
	transform: rotate3d(0, 0, 1, 45deg);
	top: calc(50% - 5px);
	left: 6px;
	opacity: 0;
}

.contact-check-main input:checked + label:before {
	border-color: rgba(24, 141, 96, 1);
}

.contact-check-main input:checked + label:after {
	opacity: 1;
}

.contact-check-main input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.form-button {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-block-start: 80px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-button button {
	width: 100%;
	height: 80px;
	border: 0;
	border-radius: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}

.form-button button.submit {
	background-color: rgba(24, 141, 96, 1);
	color: rgba(255, 255, 255, 1);
}

.form-button button.cancel {
	background-color: rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 1);
}

.form-finish {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.form-finish .title {
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.form-finish .main-body-text {
	text-align: center;
}

.form-finish .button a {
	width: 100%;
	max-width: 600px;
	height: 60px;
	margin: 0 auto;
	display: flex;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 30px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
	color: white;
	justify-content: center;
	align-items: center;
}

.form-finish .button a:hover {
	opacity: 0.8;
}

.corporate {
	max-width: 920px;
	margin-block: clamp(40px, 5vw, 80px);
	margin-inline: auto;
	padding-block: clamp(40px, 5vw, 60px);
	padding-inline: clamp(20px, 3vw, 40px);
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 3vw, 40px);
	border: 2px solid rgba(24, 141, 96, 1);
	border-radius: 10px;
	box-sizing: border-box;
}

.corporate-mail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: rgba(24, 141, 96, 1);
}

.corporate-mail .text {
	font-size: 2rem;
	font-weight: 600;
}

.corporate-mail .address {
	font-size: 3.2rem;
	font-weight: 600;
}

.corporate p {
	font-size: 1.6rem;
	line-height: 1.8;
}

@media screen and (min-width: 1501px) {
	.news-head-title::before {
		width: calc((100% + 60px) + ((100vw - 1500px) / 2));
		left: calc(((100vw - 1500px) / -2) - 60px);
	}
}

@media screen and (max-width: 1280px) {
	.pamphlet {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 1024px) {
	.pagehead-inner {
		padding: 0 6vw;
	}

	.form-list {
		display: flex;
		flex-direction: column;
		gap: 5px;
		align-items: normal;
	}

	.form-list dt {
		min-height: 0;
		margin-block-start: 20px;
	}

	.form-list dt:first-child {
		margin-block-start: 0;
	}

	.form-list dd {
		flex-direction: column;
		align-items: normal;
		gap: 5px;
	}

	.form-list dd.postcode input[type="text"] {
		max-width: none;
	}

	.form-list dd.postcode {
		display: grid;
		grid-template-columns: 1fr 80px;
		gap: 10px;
		align-items: center !important;
	}

	.form-list dd.postcode #zipbtn {
		width: auto;
		padding-inline: 10px;
		font-size: 1.2rem;
	}

	.form-list.confirm dd p {
		font-size: 1.4rem;
	}

	.inner {
		display: grid;
		grid-template-columns: 80px 1fr;
	}

	.form-finish__title {
		font-size: 2rem;
	}

	.checkbox {
		gap: 10px 20px;
	}

	.form__selectbox,
	.form__selectbox select {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.pamphlet {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 640px) {
	.pagehead:before {
		height: clamp(120px, 30vw, 160px);
	}

	.pagehead-inner {
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.pagehead-inner:before {
		width: 100%;
		height: clamp(120px, 30vw, 160px);
		border-radius: 0 clamp(20px, 5vw, 40px) clamp(20px, 5vw, 40px) 0;
	}

	.pagehead-wrap {
		justify-content: start;
	}

	.form-text .title {
		font-size: 1.6rem;
	}

	.form-text p {
		font-size: 1.4rem;
	}

	.contact-privacy {
		padding: 60px 6vw;
	}

	.pamphlet {
		display: flex;
		flex-direction: column;
	}

	.pamphlet .item label,
	.pamphlet .item .confirm-pamphlet-card {
		padding: 10px;
		padding-bottom: 20px;
	}

	.form input[type="text"],
	.form input[type="email"],
	.form textarea,
	.form select {
		font-size: 1.4rem;
	}

	.corporate-mail .text {
		font-size: 1.6rem;
	}

	.corporate-mail .address {
		font-size: 2.4rem;
	}

	.corporate p {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 400px) {
	.inner {
		display: block;
	}

	#reserve .inner {
		margin-right: 0;
	}

	#reserve .form__textbox.small {
		max-width: none;
	}
}

.confirm-pamphlet-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.form-list.confirm dd.confirm-pamphlet-container {
	padding-block-end: 40px;
	justify-content: stretch;
}
