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

#title {
    background-image: url("https://nakayashiki-g.co.jp/mansion/museum/reserve/img/title_bg.webp");
}

.mlink {
    padding: 1em;
    background-color: #e8e8e8;
}
.mlink ul {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.mlink ul li {
    width: 50%;
}

#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 {
    font-family: "LINE Seed Regular",sans-serif;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#111;
    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 {
    font-family: "LINE Seed Regular",sans-serif;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 100px;
    background-color:#111;
    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;
}

@media screen and (max-width: 960px) {
.mlink ul li {
    width: 100%;
    box-sizing: border-box;
    padding-left: 1em;
}

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

}

