@charset "utf-8";

/*---------------------------------*/
/* 共通設定 */
/*---------------------------------*/
.tea_calendar *{
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
	font-size: 100%;
	font-style: normal;
	color: #484848;
	/*zoom: 1;*//*IEトラブル検証用*/
}
h1, h2, h3 {
  margin: 0;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	color: #1d2b7f;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hover a:hover {
    opacity: 0.7;
}
ul.base_list {
	margin-bottom: 40px;
	padding-left: 1.5em;
}
ul.base_list li {
	list-style: disc outside;
}
ol.number_list {
	padding-left: 1.5em;
}
ol.number_list li {
	list-style: decimal outside;
}
.a_center {
	text-align: center;
}
.a_right {
	text-align: right;
}
.b {
	font-weight: bold;
}
.red {
	color: #C00;
}
.blue {
	color: #3B4A9F;
}
/* クリアフィックス */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}

body {
	width:100%;
	text-align: center;
	background: #f7f7f7;
	overflow-x: hidden;
}
div.main_contents {
	width:100%;
	max-width: 700px;
	margin:0 auto;
}
.ttl_ss {
	margin-bottom: 7px;
}

/*---------------------------------*/
/* 茶室カレンダー */
/*---------------------------------*/
div.tearoom_calendar_area table tr td.off_2,
div.tearoom_calendar_area table tr td.off_3,
div.tearoom_calendar_area table tr td.off_4{
	font-weight:bold;
}
div.tearoom_calendar_area table tr td.off_1 {
	background: url(/plan/images/bg_plan_01.png) no-repeat center center;
}
div.tearoom_calendar_area table tr td.off_2 {
	background: #F3EABB;
}
div.tearoom_calendar_area table tr td.off_3 {
	background: #d9eed6;
}
div.tearoom_calendar_area table tr td.off_4 {
	background: #eed6e1;
}
div.tearoom_calendar_area {
	margin-right: 0;
}
.smallipopHint, .select_date {
	display: none;
}
ul#schedule_sample_list {
	margin-bottom: 7px;
}
ul#schedule_sample_list li {
	font-size: 75%;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 5px;
}

ul#schedule_sample_list li span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #ccc;
	vertical-align: middle;
	margin-right: 5px;
}

ul#schedule_sample_list li span#close_sample {
	background: url(../plan/images/bg_plan_01.png) no-repeat center center;
}

ul#schedule_sample_list li span#inspection_sample {
	background: #f3eabb;
}

ul#schedule_sample_list li span#serve_sample {
	background: #d9eed6;
}

ul#schedule_sample_list li span#party_sample {
	background: #eed6e1;
}

div#tearoom_calendar {
	background: #e1e1e1;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 25px;
	position: relative;
}
div#tearoom_calendar div.bx-wrapper{
	width:100%!important;
}
div#tearoom_calendar div.bx-window{
	width:calc(100vw - 40px)!important;
}
div.tearoom_calendar_area {
	width: calc(100vw / 3.12)!important;
	float: left;
}
div.tearoom_calendar_area h3 {
	margin-bottom:10px;
}
div.tearoom_calendar_area table {
	width: 95%;
	border: 1px solid #ccc;
	background: #fff;
}
div.tearoom_calendar_area table tr th,
div.tearoom_calendar_area table tr td {
	text-align: center;
	width: 14.2%;
	padding: 5px 0px;
	border: 1px dotted #ccc;
}
div.tearoom_calendar_area table tr th {
	border: 1px solid #ccc;
}
div.tearoom_calendar_area table tr td.close {
	background: url(../plan/images/bg_plan_01.png) no-repeat center center;
}
div.tearoom_calendar_area table tr td.inspection_day {
	background: #f3eabb;
}
div.tearoom_calendar_area table tr td.serve_day {
	background: #d9eed6;
}
div.tearoom_calendar_area table tr td.party_day {
	background: #eed6e1;
}
div#tearoom_calendar p#tearoom_prev_btn {
	position: absolute;
	left: 0px;
	top: 50%;
	cursor: pointer;
}
div#tearoom_calendar p#tearoom_next_btn {
	position: absolute;
	right: 0px;
	top: 50%;
	cursor: pointer;
}
p#tearoom_prev_btn,
p#tearoom_next_btn {
	margin-top: -14px;
}
p#tearoom_prev_btn a,
p#tearoom_next_btn a {
	background-color: #fff;
	border: solid 1px #e2e2e2;
  width: 18px;
  height: 28px;
  position: relative;
  display: block;
	text-indent:-9999px;
}
p#tearoom_prev_btn a:before,
p#tearoom_next_btn a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
p#tearoom_prev_btn a:before {
	border-bottom: solid 3px #7d7d7d;
  border-left: solid 3px #7d7d7d;
}
p#tearoom_next_btn a:before {
	border-top: solid 3px #7d7d7d;
  border-right: solid 3px #7d7d7d;
}
p#tearoom_prev_btn img,
p#tearoom_next_btn img {
	display: none;
}

@media only screen and (max-width: 680px) {
	img {
		max-width: 100%;
	}
  .no_sp {
    display: none !important;
  }
	.bx-wrapper,
	.bx-window{
		width:100%!important;
	}
	div.tearoom_calendar_area {
		width: calc(100vw - 40px) !important;
	}
	div.tearoom_calendar_area table {
    	width: 99.8%;
	}
	div#tearoom_calendar p#tearoom_prev_btn,
	div#tearoom_calendar p#tearoom_next_btn	{
		top:20px;
	}
	p#tearoom_prev_btn a, p#tearoom_next_btn a {
		width: 40px;
		height: 40px;
		border-radius:4px;
	}
	div#tearoom_calendar p#tearoom_prev_btn {
		left:5px;
	}
	div#tearoom_calendar p#tearoom_next_btn {
		right:5px;
	}
}