@charset "UTF-8";

/* setionのトップイメージ */

.top{
    align-items: flex-end;
    justify-content: flex-start;
    height: 70vh;
    width: 100%;
    max-width: 100%;
}
.top-inner{
    width: auto;
    max-width: 100%;
    flex: 1;
    flex-direction: column;
    align-items: center;

}
.section .h2-inner{
    padding: 0 0 50px;
}
.section .h2-inner h2:nth-child(1){
    font-size: 28px;
}
.section .h2-inner h2:nth-child(2){
    margin: 0;
}




/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★　about page(ごとうみについてページ)　★　　＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝　　　 section-00 　　　＝＝＝＝＝＝＝＝＝＝＝*/
#about .top-img{
    width: 80%;
    max-width: 80%;
    background: url(https://gotoumi.com/wp-content/uploads/2025/08/main_img04.jpg);
    height: 100%;
    border-bottom-left-radius: 3em;
    background-position: 50%;
    background-size: cover;
}
#about .sec-about01{
    padding: 140px 120px 30px;
}
#about .sec-about-inner01{
    flex-direction: column;
    width: 90%;
    max-width: 1200px;
}
#about .about-inner01-box02{
    width: 100%;
    margin: 0;
    align-items: flex-end;
}

/*----------section共通-----------*/
.beside-h2 h2{
    width: auto;
    text-align: center;
    font-size: 36px;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #d4d4d4 ;
}
.land, .member, .overview{
    flex-direction: column;
    padding: 120px 0px 140px 0px;
}
/* 背景の波画像 */
.nami-backimg{
    background: url(https://gotoumi.com/wp-content/uploads/2025/08/nami_decoration05.png) no-repeat;
    background-size: 100% 1120px;
    position: absolute;
    z-index: -1;
    background-position: top 36px right 0;
    top: 0;
    height: 1156px;
    width: 100%;
}


/* ------------------------------ */

/*＝＝＝＝＝＝＝＝＝＝＝　　　 land section-01 　　　　＝＝＝＝＝＝＝＝＝＝＝*/
.land{
    overflow: hidden;
    padding: 230px 0 140px 0;
    width: 100%;
    position: relative;
}

.land-inner{
    margin: 0px 100px 60px;
    /* width: 1200px; */
    max-width: calc(100% - 200px);
    flex-direction: column;
    align-items: center;
}

.land-inner p{
    text-align: center;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 member section-02 　　　　＝＝＝＝＝＝＝＝＝＝＝*/
.member-inner{
    margin: 20px 60px 0px;
    width: 1100px;
    max-width: calc(100% - 120px);
    flex-direction: column;
}
.member-img{
    position: relative;
}
.member-in-01 img{
    width: 300px;
    border-top-left-radius: 3em;
    border-bottom-right-radius: 3em;
}
.menber-name{
    background: #fff;
    padding: 18px 24px 15px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 2em;
    flex-direction: column;
    align-items: flex-start;
}
.menber-name p{
    margin: 0;
}
.menber-name p:nth-child(1){
    font-size: 22px;
    line-height: 1;
}
.menber-name p:nth-child(2){
    font-size: 13px;
}
.member-in-02{
    padding: 30px 0px 0px;
    width: 70%;
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 overview section-03 　　　　＝＝＝＝＝＝＝＝＝＝＝*/
.overview{
    position: relative;
}
.overview .nami-backimg{
    background-size: 100% 1200px;
    background-position: top 0px right 0;
    height: 1200px;
}
.land-kaisou-img{
    position: absolute;
    right: 200px;
    top: -160px;
    z-index: -2;
}
.land-kaisou-img img{
    width: 170px;
}
.overview-in-text{
    width: 700px;
    flex-direction: column;
}
.overview-in-text .sd{
    justify-content: flex-start;
    border-bottom: 1px solid #cecece;
}
.overview-in-text .sd p{
    margin: 13px 0px;
    width: 100%;
}
.overview-in-text .sd p:nth-child(1){
    width: 20%;
    max-width: 20%;
    min-width: 60px;
    font-weight: 600;
}
.overview-map{
    margin: 80px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.overview-map iframe{
    height: 500px;
}

/*----------------------　　　 mobile 　　　　----------------------*/
@media screen and (max-width: 840px) {
    /* 840px以下に適用されるCSS） */
    #about .sec-about-inner01{
        margin-left: 0;
    }
    .member-inner, .overview-in-text{
        margin: 0px 50px 0px;
        max-width: calc(100% - 100px);
    }
    .land{
        margin-top: 80px;
        padding: 150px 0 140px 0;
    }
    /* 背景の波画像 */
    .nami-backimg{
        background-size: 860px 1050px;
        background-position: top 0px right 0;
        height: 1050px;
    }

    /* overview section-03 */
    /* 海藻画像 */
    .land-kaisou-img img{
        width: 140px;
    }
    .land-kaisou-img{
        right: 70px;
        top: -130px;
    }
}

@media screen and (max-width: 540px) {
    /* 540px以下に適用されるCSS） */
    .top{
        height: 60vh;
    }

    /*----------section共通-----------*/
    .section .h2-inner h2:nth-child(1){
        font-size: 20px;
    }
    .top-img{
        width: 75%;
        max-width: 75%;
    }
    #about .sec-about01{
        padding: 80px 30px 100px;
    }
    #about .sec-about-inner01{
        width: 390px;
        max-width: 100%;
    }

    /* 背景の波画像 */
    .nami-backimg{
        background-size: 540px 680px;
        height: 680px;
    }
    .section .h2-inner{
        padding: 0 0 30px;
    }
    .land, .member, .overview{
        padding: 80px 0px 80px 0px;
    }
    .land h2, .member h2, .overview h2{
        font-size: 24px;
    }

    .land-inner, .member-inner, .overview-in-text{
        margin: 0px 30px 0px;
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }

    /* ------------------------------ */

    /* land section-01 */
    .land{
        padding: 80px 0 80px 0;
        margin-top: 0px;
    }

    /* member section-02 */
    #about .about-inner01-box02{
        margin: 30px 0px 0px 0px;
        align-items: flex-start;
    }
    .member-in-01 img{
        width: 100%;
    }
    .member-in-02{
        width: 100%;
    }

    /* overview section-03 */
    .overview{
        padding: 120px 0px 80px 0px;
    }
    .overview .text{
        font-size: 13px;
        line-height: 1.5;
    }
    /* 海藻画像 */
    .land-kaisou-img img{
        width: 120px;
    }
    .land-kaisou-img{
        right: 30px;
        top: -95px;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★ごとうみについて以外のcontent sectionページ★　　＝＝＝＝＝＝＝＝＝＝＝*/
.sec .sec-about-inner01{
    margin-left: 0;
}
.sec .top-img{
    width: 80%;
    max-width: 80%;
    height: 100%;
    border-bottom-left-radius: 3em;
}
.sec .sec-about01{
    flex-direction: column;
    padding: 140px 0px 150px;
}
.sec .sec-about-inner01{
    flex-direction: column;
    width: 90%;
    max-width: 90%;
    align-items: center;
}
.sec .a{
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: flex-start;
    margin: 0px 0px 0px 0px;
    transform: translate(0px, 0px);
    width: auto;
    max-width: 100%;
}
.sec .sec-about-inner01 div:nth-child(1){
    width: auto;
    align-items: center;
}
.sec .about-inner01-box02{
    margin: 0;
    align-items: flex-end;
    width: 100%;
}


/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★products page(商品紹介ページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
#products .top-img{
    background: url(https://gotoumi.com/wp-content/uploads/2025/08/products_img01.jpg);
    background-position: 50%;
    background-size: cover;
}


/*＝＝＝＝＝＝＝＝＝＝＝　　　 ★recipe page(アレンジレシピページ)★　　＝＝＝＝＝＝＝＝＝＝＝*/
#recipe .top-img{
    background: url(https://gotoumi.com/wp-content/uploads/2025/08/recipe_250823_1.jpg);
    background-position: 50%;
    background-size: cover;
}
.rec-list{
    flex-direction: column;
    border: dotted 2px #fff;
	padding: 0 0 140px;
}
.rec-list-box{
    max-width: 960px;
    flex-direction: column;
    width: 85%;
}
#recipe .sec .sec-about01{
	padding: 140px 0px 90px;
}
.blog-item__button{
    text-align: right;
    width: 100%;
}
.blog-item__content{
    flex-direction: column;
    align-items: self-start;
    width: 63%;
    height: -webkit-fill-available;
}
.blog-item__content > :last-child {
  margin-top: auto;
}
.blog-item__content p{
    margin: 0;
    line-height: 2.2;
}




/*----------------------　　　 mobile 　　　　----------------------*/

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

    /* 共通 */
    .sec .sec-about01{
        padding: 100px 50px 100px;
    }
    .sec .sec-about-inner01{
        width: 80%;
    }
	
    /* レシピページ */
		.rec-list{
		padding: 0;
	}
}
@media screen and (max-width: 540px) {

    /* 共通 */
    .sec .sec-about01{
        padding: 60px 30px 80px;
    }
    .sec .sec-about-inner01{
        width: 100%;
    }
	
    /* レシピページ */
    .rec-list .beside-h2 h2{
        font-size: 24px;
    }
}
