@charset "utf-8";
/*-------------------------------------- 共通 */
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
img.w100 {
	height:auto;
}
input[type="text"].w100,
input[type="email"].w100,
input[type="password"].w100,
select.w100 {
	width:93.5% !important;
	padding:inherit 2%;
}

.w100 {
	width: 100% !important;
}
.sp {
	display:none;
}
.anchor {
	margin-top: -185px;
	padding-top: 185px;
}
.txt-red {
	color: #c0392b;
}

#page-top span {
	display: block;
	width: 70px;
	height: 62px;
	border-radius: 35px;
	background: #333;
	text-align: center;
	padding-top: 8px;
}
#page-top a {
	color:#FFF;
}

/*-------------------------------------- Header */
header {
	z-index: 99;
	margin: 0 auto;
	width: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
}
header .pc {
	width: 960px;
	margin: 0 auto;
}
header .pc ul {
	display: table;
	table-layout: fixed;
}
header .pc ul li {
	display: table-cell;
	border-left: 1px solid #FFF;
	white-space: nowrap;
	font-size: 1.2em;
	text-align: center;
}

/*-------------------------------------- Footer */
footer {
	z-index: 99;
	margin: 0 auto;
	width: 100%;
	min-width: 960px;
	background: #333;
	color: #999;
}
footer .pc {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
footer .pc li {
	display: inline-block;
	margin-right: 5px;
}

/*-------------------------------------- Content */
.content {
	width: 960px;
	margin: 0 auto 60px auto;
}
#wrap > .content {
	padding-top:60px;
}
h1 {
	font-size: 1.6em;
	margin: 30px 0;
	font-weight: bold;
}
.content-inner {
	padding:0 70px;
}
.content-inner.show-scroll {
	max-height: 180px;
	overflow: auto;
}
.show-scroll::-webkit-scrollbar {
	width: 12px;
}

.show-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}
 
.show-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.content-inner label {
	padding: 6px;
	display: block;
	cursor: pointer;
}
ul.select-course li {
	position:relative;
}
ul.select-course .btn {
	position: absolute;
	top: 5px;
	right: 10px;
}
.box {
	width: 100%;
	background: #FFF;
	border-radius: 6px;
}
.box-half {
	width: 48%;
	background: #FFF;
	border-radius: 6px;
}
.box-inner {
	padding: 25px;
}
.box-warning {
	padding: 10px 15px;
	color: #c0392b;
	background: #F7EDEF;
	border-radius: 6px;
	border: 1px solid #c0392b;
}

/*-------------------------------------- Table */
.table {
	width:100%;
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
}
.table td, .table th {
	padding: 5px 10px;
	border:1px solid #dbdbdb;
}
.table th {
	white-space: nowrap;
	background: #dbdbdb;
	border-bottom-color: #FFF;
}
.table tr:last-child th {
	border-bottom-color: #dbdbdb;
}
.table td {
	background: #FFF;
}
.table span.address {
	display: inline-block;
	width: 110px;
	font-size: 0.9em;
}
.table span.label {
	display: inline-block;
	background: #c0392b;
	color: #FFF;
	font-size: 0.7em;
	padding: 1px 5px;
	border-radius: 3px;
}
.table-schedule {
	width: 100%;
	margin: 20px auto 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-schedule th {
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	background: none repeat scroll 0 0 #dbdbdb;
}
.table-schedule td {
	padding: 5px 10px;
	font-size: 1.2em;
	background:#FFF;
	border-bottom: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}
.table-schedule tr:nth-child(2) td {
	border-top: none;
}
.table-schedule td:first-child {
	text-align: center;
}
.table-schedule td:last-child {
	text-align: right;
	border-right: medium none;
}
.table-schedule td span{
	font-size: 0.8em;
	display: inline-block;
	margin-right: 15px;
}

.table-appointment {
	width: 100%;
	border: 1px solid #dbdbdb;
	border-collapse: collapse;
}
.table-appointment td, .table-appointment th {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #dbdbdb;
}
.table-appointment th {
	white-space: nowrap;
	background: #dbdbdb;
	border-right-color: #FFF;
}
.table-appointment th:last-child {
	border-right-color: #dbdbdb;
}
.table-appointment td {
	background:#FFF;
}

/*-------------------------------------- Form */
input[type="text"], input[type="email"], input[type="password"], select {
	width:300px;
	color: #434a54;
	border-color: #aab2bd;
}
input[type="text"], input[type="text"]:focus, input[type="email"], input[type="email"]:focus, input[type="password"], input[type="password"]:focus, select, select:focus, textarea, textarea:focus {
	box-shadow: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #3bafda;
}
input[type="text"], input[type="email"], input[type="password"], select, textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	color: #555;
	display: inline-block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}
input[type="text"], input[type="email"], input[type="password"] {
	padding: 2px 12px;
}
textarea {
	width: 400px;
}
input.datepicker, input.timepicker {
	width: 160px;
}

option {
	padding: 6px 12px;
}
textarea {
	height: auto;
}
input[type="text"].form-sm, select.form-sm {
	width: 150px;
}
input[type="text"].form-lg, select.form-lg {
	width: 400px;
}

/*-------------------------------------- Button */
.btn {
	background-color: #65B0CE;
	border-radius: 4px;
	color: #FFFFFF;
	display: inline-block;
	padding: 3px 0;
	text-align: center;
	width: 180px;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}
.btn:hover {
	color:#FFF;
	text-decoration:none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.btn-sm {
	width: 80px;
	padding: 3px 0;
	font-size: 0.9em;
}
.btn-lg {
	width: 200px;
	padding: 6px 0;
}
.btn-search {
	width: inherit;
	padding: 6px 10px;
}
.btn.btn-disabled {
	background: #bdc3c7;
}
.btn.btn-disabled:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	cursor: default;
}
.btn.btn-gray {
	background: #dbdbdb;
	color: #333;
}

/*-------------------------------------- ログイン */
.login-box {
	width: 400px;
}

/*
 *  ログイン画面
 */
#login p.msg-submit {
	padding-bottom: 5px;
	text-align: center;
}

/*
 *  エラー画面
 */
#error .content h1 {
	margin: 60px 0 30px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}
#error .content p {
	text-align: center;
	font-size: 15px;
}

/*
 * マイページトップ画面
 */
#mypage h2 {
	text-indent: 10px;
}

/*
 *  会員登録画面
 */
#reserve-regist input {
	width: 100%;
	padding: 0 0 0 7px;
	color: #222222;
	font-size: 15px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#reserve-regist input[name="password"],
#reserve-regist input[name="password2"] {
	width: 50%;
}
#reserve-regist input[name="zip"] {
	width: 30%;
}

#reserve-regist select {
	color: #222222;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#reserve-regist select[name="pref"] {
	width: 30%;
	padding: 0 0 0 5px;
}

#reserve-regist .table th {
	position: relative;
	width: 230px;
	font-weight: bold;
}
#reserve-regist .table span.label {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 2px 5px;
	font-size: .8em;
	font-weight: bold;
}

#reserve-regist .zip-field p.zip-note {
	width: 60%;
	padding: 5px 8px;
	margin: 5px 0 0;
	font-size: 12px;
	background-color: #dbdbdb;
	border-radius: 4px;
}

#reserve-regist .sex-field .radio-btn {
	display: -webkit-flex;
	display: flex;
}
#reserve-regist .sex-field .radio-btn input[name="sex"] {
	width: auto;
}
#reserve-regist .sex-field .radio-btn span {
	padding-left: 3px;
	font-size: 16px;
}

#reserve-regist .birthday-field .flex {
	display: -webkit-flex;
	display: flex;
	border: none;
}
#reserve-regist .birthday-field .flex .year {
	padding-right: 10px;
}
#reserve-regist .birthday-field .flex .year select.form-sm {
	width: 100px;
}
#reserve-regist .birthday-field .flex .month {
	padding-right: 10px;
}
#reserve-regist .birthday-field .flex .month select.form-sm {
	width: 70px;
}
#reserve-regist .birthday-field .flex .day {

}
#reserve-regist .birthday-field .flex .day select.form-sm {
	width: 70px;
}

#reserve-regist .note-field textarea[name="comment"] {
	width: 100%;
	min-height: 100px;
	resize: vertical;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#reserve-regist .msg-chk-input {
	color: #c0392b;
	font-size: .9em;
}
#reserve-regist .msg-submit p {
	padding-top: 5px;
	text-align: center;
	color: #c0392b;
	font-size: 1em;
}

#reserve-regist .btn-field {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
#reserve-regist .btn-field .back-btn {
	padding-right: 10px;
}
#reserve-regist .btn-field .back-btn input {
	width: 200px;
	padding: 5px 0;
}
#reserve-regist .btn-field .confirm-btn {
	padding-left: 10px;
}
#reserve-regist .btn-field .confirm-btn input {
	width: 200px;
	padding: 5px 0;
	color: #fff;
}

/*
 *  予約する画面
 */
#reserve-regist-confirm .table th {
	position: relative;
	width: 240px;
	font-weight: bold;
}
#reserve-regist-confirm span.label {
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 2px 5px;
	font-size: .8em;
	font-weight: bold;
}

#reserve-regist-confirm .btn-field input[name="back"] {
	margin: 0 10px;
}

/*
 *  予約する画面
 */
#reserve-list .non-display {
	display: none;
}

/*
 *  予約をする画面
 */
#reserve-index .step2 .show-scroll {
	max-height: 360px;
}
#reserve-index .step2 .course-field {
	position: relative;
}
#reserve-index .step2 .course-field a {
	position: absolute;
	top: 50%;
	right: -3%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
#reserve-index .step2 .course-field label {
	padding-left: 12px;
}
#reserve-index .step2 .course-field span {
	margin-left: 8px;
}

#reserve-index .candidate {
	padding: 30px 0 0;
}
#reserve-index .candidate h3 {
	width: 500px;
	padding: 3px 0;
	margin: 10px auto 0;
	text-align: center;
	font-size: 1.3em;
	background: #dbdbdb;
}
#reserve-index .candidate p:nth-of-type(1) {
	text-align: center;
	font-weight: bold;
}
#reserve-index .candidate p:nth-of-type(1) span {
	padding: 0 3px 0 10px;
	background: linear-gradient(transparent 65%, #ff99ab 65%);
}

#reserve-index .candidate table {
	margin: 10px auto 0;
}
#reserve-index .candidate table tr {
	vertical-align: middle;
	border-bottom: 1px solid #C0C0C0;
}
#reserve-index .candidate table tr th {
	text-align: center;
	font-weight: bold;
}
#reserve-index .candidate table tr td:nth-of-type(1) {
	width: 140px;
	padding: 15px 0;
	text-align: center;
}
#reserve-index .candidate table tr td:nth-of-type(2) {
	width: 150px;
	text-align: center;
}
#reserve-index .candidate table tr td:nth-of-type(3) {
	width: 160px;
	text-align: center;
}

#reserve-index .candidate table input[type="submit"] {
	width: 100px;
	margin: 0;
}
#reserve-index .candidate table input[type="submit"][disabled] {
	color: #333;
	background: #DCDCDC;
	cursor: not-allowed; /* 禁止カーソル */
}

/*
 *  予約内容のご確認画面
 */
#reserve-confirm table.table th {
	width: 180px;
	font-weight: bold;
}
#reserve-confirm table.table td {
	padding: 0 5px;
	text-align: center;
	font-size: 15px;
}

/*
 *  予約の完了画面
 */
#regist-finish .content-inner table {
	margin: 30px auto 20px;
}
#regist-finish .content-inner table tr th {
	text-align: right;
	font-weight: bold;
}
#regist-finish .content-inner table tr td {
	padding-left: 20px;
	line-height: 1.6;
	font-size: 18px;
}

/*
 *  登録情報変更画面
 */
#member-edit .msg-submit p {
	text-align: center;
	color: #c0392b;
	font-size: .9em;
}

#member-edit input {
	padding: 0 0 0 7px;
	color: #222222;
	font-size: 15px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#member-edit input[type="text"] {
	width: 100%;
}
#member-edit input[name="zip"] {
	width: 30%;
}

#member-edit select {
	padding: 0 0 0 3px;
	color: #222222;
	font-size: 15px;
	border-radius: 4px;
}

#member-edit .table th {
	position: relative;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
}
#member-edit .table span.label {
	display: block;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 2px 5px;
	font-size: .8em;
}

#member-edit .table .address-note {
	width: 60%;
	padding: 5px 8px;
	margin: 5px 0 0;
	font-size: 12px;
	background-color: #dbdbdb;
	border-radius: 4px;
}

#member-edit .table .pref-field {
	padding: 5px 0 0;
}
#member-edit .table .pref-field select {
	width: 30%;
}

#member-edit .table .city-field {
	padding: 5px 0 0;
}
#member-edit .table .city-field input {
	margin: 0;
}

#member-edit .table .address2-field {
	padding: 5px 0 0;
}
#member-edit .table .address2-field input {
	margin: 0;
}

#member-edit .table .sex-field .radio-btn {
	display: -webkit-flex;
	display: flex;
}
#member-edit .table .sex-field .radio-btn span {
	padding-left: 3px;
}

#member-edit .birthday-field .flex {
	display: -webkit-flex;
	display: flex;
	border: none;
}
#member-edit .birthday-field .flex .year {
	padding-right: 10px;
}
#member-edit .birthday-field .flex .year select.form-sm {
	width: 100px;
}
#member-edit .birthday-field .flex .month {
	padding-right: 10px;
}
#member-edit .birthday-field .flex .month select.form-sm {
	width: 70px;
}
#member-edit .birthday-field .flex .day {

}
#member-edit .birthday-field .flex .day select.form-sm {
	width: 70px;
}

#member-edit .table .note-field {

}
#member-edit .table .note-field textarea {
	width: 100%;
	min-height: 100px;
	resize: vertical;
	border-radius: 4px;
}

#member-edit .submit-btn {

}
#member-edit .submit-btn input {
	padding: 5px 0;
	color: #fff;
}

#member-edit .msg-chk-input {
	color: #c0392b;
	font-size: .9em;
}

/*
 *  パスワード変更画面
 */
#member-passedit table.table th {
	position: relative;
	width: 220px;
	font-size: 14px;
	font-weight: bold;
}
#member-passedit table.table th span.label {
	display: block;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 2px 5px;
	font-size: .8em;
}

#member-passedit input {
	padding: 0 0 0 7px;
	color: #222222;
	font-size: 15px;
	border-radius: 4px;
}
#member-passedit input[type="submit"] {
	padding: 5px 0;
	color: #fff;
}

/*
 *  パスワードをお忘れの方画面
 */
#member-password .msg-email {
	color: #c0392b;
	font-size: .9em;
}

/*
 *  予約する(予約状況)画面
 */
#member-reserve .reserve-link {
	padding: 50px 0;
}
#member-reserve .reserve-link a {
	display: inline-block;
	width: 95px;
	padding: 6px 0;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #333;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

/*
 *  メニュー詳細
 */
#menu-detail p.breadcrumb {
	margin: 0;
	padding: 6px 6px 6px 25px;
	font-size: .9em;
	background: #dbdbdb;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
#menu-detail p.breadcrumb span {
	display: inline-block;
}

#menu-detail h2 {
	height: auto;
	padding: 15px 0 0px;
	margin: 0;
	text-align: center;
	line-height: initial;
	text-indent: initial;
	font-size: 1.3em;
	font-weight: bold;
	background: none;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}
