@charset "UTF-8";

body{
    background-color: #FBF9F3;
    font-family: "Noto Sans JP", sans-serif;
}

html {
    font-size: 100%;
    color: #6B4126;
  }

*{
    margin: 0;
    padding: 0;
}


/* ----------共通点----------- */


img {
    width: 100%;
}

a{
    text-decoration: none;
    color: #6B4126;
}

li {
    list-style: none;
}

p{
    font-size: 0.9rem;
}

.headline {
    font-size: 2rem;
    margin: 0 0 15px 0; 
}


/* ---------ヘッター--------------- */
header{
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    background-color:#ffcc00;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.header-logo {
    width: 150px;
    padding: 5px 10px;
}

header .menu{
    display: flex;
}

header .menu li{
    margin: 0 30px;
}

header .menu li:hover{
    transform: scale(1.1);
    font-weight: 600;
    border-bottom: 1px solid #6B4126;
}

.hamburger{
    display: none;
}

#mask{
    display: none;
}
/* --------- メインビジュアル --------------- */

.main-visual {
    position: relative;
    background-image:url(../img/main-visual.jpg);
    margin-top:80px;
    padding:0 30px ;
    width: 100%;
    background-size: cover ;
    background-position: center;
    height: 90vh;
}

.main-visual h1 img{
    position: absolute;
    max-width: 400px;
    bottom: 15%;
}



/* --------- 秋田について --------------- */
.about{
    margin: 50px 0;
}

.about-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
}

/* ----イラスト配置 ------*/

.ill-wrapper{
    position: absolute;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 150px;
}

.ill-01{
    position: absolute;
    top: 10%;
    left: 10%;
    width: 100px;
}

.ill-02{
    position: absolute;
    top: 30%;
    left: 25%;
    width: 90px;
}

.ill-03{
    position: absolute;
    top: 10%;
    right: 10%;
    width: 90px;
}

.ill-04{
   position: absolute;
    top: 10%;
    right: 25%;
    width: 90px;
}

.ill-05{
    width: 50px;
}


/* -----------左画像------------ */

.left-img{
    position: absolute;
    bottom: 0;
    width: 20%;
    padding:0 10px ;
}

.left-img .ph1{
    transform: rotate(-5deg);
    width: 200px;
}

.left-img .ph2{
    transform: rotate(5deg);
    width: 200px;
}

/* -----------右画像------------ */

.right-img{
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 20%;
    padding:0 10px ;
}

.right-img .ph3{
    margin-bottom: 20px;
    transform: rotate(5deg);
    width: 200px;
}

.right-img .ph4{
    transform: rotate(-5deg);
    width: 200px;
}

/* ----------中央テキスト------------ */

.title-wrapper{
    z-index: 10;
    padding: 0px 10px;
    width: 100%;
    text-align: center;    
}

.akita-img{
    margin-bottom: 10px;  
    width: 120px; 
}

.about-headline{
    margin-bottom: 10px;
    font-size: 2rem;
}

.title-wrapper p{
    line-height: 2.3;
}

/* --------- ご案内 -------- */

.introduction{
    padding: 100px 0;
}


.introduction-title{
    margin-bottom: 20px;
    text-align: center;
    color: #d58712;
    font-size: 2rem;
}

/* ---------スポット情報---------- */

.spot{
    padding: 30px 10px;
    background-color: #F9ECD3;
}

.spot-container {
    display: flex;
    justify-content: space-around;
    margin: auto;
    max-width: 900px;
    padding: 50px 20px;
    background-color: #FBF9F3;
}

.spot-text{
    padding: 0 20px;
}


.spot-headline{
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-size: 2.3rem;
}

.spot-headline::before{
    position: absolute;
    content: "";
    left: 22%;
    width: 55%;
    border: 1px solid #6B4126;
    bottom: 0px;
}


.spot-text p{
    max-width: 450px;
    text-align: left;
}

.btn{
    text-align: right;
}

.btn:hover{
    opacity: 0.8;
}

.spot-text a{
    display: inline-block;
    margin-top: 80px;
    width: 50%;
    text-align: center;
    border-radius: 20px;
    padding: 10px 0;
    background-color: #f8da61;
}

.spot-img{
    object-fit: cover;
    width: 50%;
    border-radius: 10px;
}


/* ---------グルメ情報---------- */

.gourmet{
    padding: 30px 10px;
    background-color: #F9ECD3;
}

.gourmet-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    margin: auto;
    max-width: 900px;
    padding: 50px 20px;
    background-color: #FBF9F3;
}

.gourmet-headline{
    position: relative;
    margin-bottom: 60px;
    text-align:center;
    font-size: 2rem;

}

.gourmet-headline::before{
    position: absolute;
    content: "";
    width: 80%;
    border: 1px solid #6B4126;
    bottom: 0px;
    left: 10%;
}

.alert{
    margin-top: 10px;
    font-size: 0.8rem;
    color: brown;
    font-weight: bold;
}

/* ---------------お土産情報------------------------ */

.souvenir{
    padding: 0px 0 50px 0;
}

.souvenir-wrapper{
    margin: auto;
    width: 90%;
    text-align: center;
    /* border: 1px solid red; */
}

.souvenir-headline{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
}

.souvenir-headline::before{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 40%;
    width: 20%;
    border: 1px solid #6B4126;
}


.slider-item{
    display: flex;
    margin: auto;
    margin-top: 30px;
    width: 80%;
    padding: 0px 30px;
}

.slider-item li{
    margin: 10px;
    padding: 20px 10px 5px 10px;
    height: auto;
    background-color: #F9ECD3;
    border: 2px solid #E5A23B;
    border-radius: 10px;
}

.slider-item li:hover{
    opacity: 0.8;
    transform: rotate(2deg);
    }

.slider-img{ 
    width: 100%;
    object-fit: cover;
}

.slider-img img{ 
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider-text h3{
    position: relative;
    font-size: 0.85rem;
}

.slider-text p {
    width: 100%;
    font-size: 0.9rem;
    display: block;
    margin: 10px 0;
    text-align: right;
    color: #6B4126;
}

/* トップスライド */
.top-btn{
    position: fixed;
    bottom: 15px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f8da61;
}

.top-btn::after{
    position: relative;
    left: 16px;
    bottom: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #6B4126 transparent;
    border-width: 0px 15px 28px 15px;
    }

/* --------- フッター --------------- */
footer {
    padding: 10px;
    background-color: #ffcc00;
}
footer ul{
    display: flex;
    justify-content: center;
}

footer a {
    display: inline-block;
    margin: 0 10px;
    font-size: 0.85rem;
}

footer p{
    margin-top: 15px;
    text-align: center;
}

/* ---------------レスポンシブ----------------------- */

@media(max-width:850px ){

    header a{
        font-size: 1.2rem;
    }
    /* ハンバーガーメニュー */

        /* ボックス作成 */
    .hamburger{
        width: 40px;
        height: 40px;
        position: relative;
        z-index: 30;
        display: block;
    }

    /* ハンバーガー三本線の作成 */
    .hamburger span{
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000000;
        transition: all 0.5s;
        z-index: 25px;
    }

    /* 三本線の位置設定 */

    .hamburger span:nth-child(1){
        top: 30%;
    }

    .hamburger span:nth-child(2){
        top: 60%;
    }

    .hamburger span:nth-child(3){
        top: 90%;
    }

    /* クリック三本線の設定 */

    .open .hamburger span:nth-child(1){
        top: 50%;
        transform: rotate(-45deg);
    }

    .open .hamburger span:nth-child(2){
        opacity: 0;
    }

    .open .hamburger span:nth-child(3){
        top: 50%;
        transform: rotate(45deg);
        }

    #nav{
        position: fixed;
        z-index: 20;
        top: 0;
        right: -300px;
        padding: 20px 30px;
        width: 250px;
        height: 100vh;
        transition: 0.5s;
        text-align: center;
        opacity: 0;
        background-color: #F9ECD3;
        }

    .open #nav{
        opacity: 1;
        right:0;
    }

    header .menu{
        margin-top: 80px;
        display: flex;
        flex-direction: column;
    }

    header .menu li{
        margin: 0 0 20px 0 ;
        padding: 30px 10px 0 10px;
        

    }

    .open #mask{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.8;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

    #mask{
        display: none;
        transition: 0.5s;
    }

    .main-visual{
        padding: 0 10px;
    }

    .main-visual h1 img{
        position: absolute;
        max-width: 250px;
        bottom: 5%;
    }

/* -------------秋田について-------------------- */
   
.about{
    margin: 150px 0 50px 0;
}

.about-container{
    position: relative;
    display:flex;
    flex-flow: column;
    margin: auto;
    max-width: 800px;
}

/* ----イラスト配置 ------*/

.ill-wrapper{
    position: absolute;
    z-index: 0;
    top: -15%;
    display: flex;
    width: 100%;
    height: 150px;
}

.ill-01{
    position: absolute;
    top: -5%;
    left: 5%;
    width: 90px;
}

.ill-02{
    position: absolute;
    top: 20%;
    left: 25%;
    width: 90px;
}

.ill-03{
    position: absolute;
    top: -5%;
    right: 30%;
    width: 90px;
}

.ill-04{
   position: absolute;
    top: 0%;
    right: 5%;
    width: 90px;
}


/* -----------左画像------------ */

.left-img{
    position:  static;
    display: flex;
    justify-content:space-around;
    bottom:0 ;
    width: 100%;
    padding:0 2px ;

}

.left-img .ph1{
    transform: rotate(-2deg);
    max-width: 180px;
}

.left-img .ph2{
    transform: rotate(2deg);
    max-width: 180px;
}

/* -----------右画像------------ */

.right-img{
    position:  static;
    display: flex;
    justify-content:space-around;
    bottom:0 ;
    right: 0px;
    margin-top: 20px;
    width: 100%;
    padding:0 2px ;
}

.right-img .ph3{
    margin-bottom: 20px;
    transform: rotate(-2deg);
    max-width: 180px;
}

.right-img .ph4{
    transform: rotate(2deg);
    max-width: 180px;
}

/* ----------中央テキスト------------ */

.title-wrapper{
    z-index: 0;
    padding: 0px 10px;
    width: 100%;
    text-align: center;    
}

.akita-img{
    margin-bottom: 10px;  
    width: 120px; 
}

.about-headline{
    margin-bottom: 10px;
    font-size: 2rem;
}

.title-wrapper p{
    line-height: 2.3;
}


}

/* ----------------メインビジュアル：750--------------------- */

@media(max-width:750px ){
    
    .introduction-title {
        font-size: 1.7rem;
    }

    .gourmet-container,
    .spot-container {
        display: flex;
        flex-flow: column;
        margin: auto;
        max-width: 700px;
        padding: 50px 20px 10px 20px;
        background-color: #FBF9F3;
    }

    .spot-headline,
    .gourmet-headline{
        position: relative;
        margin-bottom: 15px;
        text-align: center;
        font-size: 2rem;
    }

    .spot-text{
        padding: 0px;
    }

    .spot-text p{
        margin: auto;
        width: 90%;
    }

    .btn{
        margin: 10px 0;
        text-align: center;
    }

    .spot-text a{
        display: inline-block;
        margin-top: 30px;
        width: 80%;
        padding: 10px 0;
        text-align: center;
        border-radius: 20px;
        background-color: #f8da61;
    }

    .spot-img{
        object-fit: cover;
        margin: auto;
        width: 80%;
        border-radius: 10px;
    }

    .slider-text h3{
        font-size: 0.75rem;
    }

}

@media(max-width:436px ){

    .about-br {
        display: none;
    }

    .slider-item{
        width: 100%;
    }
}

