/*template_03*/

/*メインビジュアル*/
.c5-img_border img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

/*キャプションボックス*/
.c5-grayBox {
	padding: 20px;
    background: #dfe6ec;
}

/*プロフィールボックス*/
.c5-plofile_block {
	background-color: #E2E7EC;
	padding: 15px;
}

.s5-row__col4 {
  width: 15%;
}

.s5-row__col4 img {
    max-width: 100%;
}

@media screen and (max-width: 639px){
	.s5-row__col {
		padding-left: 5%;
		display: table-cell;
	}
	.s5-row__col4 {
	    width: 30%;
        display: table-cell;
	}
}

/*c5-ImgLayout*/
.c5-event_block {
	margin-top: 90px;
}
@media screen and (max-width: 639px){
	.c5-event_block{
		margin-top: 50px;
	}
}
.c5-ImgRightLayout_min img, .c5-ImgLeftLayout_min img {
    width: 280px;
    text-align: center;
    margin: 0 auto;
}
.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	width: auto;
}
@media screen and (max-width: 639px) {
	.c5-ImgRightLayout_min.s5-inStoreFeaturesItem1A__textCol,.c5-ImgLeftLayout_min.s5-inStoreFeaturesItem1A__textCol {
	    display: block;
	    width: auto;
	    padding: 0;
	}
}
