@charset "UTF-8";

img{
  border:0;
  vertical-align: bottom;
}

h1{
  color: rgba(255,255,255,0.0);
  font-size: 1px;
  line-height: 1px;
}

main{
  background-color:#cedbe2;
}


.inner{
  background-color: #fff;
  width:990px;
  margin:0 auto;
  text-align:center;}

.top{
  width:990px;
  margin:0 auto;
  height: 440px;
  position: relative;
  z-index:1;
  background-image: url(../images/mv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

.coupon01{
  position:absolute;
  z-index:2;
  bottom:-40px;
  right:20px;
  transition: all 0.3s;
}

.coupon01:hover{
  bottom:-44px;
  text-decoration: none;
}

.intro_wrap{
  display:flex;
}

.intro_wrap .lead{
  margin:47px 0 0 60px;
}

.intro_wrap .map{
  margin:94px 0 0 34px;
}

.main_contents{
  padding:32px 36px 0 36px;
}

.outdoor_box,
.indoor_box{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.indoor_box{
  margin-top:27px;
}

.outdoor_item,
.indoor_item{
  margin-top:48px;
}

.outdoor_box a:hover,
.indoor_box a:hover{
opacity:0.6; 
}


.btn_bottom__box{
  display:flex;
  justify-content:space-between;
  padding:50px 124px;
}

.coupon02{
  position:relative;
  top:0;
  transition: all 0.3s;
}

.coupon02:hover{
  top:3px;
  text-decoration: none;
}