
* {
	
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

/* カレンダー */
.monospaced {

	font-family :
		'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', HiraKakuProN-W3,
		'メイリオ' , Meiryo ,
		'ＭＳ ゴシック', 'MS Gothic',
		'TakaoExゴシック', TakaoExGothic,
		'MotoyaLCedar', 'Droid Sans Japanese', sans-serif;
	
}

.monospaced span {

	display: inline-block;
	width: 1.8em;
	text-align: center;
	letter-spacing: 0em;
	font-size: 19px;
	
}

.monospaced a {
	
	font-size: 19px;
	font-weight: bold;
	color: #ffaf58;

}

/* 祝日・日曜 */
.holiday, .sun {

	color: #F00;
	
}

/* 土曜 */
.sat {

	color: #00F;
	
}

/* 年月 */
.year_month {
	
	margin-bottom: 8px;
	padding-left: 95px;
	font-weight: bold;
	font-size: 18px;
	color: #6a1917;

}

/* 前の月へ・次の月へ */
.monospaced a.month_navi {
	
	display: inline-block;
	margin-top: 10px;
	padding-left: 40px;
	padding-right: 24px;
	font-size: 16px;
	color: #ff6633;
	text-decoration: none;

}

/* 選択した日付 */
.add_day_msg_1 {

	font-size: 20px;
	color: #FF0000;	
	margin: 8px 0;

}

/* 選択日時のメッセージ */
.add_day_msg_2 {
	
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #6a1917;

}

.add_day_msg_2 span {
	
	border-bottom: 3px dotted pink;

}

/* 午前・午後 */
.am_pm {
	
	width: 5em;
	margin: 8px 0;
	padding-top: 2px;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
	font-size: 16.5px;
	color: #fff;
	letter-spacing: 0.2em;
	background: #ff9ece;
	border-radius: 14px;

}

.am_pm_top {

	margin-top: 16px;

}

/* 時のリンク */
.time {

	position: relative;
	padding: 10px 5px 10px 25px;
	line-height: 1.8;
	font-weight: bold;
	font-size: 18.5px;
	color: #ffaf58;
	text-decoration: none;

}

.time:before	{
	
	position: absolute;
	left: 5px;
	top: 10px;
	font-family: 'FontAwesome';
	content: '\f061';
	color: #ffaf58;
	line-height: 2.0;
	font-size: 12px;
	
}

body {
	
	letter-spacing: 0.1em;
	
}

/**** 外枠 ****/
.wrapper {

	width: 94%;
	margin: 0 auto;

}

/**** 見出し１ ****/
.title {
	
	margin-top: 10px;
	margin-bottom: 16px;
	padding: 2px; 
  padding-top: 4px;
	text-align: center;
	line-height: 130%;
	font-weight: bold;
	font-size: 26px;
	color: #cc3366;
  border-top-color: pink; 
  border-bottom-color: pink; 
  border-style: double;
  border-width: 6px 0px;
  
}

/**** 見出し２ ****/
.sub_head {
	
	margin: 20px 0 8px;
	padding: 0.15em 0.5em 0.1em 0.5em;
	line-height: 1.0;
	font-weight: bold;
	font-size: 19px;
	color: #ff6699;
	background: #fff;
	border-left: 5px double #ffaf58;

}

/**** ナビゲーション ****/
ul.navi {
	
	width: 100%;
	margin: 20px auto 0;
	list-style: none;

}

ul.navi li {
	
	position: relative;
	margin: 10px 0;

}

ul.navi li:before {
	
  position: absolute;
  top: 0.7em;
  left: 1.0em;
  font-family: FontAwesome;
  content: "\f14a";
  color: #ff6633;
 	
}

ul.navi li a {
	
	display: inline-block;
	width: 15em;
	padding: 6px 0;
	padding-left: 2.4em;
	padding-right: 1em;
	font-weight: bold;
	font-size: 16px;
	color: #ff6633;
	text-decoration: none;
	background: #ffffea;
	border: 2px solid pink;
	border-radius: 20px;

}

ul.navi li a:hover {

	background: #ffff7f;

}

/**** コピーライト ****/
.copy {
	
	margin-top: 22px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #ff6633;
	border-top: 1px solid pink;

}

/**** ボタン ****/
.button {

	position: relative;
	margin: 16px 0 10px 0;

}

.button:before {

  position: absolute;
  top: 0.7em;
  left: 1.0em;
  font-family: FontAwesome;
  content: "\f14a";
  color: #ff6633;

}

.button a {

	display: inline-block;
	width: 10.5em;
	padding: 6px 0;
	padding-left: 2.4em;
	padding-right: 1em;
	font-weight: bold;
	font-size: 16px;
	color: #ff6633;
	text-decoration: none;
	background: #ffffea;
	border: 2px solid pink;
	border-radius: 20px;

}

.button a:hover {

	background: #ffff7f;

}

.message {

	margin-bottom: 10px;

}

/* ドメイン指定受信のメッセージ */
.domain_msg {
	
	margin-left: 1em;
	margin-bottom: 6px;
	font-size: 14px;
	text-indent: -1.2em;

}

.multi_msg {
	
	margin-top: -2px;
	margin-bottom: 14px;
	line-height: 2.0;
	color: #cc0099;

}

.multi_msg span {

	border-bottom: 3px dotted pink;

}

/**** テキストエリア ****/
input[type="text"] {

	-webkit-appearance: none;
	
	width: 280px;
	margin-bottom: 12px;
	padding: 5px 10px;
	font-size: 1.3em;
	color: #333;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
	border-radius: 3px;

}

input:focus	{
	
	outline: none;
	box-shadow: none;
	
}

/**** 誕生日のテキストエリア ****/
input[type="text"].birth {

	margin-bottom: 24px;

}

/**** 誕生日の例 ****/
.birth_example {
	
	display: block;
	margin-bottom: 10px;

}

/* ラジオボタン */
input[type="radio"] {
  
  margin-left: 16px;
  
  vertical-align: middle;
	
  -webkit-transform: scale(1.5);
  -moz-transform:    scale(1.5);
  -ms-transform:     scale(1.5);
  
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin:    100% 50%;
  -ms-transform-origin:     100% 50%;
  
}

/* ラジオボタンのラベル */
input[type="radio"] + label {
  
	color: #6a1917;
	margin-left: 2px;
}

/* 送信ボタン */
.submit {

	margin-top: 14px;

}

.submit input {
	
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	cursor: pointer;
	
	padding: 4px 20px;
	font-size: 16px;
	color: #fff;
	background: #ff753e;
	border: 4px solid #ffd386;
	border-radius: 10px;

}

.submit input:hover {

	color: yellow;

}

.notice {
	margin: 15px 0 20px;
}

.notice-info {
	color: #004085;
}

.notice-warning {
	color: #856704;
}

.notice-success {
	/*color: #155724;*/
	color: #ff0000;
	font-size: 20px;
}

.notice-error {
	color: #F00;
}

.error-message {
	color: #F00;
	margin: -7px 0 12px;
}

.ul {
	margin-left: 2em;
}

/**
複数同時予約
 */
.multipleReservations {
	width: 280px;
}
.multipleReservation {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px dashed #ccc;
}
.multipleReservation:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
