@charset "utf-8";


h1,h2 {
	margin: 0;
	/* 半角英数はセリフで、日本語はサンセリフで */
	font-family: 'Plantagenet Cherokee' ,Georgia , '游ゴシック', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

h3.classic,
.linetitle {
	border-bottom: 1px solid #fff;
	font-size: 17px;
	padding: 0.1em;
}

img {
	vertical-align: middle;
}

p {
	margin: 0.2em 0 0.5em 0;
}

dl.data {
	margin: 0 0 1em;
}

dl.data dt {
	font-weight: bold;
	margin: 0.5em 0 0 0;
}

dl.data dd {
	margin: 0 0 0 1em;
}

.inform {
	border: none;
	width: 100%;
	min-height: 600px;
	display: block;
}

/*

list

*/
li .date {
	color: #999;
	min-width: 5em;
}

li .message {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

li .type {
	padding: 0 1em;
}

ul.linklist {
	margin-right: -65px;
}

ul.linklist li {
	float: left;
	margin-right: 53px;
}

@media (max-width : 510px) {
	ul.linklist {
		margin-right: 0;
		margin-left: 0;
	}

	ul.linklist li {
		margin: 0;
		text-align: center;
		width: 50%;
	}

	ul.linklist li img {
		max-width: 90%;
	}
	
	ul.infolist .type img {
		height: 8px;
		width: auto;
	}
	
	ul.infolist .message {
		display: block;
	}
}

/*

table

*/
table.data {
	padding: 0px;
	border-collapse: separate;
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	empty-cells: show;
	color: #000;
	
	margin: 0 0 1em;
}

table.data th,
table.data td{
	padding: 0.3em;
	border-bottom: 0px none;
	border-right: 0px none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #ffffff;
	color: #000;
	text-align: center;
}

.schedule .td_center {
  text-align: center;
}
.schedule table td {
  width: 390px;
}

table.data caption{
	text-align: left;
	font-weight: bold;
}

table.data thead th{
	background-color: #bb8917;
	color: #fff;
}

table.data th,
table thead tr.level2 th{
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	text-align: center;
}

table.event-data th{
	background-color: #bb8917;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
table.event-data td{
	text-align: left;
}


table.data th.inverse {
	background-color: #717171;
	color: #E9E9E9;
}

table.herf{
	width: 47%;
}

table.max,
table.large {
	width: 100%;
	word-break: break-all;
}

table.timetable td,
td.num{
	text-align: center;
}

table.max td:empty:before,
table.timetable td:empty:before{
	content: "-";
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
}

table.col2 td{
	width: 50%;
}

table.col4 td{
	width: 25%;
}

table.colevent td{
	width: 27%;
}

table.col6 td{
	width: 15%;
}

table.mini-data td{
	width: 12%;
}

table.time td{
	text-align: center;
}

table.casts td{
	text-align: center;
	vertical-align: top;
}

.tableinfo {
	display: none;
}

@media (max-width : 510px) {
	table.data {
		margin: 0;
	}
	
	.tablewrap table {
		margin: 0;
	}
	
	.tablewrap {
		overflow-x: auto;
		white-space: nowrap;
		position: relative;
		width: auto;
	}
	
	.tableinfo {
		display: inline-block;
		padding: 1px 0.5em;
		border-radius: 3px;
		background-color: #AF9243;
		color: #fff;
	}
}

/*

link and buttons

*/
a.up {
	background: url(../../img/mark2.png) no-repeat scroll 2px center transparent;
	font-size: 0.9em;
	letter-spacing: 0.13em;
	padding: 0 0 0 16px;
	text-decoration: none;
}

a.up:hover {
	color: #fff;
	text-decoration: underline;
}

@media (max-width : 510px) {
	a.up {
		background-image: url(../../img/mark2sp.png);
		-webkit-background-size: 10px 10px;
		background-size: 10px 10px;
		font-size: 10px;
	}
}

/* lerge button */
.lbtn {
	color: #fff!important;
	background: url(../../img/bg_btn1.png) no-repeat scroll right top #AE9142;
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	margin: 1em 0.3em;
	padding: 20px 54px 20px 30px;
}

.lbtn:before {
	content: '';
	display: block;
	width: 27px;
	height: 100%;
	background: url(../../img/mark3.png) no-repeat scroll left center transparent;
	position: absolute;
	top: 0;
	right: 10px;
}

.lbtn > span {
	font-size: 0.8em;
	display: block;
}

.lbtn.disable {
	background: url(../../img/bg_btn2.png) no-repeat scroll right top #717171;
}

.lbtn.small {
	padding: 10px 20px;
	font-size: 14px;
}

.lbtn.small:before {
	width: 12px;
	height: 7px;
	background-image: url(../../img/mark4.png);
	position: static;
	display: inline-block;
	vertical-align: 10%;
}

.lbtn.fat {
	background-image: url(../../img/bg_btn3.png);
	background-position: -1% bottom;
	padding: 40px 20px;
	border: 3px solid #AE9142;
	border-radius: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.lbtn.fat.disable {
	background-image: url(../../img/bg_btn2.png);
	border: 3px solid #717171;
}

.lbtn.fat:before {
	background-image: none;
	content: none;
}

a.lbtn:hover {
	opacity: 0.7;
}

@media (max-width : 510px) {
	.lbtn {
		margin: 0.5em 0.3em;
	}
}

/*
layout
============================================
*/
#page {
	max-width: 1920px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	clear: both;
}

.col2 {
	clear: both;
}

.col2 .col {
	float: left;
	width: 48%;
	padding-right: 1%;
}

.col2 .col:nth-child(2n) {
	padding-left: 2%;
}


/*bundle*/
.bundle {
	margin: 1em 0;
	display: table;
	width: 100%;
	overflow: hidden;
	border-spacing: 10px;
	table-layout: fixed;
}

.bundle + .bundle {
	margin: -1em 0 1em;
}

.bundle > .bitem {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media (min-width : 721px) {
	.bundle-embed > .bitem {
		vertical-align: top;
		height: 380px;
	}
	
	.bundle-embed > .bitem.sub {
		width: 200px;
	}

	.bundle-embed > .bitem table {
		width: 100%;
		height: 380px;
	}

	.bundle-embed > .bitem .googlemap {
		width: 100%;
		height: 380px;
	}
}

@media (max-width : 720px) {
	.bundle {
		margin: 0;
		display: block;
	}

	.bundle > .bitem {
		display: block;
		margin: 1em 0;
	}

	.bundle-embed > .bitem table {
		width: 100%;
		height: auto;
	}
}

/* img */
.fig {
	display: block;
	position: relative;
	margin: 5px;
}

.fig .caption {
	width: 98%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../../img/shadow2.png) repeat-y scroll 0 0 transparent;
	color: #fff;
	padding-left: 2%;
}

.image {
	text-align: center;
}

.image img {
	max-width: 100%;
	height: auto;
}

/* other */
.video-container {
	max-width: 640px;
	width: 100%;
	height: 380px;
	display: inline-block;
	margin: 1em auto;
}

.googlemap{
	height: 100%;
	width: 100%;
	min-height: 300px;
	min-width: 200px;
}

.bundle > .bitem.googlemap{
	vertical-align: top;
}

@media (max-width : 990px) {
	.wrap {
		margin: 0 30px;
	}
}
@media (max-width : 750px) {
	.wrap {
		padding: 20px 15px !important;
	}
}

@media (max-width : 510px) {
	.wrap {
		margin: 0 10px;
		padding: 5px 10px !important;
	}
	
	.col2 .col {
		float: none;
		width: auto!important;
		margin: 0 0 1em;
		padding: 0!important;
	}

	.fig:nth-child(2n) {
		margin-right: 5px;
	}
	
	.video-container {
		height: 180px;
	}
}

/* inpagelinks */
.inpagelinks {
	margin: 10px 0;
	text-align: center;
}

.inpagelinks .lbtn {
	padding: 20px;
	min-width: 150px;
}

.inpagelinks .lbtn:before {
	content: none;
}

/*

portrait

*/
.portrait {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.card .portrait {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	margin: 0;
}

.item-list .portrait {
	text-align: left;
	font-size: 12px;
}

.item-list .item .portrait .image {
	margin: 0;
}

.item-list .portrait .title {
	font-size: 1.4em;
	margin: 7px 0;
}

.item-list .portrait .title .aside {
	font-size: 0.6em;
}

.bundle > .portrait {
	vertical-align: top!important;
	width: 33.3%;
}

.portrait .image,
.portrait .title,
.portrait .data {
	display: block;
}

.portrait .image img {
	width: 100%;
}

.portrait .data {
	display: block;
	text-align: left;
}

.portrait .title {
	margin: 0.5em 0!important;
}

.portrait .title .aside {
	font-size: 0.8em;
	display: block;
}

@media (max-width : 720px) {
	.portrait {
		padding: 10px;
		text-align: left;
	}
	
	.bundle > .portrait {
		width: auto;
	}
	
	.portrait .image {
		float: left;
		width: 100px;
	}

	.portrait .data,
	.portrait .title {
		margin: 0 0 1em 110px!important;
		text-align: left;
	}
	
	.item-list .item .body .portrait .data,
	.item-list .item .body .portrait .title {
		margin: 0 0 1em 50%!important;
	}
}

/*
global classes
============================================
*/
.col2:after,
.wrap:after,
.cf:after {
	content: '';
	clear: both;
	display: block;
}

.plain {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* area with shadow */
.lower {
	position: relative;
}

/* text colors */
.text-important {
	color: #E60012;
}

.text-warning {
	color: #E4B149;
}

.text-info {
	color: #0C80C6;
}


/*
Articles
============================================
*/
#article-body {
	color: #FFF;
	font-size: 0.9em;
	background: #EDA811 url("../../img/bg1.png") repeat-y scroll center top / 100% auto;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 40px;
}

#article-body > .wrap{
	background-image: url("../../img/bg4.png");
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	padding: 40px 0;

	color: #FFF;
	padding: 30px 40px;
	text-align: left;
}

#article-body .body {
	overflow: hidden;
}

#article-body > .article > .title {
	font-family: "游ゴシック","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 30px;
	overflow: hidden;
	text-align: left;
}

#article-body > .article > .title span {
	font-size: 18px;
	font-weight: normal;
	color: #AE9142;
	line-height: 18px;
	letter-spacing: 0;
	padding-left: 0.5em;
	vertical-align: 15%;
	display: inline-block;
	
}
.col2.event{
	margin-bottom: 50px;
}
@media (max-width : 510px) {
	#article-body .col2.event{
		margin-bottom: 20px;
	}
}


@media (max-width : 510px) {
	#article-body {
		/*background-size: 960px auto;*/
	}

	#article-body > .article > .title {
		font-size: 14px;
		letter-spacing: -0.05em;
		margin: 20px 10px;
	}
	
	#article-body > .article > .title span {
		font-size: 11px;
	}
}

