/* chapter-content */
/* ----------------------------- */

.main.room-reservation .chapter-content {
	border-bottom: 1px solid #dcdcdc;
	margin: 0 50px 60px;
	padding: 60px 0 55px;
}

@media screen and (max-width: 736px) {
	.main.room-reservation .chapter-content {
		padding: 105px 0 30px;
		margin: 0 15px 30px;
	}
}

.main.room-reservation .chapter-content .wrap::before {
	height: 95%;
}

.main.room-reservation .chapter-content .icon {
	height: 95px;
	width: 117px;
}

@media screen and (max-width: 736px) {
	.main.room-reservation .chapter-headding > .wrap > .title > .main {
		letter-spacing: 0.05em;
	}

	.main.room-reservation .chapter-headding > .wrap > .title > .main > .for-small {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.main.room-reservation .chapter-content .icon,
	.main.room-reservation-confirm .chapter-content .icon {
		bottom: -40px;
		height: 37px;
		width: 58px;
	}
}

@media screen and (max-width: 736px) {
	.chapter-content.reservation-confirm {
		padding: 105px 20px 30px;
	}
}

.chapter-content .form-flow {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

@media screen and (max-width: 736px) {
	.chapter-content .form-flow {
		margin-top: 30px;
	}
}

.chapter-content .form-flow > .list {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	border-radius: 3px;
	display: block;
	margin-right: 20px;
	padding: 2px;
	position: relative;
	text-align: center;
	width: 200px;
}

.chapter-content .form-flow > .list::after {
	background: url(../../images/contact/icon-arrow.svg) no-repeat center center;
	background-size: 9px 12px;
	content: '';
	height: 12px;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.chapter-content .form-flow > .list:last-child {
	margin-right: 0;
}

.chapter-content .form-flow > .list:last-child::after {
	content: none;
}

.chapter-content .form-flow > .list.current > p {
	background-color: transparent;
	color: #fff;
}

.chapter-content .form-flow > .list > p {
	background-color: #fff;
	color: #24b0ef;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	padding: 12px 0;
	transition: all 0.3s;
	text-indent: 0.1em;
}

@media screen and (max-width: 736px) {
	.chapter-content .form-flow > .list > p {
		font-size: 11px;
		letter-spacing: 0.01em;
		padding: 17px 0 15px;
		text-indent: 0.01em;
	}
}

/* headding-title */
/* ----------------------------- */

.headding-title {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	letter-spacing: 0.15em;
	line-height: 1.8;
}

@media screen and (max-width: 736px) {
	.headding-title {
		font-size: 12px;
		letter-spacing: 0.06em;
		line-height: 1.8;
	}
}

/* attend-check */
/* ----------------------------- */

@media screen and (max-width: 736px) {
	.contact-attend {
		padding: 0 15px;
	}
}

.attend-check {
	background-color: #fff;
	border: 5px solid #ffff00;
	border-radius: 5px;
	margin-top: 20px;
	padding: 35px 30px;
}

@media screen and (max-width: 736px) {
	.attend-check {
		padding: 15px 12px;
	}
}

.attend-check > .check-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid #dcdcdc;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-bottom: 25px;
	padding: 0 30px 25px;
}

@media screen and (max-width: 736px) {
	.attend-check > .check-box {
		padding: 0 0 20px 10px;
	}
}

.attend-check > .check-box:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.attend-check > .check-box > input {
	margin-right: 40px !important;
}

@media screen and (max-width: 736px) {
	.attend-check > .check-box > input {
		margin-right: 20px !important;
	}
}

.attend-check > .check-box > span {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-top: -5px;
	padding-left: 40px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.attend-check > .check-box > span {
		font-size: 12px;
		line-height: 1.7;
		padding: 20px 0 0;
		text-align: justify;
		width: calc(100% - 40px);
	}
}

.attend-check > .check-box > span > .num {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	letter-spacing: 0.09em;
	position: absolute;
	left: 0;
	top: -3px;
}

@media screen and (max-width: 736px) {
	.attend-check > .check-box > span > .num {
		font-size: 16px;
	}
}

/* contact-form */
/* ----------------------------- */

.contact-form {
	margin-top: 90px;
	padding-bottom: 65px;
}

@media screen and (max-width: 736px) {
	.contact-form {
		margin-top: 0;
		padding-bottom: 30px;
	}
}

.contact-form > .form-wrap {
	background-color: #fff;
	border-radius: 4px;
	margin-top: 30px;
	padding: 50px 40px 60px;
}

@media screen and (max-width: 1360px) {
	.contact-form > .form-wrap {
		padding: 35px 30px 45px;
	}
}

@media screen and (max-width: 1170px) {
	.contact-form > .form-wrap {
		padding: 25px 15px 30px;
	}
}

@media screen and (max-width: 736px) {
	.contact-form > .form-wrap {
		margin-top: 20px;
		padding: 20px 5px;
	}
}

/* property-info */
/* ----------------------------- */

.property-info {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-bottom: 60px;
}

.property-info > .image {
	overflow: hidden;
	position: relative;
	padding-top: 17.22%;
	width: 25.9%;
}

.property-info > .image > img {
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.property-info > .content {
	padding: 0 0 0 6px;
	width: 74.1%;
}

.property-info > .content > .name {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 24px;
	letter-spacing: 0.025em;
	line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 10px;
}

@media screen and (max-width: 1360px) {
	.property-info > .content > .name {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

.property-table > thead > .row {
	background-color: #f2f4f8;
}

.property-table > thead > .row > .head {
	padding: 10px 0 8px;
	width: 16.6666%;
}

.property-table > thead > .row > .head > p {
	border-right: 1px solid #dcdcdc;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}

.property-table > thead > .row > .head:last-child > p {
	border-right: none;
}

.property-table > tbody > .row > .data {
	padding: 10px 0;
	text-align: center;
}

.property-table > tbody > .row > .figure > img {
	width: 60%;
}

.property-table > tbody > .row > .floors > .floors {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .floors > .floors {
		font-size: 22px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .floors > .floors {
		font-size: 18px;
	}
}

.property-table > tbody > .row > .floors > .floors > .num {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	margin-left: 3px;
}

.property-table > tbody > .row > .price > .price {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	line-height: 1;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .price > .price {
		font-size: 30px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .price > .price {
		font-size: 26px;
	}
}

.property-table > tbody > .row > .price > .price > .unit {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .price > .price > .unit {
		font-size: 12px;
	}
}

.property-table > tbody > .row > .price > .fee {
	display: inline-block;
	margin-top: 5px;
	padding: 0 7px;
	position: relative;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .price > .fee {
		padding: 0 4px;
	}
}

.property-table > tbody > .row > .price > .fee::after {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	content: '[';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .price > .fee::after {
		font-size: 14px;
	}
}

.property-table > tbody > .row > .price > .fee::before {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	content: ']';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .price > .fee::before {
		font-size: 14px;
	}
}

.property-table > tbody > .row > .data > .fee {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .data > .fee {
		font-size: 12px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .data > .fee {
		font-size: 11px;
	}
}

.property-table > tbody > .row > .data > .fee > .num {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 0 4px 0 6px;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .data > .fee > .num {
		font-size: 13px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .data > .fee > .num {
		font-size: 12px;
		margin: 0 1px 0 2px;
	}
}

.property-table > tbody > .row > .fee > .fee {
	margin-bottom: 8px;
}

.property-table > tbody > .row > .fee > .fee:last-child {
	margin-bottom: 0;
}

.property-table > tbody > .row > .f-plan > .plan {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: 300;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .f-plan > .plan {
		font-size: 20px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .f-plan > .plan {
		font-size: 18px;
		letter-spacing: 0;
	}
}

.property-table > tbody > .row > .f-plan > .fee {
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
	padding: 0 7px;
	position: relative;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .f-plan > .fee {
		font-size: 13px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .f-plan > .fee {
		font-size: 11px;
		letter-spacing: 0;
	}
}

.property-table > tbody > .row > .f-plan > .fee::after {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	content: '[';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .f-plan > .fee::after {
		font-size: 14px;
	}
}

.property-table > tbody > .row > .f-plan > .fee::before {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	position: absolute;
	content: ']';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .f-plan > .fee::before {
		font-size: 14px;
	}
}

.property-table > tbody > .row > .f-plan > .fee > .num {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-right: 1px;
	margin-left: 0;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .f-plan > .fee > .num {
		font-size: 14px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .f-plan > .fee > .num {
		font-size: 12px;
		letter-spacing: 0;
	}
}

.property-table > tbody > .row > .season > .season {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

@media screen and (max-width: 1360px) {
	.property-table > tbody > .row > .season > .season {
		font-size: 12px;
	}
}

@media screen and (max-width: 1170px) {
	.property-table > tbody > .row > .season > .season {
		font-size: 11px;
		letter-spacing: 0;
	}
}



@media screen and (max-width: 736px) {
	.property-info {
		border-bottom: 1px solid #dddddd;
		display: block;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.property-info > .name {
		background-color: rgba(48,178,237,0.1);
		color: #333333;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.03em;
		line-height: 1.5;
		margin-bottom: 10px;
		padding: 9px 4px;
	}

	.property-info > .building-image {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 13px;
		padding: 0 5px;
		width: 100%;
	}

	.property-info > .building-image > .image {
		background-color: #f0f3f5;
		overflow: hidden;
		padding-top: 46.4%;
		position: relative;
		width: 46.4%;
	}

	.property-info > .building-image > .image > img {
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateY(-50%);
		width: 100%;
	}

	.property-info > .building-image > .figure {
		overflow: hidden;
		padding-top: 46.4%;
		position: relative;
		width: 46.4%;
	}

	.property-info > .building-image > .figure > img {
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0 auto;
		transform: translateY(-50%);
		width: 70%;
	}

	.property-info > .property-data {
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 5px;
	}

	.property-info > .property-data > .data {
		max-width: 185px;
		width: 58.9%;
	}

	.property-info > .property-data > .data > div {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
  		display: -ms-flexbox;
  		display: flex;
		margin-bottom: 7px;
	}

	.property-info > .property-data > .data > div:last-child {
		margin-bottom: 0;
	}

	.property-info > .property-data > .data > div > .price {
		font-family: 'Lato', sans-serif;
		font-size: 26px;
		font-weight: 600;
		letter-spacing: 0.05em;
		line-height: 1;
	}

	.property-info > .property-data > .data > div > .price > .unit {
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		margin-left: 2px;
	}

	.property-info > .property-data > .data > div > .fee {
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		margin-left: 2px;
	}

	.property-info > .property-data > .data > div > .fee > .ttl {
		background-color: #f4f4f4;
		margin-right: 3px;
		padding: 0 3px;
	}

	.property-info > .property-data > .data > div > .fee > .num {
		font-family: 'Lato', sans-serif;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin: 0 1px;
	}

	.property-info > .property-data > .data > div > .fee > .yen {
		margin: 0 5px 0 0;
	}

	.property-info > .property-data > .data > div > .floors {
		border-right: 1px solid #dcdcdc;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
		margin-right: 5px;
		padding-right: 5px;
	}

	.property-info > .property-data > .data > div > .plan {
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.1em;
	}

	.property-info > .property-data > .season {
		width: 41.1%;
	}

	.property-info > .property-data > .season > .head {
		background-color: #f2f4f8;
		border-radius: 3px;
		color: #333333;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		margin: 3px 0 8px;
		padding: 6px 0 4px;
		text-align: center;
	}

	.property-info > .property-data > .season > .text {
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		font-weight: 500;
		line-height: 1.5;
		text-align: center;
	}
}


/* r-form-wrap */
/* ----------------------------- */

.text-required {
	color: #ff0000;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.09em;
	margin-bottom: 13px;
	text-align: right;
}

.r-form-wrap > .table {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table {
		border-top: none;
		border-bottom: 1px solid #dddddd;
	}
}

.r-form-wrap > .table > tbody > .row {
	border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row {
		border-bottom: none;
	}
}

.r-form-wrap > .table > tbody > .row:last-child {
	border-bottom: none;
}

.r-form-wrap > .table > tbody > .row > .head {
	background-color: rgba(36,176,239,0.1);
	padding: 35px 0 35px 40px;
	text-align: left;
	vertical-align: top;
	width: 200px;
}

@media screen and (max-width: 1300px) {
	.r-form-wrap > .table > tbody > .row > .head {
		padding: 35px 20px 35px 20px;
		width: 170px;
	}
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .head {
		display: block;
		padding: 10px 5px;
		width: 100%;
	}
}

.r-form-wrap > .table > tbody > .row > .head > .content {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

@media screen and (max-width: 1300px) {
	.r-form-wrap > .table > tbody > .row > .head > .content {
		font-size: 13px;
		letter-spacing: 0.01em;
	}
}

.r-form-wrap > .table > tbody > .row > .head > .content > .required {
	color: #ff0000;
	font-size: 12px;
}

.r-form-wrap > .table > tbody > .row > .data {
	padding: 35px 0 15px 25px;
	width: calc(100% - 200px);
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data {
		display: block;
		padding: 20px 5px 5px;
		width: 100%;
	}
}

.r-form-wrap > .table > tbody > .row.space > .head {
	padding: 45px 0 35px 40px;
}

@media screen and (max-width: 1300px) {
	.r-form-wrap > .table > tbody > .row.space > .head {
		padding: 45px 0 35px 20px;
	}
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row.space > .head {
		padding: 10px 5px;
	}
}

.r-form-wrap > .table > tbody > .row.space > .data {
	padding: 30px 0 30px 25px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row.space > .data {
		padding: 20px 5px;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

.r-form-wrap > .table > tbody > .row > .data > form.column {
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex.space {
	margin-bottom: 35px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex.space {
		margin-bottom: 20px;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .radio-box {
	margin-bottom: 0;
	min-width: 200px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .radio-box {
		margin-bottom: 8px;
		min-width: auto;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .date {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0 15px;
}

@media screen and (max-width: 1300px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .date {
		font-size: 13px;
		margin: 0 0 10px;
	}
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .date {
		font-size: 12px;
	}

	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .time-wrap:nth-child(1) {
		margin-right: 15px;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .search-parts-select {
	background-position: 88% center;
	padding: 12px 30px 13px 10px;
	width: 90px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form.column > .flex > .select-wrap .search-parts-select {
		padding: 10px 30px 10px 8px;
		font-size: 12px;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form > .other {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	margin-bottom: 20px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form > .other {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.r-form-wrap > .table > tbody > .row > .data > form > .other > .radio-box {
	margin-bottom: 0;
	width: 80px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .table > tbody > .row > .data > form > .other > .radio-box {
		margin-bottom: 8px;
		width: auto;
	}
}

.r-form-wrap > .text-content {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 45px 0 0;
	text-align: center;
}

@media screen and (max-width: 1300px) {
	.r-form-wrap > .text-content {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .text-content {
		font-size: 12px;
		line-height: 1.8;
	}
}

.r-form-wrap > .text-content > a {
	border-bottom: 1px solid #333333;
	transition: opacity 0.3s;
}

.r-form-wrap > .text-content > a:hover {
	opacity: 0.7;
}

.r-form-wrap > .privacy {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .privacy {
		margin-top: 25px;
	}
}

.r-form-wrap > .privacy > input {
	height: 13px !important;
	border-radius: 0 !important;
	width: 13px !important;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .privacy > input {
		height: 20px !important;
		border-radius: 3px !important;
		width: 20px !important;
	}
}

.r-form-wrap > .privacy > input::after {
	width: 7px !important;
    height: 4px !important;
    top: 2px !important;
    border-bottom: 2px solid #fff !important;
    border-left: 2px solid #fff !important;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .privacy > input::after {
		width: 12px !important;
		height: 7px !important;
		top: 3px !important;
		border-bottom: 3px solid #fff !important;
    	border-left: 3px solid #fff !important;
	}
}

.r-form-wrap > .privacy > span > a {
	border-bottom: 1px solid #179eec;
	color: #179eec;
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .privacy > span {
		font-size: 12px;
	}

	.r-form-wrap > .privacy > span > a {
		font-size: 12px;
	}
}

.r-form-wrap > .button-wrap {
	margin-top: 20px;
	text-align: center;
}

.r-form-wrap > .button-wrap > .button {
	appearance: none;
	background-color: #30aee8;
	border: 1px solid #30aee8;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	border-radius: 3px;
	color: #fff;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin: 0 5px;
	outline: 0;
	padding: 12px 0 14px;
	transition: opacity 0.3s;
	width: 270px;
}

.r-form-wrap > .button-wrap > .button.ghost {
	background-color: #fff;
	color: #30aee8;
	transition: background-color 0.3s, color 0.3s;
}

@media screen and (max-width: 736px) {
	.r-form-wrap > .button-wrap > .button {
		font-size: 12px;
		margin: 0;
		padding: 12px 0 11px;
		width: 135px;
	}
}

.r-form-wrap > .button-wrap > .button:hover {
	opacity: 0.7;
}

.r-form-wrap > .button-wrap > .button.ghost:hover {
	background-color: #30aee8;
	color: #fff;
	opacity: 1;
}

/* 今日の予約『TEL』表示 */
.reserve-table .today_tel {
	color: #AF9864;
	font-size: 16px;
}
/* 予約日時の選択テーブル */
@media screen and (max-width: 736px) {
	/* 行幅を広げる */
	.reserve-table-sp .data_row {
		height: 50px;
	}
	/* 今日の予約『TEL』表示 */
	.reserve-table-sp .today_tel {
		color: #AF9864;
		font-size: 13px;
	}
}
#message .today_tel {
	color: #AF9864;
}


/* ラジオボタン */
/* ----------------------------- */

.radio-box {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	width: 20%;
}

@media screen and (max-width: 1230px) {
	.radio-box {
		margin-bottom: 15px;
		width: 33%;
	}
}

@media screen and (max-width: 736px) {
	.radio-box {
		margin-bottom: 22px;
		width: 50%;
	}
}

.radio-box > input[type="radio"] {
	border: 2px solid #888888;
	border-radius: 0;
	height: 13px;
	margin: 2px 5px 0 0;
	position: relative;
	width: 13px;
}

@media screen and (max-width: 736px) {
	.radio-box > input[type="radio"] {
		border-radius: 3px;
		height: 20px;
		margin: 0 5px 0 0;
		width: 20px;
	}
}

.radio-box > input[type="radio"]:checked {
	background-color: #30b2ed;
}

.radio-box > input[type="radio"]:checked::after {
	content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 7px;
    height: 4px;
    top: 2px;
    left: 0;
	right: 0;
	margin: 0 auto;
    transform: rotate(-45deg);
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-color:  #fff;
}

@media screen and (max-width: 736px) {
	/* .radio-box > input[type="radio"]:checked {
		box-shadow: inset 0 0 0 3px #fff;
	} */
	.radio-box > input[type="radio"]:checked::after {
		width: 12px;
		height: 7px;
		top: 3px;
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color:  #fff;
	}
}

.radio-box > span {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.01em;
}

@media screen and (max-width: 1300px) {
	.radio-box > span {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	.radio-box > span {
		font-size: 12px;
	}
}

/* input(text) */
/* ----------------------------- */

input[type="text"],
textarea {
	border: 2px solid #333333;
	border-radius: 3px;
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-right: 20px;
	padding: 10px 15px;
	width: 100%;
}

input.date,
.ui-datepicker {
	width: 268px !important;
}

@media screen and (max-width: 736px) {
	input.date {
		width: 100% !important;
	}

	.ui-datepicker {
		width: 85% !important;
	}
}

input.date {
	background: url(../../images/contact/icon-calendar.svg) no-repeat 95% center;
	background-size: 18px 18px;
}

@media screen and (max-width: 1300px) {
	input[type="text"],
	textarea {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	input[type="text"],
	textarea {
		font-size: 12px;
		margin-right: 0;
		padding: 7px 10px;
	}
}

input[type="text"]::placeholder,
textarea::placeholder {
	color: #dbdbdb;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
}

@media screen and (max-width: 1300px) {
	input[type="text"]::placeholder,
	textarea::placeholder {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	input[type="text"]::placeholder,
	textarea::placeholder {
		font-size: 12px;
	}
}

textarea {
	height: 130px;
}

@media screen and (max-width: 736px) {
	textarea {
		height: 90px;
	}
}

/* 確認画面 contact-form */
/* ----------------------------- */

.contact-form.confirm {
	margin-top: 0;
	padding-top: 40px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.contact-form.confirm {
		padding-top: 35px;
	}
}

.contact-form.confirm::after {
	background-color: #dcdcdc;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	width: calc(100% - 100px);
}

@media screen and (max-width: 1330px) {
	.contact-form.confirm::after {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width: 736px) {
	.contact-form.confirm::after {
		width: calc(100% - 30px);
	}
}

.contact-form.confirm > .countion {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	text-indent: 0.15em;
}

@media screen and (max-width: 736px) {
	.contact-form.confirm > .countion {
		font-size: 12px;
		letter-spacing: -0.01em;
		text-indent: -0.01em;
	}
}

.contact-form.confirm > .form-wrap {
	margin-top: 40px;
}

@media screen and (max-width: 736px) {
	.contact-form.confirm > .form-wrap {
		margin-top: 35px;
		padding: 30px 5px;
	}
}


/* 確認画面 contact-form */
/* ----------------------------- */

.attend-check.confirm {
	border: none;
	border-radius: 0;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	margin: 0 0 50px;
	padding: 30px 0 25px;
}

@media screen and (max-width: 736px) {
	.attend-check.confirm {
		margin: 0 0 40px;
		padding: 25px 20px;
	}
}

.attend-check.confirm > .check-box:hover {
	cursor: auto;
}

.attend-check.confirm > .check-box > input {
	border: 2px solid #30b2ed;
}

.attend-check.confirm > .check-box > input:hover {
	cursor: auto;
}


/* 確認画面 contact-form */
/* ----------------------------- */

.property-info.confirm {
	border-top: 1px solid #a5a5a5;
}


/* 確認画面 contact-form */
/* ----------------------------- */

.r-form-wrap.confirm > .table > tbody > .row > .head {
	padding: 27px 0 25px 40px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap.confirm > .table > tbody > .row > .head {
		padding: 10px 0 10px 7px;
	}
}

.r-form-wrap.confirm > .table > tbody > .row > .head > .content {
	line-height: 1.7;
}

.r-form-wrap.confirm > .table > tbody > .row > .data {
	padding: 27px 25px 25px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap.confirm > .table > tbody > .row > .data {
		padding: 20px 0 20px 7px;
	}
}

.r-form-wrap.confirm > .table > tbody > .row > .data > p {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

@media screen and (max-width: 736px) {
	.r-form-wrap.confirm > .table > tbody > .row > .data > p {
		font-size: 12px;
	}
}

.r-form-wrap.confirm > .button-wrap {
	margin-top: 55px;
}

@media screen and (max-width: 736px) {
	.r-form-wrap.confirm > .button-wrap {
		margin-top: 30px;
	}
}


/* 確認画面 headding-confirm */
/* ----------------------------- */

.headding-confirm {
	color: #24b0ef;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.09em;
	margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.headding-confirm {
		font-size: 18px;
		letter-spacing: 0.16em;
		margin-bottom: 15px;
		text-align: center;
		text-indent: 0.16em;
	}
}