@charset "utf-8";

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}



/* reset */

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul,li,dl,dd,dt  {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}


/* #container .contents
======================================================================= */
#container .contents{
}

.sp_only {
display: none;
}


/*　文字カラー　赤　*/
.text_red {
	color: #dc0000 !important; 
}

/*　フォント　*/
.font_85per {
	font-size: 85% !important;
}

/*　上マージン　10px　*/
.mtop_10 {
	display: block !important;
	margin-top: 10px !important;
}

/*　行間　150%　*/
.lineh_150 {
	line-height: 150% !important;	
}


/* #container .contents #contents_hd
======================================================================= */
#contents_hd{
width:960px;
margin:0 auto;
}

#contents_hd h1{display:none;}



/* #main_visual
======================================================================= */
#main_visual {
	position: relative;	
	width: 960px;
	height: 642px;
	margin: 10px auto 60px auto;
	background: url(https://www.suntory.com/factory/yamazaki/info/img/main_pc.jpg) left top no-repeat;
}

	#main_visual #case1 {
		position: absolute;
		width: 440px;
		height: 272px;		
		top: 370px;
		left: 20px;
		background-color: #FFF;
	}

	#main_visual #case1 a {
		position: absolute;		
		width: 440px;
		height: 272px;
		top: 0px;
		left: 0px;						
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_pc.png) left top no-repeat;
		font-size: 14px;
		color: #c43c00;
		padding: 115px 0 0 0;	
	}


	#main_visual #case2 {
		position: absolute;
		width: 440px;
		height: 272px;		
		top: 370px;
		left: 500px;
		background-color: #FFF;
	}

	#main_visual #case2 a {
		position: absolute;
		width: 440px;
		height: 272px;
		top: 0px;
		left: 0px;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case2_pc.png) left top no-repeat;	
		font-size: 14px;
		color: #c43c00;
		padding: 115px 0 0 70px;		
	}

		#main_visual a:hover {
			cursor: pointer;
			opacity: 0.8;
		}
		


/* #container .contents #main_contents
======================================================================= */
#main_contents{
width:960px;
margin:0 auto;
padding: 0 0 50px 0;
text-align: left;
}

	#main_contents p {
		font-size: 16px;
		color: #432412;
		line-height: 190%;
		letter-spacing: 0.5px;
	}



#main_contents #case1_block {
	width: 880px;
	margin: 0 auto 80px auto;
	padding: 40px 40px 50px 40px;
	background-color: #f8edcd;
	position: relative;	
}

	#main_contents #case1_block #case1_label {
		position: absolute;
		width: 140px;
		height: 140px;
		top: -20px;
		left: -20px;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_label.jpg) 0 0  no-repeat;
		background-color: #b28750;		
	}

	#main_contents #case1_title_part {
		width: 770px;
		margin-left: 110px;
		overflow: hidden;
	}

		#main_contents #case1_title_part #case1_title_ph {
			width: 300px;
			height: 200px;
			float: right;
		}

		#main_contents #case1_title_part h3 {
			width: 440px;
			height: 84px;
			margin-bottom: 15px;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_title.png) left top no-repeat;
			float: left;							
		}

		#main_contents #case1_title_part #case1_title_attention {
			margin-left: 5px;
			font-size: 14px;
			color: #c43c00;
			float: left;
			font-weight: bold;
			line-height: 150%;
		}

	#main_contents #case1_btn1 {
		width: 380px;
		height: 90px;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_btn1_pc.jpg) left top no-repeat;	
		float: left;
		margin-top: 10px;		
	}

		#main_contents #case1_btn1 a {
			width: 380px;
			height: 90px;
			display: block;
		}

		#main_contents #case1_btn1 a:hover {
			cursor: pointer;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_btn1_pc.jpg) left -90px no-repeat;					
		}

	#main_contents .explain_main {
		margin: 50px auto 15px auto;
		color: #412412;
	}


	#main_contents .introduction {
		width: 880px;
	}

		#main_contents .introduction ul li {
			width: 430px;
			margin-right: 20px;
			float: left;		
		}

		#main_contents .introduction ul li.even {
			margin-right: 0;
		}

		#main_contents .introduction ul li img {
			width: 430px;
			height: 286px;
		}
		
		#main_contents .introduction ul li h4 {
			font-size: 18px;
			font-weight: bold;
			margin: 20px 0 15px 0;
			line-height: 120%;
			color: #432412;		
		}
			
		#main_contents .introduction ul li span.explain {
			font-size: 16px;
			color: #412412;
			line-height: 170%;
			letter-spacing: 0.5px;
			display: block;
			margin-bottom: 20px;
		}
		
	#main_contents #case1_btn2 {
		width: 330px;
		height: 42px;
		margin: 0 auto;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_btn2_pc.jpg) left top no-repeat;			
	}

		#main_contents #case1_btn2 a {
			width: 330px;
			height: 42px;
			display: block;
		}

		#main_contents #case1_btn2 a:hover {
			cursor: pointer;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/case1_btn2_pc.jpg) left -42px no-repeat;					
		}




#main_contents #case2_block {
	width: 880px;
	margin: 0 auto 65px auto;
	padding: 40px 40px 50px 40px;
	background-color: #e6cecc;
	position: relative;	
}

	#main_contents #case2_block #case2_label {
		position: absolute;
		width: 140px;
		height: 140px;
		top: -20px;
		left: -20px;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case2_label.jpg) 0 0 no-repeat;
		background-color: #672320;		
	}

	#main_contents #case2_title_part {
		width: 770px;
		margin-left: 110px;
		overflow: hidden;
	}

		#main_contents #case2_title_part #case2_title_ph {
			width: 150px;
			height: 220px;
			float: right;
		}

		#main_contents #case2_title_part h3 {
			width: 614px;
			height: 85px;
			margin-bottom: 15px;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/case2_title.png) left top no-repeat;
			float: left;							
		}

		#main_contents #case2_title_part #case2_title_attention {
			margin-left: 5px;
			font-size: 14px;
			color: #c43c00;
			float: left;
			font-weight: bold;
			line-height: 150%;
		}

	#main_contents #case2_btn1 {
		width: 360px;
		height: 62px;
		background: url(https://www.suntory.com/factory/yamazaki/info/img/case2_btn1_pc.jpg) left top no-repeat;
		float: left;
		margin-top: 10px;			
	}

		#main_contents #case2_btn1 a {
			width: 360px;
			height: 62px;
			display: block;
		}

		#main_contents #case2_btn1 a:hover {
			cursor: pointer;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/case2_btn1_pc.jpg) left -62px no-repeat;				
		}

	#main_contents #yamazaki_whisky {
		width: 760px;
		height: 90px;
		margin: 30px auto 0 auto;	
	}

		#main_contents #yamazaki_whisky ul {
			width: 200px;
			float: left;
		}

		#main_contents #yamazaki_whisky ul li {
			width: 90px;
			height: 90px;
			float: left;
			margin-right: 10px;
		}

			#main_contents #yamazaki_whisky ul li img {
				width: 90px;
				height: 90px;				
			}

		#main_contents #yamazaki_whisky p {
			width: 530px;
			height: 25px;
			float: right;
			margin-top: 32px;
			background: url(https://www.suntory.com/factory/yamazaki/info/img/yamazaki_whisky_title_pc.png) left top no-repeat;					
		}



#main_contents #other_block {
	width: 770px;
	height: 260px;
	margin: 0 auto;	
}

	#main_contents #other_ph {
		width: 380px;
		float: right;
	}
	
		#main_contents #other_ph img {
			width: 380px;
			heiht: auto;
		}

	#main_contents #other_msg {
		margin-top: 65px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.5px;
		color: #FFF;
	}

	#main_contents #other_btn {
		width: 300px;
		margin-top: 30px;
	}

		#main_contents #other_btn img {
			width: 300px;
			height: auto;
		}

	#main_contents #other_btn a:hover {
		opacity: 0.8;
	}








