/* ------------------------------------------ */
/* base
/* ------------------------------------------ */
html{
  font-size: 62.5%;
}
body{
  font-size: 1.6rem;
  color: #222222;
  width: 100%;
  letter-spacing: 0.03em;
}

h1{
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 150%;
}

h1 a{
  color: #222222;
  text-decoration: none;
}

h2{
  padding:70px 0;
  text-align: center;
  font-size: 4.8rem;
  font-family: 'Noto Serif', serif;
  line-height: 150%;
}

h3{
  font-weight: bold;
}

img{
  max-width: 100%;
}

/* ------------------------------------------ */
/* header
/* ------------------------------------------ */

.header-wrapper{
  font-family: 'Noto Serif', serif;;
  display: flex;
  align-items:;
  justify-content: space-between;
  padding:32px 57px;
  text-align: center;
}

.btn_trigger{
  display: none;
}

.nav-list{
  display: flex;
}

.nav-item{
  margin-right: 46px;
  cursor: pointer;
}

.nav-item a{
  text-decoration: none;
  color: #222222;
}

.nav-item a::after{
  border-bottom: solid 4px #E9EEF4;
  border-radius: 4px;
  bottom: 0;
  content:"";
  display: block;
  transition: all 0.3s ease ;
  -webkit-transition: all .3s ease;
  width: 0;
}

.nav-item a:hover::after{
  width:100%;

}

.nav-item:last-of-type{
  margin-right: 0px;
}

.main-copy{
  font-size: 7.2rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #222222;
  padding-top: 548px;
  padding-bottom: 120px;
  text-align: center;
}

.home-bg{
  background-image: url(../images/pct_gelato02.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width:100%;
}

/* ------------------------------------------ */
/* about
/* ------------------------------------------ */


.section-about{
}
.about-inner{
  width:1074px;
  margin:0 auto;
  margin-bottom:70px ;
}

.text-img{
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  
}

.about-text{
  margin-bottom: 26px;
  width:700px;
}

.about-title span{
  background: linear-gradient(#fff,rgb(216, 228, 241),#fff)
}

.about-text:last-of-type{
  margin-bottom: 0;
}

.about-img :first-of-type{
  padding-bottom: 38px;
}

.about-img figure{
  width:345px;
  height: 145px;
  margin:0 0;
}

.about-img img {
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

.section-menu{
}

.exp-text{
  width: 700px;
  margin: 0 auto;
}

.menu-price{
 text-align: center;
 padding-top:40px;
 padding-bottom: 50px;
}

.menu-list{
  display: flex;
  justify-content: space-between;
  width: 964px;
  margin:0 auto ;
  flex-wrap: wrap;
}

.menu-list::after {
  content: "";
  width: 280px;
  display: block;
}

.menu-item{
  width:280px;
  margin-top:0px ;
  padding-bottom: 78px;
}

.menu-item figure{
  width: 130px;
  height: 165px;
  margin-left: 75px;
}

.menu-text{
  width:280px;
  height:111px;
}

.menu-text span{
  background: linear-gradient(#fff,rgb(216, 228, 241),#fff)
}

.menu-image{
  width:130px;
  height: 165px;
  margin: 0 auto;
}

.news-content{
  margin:0 auto;
  width: 540px;
  margin-bottom: 70px;
}

.news-content li {
  margin-bottom: 4px;
  
}

.news-content a {
  text-decoration: none;
  color: #222222;
}

.news-content a::after{
  border-bottom: solid 4px #E9EEF4;
  border-radius: 4px;
  bottom: 0;
  content:"";
  display: block;
  transition: all 0.3s ease ;
  -webkit-transition: all .3s ease;
  width: 0;
}

.news-content a:hover::after{
  width:100%;

}

.access-inner{
  display: flex;
  width: 1124px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.access-map{
  padding-right: 65px;
}

.access-text{
  width: 394px;
}

.access-shop-name{
  font-family: 'Noto Serif', serif;;
  font-size: 3.6rem;
  font-weight: 500;
  margin-bottom: 125px;
  line-height: 200%;
}

.shop-info p{
  margin-bottom: 30px;
}

footer {
  width: 100%;
  background-color: #E9EEF4;
  text-align: center;
  padding: 17px 0;
  font-family: 'Noto Serif', serif;;
}

.br-1::before{
  content:"\A";
  white-space: pre;
}

.section-title span{
  background: radial-gradient(#E9EEF4,#FFFFFF)
}

/* ------------------------------------------ */
/* TB
/* ------------------------------------------ */

@media screen and (max-width:1024px){
  .header-wrapper{
    display: flex;
    padding:33px 23px;
    align-items:center ;
  }

  nav{
    padding: 28px;
  }
  h2{
    text-align: center;
  }
  .btn_trigger{
    display: block;
    width: 60px;
    height: 60px;
    background-color: #222222;
    position: relative;
    z-index: 3;
  }
  .bar{
    width: 24px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .bar_top{
    top: 15px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 15px;
  }
  .btn_trigger.close .bar_top{
    transform: translate(-50%,14px) rotate(45deg);
    transition: transform .3s;
  }
  .btn_trigger.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .btn_trigger.close .bar_bottom{
    transform: translate(-50%,-14px) rotate(-45deg);
    transition: transform .3s;
  }

  .header-nav{
    display: none;
    width:100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .nav-list{
    z-index: 2;
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .nav-item{
    margin-right: 0px;
    margin-bottom: 60px;
  }
  nav{
    width: 100%;
    height: 100%;
    background-color:rgba(233,238,244,.96);
    z-index: 2;
  }
  
  body.noscroll{
    overflow: hidden;
  }
  .main-copy{
    padding-left:34px;
    padding-right: 34px;
    padding-bottom: 177px;
    text-align: center;
  }
  .section-about{
    width:100%;
  }
  .section-title{
    padding-top:100px;
    padding-bottom: 50px;
  }

  .about-inner{
    width:610px;
    display: flex;
    flex-direction: column;
    margin-bottom:50px ;
  }
  .text-img{
    display: block;
  }
  .about-text{
    width: 610px;
    margin-bottom: 10px;
  }
  .about-title{
    text-align: center;
    margin-bottom: 10px;
    padding-top: 50px;
  }
  .about-title-first{
    padding-top:0px;
  }

  .about-img figure{
    width: 600px;
    height: 280px;
    margin:0 auto;;
  }

  .section-menu{
    width:100%;
  }
  .menu-price{
    padding-top:30px;
    padding-bottom: 100px;
  }
  .menu-list{
    width: 630px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .menu-item{
    padding-bottom: 58px;
  }
  .strawberry{
    padding-bottom: 50px;
  }
  .pistacio{
    padding-bottom: 50px;
  }
  .news-content{
    margin-bottom: 50px;
  }
  .section-access{
    width:100%;
  }
  .access-inner{
    width: 100%;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .access-map{
    width: 600px;
    padding-right: 0;
    margin:0 auto ;
  }
  .access-map iframe{
    width:600px;
    height: 350px;
  }
  .access-text{
    width: 340px;
    margin: 0 auto;
    padding-top:50px;
  }
  .access-shop-name{
    margin-bottom: 30px;
  }
  .shop-info p:last-of-type{
    margin-bottom: 0;
  }
  footer{
    width: 100%;
  }
}

/* ------------------------------------------ */
/* SP
/* ------------------------------------------ */

@media screen and (max-width:640px){
  .header-wrapper{
    display: flex;
    padding:15px 27px;
    padding-bottom: 0;
    height: 40px;
    align-items: center;
  }
  h1{
    font-size: 2.4rem;
    font-weight: bold;
  }
  
  .btn_trigger{
  display: block;
  width: 40px;
  height: 40px;
  background-color: #222222;
  position: relative;
  z-index: 3;
  } 
  .bar{
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }
  .bar_top{
    top: 10px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 10px;
  }
  .btn_trigger.close .bar_top{
    transform: translate(-50%,9px) rotate(45deg);
    transition: transform .3s;
  }
  .btn_trigger.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .btn_trigger.close .bar_bottom{
    transform: translate(-50%,-9px) rotate(-45deg);
    transition: transform .3s;
  }
  .main-copy{
    padding-left:22px;
    padding-right: 22px;
    padding-top:384px;
    padding-bottom: 128px;
    text-align: center;
  }
  .main-copy p {
    font-weight: 500;
    font-size: 3.4rem;
  }
  .home-bg{
    width:100%;
    height:667px;
  }
  .section-about{
    width: 100%;
  }
  .about-inner{
    flex-direction: column;
    width:335px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .about-text{
    width:100%;
  }

  .about-img figure{
    width: 335px;
    height: 160px;
  }
  .section-title{
      padding-top: 75px;
      padding-bottom: 35px;
  }
  .about-title{
    padding-top:30px;
  }
  .exp-text{
    width:335px;
  }
  .menu-price{
    padding-bottom: 30px;
  }
  .menu-list{
    width:335px;
    flex-direction: column;
  }
  .menu-item{
    width:100%;
    padding-bottom:32px;
  }
  .pistacio{
    padding-bottom: 30px;
  }
  .menu-item figure{
    margin: 0 auto;
  }
  .menu-text{
    width: 335px;
  }
  .news-content{
    width:345px;
    margin-bottom: 30px;
  }
  .br-2::before{
    content:"\A";
    white-space: pre;
  }
  .news-content li {
    margin-bottom: 25px;
  }
  .access-map{
    width:335px;
    height:210px:
  }

  .access-map iframe{
    width:100%;
    height: 210px;
  }

  .access-inner{
    margin-bottom: 30px;
  }
  .access-text{
    padding-top:30px;
  }
  .access-shop-name {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .shop-info{
    width:331px;
    margin: 0 auto;
  }
  .shop-info p {
    margin-bottom: 0px;
  }
  .shop-info p:first-of-type{
    margin-bottom: 30px;
  }
  .shop-info p:last-of-type{
    margin-top: 4px;
  }
  footer{
    width:100%;
  }
  time{
    display: block;
  }
}