@charset "UTF-8";
/* 追加分
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

header h1 {
  margin-bottom: 1rem;
}
header nav ul li {
  margin-bottom: 5px !important;
}
header nav ul li a img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

* img {
  max-width: 100%;
  height: auto;
}

* .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  * .pc {
    display: none;
  }
}

* .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  * .sp {
    display: block;
  }
}

.movie {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .movie {
    max-width: 90%;
    margin: auto;
  }
}
.movie h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.movie .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .movie .row {
    display: block;
  }
}
.movie .row .col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .movie .row .col {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #000;
  }
}
.movie .row .col iframe {
  width: 100% !important;
  height: 15vw !important;
}
@media screen and (max-width: 767px) {
  .movie .row .col iframe {
    width: 100% !important;
    height: 52vw !important;
  }
}

.omakase_n {
  padding: 0 5%;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .omakase_n {
    margin-bottom: 2rem;
  }
}
.omakase_n h2 {
  margin-bottom: -1rem;
  z-index: 1;
}
.omakase_n .col {
  padding: 0;
  margin-bottom: 2rem;
}
.omakase_n .col .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 30%;
  grid-template-columns: 1fr 30%;
  grid-column-gap: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .omakase_n .col .row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .omakase_n .col .row .img {
    padding-top: 1rem;
    text-align: center;
  }
  .omakase_n .col .row .img img {
    width: 80%;
    height: auto;
  }
}
.omakase_n .col h3 {
  margin-bottom: 1rem;
}

.kodawari {
  max-width: 94%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .kodawari {
    margin-bottom: 2rem;
  }
}
.kodawari h2 {
  margin-bottom: -0.5rem;
  text-align: center;
}
.kodawari h2 img {
  max-width: 90%;
  margin: auto;
}
.kodawari .other {
  margin-top: 2rem;
}

.price {
  max-width: 94%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .price {
    margin-bottom: 2rem;
  }
}
.price h2 {
  margin-bottom: -0.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.price .btn {
  width: 100%;
  padding-top: 2rem;
  text-align: right;
}
.price .btn a {
  display: inline-block;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .price .btn a {
    font-size: 0.9rem;
  }
}

.support {
  max-width: 94%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .support {
    margin-bottom: 2rem;
  }
}
.support h2 {
  margin-bottom: -0.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.support .table {
  margin-bottom: 2rem;
  padding: 0 1%;
}
.support .att span {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
}
.support .att span img {
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .support .att span img {
    max-width: 90%;
  }
}
.support .att .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 30px 1fr;
  grid-template-columns: 35% 1fr;
  grid-column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .support .att .row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .support .att .row .img {
    text-align: center;
    margin-bottom: 1rem;
  }
  .support .att .row .img img {
    max-width: 60%;
  }
}
.support .att .row .txt {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .support .att .row .txt {
    padding: 0 5%;
    line-height: 1.6;
  }
}

.promise {
  max-width: 94%;
  margin: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .promise {
    margin-bottom: 2rem;
  }
}
.promise h2 {
  margin-bottom: -0.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
.promise .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 35%;
  grid-template-columns: 1fr 35%;
  grid-column-gap: 30px;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .promise .row {
    display: block;
  }
}
.promise .row .txt {
  line-height: 1.8;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .promise .row .txt {
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
.promise .row .txt span {
  color: red;
}
.promise .row .img img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .promise .row .img img {
    width: 90%;
  }
}

.contact_bottom_txt {
  padding-top: 4rem;
  padding-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_bottom_txt {
    padding-top: 2rem;
  }
}
.contact_bottom_txt img {
  max-width: 70%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact_bottom_txt img {
    max-width: 90%;
  }
}

.contact_box {
  width: 95%;
  margin: 2rem auto;
  background-image: url(../img/contact_bg.png);
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .contact_box {
    display: none;
  }
}
.contact_box h2 {
  background: #fff;
}
.contact_box > span {
  display: block;
  text-align: center;
}
.contact_box > span img {
  max-width: 80%;
  height: auto;
  margin: auto;
}
.contact_box::after {
  content: "";
  background-image: url(../img/contact_bottom_bg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 16px;
  display: block;
  line-height: 0;
}
.contact_box .row {
  padding: 10px 5%;
}

.contact_box_index_sp {
  display: none;
  padding: 1rem 5%;
}
@media screen and (max-width: 767px) {
  .contact_box_index_sp {
    display: block;
  }
}
.contact_box_index_sp h2 {
  margin-bottom: 2rem;
}
.contact_box_index_sp .row {
  display: block;
}
.contact_box_index_sp .row .col {
  width: 100%;
}
.contact_box_index_sp .row .col:nth-of-type(1) {
  margin-bottom: 0.5rem;
}

.omakase .text-center {
  width: 100%;
  display: block;
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .omakase .text-center {
    text-align: left !important;
  }
}

.pr-10 {
  font-size: 1.3rem !important;
  padding-right: 5.5rem !important;
}
@media screen and (max-width: 767px) {
  .pr-10 {
    font-size: 0.9rem !important;
    padding-right: 2.5rem !important;
  }
}

.accordion-container .article-title {
  background-size: 100% 100% !important;
}

.accordion-container .article-title .row div .pt-3 {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  #page-top a {
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    padding: 20px 0;
  }
}

#tel-top .footerbg {
  background-image: none !important;
}