@charset "utf-8";
/* CSS Document */

/*--------------------------
 オーナーページバナーhoverEffect
 ---------------------------*/

.effectBox01 {
    width: 100%;
	height:auto;
	margin-bottom: 4px;
	border: solid thin #d7b84b;
}
.effectBox01 img {
  vertical-align: bottom;
/*filter: grayscale(1); */
}
.effectBox01:hover img {
  filter:blur(5px);
}
.effectBox01:hover .btn img {
  filter:blur(0);
}
.effectBox01:hover .on_haagen_infor{
display: none;
}
.effectBox01:hover .bnn_on_title{
display: none;
}

.effectBox01 h3.inhead {
  padding: 80px 0 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
/*  font-family: 'Open Sans', sans-serif;*/
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.effectBox01 .sl{
  padding: 20px 0 5px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.effectBox01 p {
  color: #fff;
	font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  padding: 10px 24px;
}
@media screen and (max-width:680px){
.effectBox01 h3.inhead {
  padding: 24px 0 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.effectBox01 .sl{
  padding: 12px 0 0;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
}
.effectBox01 p {
  font-size: 12px;
  padding: 0 0 5px;
}
}

.effectBox01 p .explain{
  color: #fff;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 10px 20px;
}
/* Effect 01 effectBox01 */
.effectBox01 {
  position: relative;
  overflow: hidden;
}
.effectBox01 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  text-align: center;
}
.effectBox01:hover figcaption {
  opacity: 1;
}

@media only screen and (max-width:480px){
.effectBox01 {
    width: 100%;
	height:auto;
	margin-bottom: 8px;
}
}
/*.effect_on_title{
height:auto;
	position:absolute;
	left:40%;
	top:40%;
	z-index:10;
}
@media only screen and (max-width:1000px){*/
.effect_on_title{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index:2;
}