@charset "utf-8";

/*
=========================================================
 h1
=========================================================
*/
h1 {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
}

/*
=========================================================
 boenBlock
=========================================================
*/
#boenArea {}

.boenBlock {
 margin-bottom: 20px;
 padding-bottom: 20px;
 
 border-bottom: 1px solid #CCC;
}

/* pht */
.boenBlock .pht {
	margin-bottom: 10px;
}

/* h2 */
.boenBlock h2 {
	margin: 0 0 10px 0;
	padding: 0;
	
	font-size: 22px;
	
	border-radius: 0;
	background: none;
}
.boenBlock h2 a {
	color: #C81542;
}
.boenBlock h2 a span {
	font-size: 12px;
}

/* lead */
.boenBlock .lead {
	margin-bottom: 10px;
	font-size: 14px;
}

/* address */
.boenBlock address {
	margin-bottom: 10px;
	line-height: 1.5;
	font-style: normal;
}

/* btnBoenDetail */
.boenBlock .btnBoenDetail {
	margin-bottom: 10px;
	line-height: 1;
	
	
	border: 1px solid #BBB;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 95%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 95%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 95%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 95%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 95%);
	
	display: block;
}
.boenBlock .btnBoenDetail a {
	padding: 15px 15px 15px 40px;
	display: block;
	
	font-size: 16px;
	font-weight: bold;
	color: #333;
	
	background: url(../img_common/icon_arrow_red_big_right.png) no-repeat 96% center;
	background-size: 14px 22px;
}
.boenBlock .btnBoenDetail span {
	display: block;
	background: url(../img_common/icon_sakura.png) no-repeat 10px center;
	background-size: 24px 24px;
}

.info_season{
	margin: 0 auto 60px auto;
	padding: 10px;
	border: solid 6px #CCC;
	background-color: #FFF;
	width: 90%;
	text-align: center;
}

.info_season h6{
	margin: 20px auto;
	width: 90%;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
}

.info_season p{
	margin: 10px auto;
	width: 90%;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
}

.info_season ul{
	margin: 0 0 0 42px;
	width: 90%;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
}

.info_season li{
	padding-left: 0px;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: left;
	list-style-type: disc;
	width: 95%
}

.kurume_wrap {
  padding: 3px 5px;
  background-color: #a56c05;
  border-radius: 3px;
  color: #fff;
}

.chikushino_wrap {
  padding: 3px 5px;
  background-color: #543d97;
  border-radius: 3px;
  color: #fff;
}