@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/feeling/title.jpg");
	position: relative;
}

.bumruiBox {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 8px 8px 10px 8px;
	float: left;
}
.bumruiBox:after {
  content: "";
  clear: both;
  display: block;
}
.bumruiBox a {
	width: 100%;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #eeeeee;
	color: #242424;
	display: block;
	overflow: hidden;
}
.bumruiBox a:hover {
	text-decoration: none;
}
.bumruiBox a .boxF {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.bumruiBox a .boxF img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bumruiBox a .boxS {
	width: 100%;
	height: 178px;
	box-sizing: border-box;
	line-height: 1.5;
	padding: 18px 24px 24px 24px;
	overflow: hidden;
}
.bumruiBox a .boxS h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.bumruiBox a .boxS .comment {
	color: #317e62;
	font-size: 13px;
}

.bumruiBox.sBox {
	width: 25%;
}
.bumruiBox.sBox a {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding: 8px 4px 8px 18px;
}
.bumruiBox.sBox a .bBoxS h4 {
	font-size: 15px;
	font-weight: bold;
	color: #317f63;
}

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */

/* ## detail.php ## */
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */

/* ## detail.php ## */
}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */

/* ## detail.php ## */



}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

/* ## index.php ## */
.bumruiBox {
	width: 50%;
	padding: 4px 4px 8px 4px;
}
.bumruiBox a {
	border-radius: 10px;
}
.bumruiBox a .boxS {
	width: 100%;
	height: 174px;
	line-height: 1.5;
	padding: 14px 14px 14px 14px;
}
.bumruiBox a .boxS h4 {
	font-size: 16px;
	margin-bottom: 4px;
}
.bumruiBox a .boxS .comment {
	font-size: 11px;
}
.bumruiBox a:active .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.bumruiBox a:active {
	text-decoration: none;
}
.bumruiBox a:active .boxS h4 {
	color: #317f63;
}
	
.bumruiBox.sBox {
	width: 33.3333%;
	padding: 4px 4px 4px 4px;
}
.bumruiBox.sBox a {
	padding: 4px 4px 4px 8px;
}
.bumruiBox.sBox a .bBoxS h4 {
	font-size: 12px;
}
.bumruiBox.sBox a:active {
	border: solid 1px #317f63;
	background-color: #317f63;
}
.bumruiBox.sBox a:active h4 {
	color: #ffffff;
}
	
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## index.php ## */
.bumruiBox a:hover .boxF img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.bumruiBox a:hover {
	text-decoration: none;
}
.bumruiBox a:hover .boxS h4 {
	color: #317f63;
}
	
.bumruiBox.sBox a:hover {
	border: solid 1px #317f63;
	background-color: #317f63;
}
.bumruiBox.sBox a:hover h4 {
	color: #ffffff;
}


}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## index.php ## */
.hBox .texBox {
	height: 234px;
}

	

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {


/* ## index.php ## */

}