/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 1000;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 665px;
  width: 100%;
  padding: 11px 23px 15px 25px;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
}
.header-info {
  margin-bottom: 12px;
  margin-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-text {
  line-height: 1;
  margin-right: 19px;
}
.header-text .accent {
  margin-right: 12px;
}
.header-tel {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-top: 15px;
  position: relative;
}
.header-tel-txt {
  position: absolute;
  top: 0;
  left: 0;
}
.header-tel-txt img {
  display: block;
}
.header-tel .tel-font {
  font-size: 2rem;
}
.header-link a:not(:last-of-type) {
  margin-right: 18px;
}
.header-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .global-nav-list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 15px;
}
.header .global-nav-list-item:not(:last-child)::after {
  content: "|";
  margin-left: 15px;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 930px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 99px;
  background: center/cover no-repeat url(../../images/common/main-visual.png);
}
.header .sub-visual {
  width: 100%;
  height: 550px;
  padding-bottom: 143px;
}
.header .sub-visual-textbox {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/top-about-bg.png);
}
.top-about-inner {
  padding: 74px 0 118px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 0;
  width: 669px;
  height: 658px;
  background: center/cover no-repeat url(../../images/top/top-about-img.png);
  z-index: 1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 154px;
  left: -10px;
  width: 170px;
  height: 130px;
  background: center/cover no-repeat url(../../images/top/top-about-ttl-deco.png);
  z-index: -1;
}
.top-about-title {
  text-align: center;
  margin-bottom: -12px;
}
.top-about-text {
  font-size: 1.9rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 59px;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 38px;
}
.top-about-content {
  padding: 50px 207px 59px 207px;
  background: center/cover no-repeat url(../../images/top/top-about-box-bg.png);
  position: relative;
}
.top-about-content::before {
  position: absolute;
  content: "";
  top: -77px;
  left: -35px;
  width: 184px;
  height: 140px;
  background: center/cover no-repeat url(../../images/top/top-about-ttl-deco02.png);
}
.top-about-content-title {
  font-size: 4.4rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.top-about-sub-title {
  width: 100%;
  height: 60px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
  background: center/cover no-repeat url(../../images/top/top-about-sub-title-bg.png);
}
.top-about-sub-text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 21px;
  text-align: center;
  background-color: #efeeee;
}

.top-service {
  background: center/cover no-repeat url(../../images/top/top-service-bg.png);
  overflow: hidden;
}
.top-service-inner {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  left: -155px;
  bottom: 110px;
  width: 241px;
  height: 545px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-l.png);
  z-index: -1;
}
.top-service-inner::after {
  position: absolute;
  content: "";
  right: -226px;
  bottom: 0;
  width: 380px;
  height: 168px;
  background: center/contain no-repeat url(../../images/top/top-service-bg-r-b.png);
  z-index: -1;
}
.top-service-list-item {
  max-width: 520px;
  width: 100%;
}
.top-service-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 77px;
}
.top-service-list-item:nth-child(2) {
  position: relative;
  z-index: 1;
}
.top-service-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: -77px;
  right: -135px;
  width: 171px;
  height: 300px;
  background: center/cover no-repeat url(../../images/top/top-service-bg-r-t.png);
  z-index: -1;
}
.top-service-title {
  margin-top: -26px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.top-service-title .accent {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 13px 13px;
  margin-bottom: 15px;
  background: center/cover no-repeat url(../../images/top/top-service-title-bg.png);
  border-radius: 25px;
  position: relative;
}
.top-service-title .accent::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 12px;
  background: center/cover no-repeat url(../../images/top/top-service-title-arrow.png);
}
.top-service-title .s-font {
  font-size: 2rem;
}

.top-menu {
  overflow: hidden;
  background: center/1920px 582px repeat url(../../images/top/top-menu-bg.png);
  position: relative;
  z-index: 1;
}
.top-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 811px;
  height: 582px;
  background: center/cover no-repeat url(../../images/top/top-menu-l-img.png);
  z-index: -1;
}
.top-menu-inner {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
.top-menu-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -199px;
  width: 337px;
  height: 448px;
  background: center/cover no-repeat url(../../images/top/top-menu-img.png);
  z-index: -1;
}
.top-menu-title {
  max-width: 360px;
  width: 100%;
  height: 140px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  border: 10px solid #fff;
}
.top-menu-textbox {
  max-width: 620px;
  width: 100%;
}
.top-menu-sub-title {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
.top-menu-sub-title::before {
  position: absolute;
  content: "";
  top: -62px;
  left: -68px;
  width: 193px;
  height: 195px;
  background: center/cover no-repeat url(../../images/top/top-menu-ttl-deco.png);
  z-index: -1;
}
.top-menu-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-bottom: 43px;
}

.top-intro {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/top-intro-bg.png);
  position: relative;
  z-index: 1;
}
.top-intro::before {
  position: absolute;
  content: "";
  top: -64px;
  left: 0;
  width: 649px;
  height: 667px;
  background: center/contain no-repeat url(../../images/top/top-intro-l-t.png);
  z-index: -1;
}
.top-intro::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 635px;
  height: 734px;
  background: center/contain no-repeat url(../../images/top/top-intro-r-b.png);
  z-index: -1;
}
.top-intro-inner {
  padding: 88px 0;
  position: relative;
}
.top-intro-inner::before {
  position: absolute;
  content: "";
  top: -64px;
  left: -296px;
  width: 458px;
  height: 299px;
  background: center/contain no-repeat url(../../images/top/top-intro-deco01.png);
  z-index: -1;
}
.top-intro-inner::after {
  position: absolute;
  content: "";
  right: -27px;
  bottom: 35px;
  width: 152px;
  height: 136px;
  background: center/contain no-repeat url(../../images/top/top-intro-deco02.png);
  z-index: -1;
}
.top-intro-content {
  padding: 0 30px;
}
.top-intro-textbox {
  max-width: 605px;
  width: 100%;
}
.top-intro-title {
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.top-intro-title::before {
  position: absolute;
  content: "";
  top: -21px;
  left: -36px;
  width: 619px;
  height: 130px;
  background: center/cover no-repeat url(../../images/top/top-intro-title-bg.png);
  z-index: -1;
}
.top-intro-title .accent {
  font-size: 7rem;
  color: #c11a1a;
}
.top-intro-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 30px;
}
.top-intro .cmn-btn:not(:last-of-type) {
  margin-bottom: 16px;
}

.top-scene {
  overflow: hidden;
  min-height: 800px;
  background: center/cover no-repeat url(../../images/top/top-scene-bg.png);
}
.top-scene-inner {
  padding-top: 120px;
  min-height: 800px;
  position: relative;
  z-index: 1;
}
.top-scene-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: -420px;
  width: 856px;
  height: 100%;
  background: center/contain no-repeat url(../../images/top/top-scene-img01.png);
  z-index: -1;
}
.top-scene-inner::after {
  position: absolute;
  content: "";
  top: 0;
  right: -420px;
  width: 856px;
  height: 100%;
  background: center/contain no-repeat url(../../images/top/top-scene-img02.png);
  z-index: -1;
}
.top-scene-inner {
  text-align: center;
  color: #fff;
}
.top-scene-title {
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 45px;
}
.top-scene-sub-title {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  padding: 15px;
  margin-bottom: 21px;
  text-align: center;
  background: center/cover no-repeat url(../../images/top/top-scene-title-bg.png);
}
.top-scene-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  margin-bottom: 55px;
}
.top-scene .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  background: center/cover no-repeat url(../../images/top/link-banner-bg.png);
}
.link-banner-content {
  width: 100%;
  height: 360px;
  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: 0 96px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link-banner-content:hover {
  opacity: 0.8;
}
.link-banner-content:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title {
  font-size: 6.6rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.link-banner-title::before {
  content: "";
  width: 107px;
  height: 46px;
  margin-right: 12px;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 516px;
  height: 536px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-l-t.png);
  z-index: -1;
}
.reserve::after {
  position: absolute;
  content: "";
  top: -54px;
  right: 0;
  width: 516px;
  height: 536px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-r-b.png);
  z-index: -1;
}
.reserve-inner {
  padding: 93px 0;
}
.reserve-content {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  padding: 56px 67px;
  background: center/cover no-repeat url(../../images/top/reserve-box-bg.png);
  border: 3px solid #ed673a;
}
.reserve-title {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ed673a;
  text-align: center;
  margin-bottom: 39px;
}
.reserve-info {
  margin-bottom: 39px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.reserve-tel {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-top: 20px;
  position: relative;
}
.reserve-tel-txt {
  position: absolute;
  top: 0;
  left: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-tel .tel-font {
  font-size: 2.8rem;
}
.reserve-contact {
  max-width: 360px;
  width: 100%;
  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;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 35px 31px;
  background-color: #482518;
}
.reserve-contact::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 19px;
  margin-right: 16px;
  background: center/cover no-repeat url(../../images/top/reserve-mail-icon.png);
}
.reserve-contact:hover {
  opacity: 0.7;
}
.reserve-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve-link-btn {
  max-width: 320px;
  width: 100%;
  height: 70px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: center/cover no-repeat url(../../images/top/reserve-btn-bg.png);
  position: relative;
}
.reserve-link-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/reserve-link-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-link-btn:hover {
  opacity: 0.7;
}
.reserve-link-btn:not(:last-of-type) {
  margin-right: 29px;
}

.news {
  background: center/cover no-repeat url(../../images/top/news-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news-inner {
  padding: 110px 0;
  position: relative;
}
.news-section-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 5rem;
  font-weight: 900;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.news-section-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -129px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 151px;
  height: 115px;
  background: center/cover no-repeat url(../../images/top/news-title-deco.png);
  z-index: -1;
}
.news-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.news-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #2e1d17;
  text-align: right;
  letter-spacing: 0.12em;
}
.news-visual {
  max-width: 320px;
  width: 100%;
  height: 212px;
  margin-bottom: 14px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.115em;
  color: #2e1d17;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 7px;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c11a1a;
  margin-bottom: 6px;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-accent-tag:not(:last-child) {
  margin-right: 12px;
}
.news-accent-tag:not(:last-child)::after {
  content: "|";
  margin-left: 12px;
}
.news .cmn-btn {
  position: absolute;
  top: 110px;
  right: 0;
  max-width: 256px;
  height: 60px;
  font-size: 1.8rem;
  border-radius: 30px;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #2e1d17;
  border: 2px solid #2e1d17;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #2e1d17;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #2e1d17;
  border-bottom: 1px solid #2e1d17;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #2e1d17;
  border-right: 1px solid #2e1d17;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #2e1d17 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-info-map {
  width: 100%;
  height: 450px;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
menu
==========================================*/
.menu {
  overflow: hidden;
  background-color: #2e1d17;
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 635px;
  height: 698px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-l-t.png);
  z-index: -1;
}
.menu::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 649px;
  height: 606px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-r-b.png);
  z-index: -1;
}
.menu-inner {
  padding: 130px 0 110px 0;
}
.menu-link {
  margin-bottom: 34px;
}
.menu-link .cmn-btn {
  max-width: 250px;
}
.menu-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 75px;
}
.menu-img {
  max-width: 500px;
  width: 100%;
  height: 350px;
  margin-bottom: 14px;
  overflow: hidden;
}
.menu-img img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-textbox {
  max-width: 535px;
  width: 100%;
}
.menu-title {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  padding: 15px 30px;
  margin-bottom: 22px;
  background: center/cover no-repeat url(../../images/menu/menu-title-bg.png);
}
.menu-price {
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: right;
  margin-bottom: 14px;
}
.menu-body {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.menu-body p {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.menu .post-none-text {
  color: #fff;
}
.menu-list-item {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 14px 29px;
  background-color: #fff;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 1px;
}

.course {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/menu/course-bg.png);
  position: relative;
  z-index: 1;
}
.course::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: center/cover no-repeat url(../../images/menu/course-bg-top.png);
  z-index: -1;
}
.course-inner {
  padding: 70px 0 110px 0;
}
.course .menu-price {
  color: #2e1d17;
}
.course .menu-body {
  color: #2e1d17;
}
.course .menu-body p {
  color: #2e1d17;
}

.food-inner {
  padding: 100px 0 110px 0;
}

.drink {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/menu/course-bg.png);
  position: relative;
  z-index: 1;
}
.drink::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: center/cover no-repeat url(../../images/menu/course-bg-top.png);
  z-index: -1;
}
.drink-inner {
  padding: 70px 0 110px 0;
}
.drink .menu-img {
  max-width: 358px;
  height: 358px;
}
.drink .menu-textbox {
  max-width: 676px;
}
.drink .menu-title {
  background: center/cover no-repeat url(../../images/menu/menu-title-bg02.png);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background-color: #2e1d17;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 635px;
  height: 698px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-l-t.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 942px;
  background: center/cover no-repeat url(../../images/about/about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding: 78px 0 110px 0;
}
.about .cmn-title {
  line-height: 1.3;
  padding: 0;
  padding-bottom: 50px;
  margin-bottom: 18px;
}
.about .cmn-title::before {
  top: auto;
  bottom: 0;
}
.about-text {
  font-size: 1.9rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 57px;
  color: #fff;
}
.about-title {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 21px 0;
  margin-bottom: 30px;
  text-align: center;
  background: center/cover no-repeat url(../../images/about/about-title-bg.png);
}
.about-textbox {
  max-width: 535px;
  width: 100%;
}
.about-sub-text {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}
.about-sub-text:not(:last-of-type) {
  margin-bottom: 34px;
}

.feature {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/about/feature-bg.png);
  position: relative;
  z-index: 1;
}
.feature-inner {
  padding: 70px 0 110px 0;
  position: relative;
  z-index: 1;
}
.feature-inner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 607px;
  width: 184px;
  height: 140px;
  background: center/contain no-repeat url(../../images/about/feature-deco04.png);
  z-index: -1;
}
.feature-inner::after {
  position: absolute;
  content: "";
  right: -193px;
  bottom: 0;
  width: 380px;
  height: 168px;
  background: center/cover no-repeat url(../../images/about/feature-bg-r-b.png);
  z-index: -1;
}
.feature-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}
.feature-content:nth-of-type(1) {
  margin-bottom: 135px;
}
.feature-content:nth-of-type(1)::before {
  position: absolute;
  content: "";
  right: -44px;
  bottom: 14px;
  width: 105px;
  height: 146px;
  background: center/cover no-repeat url(../../images/about/feature-deco02.png);
  z-index: -1;
}
.feature-content:nth-of-type(2) {
  margin-bottom: 97px;
}
.feature-content:nth-of-type(2)::before {
  position: absolute;
  content: "";
  top: -109px;
  left: -78px;
  width: 105px;
  height: 146px;
  background: center/cover no-repeat url(../../images/about/feature-deco01.png);
  z-index: -1;
}
.feature-content:nth-of-type(2) .feature-img {
  position: absolute;
  top: -40px;
  right: 0;
}
.feature-content:nth-of-type(2) .feature-textbox {
  max-width: 798px;
}
.feature-content:nth-of-type(3) {
  margin-bottom: 47px;
}
.feature-content:nth-of-type(3)::before {
  position: absolute;
  content: "";
  right: -85px;
  bottom: -120px;
  width: 240px;
  height: 192px;
  background: center/cover no-repeat url(../../images/about/feature-deco03.png);
  z-index: -1;
}
.feature-content:nth-of-type(3) .feature-textbox {
  max-width: 686px;
}
.feature-content:nth-of-type(3) .feature-text {
  max-width: 686px;
}
.feature-content:last-of-type .feature-img {
  position: absolute;
  top: -40px;
  right: 0;
}
.feature-content:last-of-type .feature-textbox {
  max-width: 764px;
}
.feature-img {
  z-index: -1;
}
.feature-textbox {
  max-width: 520px;
  width: 100%;
}
.feature-title {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 21px 27px;
  margin-bottom: 21px;
  background: center/cover no-repeat url(../../images/about/feature-title-bg.png);
}
.feature-text {
  max-width: 520px;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.feature-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.feature-video {
  max-width: 600px;
  width: 100%;
  height: 388px;
  margin: 0 auto;
  margin-bottom: 136px;
}
.feature-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.question {
  background: center/cover no-repeat url(../../images/about/question-bg.png);
}
.question-inner {
  padding: 130px 0;
}
.question-section-title {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: left;
  color: #fff;
  line-height: 1;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.question-section-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -96px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 193px;
  height: 185px;
  background: center/cover no-repeat url(../../images/about/question-title-deco.png);
  z-index: -1;
}
.question-list-item {
  padding: 35px 30px 30px 30px;
  background: center/cover no-repeat url(../../images/about/question-box-bg.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 54px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 900;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(46, 29, 23, 0.3);
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 32px;
  height: 34px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/about/Q.png);
}
.question-textbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 12px;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33px;
  height: 26px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.15;
  letter-spacing: 0.08em;
}
.question-body img {
  max-width: 100%;
}
.question .post-none-text {
  color: #fff;
}

/*========================================
scene
==========================================*/
.scene {
  overflow: hidden;
  background-color: #2e1d17;
  position: relative;
  z-index: 1;
}
.scene::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 635px;
  height: 698px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-l-t.png);
  z-index: -1;
}
.scene::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -117px;
  width: 100%;
  height: 1060px;
  background: center/cover no-repeat url(../../images/scene/scene-bg-bottom.png);
  z-index: -1;
}
.scene-inner {
  padding: 78px 0 110px 0;
}
.scene-list {
  margin-bottom: 190px;
}
.scene-list-item {
  max-width: 520px;
  width: 100%;
}
.scene-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 77px;
}
.scene-title {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 13px 13px;
  margin-bottom: 15px;
  background: center/cover no-repeat url(../../images/top/top-service-title-bg.png);
  border-radius: 25px;
  margin-top: -26px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.scene .reserve-content {
  padding-top: 39px;
  position: relative;
}
.scene .reserve-content .reserve-title {
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 670px;
  width: 100%;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 21px 0;
  text-align: center;
  background: center/cover no-repeat url(../../images/scene/reserve-title-bg.png);
}
.scene .reserve-content .reserve-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.scene .reserve-content .reserve-sub-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  padding: 19px 0;
  margin-bottom: 30px;
  color: #ed673a;
  text-align: center;
  border-top: 1px solid #ed673a;
  border-bottom: 1px solid #ed673a;
}

.intro {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/scene/intro-bg.png);
}
.intro-inner {
  padding: 96px 0 110px 0;
  position: relative;
  z-index: 1;
}
.intro-inner::before {
  position: absolute;
  content: "";
  left: -76px;
  bottom: 57px;
  width: 105px;
  height: 146px;
  background: center/cover no-repeat url(../../images/scene/intro-bg-l-b.png);
  z-index: -1;
}
.intro-inner::after {
  position: absolute;
  content: "";
  top: 153px;
  right: -138px;
  width: 171px;
  height: 300px;
  background: center/cover no-repeat url(../../images/scene/intro-bg-r-t.png);
  z-index: -1;
}
.intro .cmn-title {
  line-height: 1.4;
  padding: 0;
  padding-bottom: 50px;
  margin-bottom: 18px;
}
.intro .cmn-title::before {
  top: auto;
  bottom: 0;
}
.intro .cmn-title .accent {
  color: #c11a1a;
}
.intro-list-item {
  max-width: 520px;
  width: 100%;
  height: 360px;
}
.intro-list-item a {
  width: 100%;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background: center/cover no-repeat url(../../images/scene/intro-box-bg.png);
  position: relative;
}
.intro-list-item a::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 107px;
  height: 46px;
  background: center/cover no-repeat url(../../images/scene/intro-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.intro-list-item a:hover {
  opacity: 0.8;
}
.intro-list-item a:hover::before {
  right: 12px;
}

.flow {
  overflow: hidden;
  background: center/1920px 1732px repeat url(../../images/scene/flow-bg01.png);
}
.flow-inner {
  position: relative;
  z-index: 1;
}
.flow-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -115px;
  width: 337px;
  height: 448px;
  background: center/cover no-repeat url(../../images/scene/flow-deco01.png);
  z-index: -1;
}
.flow-section-title {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: left;
  color: #fff;
  margin-bottom: 53px;
  position: relative;
  z-index: 1;
}
.flow-section-title::before {
  position: absolute;
  content: "";
  top: -53px;
  left: -96px;
  width: 193px;
  height: 185px;
  background: center/cover no-repeat url(../../images/about/question-title-deco.png);
  z-index: -1;
}
.flow-text {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 43px;
}
.flow-list-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 405px;
  bottom: -25px;
  width: 58px;
  height: 56px;
  background: center/cover no-repeat url(../../images/scene/flow-arrow02.png);
}
.flow-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.flow-list-item:nth-child(even)::before {
  left: auto;
  right: 486px;
  background: center/cover no-repeat url(../../images/scene/flow-arrow03.png);
}
.flow-list-item:nth-child(even) .flow-img {
  margin-right: auto;
  margin-left: 31px;
}
.flow-list-item:nth-child(even) .flow-textbox {
  max-width: 616px;
}
.flow-img {
  margin-right: 44px;
}
.flow-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flow-title {
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.flow-time {
  display: inline-block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  color: #fff;
  padding: 19px 20px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/scene/flow-time-bg.png);
  position: relative;
}
.flow-time::before {
  position: absolute;
  content: "";
  left: 31px;
  bottom: -21px;
  width: 25px;
  height: 42px;
  background: center/cover no-repeat url(../../images/scene/flow-arrow01.png);
}
.flow-sub-text {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
}

.flow2 {
  background: center/cover no-repeat url(../../images/scene/flow-bg.png);
}
.flow2 .flow-section-title {
  color: #2e1d17;
  text-align: center;
  line-height: 1;
  margin-bottom: 90px;
}
.flow2 .flow-section-title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: center/cover no-repeat url(../../images/scene/flow2-title-deco.png);
}
.flow2 .flow-text {
  color: #2e1d17;
  text-align: center;
}
.flow2 .flow-title {
  color: #2e1d17;
}
.flow2 .flow-sub-text {
  color: #2e1d17;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  background-color: #2e1d17;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 635px;
  height: 698px;
  background: center/cover no-repeat url(../../images/menu/menu-bg-l-t.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -117px;
  width: 100%;
  height: 1060px;
  background: center/cover no-repeat url(../../images/scene/scene-bg-bottom.png);
  z-index: -1;
}
.info-inner {
  padding: 49px 0 110px 0;
}
.info-table {
  margin-bottom: 70px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 1px;
}
.info-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  background-color: #c11a1a;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 18px 30px;
  background: center/cover no-repeat url(../../images/info/table-box-bg.png);
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/menu/course-bg.png);
  position: relative;
  z-index: 1;
}
.contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: center/cover no-repeat url(../../images/menu/course-bg-top.png);
  z-index: -1;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #2e1d17;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #2e1d17;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #2e1d17;
}

/*========================================
privacy
==========================================*/
.privacy {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/menu/course-bg.png);
  position: relative;
  z-index: 1;
}
.privacy::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: center/cover no-repeat url(../../images/menu/course-bg-top.png);
  z-index: -1;
}
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #2e1d17;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #2e1d17;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/menu/course-bg.png);
  position: relative;
  z-index: 1;
}
.site::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 825px;
  background: center/cover no-repeat url(../../images/menu/course-bg-top.png);
  z-index: -1;
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #2e1d17;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #2e1d17;
  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;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #2e1d17;
  border-right: 1px solid #2e1d17;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: center/cover no-repeat url(../../images/top/footer-bg.png);
}
.footer-inner {
  padding: 72px 0 23px 0;
}
.footer-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.footer-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 510px;
  width: 100%;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.12em;
  margin-bottom: 21px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.12em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.footer-text {
  margin-bottom: 35px;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 27px;
}
.footer-tel {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.02em;
  padding-top: 20px;
  position: relative;
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-tel .tel-font {
  font-size: 2.8rem;
}
.footer-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.footer-link a:not(:last-of-type) {
  margin-right: 50px;
}
.footer-link a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-right {
  max-width: 320px;
  width: 100%;
  margin-top: 19px;
}
.footer-btn {
  max-width: 320px;
  width: 100%;
  height: 70px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: center/cover no-repeat url(../../images/top/reserve-btn-bg.png);
  position: relative;
}
.footer-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/reserve-link-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.7;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 11px;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item::after {
  content: "|";
  margin-left: 24px;
}
.footer-nav-list-item:first-of-type::before {
  content: "|";
  margin-right: 24px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 24px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  opacity: 0.7;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 49px;
}
.footer-sub-list-item a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-sub-list-item a::before {
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/top/footer-nav-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-sub-list-item a:hover {
  opacity: 0.8;
}
.footer-sub-list-item a:hover::before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.footer-bottom {
  background-color: #2e1d17;
}
.footer-bottom-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 0;
}
.footer-bottom #copyright {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
}