html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.calendar #main #content {
	float: none;
	padding: 0;
	width: 810px;
}

.calendar .section {
	overflow: hidden;
}

.calendar .article {
	padding: 20px;
}

h1 {
	text-align: center;
	font: bold 28px "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}

.section01_content ul {
	padding-left: 10px;
}

.ttl_calendar {
	background: rgba(0, 0, 0, 0) url("../images/icon_yellow.png") no-repeat scroll left center;
	line-height: 1.2;
	color: #000;
	padding: 5px 0 5px 30px;
	margin-bottom: 20px;
}

.calendar .section01_content {
	margin: 0px 10px;
}

.calendar .section01_content ul {
	margin: 0 auto 1em 20px;
}

.calendar .section01_content li {
	list-style-type: square;
	font-size: 16px;
	margin-bottom: 0.5em;
	color: #000;
}

.calendar .section01_content li span {
	font-size: 26px;
}

.calendar .btn_calendar_01 {
	background: rgba(0, 0, 0, 0) url("../images/btn_calendar_bg.png") no-repeat scroll center center;

	color: #000;
	display: block;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	width: 250px;
}

.more_box .btn_calender_03 {
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	background: #eee;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #ccc);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #ccc);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #ccc);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #ccc);
	/* Standard syntax */
	border-radius: 8px;
	border: 1px solid #666;
	float: right;
	margin: 10px 0px 10px 0px;
}

.more_box :hover,
btn_calender_03 {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	/* IE 5-7 */
	filter: alpha(opacity=80);

	/* Netscape */
	-moz-opacity: 0.8;

	/* Safari 1.x */
	-khtml-opacity: 0.8;

	/* Good browsers */
	opacity: 0.8;
}

.calendar .btn_calendar_01:hover,
.section03_content .tabs .tab-link:hover {
	/* IE 8 */
	background: #ccc;

}

.clear {
	clear: both;
}

.current {
	display: inherit;
}

ul.tabs:nth-of-type(1) {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	border-bottom: 2px solid #522910;
}

ul.tabs:nth-of-type(1) li {
	background: none;
	color: #222;
	float: left;
	margin: 0 1.1%;
	;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs:nth-of-type(1) li.current {
	background: #ededed;
	color: #222;
	pointer-events: none;
}

ul.tabs:nth-of-type(2) {
	margin: 0px;
	padding-left: 0px;
	list-style: none;
	border-top: 2px solid #522910;
}

ul.tabs:nth-of-type(2) li {
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs:nth-of-type(2) li.current {
	background: #ededed;
	color: #222;
	pointer-events: none;
}

.tab-content {
	display: none;
	background: #fff;
}

.tab-content.current {
	display: inherit;
}

.section03_content .tabs:nth-of-type(1) .tab-link {
	width: 31%;
	height: 40px;
	border-radius: 8px 8px 0 0;
	background-color: #eee;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #522910;
	line-height: 15px;
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 -2px 6px rgba(0, 0, 0, .6);
	box-shadow: 0 -2px 6px rgba(0, 0, 0, .6);
	box-sizing: border-box;
}

.section03_content .tabs:nth-of-type(1) .tab-link:nth-of-type(3) {
	/* font-size: 16px;
padding-top: 8px; */
}

.section03_content .tabs:nth-of-type(1) .tab-link span {
	font-size: 10px;
}

.tab-link.current h2 {
	color: #333;
}

.tab-link h2 {
	margin: 0;
	font-size: 14px;
}

.section03_content .tabs:nth-of-type(1) .tab-link.current {
	background-color: #fff;
	border: 2px solid #522910;
	border-bottom-color: #fff;
	color: #333;
	box-shadow: none;
}

.section03_content .tabs:nth-of-type(2) .tab-link {
	width: 31%;
	height: 40px;
	border-radius: 0 0 8px 8px;
	color: #fff;
	background-color: #1E6BB1;
	margin-top: -2px;
	padding: 1px 0 0 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
	border: 2px solid #1E6BB1;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
}

.section03_content .tabs .tab-link span {
	font-size: 10px;
	color: #fff;
}

.section03_content .tabs .current span {
	font-size: 10px;
	color: #333;
}

.section03_content .tabs:nth-of-type(2) .tab-link.current {
	background-color: #fff;
	color: #0D5BA6;
	border: 2px solid #0D5BA6;
	border-top-color: #fff;
	box-shadow: none;
}

.calendar .section04_content #navi {
	float: none;
	margin: 0 auto;
	width: 620px;
}

.calendar .section04_content #navi {
	float: none;
	margin: 30px auto 5px;
	padding: 0;
	width: 640px;
}

.calendar .section04_content #navi li {
	display: inline-block;
	margin-right: 7px;
	width: 199px;
}

.calendar .section04_content #navi li a {

	margin-bottom: 0;

}

.calendar .section04_content #navi ul {
	margin: 0;
	padding: 10px;
}

.calendar .section04_content #navi li:last-child {

	margin-right: 0;

}


.mt20 {

	margin-top: 20px;

}

.section02_content {
	width: 95%;
	margin: 25px auto;
}

.hall_title {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
}

.hall_title p {
	width: 100%;
	background-color: #0D5BA6;
	text-align: center;
	line-height: 2;
	font-size: 16px;
	color: #fff;
}

.hall_title p span {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.box_address {
	margin: 1em 0 auto 2%;
	width: 58%;
	float: left;
}

.box_address dt {
	float: left;
	font-size: 1.5em;
}

.box_address dd {
	margin-left: 3.2em;
	font-size: 1.5em;
}

.more_box {
	margin-right: 2%;
	width: 38%;
	float: right;
}

.tab_hall_1,
.tab_hall_2,
.tab_hall_3 {
	display: none;
}

.tab_hall_box .current {
	display: inherit;
}

.color_list {
	width: auto;
}

.color_list div.color_box {
	width: 40px;
	height: 20px;
	float: left;
}

.color_list_child {
	margin: 5px;
	font-size: 12px;
	float: left;
}

.color_list div+p {
	line-height: 22px;
	height: 22px;
	float: left;
	margin: 0;
	padding: 0;
}

.color_list_attention {
	padding: 10px;
	margin: 1px 0 10px 0;
	border: 1px solid #F0AD4E;
	border-radius: 3px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

.style1 {
	color: #fff;
	border: 1px solid #fff !important;
	background-color: #5CB85C !important;
	background-image: url(../../images/img_calender_01.png);
	background-repeat: repeat;
	box-shadow: 0 0 0 2px #5CB85C inset;
}

.style1 span {
	background: #5CB85C;
	padding: 1px;
}

.style2 {
	color: #fff;
	border: 1px solid #fff !important;
	background-color: #F0AD4E !important;
	background-image: url(../../images/img_calender_01.png);
	background-repeat: repeat;
	box-shadow: 0 0 0 2px #F0AD4E inset;
}

.style2 span {
	background: #F0AD4E;
	padding: 1px;
}

.style3 {
	color: #fff;
	border: 1px solid #fff !important;
	background-color: #ccc !important;
	background-image: url(../../images/img_calender_01.png);
	background-repeat: repeat;
	box-shadow: 0 0 0 2px #ccc inset;
}

.style3 span {
	background: #ccc;
	padding: 1px;
}

.s {
	color: #d44950;
}

.na {
	color: #4f9fcf;
}

.tab-content iframe {
	height: 270vw;
}

.tab_month li a {
	background: #522910 !important;
	border-color: #522910 !important;
}

@media (min-width: 769px) {
	.tab-link h2 {
		font-size: 20px;
	}

	.section03_content .tabs:nth-of-type(1) .tab-link {
		height: 50px;
	}
	.tab-content iframe {
		height: 900px;
	}
}
