@charset 'utf-8';
/* =========================================================
 web予約
========================================================= */
/* 上部テキスト
--------------------------------------------------------- */
.netbookSupplementText {
	color: #020202;
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.6em;
}
/* 電話予約
--------------------------------------------------------- */
.netbookTelBlock {
	color: #000000;
	margin: 0 0 20px;
}
.netbookTelBlock > p {
	font-size: 14px;
}
.netbookTelBox {
	margin: 10px 0 0;
}
.netbookTelNumber {
	color: #f01e47;
	display: inline-block;
	font-size: 48px;
	font-weight: bold;
}
.netbookTelNotes {
	color: #565656;
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 20px;
	vertical-align: baseline;
}
/* WEB予約
--------------------------------------------------------- */
.netbookWebBlock {
	background-image: url("/img/netbook/bg_web_booking.jpg");
	color: #000000;
	padding: 15px 0 20px 20px;
	width: 760px;
    box-sizing: border-box;
}
.netbookWebBlock dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px;
}
.netbookWebBlock dd {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}
.netbookWebBlock .adjust{
	letter-spacing: -0.2px;
}
.netbookWebBlock h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}
.netbookWebBlock dl{
	margin-top:20px;
}
.netbookWebBlock dd {
	font-size: 14px;
	line-height: 1.5;
}
.netbookWebBlock dd li{
	text-indent:-1em;
	padding-left:1em;
}
/*　フォーム見出し　*/
.netbookStepBlock {
	width: 760px;
	margin: 20px 0;
}

.netbookWebBox {
	border: 1px solid #0d0509;
	font-size: 14px;
	line-height: 1.3;
	margin: 15px 0 0;
	padding: 20px;
}
/* フォーム入力現在位置
--------------------------------------------------------- */
.netbookStepBlock {
	margin: 20px 0;
}
.netbookStepBlock > div {
	background-image: url("/img/netbook/img_new_netbook_step.png");
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 27px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.step01 {
	background-position: 0 0;
}
.step02 {
	background-position: 0 bottom;
}
/* WEB予約利用規約
--------------------------------------------------------- */
.netbookPolicyBlock {
	color: #565656;
	font-size: 14px;
	line-height: 1.3;
	margin: 20px 0 0;
}
/* =========================================================
 予約フォーム
========================================================= */
#netbookForm {
	margin: 0 0 20px;
}
#netbookForm table{
	width: 760px;
}
#netbookForm table,
#netbookForm th,
#netbookForm td {
	border: 1px solid #7f7f7f;
	border-collapse: collapse; 
	box-sizing: border-box;
	color: #565656;
}
#netbookForm th {
	background-color: #ffebf0;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 10px 20px 20px;
	vertical-align: top;
	width: 297px;
}
#netbookForm th p{
	font-size:12px;
	margin:10px 0 0;
}
#netbookForm th:after,
#netbookForm td:after {
	content: "";
	clear: both;
	display: block;
}
.mandatoryField {
	color: #ff0000;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 12px;
	margin: 1px 0 0;
}
#netbookForm td {
	font-size: 14px;
	padding: 20px;
	vertical-align: middle;
	background-color: #ffffff;
}
.smallText {
	font-size:12px;
}
/* .beginnerItem label:not(:last-child) {
	margin-right: 20px;
} */
input[type="radio"] {
	margin: 0;
	vertical-align: baseline;
}
input[type="text"],
input[type="email"] {
	border: 1px solid #0d0509;
	box-sizing: border-box;
	color: #343434;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 330px;
}
#netbookForm td p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px;
}
#netbookForm td ul li{
	font-size: 12px;
	line-height: 1.3;
	text-indent:-1em;
	padding-left:1em;
	margin:0 0 5px;
}
#netbookForm td ul li:nth-of-type(2){
	margin:-2px 0 5px;
}
select {
	border: 1px solid #0d0509;
	box-sizing: border-box;
	color: #343434;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	height: 40px;
	padding: 0;
}
option {
	color: #343434;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	padding: 0 10px;
}
.optionItem label {
	display: block;
	float: left;
	line-height: 1.5;
	width: 50%;
}
.addressItem input[type="text"] {
	width: 100%;
}
textarea {
	border: 1px solid #0d0509;
	resize: none;
	box-sizing: border-box;
	color: #343434;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	height: 200px;
	line-height: 1.3;
	padding: 10px;
	width: 100%;
}
/*　送信ボタン　*/
.submitButton {
	font-size: 0;
	margin: 20px auto 0;
	text-align: center;
}
.submitButton input[type="submit"],
.submitButton input[type="button"] {
	background-color: #3493f5;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 21px;
	font-weight: bold;
	line-height: 50px;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	width: 250px;
	box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
	-webkit-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
	-moz-box-shadow: rgba(179, 179, 179, 0.68) -1px 3px 2px -2px;
}
.submitButton input[type="button"]:hover,
.submitButton input[type="submit"]:hover {
	opacity: 0.8;
}

#netbookForm button{
	padding:8px 4px;
    position: relative;
    right: 6px;
}

#netbookForm .noMember{
	margin-top:10px;
	font-weight: normal;
    letter-spacing: -0.4px;
}

/*　注意事項　*/
.netbookPolicyBlock {
	color: #565656;
	font-size: 14px;
	line-height: 1.3;
	margin: 20px 9px 0;
}
/*-----ご利用規約-----*/
#webAgreement{
	width: 760px;
}
#webAgreement li{
	font-size: 14px;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom: 5px;
	line-height: 1.2;
}
#webAgreement li:last-child{
	margin-bottom: 0;
}