@charset "utf-8";
/* CSS Document */
/* =========================================================
 予約フォーム内
========================================================= */
/* 入力部
--------------------------------------------------------- */
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;
}
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;
}
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%;
}
input[type="button"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}
/* テキスト入力欄　例文 */
::-webkit-input-placeholder {
 color:  #666;
 font-size: 95%;
}
::-moz-placeholder {
 color: #666;
 font-size: 95%;
}
/* フォーム装飾
--------------------------------------------------------- */
#netbookForm {
	margin: 0 0 40px;
}
#netbookForm th:after,
#netbookForm td:after {
	content: "";
	clear: both;
	display: block;
}
#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 {
	clear: both;
	font-size: 12px;
	margin: 10px 0 0;
}
#netbookForm td {
	font-size: 14px;
	padding: 20px;
	vertical-align: middle;
	background-color: #ffffff;
}
#netbookForm td p {
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 10px;
}
#netbookForm td ul {
    margin-bottom: 10px;
}
#netbookForm td li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.5;
}
#netbookForm td li:last-child {
    margin-bottom: 0;
}
#netbookForm td li a{
	font-size: inherit;
}

/* 必須項目マーク */
.mandatoryField {
	color: #ff0000;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 12px;
	margin: 1px 0 0;
}
/* 独自項目
--------------------------------------------------------- */
/* ----- 当店のご利用は初めてですか？ ----- */
.beginnerItem label:not(:last-child) {
 margin-right: 20px;
}
/* ----- メールアドレス ----- */
#netbookForm .mailItem td p:not(:first-child) {
 margin-top: 20px;
}
/* ----- 指名 ----- */
.nominationItem label {
	display: block;
	line-height: 1.8;
}
.nominationItem input[type="button"] {
	background-color: #3493f5;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 5px 0 0;
	padding: 0 40px;
	text-align: center;
	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;
}
#netbookForm td p.nominateGirl {
	float: left;
	font-size: 12px;
	line-height: 1;
	margin: 21px 0 0 10px;
}
.nominateGirl span {
	font-size: 14px;
	font-weight: bold;
}
/* ----- オプション選択 ----- */
.optionItem label {
	display: block;
	float: left;
	line-height: 1.5;
	width: 50%;
}
/* ----- 利用場所の詳細 ----- */
.addressItem td span {
	color: #cf1212;
	font-size: 100%;
}
.addressItem input[type="text"] {
	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;
}
/* =========================================================
 予約フォーム外
========================================================= */
/* 上部テキスト
--------------------------------------------------------- */
.netbookSupplementText {
	color: #020202;
	font-size: 14px;
	margin: 0 0 20px;
}
/* 電話予約
--------------------------------------------------------- */
.netbookTelBlock {
	color: #000000;
	margin: 20px 0 30px;
}
.netbookTelBlock > p {
	font-size: 14px;
}
.netbookTelBox {
	margin: 10px 0 0;
}
.netbookTelNumber {
	color: #432400;
	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("https://cinimg.awscf.net/s-raspberry.com/img/netbook/bg_web_booking.jpg");
	color: #000000;
	margin: 20px 0 0;
	padding: 15px 20px 20px;
}
.netbookWebBlock dt {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px;
}
.netbookWebBlock dd {
	font-size: 14px;
	line-height: 1.5;
}
.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("https://cinimg.awscf.net/s-raspberry.com/img/netbook/img_netbook_step.png");
	background-repeat: no-repeat;
	display: block;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 535px;
}
.step01 {
	background-position: 0 0;
}
.step02 {
	background-position: 0 center;
}
.step03 {
	background-position: 0 bottom;
}
/* WEB予約利用規約
--------------------------------------------------------- */
.netbookPolicyBlock {
	color: #565656;
	font-size: 14px;
	line-height: 1.3;
	margin: 20px 0 0;
}
