@charset "UTF-8";
/* コンテンツ */


a {
	color:#111;
	text-decoration:none;
}
a:visited {
	color:#111;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a:active {
	color:#111;
	text-decoration:none;
}

.credit {
    width: 100%;
}

#booking-form {
    margin-top: 2em;
}
#booking-form table {
    width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	margin-left:auto;
	margin-right:auto;
}
#booking-form table td {
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#999;
	padding:1.5em 2em;
	vertical-align:top;
	margin:0;
}
#booking-form table th {
	border-width:0 1px 1px 0;
	border-bottom-style:solid;
    border-right-style: dotted;
	border-color:#999;
	padding:1.5em 2em;
	white-space:nowrap;
	text-align:left;
	vertical-align:top;
	margin:0;
    font-weight: normal;
}
#booking-form table th img {
	float:right;
	height:18px;
	margin:8px 0 0 10px;
}

#action-button button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#b8792f;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 400px;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}
.mtssb-daily-action button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#b8792f;
    border-width: 0;
    padding: 20px;
    text-align: center;
    font-size: 1.16em;
    line-height: 1.3;
    color: #fff;
    width: 200px;
	cursor:pointer;
    letter-spacing: 2px;
    transition: opacity 0.5s;
}

.backbtn {
    text-align: center;
}
.backbtn p {
    display: inline-block;
}
.backbtn p a {
    display: block;
    color: #fff;
    background-color:#b8792f;
    border-radius: 100px;
    font-size: 1.16em;
    line-height: 1.3;
    padding: 20px 40px;
    transition: opacity 0.5s;
}
.backbtn p a:hover {
    opacity: 0.7;
}

.mtssb-timetable-date {
    font-size: 1.4em;
}
.day-calendar p {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,serif !important;
}
#booking-reservation-fieldset table tr:first-child td {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif !important;
    font-weight: bold !important;
    font-size: 1.4em !important;
}

@media screen and (max-width: 960px) {
#header .hd_status figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#booking-form table {
	display: block;
	width:auto;
}
#booking-form table tbody {
	display: block;
}
#booking-form table tr {
	display: block;
}
#booking-form table th,#booking-form table td {
    box-sizing: border-box;
	float:left\9;
	clear:both\9;
	display:block;
	width:auto !important;
	border:none;
}
#booking-form table th {
	text-align:left;
	margin-bottom: 0.7em;
	padding:0 0.5em 0.1em;
	border-bottom: 1px solid #ccc;
    background-color: transparent;
    font-size: 1.08em;
}
#booking-form table td {
	margin:0 1em 3em ;
	padding: 0;
}

#booking-form table th img {
	float:right;
	height:18px;
	margin:4px 0 0 0;
}


}


@media screen and (max-width: 520px) {

#action-button button {
    width: 80%;
}
.mtssb-daily-action button {
    width: 40%;
}
#booking-option-m_name {
    font-size: 0.9em;
}

}
