/* ==========================================================
 base
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section {
  display: block;
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}
input, textarea, select {
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
button {
  border: none;
  overflow: visible;
  background: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset {
  border: 0;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
  vertical-align: top;
}
address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6, strong, em {
  font-size: 100%;
  font-weight: normal;
}
a, input {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  word-wrap: break-word;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: sub;
}
strong {
  font-weight: 700;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html.is-locked {
  overflow-y: scroll;
  position: fixed;
  left: 0;
  width: 100%;
}
body {
  background-color: #fff;
  font-family: dnp-shuei-gothic-kin-std, "DNP ShueiGoKinStd", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  line-height: 1.4444444444;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media all and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6428571429;
  }
}
a {
  text-decoration: none;
  color: #333;
}
a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
}
/* ==========================================================
 components
========================================================== */
/* c-access
---------------------------------------------------------- */
.c-access:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .c-access:not(:first-child) {
    margin-top: 50px;
  }
}
.c-access__item {
  padding: 12px 0 10px;
  border-top: 1px solid #dcdcdc;
}
@media all and (min-width: 769px) {
  .c-access__item {
    padding: 16px 20px 15px;
  }
}
.c-access__item:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.c-access__item--time {
  padding-bottom: 8px;
}
@media all and (min-width: 769px) {
  .c-access__item--time {
    padding: 16px 20px;
  }
}
@media all and (max-width: 768px) {
  .c-access__item--time .c-access__text {
    margin-top: 6px;
    line-height: 1.8571428571;
  }
}
.c-access__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-access__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
  }
}
.c-access__text {
  margin-top: 7px;
}
@media all and (min-width: 769px) {
  .c-access__text {
    font-size: 1.6rem;
    margin-top: 11px;
    line-height: 1.625;
  }
}
.c-access__text + .c-access__text {
  margin-top: 23px;
}
@media all and (min-width: 769px) {
  .c-access__text + .c-access__text {
    margin-top: 26px;
  }
}
.c-access--top .c-access__item {
  padding: 11px 0;
}
@media all and (min-width: 769px) {
  .c-access--top .c-access__item {
    padding: 16px 20px;
  }
}
.c-access--top .c-access__item--time {
  padding: 11px 0 9px;
}
@media all and (min-width: 769px) {
  .c-access--top .c-access__item--time {
    padding: 16px 20px 17px;
  }
}
@media all and (min-width: 769px) {
  .c-access--top .c-access__text {
    margin-top: 12px;
    font-size: 1.8rem;
    /*line-height: 1.4444444444;　初期値*/
    line-height: 1.8;
  }
}
/* c-accordion-menu
---------------------------------------------------------- */
.c-accordion-menu:not(:first-child) {
  margin-top: 50px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu:not(:first-child) {
    /*margin-top: 100px;*/
    margin-top: 50px;
  }
}
.c-accordion-menu__item:not(:first-child) {
  margin-top: 20px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu__item:not(:first-child) {
    margin-top: 80px;
  }
}
@media all and (min-width: 769px) {
  .c-accordion-menu__item--large:not(:first-child) {
    margin-top: 106px;
  }
}
.c-accordion-menu__heading {
  padding: 6px 15px;
  background-color: #efefef;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2666666667;
  letter-spacing: 0.16em;
}
@media all and (max-width: 768px) {
  .c-accordion-menu__heading {
    position: relative;
    padding: 7px 25px 7px 10px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: normal;
    cursor: pointer;
  }
}
@media all and (max-width: 768px) {
  .c-accordion-menu__heading::before, .c-accordion-menu__heading::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media all and (max-width: 768px) {
  .c-accordion-menu__heading::before {
    right: 10px;
    width: 10px;
    height: 2px;
  }
}
@media all and (max-width: 768px) {
  .c-accordion-menu__heading::after {
    right: 14px;
    width: 2px;
    height: 10px;
  }
}
@media all and (max-width: 768px) {
  .c-accordion-menu__heading.is-open::after {
    opacity: 0;
  }
}
.c-accordion-menu__content {
  padding-top: 15px;
}
@media all and (max-width: 768px) {
  .c-accordion-menu__content {
    display: none;
    padding: 12px 0 17px;
  }
}
.c-accordion-menu__content .c-text-note {
  text-align: left;
}
@media all and (max-width: 768px) {
  .c-accordion-menu__box {
    /*padding: 0 10px;*/
    padding: 0;
  }
}
.c-accordion-menu__box + .c-accordion-menu__box {
  margin-top: 44px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu__box + .c-accordion-menu__box {
    margin-top: 78px;
  }
}
.c-accordion-menu__box .c-heading-border:first-child {
  margin-top: 14px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu__box .c-heading-border:first-child {
    margin-top: 27px;
  }
}
.c-accordion-menu__box .c-list-menu-detail {
  margin-top: 9px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu__box .c-list-menu-detail {
    margin-top: 19px;
  }
}
.c-accordion-menu__box .c-list-menu-detail:first-child {
  margin-top: 7px;
}
@media all and (min-width: 769px) {
  .c-accordion-menu__box .c-list-menu-detail:first-child {
    margin-top: 15px;
  }
}
/* c-box-shop
---------------------------------------------------------- */
.c-box-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (max-width: 768px) {
  .c-box-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 32px;
  }
}
.c-box-shop__logo {
  width: 25.2631578947%;
}
@media all and (max-width: 768px) {
  .c-box-shop__logo {
    width: 71.3043478261%;
  }
}
.c-box-shop__logo > img {
  width: 100%;
}
.c-box-shop__image {
  width: 69.4736842105%;
}
@media all and (max-width: 768px) {
  .c-box-shop__image {
    width: 100%;
  }
}
.c-box-shop__image > img {
  width: 100%;
}
@media all and (max-width: 768px) {
  .c-box-shop--top {
    row-gap: 30px;
  }
}
@media all and (max-width: 768px) {
  .c-box-shop--top .c-box-shop__logo {
    width: 71.884057971%;
  }
}
/* c-box-map
---------------------------------------------------------- */
.c-box-map {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
@media all and (min-width: 769px) {
  .c-box-map {
    padding-top: 70.2105263158%;
  }
}
.c-box-map:not(:first-child) {
  margin-top: 15px;
}
@media all and (min-width: 769px) {
  .c-box-map:not(:first-child) {
    margin-top: 50px;
  }
}
.c-box-map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}
.c-box-map--top:not(:first-child) {
  margin-top: 14px;
}
@media all and (min-width: 769px) {
  .c-box-map--top:not(:first-child) {
    margin-top: 57px;
  }
}
/* c-box-set
---------------------------------------------------------- */
.c-box-set {
  margin: 0 10px;
  padding: 8px 0 15px;
  border: 1px solid #efefef;
}
@media all and (min-width: 769px) {
  .c-box-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
    padding: 29px 27px 28px;
    border: 3px solid #efefef;
  }
}
@media all and (max-width: 768px) {
  .c-box-set {
    padding: 8px 10px 15px;
  }
}

.c-box-set:not(:first-child) {
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .c-box-set:not(:first-child) {
    margin-top: 76px;
  }
}
@media all and (max-width: 768px) {
  .c-box-set:not(:first-child) {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  .c-box-set__detail {
    width: 47.3958333333%;
    margin-top: -9px;
  }
}
.c-box-set__title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.375;
  letter-spacing: 0.03em;
}
@media all and (min-width: 769px) {
  .c-box-set__title {
    font-size: 1.8rem;
    line-height: 1.8333333333;
  }
}
@media all and (max-width: 768px) {
  .c-box-set__title {
    line-height: 1.7;
  }
}
.c-box-set__text {
  margin-top: 14px;
  text-align: center;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-box-set__text {
    margin-top: 28px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  .c-box-set__text > span {
    font-weight: 500;
  }
}
.c-box-set__text + .c-box-set__text {
  margin-top: 23px;
}
@media all and (min-width: 769px) {
  .c-box-set__text + .c-box-set__text {
    margin-top: 24px;
  }
}
@media all and (min-width: 769px) {
  .c-box-set__text + .c-box-set__title {
    margin-top: 32px;
  }
}
.c-box-set__drink {
  margin-top: 5px;
  line-height: 1.5714285714;
}
@media all and (min-width: 769px) {
  .c-box-set__drink {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-box-set__box-image {
  width: 49.4791666667%;
}
@media all and (max-width: 768px) {
  .c-box-set__box-image {
    width: 100%;
    margin-top: 16px;
    padding: 0 14px;
  }
}
@media all and (max-width: 768px) {
  .c-box-set__image + .c-box-set__title {
    margin-top: 9px;
  }
}
.c-box-set__image > img {
  width: 100%;
}
/* c-box-intro
---------------------------------------------------------- */
@media all and (min-width: 769px) {
  .c-box-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1392px;
    margin: 142px -126px 0;
    padding: 0 15px;
  }
}
@media all and (min-width: 769px) and (max-width: 1400px) {
  .c-box-intro {
    margin: 0 -15px;
    margin-top: 143px;
  }
}
.c-box-intro__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .c-box-intro__detail {
    position: relative;
    right: 16px;
    /*width: 61.3803230543%;　初期値*/
    width: 35%;
  }
}
.c-box-intro__logo {
  width: 100%;
  max-width: 162px;
  /*margin: 0 auto 初期値;*/
    margin: 25px auto;
}
@media all and (min-width: 769px) {
  .c-box-intro__logo {
    max-width: 383px;
    /*margin-top: 17px;　初期値*/
      margin-top: 0;
  }
}
.c-box-intro__logo > img {
  width: 100%;
}
.c-box-intro__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*margin-top: 23px;　初期値*/
    margin-top: 0 ;
}
@media all and (max-width: 768px) {
  .c-box-intro__calendar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (min-width: 769px) {
  .c-box-intro__calendar {
    /*margin-top: 56px;　初期値*/
      margin-top: 20px;
  }
}
.c-box-intro__date {
  margin-right: 15px;
  font-family: "Times New Roman", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media all and (min-width: 769px) {
  .c-box-intro__date {
    margin-right: 22px;
    /*font-size: 8.4rem;　初期値*/
      font-size: 6rem;
  }
}
.c-box-intro__day {
  font-family: "Times New Roman", sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media all and (min-width: 769px) {
  .c-box-intro__day {
    /*font-size: 5.5rem;　初期値*/
      font-size: 4rem;
    line-height: 1.2;
  }
}
.c-box-intro__box-title {
  margin-top: 11px;
  text-align: center;
}
@media all and (min-width: 769px) {
  .c-box-intro__box-title {
    margin-top: 21px;
  }
}
.c-box-intro__title {
  font-family: a-otf-ryumin-pr6n, serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}
@media all and (min-width: 769px) {
  .c-box-intro__title {
    /*font-size: 4.4rem;　初期値*/
      font-size: 3rem;
    line-height: 1.4545454545;
  }
}
.c-box-intro__title > span {
  font-size: 1.4rem;
}
@media all and (min-width: 769px) {
  .c-box-intro__title > span {
    font-size: 3rem;
  }
}
.c-box-intro__title + .c-box-intro__title {
  margin-top: 3px;
}
@media all and (min-width: 769px) {
  .c-box-intro__title + .c-box-intro__title {
    margin-top: 5px;
  }
}
.c-box-intro__open {
  width: 100%;
  max-width: 199px;
  margin: -2px 0 0 5px;
}
@media all and (min-width: 769px) {
  .c-box-intro__open {
    max-width: 485px;
    margin: -9px 0 0 2px;
  }
}
.c-box-intro__open > img {
  width: 100%;
}
.c-box-intro__image {
  width: 100%;
  margin-top: 10px;
}
@media all and (min-width: 769px) {
  .c-box-intro__image {
    /*width: 34.8751835536%; 初期値*/
    width: 30%;
    margin: 0 16px 0 0;
  }
}
.c-box-intro__image > img {
  width: 100%;
}
/* l-contents
---------------------------------------------------------- */
.l-contents {
  margin-top: 65px;
  padding: 85px 0 50px;
}
@media all and (min-width: 769px) {
  .l-contents {
    margin-top: 132px;
    /*padding: 85px 0 130px 初期値;*/
    padding: 85px 0 0;
  }
}
#top .l-contents {
  padding-top: 0;
}
@media all and (min-width: 769px) {
  #top .l-contents {
    margin-top: 0;
  }
}
/* l-container
---------------------------------------------------------- */
.l-container {
  padding: 0 15px;
}
@media all and (min-width: 769px) {
  .l-container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .l-container--large {
    max-width: 1180px;
  }
}
.l-container__drink {
  padding-bottom: 96px;
}
@media all and (min-width: 769px) {
  .l-container__drink {
    padding: 39px 0 126px;
  }
}
.l-container__drink .c-nav-link {
  margin-bottom: 47px;
}
@media all and (min-width: 769px) {
  .l-container__drink .c-nav-link {
    margin-bottom: 35px;
  }
}
.l-container__access {
  padding-bottom: 80px;
}
@media all and (min-width: 769px) {
  .l-container__access {
    max-width: 950px;
    margin: 0 auto;
    padding: 60px 0 130px;
  }
}
.l-container__access--top {
  padding: 80px 0 0;
}
@media all and (min-width: 769px) {
  .l-container__access--top {
    padding: 159px 0 0;
  }
}
@media all and (min-width: 769px) {
  .l-container__access--top .c-heading-lead {
    margin-bottom: 100px;
  }
}
.l-container__lunch {
  padding: 40px 0 80px;
}
@media all and (min-width: 769px) {
  .l-container__lunch {
    padding: 40px 0 126px;
  }
}
.l-container__top {
  padding: 40px 0 80px;
}
@media all and (min-width: 769px) {
  .l-container__top {
    padding: 39px 0 123px;
  }
}
/* l-container-bg
---------------------------------------------------------- */
.l-container-bg {
  margin-bottom: 80px;
  padding: 60px 0 80px;
  background-color: rgba(244, 244, 244, 0.5);
}
@media all and (min-width: 769px) {
  .l-container-bg {
    margin-bottom: 130px;
    padding: 100px 0 115px;
  }
}
/* c-footer
---------------------------------------------------------- */
.c-footer {
  background-color: rgba(240, 240, 240, 0.64);
}
@media all and (max-width: 768px) {
  .c-footer {
    /*margin-bottom: 60px; 初期値*/
      margin-bottom: 55px;
  }
}
.c-footer__top {
  padding: 20px 15px 15px;
  text-align: center;
}
@media all and (min-width: 769px) {
  .c-footer__top {
    padding: 37px 15px 26px;
  }
}
.c-footer__logo {
  display: block;
  width: 124px;
  margin: 0 auto;
}
@media all and (min-width: 769px) {
  .c-footer__logo {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-footer__logo:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .c-footer__logo {
    width: 190px;
  }
}
.c-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 15px;
  margin-top: 30px;
}
@media all and (min-width: 769px) {
  .c-footer__sns {
    margin-top: 40px;
    gap: 0 26px;
  }
}
.c-footer__sns-link {
  display: block;
}
@media all and (min-width: 769px) {
  .c-footer__sns-link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-footer__sns-link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .c-footer__sns-link {
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 769px) {
  .c-footer__sns-link:last-child {
    margin-top: 1px;
  }
}
@media all and (max-width: 768px) {
  .c-footer__sns-link img {
    height: 100%;
  }
}
.c-footer__tel {
  /*margin-top: 30px;　初期値*/
  margin-top: 30px;
  font-size: 2.3rem;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .c-footer__tel {
    margin-top: 42px;
    font-size: 4rem;
  }
}
.c-footer__link {
  position: relative;
  padding-left: 22px;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-footer__link {
    padding-left: 41px;
    pointer-events: none;
  }
}
.c-footer__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 23px;
  background-image: url("../image/common/ico_tel_sp.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .c-footer__link::before {
    width: 21px;
    height: 40px;
    background-image: url("../image/common/ico_tel_pc.svg");
  }
}
.c-footer__address {
  margin-top: 15px;
  line-height: 1.7857142857;
}
@media all and (min-width: 769px) {
  .c-footer__address {
    margin-top: 27px;
    line-height: 1.3333333333;
    letter-spacing: 0.05em;
  }
}
.c-footer__copyright {
  border-top: 1px solid #e4e4e4;
  padding: 9px 0 7px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media all and (min-width: 769px) {
  .c-footer__copyright {
    padding: 16px 0 17px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
/* c-pagetop
---------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  right: 12px;
  bottom: 55px;
  width: 21px;
  height: 65px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 50;
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .c-pagetop {
    right: 39px;
    bottom: 0;
    width: 53px;
    height: 110px;
  }
}
.c-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 65px;
  background-image: url("../image/common/ico_pagetop_black_sp.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 769px) {
  .c-pagetop::before {
    width: 40px;
    height: 110px;
    background-image: url("../image/common/ico_pagetop_black_pc.svg");
  }
}
.c-pagetop__text {
  position: absolute;
  top: 28px;
  right: -13px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media all and (max-width: 768px) {
  .c-pagetop__text {
    top: 21px;
    right: -17px;
    width: 50px;
    font-size: 1rem;
  }
}
.c-pagetop.is-show {
  opacity: 1;
}
@media all and (min-width: 769px) {
  .c-pagetop.is-show:hover {
    opacity: 0.7;
  }
}
#top .c-pagetop {
  opacity: 1;
}
#top .c-pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 65px;
  background-image: url("../image/common/ico_pagetop_white_sp.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (min-width: 769px) {
  #top .c-pagetop::after {
    width: 40px;
    height: 110px;
    background-image: url("../image/common/ico_pagetop_white_pc.svg");
  }
}
@media all and (min-width: 769px) {
  #top .c-pagetop:hover {
    opacity: 0.7;
  }
}
#top .c-pagetop__text {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#top .c-pagetop.is-white::before {
  opacity: 0;
}
#top .c-pagetop.is-white::after {
  opacity: 1;
}
#top .c-pagetop.is-white .c-pagetop__text {
  color: #fff;
}
/* c-header
---------------------------------------------------------- */
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
@media all and (min-width: 769px) {
  .c-header {
    height: 132px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
@media all and (min-width: 769px) {
  .c-header__inner {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
  }
}
.c-header__logo {
  display: block;
  width: 115px;
}
@media all and (min-width: 769px) {
  .c-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 190px;
    margin-top: 1px;
  }
}
@media all and (min-width: 769px) {
  .c-header__navigation {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px 0 0 96px;
  }
}
@media all and (max-width: 768px) {
  .c-header__navigation {
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 45px;
    background-color: #fff;
  }
}
@media all and (min-width: 769px) {
  .c-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 98px;
    padding-right: 58px;
  }
}
.c-header__link-nav {
  display: block;
}
@media all and (min-width: 769px) {
  .c-header__link-nav {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-header__link-nav:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav {
    border-top: 1px solid #f2f2f2;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav:last-child {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media all and (min-width: 769px) {
  .c-header__link-nav:not(a) {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav:not(a) .c-header__box-text::before, .c-header__link-nav:not(a) .c-header__box-text::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav:not(a) .c-header__box-text::before {
    right: 31px;
    width: 10px;
    height: 2px;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav:not(a) .c-header__box-text::after {
    right: 35px;
    width: 2px;
    height: 10px;
  }
}
@media all and (max-width: 768px) {
  .c-header__link-nav:not(a) .c-header__box-text.is-open::after {
    opacity: 0;
  }
}
.c-header__box-text {
  text-align: center;
}
@media all and (max-width: 768px) {
  .c-header__box-text {
    position: relative;
    background-color: #f8f8f8;
    text-align: left;
  }
}
.c-header__text {
  position: relative;
}
@media all and (max-width: 768px) {
  .c-header__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 45px 13px 93px;
  }
}
@media all and (max-width: 768px) {
  .c-header__text::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 33px;
    width: 30px;
    height: 2px;
    background-color: #333;
  }
}
.c-header__en {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.16em;
}
@media all and (max-width: 768px) {
  .c-header__en {
    margin-right: 18px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.c-header__jp {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3333333333;
  letter-spacing: 0.16em;
}
@media all and (max-width: 768px) {
  .c-header__jp {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 768px) {
  .c-header__content {
    display: none;
    border-top: 1px solid #f2f2f2;
  }
}
@media all and (max-width: 768px) {
  .c-header__link {
    display: block;
    padding: 12px 0 13px 125px;
    border-top: 1px solid #f7f7f7;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
@media all and (max-width: 768px) {
  .c-header__link:first-child {
    border-top: none;
  }
}
.c-header__bottom {
  margin-top: 18px;
}
@media all and (max-width: 768px) {
  .c-header__bottom {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .c-header__box-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-header__link-menu {
  display: block;
  position: relative;
  padding: 5px 0;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
}
@media all and (min-width: 769px) {
  .c-header__link-menu {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-header__link-menu:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .c-header__link-menu:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -1px;
    width: 1px;
    height: calc(100% - 14px);
    background-color: #b4b4b4;
  }
}
@media all and (min-width: 769px) {
  .c-header__footer {
    display: none;
  }
}
.c-header__footer .c-footer {
  margin-bottom: 5px;
  background-color: #fff;
}
.c-header__footer .c-footer__top {
  padding-top: 39px;
}
.c-header__footer .c-footer__sns {
  margin-top: 0;
}
.c-header__footer .c-nav-reservation {
  position: static;
}
.c-header__menu {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
@media all and (min-width: 769px) {
  .c-header__menu {
    display: none;
  }
}
.c-header__menu > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.c-header__menu > span:nth-child(2) {
  top: 7px;
}
.c-header__menu > span:nth-child(3) {
  top: 7px;
  opacity: 0;
}
.c-header__menu > span:last-child {
  top: 14px;
}
.c-header__menu.is-open > span:first-child, .c-header__menu.is-open > span:last-child {
  opacity: 0;
}
.c-header__menu.is-open > span:nth-child(2) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header__menu.is-open > span:nth-child(3) {
  top: 7px;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media all and (min-width: 769px) {
  #top .c-header {
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media all and (min-width: 769px) {
  #top .c-header.is-white {
    background-color: #fff;
  }
}
/* c-heading-lead
---------------------------------------------------------- */
.c-heading-lead {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
  text-align: center;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-heading-lead {
    margin-bottom: 41px;
    padding-bottom: 58px;
  }
}
.c-heading-lead::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 20px;
  background-color: #333;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (min-width: 769px) {
  .c-heading-lead::before {
    width: 2px;
    height: 50px;
  }
}
.c-heading-lead__en {
  display: block;
  padding-left: 1px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .c-heading-lead__en {
    padding-left: 8px;
    font-size: 5rem;
    letter-spacing: 0.16em;
  }
}
.c-heading-lead__jp {
  display: block;
  margin-top: 3px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .c-heading-lead__jp {
    margin-top: 8px;
    padding-left: 4px;
    font-size: 2.4rem;
    letter-spacing: 0.16em;
  }
}
/* c-heading-bg
---------------------------------------------------------- */
.c-heading-bg {
  padding: 7px 10px;
  background-color: #efefef;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-heading-bg {
    padding: 12px 15px;
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
  }
}
/* c-heading-border
---------------------------------------------------------- */
.c-heading-border {
  padding-bottom: 6px;
  border-bottom: 2px solid #333;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-heading-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-heading-border__title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.03em;
}

@media all and (min-width: 769px) {
  .c-heading-border__title {
    font-size: 2.2rem;
    line-height: 1.7272727273;
  }
}
@media all and (max-width: 768px) {
  .c-heading-border__title {
    letter-spacing: -0.03em;
  }
}
.c-heading-border__text {
  display: block;
  margin-top: 4px;
  color: #1070c3;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
}
@media all and (max-width: 768px) {
  .c-heading-border__text {
    line-height: 1.4285714286;
  }
}
/* c-image-01
---------------------------------------------------------- */
@media all and (max-width: 768px) {
  .c-image-01 {
    margin: 0 -15px;
  }
}
/* c-list-menu
---------------------------------------------------------- */
.c-list-menu {
  /*max-width: 760px; 初期値*/
  max-width: 480px;
  margin: 0 auto;
}
.c-list-menu__menu:not(:first-child) {
  margin-top: 17px;
}
@media all and (min-width: 769px) {
  .c-list-menu__menu:not(:first-child) {
    margin-top: 35px;
  }
}
.c-list-menu__menu + .c-list-menu__menu {
  margin-top: 36px;
}
@media all and (min-width: 769px) {
  .c-list-menu__menu + .c-list-menu__menu {
    margin-top: 56px;
  }
}
.c-list-menu__title {
  padding: 10px 10px 0;
  font-weight: 700;
}
@media all and (min-width: 769px) {
  .c-list-menu__title {
    padding: 16px 15px 0;
  }
}
.c-list-menu__title + .c-list-menu__list {
  padding-top: 7px;
}
@media all and (min-width: 769px) {
  .c-list-menu__title + .c-list-menu__list {
    padding-top: 14px;
  }
}



.c-list-menu__list {
  padding: 10px 10px 0;
}
@media all and (min-width: 769px) {
  .c-list-menu__list {
    padding: 16px 15px 0;
  }
}

/*追加*/
.c-list-menu__list2 {
  padding: 10px 10px 0 20px;
}
@media all and (min-width: 769px) {
  .c-list-menu__list2 {
    padding: 16px 15px 0 32px;
  }
}

.c-list-menu__list + .c-list-menu__list {
  padding-top: 37px;
}
@media all and (min-width: 769px) {
  .c-list-menu__list + .c-list-menu__list {
    padding-top: 54px;
  }
}
.c-list-menu__list + .c-list-menu__title {
  padding-top: 37px;
}
@media all and (min-width: 769px) {
  .c-list-menu__list + .c-list-menu__title {
    padding-top: 54px;
  }
}
.c-list-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-list-menu__item:not(:first-child) {
  margin-top: 7px;
}
@media all and (min-width: 769px) {
  .c-list-menu__item:not(:first-child) {
    margin-top: 14px;
  }
}
.c-list-menu__name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-list-menu__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
}
/* c-list-menu-detail
---------------------------------------------------------- */
.c-list-menu-detail {
  display: grid;
  gap: 27px 0;
  grid-template-columns: repeat(1, 1fr);
}
@media all and (min-width: 769px) {
  .c-list-menu-detail {
    gap: 58px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-list-menu-detail__menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
  font-weight: 700;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-list-menu-detail__menu-box {
    margin-top: 16px;
    line-height: 1.4444444444;
  }
}
.c-list-menu-detail__menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-list-menu-detail__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}
@media all and (min-width: 769px) {
  .c-list-menu-detail__price {
    letter-spacing: 0.08em;
  }
}
.c-list-menu-detail__detail {
  margin-top: 2px;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-list-menu-detail__detail {
    line-height: 1.4444444444;
    letter-spacing: 0.08em;
  }
}
@media all and (min-width: 769px) {
  .c-list-menu-detail__detail--minus {
    margin-top: -8px;
  }
}
/* c-list-menu-card
---------------------------------------------------------- */
.c-list-menu-card {
  display: grid;
  gap: 15px 0;
  grid-template-columns: repeat(1, 1fr);
}
@media all and (min-width: 769px) {
  .c-list-menu-card {
    gap: 29px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-list-menu-card:not(:first-child) {
  margin-top: 80px;
}
@media all and (min-width: 769px) {
  .c-list-menu-card:not(:first-child) {
    margin-top: 100px;
  }
}
.c-list-menu-card__image {
  overflow: hidden;
  position: relative;
  padding-top: 75.0724637681%;
}
@media all and (min-width: 769px) {
  .c-list-menu-card__image {
    padding-top: 75.1351351351%;
  }
}
.c-list-menu-card__image img, .c-list-menu-card__image video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-list-menu-card__image video {
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
}
.c-list-menu-card__text {
  padding: 8px 0;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media all and (min-width: 769px) {
  .c-list-menu-card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 2rem;
    line-height: 2.5;
  }
}
/* c-list-news
---------------------------------------------------------- */
.c-list-news {
  max-width: 1150px;
  margin: 0 auto;
}
.c-list-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}
@media all and (min-width: 769px) {
  .c-list-news__list {
    row-gap: 60px;
  }
}
.c-list-news__link {
  display: block;
  padding: 14px 14px 11px;
  border: 1px solid #333;
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .c-list-news__link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-list-news__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .c-list-news__link {
    padding: 31px 40px 33px 39px;
  }
}
.c-list-news__subtitle {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  display: inline-block;
  border-bottom: 2px #707070 dotted;
  padding-bottom: 0;
}
@media all and (min-width: 769px) {
  .c-list-news__subtitle {
    padding-bottom: 1px;
  }
}
.c-list-news__title {
  margin-top: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 2.1428571429;
}
@media all and (min-width: 769px) {
  .c-list-news__title {
    margin-top: 14px;
    font-size: 2rem;
    line-height: 1.35;
  }
}
.c-list-news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 9px;
}
@media all and (min-width: 769px) {
  .c-list-news__bottom {
    margin-top: 5px;
  }
}
.c-list-news__date {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ccc;
  letter-spacing: 0.16em;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-list-news__date {
    font-size: 2rem;
    line-height: 1.35;
  }
}
.c-list-news__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 16px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.12em;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-list-news__text {
    margin-top: 0;
    letter-spacing: 0.13em;
    line-height: 1.3333333333;
  }
}
.c-list-news__text::after {
  content: "";
  background: url(../image/common/ico_arrow.svg) 0% 0%/contain no-repeat;
  display: block;
  width: 157px;
  height: 15px;
  margin-top: 4px;
}
@media all and (min-width: 769px) {
  .c-list-news__text::after {
    width: 190px;
    margin-top: 8px;
  }
}
/* c-mv-top
---------------------------------------------------------- */
.c-mv-top > img {
  width: 100%;
  padding: 132px 0 0;
}
@media all and (max-width: 768px) {
  .c-mv-top > img {
    padding: 0;
  }
}
/* c-nav-link
---------------------------------------------------------- */
.c-nav-link {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 769px) {
  .c-nav-link {
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-nav-link__link {
  display: block;
  position: relative;
  padding: 10px 0;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 1.6666666667;
  letter-spacing: 0.15em;
}
@media all and (min-width: 769px) {
  .c-nav-link__link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-nav-link__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  .c-nav-link__link {
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
}
@media all and (min-width: 769px) {
  .c-nav-link__link:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 1px;
    height: calc(100% - 26px);
    background-color: #b4b4b4;
  }
}
/* c-nav-reservation
---------------------------------------------------------- */
.c-nav-reservation {
  position: fixed;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 0 3px;
  grid-template-columns: repeat(2, 1fr); /*初期値*/
  /*grid-template-columns: repeat(1, 1fr);*/
  width: 100%;
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .c-nav-reservation {
    display: none;
  }
}
.c-nav-reservation__link {
  display: block;
  padding: 13px 0;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8125;
  letter-spacing: 0.1em;
}
/* c-nav-global
---------------------------------------------------------- */
.c-nav-global {
  position: relative;
}
/* c-pagination
---------------------------------------------------------- */
.c-pagination {
  margin-top: 80px;
}
@media all and (min-width: 769px) {
  .c-pagination {
    margin-top: 101px;
  }
}
.c-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .c-pagination__list {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
.c-pagination__dot {
  padding-right: 5px;
  font-size: 1.2rem;
  letter-spacing: -0.5em;
}
@media all and (min-width: 769px) {
  .c-pagination__dot {
    padding-right: 2px;
    letter-spacing: -0.05em;
  }
}
.c-pagination__link {
  display: block;
  min-width: 38px;
  padding: 11px 5px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
  color: #333;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-pagination__link {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-pagination__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media all and (min-width: 769px) {
  .c-pagination__link {
    min-width: 26px;
    padding: 3px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.c-pagination__link--active {
  background-color: #333;
  color: #fff;
}
/* c-text-note
---------------------------------------------------------- */
.c-text-note {
  text-align: right;
  line-height: 1.4285714286;
}
@media all and (min-width: 769px) {
  .c-text-note {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
/* ==========================================================
 helpers
========================================================== */
._d-none {
  display: none !important;
}
._v-hidden {
  visibility: hidden !important;
}
/*20230727　小田追加*/
._v-visible {
  visibility: hidden !important;
}


@media all and (max-width: 768px) {
  ._d-sm-none {
    display: none !important;
  }
  ._v-sm-hidden {
    visibility: hidden !important;
  }
    
._v-sm-visible {
  visibility: visible !important;
}
    
}
@media all and (min-width: 769px) {
  ._d-md-none {
    display: none !important;
  }
  ._v-md-hidden {
    visibility: hidden !important;
  }
}
._mt-0 {
  margin-top: 0px !important;
}
._pt-0 {
  padding-top: 0px !important;
}
._mb-0 {
  margin-bottom: 0px !important;
}
._pb-0 {
  padding-bottom: 0px !important;
}
._ml-0 {
  margin-left: 0px !important;
}
._pl-0 {
  padding-left: 0px !important;
}
._mr-0 {
  margin-right: 0px !important;
}
._pr-0 {
  padding-right: 0px !important;
}
._mt-5 {
  margin-top: 5px !important;
}
._pt-5 {
  padding-top: 5px !important;
}
._mb-5 {
  margin-bottom: 5px !important;
}
._pb-5 {
  padding-bottom: 5px !important;
}
._ml-5 {
  margin-left: 5px !important;
}
._pl-5 {
  padding-left: 5px !important;
}
._mr-5 {
  margin-right: 5px !important;
}
._pr-5 {
  padding-right: 5px !important;
}
._mt-10 {
  margin-top: 10px !important;
}
._pt-10 {
  padding-top: 10px !important;
}
._mb-10 {
  margin-bottom: 10px !important;
}
._pb-10 {
  padding-bottom: 10px !important;
}
._ml-10 {
  margin-left: 10px !important;
}
._pl-10 {
  padding-left: 10px !important;
}
._mr-10 {
  margin-right: 10px !important;
}
._pr-10 {
  padding-right: 10px !important;
}
.include {
  margin-top: 40px !important;
}
._pt-40 {
  padding-top: 40px !important;
}
._mb-40 {
  margin-bottom: 40px !important;
}
._pb-40 {
  padding-bottom: 40px !important;
}
._ml-40 {
  margin-left: 40px !important;
}
._pl-40 {
  padding-left: 40px !important;
}
._mr-40 {
  margin-right: 40px !important;
}
._pr-40 {
  padding-right: 40px !important;
}
._mt-100 {
  margin-top: 100px !important;
}
._pt-100 {
  padding-top: 100px !important;
}
._mb-100 {
  margin-bottom: 100px !important;
}
._pb-100 {
  padding-bottom: 100px !important;
}
._ml-100 {
  margin-left: 100px !important;
}
._pl-100 {
  padding-left: 100px !important;
}
._mr-100 {
  margin-right: 100px !important;
}
._pr-100 {
  padding-right: 100px !important;
}
@media all and (max-width: 768px) {
  ._mt-sm-0 {
    margin-top: 0px !important;
  }
  ._pt-sm-0 {
    padding-top: 0px !important;
  }
  ._mb-sm-0 {
    margin-bottom: 0px !important;
  }
  ._pb-sm-0 {
    padding-bottom: 0px !important;
  }
  ._ml-sm-0 {
    margin-left: 0px !important;
  }
  ._pl-sm-0 {
    padding-left: 0px !important;
  }
  ._mr-sm-0 {
    margin-right: 0px !important;
  }
  ._pr-sm-0 {
    padding-right: 0px !important;
  }
  ._mt-sm-5 {
    margin-top: 5px !important;
  }
  ._pt-sm-5 {
    padding-top: 5px !important;
  }
  ._mb-sm-5 {
    margin-bottom: 5px !important;
  }
  ._pb-sm-5 {
    padding-bottom: 5px !important;
  }
  ._ml-sm-5 {
    margin-left: 5px !important;
  }
  ._pl-sm-5 {
    padding-left: 5px !important;
  }
  ._mr-sm-5 {
    margin-right: 5px !important;
  }
  ._pr-sm-5 {
    padding-right: 5px !important;
  }
  ._mt-sm-10 {
    margin-top: 10px !important;
  }
  ._pt-sm-10 {
    padding-top: 10px !important;
  }
  ._mb-sm-10 {
    margin-bottom: 10px !important;
  }
  ._pb-sm-10 {
    padding-bottom: 10px !important;
  }
  ._ml-sm-10 {
    margin-left: 10px !important;
  }
  ._pl-sm-10 {
    padding-left: 10px !important;
  }
  ._mr-sm-10 {
    margin-right: 10px !important;
  }
  ._pr-sm-10 {
    padding-right: 10px !important;
  }
  ._mt-sm-40 {
    margin-top: 40px !important;
  }
  ._pt-sm-40 {
    padding-top: 40px !important;
  }
  ._mb-sm-40 {
    margin-bottom: 40px !important;
  }
  ._pb-sm-40 {
    padding-bottom: 40px !important;
  }
  ._ml-sm-40 {
    margin-left: 40px !important;
  }
  ._pl-sm-40 {
    padding-left: 40px !important;
  }
  ._mr-sm-40 {
    margin-right: 40px !important;
  }
  ._pr-sm-40 {
    padding-right: 40px !important;
  }
  ._mt-sm-100 {
    margin-top: 100px !important;
  }
  ._pt-sm-100 {
    padding-top: 100px !important;
  }
  ._mb-sm-100 {
    margin-bottom: 100px !important;
  }
  ._pb-sm-100 {
    padding-bottom: 100px !important;
  }
  ._ml-sm-100 {
    margin-left: 100px !important;
  }
  ._pl-sm-100 {
    padding-left: 100px !important;
  }
  ._mr-sm-100 {
    margin-right: 100px !important;
  }
  ._pr-sm-100 {
    padding-right: 100px !important;
  }
}
@media all and (min-width: 769px) {
  ._mt-md-0 {
    margin-top: 0px !important;
  }
  ._pt-md-0 {
    padding-top: 0px !important;
  }
  ._mb-md-0 {
    margin-bottom: 0px !important;
  }
  ._pb-md-0 {
    padding-bottom: 0px !important;
  }
  ._ml-md-0 {
    margin-left: 0px !important;
  }
  ._pl-md-0 {
    padding-left: 0px !important;
  }
  ._mr-md-0 {
    margin-right: 0px !important;
  }
  ._pr-md-0 {
    padding-right: 0px !important;
  }
  ._mt-md-5 {
    margin-top: 5px !important;
  }
  ._pt-md-5 {
    padding-top: 5px !important;
  }
  ._mb-md-5 {
    margin-bottom: 5px !important;
  }
  ._pb-md-5 {
    padding-bottom: 5px !important;
  }
  ._ml-md-5 {
    margin-left: 5px !important;
  }
  ._pl-md-5 {
    padding-left: 5px !important;
  }
  ._mr-md-5 {
    margin-right: 5px !important;
  }
  ._pr-md-5 {
    padding-right: 5px !important;
  }
  ._mt-md-10 {
    margin-top: 10px !important;
  }
  ._pt-md-10 {
    padding-top: 10px !important;
  }
  ._mb-md-10 {
    margin-bottom: 10px !important;
  }
  ._pb-md-10 {
    padding-bottom: 10px !important;
  }
  ._ml-md-10 {
    margin-left: 10px !important;
  }
  ._pl-md-10 {
    padding-left: 10px !important;
  }
  ._mr-md-10 {
    margin-right: 10px !important;
  }
  ._pr-md-10 {
    padding-right: 10px !important;
  }
  ._mt-md-40 {
    margin-top: 40px !important;
  }
  ._pt-md-40 {
    padding-top: 40px !important;
  }
  ._mb-md-40 {
    margin-bottom: 40px !important;
  }
  ._pb-md-40 {
    padding-bottom: 40px !important;
  }
  ._ml-md-40 {
    margin-left: 40px !important;
  }
  ._pl-md-40 {
    padding-left: 40px !important;
  }
  ._mr-md-40 {
    margin-right: 40px !important;
  }
  ._pr-md-40 {
    padding-right: 40px !important;
  }
  ._mt-md-100 {
    margin-top: 100px !important;
  }
  ._pt-md-100 {
    padding-top: 100px !important;
  }
  ._mb-md-100 {
    margin-bottom: 100px !important;
  }
  ._pb-md-100 {
    padding-bottom: 100px !important;
  }
  ._ml-md-100 {
    margin-left: 100px !important;
  }
  ._pl-md-100 {
    padding-left: 100px !important;
  }
  ._mr-md-100 {
    margin-right: 100px !important;
  }
  ._pr-md-100 {
    padding-right: 100px !important;
  }
}
/* utility
---------------------------------------------------------- */
.u-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
.u-fadeIn.u-scrollIn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* ==========================================================
追加　20230123
========================================================== */
/*カラー追加*/
.text-primary {
  color: #1070c3;
}
.text-danger {
  color: red;
}
.text-orange {
  color: #ffba00;
}
/*テキスト並び*/
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}

/*新着情報*/
.news-wrap p {
	line-height: 180%;/*追記*/
}
.news-inner-wrap {
  display: block;
  width: 100%;
  border-bottom: dotted 1px #000;
  padding: 30px 0;
  margin-bottom: 20px;/*追記*/
}
.news-inner-wrap .news-title-wrap {
  display: table;
}
.news-inner-wrap .news-title-wrap .news-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-weight: bold;
}
.news-text-wrap {
  padding: 30px 0;
}
/*.news-text {
  display: flex;
  padding: 50px 0 100px;
  line-height: 180%;
}
.news-wrap a {
    display: flex;
    justify-content: end;
    padding-top: 10px;
}*/
.news-tag.news {
  color: #fff;
  background-color: #333;
  padding: 7px 20px;
  white-space: nowrap;
}
.news-tag.news::before {
  content: "お知らせ";
}
.news-tag.media {
  color: #333;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #333;
  white-space: nowrap;
}
.news-tag.media::before {
  content: "メディア";
}
.news-tag.store {
  color: #333;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #333;
  white-space: nowrap;
}
.news-tag.store::before {
  content: "イベント";
}
.news-wrap img {}
.news-text div {
  padding-right: 20px;
  width: 100%;
}
/*.news-text .box{
    border: solid 1px #ccc;
    padding: 20px;
    width: 100%;
}*/
@media all and (max-width: 768px) {
/*  .news-text {
    display: block;
    padding: 20px 0 50px;
  }
  .news-wrap img {
    padding: 30px 0 0;
  }
  .news-text div {
    padding-right: 0;
    width: 100%;
  }
.news-text .box{
    min-width: 100%;
}*/
}
@media all and (min-width: 769px) {
.news-wrap {
	padding-bottom: 100px;
}
.news-inner-wrap {
	margin-bottom: 50px;
}
}
/*.news-text .menu{
    display: flex;
}
.news-text .menu span {
    font-size: 14px;
    line-height: 0;
}*/
@media all and (max-width: 768px){
  /*.news-text .menu{
    display: contents;
}
    .news-wrap .menu img ,.news-wrap .menu img span{
        padding: 30px 10px 0 0;
    }*/
}

/* ==========================================================
追加　20230417
========================================================== */
@media all and (min-width: 769px) {
	.price-margin-adjust0416 {
		margin-left: 6em;
	}
	.price-margin-adjust0616 {
		margin-left: 4em;
	}
}
/* ==========================================================
追加　20230710
========================================================== */
.one-day-30 {
	float: right;
	margin: 30px 0 10px;
}
@media all and (min-width: 769px) {
	.price-margin-adjust0716 {
		margin-left: 12em;
	}
	.one-day-30 {
		margin: 10px 0;
	}
}

/*--------------
季節限定メニュー　追加　20230711　小田追加
--------------*/
.season {
    margin: 0 0 10px 0;
    display: flow-root;
}
.season .menu {
    border: solid 1px #d70071;
    background-color: #d70071;
    padding: 3px 10px;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 3px;
    font-size: 120%;
}
.season .left{
    float: left;
}
.season .right{
    float: right;
}
.season .left span ,.season .right span{
    line-height: 40px;
}
@media all and (max-width: 769px){
    .season .left{
    float: left;
    clear: both;
    }
    .season .left span ,.season .right span{
    line-height: normal;
}

}

/*--------------
セットメニュー用追加　20231019　小田追加
--------------*/
.c-box-set figure.c-box-set__image.add {
    display: grid;
    padding: 30px;
    grid-template-columns: 40% 40%;
    gap: 20px;
    justify-content: center;
}
.c-box-set__salad {
    width: calc(100% - 20%);
    margin: 10px 10% 0;
}

@media all and (max-width: 769px){
    .c-box-set figure.c-box-set__image.add {
        padding: 10px 0;
        grid-template-columns: 48% 48%;
        gap: 10px;}
    
}

/*--------------
JS用　追加　20231021　小田追加
--------------*/
.timerHidden{
    display: none;
}
.timerVisible{
    display: block;
}

/*--------------
１１７会員特典　20240513　小田追加
--------------*/
#benefit.member{
    display: grid;
    gap: 40px;
    grid-template-columns: 25% 74%;
    padding: 60px 0 0;
    align-items: center;
}
#benefit .card img{
    width: 15%;
    margin-right: 0.5em;
}
#benefit .card{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media all and (max-width: 769px){
    #benefit .card img{
    width: 30%;
}
    #benefit .logo{
    text-align: center;
        margin-bottom: 2em;
}
    #benefit.member{
    display: block;
        
}
}


/*--------------
トピックスメニュー　価格右揃え　20240513　小田追加
--------------*/

#news .cuisine{
    display: grid;
    grid-template-columns: 2fr 5em;
}
#news .menu .price{
    text-align: right;
}

@media all and (max-width: 769px){
    #news .menu .price{
    text-align: left;
}
}

/* ==========================================================
追加　20240207　RESERVE（予約ページ）
========================================================== */
.l-container__reserve {
  max-width: 950px;
  padding-bottom: 80px;
}
@media all and (min-width: 769px) {
  .l-container__reserve {
    margin: 0 auto;
	padding: 0 0 130px;
  }
}
.box-reserve__image {
  width: 100%;
  height: 533px;
  margin-bottom: 40px;
}
/*@media all and (max-width: 768px) {
  .box-reserve__image {
	  height: 375px;
	  margin-left: -15px;
	  margin-right: -15px;
	}
}*/
.box-reserve__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reserve__heading {
  text-align: center;
  padding: 15px 0;
  background-color: #efefef;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2666666667;
  letter-spacing: 0.16em;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .reserve__heading {
    position: relative;
    font-size: 1.4rem;
    line-height: 1.3333333333;
    letter-spacing: normal;
    cursor: pointer;
  }
}
.reserve__text {
  font-size: 1.8rem;
  line-height: 1.4285714286;
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  .reserve__text {
    font-size: 1.4rem;
    line-height: 1.625;
	margin-left: 0;
  }
}

/* reserve__form
---------------------------------------------------------- */
.reserve__form {
	margin-top: 80px;
}
@media all and (max-width: 768px) {
	.reserve__form {
		margin-top: 40px;
	}
}
.reserve__heading-border {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  padding-bottom: 6px;
  padding-left: 20px;
  border-bottom: 2px solid #333;
  margin-top: 80px;
}
.reserve__heading-border:first-child {
	margin-top: 0;
}
.reserve__heading-border .reserve-remarks-heading{
	margin-top: 50px;
}
@media all and (max-width: 768px) {
  .reserve__heading-border {
	font-size: 1.4rem;
	line-height: 1.4285714286;
    letter-spacing: -0.03em;
	padding-left: 0;
	margin-top: 40px;
  }
  .reserve__heading-border .reserve-remarks-heading{
	margin-top: 30px;
  }
}
.reserve__form-item {
	padding: 35px 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px #dcdcdc solid;
}
@media all and (max-width: 768px) {
	.reserve__form-item {
		padding: 30px 0;
	}
}
.reserve__form-item:last-child {
	border-bottom: none;
}
.reserve-remarks {
	align-items: flex-start;
	padding-bottom: 35px;
}
@media all and (max-width: 768px) {
	.reserve__form-item {
	  flex-direction: column;
	}
	.reserve-remarks {
		padding-bottom: 30px;
	}
}
.reserve__form-item__title {
	width: 250px;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.name-box-wrap {
	display: flex;
}
.reserve__form-item__answerColumn input.first-name {
	margin-left: 20px;
}
@media (max-width: 768px) {
	.reserve__form-item__answerColumn input.name-box {
		width: 155px;
	}
}
.reserve-remarks .reserve__form-item__title{
	font-weight: 400;
}
@media all and (max-width: 768px) {
	.reserve__form-item__title {
		width: 100%;
		font-size: 1.4rem;
	}
}
.reserve-necessary {
	background-color: #d70071;
    color: #fff;
	padding: 5px 5px;
	margin-left: 20px;
}
@media all and (max-width: 768px) {
	.reserve__form-item__answerColumn {
		width: 100%;
	}
}
.reserve__form-item__answerColumn input, select {
	border: 1px solid #565656;
	border-radius: 5px;
	padding: 3px 8px;
	margin-left: 80px;
}
_::-webkit-full-page-media, _:future, :root .reserve__form-item__answerColumn input, select {
	color: #333;
}
.reserve__form-item__answerColumn select {
	height: 44px;
}

.flatpickr-calendar.animate.open.arrowBottom.arrowLeft .flatpickr-months .flatpickr-current-month {
	padding-top: 0;
}
.flatpickr-calendar.animate.arrowLeft.open.arrowTop .flatpickr-months .flatpickr-current-month {
	padding-top: 0;
}
/* カレンダーの日曜日を赤にする */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1), .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
    color: red;
}
/* カレンダーの土曜日を青にする */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7), .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: #25bdcf;
}
/* カレンダーの祝日を赤にする */
.flatpickr-day.is-holiday {
    background: #fcc!important;
}
@media all and (max-width: 768px) {
	.reserve__form-item__answerColumn input, select {
		margin-top: 20px;
		margin-left: 0;
	}
	.reserve__form-item__answerColumn select {
	    height: 36px;
    }
	_::-webkit-full-page-media, _:future, :root .reserve__form-item__answerColumn select {
	    height: 36px;
    }
}
.reserve__form-item__answerColumn textarea {
	border: 1px solid #565656;
	border-radius: 5px;
	padding: 3px 8px;
	margin-left: 80px;
}
@media all and (max-width: 768px) {
	.reserve__form-item__answerColumn textarea {
		margin-top: 20px;
		margin-left: 0;
	}
}
.reserve__form-item__answerColumn .input-w300 {
	width: 300px;
}
@media all and (max-width: 768px) {
	.reserve__form-item__answerColumn .input-w300 {
		width: 100%;
	}
}
.reserve__form-item__answerColumn .input-w500 {
	width: 500px;
}
@media all and (max-width: 768px) {
	.reserve__form-item__answerColumn .input-w500 {
		width: 100%;
	}
}
/* .text-star {
	margin-top: 65px;
}
@media all and (max-width: 768px) {
	.text-star {
		margin-top: 25px;
	}
} */

/* 大人人数に20以上の数値が入力された場合のエラーメッセージ */
#js_adultInputError {
  display: none;
}

/* ドルチェプレートの確認 */
.reserve-remarks .reserve__form-item__title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.dolcePlate-img {
	width: 200px;
}
.dolce-checkbox-wrapper {
	padding-bottom: 1rem;
}
.dolce-txt {
	margin: 0 0 10px 80px;
}
.dolce-textarea {
	height: 160px;
}
@media all and (max-width: 768px) {
	.dolce-txt {
		margin: 0;
	}
	.reserve__form-item__answerColumn textarea.dolce-textarea {
		margin-top: 5px;
	}
}

/* プライバイシーポリシーへの同意（チェックボックス） */
.privacy-heading {
	display: flex;
	align-items: center;
}
.privacy-heading .reserve-necessary {
	font-size: 1.8rem;
}
@media (max-width: 768px) {
	.privacy-heading .reserve-necessary {
		font-size: 1.4rem;
	}
}
.area-reserve__privacy {
	padding-left: 20px;
	margin: 35px 0;
}
@media (max-width: 768px){
	.area-reserve__privacy  {
		padding-left: 0;
	}
}
.checkbox {
	appearance: auto;
}
.area-reserve__privacy a {
	color: #D70071;
	border-bottom: 1px dashed #afafaf;
}

/* エラーテキスト */
.error-txt {
	color: #f00;
	margin: 1rem 0 0 80px;
}
.error-txt.first-name {
	margin-left: 20px;
}
.area-reserve__privacy .error-txt {
	margin-left: 0;
}
@media (max-width: 768px) {
	.error-txt {
		margin-left: 0;
	}
}
/* ボタン */
.area-reserve__btn {
    display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 35px;
}
.reserve__btn-color01{
	display: block;
	width: 300px;
	height: 52px;
	background-color: #d70071;
	color: #fff;
	font-weight: 700;
	border: none;
	border-radius: 10px;
	padding: 8px 0;
	transition: opacity 0.3s ease-out;
}
.reserve__btn-color02 {
	display: block;
	width: 300px;
	height: 52px;
	font-size: 1.8rem;
	text-align: center;
	background-color: #fff;
	color: #333;
	border: 1px solid #d70071;
	border-radius: 10px;
	padding:8px 0;
	margin-top: 10px;
	transition: opacity 0.3s ease-out;
}
.reserve__btn-color01:hover,.reserve__btn-color02:hover {
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	.reserve__btn-color01,.reserve__btn-color02 {
		width: 100%;
		height: 44px;
	}
	.reserve__btn-color01:hover,.reserve__btn-color02:hover {
		opacity: 1;
	}
	.reserve__btn-color02 {
		margin-top: 15px;
	}
}

/* 確認画面
---------------------------------------------------------- */
.c-header.header-confirm {
	position:relative;
	box-shadow: none;
}
.contents-confirm {
	margin-top: 0;
}
.c-footer.footer-confirm {
	margin-bottom: 0;
}
.reserve__form-item.answer-wrap {
	display: grid;
	grid-template-columns: 28% 72%;
}
@media all and (max-width: 768px) {
	.reserve__form-item.answer-wrap {
		display: flex;
		flex-direction: column;
	}
}

/* 完了画面 thanks.html
---------------------------------------------------------- */
.l-contents-thanks {
	margin-top: 0;
}
.contact-address {
	margin-top: 20px;
}
.contact-address-first {
	margin-top: 50px;
}
.l-contents-thanks .reserve__btn-color01 {
	text-align: center;
	height: 52px;
}
.footer-thanks {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.l-contents-thanks {
		padding-top: 20px;
	  }
	.l-contents-thanks .reserve__btn-color01 {
		height: 44px;
	}
}
	
@media all and (min-width: 769px) {
   .pc-none {
		display: none;
	  }
   .contact-address {
		margin-top: 30px;
	  }
   .contact-address-first {
		margin-top: 40px;
	  }
}

/* #privacy.html
---------------------------------------------------------- */
#privacy {
  border: 1px solid #CCCCCC;
  font-size: 1.5rem;
  line-height: 170%;
  height: 250px;
  margin: 35px 0;
  overflow: auto;
  padding: 10px;
}
@media all and (max-width: 768px) {
	#privacy {
		font-size: 1.4rem;
	}
}
#privacy p {
	margin-bottom: 10px;
}
#privacy ol {
  list-style-type: decimal;
  padding-left: 40px;
  margin-bottom: 10px;
}
#privacy ol li {
  margin-top: 10px;
  margin-bottom: 10px;
}
#privacyMadoguchi dl {
  margin-bottom: 20px;
}

/* 追加　お知らせ一覧　エントリーレイアウト調整用
---------------------------------------------------------- */
.news-menu-img {
	display: flex;
}
.news-menu-img.news-menu-img-grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
.news-menu-img.news-menu-img-grid {
	padding-left:0;
}
@media all and (max-width: 768px) {
	.news-menu-img.news-menu-img-grid {
		gap: 10px;
	}
}

/* ==========================================================
追加　20241121　404NotFound
========================================================== */
.l-contents-error404 {
	background-image: url("../../error/img/img_error404.jpg");
	background-position: center;
	background-size: cover;
	background-color: rgba(255,255,255,.85);
    background-blend-mode: overlay;
}
.l-contents-error404 .c-heading-lead:before {
	content:none;
}
.l-contents-error404 .c-heading-lead {
	margin-bottom: 0;
	padding-bottom: 0;
}
.error404__text {
	text-align: center;
}
@media all and (max-width: 768px) {
	.error404__text {
		margin-top: 40px;
	}
}
.error404-return__btn {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}
.error404-return__btn a {
	text-align: center;
	display: block;
    width: 300px;
    background-color: #d70071;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    padding: 8px 0;
    transition: opacity 0.3s ease-out;
}
.error404-return__btn a:hover{
	opacity: 0.7;
}

/* ==========================================================
追加　20250520　60thロゴ対応
========================================================== */

@media (max-width: 768px) {
	.sp-none {
		display: none;
	  }
}