@charset "UTF-8";
/*--ブログボックス表示--*/

.blog_content{
	margin: 0 -10px;
}
.b_box{
	padding: 0 10px;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
	display: block;
	width: 33.3333%;
}
.b_box:nth-child(3n+1) {
	clear: both;
}
.b_box article {
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.b_box article:hover {
	border-color: #ffbd70;
	
}
.b_img img{
	width: 100%;
}
.bt_box {
	padding: 15px;
}
.bt_box span{
	font-size: 13px;
	display: block;
}
.bt_box h4 {
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
figcaption{
	display: none;
}
.blog-view-more {
	display: block;
	text-align: center;
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    padding: 7px 50px;
    background: #fff url("../images/button/arrow.png") right 20px center no-repeat;
    border-radius: 8px;
    box-shadow: 0 3px 0px #000;
    -moz-box-shadow: 0 3px 0px #000;
    -webkit-box-shadow: 0 3px 0px #000;
    -ms-box-shadow: 0 3px 0px #000;
    -o-box-shadow: 0 3px 0px #000;
    width: 725px;
    margin: 0 auto 50px;
    max-width: 100%;
}
.b_img img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.top {
    padding: 0 30px 50px;
}

.top img {
    float: left;
    width: 380px;
}

.top > p {
    margin-left: 390px;
    text-align: left;
}

.gallery {
	display: flex;
	justify-content: space-between;
	padding: 50px 30px;
}

.section-title {
    background: url(../images/background/pattern.png) 0 0 repeat;
    text-align: center;
    margin-bottom: 50px;
    padding: 22px 10px 48px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 45px;
}

.section-title h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.section-title h3 span {
    font-size: 45px;
    color: #ffa34a;
}

.section-title:before {
    content: '';
    position: absolute;
    left: -13px;
    bottom: 0;
    background: #fff;
    width: 50%;
    height: 26px;
    transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
}

.section-title:after {
    content: '';
    position: absolute;
    right: -13px;
    bottom: 0;
    background: #fff;
    width: 50%;
    height: 26px;
    transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
}

.q_a {
    text-align: left;
}

.section-1 .item {
	text-align: left;
}

@media screen and (min-width: 769px) {
	.b_box article .b_img {
		overflow: hidden;
		height: 217px;
	}
	.blog-view-more:hover{
		color: #ffa34a;
		border-color: #ffa34a;
		box-shadow: 0 3px 0px #ffa34a;
	    -moz-box-shadow: 0 3px 0px #ffa34a;
	    -webkit-box-shadow: 0 3px 0px #ffa34a;
	    -ms-box-shadow: 0 3px 0px #ffa34a;
	    -o-box-shadow: 0 3px 0px #ffa34a;
	    background: #fff url("../images/button/arrow_hover.png") right 20px center no-repeat;
	}
	.b_box:hover .b_img img {
		filter: gray; /* IE6-9 */
	    filter: grayscale(1); /* Firefox 35+ */
	    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	}
}
  
 /* ----------これからSP向けの変更を行います！------------------------------------------ */
@media screen and (max-width: 768px) {
/* ------------------------------------------------------------------------------- */
	.blog_content {
	    margin: 0 -15px 30px;
	    border-top: 1px solid #000;
	}
	.b_box {
		width: 100%;
		margin-bottom: 0;
		padding: 10px 15px;
		border-bottom: 1px solid #000;
	}
	.b_box article {
		overflow: hidden;
		border: 0;
	}
	.b_box .b_img{
		width: 30%;
		float: left;
		margin-right: 10px;
	}
	.b_box .bt_box h4 {
		height: auto;
	}
	.blog-view-more {
		margin-bottom: 30px;
	}

	.section-title h3 {
    font-size: 24px;
  }
  .section-title h3 span {
    font-size: 30px;
  }
  .top {
    padding: 0 0 30px;
    text-align: center;
  }
  .top img {
    float: none;
  }
  .top > p {
    text-align: left;
    margin: 20px 0 0;
  }
  .gallery {
    display: flex;
    justify-content: space-between;
    padding: 0;
	}

	.header-sp {
		display: none;
	}
	
	.footer {
    margin: 0 -15px;
	}
	.section-1 {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 480px){
	.b_box .bt_box {
		padding: 5px;
	}
	.b_box .bt_box h4 {
		font-size: 12px;
		line-height: 1.5;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 320px){

}