@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-calendar h3,
.timetable-calendar h3,
.multiple-calendar h3,
.monthly-calendar h3 {
	font-size: 1.1rem;
	margin: 0.5rem 0;
	display: none;
}

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

/* 残席数を「残り2席」に */
/*a.calendar-daylink:before,
a.booking-timelink:before {
    content:'残り';
	font-size: 16px;
}*/
a.calendar-daylink {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	/*font-weight: bold;*/
	color: #007131;
}
/*a.calendar-daylink:after,
a.booking-timelink:after {
    content:'人';
	font-size: 16px;
}*/

/* 150904 ------------------------ */

#post-44,
#post-52,
#post-54,
#post-2608,
#post-118,
#post-3028,
#post-3026,
#post-3024,
#post-3021,
#post-3018,
#post-3016,
#post-3014,
#post-3012,
#post-3010,
#post-3008,
#post-3006,
#post-3003,
#post-2998,
#post-2990,
#post-2982,
#post-2957,
#post-2642,
#post-2644,
#post-2646,
#post-2648,
#post-2704,
#post-2650,
#post-2652,
#post-2654,
#post-2656,
#post-2658,
#post-2660,
#post-2662,
#post-5807,
#post-5809,
#post-5812{
	width: 760px;
	margin: 0 auto 60px;
}
/*


#post-44,
#post-52,
#post-54,
#post-2608,
#post-118,
#post-2611,
#post-2613,
#post-2615,
#post-2617,
#post-2619,
#post-2621,
#post-2623,
#post-2625,
#post-2627,
#post-2629,
#post-2631,
#post-2633,
#post-2635,
#post-2642,
#post-2644,
#post-2646,
#post-2648,
#post-2650,
#post-2652,
#post-2654,
#post-2656,
#post-2658,
#post-2660,
#post-2662,
#post-2704*/ {
	width: 760px;
    margin-left: 10px;
}
.monthly-calendar {
    border: 5px solid #FFECB2;
    padding: 25px;
    margin-bottom: 60px;
}

.calendar-caption {
	padding: 0px;
    margin: 0px 0px 26px 0px;
    font-size: 34px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    letter-spacing: 2px;
    font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif;
}

span.red { color: #F00;}
b.txt { font-size: 18px;}
ul.cal_t { padding: 20px 20px 0;}
ul.cal_t li { list-style: none; line-height: 180%;}
a.cal_btn {
	display: block;
	background: #FFF;
	color: #F90;
	padding: 4px 10px;
	border-radius: 25px;
	border: 2px solid #F90;
	width: 20%;
	margin: 0 20px;
}
a.cal_btn:hover {
	background: #FC0;
	color: #FFF;
	border-radius: 25px;
	text-decoration: none;
}
.option-label span,
.option-confirm-label span { font-size: 14px; font-weight: normal;} 

/* 150904 ------------------------ */



.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%;
}

.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,
/* .list-box.sun, */
.week-title.sun,
.day-box.sun .day-number {
	color: #ff6347;
}

.list-header.sat,
.mix-calendar .header-row .sat,
/* .list-box.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;
}

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

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

.monthly-prev-next {
	font-size: 1.5rem;
    width: 98%;
}

.monthly-prev {
	float: left;
	margin-top: 20px;
	display: block;
	background: #FFF;
	color: #F90;
}

.monthly-prev a {
	display: block;
	background: #FFF;
	color: #F90;
	padding: 8px 15px;
	border-radius: 25px;
	border: 2px solid #F90;
}
.monthly-prev a:hover {
	background: #FC0;
	color: #FFF;
	border-radius: 25px;
	text-decoration: none;
	}
	
.monthly-prev .no-link{
	display: block;
    background: #FFF;
	padding: 8px 15px;
	visibility: hidden;/*20160830*/
}

.monthly-next {
	float: right;
	margin-top: 20px;
	display: block;
	background: #FFF;
	color: #F90;
	border-radius: 25px;
}

.monthly-next a {
	display: block;
	background: #FFF;
	color: #F90;
	padding: 8px 15px;
	border-radius: 25px;
	border: 2px solid #F90;
}
.monthly-next a:hover {
	background: #FC0;
	color: #FFF;
	border-radius: 25px;
	text-decoration: none;
	}

.calendar-time-mark,
.calendar-mark {
	color: #888888;
	font-family: serif;
	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;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif;
}

.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%;
}

.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 .sec {
    border: 5px solid #FFECB2;
    padding: 25px;
    margin-bottom: 60px;
}*/
.sec {
    border: 5px solid #FFECB2;
    padding: 25px;
    margin-bottom: 60px;
}

.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%;
}*/

.content-form fieldset {
	border: none;
	padding: 0px 0 0 0px;
	margin: 0 0 0 0;
	width: 100%;
}

/*.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 table {
	border: none;
	border-collapse: separate;
	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,
.content-form td {
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	padding: 10px 0;
	vertical-align: middle;
}

.content-form th {
	font-size: 16px;
	line-height: 140%;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	width: 30%;
	font-weight: bold;
}

.content-form td {
	font-size: 16px;
}

.content-form a.pdf_link {
	display: block;
	background: #FFF;
	padding: 4px 10px;
	color: #F90;
	border-radius: 25px;
	border: 2px solid #F90;
	width: 44%;
}
.content-form a.pdf_link:hover {
	background: #FC0;
	color: #FFF;
	border-radius: 25px;
	border: 2px solid #F90;
	text-decoration: none;
	}

.content-form input {
	padding: 3px;
	margin-bottom: 3px;
	font-size: 1rem;
}

.content-form textarea {
	padding: 3px;
	margin-bottom: 3px;
	font-size: 1rem;
	width: 100%;
}

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

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

.content-text.small-medium {
    width: 25%;
}

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

.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;
}

/* 予約フォーム料金表 */
.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 button {
    border: none;
    background: none;
    cursor: pointer;
}*/
#action-button {
	position: relative;
	text-align: center;
}
#action-button button {
	font-size: 18px;
	padding: 4px;
	margin-right: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: 2px outset buttonface;
	margin-bottom: 15px;
	color: buttontext;
	background-color: buttonface;
	width: 40%;
}

#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;
}*/

.option-note {
	display: block;
	padding-top: 10px;
}
.content-form label.field-item {
	margin-right: 0.4rem;
	display: block;
}

.content-form label.field-item_c {
	margin-right: 0.4rem;
	margin-bottom: 10px;
	display: block;
} /* check */

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

.content-form label.field-item_c input {
	margin-right: 0.15rem;
} /* check */

.content-form select {
	font-size: 1rem;
	padding: 0.1rem 0.15rem;
}

/* 予約確認 キャンセル */
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;
}


/* booking */

#booking .b_tit { font-size: 20px; text-align: center; padding: 20px 0 20px;}
#booking td { padding: 0!important;}
#booking td a { display: block; padding: 10px 4px;}
#booking td  a:hover { background: #FFC;}

/* booking-form */
h5.ogn {
	padding: 0px 0px 20px !important;
    margin: 0px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
}
#booking-form{
	width: 760px;
	margin: 0 auto 60px;
}

#booking-form h4 { padding: 0px 0px 0px 0px; margin: 30px 0px 26px 0px; font-size: 18px; font-weight: normal;font-style: italic;text-align: center;letter-spacing: 2px;font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, Verdana, sans-serif; !important;}


/* 170330記述 */
.question {
	margin: 50px 0;
}
.question .tit {
	font-weight: bold;
	font-size: 18px;
}
.question a {
	color: #FFBF00;
	text-decoration: underline;
}

/*　------------------------------------------------------------------- */
/*
/* iPhone (400px以下)*/
/*
/*　------------------------------------------------------------------- */
@media screen and (max-width: 400px) { /*  setup /*　------------------------------------------------------------------- */


#booking-form{
	width: 100%;
	margin: 0 auto;
}

.sec {
    border: 5px solid #FFECB2;
    padding: 10px;
    margin-bottom: 60px;
}
.content-form th {
	font-size: 16px;
	line-height: 140%;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	width: auto;
	font-weight: bold;
}
.content-form input {
	width: auto;
}
.content-form select {
	width: 85%;
}

/* 170330記述 */
.question {
	margin: 20px 0;
	/*border: 2px dotted #9c817e;*/
    padding: 10px;
}
.question .tit {
	font-size: 15px;
}
.question a {
	color: #FFBF00 !important;
}

}
/*　------------------------------------------------------------------- */
/*
/* Andoroid (401px以上)*/
/*
/*　------------------------------------------------------------------- */
@media screen and (min-width: 401px) { /*  setup /*　------------------------------------------------------------------- */


#booking-form{
	width: 100%;
	margin: 0 auto;
}
.sec {
    border: 5px solid #FFECB2;
    padding: 10px;
    margin-bottom: 60px;
}
.content-form th {
	font-size: 16px;
	line-height: 140%;
	padding-right: 10px;
	text-align: left;
	vertical-align: middle;
	width: auto;
	font-weight: bold;
}
.content-form input {
	width: auto;
}
.content-form select {
	width: 85%;
}



}

