@charset "UTF-8";

footer {
    padding-top: 1px;
}

main {
    margin-top: 120px;
}

/*メインビジュアル*/
#hero_Wrap {
    position: relative;
    width: 100%;
    height: calc(100svh - 120px);
    background: url(../img/main.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#hero_Wrap .mv_Txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 300px;
    margin: 0 auto;
}



/*メインコンテンツ*/
.contents {
    padding: 100px 0 0;
    color: #552121;
    text-align: center;
}

.slide {
width: 1200px;
max-width: 90%;
margin: 0 auto 80px;
}
.slick-track:before, .slick-track:after {
display: none !important;
}
.slick-slide {
  height: auto;
}

.choice-btn {
width: 100%;
max-width: 100%;
margin-top: 10px;
}
.choice-btn .slick-track {
display: flex;
justify-content: center;
}
.choice-btn li { margin: 0 0.5%;}
.choice-btn li:first-child { margin-left: 0;}
.choice-btn li:last-child { margin-right: 0;}
.choice-btn li img {
opacity: 0.4;
transition: .3s;
}
.choice-btn li.slick-current img {
opacity: 1;
transition: .3s;
}
.slick-prev,
.slick-next {
position: absolute;/*絶対配置にする*/
z-index: 3;
top: 42%;
cursor: pointer;/*マウスカーソルを指マークに*/
outline: none;/*クリックをしたら出てくる枠線を消す*/
border-top: 2px solid #ccc;/*矢印の色*/
border-right: 2px solid #ccc;/*矢印の色*/
height: 25px;
width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
left:2.5%;
transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
right:2.5%;
transform: rotate(45deg);
}

.choice-btn .slick-track {
width: 100% !important;
max-width: 100% !important;
}

.gallery li {
position: relative;
}
.gallery li span {
position: absolute;
left: 20px;
bottom: 10px;
font-size: 22px;
color: #fff;
letter-spacing: 2px;
text-shadow: 0px 0px 10px #000;
}
.gallery li span.right {
position: absolute;
left: inherit;
  text-align: right;
  right: 20px;
bottom: 10px;
font-size: 22px;
color: #fff;
letter-spacing: 2px;
text-shadow: 0px 0px 10px #000;
}

.notes {
  width: 1200px;
  max-width: 90%;
  margin: 40px auto 0;
}
.notes p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
    
    /*メインビジュアル*/
    main {
        margin-top: 60px;
    }
    #hero_Wrap {
        height: 50svh;
        background: url(../img/main_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #hero_Wrap .mv_Txt {
        width: 230px;
       filter: drop-shadow(0px 0px 5px #000);
    }
    
    
    /*メインコンテンツ*/
    .contents {
        padding: 70px 0 0;
    }
    
    
.slick-prev, .slick-next {
width: 15px;
height: 15px;
}
    .gallery li span ,
    .gallery li span.right {
    font-size: 13px;
    left: 5px;
      bottom: 5px;
    letter-spacing: 1px;
    }
  .gallery li span.right {
    left: inherit;
    right: 5px;
  }
	.choice-btn .slick-track {
      justify-content: flex-start;
      flex-wrap: wrap;
	}
    .choice-btn li {
    width: 23% !important;
	margin: 0 2% 5px 0;
    }
  .choice-btn li:nth-child(4n) {
    margin-right: 0;
  }
.s1 {
	max-width: 1200px;
	margin: 50px auto 10px;
	color: #d9c676;
	font-size: 23px;
    letter-spacing: 2px;
	display: block;
  text-align: center;
  line-height: 1.6;
}
.s1:before, .s1:after {
  display: none;
}
    .notes {
        width: 90%;
        margin: 30px auto;
    }
    .notes p {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
    }
}