@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: 28vw;
    height: auto;
    z-index: 1;
    right: calc(20% + 50px);
    bottom: 30px;
    max-width: 488px;
    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 25px;
      height: 45.5vw;
  }
    .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: 72.8vw;
  }
    .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 {
      /*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: 40vw;
      right: 20px;
      bottom: 20px;
      max-width: 250px;
      min-width: 150px;
  }
}
@media all and (max-width:370px){}



/*--------------------sec1--------------------*/
.sec1{
  padding: 90px 0;
}
.shishi_illust{
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.sec1 .inner_ttl{
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #910000;
  text-align: center;
  margin-top: 20px;
}
.sec1 .inner_ttl2{
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
}
.sec1 .inner_ttl2 + p{
  margin-top: 70px;
}
.sec1 p{
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec1 p + p{
  margin-top: 2.3em;
}
@media all and (min-width:681px){
}
@media all and (max-width:680px){
  .sec1{
    padding: 45px 0;
  }
  .shishi_illust{
    width: 140px;
  }
  .sec1 .inner_ttl{
    font-size: 42px;
    line-height: 1.3;
    padding-left: 0.5em;
  }
  .sec1 .inner_ttl2{
    font-size: 20px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .sec1 .inner_ttl2 + p{
    margin-top: 35px;
  }
  .sec1 p{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .sec1 p + p{
    margin-top: 1.5em;
  }
}
@media all and (max-width:370px){	
}

/*--------------------sec2--------------------*/
.sec2{
  background-color: #f4e8d1;
  padding: 60px 0;
}
.sec2 .inner_wrap{
  width: 100%;
  height: 800px;
  background: url(../img/spot_bg.png) center center / cover no-repeat;
  margin-top: 50px;
  position: relative;
}
.sec2_btn{
  width: 220px;
  height: 80px;
  border: 2px solid #910000;
  background-color: #fff;
  padding: 4px;
  position: absolute;
}
.sec2_btn_01{
  left: 0;
  top: 108px;
}
.sec2_btn_02{
  left: 0;
  top: 308px;
}
.sec2_btn_03{
  left: 0;
  top: 408px;
}
.sec2_btn_04{
  left: 0;
  top: 608px;
}
.sec2_btn_05{
  right: 0;
  top: 308px;
}
.sec2_btn_06{
  left: 0;
  top: 708px;
}
.sec2_btn_07{
  right: 0;
  top: 508px;
}
.sec2_btn_08{
  right: 0;
  top: 608px;
}
.sec2_btn_09{
  right: 0;
  top: 708px;
}
.sec2_btn_10{
  left: 0;
  top: 208px;
}
.sec2_btn_11{
  left: 0;
  top: 508px;
}
.sec2_btn_12{
  right: 0;
  top: 408px;
}
.sec2_btn > div{
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.sec2_btn img{
  width: 68px;
}
.sec2_btn p{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-left: 10px;
}
@media all and (min-width:681px){
	.sec2_btn:hover > div{
	  opacity: 0.7;
	}
}
@media all and (max-width:680px){
	
}
@media all and (max-width:370px){	
}

/*--------------------sec3--------------------*/
.sec3{
  padding: 80px 0;
}
.sec3 .inner_ttl{
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #910000;
  text-align: center;
  margin-top: 20px;
}
.sec3 .inner > p{
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 50px;
}
.name{
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.txt{
  font-size: 16px;
  font-weight: 800;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #ff931e;
  margin-top: 15px;
}
@media all and (min-width:681px){
  .sec3 .inner_wrap{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec3 .inner_wrap::after {
    display: block;
    content: '';
    width: 300px;
  }
  .sec3_box{
    width: 300px;
  }
  .sec3_box:nth-child(n+4){
    margin-top: 40px;
  }
  .sec3_box:hover{
    opacity: 0.7;
  }
}
@media all and (max-width:680px){
  .sec3{
    padding: 40px 0;
  }
  .sec3 .inner_ttl{
    font-size: 25px;
    line-height: 1.4;
  }
  .sec3 .inner > p{
  font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-align: justify;
    margin-top: 35px;
  }
  .sec3 .inner_wrap{
    margin-top: 35px;
  }
  .sec3_box:nth-child(n+2){
    display: block;
    margin-top: 30px;
  }
  .name{
    margin-top: 15px;
  }
  .txt{
    margin-top: 10px;
  }
}
@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){ 
}