@charset "UTF-8";
/* css Home */

@import url("pickup.css");
@import url("schedule.css");
@import url("info.css");
@import url("about.css");
@import url("topics.css");
@import url("zure.css");

/*---------------------------------------------------- */
/* 一瞬表示される要素を表示されないようにする方法 */
/*---------------------------------------------------- */
#slidershow { 
	display:none;
}

/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
#mainbnr {
	width: 100%;
	
	background: url(../images/bg_slanting.png) 0 0 repeat;
}

#mainbnr #waku_mainbnr {
	padding: 0;
	margin : 0 auto;
}

/*---------------------------------------------------- */
/* h3 */
/*---------------------------------------------------- */
.category-title h3 .btn_news a {
	margin: 0;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	background-color: #020298;
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}

.category-title h3 .btn_news a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	text-decoration: none;
}


/* PC */
@media print, screen and (min-width: 961px) {
/*---------------------------------------------------- */
/* 一瞬表示される要素を表示されないようにする方法 */
/*---------------------------------------------------- */
.waku_slider {
	height: 500px;
}

/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
#mainbnr {
	margin-top: 0;
	/* padding: 20px 0; */
	padding: 0;
}

#mainbnr #waku_mainbnr {
	/* max-width: 1120px; */
	width: 100%;
	height: 670px;
	text-align: center;
}

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center 0 no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
	background-position: 0 50%;
}

.waku_gallery {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
}

.waku_gallery .gallerybox {
	padding: 20px 0;
	margin: 270px 20px 0 0;
	width: 42%;
	text-align: left;
	float: right;
	background-color: rgba(255,255,255,0.72);
	border-radius: 2px;
}

.waku_gallery .gallerybox h2 {
	padding: 0 0 16px 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}

.waku_gallery .gallerybox p {
	padding: 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
}

/*---------------------------------------------------- */
/* Maincontainer */
/*---------------------------------------------------- */
#maincontainer {
	margin-top: 170px;
}

/*---------------------------------------------------- */
/* Column */
/*---------------------------------------------------- */
.waku_column {
	padding: 0 0 50px 0;
	margin: 0 auto;
	max-width: 1120px;
	height: auto;
	overflow: hidden;
}

.waku_column .column_left {
	padding: 0;
	margin: 0;
	width: 72%;
	height: auto;
	float: left;
}

.waku_column .column_right {
	padding: 0;
	margin: 0;
	width: 25%;
	height: auto;
	float: right;
}

/*---------------------------------------------------- */
/* h3 */ 
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #2d2e2f;
	font-weight: bold;
	text-decoration: none;
}

.category-title h3 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
}

.category-title h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
}
	
.category-title h3 .btn_news a {
	padding: 4px 12px;
	font-size: 11px;
}
	

}

/* Tablet */
@media only screen and (max-width: 960px) and (min-width: 569px) {
/*---------------------------------------------------- */
/* 一瞬表示される要素を表示されないようにする方法 */
/*---------------------------------------------------- */
.waku_slider {
	height: 360px;
}

/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
#mainbnr {
	margin-top: 0;
	/* padding: 15px 0; */
	padding: 0;
}

#mainbnr #waku_mainbnr {
	/* width: 96%; */
	width: 100%;
	text-align: center;
	height: 360px;
}

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center 0 no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
}

.waku_gallery {
	width: 88%;
	margin: 0 auto;
	overflow: hidden;
}

.waku_gallery .gallerybox {
	padding: 15px 0;
	margin: 50px 20px 0 0;
	width: 58%;
	text-align: left;
	float: right;
	background-color: rgba(255,255,255,0.72);
	border-radius: 2px;
}

.waku_gallery .gallerybox h2 {
	padding: 0 0 14px 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}

.waku_gallery .gallerybox p {
	padding: 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
}

/*---------------------------------------------------- */
/* Column */
/*---------------------------------------------------- */
.waku_column {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
	overflow: hidden;
}

.waku_column .column_left {
	padding: 0;
	margin: 0;
	width: 60%;
	height: auto;
	float: left;
}

.waku_column .column_right {
	padding: 0;
	margin: 0;
	width: 35%;
	height: auto;
	float: right;
}

/*---------------------------------------------------- */
/* h3 */ 
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 18px;
	color: #2d2e2f;
	font-weight: bold;
	text-decoration: none;
}

.category-title h3 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
}

.category-title h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
}

.category-title h3 .btn_news a {
	padding: 4px 12px;
	font-size: 11px;
}


}


/* Phone Landscape (Retina) */
@media only screen and (max-width: 568px)  {
/*---------------------------------------------------- */
/* 一瞬表示される要素を表示されないようにする方法 */
/*---------------------------------------------------- */
.waku_slider {
	height: 260px;
}

/*---------------------------------------------------- */
/* mainbnr */
/*---------------------------------------------------- */
#mainbnr {
	margin-top: 0;
	padding: 0;
}

#mainbnr #waku_mainbnr {
	width: 100%;
	text-align: center;
	height: 260px;
}

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center 0 no-repeat;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:100%;
	min-height: 100%;
	background-size: cover;
}

.waku_gallery {
	width: 92%;
	margin: 0 auto;
	overflow: hidden;
}

.waku_gallery .gallerybox {
	padding: 15px 0;
	margin: 25px 0 0 0;
	width: 64%;
	text-align: left;
	float: right;
	background-color: rgba(255,255,255,0.72);
	border-radius: 2px;
}

.waku_gallery .gallerybox h2 {
	padding: 0 0 12px 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}

.waku_gallery .gallerybox p {
	padding: 0;
	margin: 0 auto;
	width: 84%;
	color: #2d2e2f;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}

/*---------------------------------------------------- */
/* Column */
/*---------------------------------------------------- */
.waku_column {
	padding: 0;
	margin: 0 auto;
	width: 92%;
	height: auto;
	overflow: hidden;
}

.waku_column .column_left {
	padding: 0 0 25px 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	display: block;
}

.waku_column .column_right {
	padding: 0;
	margin: 0 auto;
	width: 98%;
	height: auto;
	display: block;
}

/*---------------------------------------------------- */
/* h3 */ 
/*---------------------------------------------------- */
.category-title {
	padding: 0 0 2px 0;
	margin: 0;
	width: 100%;
	height: auto;
	font-size: 17px;
	color: #2d2e2f;
	font-weight: bold;
	text-decoration: none;
}

.category-title h3 {
	position: relative;
	padding-bottom: .2em;
	border-bottom: 4px solid #ccc;
}

.category-title h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
}

.category-title h3 .btn_news a {
	padding: 4px 12px;
	font-size: 11px;
}



}