@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
  common
  ---------------------------------------*/
  /*---------------------------------------
  about
  ---------------------------------------*/
  /*---------------------------------------
  menu
  ---------------------------------------*/
  /*---------------------------------------
  online
  ---------------------------------------*/
  /*---------------------------------------
  access
  ---------------------------------------*/
}
.index .kv .kv__img {
  position: relative;
  width: 100%;
}
.index .kv .kv__img:before {
  content: "";
  display: block;
  background-color: #b7c6c6;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.index .kv .kv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100vh;
}
.index .kv .kv__copy {
  width: 22%;
  position: absolute;
  top: calc(50vh - 5.6vw);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 2;
}
.index .kv .kv__copy img {
  width: 100%;
}
@media screen and (max-width:1160px) {
  .index .kv .kv__copy {
    width: 35%;
  }
}
@media screen and (max-width:767px) {
  .index .kv .kv__copy {
    width: 69%;
    top: calc(50vh - 20.2vw);
  }
}
.index .section-ttl {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.25em;
  line-height: 1;
}
@media screen and (max-width:1024px) {
  .index .section-ttl {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .index .section-ttl {
    font-size: 30px;
  }
}
.index .about {
  max-width: 1300px;
  margin: auto;
  padding-top: 118px;
}
@media screen and (max-width:1024px) {
  .index .about {
    padding-top: 70px;
  }
}
.index .about .sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .index .about .sp {
    display: block;
  }
}
.index .about .pc {
  display: block;
}
@media screen and (max-width:1024px) {
  .index .about .pc {
    display: none;
  }
}
.index .about .swiper-about {
  position: relative;
  overflow: hidden;
}
.index .about .about__img {
  max-width: 1260px;
  margin: auto;
  position: relative;
}
.index .about .about__img img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .about .about__img {
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .index .about .about__img {
    width: 100%;
  }
}
.index .about .about__Wrapeer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: min(4vw, 70px);
}
@media screen and (max-width:1024px) {
  .index .about .about__Wrapeer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
.index .about .about__logo {
  width: min(22vw, 368px);
  position: absolute;
  top: max(-1.1vw, -20px);
  right: 0;
  z-index: 2;
}
.index .about .about__logo img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .about .about__logo {
    width: 33vw;
    position: initial;
    margin: auto;
    margin-bottom: 46px;
  }
}
@media screen and (max-width:767px) {
  .index .about .about__logo {
    width: 44vw;
  }
}
.index .about .about__content {
  width: 55%;
}
@media screen and (max-width:1024px) {
  .index .about .about__content {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  .index .about .about__content {
    width: 100%;
  }
}
.index .about .section-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width:1024px) {
  .index .about .section-ttl {
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
.index .about .sub-ttl {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
}
.index .about .sub-ttl .brSP {
  display: none;
}
@media screen and (max-width:1024px) {
  .index .about .sub-ttl {
    text-align: center;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .index .about .sub-ttl {
    font-size: 18px;
    line-height: 1.77;
  }
  .index .about .sub-ttl .brSP {
    display: block;
  }
}
.index .about .about__txt {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .index .about .about__txt {
    font-size: 16px;
    line-height: 2;
    padding: 0 15px;
  }
}
.index .about .about__staff {
  background-color: #4b2300;
  width: 433px;
  border-radius: 12px;
  padding: 30px 18px 24px;
  padding-top: 30px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .index .about .about__staff {
    width: 65%;
  }
}
@media screen and (max-width:767px) {
  .index .about .about__staff {
    width: 75%;
    margin-top: 65px;
    border-radius: 10px;
    padding: 4vw;
  }
}
@media screen and (max-width: 420px) {
  .index .about .about__staff {
    width: 100%;
  }
}
.index .about .about__staff-img {
  margin-bottom: 20px;
}
.index .about .about__staff-img img {
  width: 100%;
}
.index .about .about__box {
  margin-bottom: 60px;
}
@media screen and (max-width:1024px) {
  .index .about .about__box {
    margin-bottom: 40px;
  }
}
.index .about .about__staff-txt {
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.88;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .index .about .about__staff-txt {
    font-size: 15px;
  }
}
.index .about .about_sub-img {
  width: 42%;
  margin-top: min(17.8vw, 307px);
  margin-right: -50px;
}
@media screen and (max-width: 1360px) {
  .index .about .about_sub-img {
    margin-right: 0;
  }
}
@media screen and (max-width:1024px) {
  .index .about .about_sub-img {
    width: 100%;
  }
}
.index .about__sub-img-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: min(3vw, 53px);
}
.index .about__sub-img-inner .img-02 {
  width: 52%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index .about__sub-img-inner .img-03 {
  width: 39%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:1024px) {
  .index .about__sub-img-inner {
    margin-bottom: 70px;
  }
  .index .about__sub-img-inner .img-01 {
    width: 97%;
  }
}
@media screen and (max-width:767px) {
  .index .about__sub-img-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 10px;
  }
  .index .about__sub-img-inner .img-01 {
    width: 100%;
  }
  .index .about__sub-img-inner .img-02 {
    width: 100%;
  }
  .index .about__sub-img-inner .img-03 {
    display: block;
    margin: auto;
    width: 44%;
    margin-bottom: 10px;
  }
}
.index .menu {
  text-align: center;
  color: #FFF;
  background-image: url(/assets/img/index/menu_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 46.5vw;
  margin-top: 136px;
}
@media screen and (max-width:1024px) {
  .index .menu {
    height: max(46.5vw, 507px);
    margin-top: 74px;
  }
}
@media screen and (max-width: 420px) {
  .index .menu {
    background-image: url(/assets/img/index/menu_img-SP.png);
    background-position: bottom;
  }
}
.index .menu .section-ttl {
  color: #FFF;
}
.index .menu .menu__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46.5vw;
}
.index .menu .menu__wrapper:before {
  content: "";
  display: block;
  mix-blend-mode: multiply;
  background-color: rgba(64, 34, 15, 0.7019607843);
  width: 100%;
  height: 46.5vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:1024px) {
  .index .menu .menu__wrapper {
    height: max(46.5vw, 507px);
  }
  .index .menu .menu__wrapper:before {
    height: max(46.5vw, 507px);
  }
}
.index .menu .menu-txt {
  letter-spacing: 0.18em;
  line-height: 2.1;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .index .menu .menu-txt {
    font-size: 16px;
    text-align: left;
  }
  .index .menu .menu-txt .br {
    display: none;
  }
}
.index .menu .menu__inner {
  position: relative;
  z-index: 1;
}
.index .menu .menu__btn a {
  color: #000;
  padding: 19px 60px 19px 45px;
  background-color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  font-weight: 500;
}
.index .menu .menu__btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5a7878;
  border-right: 2px solid #5a7878;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width:767px) {
  .index .menu .menu__btn a {
    font-size: 13.5px;
    padding: 15px 40px 15px 22px;
  }
  .index .menu .menu__btn a:after {
    border-top: 1px solid #5a7878;
    border-right: 1px solid #5a7878;
    width: 7px;
    height: 7px;
  }
}
.index .online {
  margin-top: 127px;
  margin-bottom: 130px;
}
@media screen and (max-width:1024px) {
  .index .online {
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
.index .online .online__wrapper {
  max-width: 1240px;
  margin: auto;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:1024px) {
  .index .online .online__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__wrapper {
    width: 91%;
  }
}
.index .online .online__img {
  width: 40%;
}
.index .online .online__img img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .online .online__img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.index .online .online__inner {
  width: 60%;
}
@media screen and (max-width:1024px) {
  .index .online .online__inner {
    width: 95%;
    margin: auto;
  }
}
.index .online .online__sub-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.31em;
  color: #4b2300;
  margin-left: min(3.7vw, 64px);
  margin-top: 24px;
}
.index .online .online__sub-ttl .brSP {
  display: none;
}
@media screen and (max-width:1024px) {
  .index .online .online__sub-ttl {
    margin-left: 0;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__sub-ttl {
    text-align: left;
    font-size: 18px;
    line-height: 1.88;
  }
  .index .online .online__sub-ttl .brSP {
    display: block;
  }
}
.index .online .online__ttl {
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #4b2300;
  padding: 14px 0px 14px min(3.7vw, 64px);
  margin-bottom: 24px;
  font-size: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.index .online .online__ttl .sub {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid #FFF;
  margin-right: min(1.8vw, 32px);
}
@media screen and (max-width:1024px) {
  .index .online .online__ttl {
    position: absolute;
    top: -120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 0;
    padding: 20px 0 70px;
    width: 110%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__ttl {
    font-size: 23px;
    top: -90px;
    width: calc(110% + 30px);
  }
  .index .online .online__ttl .sub {
    font-size: 11px;
    padding: 8px 15px;
    margin-right: min(6.4vw, 24px);
  }
}
.index .online .online__txt {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
  margin-left: min(3.7vw, 64px);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1024px) {
  .index .online .online__txt {
    margin-bottom: 40px;
    margin-left: 0;
    letter-spacing: 0.1em;
  }
  .index .online .online__txt .br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__txt {
    font-size: 15px;
    line-height: 2;
  }
}
.index .online .online__btn {
  margin-left: min(3.7vw, 64px);
}
.index .online .online__btn a {
  color: #000;
  padding: 19px 60px 19px 45px;
  background-color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}
.index .online .online__btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5a7878;
  border-right: 2px solid #5a7878;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width:1024px) {
  .index .online .online__btn {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__btn a {
    font-size: 13px;
    padding: 19px 60px 19px 45px;
  }
  .index .online .online__btn a:after {
    border-top: 1px solid #5a7878;
    border-right: 1px solid #5a7878;
    width: 7px;
    height: 7px;
  }
}
.index .online .online__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: auto;
}
.index .online .online__sns a {
  display: block;
  width: 47%;
}
.index .online .online__sns .online__sns-img img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .index .online .online__sns {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .online .online__sns a {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  .index .online .online__sns {
    width: 100%;
  }
}
.index .access {
  background-color: #4b2300;
  padding: 120px 0 130px;
  padding-top: 120px;
  padding-bottom: 130px;
}
@media screen and (max-width:1024px) {
  .index .access {
    padding-top: 82px;
    padding-bottom: 72px;
  }
}
.index .access .section-ttl {
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}
.index .access .access__wrapper {
  max-width: 960px;
  margin: auto;
  position: relative;
}
@media screen and (max-width:1024px) {
  .index .access .access__wrapper {
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .index .access .access__wrapper {
    width: 100%;
  }
}
.index .access .access__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width:1024px) {
  .index .access .access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.index .access .access__map {
  margin-bottom: 70px;
}
.index .access .access__map iframe {
  width: 100%;
  height: 445px;
  border: none;
}
@media screen and (max-width:1024px) {
  .index .access .access__map {
    margin-bottom: 190px;
  }
}
@media screen and (max-width:767px) {
  .index .access .access__map {
    margin-bottom: 134px;
  }
  .index .access .access__map iframe {
    height: 375px;
  }
}
.index .access .access__content {
  color: #FFF;
  font-weight: 600;
  width: 57%;
}
@media screen and (max-width:1024px) {
  .index .access .access__content {
    width: 100%;
  }
}
.index .access .access__img {
  width: 42%;
}
@media screen and (max-width:1024px) {
  .index .access .access__img {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .index .access .access__img {
    padding: 0 30px;
  }
}
.index .access .access__ttl {
  font-size: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0px;
  padding-bottom: 18px;
  border-bottom: 1px solid #FFF;
  letter-spacing: 0.05em;
  padding-left: 38px;
  font-weight: 600;
}
.index .access .access__ttl .sub {
  font-size: 16px;
  padding: 7px 20px;
  border: 1px solid #FFF;
  border-radius: 5px;
  margin-right: 20px;
}
@media screen and (max-width:1024px) {
  .index .access .access__ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -110px;
    padding-left: 0;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .index .access .access__ttl {
    font-size: 20px;
    top: -76px;
  }
  .index .access .access__ttl .sub {
    font-size: 11px;
    margin-right: min(3.7vw, 20px);
  }
}
.index .access .access__txt {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.1;
  padding-left: 38px;
  margin-bottom: 0;
}
@media screen and (max-width:1024px) {
  .index .access .access__txt {
    width: 95%;
    padding-left: 0;
  }
  .index .access .access__txt .br {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .index .access .access__txt {
    padding: 0 30px;
    width: 100%;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .sectionTtl {
  font-size: 122px;
  color: #f4e2c5;
  background-color: #4b2300;
  line-height: 1;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: center;
  padding: 10px 24px 24px;
  letter-spacing: 0.25em;
}
.lower .sectionTtl span {
  font-size: 25px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-left: min(1.3vw, 24px);
  letter-spacing: 0.2em;
}
@media screen and (max-width:1024px) {
  .lower .sectionTtl {
    font-size: 70px;
  }
  .lower .sectionTtl span {
    display: block;
    margin-left: 0;
    margin-top: 12px;
  }
}
@media screen and (max-width:767px) {
  .lower .sectionTtl {
    font-size: 35px;
    padding: 20px 24px 22px;
  }
  .lower .sectionTtl span {
    font-size: 14px;
  }
}
.lower .menu .menu__kv-img {
  width: 100%;
}
.lower .menu .swiper-menu {
  overflow: hidden;
}
.lower .menu .menu__pucture {
  max-width: 960px;
  margin: auto;
  margin-top: 207px;
}
.lower .menu .menu__pucture img {
  width: 100%;
}
@media screen and (max-width:1160px) {
  .lower .menu .menu__pucture {
    margin-top: 164px;
  }
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__pucture {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__pucture {
    width: 100%;
  }
}
.lower .menu .menu__kv-Wrapeer {
  position: relative;
  margin: auto;
  padding-top: 504px;
  margin-bottom: 70px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-Wrapeer {
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.lower .menu .menu__kv-logo {
  width: max(17.4vw, 300px);
  position: absolute;
  top: -16px;
  left: calc(50% - 480px - min(2.3vw, 40px));
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-logo {
    width: max(20vw, 360px);
    position: initial;
    margin: auto;
    margin-top: 130px;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__kv-logo {
    width: max(38vw, 146px);
  }
}
.lower .menu .menu__kv-logo img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-logo-pc {
    display: none;
  }
}
.lower .menu .menu__kv-logo-sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-logo-sp {
    display: block;
  }
}
.lower .menu .menu__kv-content {
  position: absolute;
  top: min(8.7vw, 150px);
  left: 50%;
  padding-right: 24px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-content {
    position: initial;
    width: 80%;
    margin: auto;
    padding-right: 0;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__kv-content {
    position: initial;
    width: 100%;
    padding: 0 30px;
  }
}
.lower .menu .menu__kv-ttl {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.25em;
  line-height: 1;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__kv-ttl {
    font-size: 30px;
    text-align: center;
  }
}
.lower .menu .menu__kv-txt {
  font-size: 18px;
  line-height: 2.1;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__kv-txt {
    margin-bottom: 0;
    font-size: 16px;
  }
  .lower .menu .menu__kv-txt .br {
    display: none;
  }
}
.lower .menu .menu__kv-note {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.lower .menu .menu__wrapper {
  max-width: 1100px;
  margin: auto;
  margin-top: 104px;
  margin-bottom: 300px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__wrapper {
    margin-bottom: 130px;
  }
}
.lower .menu .menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower .menu .menu__txt {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #4b2300;
  margin-top: 40px;
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lower .menu .menu__txt .sub-ttl {
  font-size: 22px;
  letter-spacing: 0.18em;
  margin: 0;
  margin-right: 20px;
  margin-left: 27px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__txt .sub-ttl {
    font-size: 17.6px;
  }
}
.lower .menu .menu__txt .ttl {
  margin-left: 56px;
  position: relative;
  display: inline-block;
}
.lower .menu .menu__txt .ttl h3 {
  font-size: 35px;
  letter-spacing: 0.18em;
  display: inline-block;
  line-height: 1;
  padding: 0px 10px;
  position: relative;
  margin: 0;
  line-height: 1.4em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__txt .ttl h3 {
    font-size: 28px;
  }
}
.lower .menu .menu__txt .ttl span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  font-size: 17px;
  letter-spacing: 0.1em;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  line-height: 1;
}
.lower .menu .menu__txt .ttl .note {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}
.lower .menu .menu__txt .ttl span .single {
  position: initial;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.lower .menu .menu__txt .border h3 {
  position: relative;
  padding-bottom: 25px;
}
.lower .menu .menu__txt .border h3:after {
  content: "";
  border-bottom: 1px solid #4b2300;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__txt .border h3:after {
    display: none;
  }
}
.lower .menu .menu__txt .coffee-ttl-01 .price-01 {
  bottom: -37px;
}
.lower .menu .menu__txt .food-ttl-01 .note-01 {
  bottom: -57px;
}
.lower .menu .menu__txt .food-ttl-01 .price-01 {
  bottom: -74px;
}
.lower .menu .menu__txt .food-ttl-01 .price-02 {
  bottom: -105px;
}
.lower .menu .menu__txt .food-ttl-02 .note-01 {
  bottom: -32px;
}
.lower .menu .menu__txt .food-ttl-02 .price-01 {
  bottom: -49px;
}
.lower .menu .menu__txt .food-ttl-02 .note-02 {
  bottom: -81px;
}
.lower .menu .menu__txt .food-ttl-02 .price-02 {
  bottom: -98px;
}
.lower .menu .menu__txt .food-ttl-02 .price-03 {
  bottom: -129px;
}
.lower .menu .menu__txt .food-ttl-03 .price-01 {
  bottom: -37px;
}
.lower .menu .menu__txt-txt {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.3;
  margin: 0;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__txt-txt {
    font-size: 15px;
  }
}
.lower .menu .coffee-02 .menu__txt {
  margin-left: 65px;
}
.lower .menu .coffee-02 .coffee-02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower .menu .coffee-02 .coffee-02__inner-box {
  margin: auto;
}
@media screen and (max-width:1024px) {
  .lower .menu .coffee-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .lower .menu .coffee-02 .menu__txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    width: 80%;
    margin: auto;
    padding: 0 30px;
    margin-top: 36px;
  }
  .lower .menu .coffee-02 .ttl {
    margin-left: 0;
    margin-bottom: 26px;
    padding: 0;
  }
  .lower .menu .coffee-02 .ttl h3 {
    padding: 0;
  }
  .lower .menu .coffee-02 .br {
    display: none;
  }
  .lower .menu .coffee-02 .menu__btn {
    margin-top: 46px;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .coffee-02 .menu__txt {
    width: 100%;
    margin: auto;
  }
  .lower .menu .coffee-02 .ttl h3 {
    margin-top: 32px;
  }
}
.lower .menu .food-03 .menu__txt {
  margin-right: 100px;
}
.lower .menu .menu__img {
  width: 59%;
  width: 100%;
  max-width: 668px;
  min-width: 668px;
}
.lower .menu .menu__img img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__img {
    width: 80%;
    margin: auto;
    max-width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__img {
    width: 100%;
    padding: 0 30px;
  }
}
.lower .menu .menu__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 130px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 110px;
  }
}
.lower .menu .menu__price .ttl {
  font-size: 25px;
  border: 1px solid #4b2300;
  padding: 20px 0px;
  width: 360px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__price .ttl {
    margin-bottom: 34px;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .ttl {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    max-width: 173px;
  }
}
.lower .menu .menu__price .price__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 90px;
}
.lower .menu .menu__price .price__list li span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.lower .menu .menu__price .price__list li .name {
  font-size: 25px;
  margin-bottom: 18px;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .price__list li .name {
    font-size: 22px;
  }
}
.lower .menu .menu__price .price__list li .price {
  font-size: 17px;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .price__list li .price {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__price .price__list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .lower .menu .menu__price .price__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 330px;
  }
  .lower .menu .menu__price .price__list li .line {
    display: block;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #4b2300, #4b2300 2px, transparent 2px, transparent 8px);
    background-image: linear-gradient(to right, #4b2300, #4b2300 2px, transparent 2px, transparent 8px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .lower .menu .menu__price .price__list li .name {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .price__list li {
    width: 290px;
  }
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__price .coffee-list ul li .line-moka {
    width: 65%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-Guatemalan {
    width: 42%;
    left: 61%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-brazil {
    width: 48%;
    left: 58%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-columbia {
    width: 42%;
    left: 61%;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .coffee-list ul li .line-moka {
    width: 62%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-Guatemalan {
    width: 39%;
    left: 61%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-brazil {
    width: 45%;
    left: 57%;
  }
  .lower .menu .menu__price .coffee-list ul li .line-columbia {
    width: 40%;
    left: 61%;
  }
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__price .drink-list ul li .line-ice-coffee {
    width: 26%;
    left: 69%;
  }
  .lower .menu .menu__price .drink-list ul li .line-cafe-au-lait {
    width: 19%;
    left: 73%;
  }
  .lower .menu .menu__price .drink-list ul li .line-cola {
    width: 29%;
    left: 69%;
  }
  .lower .menu .menu__price .drink-list ul li .meron {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:767px) {
  .lower .menu .menu__price .drink-list ul li .line-ice-coffee {
    width: 23%;
    left: 69%;
  }
  .lower .menu .menu__price .drink-list ul li .line-cafe-au-lait {
    width: 14%;
    left: 73%;
  }
  .lower .menu .menu__price .drink-list ul li .line-cola {
    width: 23%;
    left: 69%;
  }
  .lower .menu .menu__price .drink-list ul li .meron {
    letter-spacing: 0.1em;
  }
}
.lower .menu .menu__price .food-list ul li .line-ham {
  width: 41%;
  left: 62%;
}
.lower .menu .menu__price .food-list ul li .line-egg {
  width: 35%;
  left: 66%;
}
.lower .menu .menu__price .food-list ul li .line-toast {
  width: 29%;
  left: 69%;
}
.lower .menu .menu__btn {
  margin-top: 70px;
  text-align: center;
}
.lower .menu .menu__btn a {
  color: #000;
  padding: 15px 47px 15px 34px;
  background-color: #FFF;
  font-size: 15px;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  font-weight: 500;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.lower .menu .menu__btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #5a7878;
  border-right: 2px solid #5a7878;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width:767px) {
  .lower .menu .menu__btn a {
    font-size: 13.5px;
    padding: 15px 40px 15px 22px;
  }
  .lower .menu .menu__btn a:after {
    border-top: 1px solid #5a7878;
    border-right: 1px solid #5a7878;
    width: 7px;
    height: 7px;
  }
}
.lower .menu .drink .menu__wrapper {
  max-width: 1180px;
  margin-bottom: 116px;
}
.lower .menu .drink .price__list ul {
  gap: 26px;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__inner-pc {
    display: none;
  }
}
.lower .menu .menu__inner-sp {
  display: none;
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__inner-sp {
    display: block;
  }
  .lower .menu .menu__inner-sp .menu__txt {
    margin: auto;
    margin-bottom: 50px;
  }
  .lower .menu .menu__inner-sp .menu__txt .menu__txt-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lower .menu .menu__inner-sp .menu__txt .ttl {
    margin-left: 0;
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lower .menu .menu__inner-sp .menu__txt .ttl:after {
    content: "";
    border-bottom: 1px solid #4b2300;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .lower .menu .menu__inner-sp .menu__txt .food-ttl-01 {
    padding-bottom: 20px;
  }
  .lower .menu .menu__inner-sp .menu__txt .sub-ttl {
    margin: 0;
  }
  .lower .menu .menu__inner-sp .menu__txt h3 {
    padding: 0;
    margin-right: 20px;
  }
  .lower .menu .menu__inner-sp .menu__txt .price {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    line-height: 1;
    margin: 0;
    margin-top: 18px;
    font-size: 17px;
    letter-spacing: 0.1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width:1024px) and (max-width:767px) {
  .lower .menu .menu__inner-sp .menu__txt .price {
    font-size: 15px;
  }
}
@media screen and (max-width:1024px) {
  .lower .menu .menu__inner-sp .menu__txt .price .note {
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.1;
    margin-right: 5px;
  }
}
.lower .menu .menu__inner-sp .menu__txt-txt {
  padding: 0 30px;
  width: 80%;
  margin: auto;
  margin-top: 30px;
}
.lower .menu .menu__inner-sp .menu__txt-txt .br {
  display: none;
}
@media screen and (max-width:767px) {
  .lower .menu .menu__inner-sp .menu__txt-txt {
    width: 100%;
  }
}/*# sourceMappingURL=pages.css.map */