@charset "UTF-8";
#id {
	display: none;
}

/*==========================================================
common
==========================================================*/
* {
	margin: 0;
	padding: 0;
	word-break: normal;
	line-break: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

html {
	opacity: 0;
}

html.wf-active, html.loading-delay {
	opacity: 1;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

html, body {
	height: 100%;
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

.pc {
	display: none;
}

/*==========================================================
Forms
==========================================================*/
button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	color: #6F6F6F;
}

::-webkit-input-placeholder {
	color: #6F6F6F;
}

::-moz-placeholder {
	color: #6F6F6F;
}

:-ms-input-placeholder {
	color: #6F6F6F;
}

::-placeholder {
	color: #6F6F6F;
}

/*==========================================================
Extras
==========================================================*/
.clear:after,
.block:after,
.contents:after {
	content: "";
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
}

/*==========================================================
Extras
==========================================================*/
.wrapper {
	background-color: rgba(0, 98, 60, 0.09);
}

.content {
	padding: 77px 0;
}

.content .block {
	padding: 80px 0 90px;
	background-color: #ffffff;
}

/*==========================================================
salondetailarea
==========================================================*/
.salondetailarea ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.salondetailarea ul li {
	text-align: center;
	color: #030012;
	font-size: 16px;
}

.salondetailarea ul li p.place {
	font-size: 18px;
	margin-bottom: 54px;
}

.salondetailarea ul li .img {
	margin-bottom: 43px;
}

.salondetailarea ul li p.salonname {
	margin-bottom: 40px;
}

.salondetailarea ul li p.tel {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 40px;
	letter-spacing: 0.2em;
}

.salondetailarea ul li .btn {
	width: 159px;
	height: 56px;
	margin: 0 auto;
}

.salondetailarea ul li .btn a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 15px;
}

/*
=================================== */
.input100 {
	padding: 0 10px;
	width: 100%;
	line-height: 38px;
	height: 40px;
	color: #6F6F6F;
	border: 1px solid #00623C;
}

.area100 {
	padding: 10px;
	width: 100%;
	height: 250px;
	color: #6F6F6F;
	border: 1px solid #00623C;
}

.tdselect {
	margin: 0 0 10px;
}

.tdselect:last-child {
	margin-bottom: 0;
}

.tdselect select {
	background: url("/assets/images/reserve/icon_pull.svg") no-repeat right 10px center;
	background-size: 18px 16px;
	padding: 0 30px 0 10px;
	width: 100%;
	line-height: 38px;
	height: 40px;
	color: #6F6F6F;
	border: 1px solid #00623C;
}

.time_wrap {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
}

.timeline .label {
	margin: 0 10px 0 0;
}

.timeline .label:last-child {
	margin-bottom: 0;
}

.timeline .selectbox select,
.timeline .selectbox2 select {
	background: url("/assets/images/reserve/icon_pull.svg") no-repeat right 10px center;
	background-size: 18px 16px;
	padding: 0 30px 0 10px;
	width: 100%;
	line-height: 38px;
	height: 40px;
	color: #6F6F6F;
	border: 1px solid #00623C;
}

.form_block td .ex {
	font-size: 1.4rem;
}

.btn_block .check {
	margin: 0 0 20px;
	color: #444;
}

.btns p a {
	width: 100%;
	display: block;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	background: #222222;
	border-radius: 6px;
}

.btns p.back a {
	background: #b7b7b7;
}

/*
=================================== */
.thanks_block .ex {
	margin: 0 0 20px;
}

.thanks_block .ex p {
	margin: 0 0 20px;
}

.thanks_block .ex p:last-child {
	margin-bottom: 0;
}

/*==========================================================
PC Layout
==========================================================*/
@media screen and (min-width: 1024px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	/*==========
	ttlarea
	==========*/
	.ttlarea {
		text-align: center;
		margin-bottom: 125px;
	}
	.ttlarea h2 {
		font-size: 72px;
		margin-bottom: 80px;
	}
	.ttlarea h2 span {
		display: block;
		font-size: 24px;
		letter-spacing: 0.2em;
		margin-top: 70px;
	}
	.ttlarea p {
		font-size: 18px;
		line-height: 2.778;
	}
	.content .block {
		padding: 100px 0 0;
		background-color: #ffffff;
	}
	/*==========
	form_block
	==========*/
	.form_block {
		width: 770px;
		margin: 0 auto 107px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	}
	.form_block tr {
		display: flex;
	}
	.form_block th {
		font-size: 16px;
		font-weight: 500;
		padding: 12px 0 25px;
		width: 270px;
		vertical-align: top;
		position: relative;
	}
	.form_block th.mandatory::after {
		display: block;
		content: "必須";
		position: absolute;
		top: 12px;
		right: 12px;
		font-size: 14px;
	}
	.form_block td {
		width: 500px;
		padding: 0 0 50px;
	}
	.form_block tr:last-child td {
		padding-bottom: 0;
	}
	.input100 {
		padding: 0 15px;
	}
	.area100 {
		padding: 10px 15px;
	}
	.tdselect select {
		background-position: right 15px center;
		padding: 0 30px 0 15px;
	}
	.tdline {
		margin: 0 0 10px;
	}
	.tdline:last-child {
		margin-bottom: 0;
	}
	.timeline {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.time_wrap {
		margin: 0;
	}
	.timeline .selectbox {
		width: 107px;
		margin: 0 31px 0 0;
	}
	.timeline .selectbox2 {
		width: 132px;
	}
	.timeline .selectbox select {
		background-position: right 15px center center;
		padding: 0 30px 0 15px;
	}
	.timeline .label {
		margin: 0 31px 0 0;
	}
	.timeline .label:last-child {
		margin-bottom: 0;
	}
	.form_block td .ex {
		font-size: 16px;
		line-height: 2.25;
	}
	.error {
		margin: 0 0 10px;
		color: #F00;
		font-size: 12px;
		font-weight: 500;
	}
	.error:last-child {
		margin-bottom: 0;
	}
	.btn_block .check {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
		margin: 0 0 100px;
		text-align: center;
		color: #00623C;
	}
	.btns {
		text-align: center;
	}
	.btns p {
		width: 220px;
		margin: 0 auto;
	}
	.btns p {
		display: inline-block;
		margin: 0 20px;
	}
	.btns p a {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 90px;
		color: #FFF;
		background: #00623C;
		font-size: 28px;
		border-radius: 20px;
		letter-spacing: 0.2em;
	}
	/* salondetailarea */
	.salondetailarea {
		margin: 164px 0 0;
	}
	.salondetailarea ul {
		width: 1020px;
		justify-content: center;
	}
	.salondetailarea ul li {
		width: 240px;
		margin: 0 50px 105px;
	}
	.salondetailarea ul li p.salonname {
		font-size: 18px;
		line-height: 2;
		height: 56px;
		color: #00623C;
	}
	/*
	=================================== */
	.confirm_block {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
		margin: 0 auto 100px;
		width: 600px;
	}
	.confirm_block tr {
		/* display: flex; */
	}
	.confirm_block th {
		display: table-cell;
		padding: 0 0 25px;
		width: 260px;
		vertical-align: top;
		font-weight: 500;
		line-height: 1.5;
	}
	.confirm_block td {
		display: table-cell;
		padding: 0 0 25px;
		line-height: 1.5;
	}
	.confirm_block tr:last-child th {
		padding-bottom: 0;
	}
	.confirm .btn_block {
		margin: 100px 0;
	}
	/*
	=================================== */
	.thanks_block {
		margin: 0 0 40px;
		text-align: center;
	}
	.thanks_block p {
		line-height: 2;
		margin-bottom: 50px;
	}
	.thanks .btns {
		margin: 100px 0;
	}
	.thanks_block .btns p {
		width: 330px;
		margin: 0;
	}
	/*
	=================================== */
	.block {
		margin: 0 auto;
		padding: 60px 50px 100px;
		width: 1200px;
	}
	/*
	=================================== */
	.btns p.back {
		margin-bottom: 0;
	}
	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}
	.fade a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}
}

/*==========================================================
Tablet以下 Layout
==========================================================*/
@media screen and (max-width: 1023px) {
	.block {
		width: 93.75%;
		margin: 0 auto;
		padding: 40px;
	}
	.block:last-child {
		margin-bottom: 0;
	}
	/*==========
	ttlarea
	==========*/
	.ttlarea {
		text-align: center;
		margin-bottom: 100px;
	}
	.ttlarea h2 {
		font-size: 42px;
		margin-bottom: 70px;
	}
	.ttlarea h2 span {
		display: block;
		font-size: 24px;
		letter-spacing: 0.2em;
		margin-top: 70px;
	}
	.ttlarea p {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.2em;
	}
	.content .block {
		padding: 80px 10px 0 10px;
		background-color: #ffffff;
	}
	.reserve form {
		width: 91.333%;
		margin: 0 auto;
	}
	.form_block {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
		margin: 0 0 50px;
	}
	.form_block table {
		width: 100%;
	}
	.form_block th {
		font-size: 16px;
		font-weight: 500;
		display: block;
		padding: 0 0 30px;
		text-align: left;
		position: relative;
	}
	.form_block th.mandatory::after {
		display: block;
		content: "必須";
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
	}
	.form_block td {
		display: block;
		padding: 0 0 50px;
	}
	.form_block tr:last-child td {
		padding-bottom: 0;
	}
	.tdline {
		margin: 0 0 10px;
	}
	.tdline:last-child {
		margin-bottom: 0;
	}
	.timeline {
		display: flex;
		margin: 0 0 10px;
	}
	.timeline:last-child {
		margin-bottom: 0;
	}
	.timeline .selectbox {
		margin: 0 10px 0 0;
		width: 83px;
	}
	.timeline .selectbox2 {
		width: 83px;
	}
	.form_block td .ex {
		font-size: 12px;
		line-height: 2.2857;
	}
	.error {
		margin: 0 0 10px;
		color: #F00;
		font-size: 12px;
		font-weight: 500;
	}
	.error:last-child {
		margin-bottom: 0;
	}
	.btn_block .check {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
		margin: 0 0 41px;
		text-align: center;
		line-height: 1.5;
		color: #00623C;
	}
	.btns {
		text-align: center;
	}
	.btns p {
		margin: 0 auto;
		width: 220px;
	}
	.btns p {
		display: inline-block;
		margin: 0 auto;
		display: flex;
	}
	.btns p input {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 90px;
		color: #FFF;
		background: #00623C;
		font-size: 28px;
		border-radius: 20px;
		letter-spacing: 0.2em;
	}
	/*
		=================================== */
	.confirm_block {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
		width: 88%;
		margin: 0 auto;
	}
	.confirm_block table {
		width: 100%;
	}
	.confirm_block th {
		display: block;
		padding: 0 0 5px;
		text-align: left;
	}
	.confirm_block td {
		display: block;
		padding: 0 0 15px;
	}
	.confirm_block tr:last-child td {
		padding-bottom: 0;
	}
	.confirm_block th {
		padding: 0 0 25px;
		font-weight: 500;
	}
	.confirm_block td {
		padding: 0 0 70px;
	}
	.confirm_block tr:last-child th {
		padding-bottom: 0;
	}
	.confirm .btn_block {
		margin: 100px 0 0;
		padding-bottom: 100px;
	}
	.confirm .btns p.back {
		margin-bottom: 30px;
	}
	/*
		=================================== */
	.thanks_block {
		margin: 0 0 40px;
		text-align: center;
	}
	.thanks_block p {
		line-height: 2;
		margin-bottom: 50px;
	}
	.thanks .btns {
		margin: 100px 0 0;
		padding-bottom: 100px;
	}
	.thanks_block .btns p {
		width: 310px;
		margin: 0;
	}
	.thanks_block .btns p a {
		font-size: 24px;
	}
	/* salondetailarea */
	.salondetailarea {
		margin: 170px 0 40px;
	}
	.salondetailarea ul {
		width: 76.458%;
		/* width: 400px; */
	}
	.salondetailarea ul li {
		width: 100%;
		margin: 0 0 64px;
		overflow-y: visible;
	}
	.salondetailarea ul li:last-child {
		margin-bottom: 0;
	}
	.salondetailarea ul li p.place {
		line-height: 1;
	}
	.salondetailarea ul li p.salonname {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 0.2em;
	}
}

/*ここから送信ボタンのcss追加*/
.btns p input {
	width: 180px;
	display: inline-block;
	line-height: 70px;
	color: #FFF;
	background: #00623C;
	font-size: 24px;
	border-radius: 20px;
	letter-spacing: 0.2em;
	margin: 0 20px;
	padding: 0;
}

/*ここまで送信ボタンのcss追加*/
/*==========================================================
Smartphone Layout
==========================================================*/
/*==========================================================
iPad Layout
==========================================================*/
.confirm_box {
	display: none;
}

/*# sourceMappingURL=reserve.css.map */