@charset "utf-8";
/* ---------------------------------------------------------------------------------
© atelier NALU All rights reserved.

HTML CSS Selectors pages 

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
TOP
--------------------------------------------------------------------------------- */
.top-btn {
  width: 240px;
  padding-top: 50px;
  margin: 0 auto;
}
.top-btn a {
  box-sizing: border-box;
  display: block;
  width: 240px;
  height: 60px;
  padding-top: 21px;
  border: 1px solid #b7b7b7;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.top-btn a::after {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: 2px solid #4eaec3;
  border-right: 2px solid #4eaec3;
  margin-left: 10px;
  transform: rotate(45deg);
  content: "";
  vertical-align: middle;
}

/*first view*/
.top#contents-wrapper {
  padding-top: 0px;
}
.top .contents-mv {
  box-sizing: border-box;
  position: relative;
}
.top .contents-mv img {
  padding-top: 80px;
  height: calc(100% - 80px);
}
.top .contents-mv a {
  display: block;
  width: 70px;
  height: 30px;
  background: url("../img/top/mv_arrow.png") no-repeat center bottom;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  margin: auto;
}

/*MENU&PRICE*/
.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto 147px;
}
.top-menu .img {
  width: 525px;
}
.top-menu table {
  width: 525px;
  font-size: 16px;
  line-height: 1;
}
.top-menu table th {
  width: 435px;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.top-menu table td {
  width: 90px;
  text-align: right;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.08em;
}
.top-menu table tr:last-child th,
.top-menu table tr:last-child td {
  border: none;
}

/*STAFF INTRO*/
.top-staff {
  padding: 148px 0;
  background: url("../img/top/pc_staff_bg.jpg") center;
  background-size: cover;
}
.top-staff-img {
  width: 900px;
  margin: 0 auto;
}

/*INSTAGRAM*/
.top-instagram {
  padding: 148px 0;
}
.top-instagram ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 1128px;
  margin: 0 auto;
}
.top-instagram ul li {
  width: 250px;
  height: 250px;
  padding: 0px 16px;
}
.top-instagram ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-instagram li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*SHOP INFO*/
.top-shop-info {
  padding-top: 148px;
  background-color: #fcf8f8;
}
.top-shop-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 900px;
  padding-bottom: 100px;
  margin: 0 auto;
}
.top-shop-img {
  width: 425px;
  height: 450px;
  position: relative;
}
.top-shop-img li {
  width: 425px;
  height: 450px;
  position:absolute;
  top:0;
  left:0;
  animation-iteration-count:infinite;
  animation-duration:24s;
}
.top-shop-img li:nth-child(1){
    animation-name:slider;
    animation-delay:-3s;
}
.top-shop-img li:nth-child(2){
    animation-name:slider;
    animation-delay:5s;
    opacity:0;
}
.top-shop-img li:nth-child(3){
    animation-name:slider;
    animation-delay:13s;
    opacity:0;
}
.top-shop-img li:nth-child(4){
    animation-name:slider;
    animation-delay:21s;
    opacity:0;
}
 
@keyframes slider{
    0%{
        opacity:0;
    }
    20.83%{
        opacity:1;
    }
    33.33%{
        opacity:1;
    }
    45.83%{
        opacity:0;
    }
    100%{
        opacity:0;
    }   
}

.top-shop-detail {
  width: 425px;
  line-height: 1.75;
}
.top-shop-detail h3,
.top-shop-detail p {
  padding-bottom: 2em;
}
.top-shop-detail .shop-tel {
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 0;
  background: url("../img/common/sp_h_tel_icon.png") no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 38px;
}
.shop-tel a {
  font-size: 23px;
  line-height: 1;
}
.top-btn-reserve a {
  box-sizing: border-box;
  display: block;
  width: 240px;
  height: 60px;
  padding-top: 20px;
  padding-left: 18px;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.24em;
  text-align: center;
  position: relative;
}
.top-btn-reserve a::before {
  display: block;
  width: 18px;
  height: 16px;
  background: url("../img/common/sp_gn_reserve_icon.png") no-repeat;
  background-size: 100% auto;
  margin-right: 8px;
  content:"";
  position: absolute;
  top: 22px;
  left: 72px;
}
.map {
  width: 100%;
  height: 530px;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .top-btn {
    width: 90%;
    padding-top: 15px;
  }
  .top-btn a {
    width: 100%;
    height: 45px;
    padding-top: 18px;
    font-size: 11px;
  }
  .top-btn a::after {
    margin-left: 5px;
  }
  
  .top .contents-ttl {
    margin-bottom: 12px;
  }
  /*first view*/
  .top#contents-wrapper {
    padding-top: 0px;
  }
  .top .contents-mv img {
    padding-top: 30px;
    height: calc(100% - 30px);
  }
  .top .contents-mv a {
    display: block;
    width: 70px;
    height: 17px;
    background-size: 7px auto;
    font-size: 9px;
    bottom: 12px;
  }

  /*MENU&PRICE*/
  .top-menu {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  .top-menu .img {
    width: 100%;
  }

  /*STAFF INTRO*/
  .top-staff {
    padding: 0 0 50px;
    background: none;
  }
  .top-staff-img {
    width: 100%;
    margin: 0 auto;
  }

  /*INSTAGRAM*/
  .top-instagram {
    padding: 0 0 50px;
  }
  .top-instagram ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .top-instagram ul li {
    width: 47%;
    height: auto;
    padding: 0 0 15px;
  }
  .top-instagram ul li:nth-of-type(3),
  .top-instagram ul li:nth-of-type(4) {
    padding-bottom: 0;
  }
  .top-instagram ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .top-instagram li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    left: 0;
  }

  /*SHOP INFO*/
  .top-shop-info {
    padding-top: 0;
    background-color: #fff;
  }
  .top-shop-info-wrap {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .top-shop-img {
    width: 100%;
    height: calc(100vw * 0.61875);
    padding-bottom: 17px;
  }
  .top-shop-img li {
    width: 100%;
    height: auto;
  }
  .top-shop-detail {
    width: 100%;
    line-height: 1.75;
  }
  .top-shop-detail h3,
  .top-shop-detail p {
    padding-bottom: 1.5em;
    text-align: center;
  }
  .top-shop-detail p .to-map {
    display: block;
    color: #4eaec3;
    text-align: center;
  }
  .top-shop-detail .shop-tel {
    padding-top: 5px;
    padding-left: 0;
    padding-bottom: 0;
    background: none;
    background-size: 20px auto;
    margin-bottom: 12px;
  }
  .shop-tel a {
    font-size: 14px;
    line-height: 1;
  }
  .shop-tel a:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background: url("../img/common/sp_h_tel_icon.png") no-repeat left center;
    background-size: 100% auto;
    content:"";
  }
  .top-btn-reserve a {
    box-sizing: border-box;
    display: block;
    width: 90%;
    height: 45px;
    padding-top: 14px;
    padding-left: 18px;
    border: 1px solid #b7b7b7;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.24em;
    text-align: center;
    position: relative;
  }
  .top-btn-reserve a::before {
    display: block;
    width: 16px;
    height: 15px;
    background: url("../img/common/sp_gn_reserve_icon.png") no-repeat;
    background-size: 100% auto;
    margin-right: 8px;
    content:"";
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -46px;
  }
  .map {
    width: 100%;
    height: 530px;
  }
  .map iframe {
    width: 100%;
    height: 100%;
  }
}

/*---------------------------------------------------------------------------------
MENU&PRICE
--------------------------------------------------------------------------------- */
.menu article {
  width: 900px;
  margin: 0 auto 145px;
}
.menu-read {
  box-sizing: border-box;
  width: 630px;
  padding: 25px 40px 17px;
  border: 1px solid #333;
  margin: 0 auto 95px;
}
.menu-read li {
  font-size: 30px;
  line-height: 2;
}
.menu-read li:first-letter {
  color: #e51373;
}

.menu-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-box {
  width: 425px;
  padding-bottom: 70px;
}
.menu-ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 55px;
}
.menu-ttl .name {
  display: inline-block;
  padding-bottom: 7px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.menu-ttl .name::before {
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  bottom: -1px;
  left: 0;
  content:"";
}
.menu-ttl .sub {
  font-size: 16px;
}
.menu-detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu-detail dt {
  width: 340px;
  padding-bottom: 35px;
  font-size: 16px;
}
.menu-detail span {
  font-size: 13px;
}
.menu-detail .note {
  color: #e51373;
}
.menu-detail dd {
  width: 85px;
  padding-bottom: 40px;
  text-align: right;
}
.menu-note {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #e51373;
}
.menu-notice {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  font-size: 16px;
  line-height: 1.3;
}
/* 2021-03-17 ※リタッチは4センチまで を次行に表示する為に追加  Start */
.menu-detail dt2 {
  width: 340px;
  padding-bottom: 0px;
  font-size: 16px;
}
.menu-detail dd2 {
  width: 85px;
  padding-bottom: 0px;
  text-align: right;
}
.menu-detail dttest {
  width: 340px;
  padding-bottom: 35px;
  font-size: 16px;
}
/* 2021-03-17 ※リタッチは4センチまで を次行に表示する為に追加  End   */

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .menu article {
    width: 90%;
    margin-bottom: 50px;
    margin-bottom: 50px;
  }
  .menu-read {
    width: 290px;
    padding: 17px 15px 9px;
    border: 1px solid #333;
    margin: 0 auto 40px;
  }
  .menu-read li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .menu-read li span {
    display: inline-block;
    background-image: linear-gradient(to right, #333, #333 2px, transparent 2px, transparent 2px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
  
  .menu-wrap {
    display: block;
  }
  .menu-box {
    width: 100%;
    padding-bottom: 25px;
  }
  .menu-ttl {
    margin-bottom: 22px;
  }
  .menu-ttl .name {
    padding-bottom:5px;
    font-size: 14px;
  }
  .menu-ttl .sub {
    font-size: 12px;
  }
  .menu-detail dt {
    width: calc(100% - 60px);
    padding-bottom: 15px;
    font-size: 12px;
  }
  .menu-detail span {
    font-size: 10px;
  }
  .menu-detail dd {
    width: 60px;
    padding-bottom: 15px;
  }
  .menu-note {
    padding-top: 5px;
    font-size: 12px;
  }
  .menu-notice {
    padding-top: 10px;
    border-top: none;
    font-size: 12px;
    line-height: 1.3;
  }
}

/*---------------------------------------------------------------------------------
STAFF INTRO
--------------------------------------------------------------------------------- */
.staff article {
  width: 900px;
  margin: 0 auto 60px;
}
.staff-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.staff-img {
  width: 425px;
}
.staff-detail {
  width: 425px;
  color: #000;
}
.staff-name {
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.staff-name-en {
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 1;
}
.staff-job {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 20px;
}
.staff-comment {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .staff article {
    width: 90%;
    margin: 0 auto 10px;
  }
  .staff-wrap {
    display: block;
    padding-bottom: 48px;
  }
  .staff-img {
    width: 100%;
    padding-bottom: 25px;
  }
  .staff-detail {
    width: 100%;
  }
  .staff-name {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .staff-name-en {
    padding-bottom: 4px;
    font-size: 11px;
  }
  .staff-job {
    font-size: 11px;
    padding-bottom: 12px;
  }
  .staff-comment {
    padding-top: 12px;
    border-top: 1px solid #e2e2e2;
  }
}

