@charset "UTF-8";

/* *******************************************************************************************
* 
*	お酒ほどほどプロジェクト
*
******************************************************************************************* */

#suntory_contents .arpContents_pageTtl_ttl{
	margin: 0 auto;
}

#suntory_contents .arpSection-lead {
	text-align: center;
}

#suntory_contents .arpSection-lead img {
	width: 100%;
}

#suntory_contents .arpContents_main_img-box_img {
	margin: 0;
}

#suntory_contents .arpContents_main_img-box_img img {
	max-width: 100%;
}

#suntory_contents .arpContents_main_img-full{
	margin: 0 auto 40px auto;
	padding: 20px 0;
	width: 100%;
	background: #e5f6fa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#suntory_contents .arpContents_main_img-full_img{
	margin: 0 auto;
	width: 822px;
}
#suntory_contents .cat-2 .arpContents_main_col_item{
	background: #fef1e6;
}
#suntory_contents .arpContents_main_col-properQuantitiy{
	margin: 0 auto 40px auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content: center;
	flex-wrap: wrap;
}

#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item{
	float: none;
	display: inline-block;
	margin: 0 30px 40px;
	width: 38%;
	text-align: left;
	background: #fef1e6;
}

#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item-ex {
	width: 46%;
}

#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item strong {
	font-weight: 600;
	color: #eb6100;
}

#suntory_contents .arpContents_main_captionImg.captionImg-col-2 .arpContents_main_captionImg_img {
	margin: 0;

}


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

	#suntory_contents .arpContents_category {
		padding: 6px 0;
		line-height: 1.5;
	}

	#suntory_contents .arpContents_pageTtl_inner {
		padding: 62px 0 23px 0;
	}

	#suntory_contents .arpSection-lead img {
		border-radius: 3px;
	}

	#suntory_contents .arpContents_main_img-box_img {
		margin-bottom: 20px;
	}

	#suntory_contents .arpContents_main_img-box-wrap {
		margin-bottom: 40px;
	}

	#suntory_contents .arpContents_main_img-box_txt {
		margin-top: -1em;
		font-size: 11px;
		text-align: left;
		line-height: 1.6;
	}

	#suntory_contents .arpContents_main_img-gallery {
		margin: 20px 0;
		text-align: center;
	}

	#suntory_contents .arpContents_main_img-gallery img {
		width: 100%;
	}



	#suntory_contents .arpContents_main_img-full{
		margin: 0 auto 30px auto;
		padding: 0;
	}
	#suntory_contents .arpContents_main_img-full_img{
		width: 100%;
	}
	#suntory_contents .code{
		padding: 2px 10px;
		text-align: left;
	}
	#suntory_contents .arpContents_main_col-properQuantitiy{
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
	#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item{
		display: block;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item:first-child{
		margin-bottom: 30px;
	}
	#suntory_contents .arpContents_main_col-properQuantitiy .arpContents_main_col_item .fit{
		width: 100% !important;
		height: auto !important;
	}


}

@media screen and (min-width : 768px){

	#suntory_contents .arpContents_category {
		padding: 10px 0;
		line-height: 1.5;
	}

	#suntory_contents .arpContents_pageTtl_ttl{
		margin: 0 auto;
		width: 920px;
	}

	#suntory_contents .arpSection-lead {
		padding: 50px 0;
	}

	#suntory_contents .arpSection-lead img {
		margin: 0 auto;
		width: 920px;
	}

	#suntory_contents .arpContents_main_img-box-wrap {
		margin-bottom: 50px;
	}

	#suntory_contents .arpContents_main_img-box {
		display: flex;
		justify-content: space-between;
		width: 920px;
	}

	#suntory_contents .arpContents_main_img-box_img {
		width: 300px;
	}

	#suntory_contents .arpContents_main_img-box_img img {
		max-width: 100%;
	}

	#suntory_contents .arpContents_main_img-box_txt {
		margin-top: 1em;
		font-size: 13px;
		text-align: left;
		line-height: 1.6;
	}

	#suntory_contents .arpContents_main_img-gallery {
		margin: 40px 0;
		text-align: center;
	}

	#suntory_contents .arpContents_main_img-gallery img {
		width: 720px;
	}
	
}