@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

/* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
.list-monthly-calendar,
.mix-calendar,
.list-calendar,
.timetbale-calendar,
.multiple-calendar,
.monthly-calendar {
	clear: both;
	font-family: sans-serif;
	margin-bottom: 1.5rem;
}

.list-calendar h3,
.timetable-calendar h3,
.multiple-calendar h3,
.monthly-calendar h3 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
}

.list-monthly-calendar table,
.mix-calendar table,
.timetable-calendar table,
.multiple-calendar table,
.monthly-calendar table {
	width: 100%;
}

.calendar-title {
	display: none;
}
.calendar-caption {
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.2rem;
}
caption.calendar-caption:before {
	content: "";
}
caption.calendar-caption:after {
	content: "※ご来店のご予約はカレンダーの日付をクリックして下さい";
	display: block;
	font-size: 1.0rem;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	caption.calendar-caption:after {
		width: 67%;
		margin-left: auto;
		margin-right: auto;
		
	}
}



.mix-calendar th, .mix-calendar td,
.timetable-calendar th, .timetable-calendar td,
.multiple-calendar th, .multiple-calendar td,
.monthly-calendar th, .monthly-calendar td {
	text-align: center;
	width: 14%;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
	.mix-calendar th, .mix-calendar td,
	.timetable-calendar th, .timetable-calendar td,
	.multiple-calendar th, .multiple-calendar td,
	.monthly-calendar th, .monthly-calendar td {
		border: 1px solid #dddddd;
	}
}


.mix-calendar th,
.timetable-calendar th,
.multiple-calendar th,
.monthly-calendar th {
	font-size: 1.1rem;
	font-weight: bold;
}

.list-calendar table {
	width: auto;
}

.list-monthly-calendar th, .list-monthly-calendar td,
.list-calendar th, .list-calendar td {
	border: 1px solid #dddddd;
	text-align: center;
}

.list-monthly-calendar th,
.list-calendar th {
	font-size: 1.1em;
	padding: 0.6em 1em;
}

.list-monthly-calendar td,
.list-calendar td {
	text-align: center;
	font-size: 1.1em;
	padding: 0.6em;
}

.list-header.sun,
.mix-calendar .header-row .sun,
.week-title.sun,
.day-box.sun .day-number {
	color: #ff6347;
}

.list-header.sat,
.mix-calendar .header-row .sat,
.week-title.sat,
.day-box.sat .day-number {
	color: #4169e1;
}

.list-header.holiday,
.list-box.holiday,
.day-box.holiday .day-number {
	color: #ff6347;
}

caption.holiday, caption.sun {
    color: #ff6347;
}

caption.sat {
    color: #4169e1;
}

.mix-calendar td,
.multiple-calendar td,
.monthly-calendar td {
	padding: 6px 0;
	background-color: #fff!important;
}
.mix-calendar td.sat,
.multiple-calendar td.sat,
.monthly-calendar td.sat {
	background-color: #BBD7EC!important;
}
.mix-calendar td.sun,
.multiple-calendar td.sun,
.monthly-calendar td.sun {
	background-color: #EDBADE!important;
}

.day-box.no-day {
	background-color: #f0f0f0;
}

.day-box.today {
	background-color: #ffffe0;
}

.monthly-prev-next {
	font-size: 1.1rem;
    width: 100%;
	margin-top: 0.5rem;
}

.monthly-prev {
	float: left;
}
.monthly-prev a:before {
	content: "« ";
}

.monthly-next {
	float: right;
}
.monthly-next a:after {
	content: " »";
}

.calendar-time-mark,
.calendar-mark {
	color: #888888;
	font-size: 1.4rem;
}

.calendar-mark .article-name {
	font-family: sans-serif;
}

.calendar-time-disable {
	color: #888888;
	font-size: 1.4rem;
}

.calendar-time-mark {
	line-height: 1.5rem;
}

.calendar-time-mark .time-string {
	font-size: 0.8rem;
}

.calendar-mark .article-name {
	font-size: 0.8rem;
}

/* ウィジェットのミックスカレンダー */
.mix-widget-calendar table {
    margin: 1em;
    width: 90%;
}

.mix-widget-calendar .monthly-prev-next {
    margin: 1em;
    width: 90%;
}

.mix-widget-calendar caption {
    text-align: center;
}

.mix-widget-calendar th, .mix-widget-calendar td {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 0.2em;
    text-align: center;
    width: 14%;
}

.mix-widget-calendar .day-number {
    margin: 0.5em 0 0.2em;
}

.mix-widget-calendar .header-row .sun {
    color: #ff6347;
}

.mix-widget-calendar .header-row .sat {
    color: #4169e1;
}

.mix-widget-calendar .schedule-note {
    font-size: 0.5em;
}

/* 指定日予約状況表示 */
.day-calendar {
	font-family: sans-serif;
	margin-bottom: 1.5rem;
}

.day-calendar h3 {
	font-size: 1.1rem;
	margin: 10px 0;
}

.day-calendar table {
	border: none;
	border-collapse: separate;
	border-spacing: 1px 5px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	.day-calendar table {
		border: none;
		border-collapse: separate;
		border-spacing: 1px 5px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.mtssb-daily-action,#action-button {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.0rem;
	text-align: center;
}

.mtssb-daily-action button,#action-button button {
    /* 文字サイズを1.2emに指定 */
    font-size: 1.2em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #5E5D5D;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #999;
    -moz-box-shadow: 2px 2px 3px 1px #999;
    -webkit-box-shadow: 2px 2px 3px 1px #999;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #999;

    /* グラデーションの指定 */
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);

    /* 角丸の指定 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#action-button button[type="submit"] {
	background-image: linear-gradient(#ff7f7f 0%, #ff7f7f 100%);
	color: #fff;
}

.mtssb-daily-action button:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
	cursor: pointer;
}


.day-calendar th,
.day-calendar td {
	font-size: 1rem;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	width: 50%;
}

th.day-left {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #dddddd;
	line-height: 2.5rem;
}

th.day-right {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #dddddd;
}

td.day-right {
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #dddddd;
	font-size: 1.5rem;
}

a.booking-timelink {
	display: block;
}

/* ミックスカレンダーデイリー */
.day-mix-calendar {
    font-family: sans-serif;
    margin-bottom: 1.5rem;
}

.day-mix-calendar table {

    width: 98%;
}

.day-mix-calendar .article-name {
    width: 20%;
}

.day-mix-calendar .schedule-note {
    width: 15%;
}

.day-mix-calendar th, .day-mix-calendar td {
    border: 1px solid #dddddd;
    font-size: 1rem;
    text-align: center;
/*    padding: 0; */
    vertical-align: middle;
}

.mix-dayrow.space-line {
    border-left-style: none;
    border-right-style: none;
    border-top-style: none;
    height: 1rem;
}



/* 時間割選択 */
.mtssb-timetable-form {
    margin: 1em 0;
}

.timetable-select {
	margin-right: 0.5em;
	font-size: 1.2em;
	padding: 2px;
	vertical-align: middle;
}

.select-timetable input {
	padding: 0.1em 0.5em;
	font-size: 0.9em;
}

/* 予約フォーム */
.content-form {
	margin-bottom: 1rem;
}

.content-form .form-message {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	margin-bottom: 1rem;
	padding: 0.5rem;
	width: 99%;
}

.content-form .form-message.error {
	background-color: #ffebe8;
	border: 1px solid #f08080;
}

.content-form fieldset {
	border: 1px solid #dddddd;
	padding: 10px 0 0 10px;
	margin: 0 0 1.5rem 0;
	width: 98%;
}
@media screen and (max-width: 768px) {
	.content-form fieldset {
		width: 96%;
	}
}

.content-form legend {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 5px;
}

.content-form table {
	border: none;
	border-collapse: separate;
	border-spacing: 5px;
	margin: 0 0 5px 0;
	width: 99%;
}

.content-form th,
.content-form td {
	border-top: none;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: none;
	padding: 2px;
	vertical-align: middle;
}

.content-form th {
	font-size: 1rem;
	line-height: 2.2rem;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

.content-form td {
	font-size: 0.9rem;
}

@media screen and (max-width: 768px) {
	.content-form th,
	.content-form td {
		border-right: none;
		padding: 2px;
		vertical-align: middle;
		width: 100%;
		display: block;
	}
	.content-form th {
		font-size: 1rem;
		line-height: 2.2rem;
		padding-right: 10px;
		text-align: left;
		vertical-align: top;
		width: 96%;
		margin-bottom: 9px;
		padding-top: 5px;
	}
	.content-form td {
		font-size: 0.9rem;
		padding-bottom: 20px;
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}
	
	.content-form td.option-confirm-header {
		padding-left: 0;
		font-size: 1.2rem;
		margin-top: 25px;
		padding-bottom: 0px;
		font-weight: bold;
		border: none;
	}
}



.content-form input,
.content-form textarea {
	padding: 7px 3px 7px 3px;
	margin-bottom: 3px;
	font-size: 1.3rem;
}

.content-form button {
	padding: 3px 7px;
}

.content-text.small {
	width: 3rem;
}

.content-text.small-medium {
    width: 25%;
}
@media screen and (max-width: 768px) {
	.content-text.small-medium {
		width: 95%;
	}
}

.content-text.medium {
	width: 48%;
}

@media screen and (max-width: 768px) {
	.content-text.medium {
		width: 95%;
	}
}

.content-text.fat {
	width: 95%;
}

.input-number {
	float: left;
	margin-right: 1rem;
	text-align: center;
}

input.right {
	text-align: right;
}

.content-form .error-message {
	clear: both;
	color: red;
}

.content-form .required {
	color: red;
}

.content-form .unit-price {
	clear: both;
}

.content-form .booking-seimei {
	display: inline-block;
	text-align: center;
	width: 3rem;
}

@media screen and (max-width: 768px) {
	.content-form .booking-seimei {
		text-align: left;
		width: 3rem;
		display: block;
	}
}


/* 予約フォーム料金表 */
.bill-details td {
	padding-right: 0.5rem;
}

.bill-details td.bill-number {
	text-align: center;
}

.bill-details td.bill-unit,
.bill-details td.bill-cost {
	text-align: right;
}

.bill-total, .bill-tax {
	padding-right: 1.5rem;
	text-align: right;
}

/* 予約フォーム　同意書　送信ボタン */
#terms-conditions,
#accedence-box,
#button-message {
	margin: 1rem 0;
}

#action-button {
	position: relative;
	text-align: center;
}

#action-button-cover {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}


/* 予約フォーム オプション表示項目 */
.content-form input.booking-option-number {
	text-align: right;
	width: 3rem;
}

.content-form label.field-item {
	margin-right: 0.4rem;
}

.content-form label.field-item input {
	margin-right: 0.15rem;
}

.content-form select {
	font-size: 1rem;
	padding: 0.2rem 0.15rem;
	height: 32px;
	width: 97%;
}
.content-form select.booking-date {
		width: 25%;
	}

@media screen and (max-width: 768px) {
	.content-form select {
		width: 97%;
		height: 37px;
	}
	.content-form select.booking-date {
		width: 25%;
	}
}

/* 予約確認 キャンセル */
th.subscription-header {
	text-align: left;
}

.subscription-title {
	font-size: 1.2rem;
}

.subscription-cancel {
	display: block;
	float: right;
}

/* 予約履歴表示ユーザーズページ */
.mtssb-pagination {
    margin-bottom: 1em;
}

/* フロントエンドユーザー登録 */
.content-form .user-name {
    display: inline-block;
    text-align: center;
    width: 2.5em;
}

.content-form dl {
    margin: 0;
}

.content-form dd {
    margin-bottom: 0.4em;
}