@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;
}

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

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

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

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center top 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: 20px 0;
	margin: 120px 0 0 0;
	width: 42%;
	text-align: left;
	float: right;
	background-color: rgba(255,255,255,0.92);
	border-radius: 8px;
}

.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;
}


/*---------------------------------------------------- */
/* 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;
}

.credit {
	margin: 20px auto;
	text-align: center;
	padding:10px 0;
	border: 1px solid #dcdcdc;
	/* border-radius: 5px; */
}

.credit img {
width:70%; margin: 10px auto 0;
}

.blog-banner {
	margin-top: 20px;
	border: 1px solid #C1C1C1;
	}
	
/*---------------------------------------------------- */
/* ラインバナー */ 
/*---------------------------------------------------- */
.line_banner {
	margin: 0 auto;
	text-align: center;
}
	
/*---------------------------------------------------- */
/* ブログバナー */ 
/*---------------------------------------------------- */
#blog-banner {
	padding: 0;
	margin: 20px 0 0 0;
	width: auto;
	height: auto;
	border: 1px solid #B8B8B8;
}
	
	
}

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

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

#mainbnr #waku_mainbnr {
	width: 96%;
	text-align: center;
	height: 300px;
}

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center top 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.92);
	border-radius: 8px;
}

.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;
}

.credit {
	margin: 20px auto;
	text-align: center;
	padding:10px 0;
	border: 1px solid #dcdcdc;
	/* border-radius: 5px; */
}

.credit img {
width:90%; margin: 10px auto;
}
	
/*---------------------------------------------------- */
/* ラインバナー */ 
/*---------------------------------------------------- */
.line_banner {
	margin: 0 auto;
	text-align: center;
}
	
/*---------------------------------------------------- */
/* ブログバナー */ 
/*---------------------------------------------------- */
#blog-banner {
	padding: 0;
	margin: 20px 0 0 0;
	width: auto;
	height: auto;
	border: 1px solid #B8B8B8;
}

}


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

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

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

/** Photo */
#mainbnr #waku_mainbnr .main-img {
	background: center top 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.92);
	border-radius: 8px;
}

.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;
}

.credit {
	margin: 20px auto;
	text-align: center;
	padding:10px 0;
	border: 1px solid #dcdcdc;
	/* border-radius: 5px; */
}

.credit img {
width:90%; margin: 10px auto;
}
	
/*---------------------------------------------------- */
/* ラインバナー */ 
/*---------------------------------------------------- */
.line_banner {
	margin: 0;
	text-align: center;
}
	
/*---------------------------------------------------- */
/* ブログバナー */ 
/*---------------------------------------------------- */
#blog-banner {
	padding: 0;
	margin: 20px auto 0;
	text-align: center;
	width: 98%;
	height: auto;
	border: 1px solid #B8B8B8;
}


}