/*template_02_2_a*/

/*メインビジュアル*/
.c5-img_border img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

/*見出し*/
.c5-header_bar_blue h2,.c5-header_bar_pink h2{
	display: inline-block;
	color: #fff;
	width: 95%;
	margin: 1.5%;
}

.c5-header_bar_blue h2:before,.c5-header_bar_pink h2:before{
	background: url(../images/title_bar_icon.png) center center no-repeat;
	background-size: contain;
	content: '';
    height: 0px;
    margin-right: 10px;
    padding: 2.8%;
}

@media screen and (max-width: 639px){
	.c5-header_bar_blue h2:before,.c5-header_bar_pink h2:before{
		content: '';
	    padding: 4%;
	}
	.c5-general--mt {
	    margin-top: 10px !important;
	}
}

.c5-bar_blue_area {
	background: url(../images/title_bar_blue.jpg) center center no-repeat;
	/*height: 66px;*/
	width: 100%;
	background-size:cover;
	background-position : 50% 50%;	
}

.c5-bar_pink_area {
	background: url(../images/title_bar_pink.jpg) center center no-repeat;
	/*height: 66px;*/
	width: 100%;
	background-size:cover;
	background-position : 50% 50%;	
}


.c5-header_bar_blue,.c5-header_bar_pink{
	text-align: center;
}


/*賞見出し*/
.c5-header_ribbon_gold h2,.c5-header_ribbon_silver h2,.c5-header_ribbon_bronz h2,.c5-header_ribbon_special h2{
	width: 100%;
	line-height: 200%;
}

.c5-header_ribbon_gold {
	background: url(../images/title_ribbon_gold.png) center center repeat;
	background-position : 50% 50%;	
	display: inline-block;
	color: #fff;
	height: 49px;
	display: inline-block;
    left: 0;
    right: 0;
    margin: 0 30px;
}

.c5-header_ribbon_gold :before {
	background: url(../images/title_ribbon_gold_before.png) no-repeat;
    content: '';
    height: 49px;
    width: 24px;
    display: block;
    position: absolute;
        margin-left: -24px;
}

.c5-header_ribbon_gold :after {
	background: url(../images/title_ribbon_gold_after.png) no-repeat;
	content: '';
    height: 49px;
    width: 24px;
    display: inline-block;
    position: absolute;
}

.c5-header_ribbon_silver {
	background: url(../images/title_ribbon_silver.png) center center repeat;
	background-position : 50% 50%;	
	display: inline-block;
	color: #fff;
	height: 49px;
	display: inline-block;
    left: 0;
    right: 0;
    margin: 0 30px;
}

.c5-header_ribbon_silver :before {
	background: url(../images/title_ribbon_silver_before.png) no-repeat;
    content: '';
    height: 49px;
    width: 24px;
    display: block;
    position: absolute;
        margin-left: -24px;
}

.c5-header_ribbon_silver :after {
	background: url(../images/title_ribbon_silver_after.png) no-repeat;
	content: '';
    height: 49px;
    width: 24px;
    display: inline-block;
    position: absolute;
}

.c5-header_ribbon_bronz {
	background: url(../images/title_ribbon_bronz.png) center center repeat;
	background-position : 50% 50%;	
	display: inline-block;
	color: #fff;
	height: 49px;
	display: inline-block;
    left: 0;
    right: 0;
    margin: 0 30px;
}

.c5-header_ribbon_bronz :before {
	background: url(../images/title_ribbon_bronz_before.png) no-repeat;
    content: '';
    height: 49px;
    width: 24px;
    display: block;
    position: absolute;
        margin-left: -24px;
}

.c5-header_ribbon_bronz :after {
	background: url(../images/title_ribbon_bronz_after.png) no-repeat;
	content: '';
    height: 49px;
    width: 24px;
    display: inline-block;
    position: absolute;
}

.c5-header_ribbon_special {
	background: url(../images/title_ribbon_special.png) center center repeat;
	background-position : 50% 50%;	
	display: inline-block;
	color: #fff;
	height: 49px;
	display: inline-block;
    left: 0;
    right: 0;
    margin: 0 30px;
}

.c5-header_ribbon_special :before {
	background: url(../images/title_ribbon_special_before.png) no-repeat;
    content: '';
    height: 49px;
    width: 24px;
    display: block;
    position: absolute;
        margin-left: -24px;
}

.c5-header_ribbon_special :after {
	background: url(../images/title_ribbon_special_after.png) no-repeat;
	content: '';
    height: 49px;
    width: 24px;
    display: inline-block;
    position: absolute;
}

@media screen and (max-width: 639px){
	.c5-header_ribbon_gold h2,.c5-header_ribbon_silver h2,.c5-header_ribbon_bronz h2,.c5-header_ribbon_special h2{
		line-height: 310%;
	}
}

/*写真ブロック*/
.c5-photo_block h3,.s5-pickupLinks__item h3{
	margin-top: 25px;
}
.c5-photo_block img{
	max-width: 100%;
}
.c5-photo_list {
	padding: 20px 0 0 0;
}
.s5-pickupLinks {
	text-align: left;
}
/*
.s5-pickupLinks__item{
	text-align: center;
}
*/
.c5-image_col{
	position: relative;
	padding: 50%;
	background: #000;
	left: 0;
	right: 0;
	margin: 0 auto;

}
.c5-image_col img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
}
@media screen and (max-width: 639px){
	.c5-photo_block h3,.s5-pickupLinks__item h3{
		margin-top: 15px;
	}
	.c5-photo_list {
		padding: 30px 0 0 0;
	}
	.s5-inStoreFeaturesItem3__image img{
		padding-top: 0		
	}
	.s5-inStoreFeaturesItem3 {
		margin-bottom: 10px !important;
	}
}