@charset "utf-8";

/*全体設定
=============================*/
main {
    overflow: hidden;
}
.rela,
figure {
    position: relative;
}


/*メインビジュアル
=============================*/
.mv {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.mv h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
  height: 120px;
  text-align: center;
    max-width: 80%;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 15px #000);
}
.mv h2 img {
  max-width: 100%;
  max-height: 100%;
}


/*DESIGN
=============================*/
.txt_Box {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 40px;
    text-align: center;
}
.txt_Box h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #cba747;
}
.txt_Box h3 {
    font-size: 30px;
    line-height: 1.5;
}
.txt_Box h3 strong {
    font-size: 150%;
}
.txt_Box p {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
}
span.marker {
    background:linear-gradient(transparent 60%, #ffe766 60%);
}

.shikichi {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.shikichi .point {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px auto 50px;
    gap:2%;
}
.shikichi .point li {
    width: 23%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.shikichi .point li figure {
    width: 100%;
}
.shikichi .point li p {
    font-size: 13px;
    line-height: 2;
    width: 85%;
}
.shikichi .point li p.num {
    color: #fff;
    background: #cba747;
    padding: 4px 0px;
    margin-right:5%;
    font-size: 16px;
    line-height: 1;
    margin-top: 0.5em;
    width: 10%;
    text-align: center;
    max-width: 1.5em;
}
.shikichi .point li p strong {
    color: #cba747;
    font-size: 18px;
}

.gallery {
    width: 100%;
    padding: 100px 0 50px;
    box-shadow: 0px 0px 10px #e3e3e3;
    background: url(../img/common/bg_line.png) repeat;
    background-size: 300px;
    background-position: center;
}
.gallery h3 {
    color: #cba747;
    font-size: 35px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}


/*loop*/
.loop_wrap { padding-bottom: 50px;}
.loop_wrap li a {
  /*pointer-events: none;*/
  /*display: block;*/
}
.loop_wrap li {
  width: auto;
  height: 400px;
  cursor: pointer;
}
.loop_wrap li img {
  max-height: 100%;
  max-width: 100%;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.modal__bg{
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.modal__content{
  left: 50%;
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  width: max-content;
  max-width: 90%;
  max-height: 70svh;
  z-index: 9;
  /*overflow: hidden;*/
}
.modal__content img{
    width: auto;
    max-width: 100%;
    max-height: 70svh;
    object-fit: contain;
}
.batsu {
  position: absolute;
  right: -40px;
  top: 0px;
  font-size: 25px;
  font-weight: bold;
    color: #fff;
    z-index: 50;
    cursor: pointer;
}

#modal04 .modal__content,
#modal12 .modal__content,
#modal13 .modal__content,
#modal15 .modal__content{ }


.sekoex {
    width: 100%;
    padding: 50px 0;
    background: #faf7f0;
}
.sekoex .t_logo {
    width: 300px;
    max-width: 80%;
    margin: 0 auto 40px;
    text-align: center;
    mix-blend-mode: multiply;
}
.sekoex .p_logo {
    width: 300px;
    max-width: 80%;
    margin: 0 auto 40px;
    text-align: center;
    mix-blend-mode: multiply;
}
.sekoex h4 {
    text-align: center;
    font-size: 25px;
    max-width: 90%;
    margin: 0 auto 20px;
}
.sekoex p {
    text-align: center;
    line-height: 1.8;
    max-width: 90%;
    margin: 0 auto 0px;
}

.seko_list {
    width: 1000px;
    max-width: 90%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seko_list li {
    width: 50%;
}

.hiraoki {
    position: absolute;
    right: 2%;
    bottom: 3%;
    font-size: 7vw;
    background: linear-gradient(90deg, #efe3a1, #fff 30%, #efe3a1);
    background: -webkit-linear-gradient(90deg, #efe3a1, #fff 30%, #efe3a1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 0px 10px #000);
}
.hiraoki strong {
    font-size: 150%;
    margin-right: 0.1em;
}


.plant_box {
width: 1200px;
max-width: 90%;
margin: 50px auto 0;
padding: 30px 0;
border: 1px solid #efe3a1;
position: relative;
z-index: 1;
}
.plant_box h3 {
color: #000;
font-size: min(5vw,25px);
text-align: center;
line-height: 1.6;
margin-bottom: 30px;
}
.plant_box ul {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
    align-items: flex-start;
}
.plant_box ul li.txt {
width: 37%;
    line-height: 2;
}
.plant_box ul li.txt p {
font-size: 14px;
line-height: 2.5;
color: #000;
font-feature-settings: "palt";
word-break:auto-phrase;
}
.plant_box ul li.img {
width: 60%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.plant_box ul li.img div {
width: 32%;
}
.plant_box ul li.img div p {
color: #000;
    margin-top: 10px;
font-size: 13px;
}

@media only screen and (max-width: 1030px) {
    
    
    /*メインビジュアル
    =============================*/
    .mv h2 {
        max-width: 60%;
        top: 30%;
    }
    
    
    /*DESIGN
    =============================*/
    .des_Area {
        margin: 0 auto 0px;
    }
    .txt_Box {
        padding: 40px 0;
    }
    .txt_Box h4 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .txt_Box h3 {
        font-size: 18px;
        line-height: 1.6;
    }
    .txt_Box p {
        font-size: 13px;
        margin-top: 20px;
    }
    
    .shikichi .point {
        margin: 20px auto 0;
    }
    .shikichi .point li {
        width: 48%;
        margin-bottom: 20px;
    }
    .shikichi .point li p {
        line-height: 1.7;
        margin-top: 10px;
        font-size: 12px;
    }
    .shikichi .point li p strong {
        font-size: 14px;
    }
    
    .gallery {
        padding: 60px 0;
    }
    .gallery h3 {
        font-size: 30px;
    }
    
    /*loop*/
    .loop_wrap {
        padding-bottom: 0;
    }
    .loop_wrap li {
        width: auto;
        height: 180px;
    }
    .loop_wrap li .cap_txt {
        font-size: 10px;
        letter-spacing: 0;
    }
    .loop_wrap li img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
    }
    .batsu {
        right: 0;
        top: -50px;
    }
    
    .sekoex .t_logo ,
    .sekoex .p_logo {
        width: 200px;
        margin-bottom: 30px;
    }
    .sekoex p {
        text-align: left;
        font-size: 12px;
        line-height: 2;
    }
    .seko_list li {
        width: 100%;
    }
    
    .hiraoki {
        bottom: 20px;
        font-size: 8vw;
    }
    
    .plant_box h3 {
margin-bottom: 20px;
}
.plant_box ul li.txt {
width: 100%;
font-size: 13px;
margin-bottom: 20px;
}
.plant_box ul li.img {
width: 100%;
}
.plant_box ul li.img div p {
font-size: 11px;
}
    
    
}
