@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: 98%;
}

.calendar-caption {
	font-size: 1.2rem;
	text-align: center;
}

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

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

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

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

.monthly-prev {
	float: left;
}

.monthly-next {
	float: right;
}

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

.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;
	border-radius: 0.3em;
	margin-bottom: 1rem;
	padding: 0.5rem;
	width: 99%;
}

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

.form-message.error {
	color: red;
}

.content-form fieldset {
	border: 1px solid #dddddd;
	padding: 10px 0 0 10px;
	margin: 0 0 1.5rem 0;
	width: 98%;
}

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

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

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

/* Ver.1.34.2 オプション選択肢料金非表示設定 */
.content-form .unit-price.check,
.content-form .unit-price.radio,
.content-form .unit-price.select {
	display: none;
}

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

/* 予約フォーム料金表 */
.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.1rem 0.15rem;
}

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

.subscription-search {
	text-align: center;
}

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

.content-form .gender-box {
	margin-right: 0.5em;
	padding-right: 0.2em;
}

.content-form .check-label {
	margin-left: 0.3em;
}

/* -----------------------custom css-------------------------*/
/* 上書きCSS */
.mix-calendar table,
.timetable-calendar table,
.multiple-calendar table,
.monthly-calendar table {
	width: 100%;
	border: #333 1px solid;
	background: #fff;
}

.mix-calendar table caption,
.list-calendar table caption,
.timetable-calendar table caption,
.multiple-calendar table caption,
.monthly-calendar table caption {
	font-size: 30px;
}

.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: #333 1px solid;
}



.multiple-calendar .header-row th {border-bottom: #333 1px solid;
}

.week-title{	
border-top: 1px solid #333!important;	
}	
.week-title, .day-number{	
background-color: #ffffe0;	
font-size: 16px!important;	
}

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

.mix-calendar .header-row .sat,
.list-box.sat,
.week-title.sat,
.day-box.sat .day-number {
	background: #ebf6f7;	
}
.day-box.no-day {
	background-color: #fff;
}
.day-box{
	padding: 0px!important;
}

.monthly-prev-next {
	font-size: 16px;
    width: 100%;
}

.calendar-mark .article-name {
	font-size: 14px!important;
	display: block;
	padding-top:10px;
	color: #333;
	margin-bottom: 5px;
}

#article-name:first-child{
	border-top: none;
}


@media screen and (max-width: 768px){
	.calendar-mark .article-name{font-size: 12px!important;}
	.calendar-mark .calendar-daylink-none{font-size: 12px!important;margin-left: 0;margin-right: 0;}
	.calendar-mark .calendar-marking{font-size: 12px!important;}	
}


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


.calendar-daylink {
	font-size: 15px;
	text-align: center;
	margin: 10px 5px;
	display: block;
	color: #000;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #fcfcfc);
	background-image: linear-gradient(to bottom, #fff, #fcfcfc);	
	border: 1px solid #eeeeee!important;
	
/*box-shadow*/
    box-shadow: 1px 1px 2px #ebebeb;
    -webkit-box-shadow: 1px 1px 2px #ebebeb;
    -moz-box-shadow: 1px 1px 2px #ebebeb;	
}

/*案内用*/
.calendar-daylink-btn {
	width: 100px;
	white-space: nowrap;
	font-size: 20px;
	text-align: center;
	margin: 0 10px;
	padding: 5px 20px;
	display: inline;
	color: #102054;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #fcfcfc);
	background-image: linear-gradient(to bottom, #fff, #fcfcfc);	
	border: 1px solid #ccc!important;
	
/*box-shadow*/
    box-shadow: 1px 1px 2px #ebebeb;
    -webkit-box-shadow: 1px 1px 2px #ebebeb;
    -moz-box-shadow: 1px 1px 2px #ebebeb;	
}

.calendar-daylink:hover{
	border: 1px solid #eeeeee!important;
    background-color: #fcfbff;
	background-image: -webkit-linear-gradient(top, #fff, #fcfbff);
	background-image: linear-gradient(to bottom, #fff, #fcfbff);
}



.calendar-marking{
	display: inline!important;
}



.calendar-daylink-none {
	font-size: 15px;
	border: 1px solid #;
	background: #;
	display: block;
	color: #ff0000;
}

.wsnw { white-space:nowrap; }


.table{
	background-color: #fff!important;
	table-layout: fixed;
}


.calendar-marking span:before{
	content:'空席 ';
	font-size: 15px;
	display: inline;
}


.day-mix-calendar table caption{
    background: #e2dfd6!important;
    border: 1px solid #333!important;
}

.day-mix-calendar {
    margin-bottom: 1.5rem;
    background: #fff!important;
}

.day-mix-calendar table {
    width: 100%;
}

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

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

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

.day-mix-calendar th, .day-mix-calendar td {
    border: 1px solid #333;
    font-size: 14px;
    text-align: center;
/*    padding: 0; */
    vertical-align: middle!important;
}
.booking_note{
	margin-top: -20px;
	font-size: 16px;
	margin-bottom: 20px;
}



.content-form legend {
	display: none; /*ブロック項目非表示*/
}

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

.content-form td {
	font-size: 18px;
	width: 70%;
}

@media screen and (max-width: 768px){/*スマホで１カラムに*/
	.content-form th,
	.content-form td{
	 width: 99%;
	 display: list-item;
	list-style: none;}
}


button.booking-btn{
	background-color: #f60d0d;
	background-image: -webkit-linear-gradient(top, #f64848, #f64848);
	background-image: linear-gradient(to bottom, #f60d0d, #f60d0d);
	border-radius: 2px;
	color: #fff;
	text-align: center;
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	border-style: none;
	font-size: 24px;
	width: 200px;
	padding: 8px 0px;
/*box-shadow*/
    box-shadow: 1px 1px 2px #b10606;
    -webkit-box-shadow: 1px 1px 2px #b10606;
    -moz-box-shadow: 1px 1px 2px #b10606;
}

button.booking-btn:hover {
    background-color: #f64848;
	background-image: -webkit-linear-gradient(top, #f64848, #f72626);
	background-image: linear-gradient(to bottom, #f64848, #f72626);
    color: #fff;
	border-style: none;
	}


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





.content-form th,	
.content-form td {
border: none!important;
text-align: left;
padding: 10px 0 0 10px;
}

.content-form th,
.content-form td,
.content-form input,
.content-form textarea,
.content-form select,
.subscription-title {font-size: 18px;}

@media screen and (max-width: 768px){/*スマホで１カラムに*/
.content-form th,
.content-form td{
width: 99%;
display: list-item;
list-style: none;}
}

#action-button button{
background-color: #f60d0d;
background-image: -webkit-linear-gradient(top, #f64848, #f64848);
background-image: linear-gradient(to bottom, #f60d0d, #f60d0d);
border-radius: 2px;
color: #fff;
text-align: center;
font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
border-style: none;
font-size: 24px;
width: 200px;
padding: 8px 0px;
/*box-shadow*/
box-shadow: 1px 1px 2px #b10606;
-webkit-box-shadow: 1px 1px 2px #b10606;
-moz-box-shadow: 1px 1px 2px #b10606;
}
#action-button button:hover {
background-color: #f64848;
background-image: -webkit-linear-gradient(top, #f64848, #f72626);
background-image: linear-gradient(to bottom, #f64848, #f72626);
color: #fff;
border-style: none;
}

#subscription-cancel-button {margin: 20px 10px 20px 0;}

table.mtssb-users-history tr {border: 1px solid #ddd;padding: 5px;}


/* custom adding css */


/* [運航カレンダー] ステイタスマーク表示 ーーーーーーーーーーーーーーーーーーー*/
#statusnote{width: 90px!important; display: inline-block; padding: 0 5px; font-size: 24px!important;text-align: center;margin: 2px 10px;}


#statusnote_s{width: 70px!important; display: inline-block; padding: 0 5px; text-align: center;margin: 2px 10px;}

.text{display: inline-block}

#status{display: block;padding: 5px 30px;margin: 0 auto;font-weight: 100!important;text-decoration: none!important;
}

.ava {/*空席あり */
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#94e546, endcolorstr=#51d234));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#94e546, endcolorstr=#51d234))";
zoom: 1;
background: -moz-linear-gradient(top, #94e546, #51d234);/* FF3.6+ */
background: -webkit-linear-gradient(top, #94e546, #51d234);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #94e546, #51d234);/* IE10+, W3C */
	border: 2px solid #fff;
		color: #fff;
		padding: 5px;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;
		font-size: 18px;
		font-weight: 900;
}
.iab {/*in a bit あと数名*/
/*IE6 IE7 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffc082, endcolorstr=#ffae5e));
/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffc082, endcolorstr=#ffae5e))";
zoom: 1;
background: -moz-linear-gradient(top, #ffc082, #ffae5e);/* FF3.6+ */
background: -webkit-linear-gradient(top, #ffc082, #ffae5e);/* Chrome10+, Safari5.1+ */
background: linear-gradient(to bottom, #ffc082, #ffae5e);/* IE10+, W3C */
	border: 2px solid #fff;
		color: #292929;
		padding: 5px;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;
		font-size: 17px;
		font-weight: 500;	
}


.avaoff {/*空席あり */
		background-color: #ffffff!important; color: #51d234; padding: 5px;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;
		font-weight: 900;
		font-size: 16px;
}
.iaboff {/*in a bit あと数名*/
		background-color: #ffffff!important; color: #ffb355; padding: 5px;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;
		font-weight: 500;	
}


.full{/*full 満席*/
		background-color: #fff;color: #fff;padding: 5px;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;
		color: #FF4444;
		font-weight: 500;			
}

.fixed{/*fix 運航確定*/
font-size:12px!important;color: #333;
margin: 0!important;padding: 0!important;}


.tbo { /* to be ordered 注文待ち #ccc*/
	background-color: #ffa500;
		border-radius: 3px;		
		-webkit-border-radius: 3px;	
		-moz-border-radius: 3px;	
	color: #fff;	
}

#status .ava:hover  {
	background: #94e546;
	color: #fff;
	}
#status .iab:hover {
	background: #ffc082;
	color: #292929;
}


a:hover{text-decoration: none}

#course-link .article-name:hover{text-decoration: underline;}

@media screen and (max-width: 980px){
#status{display: block;padding: 5px 20px;margin: 0 auto;font-weight: 100!important;text-decoration: none!important;}
}
@media screen and (max-width: 768px){
#status{display: block;padding: 5px 10px;margin: 0 auto;font-weight: 100!important;text-decoration: none!important;}
}
@media screen and (max-width: 480px){
.iab{font-size: 12px!important;padding: 2px!important;color: #292929;}
.full {color: #FF4444;background: #fff;}
#status{font-size: 12px!important;font-weight:600;margin: 2px;padding: 0;}
}


/* = 予約フォームの調整
----------------------------------------------- */
#booking-form{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

#booking-reservation-fieldset,
#booking_client-fieldset,
#booking-option-fieldset,
#booking-message-fieldset,
#booking-confirm-fieldset{
	border-style: none;
	width: 100%;
}

#client-adult,
#client-child,
#client-baby,
#booking-option-prefecture,
#booking-option-age{
	width: 100px;
}


.option-confirm-note{
display: none}


.schedule-note{
	font-size: 14px;
	color: #333!important;
	padding: 5px 0;
	border-top: #333 solid 1px;
	background: #fff!important;
	text-align: left;
}

.course-note{
	font-size: 14px;
	color: #333;
	padding: 0;
}

@media screen and (max-width: 768px){
	.schedule-note, .course-note{font-size: 12px!important;}
}


/* [運航カレンダー] ステイタスマーク表示 ーーーーーーーーーーーーーーーーーーー*/


/* = 予約フォームの調整
----------------------------------------------- */
#booking-form{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

#booking-reservation-fieldset,
#booking_client-fieldset,
#booking-option-fieldset,
#booking-message-fieldset,
#booking-confirm-fieldset{
	border-style: none;
	width: 100%;
}

#client-adult,
#client-child,
#client-baby,
#booking-option-prefecture,
#booking-option-age{
	width: 100px;
}


.option-confirm-note{
display: none}


.schedule-note{
	font-size: 14px;
	color: #fff;
	background-color: #ff0000;
	padding: 5px 0;
	border-top: #333 solid 1px;
}


.subscription-cancel p{margin: 20px 20px 20px 0;right: 10px;}
#subscription-cancel-button {margin: 20px 10px 20px 0;}






