@charset "UTF-8";


/*.banner img{
	width: 750px;
}*/

@media all and (min-width:681px){
	.banner {
	    width: 750px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    height: 100%;
	    position: relative;
	}
	/*.banner:hover{
		opacity: 0.7;
	}*/
	.banner .hover_on{
		opacity: 0;
		position: absolute;
		transition: .3s ease;
	}
	.banner:hover .hover_on{
		opacity: 1;
	}
}
@media all and (max-width:680px){
	.banner{
		display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.banner img{
		width: 105%;
	    max-width: initial;
	}
	.sec3 .banner img {
	    width: 111%;
	}
}



/*----- mv -----*/
.mv {
  width: 100%;
  min-width: 1100px;
  position: relative;
}
.slider{
	width: 100%;
}
.up_slider {
    position: absolute;
    width: 18vw;
    height: auto;
    z-index: 1;
    right: calc(20% + 50px);
    bottom: 30px;
    max-width: 330px;
    min-width: 200px;
}
.slick-prev {
    left: calc(20% - 10px) !important;
    background: url(../img/arrow_gr_l.svg) center / contain no-repeat !important;
    width: 18px !important;
    height: 38px !important;
    z-index: 5;
    opacity: 1;
    transition: .3s ease;
}

.slick-prev::before, .slick-next::before {
  content: none !important;
}
.slick-next {
    right: calc(20% - 10px) !important;
    background: url(../img/arrow_gr_r.svg) center / contain no-repeat !important;
    width: 18px !important;
    height: 38px !important;
    z-index: 5;
    opacity: 1;
    transition: .3s ease;
}

@media all and (min-width:681px) and (max-width: 1099px){
	.slider .slick-slide {
		height:493px;
	}
}
@media all and (min-width:681px){
  .slider .slick-slide {
      margin: 0 20px;
      height: 41.7vw;
  }
    .slider .slide1{
        background: url(../img/slider01.jpg) center center / cover no-repeat;
  }
    .slider .slide2{
        background: url(../img/slider02.jpg) center center / cover no-repeat;
  }
    .slider .slide3{
        background: url(../img/slider03.jpg) center center / cover no-repeat;
  }
  .slick-prev:hover {
      opacity: .7;
  }
  .slick-next:hover {
      opacity: .7;
  }
}
@media all and (max-width:680px){
  .mv {
      min-width: 100%;
  }
  .slider .slick-slide {
      margin: 0;
      height: 90vw;
  }
    .slider .slide1{
        background: url(../img/slider01_sp.jpg) center center / cover no-repeat;
  }
    .slider .slide2{
        background: url(../img/slider02_sp.jpg) center center / cover no-repeat;
  }
    .slider .slide3{
        background: url(../img/slider03_sp.jpg) center center / cover no-repeat;
  }
  .slick-prev {
      /*left: 15px !important;
      width: 13px !important;
      height: 24px !important;*/
      display: none !important;
  }
  .slick-next {
      /*right: 15px !important;
      width: 13px !important;
      height: 24px !important;*/
      display: none !important;
  }
  .up_slider {
      width: 30vw;
      right: 20px;
      bottom: 20px;
      max-width: 250px;
      min-width: 150px;
  }
}
@media all and (max-width:370px){}



.inner_ttl{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #009844;
  text-align: center;
}
@media all and (max-width:680px){
  .inner_ttl{
    font-size: 25px;
    margin-bottom: 20px;
  }
}

/*--------------------sec1--------------------*/
.sec1{
  padding: 90px 0 0;
}
.sec01_txt{
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.sec1 .inner_wrap figcaption{
  font-size: 15px;
  font-weight: 400;
  color: #727272;
  text-align: center;
  margin-top: 10px;
}
@media all and (min-width:681px){
  .sec1 .inner_wrap > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .sec1_inner02 .sec01_img02{
    order: -1;
  }
  .sec01_img01{
    width: 410px;
    display: block;
  }
  .sec01_txt01{
    width: calc(100% - (410px + 40px));
  }
  .sec01_img02{
    width: 340px;
  }
  .sec01_txt02{
    width: calc(100% - (340px + 40px));
  }
  .sec01_img03{
    width: 340px;
  }
  .sec01_txt03{
    width: calc(100% - (340px + 40px));
  }
}
@media all and (max-width:680px){
	.sec1{
    padding: 45px 0 0;
	}
	.sec1 .inner{
		margin-left: 6%;
		margin-right: 6%;
	}
  .sec1 .inner_wrap > div{
    margin-top: 20px;
  }
  .sec1 .inner_ttl{
    margin-top: 50px;
  }
  .sec01_txt{
    font-size: 15px;
    margin-bottom: 20px;
  }
  .sec1 .inner_wrap figcaption{
    margin-top: 10px;
  }
}
@media all and (max-width:370px){	
}

/*--------------------sec2--------------------*/
.sec2{
  background-color: #f2faf6;
  padding: 90px 0;
}
.sec2 .inner{
  width: 980px;
}
.sec2 .inner_wrap{
  width: 100%;
  height: 600px;
  background: url(../img/spot_bg.png) center center / cover no-repeat;
  margin-top: 50px;
  position: relative;
}
.sec2_btn{
  width: 300px;
  height: 100px;
  border: 3px solid #009844;
  background-color: #fff;
  padding-left: 7px;
  position: absolute;
}
.sec2_btn > div{
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.sec2_btn_04{
  top: 50px;
  left: 20px;
}
.sec2_btn_05{
  top: 178px;
  left: 20px;
}
.sec2_btn_05{
  top: 178px;
  left: 20px;
}
.sec2_btn_03{
  top: 318px;
  left: 20px;
}
.sec2_btn_07{
  top: 453px;
  left: 20px;
}
.sec2_btn_08{
  top: 38px;
  right: 20px;
}
.sec2_btn_01{
  top: 178px;
  right: 20px;
}
.sec2_btn_02{
  top: 318px;
  right: 20px;
}
.sec2_btn_06{
  top: 458px;
  right: 20px;
}
.sec2_btn img{
  width: 100px;
  position: absolute;
}
.sec2_btn dl{
  padding-left: 110px;
}
.sec2_btn dl dt{
  font-size: 18px;
  color: #ff931e;
  font-weight: 800;
}
.sec2_btn dl dd{
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  margin-top: 7px;
}
@media all and (min-width:681px){
	.sec2_btn:hover > div{
	  opacity: 0.7;
	}
  .sec2_btn img {
      top: 50%;
      transform: translateY(-50%);
  }
  .sec2_btn.right img{
    right: 7px;
  }
  .sec2_btn.right dl{
    padding-left: 5px;
  }
}
@media all and (max-width:680px){
	
}
@media all and (max-width:370px){	
}

/*--------------------sec3--------------------*/
.sec3{
  padding: 90px 0;
}
.sec3 .inner_ttl span{
  font-weight: 700;
  }
.sec3_btn{
  display: block;
}
.sec3_btn .name{
  font-size: 18px;
  text-align: center;
  color: #009844;
  margin-top: 15px;
}
.sec3_link{
  width: 640px;
}
@media all and (min-width:681px){
  .sec3 .inner{
    width: 980px;
  }
  .sec3 .inner_wrap{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sec3 .inner_wrap::after {
    display: block;
    content: '';
    width: 300px;
  }
  .sec3_box{
    width: 300px;
  }
  .sec3_box:nth-child(n+4){
    margin-top: 40px;
  }
  .sec3_btn img{
    border-radius: 13px;
  }
  .sec3_btn:hover{
    opacity: 0.7;
  }
  .sec3_link:hover{
    opacity: 0.7;
  }
  
}
@media all and (max-width:680px){
  .sec3{
    padding: 45px 0;
  }
  .sec3_box + .sec3_box{
    margin-top: 50px;
  }
  .sec3_btn{
    pointer-events: none;
  }
  .sec3_btn .name{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #ff931e;
    margin-top: 15px;
  }
  .detailWrap > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .amusement{
    font-size: 15px;
    color: #727272;
  }
  .tel{
    font-size: 18px;
    font-weight: 800;
  }
  .date {
      width: 100%;
      height: auto;
      background-color: #ffe9d2;
      font-size: 14px;
      line-height: 1.5;
      color: #727272;
      padding: 15px;
      margin-top: 10px;
      text-indent: -5em;
      padding-left: 6.4em;
  }
  .date span{
    font-weight: 500;
  }
  .more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ff931e;
    font-size: 15.5px;
    font-weight: 500;
    color: #ff931e;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
  }
  .more::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ff931e;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .more::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -4px;
  }
  .sec3_link{
    display: block;
    width: 100%;
    margin-top: 50px;
  }
}
@media all and (max-width:370px){ 
}



/*--------------------sec4--------------------*/
.sec4{
  background-color: #f2faf6;
  padding: 90px 0;
  margin-bottom: -50px;
  color: #727272;
}
.sec4 .inner{
  width: 980px;
}
.sec4 .inner_wrap1 img{
  width: 400px;
  height: auto;
}
.sec4 .inner_wrap1{
  clear: both;
  margin-top: 80px;
}
.sec4_txt01{
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.inner_wrap2{
  margin-top: 70px;
  border: 2px solid #009844;
  border-radius: 10px;
  overflow: hidden;
}
.inner_wrap2_ttl{
  font-size: 24px;
  color: #fff;
  background-color: #009844;
  padding: 6px 0.7em;
}
.inner_wrap2 > div{
  padding: 35px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
.inner_wrap2 > div img{
  width: 220px;
  height: auto;
  margin-right: 15px;
}
.inner_wrap2 > div p{
  font-weight:400;
}
.inner_wrap2_ttl2{
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #ff931e;
}
.sec4_txt02{
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -0.06em;
  margin-top: 15px;
}
.inner_wrap2 > div a{
  font-weight: 400;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-top: 15px;
  /*padding-left: 1.5em;*/
  position: relative;
  opacity: 1;
  transition: .3s ease;
}
.inner_wrap2 > div a + a{
  margin-top: 10px;
}
.insta::before{
  content: '';
  width: 1.3em;
  height: 1.3em;
  background: url(../img/insta_ico.png) center center / cover no-repeat;
  display: block;
  margin-right: 0.5em;
  flex-shrink: 0;
}
.youtube::before{
  content: '';
  width: 1.3em;
  height: 1.3em;
  background: url(../img/youtube_ico.png) center center / cover no-repeat;
  display: block;
  margin-right: 0.5em;
  flex-shrink: 0;
}
@media all and (min-width:681px){
  .sec4 .inner_wrap1 img{
    float: right;
    padding-left:3em;
    padding-bottom: 3em;
  }
  .inner_wrap2 > div a:hover{
    opacity: .6;
  }
}
@media all and (max-width:680px){
  .sec4{
    padding: 45px 0;
    margin-bottom: -45px;
  }
  .sec4 .inner{
    width: auto;
  }
  .sec4 .inner_wrap1 img{
    width: 100%;
  }
  .sec4 .inner_wrap1{
    margin-top: 0px;
  }
  .sec4_txt01{
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 20px
  }
  .inner_wrap2_ttl {
      font-size: 20px;
      padding: 10px 0.7em;
  }
  .inner_wrap2 > div {
      padding: 20px;
      flex-direction: column;
  }
  .inner_wrap2 > div > div {
      width: 100%;
  }
  .inner_wrap2 > div img {
      width: 70%;
      margin-left: auto;
      margin-right: auto;
  }
  .inner_wrap2_ttl2 {
      font-size: 20px;
      margin-top: 20px;
      text-align: center
  }
  .sec4_txt02 {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0;
      margin-top: 10px;
  }
  .inner_wrap2 > div a {
      font-size: 16px;
      word-break: break-all;
  }
}
@media all and (max-width:370px){ 
}


    




/*--------------------sec3--------------------*/

@media all and (min-width:681px){
  
}
@media all and (max-width:680px){
  
}
@media all and (max-width:370px){ 
}