@charset "UTF-8";

/* CSS Document */

/*==================================================

top-contents
=================================================*/

.top-image {
	width: 100%;
	max-height: 650px;
	position: relative;
	overflow: hidden;
	margin-top: 130px;
}
.catch {
	width: 90%;
	max-width: 464px;
	position: absolute;
	top: 65%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 3;
}
.top-menu {
	width: 100%;
	display: flex;
	font-family: "Sawarabi Mincho", "Yu Mincho", "YuMincho", "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", "£Í£Ó £ÐÃ÷³¯", "MS PMincho", serif;
	margin: 0 auto;
}
.top-menu .pickup {
	width: 50%;
	display: flex;
	flex-direction: row-reverse;
	background-color: #eaeaea;
}
.top-menu .pickup .inner {
	width: 75%;
	min-width: 380px;
	padding: 30px;
}
.top-menu .inner h1 {
	font-size: 180%;
	color: #950433;
	text-align: center;
}
.top-menu .inner ul {
	margin-top: 5%;
}
.top-menu .inner li {
	border-bottom: 1px dotted #666;
	padding: 5px 8px;
}
.top-menu .inner .banner {
	max-width: 450px;
	margin: 0 auto;
}
.top-menu .schedule {
	width: 50%;
	display: flex;
	background-color: #dcdcdc;
}
.top-menu .schedule .inner {
	width: 75%;
	min-width: 380px;
	padding: 30px;
}
.top-menu .schedule .inner li:nth-of-type(even) {
	background-color: #c6c6c6;
}

.top-d-menu {
	width: 90%;
	max-width: 960px;
	display: flex;
	justify-content: space-between;
	margin: 5% auto;
}
.top-d-menu a {
	width: 30%;
	font-size: 120%;
	color: #FFF;
	font-family: "Sawarabi Mincho", "Yu Mincho", "YuMincho", "¥Ò¥é¥®¥ÎÃ÷³¯ Pro W3", "Hiragino Mincho Pro", "£Í£Ó £ÐÃ÷³¯", "MS PMincho", serif;
	letter-spacing: 0.2em;
	text-decoration: none;
	background-color: #950433;
	padding-top: 10px;
}
.top-d-menu a dt {
	background-color: #666;
}
.top-d-menu a dd {
	color: #FFF;
	text-align: center;
	padding: 10% 2%;
}

#pagePlugin {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

/* cf */

.top-news:after {
	content:" ";
    display:block;
    clear:both;
}

/* top img */

.top-image img,.top-menu img,.top-d-menu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	.top-image {
		margin-top: 51px;
	}
	.catch {
		width: 90%;
		max-width: 464px;
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		z-index: 3;
	}
	.top-menu {
		display: flex;
		flex-direction: column;
	}
	.top-menu .inner h1 {
		font-size: 140%;
	}
	
	.top-menu .pickup,.top-menu .schedule {
		width: 100%;
		min-width: initial;
		min-width: auto;
	}
	.top-menu .pickup .inner,.top-menu .schedule .inner {
		width: 100%;
		min-width: initial;
		min-width: auto;
		padding: 5%;
	}
	.top-d-menu {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-d-menu a {
		width: 47%;
		font-size: 110%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}

@media only screen and (max-width: 568px) {
	
	
}
	
@media only screen and (max-width: 480px) {
	
	
}

