html{
    background-color: #ddd;
    scroll-behavior: smooth;
    scroll-padding-top: 15rem;
}
body{
    background-color: #fff;
}
.tx_center{
    text-align: center;
}
.box{
    padding: 6rem 0;
}
main img{
    width: 100%;
}

section.application {
    margin: 3rem 0;
}
.gmap_iframe{
    aspect-ratio: 16 / 9;
    width: min(100%, 1200px);
    height: auto;
    margin: 3rem 0;
}
main #infomations ul{
    width: 70%;
    margin: 0 auto;
}
main #infomations li{
    padding: 1rem 0;
    border-bottom: 1px dotted #333;
    text-align: left;
}
main #infomations li span.date{
    display: block;
    margin-right: 2rem;
    color: #999;
    text-align: right;
}
main #infomations img.thumbs{
    margin-right: 2rem;
    width: 80px;
    height: 80px;
    object-fit: cover;
    vertical-align: middle;
}
section#year_plan p {
    text-align: center;
}
section.inner_wrap{
    width: min(1200px, 90%);
    margin: 0 auto;
    position: relative;
}

header{
    padding: 1rem 0;
    background-color: #0003;
    background-image: url(../img/top_vegi.webp);
    background-repeat: no-repeat;
    background-position: center 45%;
    background-blend-mode:overlay;
    background-size: cover;
    height: min(25vw, 15rem);
    box-shadow: 0 0 1rem #000c;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
#drawer_input{
    display: none;
}
header h1{
text-align: center;
}
header h1 img{
    margin: 0 auto;
    height: min(11vw, 8rem);
    object-fit: cover;
}
header nav ul{
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:3rem;
}
header nav ul li a{
    color: white;
}
header nav ul li.nav_inquiry{
    position:absolute;
    top:2rem;
    right:0;
}
header nav ul li.nav_inquiry a{
    display: block;
    padding: .5em 1em;
    border-radius: 1em;
    background-color: darkorange;
    color: white;
    font-size: min(2rem, 1.5vw);
}

main{
    width: min(1200px, 90%);
    margin: min(25vw, 15rem) auto 0;
}
main h2{
    font-size: min(5rem, 6vw);
    text-align: center;
    width: fit-content;
    margin: 5rem auto 2rem;
    position:relative;
}
main h2:before {
    content: " ";
    width: 110%;
    background-color: #874a0044;
    height: .5em;
    position: absolute;
    bottom: .25em;
    left: -5%;
    border-radius: 0 .25em 0 .25em;
}
main .application h2:before {
    content: initial;
}
main h3{
    font-size: min(3rem, 5vw);
    text-align: center;
}
main section{
    /* margin: 3rem 0 6rem; */
    padding:3rem 0;
}
main .fst_sec{
    text-align: center;
}
main .fst_sec p{
    font-size: min(3rem, 4vw);
}
main .fst_sec p.comment_txt{
    font-size: 1.6rem;
}
main section.snd_sec {
    padding: 2rem;
}

main .snd_sec:nth-child(2n+1){
    width: 100vw;
    margin-left:calc( (100% - 100vw - 15px) / 2);
    background-color: #874a0033;
}
main .snd_sec ul{
    text-align: initial;
    display: flex;
    flex-wrap: wrap;
    width: min(800px, 70%);
    margin: 0 auto;
    padding: 3em 0 2em;
}
main .snd_sec ul li{
    width: 50%;
    padding: .5em;
    min-height: 20rem;
    font-size: min(2.2rem, 4vw);
}

main .snd_sec ul li img{
    width: 100%;
    object-fit: cover;

}
main .snd_sec ul li.half_img{
    display: flex;
    align-items: center;
}
main .snd_sec ul li.half_img img{
    width: 50%;
    height: fit-content;
    object-fit: contain;
}

.about_mimicom img,
.cultivation_plan img{
    width: min(800px, 80vw);
}
div.slide_wrapper{
    width: min(800px, 80vw);
    margin: 3rem auto;
    box-shadow: 0 0 1rem #0006;
    overflow: scroll;
}
ul.concept_slide{
    display: flex;
}
ul.concept_slide li img{
    height: auto;
    width: min(800px, 80vw);
}

section#price table {
    width: 80%;
    margin: 0 auto;
    font-size: 2.2rem;
    border-collapse: collapse;
}
section#price p{
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
    text-align: left;
}
section#price table th,
section#price table td{
    border: 1px solid #333;
    padding: .3rem;
    font-weight: normal;
}
section#price table th.block{
    font-size: 150%;
    font-weight: bold;
}
section#price table th{
    background-color: #009900;
    color:white;
}
section#price table th.admission_fee{
    background-color: initial;
    color: initial;
}
section#accessmap ul {
    font-size: calc(1.6rem* .8);
}


section.application a{
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 18em;
    line-height: 3em;
    border-radius: 1.5em;
    background-color: darkorange;
    color: white;
    font-weight: bold;
    font-size: min(3rem, 4vw);
}


footer{
    padding: 2rem;
    background-color: #874a00;
    color:white;
}
footer nav.footer_nav ul{
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:3rem;
}
footer ul.operating_company{
    margin: 0 auto;
    padding: 2rem 0;
    width: 70%;
}
footer ul.operating_company li{
    margin: .5em 0;
    text-align: center;
}
footer p.copyright{
    text-align: center;
}


/* = = = = = = = = = = = = = = = 
    Slider
*/
.slide_img p {
    width: 100%;
}
.slide_img p a img{
    height: auto;
    object-fit: cover;
    cursor: pointer;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
width: 100%;
height: 300px;
position: relative;
overflow: hidden;
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
width: 300%;
height: 100%;
display: flex;
transition: all 0.3s;
}
.slide div { /* スライド */
width: 33.33%;
height: 100%;
font-size: 16px;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
transform: translateX(-33.33%);
}
.slide3 { /* スライドさせるために必要なクラス */
transform: translateX(-66.66%);
}
/* ↓ 左右のボタン */
.next {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    }
    .next:before{
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 25%;
        top: 50%;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg) translateY(50%);
        transform: rotate(45deg) translateY(50%);
    }
    .prev {
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    }
    .prev:before{
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        right: 25%;
        top: 50%;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(-135deg) translateY(-50%);
        transform: rotate(-135deg) translateY(-50%);
    }
    .next:hover,.prev:hover{
        transition: .5s;
        background-color: #0001;
    }


/* ↓ インジケーター */
.indicator {
width: 100%;
position: absolute;
bottom: -200px;
display: flex;
column-gap: 18px;
z-index: 10;
justify-content: center;
align-items: center;
}


.indicator li img{
/* width: 14px;
height: 14px;
border-radius: 50%; */
list-style: none;
background-color: #fff;
border: 2px #000 solid;
cursor: pointer;
}
.indicator li:first-of-type {
background-color: #000;
}



/* お問い合わせ */
table.inquiry{
    width: 80%;
    margin: 0 auto;
}
table.inquiry th,
table.inquiry td{
    padding: 1rem;
    border-bottom: 1px dashed #ccc;
}
table.inquiry th{
    width: 10em;
    text-align: right;
    padding: 1rem 1em;
}
td.inquiry-chbox,
td.inquiry-radio{
    display: flex;
    flex-wrap:wrap;
}
td.inquiry-chbox label,
td.inquiry-radio label{
    width: 33%;
}
td.inquiry-chbox label input[type="checkbox"],
td.inquiry-radio label input[type="radio"]
{
    margin-right: .5em;
}
td.inquiry-chbox label:hover,
td.inquiry-radio label:hover
{
    cursor: pointer;
}
table.inquiry input[type="text"],
table.inquiry input[type="email"],
table.inquiry input[type="tel"],
table.inquiry textarea{
    width: 80%;
    padding: .5rem;
    font-size: 1.6rem;
}
table.inquiry textarea{
    height: 10em;
}
p.submit-btn{
    text-align: center;
}
p.submit-btn input[type="submit"]{
    width: 10em;
    margin: 1em 0;
    padding: .5em;
    border: 1px solid #3337;
    border-radius: .8rem;
    cursor: pointer;
    transition: all .5s;
}
p.submit-btn input[type="submit"]:hover{
    background-color: #f58e4077;
    border-color: #f58e40;
}



@media screen and (max-width: 768px) {
    header h1 img {
        margin-top: .5em;
    }
    header nav{
        position: absolute;
        background-color: #ffffffee;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        left: 0;
        padding: 1em 0;
        transition: all .3s ease;
        z-index: 90;
    }
    header nav ul{
        position:absolute;
        top: -1rem;
        background-color: white;
        gap:0;
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
    header nav ul li{
        width: 100%;
        text-align: center;
    }
    header nav ul li a{
        display: block;
        color: #333;
        width: 100%;
        padding: .5em 0;
        border-bottom: 1px dotted #333;
    }
    header nav ul li.nav_inquiry{
        opacity: 1!important;
    }
    header nav ul li.nav_inquiry a{
        position:fixed;
        bottom: 0;
        left:0;
        width: 100%;
        text-align: center;
        border-radius: 0;
        opacity: .9;
        font-size: initial;
    }
    main section {
        padding: 0;
    }
    main #infomations ul {
        width: 90%;
    }
    main #infomations img.thumbs {
    float: left;
    }
    main .fst_sec p{
        margin-bottom: .5em;
        text-align: left;
    }
    main .snd_sec {
        width: 100vw;
        margin-left: calc((100% - 100vw) / 2);
    }
    main .snd_sec ul{
        width:100%;
    }
    main .snd_sec ul li{
        width: 100%;
    }

    main section.top_slider {
        padding: 3rem 0 1rem;
    }
    div.slide-wrapper {
        height: initial;
    }
    section#price table,
    section#price p {
        width: 100%;
    }
    
    footer{
        padding-bottom: 8rem;
    }
    footer ul.operating_company {
        width: 90%;
    }
    footer .footer_nav{
        display: none;
    }

    #drawer_input:not(:checked)~.header_nav {
        /* opacity: 0; */
        margin-top: -15em;
    }
    .drawer_open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 100;
        cursor: pointer;
        top: 0;
        right: 0;
        border-radius: 8px;
        background-color: #fffd;
    }
    .drawer_open span:before {
        bottom: 8px;
    }
    .drawer_open span, .drawer_open span:before, .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #333;
        transition: 0.5s;
        position: absolute;
    }
    .drawer_open span:after {
        top: 8px;
    }
    .drawer_open span, .drawer_open span:before, .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #333;
        transition: 0.5s;
        position: absolute;
    }
        /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked ~ .drawer_open span {
        background: rgba(255, 255, 255, 0);
    }
    
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    
    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
}




/**
Blue Berry     ***/
#blueberry .box{
    border-top: 1px dotted #355e93;
    padding: 3rem 0;
}
#blueberry .box:nth-child(2){
    border-top: none;
}
#blueberry h3{
    font-size: min(4em,4rem);
}
#blueberry h4{
    font-size: min(3em,3rem);
    margin-bottom: 1em;
}
#blueberry h5{
    font-size: min(2em,2rem);
}
#blueberry table{
    border-collapse: collapse;
    margin: 0 auto;
    font-size: min(2em,2rem);
}
#blueberry th, #blueberry td{
    padding: .5em 1em;
    width: 50%;
    border: 1px solid #355e93;
}

#blueberry p.attention{
    font-weight: bold;
}
#blueberry section.snd h4{
    width: 70%;
    margin: 0 auto 1em;
    text-align: left;
}
#blueberry section.box ul{
    width: 70%;
    margin: 0 auto;
    list-style-type: circle;
}
#blueberry section.box li{
    text-align: left;
}
.exp p{
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.bb_block{
    border: 10px solid #355e93;
    border-radius: 4rem;
    margin: 3rem auto;
    width: 80%;
}
a.application{
    color: darkorange;
}
.leaf{
    box-shadow: 0 0 1em #9996;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    #blueberry *{
    font-size: 2rem;
    }
    #blueberry h3{
    font-size: min(3em,3rem);
    padding-top: 3rem;
    }
    #blueberry h4 {
        text-align: initial;
        padding: 0 1em;
        font-size: 5vw;
    }
    #blueberry section.box ul{
        width:90%;
    }
    .exp p {
        width: 90%;
    }
    section.bb_block p {
        font-size: 90% !important;
    }
    a.application {
        font-size: 1.6rem !important;
    }
    .leaf{
        width: 100%;
    }
}