@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/*
  Theme Name: AIC
  Author: GOODCROSS
*/

/*
  common
-----------------------------------------------------------------*/
html {
font-size: 62.5%;
}
body {
  background: #180101;
  font-family: 'Noto Sans JP', sans-serif!important;
  font-size: 100%;
  line-height: 2;
  font-size: 1.6em;
  margin: 0;
  width: 100%;
  height:100%;
  color: #fff;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}
h1,h2,h3,h4,h5{
  font-weight: 600;
  font-family: "Playfair Display", serif;
  line-height: 1.5;
}
h1{font-size: 3rem;}
h2{font-size: 2.6rem;}
h3{font-size: 2rem;}
h4{font-size: 1.8rem;}
h5{font-size: 1.6rem;}
.font-s{font-size:0.9em;}
.font-l{font-size:2.4em;}
.font-ll{font-size:3.4em;}
.font-lll{font-size:4em;}
.i-pc,.b-pc{display: none;}
.i-sp{display: inline;}
.b-sp{display: block;}

.small{line-height: 1.4;}

a, a:focus, *:focus{
  outline: none;
  word-break: break-all;
}
a,a:visited,a:focus,a:hover{
  color: #4184f3;
  text-decoration: none;
}
.a-wh,a.a-wh:visited,a.a-wh:focus,a.a-wh:hover{color:#fff;text-decoration: none;}
.a-bk,a.a-bk:visited,a.a-bk:focus,a.a-bk:hover{color:black;text-decoration: underline;}
dt,dd{
  font-weight: normal;
  line-height: 1.6em;
}


.bk-wh{
  background: #fff;
}

.bk-lgy{background:#f2f2f2;}
.bk-dgy{
  background:#434343;
  color: #fff;
}

.cl-rd{color: #a10f0f;}
.cl-gy{color: #999;}
.text-ul{text-decoration: underline 2px;}


.hov,.hov img{
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hov:hover{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov:hover img{
  opacity: 0.8;
  filter: alpha(opacity=70);
}
.hov-tform{
  display: block;
  overflow: hidden;
  position: relative;
}
.hov-tform img {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: auto;
  max-width: 100%;
}
a:hover>div img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
  .text-c-l{
    text-align: center;
  }

.mb-15{margin-bottom: 15px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}


img{max-width: 100%;}
.img-70{display: block; max-width: 70%; margin: 0 auto;}
.btn-m{display:inline-block;padding:0.2em 1.5em; background: #ddd ;border-radius: 100vh;border:none;}
.btn-bk{background: #000; color: #fff!important;}
.btn-dgr-l{background: #fff; color: #360!important;border: 1px solid #360;}
.btn-inline .btn-m{margin: 0 10px;}

.border-bwn-sld > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.breadcrumb{background: none;}
.table-responsive th,.table-responsive td {
  white-space: nowrap;
}
.hidden_pc{
  display: inline!important;
}
.hidden_sp{
    display: none!important;
}

.button-link a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  border: 1px solid #7e6a26;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 10px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index:999;
  transition: all 0.3s;
}
.button-top .button-link a {
  text-align: center; 
  padding: 5px 30px;
  margin: 0;
}
.button-top {
  position: absolute;
  right: 30px;
  top:-140px;
  z-index: 5;
}


.button-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
  height: 1px;
  background: #e0b012;
  transition: all 0.3s ease;
}

.button-link a:hover::after {
  animation: OutIn-Line 700ms;
  transition: all 0.3s;
}
.button-link.btn-red a{
  background: #a10f0f;
}
.btn a {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
  border: 1px solid #7e6a26;
  display: block;
  box-sizing: border-box;
  text-align: center; 
  padding: 8px 32px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: none;
}

@keyframes OutIn-Line {
    0% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    50.1% {
        -webkit-transform: scale3d(0,1,1);
        transform: scale3d(0,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

/*layout
-----------------------------------------------------------------*/
.row-30 {margin: 0 -30px;}
.row-30 > div { padding: 0 30px;}
.col-15 > div { margin-bottom: 15px;}
.col-30 > div { margin-bottom: 30px;}
.col-60 > div { margin-bottom: 60px;}



.title-container{
  text-align: center;
  margin-bottom: 1em;
}
.title-section{
  margin-bottom: 1em; 
}
.title-border-r {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.title-border-r::after {
  margin-left: 2rem;
}
.title-border-r::after {
  border-top: 1px solid #666;
  content: "";
  flex-grow: 1;
}

.cont{
  padding-bottom: 3rem;;
  }
.cont-bb{
padding-bottom: 3rem;;
margin-bottom: 5rem;
border-bottom: 1px solid #ddd;
}

.container-wrap{
  margin-left: auto;
  margin-right: auto;
  padding:40px 0 40px 0;
}
.container-wrap-top{
  padding:110px 0 40px 0;
}
.container-wrap-cp{
  margin-left: auto;
  margin-right: auto;
  padding:40px 0 30px 0;
}
.container-fluid-0{
  padding:0;
}
.box-gy-l{
  border: 1px solid #ddd;
  padding: 1rem;
  color: #999;
}


/*ぼやけアニメーション*/

.blur-box {
  filter: blur(8px);
  opacity: 0;
  transition: filter 1s ease-out, opacity 1s ease-out;
  will-change: filter, opacity;
}

.blur-box.in-view {
  filter: blur(0px);
  opacity: 1;
}

/*一文字ずつアニメーション*/
 .title-animate span {
      display: inline-block;
      transform: translateY(20px);
      opacity: 0;
      transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .title-animate.in-view span {
      transform: translateY(0);
      opacity: 1;
    }

    /* アニメーションの遅延を追加（20文字まで） */
    .title-animate.in-view span:nth-child(1) { transition-delay: 0s; }
    .title-animate.in-view span:nth-child(2) { transition-delay: 0.05s; }
    .title-animate.in-view span:nth-child(3) { transition-delay: 0.1s; }
    .title-animate.in-view span:nth-child(4) { transition-delay: 0.15s; }
    .title-animate.in-view span:nth-child(5) { transition-delay: 0.2s; }
    .title-animate.in-view span:nth-child(6) { transition-delay: 0.25s; }
    .title-animate.in-view span:nth-child(7) { transition-delay: 0.3s; }
    .title-animate.in-view span:nth-child(8) { transition-delay: 0.35s; }
    .title-animate.in-view span:nth-child(9) { transition-delay: 0.4s; }
    .title-animate.in-view span:nth-child(10) { transition-delay: 0.45s; }
    .title-animate.in-view span:nth-child(11) { transition-delay: 0.5s; }
    .title-animate.in-view span:nth-child(12) { transition-delay: 0.55s; }
    .title-animate.in-view span:nth-child(13) { transition-delay: 0.6s; }
    .title-animate.in-view span:nth-child(14) { transition-delay: 0.65s; }
    .title-animate.in-view span:nth-child(15) { transition-delay: 0.7s; }
    .title-animate.in-view span:nth-child(16) { transition-delay: 0.75s; }
    .title-animate.in-view span:nth-child(17) { transition-delay: 0.8s; }
    .title-animate.in-view span:nth-child(18) { transition-delay: 0.85s; }
    .title-animate.in-view span:nth-child(19) { transition-delay: 0.9s; }
    .title-animate.in-view span:nth-child(20) { transition-delay: 0.95s; }



/*form
-----------------------------------------------------------------*/
.form-group {
  margin-bottom: 1.5rem;
}
.btn,.form-control,.form-control-plaintext,.custom-select{font-size: 100%;}
.form-check-input {
  margin-top: 1rem;
  margin-left: -2rem;
}
textarea{width: 100%;}
.form-changed,.form-changed input{color: #dc3545!important;}
#form-submit{
  background: #a10f0f;
  padding: 0.5em 5em;
  border-radius: 30px;
  color: #fff;
}
#form-submit a{
  color: #fff;
}

/*header
-----------------------------------------------------------------*/
header{
  position: fixed;
  z-index: 100;
  width: 100%;
  top:0;
}
header button{
  background: none;
  border: 0;
}
header button i{
  color: #fff;
}

/* スマホ用メニュー（900px以下） */

header .logo{
  width: 80px;
  position: absolute;
  top:20px;
  left:3%;
}
header .logo img{
  width: 100%;
}
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  color: #fff;
  z-index: 10000;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
  transition: opacity 0.4s ease;
}
#menu-toggle{
  position: absolute;
  top:15px;
  right: 15px;
}
.fullscreen-menu.active {
  display: flex;
}

.fullscreen-menu .close-btn {
  position: absolute;
  top: 1rem;
  right: 30px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  z-index: 10001;
}

.fullscreen-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fullscreen-menu .menu li {
  margin: 1.5rem 0;
  position: relative;
}

.fullscreen-menu .menu li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.fullscreen-menu .menu li a i{
  font-size: 0.5em;
}

.menu li.has-submenu > a {
  cursor: pointer;
}

.menu li.has-submenu > .submenu {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
  list-style: none;
  padding: 1em;
}

.menu li.has-submenu.open > .submenu {
  display: block;
}

.menu .submenu li a {
  font-size: 1.6rem;
  opacity: 0.85;
  display: block;
  margin-top: 0.5rem;
}


@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* PC表示用（901px以上） */
@media (min-width: 901px) {

  #menu-toggle,
  #menu-close {
    display: none !important;
  }

  #fullscreen-menu {
    display: flex !important;
    position: static;
    flex-direction: row;
    height: auto;
    width: auto;
    background: transparent;
    padding: 0;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 60px;

  }

  .fullscreen-menu .menu {
    display: flex !important;
    gap: 3rem;
    align-items: center;
  }

  .fullscreen-menu .menu li {
    margin: 0;
    position: relative;
    list-style: none;
  }

  .fullscreen-menu .menu li a {
    font-size: 1em;
    color: #fff;
  }
  .fullscreen-menu .menu li a i{
    font-size: 0.5em;
  }

  .menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #211414;
    padding: 1em 1em;
    display: none;
    min-width: 160px;
    z-index: 9999;
  }

  .menu li:hover > .submenu {
    display: block !important;
  }

  .menu .submenu li a {
    color: #fff;
    font-size: 1em;
    padding: 0.7rem 0.5rem;
    display: block;
    white-space: nowrap;
  }
}

/*footer
-----------------------------------------------------------------*/
footer{
  margin-top: 100px;
  border-top: 1px solid #666;
}
#footer-logo{
  width: 300px;
}
#footer-info,#footer-sitemap,#footer-menu{
  color:#fff;
}
#footer-sitemap a,#footer-menu a,#go-page-top a{
  color:#fff;
}

#footer-sitemap dt{
  color:#999;
  font-weight: 700;
  margin:0 0 10px 0;
}
#footer-sitemap dd{
  font-size: 16px;
  line-height: 1.6
}
#footer-sitemap dd >div{
  margin-bottom: 8px;
}
#footer-sns img{width: 25px;margin: 5px 10px 0 0;}
#footer-menu{
  padding:10px 0 30px;
}
#footer-menu,#footer-menu a{color: #999;}
#footer-menu li{
  padding:  0 8px;
}
#footer-menu li + li{
  border-left: 1px solid #666;
}
#copy{
  text-align: center;
}




/*top page
-----------------------------------------------------------------*/

/*#swiper------------*/
.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide img{
  width: 100%;
}
#swiper-mv.swiper {
    width: 100%; 
    max-width: 100%;
    /*height: auto; 
    aspect-ratio: 2 / 1; 
    margin: 50px auto;*/
    height: 100vh;
    height: 100svh;  /* 小さいビューポート（UI表示時） */
    height: 100dvh;  /* 動的ビューポート（UIの表示/非表示で追従） */
    overflow: hidden;
}
.swiper-resto.swiper {
    width: 100%; 
    max-width: 100%;
    height: auto; 
    aspect-ratio: 2 / 1; 
}
.swiper-resto.swiper .swiper-slide img{
    opacity: 0.7;
}
.swiper-slide img {
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}
.swiper-slide.slide-oggi img {
    object-position: top left;
}
span.swiper-pagination-bullet-active {
    background-color: #fff;
}
@media (max-width: 768px) {
    #swiper-mv.swiper {
        aspect-ratio: 4 / 3; 
    }
}

@media (max-width: 480px) {
    #swiper-mv.swiper {
        aspect-ratio: 1 / 1;
}
/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
}
/* text */

.overlay-box {
  position: absolute;
  top:160px;
  left:8%;
  z-index: 100;
}

.overlay-box div .mv-title{
  color: #fff;
  font-family:"Playfair Display", serif;
  line-height: 1.4;
  font-size: 8vw;
}
.overlay-box2{
  position: absolute;
  bottom:15px;
  right:10%;
  z-index: 100;
}
.overlay-box2 div{
  width: 200px;
}
.overlay-box2 div img{
  width: 100%;
}

@media only screen and (min-width : 900px) {

  .overlay-box div .mv-title{
    font-size: 3vw;
  }
  .overlay-box2 div{
    width: 340px;
  }
}




/*#features------------*/
#features{margin-top: 100px;margin-bottom: 100px;}
#features .feature-text{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;      
    max-width: 100%;  
}
#features .feature-text h2{
  letter-spacing: 0.1em;
}
feature-text
#features .feature-text .catch img{
  width:300px;
}
#features .feature-text .lead{
  margin-top:15px;
  font-size: 24px;
  font-weight: bold;
}
#features .flex-cont:nth-of-type(1){
  position: relative;
  background-size: cover;
}
/*#features #feature01.flex-cont{background: url(./images/f-01.jpg) no-repeat;}
#features #feature02.flex-cont{background: url(./images/f-02.jpg) no-repeat;}*/

#features #feature02.flex-cont{
  background-position: 30% top;
}
@media only screen and (max-width: 992px) {
  .page-id-13 .swiper-wrapper,
  .page-id-85 .swiper-wrapper,
  .page-id-91 .swiper-wrapper{
    height: 40vh;
  }
  #features .flex-cont:nth-of-type(1){
    height: 300px;
  }

}
@media only screen and (min-width: 768px) {
  #features .bk-dgy.flex-cont{
    background-size: 20% top;
  }
  #features #feature02.flex-cont{
    background-position: left top;
  }
}


.profile-img{max-width: 250px;}
.profile-history dl{display: flex;}
.profile-history dl dt{width: 70px;}
.profile-history dl dd{flex: 1;}


/*--------   price   ---------*/
/*
.price-card{
  display: block;
  background: #fff;
  position: relative;
  text-align: center;
  padding: 30px 0 40px;
  margin-bottom: 30px;
  border-radius: 20px;
}*/
/*--------   flow   ---------*/
/*
.flexitem{
  display: flex;
}
.flow-card{
  text-align: center;
  background: #fff;
  padding:15px 10px 30px;
  border-radius: 20px;
  padding: 30px;
}
.flow-no{
  position: absolute;
  width: 70px;
  left: 40px;
  top: -20px;
}
.flow-title{
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
}

.flow-img img{
  margin: 5px 0 10px;
}
.flow-img img{
  width: 60%;
}
.flow-txt{
  line-height: 1.4;
}
.btn-text-dn{font-weight: 400;}
.howto-notice{
  margin-top: 0px;
}
.howto-notice img{
  width: 70px;
}
.howto-notice h5{
  color: #360;
}*/
/*--------   10free   ---------*/

/*--------   table price   ---------*/
/*page
-----------------------------------------------------------------*/
#lead-top{margin-top: 100px;}
#lead-page{margin-top: 100px;}
#restaurant-img{margin-top:240px; margin-bottom: 30px;}
#menu{margin-bottom: 100px;}
#seats{margin-bottom: 100px;}
#staff{margin-bottom: 100px;}
#access{margin-bottom: 100px;}
#reserve{margin-bottom: 40px;}
#restaurant-img>div{position: relative;}
#restaurant-img h1{
  position: absolute;
  z-index: 5;
  top:-85px;
  left:40px;
  font-size: 3.5rem;
}

.border{
  border: 1px solid #666!important;
}
.bk-box{
  padding: 3em 2em;
  background: #211414;
}
.gmap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    /* アスペクト比 */
    height: 0;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sns-icons{
  margin-top: 40px;
}
.sns-icons a{
  color: #fff;
}
.sns-icons i{
  font-size: 4rem;
  margin: 0 7px;
}
#law ul li {
    border-top: 1px solid #666;
    padding: 0.5em 0;
}
.staff-photo{
  text-align: center;
}
.staff-photo img{
  width: 150px;
}
.contact-tel{
  font-size: larger;
}
.about-tosage img{
  width: 170px;
}
.about-tosage div{
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.6;
}
/*instagram*/
#new-is{
  text-align: center;
  margin: 50px auto;
}
.new-is-btm{
  margin-top: 30px;
}
.new-is{
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: smaller;
  padding: 15px 50px 10px;
}
.new-is-title{
 font-size: 12px;
 line-height: 1.2;
 text-align: left;
 margin-right: 15px;
}
.new-is a{
  color: #fff;
}
.new-is i{
  font-size: 35px;
  line-height: 1;
}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
}


.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .bi-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

/*
  media queries
-----------------------------------------------------------------*/
@media only screen and (max-width:768px){

}

@media only screen and (min-width : 768px) {
  body {
    font-size: 1.8em;
  }
  h1{font-size: 4rem;}
  h2{font-size: 4.4rem;}
  h3{font-size: 3.4rem;}
  h4{font-size: 2.4rem;}
  h5{font-size: 1.8rem;}
  h1 .main-for{
    font-size: 3.2rem;
  }
  .i-sp,.b-sp{display: none;}
  .i-pc{display: inline;}
  .b-pc{display: block;}
  .font-s{font-size:0.75em;}
  h1#logo{
    width:120px;
    position: fixed;
    z-index: 1050;
    left: 15%;
    transition: .2s;
  }
  h1#logo.is-small{
    width:100px;
    transition: .2s;
  }
  .container-inner{
    padding:50px 100px 100px;
  }
  #footer-menu li{padding:  0 20px;}
  #copy{
    text-align: right;
    margin: 0;
  }
  #main-view{ padding: 75px 0 0;}
  #h1-top{
    font-size: 6.5rem;
  }
}


@media only screen and (min-width : 992px) {
  .header{padding: 10px}
  h1#logo{
    left: 15%;
  }
  .col-15 > div ,.col-30 > div ,.col-60 > div { margin-bottom: 0;}
  .text-l-c{
    text-align: center;
  }
  .text-c-l{
    text-align: left;
  }
  .container-wrap{padding:64px 0 64px 0;}
  .container-wrap-top{padding:150px 0 64px 0;}
  .container-wrap-cp{padding:40px 0 40px 0;}
  .main-price500{
    margin: 0 auto;
  }
  .gmap {
    width: 100%;
    padding-top: 100%;

  }
    .staff-photo{
    text-align: right;
  }
  #restaurant-img{margin-top:180px; margin-bottom: 120px;}
  #restaurant-img h1{
  left:50px;
  font-size: 7rem;
  }
  .button-top {
    top:-90px;
  }
  #restaurant-img h1{
    top:-70px;
  }
 
}

