@charset "utf-8";

.m_checkbox2 {
	font-size: 1.5rem;
}

.m_checkbox2 span {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	cursor: pointer;
	user-select: none;
}

.m_checkbox2 span::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 2px solid #adadad;
	background-color: #ffffff;
}

.m_checkbox2 input[type=checkbox]:checked + span::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 17px;
	top: 5px;
	left: 3px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.m_checkbox2 {
		font-size: 1.4rem;
	}
}

.m_selectBox.s_contact {
	height: auto;
	padding-right: 30px;
	padding-left: 10px;
}

.m_selectBox.s_contact + .m_selectBox.s_contact {
	margin-top: 0;
}

.m_selectBox.s_floor {
	max-width: 407px;
}

.m_selectBox.s_date {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

.m_submitBtn.s_contact, .contactLink {
	max-width: 235px;
	font-size: 1.6rem;
	margin-right: auto;
	margin-left: auto;
}

.m_submitBtn.s_contact {
	margin-top: 0;
	background-image: none;
}

.m_submitBtn.s_disabled {
	color: #999999;
	background-color: #ededed;
	cursor: default;
}

.m_submitBtn.s_disabled:hover {
	opacity: 1;
}

input:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
	color: #999999;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
	filter: alpha(opacity=valIE);
	-ms-filter: alpha(opacity=valIE);
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
	filter: alpha(opacity=valIE);
	-ms-filter: alpha(opacity=valIE);
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999999;
}

input[type=number],
input[type=text], input[type=tel], input[type=email], select, textarea {
	width: 100%;
	border: 1px solid #adadad;
	box-sizing: border-box;
}

input[type=number],
input[type=text], input[type=tel], input[type=email], select {
	padding: 4px 10px;
}

input[type=number],
input[type=text], input[type=tel], input[type=email] {
	max-width: 618px;
}

textarea {
	padding: 15px 10px;
}

.contactForm dd.s_error select,
.contactForm dd.s_error input[type=number],
.contactForm dd.s_error input[type=text], .contactForm dd.s_error input[type=tel], .contactForm dd.s_error input[type=email], .contactForm dd.s_error textarea {
	border-color: #35c64b;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

.contactFormRadio {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.contactFormRadio::before, .contactFormRadio::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contactFormRadio::before {
	width: 14px;
	height: 14px;
	left: 0;
	background-color: #ffffff;
	border: 1px solid #d2d2d2;
}

.contactFormRadio::before {
	border-radius: 50%;
}

.contactForm dd.s_error .contactFormRadio::before {
	border-color: #35c64b;
}

.contactFormRadio::after {
	width: 8px;
	height: 8px;
	left: 3px;
	border-radius: 50%;
}

input[type="radio"]:checked + .contactFormRadio::after {
	background-color: #35c64b;
}

.contactFormCheck {
	min-width: 33%;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.contactFormCheck {
		width: 100%;
	}
}

.contactFormCheck span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	padding-left: 1.3em;
}

.contactFormCheck span::before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 1px solid #adadad;
	background-color: #ffffff;
}

.contactFormCheck input[type=checkbox]:checked + span::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f00c";
	color: #35c64b;
	line-height: 1;
}

input[type="button"].contactFormModify {
	color: #333333;
	width: 100%;
	height: 86px;
	font-size: 1.6rem;
	background-color: #ffffff;
	border: 1px solid #333333;
}

input[type="button"].contactFormModify:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.m_submitBtn.s_contact, .contactLink {
		font-size: 1.5rem;
	}
}

.content {
	line-height: 1.85;
}

.intro {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 45px;
	border-bottom: 2px solid #35c64b;
}

.introText {
	width: 56%;
}

.introBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 41%;
	padding: 18px 3.5%;
	border: 1px solid #ececec;
}

.introBoxImage {
	width: 30%;
}

.introBoxText {
	width: 67%;
}

.info {
	max-width: 780px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	padding: 30px 35px;
	background-color: #f9f8f6;
}

.infoText, .infoText dl {
	display: flex;
	align-items: center;
}

.infoTextName {
	font-size: 2rem;
	margin-right: 45px;
}

.infoTextName, .infoText dd {
	color: #beb5a2;
}

.infoTextName span {
	color: #35c64b;
	padding-right: 5px;
}

.infoText dt {
	width: 37px;
	font-size: 1.1rem;
	text-align: center;
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 7px;
	border: 1px solid #adadad;
	border-radius: 50%;
}

.infoText dd {
	font-size: 2.6rem;
}

.infoTextTel {
	margin-right: 25px;
}

.nav {
	position: relative;
	display: flex;
	align-items: center;
	align-content: stretch;
	width: calc(100% - 20px);
	margin-bottom: 50px;
	z-index: 1;
}

.nav > li {
	color: #999999;
	position: relative;
	display: flex;
	align-items: center;
	width: 33.3%;
	padding: 16px 30px 16px 4%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.nav > li.s_current {
	color: #35c64b;
	background-color: #fbf7ea;
	border-top-color: #35c64b;
	border-bottom-color: #35c64b;
}

.nav > li:first-child {
	border-left: 1px solid #999999;
}

.nav > li.s_current:first-child {
	border-left-color: #35c64b;
}

.nav > li::before, .nav > li::after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	right: -11px;
	background-color: #ffffff;
	border-right: 1px solid #999999;
	z-index: 2;
}

.nav > li.s_current::before, .nav > li.s_current::after {
	background-color: #fbf7ea;
	border-right-color: #35c64b;
}

.nav > li::before {
	height: 50%;
	top: 0;
	transform: skew(30deg);
}

.nav > li::after {
	height: calc(50% + 1px);
	bottom: -1px;
	border-bottom: 1px solid #999999;
	transform: skew(-30deg);
}

.nav > li.s_current::after {
	border-bottom-color: #35c64b;
}

.navStep {
	width: 3em;
	font-size: 1.2rem;
	line-height: 1.16;
	text-align: center;
	margin-right: 5%;
}

.navStepNum {
	font-size: 2.4rem;
	font-weight: bold;
}

.navText {
	position: relative;
	font-size: 1.5rem;
	z-index: 4;
}

.contactText {
	margin-bottom: 50px;
}

.contactTextStrong {
	display: inline-block;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.contactTextLink {
	color: #35c64b;
}

.contactForm dl {
	display: table;
	width: 100%;
}

.contactForm dl + dl {
	margin-top: 4px;
}

.contactForm dl.s_last {
	margin-bottom: 50px;
}

.contactForm dt, .contactForm dd {
	display: table-cell;
}

.contactForm dt {
	color: #ffffff;
	width: 255px;
	font-size: 1.5rem;
	vertical-align: top;
	padding: 26px 15px;
	background-color: #5c5c5c;
	zoom: 1;
}

.contactForm dt::after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

.contactForm dt span {
	float: right;
	display: inline-block;
	font-size: 1.3rem;
	margin-top: 0.15em;
	padding-right: 17px;
	padding-left: 17px;
	background-color: #35c64b;
}

.contactForm dd {
	width: calc(100% - 255px);
	vertical-align: middle;
	padding: 18px 15px 10px;
	background-color: #f9f8f5;
}

.contactForm dd.s_noText, .contactForm dd.s_error {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contactForm dd.s_textArea {
	padding-top: 20px;
	padding-bottom: 20px;
}

.contactForm dd.s_noText.s_error {
	padding-bottom: 18px;
}

.contactForm dd ul {
	display: flex;
}

.contactForm dd ul li + li {
	margin-left: 35px;
}

.contactFormText {
	font-size: 1.2rem;
}

.contactFormText.s_error {
	color: #35c64b;
}

.contactFormList {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 490px;
	margin-right: auto;
	margin-left: auto;
}

.contactFormList li {
	width: 48%;
}

.contactLink {
	color: #ffffff;
	display: block;
	padding-top: 27px;
	padding-bottom: 30px;
	background-color: #333333;
}

.contactLink:hover {
	text-decoration: none;
	opacity: 0.7;
}

.floorT, .floorO, .nearFloor {
	display: none;
}

.nearFloorText {
	font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
	.intro, .infoText, .nav > li, .contactForm dl, .contactForm dt, .contactForm dd {
		display: block;
	}

	.intro {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

	.introText, .introBox, .contactForm dt, .contactForm dd {
		width: auto;
	}

	.introText {
		margin-bottom: 15px;
	}

	.nav {
		width: calc(100% - 15px);
	}

	.nav > li {
		padding-right: 10px;
		padding-left: 25px;
	}

	.nav > li:first-child {
		padding-left: 10px;
	}

	.nav > li::before, .nav > li::after {
		width: 20px;
		right: -7px;
	}

	.nav > li::before {
		transform: skew(15deg);
	}

	.nav > li::after {
		transform: skew(-15deg);
	}

	.navText {
		font-size: 1.2rem;
	}

	.contactText {
		margin-bottom: 25px;
	}

	.contactForm dt {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.m_selectBox.s_contact {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

#ui-datepicker-div {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.76rem;
	margin-top: 34px;
	background: #f9f8f5;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color: #333333;
	background: rgba(255, 255, 255, 0.5);
	border-color: #ececec;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-widget-content .ui-state-highlight.ui-state-hover {
	color: #333333;
	background: #f7f3de;
	border-color: #b2a266;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-widget-content .ui-state-highlight.ui-state-hover:hover {
	color: #ffffff;
	background: #5c5c5c;
	border-color: #ececec;
}

.ui-widget-header {
	color: #333333;
	background: #ffffff;
	border-color: #ececec;
	border-radius: 0;
}

.ui-widget-header .ui-icon {
	width: 22px;
	height: 22px;
}

.ui-icon-circle-triangle-w {
	transform: scale(-1, 1);
}

.ui-datepicker-trigger {
	cursor: pointer;
}

.ui-datepicker {
	border-radius: 0;
	border-color: #adadad;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: -1px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-prev.ui-state-focus, .ui-datepicker .ui-datepicker-next.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-focus {
	background: none;
	border: none;
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker th {
	font-size: 1.5rem;
}

.ui-datepicker td span, .ui-datepicker td a {
	font-size: 1.5rem;
	text-align: center;
}

.contactMoreBtn {
	margin-top: 25px;
	width: 236px;
}

.contactMoreBtn a {
	display: block;
	border: 1px solid #999999;
	background-color: #fbf7ea;
	text-align: center;
	padding: 19px 0 18px;
	line-height: 1.5;
}

.contactMoreBtn a img {
	width: 13px;
	vertical-align: middle;
	margin-right: 10px;
}

.contactMoreBtn a:hover {
	opacity: 0.7;
}

.contactMoreArea.close {
	display: none;
}
