html{
    /* font */
    /* font-family: "Noto Sans JP", sans-serif; */
    /* font-family: "Noto Sans", sans-serif; */
    /* font-family: "Noto Serif", serif; */
    /* font-family: "Noto Serif JP", serif; */

    background-color: #fffff4;

}


/* .pop{ font-family: "Noto Serif JP", serif;} */
.pop{font-family: "Yuji Syuku", serif;}
/* .pop{font-family: "Yuji Boku", serif;} */
/* .pop{font-family: "Yuji Mai", serif;} */

/* ヘッダー */

header{
    color: black;
}
header .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background-color: white;
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px 0;
}
header a:hover{
    transition: .2s;
    opacity: 0.6;
}
header .logo{
    font-size: 60px;
    font-weight: 700;
}
header nav ul{
    display: flex;
    font-size: 15px;
}
header nav ul li{
    margin-left: 50px;
}
@media only screen and (max-width: 960px) {
    header .row{
        display: block;
    }
    header .logo{
        font-size: 50px;
        font-weight: 600;
    }
    header nav ul{
        justify-content: space-between;
        margin-top: 20px;
        font-size: 15px;
    }
    header nav ul li{
        margin-left: 0;
    }
}
@media only screen and (max-width: 450px){
    header nav ul{
        font-size: 12px;
    }
}



/*メインビジュアル*/

.main_visual{
    background-image: url('../images/view/view_01.jpeg');
    background-size: cover;
    background-position: center top;
    position: relative;
}
.main_visual .container{
    margin: 0 auto;
    max-width: 1280px;
    height: 1280px;
    position: relative;
}
.main_visual .title{
    position: absolute;
    top: 120px;
    left: 50px;
    z-index: 2;
}
.main_visual h1{
    font-size: 90px;
    font-weight: 700;
    color: white;
    letter-spacing: 4px;
    text-shadow    : 
    3px  3px 10px goldenrod,
    -3px  3px 10px goldenrod,
    3px -3px 10px goldenrod,
    -3px -3px 10px goldenrod,
    3px  0px 10px goldenrod,
    0px  3px 10px goldenrod,
    -3px  0px 10px goldenrod,
    0px -3px 10px goldenrod;
    margin-bottom:  24px; 
}
.main_visual .sp{
    display: none;
}
@media only screen and (max-width: 1200px){
    .main_visual .sp{
        display: block;
    } 
    /* .main_visual .title{
        text-align: center;
    }  */
}
@media only screen and (max-width: 960px) {
    .main_visual .title{
        left: 15px;
    }
    .main_visual h1{
        font-size: 45px;
        margin-top: -50px;
    }
    .main_visual .container{
        max-width: 600px;
        height: 600px;
    }
}
/* @media only screen and (max-width: 450px) {
    .main_visual .sp{
        display: block;
    }
} */




/* セクション共通 */
.btn{
    font-size: 18px;
    border: solid 1px black;
    border-radius: 100px;
    display: inline-block;
    width: 270px;
    line-height: 60px;
    text-align: center;
    transition: .2s;
}
.btn:hover{
    color: gold;
    border: solid 1px gold;
    transition: .2s;
}
.center{
    text-align: center;
}
/* @media only screen and (max-width: 960px) {
    .center{
        text-align: center;
    }
} */


/* セクション１ 当園概要 */
.section1{
    position: relative;
    margin: 70px auto;
    padding: 8px 16px;
    border: solid 3px goldenrod;
    border-radius: 50px;
    width: 1280px;
    background-color: white;
    font-family: "Noto Serif JP", serif;
    
}
.section1 .container{
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.section1 .row{
    display: flex;
    justify-content: space-between;

}
.section1 .col{
    width: 48%;
}
.section1 .sub_title{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background: goldenrod;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}
.section1 h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 2;
    margin-top: 60px;
}
.section1 .text{
    font-size: 18px;
    line-height: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 960px) {
    .section1 {
        width: 90%;
    }
    .section1 .container{
        max-width: 390px;
    }
    .section1 .row{
        flex-wrap: wrap;
    }
    .section1 .col{
        width: 100%;
    }
    .section1 .sub_title{
        font-size: 20px;
    }
    .section1 h2{
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .section1 .text{
        font-size: 15px;
        padding-top: 0px;
    }
    .section1 .sp{
        display: none;
    }
}




/* セクション２　スタッフ */
.section2{
    position: relative;
    margin: 70px auto;
    padding: 8px 16px;
    border: solid 3px goldenrod;
    border-radius: 50px;
    width: 1280px;
    background-color: white;
    font-family: "Noto Serif JP", serif;
}
.section2 .container{
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.section2 .row{
    display: flex;
    justify-content: space-between;

}
.section2 .col{
    width: 48%;
}
.section2 .sub_title{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background: goldenrod;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}
.section2 h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 2;
    margin-top: 60px;
}
.section2 img{
    margin-bottom: 30px;
    border-radius: 20px;
    /* display: block; ←これだけでOK */
}
@media only screen and (max-width: 960px) {
    .section2 {
        width: 90%;
    }
    .section2 .container{
        max-width: 390px;
    }
    .section2 .row{
        flex-wrap: wrap;
    }
    .section2 .col{
        width: 100%;
        max-width: 390px; 
    }
    .section2 .sub_title{
        font-size: 20px;
    }
    .section2 h2{
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .section2 .sp{
        display: none;
    }
    .section2 img{
        width: 270px;
        height: 200px;
        margin: 10px auto;
        display: block;
    }
}




/* セクション３　商品 */
.section3{
    position: relative;
    margin: 70px auto;
    padding: 8px 16px;
    border: solid 3px goldenrod;
    border-radius: 50px;
    width: 1280px;
    background-color: white;
    font-family: "Noto Serif JP", serif;
}
.section3 .container{
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.section3 .row{
    display: flex;
    justify-content: space-between;
}
.section3 .row_fruit{
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
} 
.section3 .col{
    width: 48%;
}
.section3 .col_fruit{ 
    position: relative;
}
.section3 img{
    border-radius: 20px;
}
.section3 h3{
    background-color: goldenrod;
    color: white;
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 10px;
}
.section3 .sub_title{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background: goldenrod;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}
.section3 h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 2;
}
.section3 .text{
    font-size: 18px;
    line-height: 2;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 960px) {
    .section3 {
        width: 90%;
    }
    .section3 .container{
        max-width: 390px;
    }
    .section3 .row{
        flex-wrap: wrap;
    }
    .section3 .row_fruit{
        flex-wrap: wrap;
        margin-bottom: 50px;
        /* display: inline-block; */
    } 
    .section3 .col{
        width: 100%;
    }
    .section3 .col_fruit{ 
        width: 100%;
        margin-bottom: 70px;
        text-align : center
    }
    .section3 .sub_title{
        font-size: 20px;
    }
    .section3 h2{
        font-size: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
        text-align: center;
    }
    .section3 .text{
        font-size: 15px;
        padding-top: 0px;
    }
    .section3 .sp{
        display: none;
    }
}




/* セクション４ お問合せ先 */
.section4{
    position: relative;
    margin: 70px auto;
    padding: 8px 16px;
    border: solid 3px goldenrod;
    border-radius: 50px;
    width: 1280px;
    background-color: white;
    font-family: "Noto Serif JP", serif;
}
.section4 .container{
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}
.section4 .row{
    display: flex;
    justify-content: space-between;

}
.section4 .col{
    width: 48%;
}
.section4 .sub_title{
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    background: goldenrod;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}
.section4 h2{
    font-size: 33px;
    font-weight: 500;
    line-height: 2;
    margin-top: 30px;
    /* margin-bottom:  50px; */
}
.section4 .sp{
    display: none;
}
.section4 .map{
    margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
    .section4 {
        width: 90%;
    }
    .section4 .container{
        max-width: 390px;
    }
    .section4 .row{
        flex-wrap: wrap;
    }
    .section4 .col{
        width: 100%;
    }
    .section4 .sub_title{
        font-size: 20px;
    }
    .section4 h2{
        font-size: 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .section4 .dm{
        line-height: 1.5;
    }
    /* .section4 .sp{
        display: block;
    } */
    /* .section4 .map{
        width: 50%;
    } */
    .section4 iframe{
        width: 90%;
        height: 300px;
    }
}



/* フッター */
footer{
    color: black;
    text-align: center;
    font-size: 12px;
}
footer .container{
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    border-top: goldenrod;
    padding: 50px 0 20px;
}
footer a:hover{
    transition: .2s;
    opacity: 0.6;
}
footer .logo{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 40px;
}
footer ul{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}
footer ul li{
    font-size: 15px;
    margin: 0 20px;
}
@media only screen and (max-width: 960px) {
    footer ul{
        justify-content: space-between;
        margin-top: 20px;
    }
    footer ul li{
        margin-left: 0;
    }
}
@media only screen and (max-width: 450px) {
    footer ul li{
        font-size: 12px;
    }
}



.highlight {
  color: goldenrod;
  font-weight: bold;
}
.btn {
  transition: all 0.3s ease;
}
.btn:hover {
  transform: scale(1.05);
  color: goldenrod;
  border-color: goldenrod;
}
