@charset "UTF-8";
/*独自
----------------------------------------*/
.btn_box a {
  font-size: 3rem;
}
@media screen and (max-width:768px) {
  footer {
    padding-bottom: 20vh /*スマホ固定タブ回避用*/ ;
  }
}
/*header
----------------------------------------*/
#location_detail header {
  line-height: 1;
  background: #000;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
#location_detail header .inbox {
  padding: 1.5em 0;
}
#location_detail header h1 {
  font-size: 3.5rem;
  letter-spacing: 0;
}
.contact_box {
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #000;
  border-top: 3px solid #cb2121;
  padding: 1.2em 1.5em 1em;
  line-height: 1;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}
a.phone {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #333 !important;
  font-size: 2.5em;
  text-decoration: none;
  margin-top: 0.2em;
}
a.phone:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../image/icon_contact.png) no-repeat center bottom;
  background-size: contain;
  margin-right: 0.2em;
}
@media screen and (min-width:769px) {
  .contact_box {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border-radius: 0 0 0.5em 0.5em;
  }
  #location_detail header h1 {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  .contact_box {
    width: 100%;
    position: fixed;
    right: left;
    bottom: 0;
  }
}
/*location_top_slider
----------------------------------------*/
.location_top_slider {
  position: relative;
  overflow: hidden;
  height: 500px;
  text-align: center;
}
.location_top_slider li {
  float: left;
  width: auto !important;
}
.location_top_slider li img {
  height: 500px;
}
@media screen and (max-width:768px) {
  .location_top_slider, .location_top_slider li img {
    height: 25vh;
  }
}
/*information
----------------------------------------*/
#information {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
/*feature
----------------------------------------*/
#feature {
  padding-top: 5rem;
}
#feature .inbox {
  padding-bottom: 0;
}
#feature .column_box.hami, #feature .column_box.mimi {
  padding: 5rem 0;
  position: relative;
}
#feature .column_box {
  padding: 1em 0;
}
@media screen and (min-width:769px) {
  #feature .inbox {
    z-index: 4;
  }
  #feature h3 {
    font-size: 2.8rem;
  }
  #feature .txt_box {
    width: 50%;
  }
  #feature .img_box {
    position: relative;
    flex: 1;
    z-index: 2;
  }
  #feature .hami .img_box img {
    display: block;
    position: absolute;
    max-width: 800px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #feature .mimi .img_box img {
    display: block;
    position: absolute;
    max-height: 450px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #feature .column_box:nth-of-type(odd) .img_box img {
    left: 0;
  }
  #feature .column_box:nth-of-type(even) .img_box img {
    right: 0;
  }
  #feature .column_box.hami:nth-of-type(odd) .img_box img {
    left: -2em;
  }
  #feature .column_box.hami:nth-of-type(even) .img_box img {
    right: -2em;
  }
  #feature .column_box:nth-of-type(odd) .img_box {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
  #feature .column_box:nth-of-type(even) .img_box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    text-align: right;
  }
  #feature .column_box:nth-of-type(even) {
    position: relative;
    flex-direction: row-reverse;
  }
}
#feature .column_box:nth-of-type(even):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #272521 url(../image/bg_metal.jpg) repeat left top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
/*recommend
----------------------------------------*/
#recommend {
  background: #333;
  position: relative;
  overflow: hidden;
}
#recommend .inbox {
  position: static;
}
#recommend h3 {
  text-align: center;
}
#recommend h3:before {
  display: block;
  content: "Recommend Menu";
  font-family: "Qwitcher Grypen", cursive;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  opacity: 0.1;
  left: 0;
  top: -0.32em;
  font-size: 20rem;
  line-height: 1;
}
.menu_slider {
  position: relative;
  overflow: hidden;
}
.menu_slider li {
  float: left;
  text-align: center;
  padding: 0 0.5em;
}
.slide-prev, .slide-next {
  display: block;
  width: 6rem;
  height: 6rem;
  background: url(../image/arrow_prev.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 15rem;
  z-index: 10;
}
.slide-prev {
  left: 0;
}
.slide-next {
  right: 0;
  background-image: url(../image/arrow_next.png);
}
.menu_slider p {
  line-height: 1.4;
}
.menu_slider img {
  height: 350px;
}
.txt_box {
  padding: 0.5em 5%;
}
.menu_slider h4 span {
  font-size: 0.75em;
}
.menu_slider h4 strong {
  font-size: 1.3em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width:769px) {
  .menu_slider h4 {
    font-size: 1.25em;
    display: flex;
    justify-content: space-between;
  }
  .txt_box {
    text-align: left;
  }
}
@media screen and (max-width:768px) {
  #recommend .inbox {
    padding-left: 0;
    padding-right: 0;
  }
  .slide-prev, .slide-next {
    top: 16vh;
  }
  #recommend .slick-slide:not(.slick-center) {
    opacity: 0.5;
  }
  .menu_slider h4 span {
    margin: 0 1em;
  }
  .menu_slider img {
    height: auto;
    width: 100%;
  }
}
/*spec_box
----------------------------------------*/
@media screen and (min-width:769px) {
  .spec_box {
    display: flex;
    flex: 1;
    gap: 5em;
    justify-content: center;
    margin-top: 7rem;
  }
  .spec_box h3 {
    writing-mode: vertical-rl;
    padding-top: 0.5em;
  }
}
@media screen and (max-width:768px) {
  #about .inbox {
    display: flex;
    flex-direction: column-reverse;
  }
  #about h3 {
    text-align: center;
  }
}
/*contact
----------------------------------------*/
#contact {
  background: #272521;
  text-align: center;
}
#contact a.phone {
  color: #fff !important;
}
#contact a.phone:before {
  background-image: url(../image/icon_contact2.png);
}
/*location_list
----------------------------------------*/
#location_list main {
  background: #141414;
  padding: 2em 0;
}
#location_list header .inbox {
  padding: 5rem 0;
}
#location_list h2 {
  position: relative;
  font-size: 3.5rem;
}
#location_list h2:before, #location_list h2:after {
  content: "";
  display: block;
  background: #fff;
  width: 30%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#location_list h2:before {
  left: 0;
}
#location_list h2:after {
  right: 0;
}
#location_list dd.img_box {
  position: relative;
}
#location_list .icon_list {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)90%);
  padding: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.9em;
}
@media screen and (max-width:768px) {
  .location_box dl {
    width: 100%;
  }
  .location_box dt {
    font-size: 1.2em;
  }
}
/*overseas_box
----------------------------------------*/
.overseas_box dl {
  padding: 2em 0;
}
.overseas_box dl + dl {
  border-top: 1px solid #555;
}
.overseas_box dt {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.overseas_box dd strong:before {
  content: "◼︎";
  margin-right: 0.2em;
}
.overseas_box dd strong {
  min-width: 11em;
  display: inline-block;
  font-weight: 400;
}
@media screen and (min-width:769px) {
  .overseas_box dt, .overseas_box dd {
    padding: 0.5em 1em;
  }
  .overseas_box dt {
    width: 20%;
    float: left;
    font-size: 1.2em;
  }
  .overseas_box dd {
    margin-left: 22%;
  }
  .overseas_box p {
    display: inline-block;
  }
}
@media screen and (max-width:768px) {
  .overseas_box dd {
    margin-bottom: 1em;
  }
  .overseas_box dd strong {
    display: block;
  }
}