@charset "UTF-8";
header {
  color: #fff;
}
.rela {
position: relative;
}
/* パンくず */
#bread_List {
  padding: 10px;
  font-size: 12px;
  box-sizing: border-box;
}

#bread_List li {
  position: relative;
  margin-right: 2em;
  color: #4f4f4f;
}

#bread_List li:not(:last-child)::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: -1.3em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #4f4f4f;
  border-left: transparent;
  border-bottom: transparent;
  transform: translateY(-70%) rotate(45deg);
}

#bread_List a {
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid #4f4f4f;
  transition: .3s;
}

#bread_List a:hover {
  border-bottom: 1px solid transparent;
}

#bread_List li>p {
  display: block;
  padding-bottom: 2px;
}


/* 共通部分 */
/* header {
  background-color: #fff;
  opacity: 0.2;
} */

#main_Img {
  width: 100%;
  /* padding: 11em 0 5%; */
  padding: 320px 0;
  /* background-image: linear-gradient(to right bottom, #dbcdc3, #f8f2ee, #dbcdc3); */
  background: url(../img/mv.jpg) top center;
  background-size: cover;
  text-align: center;
}

#main_Img h2 {
  font-size: min(4.5vw, 24px);
  line-height: 1.2;
  letter-spacing: 0.5em;
  /* color: #002938; */
  color: #fff;
}

#main_Img span {
  font-size: 13px;
  letter-spacing: 0.5em;
}


/*共通設定*/
.ac_Area {
  position: relative;
  z-index: 1;
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
}

.ac_Area h3 {
  text-align: center;
  color: #366145;
  line-height: 2;
  font-size: min(4.5vw, 23px);
  margin-bottom: 50px;
}

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

.choice-btn {
width: 100%;
max-width: 100%;
margin-top: 10px;
}
.choice-btn .slick-track {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.choice-btn li { width: 10.2% !important; 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;
bottom: 10px;
font-size: 22px;
color: #fff;
letter-spacing: 2px;
text-shadow: 0px 0px 10px #000;
left: inherit;
right: 20px;
text-align: right;
}



@media only screen and (max-width: 768px) {

  #main_Img {
    padding: 100px 0 50px;
  }
  #main_Img span {
    font-size: 12px;
    display: block;
    padding-top: 20px;
    line-height: 1.6;
}

  /* パンくず */
  #bread_List {
    display: none;
  }
  
  
  .ac_Area {
    padding: 50px 0 0;
  }


.slick-prev, .slick-next {
width: 15px;
height: 15px;
}
    .gallery li span {
    font-size: 13px;
    left: 7px;
	bottom: 7px;
    letter-spacing: 1px;
    }
    .gallery li span.right {
    font-size: 13px;
	left: inherit;
	right: 7px;
	bottom: 7px;
    letter-spacing: 1px;
    }
	.choice-btn .slick-track {
	justify-content: space-between;
	}
    .choice-btn li {
    width:33.33333% !important;
	margin: 0;
    }


}