@charset "utf-8";
/* =================
common
==================== */
html {
    font-size: 62.5%;

}

body {
  font-family:
    "Noto Sans JP",
    sans-serif;
 font-style: normal;
 color:#2f2f2f;
 background-color: #fff;
 line-height: 1.5; 
}

img {
    max-width: 100%;
    height: auto;
}




/* =======================
header
========================== */

/* .nav 初期表示 */


.nav__header {
    position: fixed;
    right: 30px;
    top: 20px;
    text-align: right;

}

.nav__btn {
    width: 30px;
    height: 30px;
}




.nav-btninstagram {
    width: 225px;
    height: 42px;
    display: inline-block;
    background-color: #fff;
    color: #D9043D;
    border-radius: 10px;
    text-align: center;
    

}




.main{
    overflow: hidden;
    margin-top: 80px;
}

.hamburger_btn {
    z-index: 100;
}

/* =======================================
      section
=========================================== */

.section {
    padding-bottom: 100px;

}




.images_about {
    position: absolute;
    right: 64%;
    transform: rotate(90deg);
    width: 200px;
    max-width: 375px;
    margin: 0 auto;
}



.classic_menu {
    width: 250px;

}



.section--about {
    position: relative;
}

  
.section__topic {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 80px auto;
    text-align: center;
    
    position: relative;
    
}

.about__txt {
    width: 352px;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 4px;

    }

.moreBtn {
    text-align: center;
    margin-top: 80px;
    transition: 0.5s;
}



.moreBtn a {
    position: relative;
    border: 2px solid #000;
    width: 120px;
    height: 40px;
    padding: 5px 24px;
    font-size: 16px;
    transform: rotate(0deg);
}

.moreBtn a:hover {
    transition: .5s;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.moreBtn a{
    display: inline-block;
  }
  .moreBtn a:hover {
    transition: transform 1s;
  transform: rotateY(360deg);
  }


.moreBtn::after {
    display: block;
    content: "";
    width: 10px;
    height: 4px;
    background-image: url(../images/icon_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;   
    right: 5px;
    transform: translateY(-50%)

}




@media screen and (min-width:769px){
    .moreBtn_more.reverse:hover {
        background-color: #D9043D;
        color: #FFF;
        

    }
}

/* ==============================

================================= */
@media screen and (min-width:769px){
    .section__topic {
        color: #000;
        text-align: center;
        font-size: 3.2rem;
        font-weight: 600;
        position: relative;
    }
    
    
    
    .images_about {
        position: absolute;
        right: 75%;
        top: 50%;
        transform: rotate(90deg);
        width: 500px;
    } 



    .about__txt {
        color: #000;
        text-align: center;
        font-weight: 400;
        line-height: 38px; /* 190% */
        letter-spacing: 5px;
    }

    .moreBtn {
    width: 180px;
    height: 42px;
    margin: 40px auto;
    }

.about__txt {
    width: 450px;
}
}


/* ======================================
gelato
========================================= */


#gelato {
    background-color: #E1CFBE2E;
    padding: 80px 10px 90px;
}

.section--gelato {
    position: relative;}

    




.gelato__txt {
    width: 352px;
    text-align: center;
    margin: 120px auto 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    
}

.gelato_1 {
    width: 80%;
    margin: 0 auto;
    display: block;
}


.gelato__img

 {
    position: absolute;
    left: 70%;
    transform: rotate(270deg);
    width: 200px;
    max-width: 375px;
    margin: 0 auto;
} 




@media screen and (min-width:769px){
.gelato__txt {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px; 
    letter-spacing: 4.8px;
} 
.gelato__img

 {
    position: absolute;
    left: 75%;
    top: 7%;
    transform: rotate(270deg);
    width: 500px;
} 

}
/* ===========================
menu
============================== */

#menu {
    background-color: #D9043D
    ;
    padding: 96px 10px 0px;
}

.image__menu {
    position: absolute;
    right: 60%;
    top: -90%;
    transform: rotate(90deg);
    width: 200px;
    max-width: 375px;
    margin: 0 auto;
    

}

.menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    position: relative;
    
}
.menu__item {
    max-width: 350px;
    width: 45%;
    margin: 0px auto 80px ;
    

}

.menu__content {
    color: #fff;
    text-align: center;
}

.menu_name {
    padding: 10px;
}

.menu_txt {
    line-height: 24px;
    text-align: justify;
}

@media screen and (min-width:769px) {
.menu {
        gap: 40px;
    }
.menu_name {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 39px; 
        }

.menu_txt {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 39px; 
    text-align: justify;
        }


.image__menu {
    position: absolute;
    right: 85%;
    top: 50%;
    transform: rotate(90deg);
    width: 500px;
}

}
