@charset "UTF-8";
/* common
========================= */
#page-title{
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 260px;
  background: url("../img/common/page_head_sp.jpg") no-repeat center top;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
#page-title h1{
  font-size: 3.6rem;
  letter-spacing: .2em;
  margin-top: 6rem;
}
#page-title h1 span{
  display: block;
  text-align: center;
  line-height: 1;
}
#page-title h1 span.tit-jap{
  margin-bottom: 2rem;
}
#page-title h1 span.tit-en{
  font-size: 1.4rem;
  color: #B0B0B0;
}
section{
  padding-bottom: 6rem;
}
main{
  padding-top: 8rem;
}
main h2{
  font-size: 2.4rem;
}
/*PC*/
@media (min-width: 769px){
  #page-title{
    height: 360px;
    background: url("../img/common/page_head_pc.jpg") no-repeat center top;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
  #page-title h1{
    font-size: 4.6rem;
  }
  #page-title h1 span.tit-en{
    font-size: 2rem;
  }
  section{
    padding-bottom: 12rem;
  }
  main h2{
    font-size: 4.0rem;
  }
}

/* こだわり
========================= */
body#about main{
  padding-top: 0;
  background: url("../img/about/bg_sp.jpg") repeat-y center top;
  -webkit-background-size: 100%;
       -o-background-size: 100%;
          background-size: 100%;
}
body#about #main-about{
  background: #1c1c1c url("../img/about/main_bg_sp.jpg") no-repeat left bottom;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  color: #FFF;
  padding-top: 3rem;
  padding-bottom: calc(370 / 750 * 100vw);
  margin-bottom: 8rem;
}
body#about main h2{
  line-height: 1.6;
  opacity: 0;
  animation: intro 0.8s ease-in-out 1.0s forwards;
}
body#about main .text{
  opacity: 0;
  animation: intro 0.8s ease-in-out 2.0s forwards;
}
@keyframes intro{
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
body#about .sub-tit{
  font-size: 1.4rem;
  color: #b2b2b2;
  letter-spacing: .3em;
}
body#about .image{
  width: 80%;
}
body#about .column-right .image{
  margin-left: auto;
  margin-right: 0;
}
body#about .column-right .sub-tit,
body#about .column-right h2{
  text-align: right;
}
body#about .syugyou{
  background: #F6F4F0;
  padding-top: 6rem;
}
body#about span.alignright{
  display: block;
}
body#about .syugyou .image{
  margin-left: auto;
  margin-right: auto;
}
/*PC*/
@media (min-width: 769px){
  body#about #main-about{
    background: #1c1c1c url("../img/about/main_bg.jpg") no-repeat center bottom;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    padding-top: 8rem;
    padding-bottom: calc(370 / 1440 * 100vw);
    margin-bottom: 12rem;
  }
  body#about #main-about .inner{
    max-width: 960px;
    display: flex;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    min-height: calc(400 / 1440 * 100vw);
  }
  body#about #main-about h2, body#about #main-about .text{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    vertical-align: top;
  }
  body#about #main-about h2{
    font-size: 4rem;
    letter-spacing: 0.3em;
  }
  body#about #main-about .text{
    font-size: calc(24 / 1440 * 100vw);
    line-height: 2.4;
  }
  body#about .column-wrap{
    display: flex;
    justify-content: space-between;
  }
  body#about .column-wrap.column-right{
    flex-direction: row-reverse;
  }
  body#about .column-wrap .image,
  body#about .column-wrap .text{
    width: 100%;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  body#about .column-wrap .image p{
    width: 78%;
  }
  body#about .column-wrap .text{
    display: flex;
    max-width: 510px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  body#about .column-wrap h2{
    margin-bottom: 4rem;
  }
  body#about .sub-tit{
    font-size: 2rem;
  }
  body#about .column-right .sub-tit,
  body#about .column-right h2{
    text-align: left;
  }
  body#about .syugyou{
    padding-top: 10rem;
  }
  body#about .syugyou .aligncenter{
    text-align: left;
  }
}/*PC*/
@media (min-width: 1200px){
  body#about #main-about .text{
    font-size: 2.4rem;
  }
}

/* お品書き
========================= */
body#menu main{
  background: #F6F4F0;
}
body#menu main h2 span.set{
  font-size: 1.4rem;
}
body#menu .video img{
  width: 30px;
  height: auto;
}
body#menu #other p{
  border: #C8C8C8 1px solid;
  padding: 1.5rem;
}
/*PC*/
@media (min-width: 769px){
  body#menu main h2 span.set{
    font-size: 1.8rem;
  }
  body#menu .column-wrap{
    display: flex;
    justify-content: space-between;
  }
  body#menu .column-wrap.column-right{
    flex-direction: row-reverse;
  }
  body#menu .column-left .image{
    width: 100%;
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 60px;
  }
  body#menu .column-right .image{
    width: 100%;
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 60px;
  }
  body#menu .column-wrap .text{
    display: flex;
    width: 50%;
    max-width: 510px;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  body#menu #other p{
    padding: 3rem;
    font-size: 2.4rem;
  }
}

/* 店舗案内
========================= */
body#shop main{
  padding-top: 6rem;
}
body#shop #page-link{
  display: block;
  border-top: 1px solid #c8c8c8;
  padding-top: 1.5rem;
  margin-bottom: 6rem;
}
body#shop #page-link li{
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
}
body#shop #page-link li a{
  position: relative;
  display: block;
}
body#shop #page-link li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 8px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  transform: translateX(-50%) rotate(135deg);
}
body#shop .image-wrap{
  width: 100%;
  height: calc(390 / 750 * 100vw);
  overflow: hidden;
  position: relative;
}
body#shop .image-in{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body#shop img.parallax{
  transform: scale(1.2);
}
body#shop h2{
  text-align: center;
}
body#shop .btn a{
  max-width: 100%;
  font-size: 1.6rem;
}
body#shop .btn a:before{
  display: none;
}
body#shop .btn .icon{
  margin-right: 1rem;
}
body#shop .ggmap{
  width: 100%;
}
body#shop .ggmap{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
body#shop .ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
body#shop .dispflex{
  -webkit-align-items: center;
          align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
body#shop .shop-info .dispflex:last-child{
  border: none;
  padding-bottom: 0;
}
body#shop .shop-info li{
  width: 100%;
  line-height: 1.2;
}
body#shop .shop-info li.left{
  width: 100px;
  margin: 10px;
}
/*PC*/
@media (min-width: 769px){
  body#shop #page-link{
    border-bottom: 1px solid #c8c8c8;
    padding: 2rem 0;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
  body#shop #page-link li{
    width: 100%;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0;
    border-right: 1px solid #c8c8c8;
    height: 4rem;
    line-height: 4rem;
  }
  body#shop #page-link li:last-child{
    border: none;
  }
  body#shop #page-link li a::before{
    right: 15px;
  }
  body#shop .image-wrap{
    height: calc(400 / 1440 * 100vw);
    margin-bottom: 8rem;
  }
  body#shop h2{
    text-align: left;
    line-height: 1.6;
  }
  body#shop .shop-area{
    display: flex;
    margin-bottom: 8rem;
  }
  body#shop .shop-name,
  body#shop .shop-info{
    width: 100%;
  }
  body#shop .shop-name{
    max-width: 350px;
    margin-right: 60px;
  }
  body#shop .btn{
    margin-bottom: 0;
  }
  body#shop .btn a{
    width: 350px;
    margin-left: 0;
    margin-right: auto;
  }
  body#shop .shop-info{
    margin-bottom: 0;
  }
  body#shop .ggmap{
    padding-bottom: 25%;
  }
  body#shop .shop-image{
    display: flex;
    gap: 30px;
    margin-bottom: 8rem;
  }
  body#shop .shop-image div{
    margin-bottom: 0;
  }
}














