@charset "utf-8";


/*---------------------------------------------------------------------------------------
	slider
----------------------------------------------------------------------------------------*/

#slider{
	background: url(../images/slider_bg.jpg) repeat-x center top;
	min-width: 1000px;
	height: 550px;
	text-align: center;
	overflow: hidden;
}
#slider ul li{
	width: 1000px!important;
	margin: 0 auto;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#slider ul li img {
  width: 100%;
  display: block;
	margin: 0 auto;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
	overflow: visible!important;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#slider{
		width: 100%!important;
		min-width: inherit;
		height: auto;
	}
	#slider ul li{
		width: 100vw!important;
	}
}






/*---------------------------------------------------------------------------------------
	cont1
----------------------------------------------------------------------------------------*/

#cont1{
	clear: both;
	padding: 80px 0;
	color: #fff;
	overflow: hidden;
	background: url(../images/kodawari_bg.jpg) no-repeat center center;
	background-size: cover;
}
#cont1 .read{
	margin-bottom: 30px;
	font-size: 280%;
}
#cont1 .note{
	font-size: 150%;
	line-height: 2;
}
#cont1 .btn a{
	box-sizing: border-box;
	display: inline-block;
	width: 360px;
	padding: 15px;
	color: #fff;
	font-size: 115%;
	background: #00a830;
	border-radius: 5px;
}
#cont1 .btn a:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(../images/icon-right.png) no-repeat;
	background-size: 7px auto;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#cont1{
		clear: both;
		padding: 30px 2.5%;
		overflow: hidden;
	}
	#cont1 .read{
		font-size: 5vw;
	}
	#cont1 h2 img{
		width: 100%;
		height: auto;
	}
	#cont1 .note{
		font-size: 3.5vw;
		line-height: 2;
	}
	#cont1 .btn a{
		box-sizing: border-box;
		display: inline-block;
		width: 90%;
		padding: 10px;
		color: #fff;
		font-size: 100%;
		border-radius: 5px;
	}
}


/*---------------------------------------------------------------------------------------
	cont4
----------------------------------------------------------------------------------------*/

#cont4{
	display: none;
	clear: both;
	overflow: hidden;
	background: url(../images/drink_bg.png) repeat;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#cont4 img{
	width: 100%;
	}
}



/*---------------------------------------------------------------------------------------
	cont2
----------------------------------------------------------------------------------------*/

#cont2{
	clear: both;
	color: #fff;
	padding: 60px 0;
	overflow: hidden;
	background: url(../images/cont2-bg.jpg) no-repeat center center #a40000;
}
#cont2 h2{
	font-size: 300%;
	margin-bottom: 10px;
}
#cont2 .read{
	font-size: 150%;
	margin-bottom: 30px;
}
#cont2 ul{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#cont2 ul li{
	float: left;
	width: 490px;
	margin-right: 2%;
	position: relative;
	background: #fff;
}
#cont2 ul li:nth-child(2n){
	margin-right: 0;
}
#cont2 ul li span{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 200%;
	text-align: left;
	line-height: 50px;
	padding: 0 20px;
	background: url(../images/icon-right.png) no-repeat right 15px center rgba(0,0,0,.6);
	background-size: 7px auto;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#cont2{
		clear: both;
		color: #fff;
		padding: 30px 2.5% 10px;
		overflow: hidden;
		background: url(../images/cont2-bg.jpg) no-repeat 30% center #a40000;
		background-size: auto 100%;
	}
	#cont2 h2{
		font-size: 7vw;
		margin-bottom: 10px;
	}
	#cont2 .read{
		font-size: 3.5vw;
		margin-bottom: 20px;
	}
	#cont2 ul{
		max-width: 1000px;
		margin: 0 7.5%;
		overflow: hidden;
	}
	#cont2 ul li{
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
		position: relative;
		background: #fff;
	}
	#cont2 ul li img{
		width: 100%;
		height: auto;
	}
	#cont2 ul li span{
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		color: #fff;
		font-size: 150%;
		text-align: left;
		line-height: 40px;
		padding: 0 20px;
		background: url(../images/icon-right.png) no-repeat right 15px center rgba(0,0,0,.6);
		background-size: 7px auto;
	}
}






/*---------------------------------------------------------------------------------------
	cont3
----------------------------------------------------------------------------------------*/

#cont3{
	clear: both;
	padding: 50px 0;
	overflow: hidden;
	background: url(../images/cont3-bg.jpg) repeat center top;
}
#cont3-wrap{
	max-width: 1004px;
	padding: 0 2px;
	margin: 0 auto;
}
#cont3-wrap section{
/* 	float: left; */
/* 	width: 490px; */
	padding: 30px 30px 20px;
	margin-right: 2%;
	position: relative;
	background: #fff;
	box-shadow:2px 2px 0px -1px #ccc;
}
#cont3-wrap section:nth-child(2n){
	margin-right: 0;
}
#cont3-wrap section:before{
	position: absolute;
	left: 0;
	top: -20px;
	top: 0;
	content: "";
	width: 100%;
	height: 40px;
}
/* #cont3-wrap section#news:before{ background: url(../images/cont3-blue.png) no-repeat center top;} */
#cont3-wrap section#news:before{ background: url(../images/footer-bg.png) repeat-x center top #fff;}
/* #cont3-wrap section#event:before{ background: url(../images/cont3-red.png) no-repeat center top;} */
#cont3-wrap section h2{
	font-size: 240%;
	margin-bottom: 10px;
}
#cont3-wrap section .wrap{
	max-height: 450px;
	overflow: auto;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
#cont3-wrap section .wrap article{
	clear: both;
	text-align: left;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
#cont3-wrap section .wrap article:last-child{
	border-bottom: none;
}
#cont3-wrap section .wrap article .date{
	color: #666;
	margin-bottom: 5px;
}
#cont3-wrap section .wrap article figure{
	float: right;
	margin: 0 0 5px 20px;
	max-height: 100px;
	overflow: hidden;
}
#cont3-wrap section .wrap article figure img{
	width: 100px;
	height: auto;
}
#cont3-wrap section .wrap article h3{
	font-size: 130%;
	margin-bottom: 5px;
}
#cont3-wrap section .wrap article .note{
	margin-bottom: 15px;
}
#cont3-wrap section .wrap article .more{
	padding-left: 15px;
	background: url(../images/icon-rightred.png) no-repeat left 5px;
}
#cont3-wrap section .btn a{
	box-sizing: border-box;
	display: inline-block;
	width: 190px;
	padding: 15px;
	color: #fff;
	font-size: 115%;
	background: #000;
	border-radius: 5px;
}
#cont3-wrap section .btn a:after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(../images/icon-right.png) no-repeat;
	background-size: 7px auto;
	margin-left: 10px;
	vertical-align: middle;
	margin-bottom: 2px;
}
/*------------------------------ sp size ------------------------------*/
@media screen and (max-width:768px){
	#cont3{
		clear: both;
		padding: 30px 4% 10px;
		overflow: hidden;
		background: url(../images/cont3-bg.jpg) repeat left top;
		background-size: 150% auto;
	}
	#cont3-wrap section{
		float: none;
		width: auto;
		padding: 30px 7% 20px;
		margin-right: 0;
		margin-bottom: 30px;
		position: relative;
		background: #fff;
		box-shadow:2px 2px 0px -1px #ccc;
	}
	#cont3-wrap section:before{
		position: absolute;
		left: 0;
		top: -10px;
		content: "";
		width: 100%;
		height: 25px;
	}
	#cont3-wrap section#news:before{ background: url(../images/cont3-blue.png) repeat-x center top; background-size: auto 25px;}
	#cont3-wrap section#event:before{ background: url(../images/cont3-red.png) repeat-x center top; background-size: auto 25px;}
	#cont3-wrap section h2{
		font-size: 7vw;
		margin-bottom: 10px;
	}
	#cont3-wrap section .wrap{
		height: 250px;
		overflow: auto;
		padding: 5px 10px;
		border: 1px solid #ccc;
		margin-bottom: 20px;
	}
	#cont3-wrap section .wrap article{
		clear: both;
		text-align: left;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}
	#cont3-wrap section .wrap article:last-child{
		border-bottom: none;
	}
	#cont3-wrap section .wrap article .date{
		color: #666;
		margin-bottom: 5px;
	}
	#cont3-wrap section .wrap article figure{
		float: right;
		margin: 0 0 5px 20px;
	}
	#cont3-wrap section .wrap article figure img{
		width: 100px;
		height: auto;
	}
	#cont3-wrap section .wrap article h3{
		font-size: 130%;
		margin-bottom: 5px;
	}
	#cont3-wrap section .wrap article .note{
		margin-bottom: 15px;
	}
	#cont3-wrap section .wrap article .more{
		padding-left: 15px;
		background: url(../images/icon-rightred.png) no-repeat left 5px;
	}
	#cont3-wrap section .btn a{
		box-sizing: border-box;
		display: inline-block;
		width: 190px;
		padding: 10px;
		color: #fff;
		font-size: 100%;
		background: #000;
		border-radius: 5px;
	}
}









