@charset "UTF-8";
/* CSS Document */
.header {
  width: 56px;
  color: #FFF;
  position: absolute;
  right: 0;
  top: 56px;
  z-index: 100;
}
/*ハンバーガー*/
.openbtn {
  position: relative;
  background: #EB5A2C;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
/*ボタン内側*/
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #2D2828;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li a {
  color: #FFF;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  line-height: 25px;
}
#g-nav li p {
  font-size: 1.0rem;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #fff;
}
#g-nav li img {
  width: 75%;
  margin-bottom: 10px;
  margin-top: 10px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-left: 1px solid;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 17px;
}
.openbtn span:nth-of-type(2) {
  top: 26px;
}
.openbtn span:nth-of-type(3) {
  top: 35px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header__rotate-english {
  writing-mode: vertical-rl;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-left: 15px;
  display: flex;
}
.header h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
}
.header__since {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Playball', cursive;
  font-size: 2.6rem;
  margin-top: 30px;
}
@media(min-width:768px) {
  .header {
    width: 56px;
    color: #2D2828;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    height: 100vh;
    background: #fff;
    border-left: 1px solid;
  }
  .header h1 {
    margin-top: 60px;
  }
  /*リストのレイアウト設定*/
  #g-nav li a {
    padding: 10px 0;
    font-size: 2.0rem;
    line-height: 29px;
  }
  #g-nav li p {
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  #g-nav li img {
    width: 65%;
    margin-bottom: 15px;
    margin-top: 152px;
  }
  #g-nav {
    width: 40%;
  }
}
.start {
  background: #EB5A2C;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 48%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 280px;
}
.section-top {
  color: #fff;
  text-align: center;
  /*  padding-top: 56px;*/
  background-color: #2D2828;
}
.section-top__main-content {
  text-align: center;
  position: relative;
}
.section-top__rogo {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 5;
  width: 48%;
  max-width: 216px;
  transform: translateX(-50%);
  display: none;
}
.section-top__beside-you {
  width: 100%;
  height: auto;
  position: relative;
  left: -20px;
}
.section-top__beside-you_wrap {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 30%;
  z-index: 50;
  width: 75%;
  max-width: 471px;
}
.section-top h1 {
  margin-top: -40px;
}
.close_shop{
  background-color: #2D2828;
  color: #fff;
  font-size: 1.4rem;
 margin: 10px 30px;
  padding: 10px;
  line-height: 20px;
  letter-spacing: 2px;
}
.scissors__scroll_white {
  position: absolute;
  bottom: 60px;
  z-index: 80;
  color: #fff;
  transform: translateX(-50%);
  left: 50%;
}
.scissors__scroll_white_img {
  width: 40px;
}
.section-top a {
  text-decoration: none;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}
@media(min-width:768px) {
  .section-top__rogo {
    display: block;}
  
  .section-top {
    padding-top: 0px;
  }
  .section-top__rogo {
    transform: translateX(0%);
    left: 30px;
    box-sizing: border-box;
    top: 30px;
    width: 200px;
  }
  .section-top h1 {
    font-size: 2.0rem;
    line-height: 40px;
    margin-top: -80px
  }
}
.section-main__lead {
  text-align: center;
  margin: 100px 30px;
}
.section-main__lead h2 {
  font-size: 2.8rem;
  line-height: 55px;
}
.section-main__lead-sab {
  font-size: 1.7rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  margin-left: -25px;
  margin-right: -25px;
}
.lead__brackets1 {
  position: absolute;
  left: 30px;
  width: 60px;
}
.lead__brackets2 {
  position: absolute;
  right: 30px;
  margin-top: -140px;
  width: 60px;
}
.frame-box-001 {
  padding: 20px 16px;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.frame-box-001::before, .frame-box-001::after {
  content: '';
  width: 50px;
  height: 85px;
  position: absolute;
}
.frame-box-001::before {
  border-left: solid 18px #EEEBEB;
  border-top: solid 18px #EEEBEB;
  top: 0;
  left: 0;
}
.frame-box-001::after {
  border-right: solid 18px #EEEBEB;
  border-bottom: solid 18px #EEEBEB;
  bottom: 0;
  right: 0;
}
.section-main__lead-catch {
  padding-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 3px;
}
.section-main__lead-p {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  line-height: 42px;
}
.pal_Inside_img {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  justify-content: center;
  margin-top: 60px;
}
.pal_Inside_img img {
  width: 27.4vw;
  height: auto;
}
.English_title_Center {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 2px;
}
@media(min-width:1000px) {
  .section-main__lead-sab {
    font-size: 2.4rem;
    padding: 80px 50px 0px;
    letter-spacing: 2px;
  }
  .section-main__lead h2 {
    font-size: 3.8rem;
  }
  .English_title_Center {
    font-size: 3.4rem;
    padding-bottom: 30px;
  }
}
@media(min-width:768px) {
  .pal_Inside_img {
    gap: 25px;
    margin-top: 120px;
  }
  .frame-box-001 {
    padding: 40px 55px;
  }
  .section-main__lead {
    width: 65%;
    margin: 100px auto;
    padding-bottom: 100px;
  }
  .section-main__lead-catch br {
    display: none;
  }
  .section-main__lead-catch {
    padding-top: 0px;
  }
  .pal_Inside_img img {
    width: 16vw;
    height: auto;
  }
  .frame-box-001::before, .frame-box-001::after {
    width: 70px;
    height: 110px;
  }
  .frame-box-001::before {
    border-left: solid 23px #EEEBEB;
    border-top: solid 23px #EEEBEB;
    top: -60px;
    left: 0;
  }
  .frame-box-001::after {
    border-right: solid 23px #EEEBEB;
    border-bottom: solid 23px #EEEBEB;
    bottom: -30px;
    right: 0;
  }
  .section-main__lead-p {
    font-size: 2.0rem;
    line-height: 50px;
    margin-top: 50px;
    letter-spacing: 2px;
  }
}
.section-concept {
  margin-bottom: 130px;
}
.section-concept h3 {
  font-size: 2.6rem;
  line-height: 55px;
  margin-left: 30px;
  margin-right: 30px;
}
.pal-inside__store_img {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
  padding-left: 30px;
  max-width: 500px;
}
.section-concept__tex {
  margin: 20px 30px 0;
}
.scissors__scroll_black, .scissors__scroll_black2 {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 50px;
}
.scissors__scroll_black_img, .scissors__scroll_black_img2 {
  width: 40px;
}
.section-concept a {
  text-decoration: none;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}
@media(min-width:1000px) {
  .section-concept {
    width: 65%;
    margin: 100px auto;
  }
  .section-concept__container {
    display: flex;
    margin-top: 80px;
    width: 0 auto;
  }
  .pal-inside__store_img {
    margin: 0;
    padding-left: 0px;
  }
  .section-concept_text_warap {
    order: -1;
    width: 75%;
  }
  .section-concept h3 {
    margin-left: 0px;
    font-size: 3.2rem;
    margin-top: -15px;
    letter-spacing: 2px;
  }
  .section-concept__tex {
    margin-left: 0;
  }
  .scissors__scroll_black {
    margin-bottom: 200px;
    margin-top: 100px;
  }
  .scissors__scroll_black2 {
    display: none;
  }
}
.section-history {
  margin-top: 60px;
}
.section-history_container {
  margin-top: 80px;
  background-image: url("../images/top/history_backimage.jpg");
  background-repeat: no-repeat;
  height: 700px;
}
.section-history h2 {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  padding-top: 120px;
}
.Manager__img {
  text-align: right;
  margin-top: 120px;
}
.Manager__img-pc {
  display: none;
}
.history_tex_container {
  margin: 0px 20px 0;
  background-color: #fff;
  padding: 55px 25px 0px;
  position: relative;
  top: -200px;
}
.section-history h3 {
  font-size: 2.8rem;
  line-height: 55px;
  margin-bottom: 45px;
}
.section-history__subcopy {
  font-size: 1.8rem;
  font-weight:600;
  line-height: 35px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.manager-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 50px;
  letter-spacing: 3px;
}
.manager-name span {
  font-size: 1.4rem;
  margin-right: 10px;
}
.section-history a {
  text-decoration: none;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}
.store-sign {
  width: 100%;
  padding-right: 60px;
  text-align: left;
  position: relative;
  top: -150px;
  max-width: 500px;
}
.store-sign__pc {
  display: none;
}
.top_history_lead br {
  display: none;
}
@media(min-width:1000px) {
  .section-history h2 {
    font-size: 3.4rem;
    text-align: left;
    width: 65%;
    margin: 100px auto;
  }
  .Manager__img {
    display: none;
  }
  .Manager__img-pc {
    display: block;
    text-align: right;
    margin-top: 120px;
  }
  .Manager__img-pc img {
    width: 55%;
    margin-top: -140px;
  }
  .section-history_container {
    margin-top: 50px;
    height: 600px;
  }
  .history_tex_container {
    width: 65%;
    margin: 100px auto;
    padding: 55px 55px 0px;
    display: flex;
    margin-bottom: 0;
  }
  .store-sign {
    display: none;
  }
  .store-sign__pc {
    display: block;
    margin-left: -50px;
  }
  .store-sign__pc img {
    width: 22vw;
  }
  .top_history_lead {
    margin-right: 50px;
  }
  .top_history_lead br {
    display: block;
  }
  .section-history h3 {
    font-size: 3.2rem;
    letter-spacing: 2px;
    margin-bottom: 60px;
  }
  .section-history__subcopy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.section-gallery {
  margin: 0px 30px 80px;
}
.section-gallery__cutimage {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.section-gallery img {
  height: 100%;
  width: calc(50% - 22px);
}
@media(min-width:768px) {
  .section-gallery img {
    height: 100%;
    width: calc(25% - 22px);
  }
  .section-gallery {
    width: 60%;
    margin: 100px auto;
    margin-top: 0;
  }
  .section-gallery__cutimage {
    margin-top: 80px;
    padding-bottom: 50px;
  }
}
.section-reservation {
  height: 460px;
  background-color: #F5F5F5;
  padding: 60px 30px;
  text-align: center;
}
.section-reservation__tex {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  line-height: 38px;
}
.hotpepper_conversion_btn {
  text-decoration: none;
  background-color: #EB5A2C;
  color: #fff;
  padding: 13px 49px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
}
.section-menu h2 {
  margin: 160px 30px 40px;
}
.section-menu_text {
  margin-left: 30px;
  margin-right: 30px;
}
.section-menu a {
  text-decoration: none;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}
.section-menu__more {
  margin-top: 40px;
  border-bottom: 1px solid;
  width: 55px;
  margin-left: auto;
  margin-right: 24px;
}
.section-menu_store-img {
  margin-top: 40px;
  margin-bottom: 150px;
  padding-left: 60px;
  width: 100%;
  text-align: left;
}
@media(min-width:900px) {
  .section-menu {
    width: 65%;
    margin: 100px auto;
  }
  .section-menu__container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .section-menu_store-img {
    width: 50%;
    padding-left: 0;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .section-menu h2 {
    margin: 0px 0px 30px;
    text-align: left;
  }
  .section-menu_text {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section-menu__more {
    margin-top: 40px;
  }
  .section-reservation {
    height: 400px;
    padding: 80px 30px;
  }
  .section-reservation__tex {
    margin-top: 10px;
  }
}
.section-access h2 {
  margin-bottom: 50px;
}
.googlemaps-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.google_jump {
  color: #333;
  text-decoration-line: none;
  text-align: center;
}
.section-access_pal-name {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 80px;
}
.access_address {
  margin: 20px 30px;
  text-align: center;
}
.access_address dt {
  margin-bottom: 13px;
  margin-top: -10px;
}
.access_address_point {
  font-size: 1.6rem;
  font-weight: bold;
}
.access_address dd {
  font-size: 1.3rem;
  line-height: 23px;
  margin: 30px 0;
}
.section-Reservation__details-wrap {
  text-align: center;
  margin-top: 100px;
}
.hotpepper_conversion_btn {
  text-decoration: none;
  background-color: #EB5A2C;
  color: #fff;
  padding: 13px 49px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
}
.section-Reservation__details-wrap {
  text-align: center;
  margin-top: 100px;
}
.section-Reservation__details_tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.3rem;
  letter-spacing: 2px;
  margin-top: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-Reservation__details_tel a {
  text-decoration: none;
}
.section-Reservation__details_tel span {
  font-size: 2.4rem;
}
.termination-reception {
  font-size: 1.3rem;
}
.section-Reservation__details ul {
  margin: 50px 30px 80px;
  padding: 0 20px 20px;
  border: 1px solid;
  list-style: none;
  line-height: 29px;
}
.section-Reservation__details dt {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}
.section-Reservation__details dd {
  text-decoration: none;
}
@media(min-width:768px) {
  .section-Reservation__details_tel {
    font-size: 3.8rem;
    letter-spacing: 2px;
  }
  .googlemaps-img {
    height: 550px;
  }
  .section-access_pal-name {
    font-size: 3.6rem;
  }
  .access_address br {
    display: none;
  }
  .section-Reservation__details ul {
    margin: 60px auto 100px;
  }
  .termination-reception {
    font-size: 16px;
  }
  .section-Reservation__details-wrap br {
    display: none;
  }
  .access_address_point {
    font-size: 1.6rem;
    font-weight: 300;
    padding-right: 10px;
  }
  .access_address dd {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  .access_address dt {
    margin-bottom: 30px;
  }
}
/*リンクの形状*/
#page-top a {
  margin: 0 auto 50px auto;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #999 #999 transparent transparent;
  transform: rotate(-45deg);
  cursor: pointer;
}
#page-top a:hover {
  background: #777;
}
@media(min-width:768px) {
  .section-Reservation__details {
    width: 65%;
    margin: 100px auto;
  }
}
@media(min-width:768px) {
  main {
    margin-right: 56px;
  }
}
.footer {
  background-image: url("../images/top/footer_backimage.jpg");
  background-color: #2D2828;
  padding-top: 55px;
  padding-bottom: 150px;
  color: #fff;
  text-align: center;
}
.footer__container {
  text-align: center;
}
.footer img {
  width: 180px;
}
.conversion-scroll__bun {
  display: block;
  position: fixed;
  width: 100%;
  margin-left: 20px;
  margin-bottom: 10px;
  bottom: 0;
  z-index: 8000;
}
.footer small {
  color: #FFF;
  font-size: 1.3rem;
  margin-top: 20px;
}
@media(min-width:768px) {
  .footer {
    padding-right: 56px;
  }
  .conversion-scroll__bun {
    display: none;
  }
}