.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.text {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .08em;
}
.modal {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ffffff;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	z-index: 1210;
	height: 100%;
	max-height: 95vh;
	height: auto;
	width: calc(100% - 50px);
}
.modal--wide {
	padding:0 !important;
}

.modal__notice p {
	font-size: 0.85em;
}

.modal.is-visible {
	opacity: 1;
	visibility: visible;
}

.modal__inner {
	height: 100%;
	max-height: 100%;
	padding: 53px 20px 43px;
}

.modal__inner--scroll {
	max-height: 90vh;
	overflow: auto;
}

.modal__close {
	position: absolute;
	top: 13px;
	right: 18px;
	z-index: 101;
	display: block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color: #ffffff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 35px;
	height: 35px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.modal__close::before,
.modal__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0%;
	width: 100%;
	height: 1px;
	background: #161815;
}

.modal__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.modal__close:hover {
	opacity: .7;
}

.modal-bg {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(22, 24, 21, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1200;
}

.modal-reserve__text__error {
	padding: 30px 20px 0;
}

.modal-catalog__head {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 12px;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: .08em;
}

.modal-catalog__head::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 126px;
	height: 1px;
	background: #161815;
}

.modal-catalog__text {
	margin-bottom: 28px;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .08em;
	text-align: center;
}

.modal-catalog__text--cart {
	margin-bottom: 7px;
}

.modal-catalog__text__supple {
	font-size: 1.4rem;
	margin-top: 15px;
}

.modal-catalog__text__note {
	font-size: 1.4rem;
	margin-top: 5px;
	text-align: left;
}

.modal-catalog__text__strong {
	font-weight: bold;
}

.modal-catalog__text strong {
	font-size: 2rem;
}

.modal-catalog__text02 {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: .08em;
}

.modal-catalog__buttons {
	padding-top: 22px;
	border-top: 1px solid #BABABA;
}

.modal-catalog__button:not(:last-of-type) {
	margin-bottom: 8px;
}

.modal-catalog__empty {
	margin-top: 30px;
	text-align: center;
}

.modal-catalog__empty button {
	border: none;
	background: transparent;
	text-align: center;
	color: #8A8B8A;
	font-size: 1.7rem;
	letter-spacing: .08em;
}

.modal-form {
	height: 100%;
	overflow: hidden;
}

.modal-form__head {
	margin-bottom: 20px;
	text-align: center;
}

.modal-form__head__heading {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
}

.modal-form__head__sub-heading {
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: bold;
}

.modal-form__head__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.modal-form__notice {
	line-height: 1.3;
	margin-top: 15px;
}

.modal-form__notice--mb {
	margin: 0 15px 30px;
}

.modal-form__notice__1 {
	font-weight: bold;
	color: #B1051C;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-align: center;
}

.modal-form__notice__2 {
	text-align: left;
}

.modal-form__notice__3 {
	text-align: left;
	color: #B1051C;
	margin-top: 10px;
}

.form__content--bt {
	border-top: 1px solid #B9BAB9;
}

.form__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #F3F3F3;
	font-weight: 700;
	padding: 7px 15px;
	letter-spacing: .08em;
}

.form__require {
	display: inline-block;
	margin-left: 4px;
	padding: 2px 7px;
	background: #B1051C;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
}

.form__main {
	padding: 5px 15px 15px;
	word-break: break-all;
}

.form__main__wrap {
	display: block;
}

.form__main__wrap:before,
.form__main__wrap:after {
	content: "";
	display: table;
}

.form__main__wrap:after {
	clear: both;
}

.form__main__float {
	float: left;
	width: 150px;
	margin-right: 15px;
}

.form__main__notice {
	color: #B1051C;
	margin-top: 10px;
}

.form__note {
	display: block;
	margin-top: 4px;
	letter-spacing: .08em;
	font-size: 1.2rem;
	line-height: 1.5;
}

.form__note--2 {
	color: #A02225;
	font-weight: bold;
}

.form__note--line {
	border-bottom: 2px solid #B1051C;
}

.form__buttons {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.form__button:not(:last-of-type) {
	margin-bottom: 9px;
}

.form__button--back {
	display: none;
}

.mw_wp_form_confirm .form__button--back {
	display: block;
}

.form__unit {
	font-size: 1.7rem;
	padding-left: 7px;
}

.form .error {
	margin-top: 5px;
}

.form__list:before,
.form__list:after {
	content: "";
	display: table;
}

.form__list:after {
	clear: both;
}

.form__list__item {
	float: left;
	margin-top: 10px;
}

.form__list__item__text {
	display: block;
	margin-right: 40px;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

.form__list__item__text::before {
	content: '';
	display: block;
	height: 16px;
	width: 16px;
	border: 2px solid #B3B4B5;
	border-radius: 16px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
}

.form__list__item__text::after {
	content: '';
	display: block;
	height: 12px;
	width: 12px;
	border-radius: 12px;
	background: #161815;
	position: absolute;
	left: 4px;
	top: 4px;
	opacity: 0;
}

.form__list__item input[type=radio] {
	display: none;
}

.form__list__item input:checked + .form__list__item__text:after {
	opacity: 1;
}

.mw_wp_form_confirm .form__note {
	display: none;
}

.mw_wp_form_confirm .form__main {
	padding: 12px 15px 23px;
}

.mw_wp_form_confirm .form__require {
	display: none;
}

.mw_wp_form_confirm .form-policy {
	display: none;
}

.mw_wp_form_confirm .form__content {
	margin-bottom: 40px;
}

.form__row.has-error,
.form-policy.has-error {
	background-color: #fff0f0;
}

.help-block {
	color: #f00;
}

.form-policy {
	width: calc(100% - 30px);
	margin: 0 auto 20px;
}

.form-policy__inner {
	padding: 13px 10px;
	text-align: center;
	background: #F3F3F3;
}

.form-policy__main .mwform-checkbox-field-text {
	position: relative;
	padding-left: 20px;
	padding-right: 8px;
	letter-spacing: .04em;
	line-height: 1.3;
	cursor: pointer;
}

.form-policy__main .mwform-checkbox-field-text::before {
	content: '';
	position: absolute;
	top: 2px;
	left: -3px;
	width: 16px;
	height: 16px;
	border: 1px solid #B3B4B5;
	border-radius: 4px;
	background: #ffffff;
}

.form-policy__main .mwform-checkbox-field-text::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0px;
	width: 10px;
	height: 5px;
	border-left: 2px solid #161815;
	border-bottom: 2px solid #161815;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

.form-policy__main input {
	opacity: 0;
}

.form-policy__main input:checked + .mwform-checkbox-field-text::after {
	opacity: 1;
}

.form-policy__note {
	display: block;
	text-align: center;
	margin-top: 9px;
	font-size: 1.2rem;
	letter-spacing: .08em;
}

.form-policy__note a {
	color: #964D48;
}

.form-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border: none;
	color: #161815;
	cursor: pointer;
	display: block;
	text-align: center;
	background: #8A8B8A;
	color: #ffffff;
	font-weight: 300;
	width: 100%;
	padding: 13px 10px;
	font-size: 1.6rem;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.form-button--back {
	background: transparent;
	border: 1px solid #161815;
	color: #161815;
	padding: 12px 10px;
}
.form-button--bold {
	font-weight: 700;
}

.form-button--red {
	background: #B1051C;
	border-radius: 15px;
}

.form-button--dark-gray {
	background: #727271;
}

.form-button--red-frame {
	border: 3px solid #B1051C;
	background: #FFFFFF;
	color: #B1051C;
	border-radius: 15px;
}

.form-button--frame {
	padding: 5px;
	background: transparent;
	color: #161815;
	border: 1px solid #161815;
}

.form-button span {
	display: block;
	font-size: 1.1rem;
	line-height: 1.2;
	text-align: center;
}

.cart-list {
	max-height: calc(100vh - 320px);
	overflow: auto;
}

.cart-list__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #BABABA;
	padding: 8px 45px 7px 0;
}

.cart-list--confirm .cart-list__row {
	border-top: none;
}

.cart-list--2 .cart-list__row {
	border-top: 0;
}

.cart-list__row--2 {
	padding: 0;
	border-top: none;
}

.cart-list__row--3 {
	border-top: none;
}

.cart-list__category {
	padding: 4px 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #964D48;
	color: #ffffff;
	margin-right: 7px;
	font-size: 1.1rem;
}

.cart-list__text01 {
	font-weight: 700;
	font-size: 1.3rem;
	line-height: 1.3;
}

.cart-list__text01::after {
	content: '｜';
	padding: 0 5px;
}

.cart-list__text02 {
	font-size: 1.3rem;
	line-height: 1.3;
}

.cart-list__delete {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 4px;
	padding-right: 10px;
	border: none;
	background: transparent;
	font-size: 1.2rem;
	margin-top: 15px;
}

.cart-list__delete::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: url(../img/icon_delete.svg) no-repeat center center/contain;
}

.cart-list__info {
	margin-bottom: 15px;
}

.cart-list--2 {
	overflow: visible;
	max-height: initial;
}

.cart-list__confirmbox {
	border: 10px solid #FEF2E4;
	padding: 20px;
	margin: 0 15px 30px;
}

.input {
	-webkit-box-shadow: none inset;
	box-shadow: none inset;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	background: #FFFFFF;
	background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -o-linear-gradient(left, #FFFFFF, #FFFFFF);
	background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#FFFFFF));
	background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
	border-radius: 0;
	border: 1px solid #8A8B8A;
	padding: 5px 7px;
	border-radius: 5px;
	font-weight: 300;
}

.input--sm {
	width: 49%;
	max-width: 177px;
}

.input--sm2 {
	width: 30%;
	max-width: 110px;
}

.input--s2 {
	width: 100%;
}

.input--lg {
	width: 85%;
}

.input--xs {
	width: 51%;
	max-width: 95px;
}

.input--md {
	width: 79%;
	max-width: 272px;
}

.input::-webkit-input-placeholder {
	color: #C2C3C4;
}

.input::-moz-placeholder {
	color: #C2C3C4;
}

.input:-ms-input-placeholder {
	color: #C2C3C4;
}

.input::-ms-input-placeholder {
	color: #C2C3C4;
}

.input::placeholder {
	color: #C2C3C4;
}

.input:-ms-input-placeholder {
	color: #C2C3C4;
}

.input::-ms-input-placeholder {
	color: #C2C3C4;
}

.input:focus {
	outline: none;
	border-color: #161815;
}

.input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.input:focus::-moz-placeholder {
	opacity: 0;
}

.input:focus:-ms-input-placeholder {
	opacity: 0;
}

.input:focus::-ms-input-placeholder {
	opacity: 0;
}

.input:focus::placeholder {
	opacity: 0;
}

.input--textarea {
	width: 100%;
}




@media screen and (min-width: 769px) {
	.text { /* pc */
		font-size: 1.7rem;
	}
	.modal { /* pc */
		max-width: 700px;
	}
	
	.modal--wide { /* pc */
		max-width: 1000px;
	}
	
	.modal__inner { /* pc */
		padding: 56px 62px 40px;
	}
	
	.modal__close { /* pc */
		top: 35px;
		right: 56px;
	}
	
	.modal-reserve__text__error { /* pc */
		padding: 50px 50px 0;
	}
	
	.modal-catalog__head { /* pc */
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 2.4rem;
	}
	
	.modal-catalog__head::before { /* pc */
		width: 250px;
	}
	
	.modal-catalog__text { /* pc */
		margin-bottom: 68px;
		font-size: 1.7rem;
	}
	
	.modal-catalog__text--cart { /* pc */
		margin-top: -12px;
		margin-bottom: 22px;
	}
	
	.modal-catalog__text strong { /* pc */
		font-size: 3rem;
	}
	
	.modal-catalog__text02 { /* pc */
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 1.7rem;
		text-align: center;
	}
	
	.modal-catalog__buttons { /* pc */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding-top: 35px;
	}
	
	.modal-catalog__button { /* pc */
	}
	
	.modal-catalog__button:not(:last-of-type) { /* pc */
		margin-bottom: 0;
		margin-left: 18px;
	}
	
	.modal-catalog__empty button:hover { /* pc */
		text-decoration: underline;
	}
	.modal-form { /* pc */
		padding: 50px 0;
	}
	
	.modal-form__head__heading { /* pc */
		font-size: 2.4rem;
	}
	
	.modal-form__head__sub-heading { /* pc */
		font-size: 1.6rem;
	}
	
	.modal-form__notice--mb { /* pc */
		margin: 0 0px 50px;
	}
	
	.modal-form__notice__2 { /* pc */
		margin: 0 250px;
	}
	.form { /* pc */
		padding-top: 0;
		border-top: 1px solid #B9BAB9;
	}
	
	.form__content { /* pc */
		margin-bottom: 42px;
	}
	
	.form__row { /* pc */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 22px 0;
		border-bottom: 1px solid #B9BAB9;
	}
	
	.form__row--prlg { /* pc */
		padding-right: 32px;
	}
	
	.form__row--catalog { /* pc */
		padding: 10px 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	.form__head { /* pc */
		width: 266px;
		background: transparent;
	}
	
	.form__require { /* pc */
		margin-left: 13px;
		padding: 2px 5px;
	}
	
	.form__main { /* pc */
		padding: 0 15px;
		width: calc(100% - 266px);
	}
	
	.form__note { /* pc */
		margin-top: 8px;
		font-size: 1.3rem;
	}
	
	.form__buttons { /* pc */
		width: 100%;
		width: 574px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	
	.form__button:not(:last-of-type) { /* pc */
		margin-bottom: 0;
		margin-left: 12px;
	}
	
	.form__button--back { /* pc */
		display: none;
	}
	
	.mw_wp_form_confirm .form__button--back { /* pc */
		display: block;
	}
	
	.form__list__item { /* pc */
		margin-top: 0px;
	}
	
	.mw_wp_form_confirm .form__main { /* pc */
		padding: 7px 15px;
		font-size: 1.7rem;
	}
	
	.mw_wp_form_confirm .form__content { /* pc */
		margin-bottom: 70px;
	}
	
	.form-policy { /* pc */
		width: 100%;
		margin-bottom: 50px;
	}
	
	.form-policy__inner { /* pc */
		padding: 25px 0;
	}
	
	.form-policy__main .mwform-checkbox-field-text { /* pc */
		font-size: 1.7rem;
		letter-spacing: .02em;
	}
	
	.form-policy__main .mwform-checkbox-field-text::before { /* pc */
		width: 15px;
		height: 15px;
		top: 4px;
		left: -5px;
		border-width: 2px;
	}
	
	.form-policy__main .mwform-checkbox-field-text::after { /* pc */
		width: 10px;
		height: 5px;
		top: 9px;
		left: -1px;
	}
	
	.form-policy__note { /* pc */
		margin-top: 18px;
		font-size: 1.3rem;
	}
	
	.form-policy__note a:hover { /* pc */
		text-decoration: underline;
	}
	
	.form-button { /* pc */
		font-size: 1.7rem;
		letter-spacing: .08em;
		padding: 16px 10px;
	}
	
	.form-button:hover { /* pc */
		opacity: .8;
	}

	.form-button span { /* pc */
		font-size: 1.7rem;
	}

	.cart-list { /* pc */
		max-height: calc(100vh - 460px);
		border-bottom: 1px solid #BABABA;
	}
	
	.cart-list.cart-list--2 { /* pc */
		border-bottom: none;
	}
	
	.cart-list--confirm { /* pc */
		margin-top: -7px;
		border-bottom: none;
	}
	
	.cart-list__row { /* pc */
		padding: 10px 60px 11px 0;
	}
	
	.cart-list--confirm .cart-list__row { /* pc */
		padding: 7px 0 8px;
	}
	
	.cart-list__row--2 { /* pc */
		padding: 0;
	}
	
	.cart-list__category { /* pc */
		margin-right: 19px;
		padding: 5px 23px;
		font-size: 1.2rem;
	}
	
	.cart-list__text01 { /* pc */
		font-size: 1.7rem;
	}
	
	.cart-list__text02 { /* pc */
		font-size: 1.7rem;
	}
	
	.cart-list__delete { /* pc */
		padding-right: 22px;
		margin-top: 0;
	}
	
	.cart-list__delete:hover { /* pc */
		text-decoration: underline;
	}
	
	.cart-list__delete::after { /* pc */
		width: 12px;
		height: 12px;
	}
	
	.cart-list__confirmbox { /* pc */
		padding: 40px;
		margin: 0 0 60px;
	}
	.input { /* pc */
		padding: 7px 12px;
		font-size: 1.5rem;
	}
	
	.input--sm { /* pc */
		width: 47%;
		max-width: inherit;
	}
	
	.input--sm2 { /* pc */
		width: 32%;
		max-width: inherit;
	}
	
	.input--xs { /* pc */
		width: 47%;
	}
	
	.input--textarea { /* pc */
		height: 355px;
	}
	.modal-form__notice__3 {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
	}
}



/*2023 モデルハウスモーダル改修*/


.modal-form {
	height: 100%;
	overflow: hidden;
}

.modal-form__head {
	margin-bottom: 12px;
	text-align: center;
}

.modal-form__head__heading {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
}

.modal-form__head__sub-heading {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}

.modal-form__head__text {
	font-size: 1.4rem;
	line-height: 1.5;
}

.modal-form__notice {
	line-height: 1.3;
	margin-top: 15px;
}

.modal-form__notice--mb {
	margin: 0 15px 30px;
}

.modal-form__notice--mt0 {
	margin-top: 0;
}

.modal-form__notice__1 {
	font-weight: bold;
	color: #B1051C;
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-align: center;
}

.modal-form__notice__2 {
	text-align: left;
}

.modal-form__notice__3 {
	text-align: left;
	color: #B1051C;
	margin-top: 10px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.modal-form__notice__4 {
	font-size: 1rem;
}

.delete-btn {
	border-radius: 0;
	position: relative;
	border: none;
	background: transparent;
	color: #161815;
	font-size: 1.2rem;
	line-height: 1.2;
	padding-right: 10px;
}

.delete-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: url(../img/icon_delete.svg) no-repeat center center/contain;
}

.temporary-reserve {
	padding: 9px 8px;
	background: #eef7f9;
	border: none;
	font-weight: 400;
}

.temporary-reserve__head {
	margin-bottom: 4px;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 700;
}

.temporary-reserve__head em {
	color: #e03f3f;
}

.temporary-reserve__item {
	position: relative;
}

.temporary-reserve__item:not(:last-child) {
	margin-bottom: 6px;
}

.temporary-reserve__inner {
	font-size: 1.1rem;
	line-height: 1.3636;
}

.temporary-reserve__main {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.temporary-reserve__count {
	position: absolute;
	top: 0;
	left: 0;
}

.temporary-reserve__info {
	font-weight: 700;
}

.temporary-reserve__info--no-data {
	font-weight: 400;
	color: #808080;
}

.temporary-reserve__maker {
	font-weight: 700;
}

.temporary-reserve__modelhouse {
	font-weight: 700;
}

.temporary-reserve__delete {
	position: absolute;
	top: 0;
	right: 0;
}

.reserve-head-info {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 9px;
	border-bottom: 1px solid #b3b3b3;
	font-weight: 400;
}

.reserve-head-info__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reserve-head-info__image {
	width: 34%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}

.reserve-head-info__image img {
	display: block;
}

.reserve-head-info__data {
	width: 100%;
	padding-right: 50px;
	font-size: 1.2rem;
	line-height: 1.4;
}

.reserve-head-info__category {
	display: inline-block;
	margin-bottom: 2px;
	padding: 2px 5px;
	font-size: 1rem;
	line-height: 1.2;
	color: #FFFFFF;
	background: #964d48;
}

.reserve-head-info__maker {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: bold;
}

.reserve-head-info__delete {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.reserve-bg-note {
	margin-bottom: 12px;
	padding: 8px;
	background: #fffde5;
	font-size: 1.1rem;
	line-height: 1.3;
	font-weight: 400;
}

.reserve-bg-note__head {
	font-weight: bold;
}

.reserve-legend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 400;
}

.reserve-legend__item {
	margin-right: 16px;
}

.reserve-legend .icon_empty {
	color: #e03f3f;
}

.reserve-legend .icon_contact {
	color: #eb942f;
}

.cal {
	font-weight: 400;
}

.cal__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cal__nav,
.cal__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px;
}

.cal__nav--foot,
.cal__head--foot {
	margin-top: 9px;
}

.cal__nav button,
.cal__head button {
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: #000000;
	border-radius: 0;
	border: 1px solid #161815;
	width: 100%;
	height: 28px;
}

.cal__nav button:disabled,
.cal__head button:disabled {
	color: #b3b3b3;
	border-color: #b3b3b3;
	cursor: not-allowed;
}

.cal__nav button:disabled::before,
.cal__head button:disabled::before {
	border-color: #b3b3b3;
}

.cal__nav button::before,
.cal__head button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #161815;
	border-left: 1px solid #161815;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.cal__nav__prev,
.cal__head__prev {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
}

.cal__nav__prev button,
.cal__head__prev button {
	padding-left: 10px;
}

.cal__nav__today,
.cal__head__today {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	margin: 0 5px;
	padding: 8px 10px;
	background: #fcedf2;
	font-size: 1rem;
}

.cal__nav__today strong,
.cal__head__today strong {
	font-size: 1.2rem;
	font-weight: bold;
}

.cal__nav__next,
.cal__head__next {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 80px;
}

.cal__nav__next button,
.cal__head__next button {
	padding-right: 10px;
}

.cal__nav__next button::before,
.cal__head__next button::before {
	left: auto;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(135deg);
	-ms-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}

.cal__body table {
	width: 100%;
	table-layout: fixed;
}

.cal__body table th,
.cal__body table td {
	border: 1px solid #b3b3b3;
	vertical-align: middle;
	text-align: center;
}

.cal__body table thead tr:nth-of-type(1) {
	font-size: 1rem;
}

.cal__body table thead tr:nth-of-type(1) th {
	padding: 4px;
}

.cal__body table thead tr:nth-of-type(1) th:nth-of-type(1) {
	width: 45px;
}

.cal__body table thead tr:not(:nth-of-type(1)) th {
	padding: 6px 2px;
	font-size: 1.3rem;
}

.cal__body table thead tr:not(:nth-of-type(1)) th span {
	font-size: 1rem;
}

.cal__body table thead .w-sun {
	background: #fdf0f0;
}

.cal__body table thead .w-sat {
	background: #ebf6fe;
}

.cal__body table tbody th {
	height: 29px;
	font-size: 1.1rem;
}

.cal__body table tbody td {
	position: relative;
	font-size: 1.6rem;
}

.cal__body table tbody td:not([class]) {
	color: #e03f3f;
}

.cal__body table tbody td:not([class]) label {
	display: block;
	width: 100%;
	height: 29px;
	cursor: pointer;
}

.cal__body table tbody td:not([class]) input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.cal__body table tbody td:not([class]) input[type="radio"]:checked + span {
	background: #fcfa9c;
}

.cal__body table tbody td:not([class]) span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.cal__body table tbody a {
	color: #eb942f;
	text^text-decoration: none;
}

.cal__body .cell-today {
	vertical-align: middle;
	font-size: 1.1rem;
	letter-spacing: .12em;
}

.cal__body .cell-today__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cal__body .cell-today a {
	display: block;
	letter-spacing: 0;
}

.cal__body .cell-today span {
	display: inline-block;
	margin-top: 10px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.cal__body .cell-holiday {
	vertical-align: middle;
	font-size: 1.1rem;
	color: #999999;
	background: #f2f2f2;
	letter-spacing: .12em;
}

.cal__body .cell-holiday span {
	display: inline-block;
	height: 100px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.cal__body .cell-inquiry {
	font-size: 1.1rem;
}

.cal__body .cell-reserved {
	background: #f2f2f2;
}

.reserve-control {
	margin-top: -8px;
	margin-bottom: 27px;
}

.reserve-control__item:not(:last-child) {
	margin-bottom: 10px;
}

.reserve-content {
	position: relative;
}

.reserve-content__info {
	margin-bottom: 30px;
}

.is-calendar-hide .reserve-bottom-wrap {
	margin-right: auto;
}

.modal-reserve__text {
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 769px) {

	.modal-form { /* pc */
	padding: 50px 0;
}

.modal-form__head { /* pc */
	margin-bottom: 35px;
}

.modal-form__head__heading { /* pc */
	font-size: 2.6rem;
}

.modal-form__head__sub-heading { /* pc */
	font-size: 2rem;
}

.modal-form__notice--mb { /* pc */
	margin: 0 0px 50px;
}

.modal-form__notice__2 { /* pc */
	margin: 0 235px;
}

.modal-form__notice__4 { /* pc */
	font-size: 1.2rem;
}

.delete-btn { /* pc */
	padding-right: 22px;
}

.delete-btn:hover { /* pc */
	text-decoration: underline;
}

.delete-btn::after { /* pc */
	width: 12px;
	height: 12px;
}

.temporary-reserve { /* pc */
	padding: 10px 20px 18px;
}

.modal .temporary-reserve { /* pc */
	margin-bottom: 5px;
}

.temporary-reserve__head { /* pc */
	margin-bottom: 6px;
	font-size: 1.5rem;
}

.temporary-reserve__item:not(:last-child) { /* pc */
	margin-bottom: 8px;
}

.temporary-reserve__inner { /* pc */
	font-size: 1.5rem;
}

.temporary-reserve__main { /* pc */
	padding-left: 53px;
	padding-right: 53px;
}

.reserve-head-info { /* pc */
	padding-bottom: 13px;
}

.reserve-head-info__main { /* pc */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.reserve-head-info__image { /* pc */
	width: 150px;
	margin-right: 22px;
}

.reserve-head-info__data { /* pc */
	font-size: 1.6rem;
}

.reserve-head-info__category { /* pc */
	font-size: 1.4rem;
}

.reserve-head-info__maker { /* pc */
	font-size: 1.6rem;
}

.reserve-bg-note { /* pc */
	margin-bottom: 10px;
	padding: 15px;
	font-size: 1.5rem;
}

.reserve-legend { /* pc */
	margin-bottom: 15px;
	font-size: 1.5rem;
}

.cal__nav,
.cal__head { /* pc */
	margin-bottom: 17px;
}

.cal__nav--foot,
.cal__head--foot { /* pc */
	margin-top: 12px;
}

.cal__nav button,
.cal__head button { /* pc */
	height: 38px;
	font-size: 1.8rem;
}

.cal__nav button::before,
.cal__head button::before { /* pc */
	width: 12px;
	height: 12px;
	left: 16px;
	border-width: 2px;
}

.cal__nav__prev,
.cal__head__prev { /* pc */
	width: 114px;
}

.cal__nav__today,
.cal__head__today { /* pc */
	height: 38px;
	font-size: 1.4rem;
}

.cal__nav__today strong,
.cal__head__today strong { /* pc */
	font-size: 1.6rem;
}

.cal__nav__next,
.cal__head__next { /* pc */
	width: 114px;
}

.cal__nav__next button::before,
.cal__head__next button::before { /* pc */
	left: auto;
	right: 16px;
}

.cal__body table thead tr:nth-of-type(1) { /* pc */
	font-size: 1.4rem;
}

.cal__body table thead tr:nth-of-type(1) th { /* pc */
	padding: 5px;
}

.cal__body table thead tr:nth-of-type(1) th:nth-of-type(1) { /* pc */
	width: 68px;
}

.cal__body table thead tr:not(:nth-of-type(1)) th { /* pc */
	padding: 9px 2px;
	font-size: 1.8rem;
}

.cal__body table thead tr:not(:nth-of-type(1)) th span { /* pc */
	font-size: 1.4rem;
}

.cal__body table tbody th { /* pc */
	height: 30px;
	font-size: 1.5rem;
}

.cal__body table tbody td { /* pc */
	font-size: 2.2rem;
}

.cal__body table tbody td:not([class]) label { /* pc */
	height: 41px;
}

.cal__body table tbody a { /* pc */
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.cal__body table tbody a:hover {
	opacity: .7;
}

.cal__body .cell-today { /* pc */
	font-size: 1.5rem;
}

.cal__body .cell-holiday { /* pc */
	font-size: 1.5rem;
}

.cal__body .cell-inquiry { /* pc */
	font-size: 1.5rem;
}

.reserve-control { /* pc */
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-top: 24px;
}

.reserve-control__item .form-button { /* pc */
	min-height: 70px;
}

.reserve-content { /* pc */
	border-top: none;
}

.reserve-content__info { /* pc */
	width: calc(50% - 25px);
	margin-left: auto;
	margin-bottom: 15px;
}

.reserve-content__cal { /* pc */
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 25px);
}

.reserve-bottom-wrap { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: auto;
	width: calc(50% - 25px);
}

}