/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  padding: 0;
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 602px;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-textbox {
  max-width: 250px;
  width: 100%;
}
.header-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 6px 0;
  text-align: center;
  background-color: #524438;
}
.header-tel {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-top: 20px;
  position: relative;
  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-tel::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tel-txt img {
  display: block;
}
.header-btn {
  width: 100%;
  height: 60px;
  background: center/cover no-repeat url(../images/common/header-btn-bg.png);
  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;
}
.header-btn::before {
  content: "";
  width: 32px;
  height: 22px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/header-btn-icon.png);
}
.header-btn::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: center/cover no-repeat url(../images/common/header-btn-arrow.png);
}
.header .global-nav {
  z-index: 5;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item {
  max-width: 180px;
  width: 100%;
  height: 50px;
}
.header .global-nav-list-item:last-child a {
  border-right: 1px dashed #524438;
}
.header .global-nav-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-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #524438 !important;
  letter-spacing: 0;
  text-align: center;
  border-left: 1px dashed #524438;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1410px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
  z-index: 10;
}
.header .main-visual-textbox img {
  height: 270px;
}
.header .sub-visual {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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;
}
.header .sub-visual-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding-top: 50px;
  position: relative;
}
.header .sub-visual-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 86px;
  height: 36px;
  background: center/contain no-repeat url(../images/about/sub-visual-title-deco.png);
}
.header .page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#top .global-nav {
  bottom: 0;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 400px;
  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;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.news {
  position: relative;
  z-index: 1;
}
.news-inner {
  position: relative;
}
.news-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-wrap::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 98%;
  height: 100%;
  border: 1px solid #7d736a;
  z-index: -1;
}
.news-textbox {
  width: 98%;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 65px 15px 25px 15px;
  background-color: #fff;
  position: relative;
}
.news-textbox::before {
  position: absolute;
  content: "";
  top: 12px;
  left: -24px;
  width: 76px;
  height: 56px;
  background: center/contain no-repeat url(../images/top/news-en.png);
}
.news-textbox::after {
  position: absolute;
  content: "";
  top: -17px;
  right: -11px;
  width: 151px;
  height: 113px;
  background: center/contain no-repeat url(../images/top/news-deco.png);
}
.news-section-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.news-right {
  max-width: 740px;
  width: 100%;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 22px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  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;
}
.news-accent-tag::before {
  content: "|";
  margin-right: 18px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 9px;
}
.news-accent time {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 20px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  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;
  position: relative;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 108px;
  height: 28px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::before {
  left: 10px;
}
.news-tag-list {
  max-width: 250px;
  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: #524438;
  border: 2px solid #524438;
}
.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: #fffabe;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.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: 10px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #524438;
  border-bottom: 1px solid #524438;
}
.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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #524438;
  border-right: 1px solid #524438;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #fffabe !important;
}
.news-detail .paginated-link a:hover {
  color: #524438 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-inner {
  padding-top: 50px;
}

.top-about {
  overflow: hidden;
  background: center bottom/cover no-repeat url(../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about-inner {
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  right: -17px;
  bottom: -8px;
  width: 127px;
  height: 236px;
  background: center/contain no-repeat url(../images/top/top-about-deco.png);
  z-index: 2;
}
.top-about-content {
  min-height: 690px;
  margin: 0 auto;
  padding: 300px 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.top-about-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: left -30px top -60px/340px 345px no-repeat url(../images/top/top-about-img-l.png), right -30px bottom -60px/340px 345px no-repeat url(../images/top/top-about-img-r.png), center/cover no-repeat url(../images/top/top-about-box-bg.png);
  z-index: -1;
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
  border-radius: 30px;
}
.top-about-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.top-about-title::before {
  position: absolute;
  content: "";
  left: -69px;
  bottom: 49px;
  width: 111px;
  height: 70px;
  background: center/contain no-repeat url(../images/top/top-about-title-deco.png);
  z-index: 2;
}
.top-about-title-en {
  display: block;
  font-family: "Marcellus", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  padding-top: 74px;
  margin-bottom: 20px;
  position: relative;
}
.top-about-title-en::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 115px;
  height: 48px;
  background: center/contain no-repeat url(../images/top/top-about-en-deco.png);
}
.top-about-title .t-right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding-left: 45px;
}
.top-about-title .accent {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 1;
}
.top-about-title .accent::before {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #7d736a;
  z-index: -1;
}
.top-about-title .accent .wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 20px 14px 28px;
  background: -webkit-linear-gradient(291deg, #ffffff 35%, #fff67d 74%);
  background: linear-gradient(159deg, #ffffff 35%, #fff67d 74%);
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
}
.top-about-text {
  width: 95%;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 2.1;
  text-align: center;
}

.recommend {
  margin-top: -60px;
  background: right -150px top 341px/896px 400px no-repeat url(../images/top/recommend-bg-c.png), top -20px left -150px/960px 515px no-repeat url(../images/top/recommend-bg-top.png), left -150px bottom 105px/960px 458px no-repeat url(../images/top/recommend-bg-b.png);
}
.recommend-inner {
  padding-top: 80px;
}
.recommend-inner .cmn-title {
  margin-bottom: 140px;
}
.recommend-inner .cmn-title-en img {
  height: 40px;
}
.recommend-list {
  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-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;
}
.recommend-list-item {
  max-width: 350px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.recommend-list-item::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/top/recommend-box-bg02.png);
  z-index: -1;
}
.recommend-list-item:nth-child(2)::before {
  background: none;
  border: 1px solid #7d736a;
}
.recommend-list-item:nth-child(2) .inner {
  background: center/cover no-repeat url(../images/top/recommend-box-bg02.png);
}
.recommend-list-item:nth-child(2) .inner::after {
  background: center/cover no-repeat url(../images/top/recommend-deco02.png);
}
.recommend-list-item:nth-child(2) .recommend-text {
  color: #fff;
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 150px;
}
.recommend-list-item .inner {
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  background: center/cover no-repeat url(../images/top/recommend-box-bg01.png);
  position: relative;
  z-index: 1;
}
.recommend-list-item .inner::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -10px;
  width: 39px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/recommend-pin01.png);
}
.recommend-list-item .inner::after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 64px;
  height: 67px;
  background: center/contain no-repeat url(../images/top/recommend-deco01.png);
}
.recommend-title img {
  height: 32px;
}
.recommend-text {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 19px;
}
.recommend-text:nth-of-type(2) {
  margin-bottom: 25px;
}

.seat-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.seat-list-item {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.seat-img {
  margin-bottom: 17px;
}
.seat-title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.seat-text {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 14px 10px;
  text-align: center;
  background-color: #524438;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.link-banner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.link-banner-inner {
  max-width: none;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 380px;
  width: 100%;
  height: 268px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 35px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
}
.link-banner-list-item a: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;
  overflow: hidden;
}
.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-textbox {
  position: absolute;
  top: 30px;
  left: -15px;
  max-width: 414px;
  width: 90%;
}
.link-banner-title {
  width: 100%;
  padding: 23px 10px 23px 17px;
  background: center/cover no-repeat url(../images/top/link-banner-box-bg.png);
}
@media (max-width: 1680px) {
  .link-banner-title {
    padding: 23px 7px 23px 13px;
  }
}
.link-banner-title-en {
  font-family: "Marcellus", serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 13px;
}
.link-banner-title-main {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.link-banner-title-main::before {
  content: "";
  width: 30px;
  height: 2px;
  margin-right: 14px;
  background-color: #524438;
  opacity: 0.5;
}
.link-banner-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  padding: 12px 10px;
  background-color: #524438;
}

.app-inner {
  padding-top: 300px;
}
.app-content-wrap {
  position: relative;
  z-index: 1;
}
.app-content-wrap::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid #7d736a;
  z-index: -1;
}
.app-content {
  padding: 36px 13px 20px 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-linear-gradient(291deg, #ffffff 35%, #fff67d 74%);
  background: linear-gradient(159deg, #ffffff 35%, #fff67d 74%);
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
  position: relative;
}
.app-content::before {
  position: absolute;
  content: "";
  top: -285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 162px;
  height: 314px;
  background: center/contain no-repeat url(../images/top/app-img.png);
}
.app-textbox {
  max-width: 690px;
  width: 100%;
}
.app-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
.app-title .accent {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.app-title .accent::before {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #7d736a;
  z-index: -1;
}
.app-title .accent .wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 21px 5px 21px 14px;
  background: -webkit-linear-gradient(291deg, #ffffff 35%, #fff67d 74%);
  background: linear-gradient(159deg, #ffffff 35%, #fff67d 74%);
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
}
.app-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.app-flex a img {
  height: 55px;
}
.app-flex a:not(:last-of-type) {
  margin-bottom: 25px;
}
.app-flex a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.app-sub-content {
  max-width: 606px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 13px 15px 13px;
  background-color: #fff;
  border: 1px solid #7d736a;
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
  position: relative;
}
.app-sub-content:not(:last-of-type) {
  margin-bottom: 38px;
}
.app-sub-title {
  position: absolute;
  top: -25px;
  left: 5px;
  min-width: 150px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 10px 10px;
  background: -webkit-linear-gradient(291deg, #ffffff 35%, #fff67d 74%);
  background: linear-gradient(159deg, #ffffff 35%, #fff67d 74%);
  border: 1px solid #7d736a;
}
.app-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  -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;
}
.app-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 31px;
  height: 23px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/app-check01.png);
}
.app-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  -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;
}
.app-sub-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 17px;
  height: 19px;
  margin-right: 8px;
  background: center/contain no-repeat url(../images/top/app-check02.png);
}
.app-sub-text:not(:last-of-type) {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #7d736a;
}

.reserve {
  overflow: hidden;
}
.reserve-inner {
  position: relative;
}
.reserve-inner::before {
  position: absolute;
  content: "";
  right: -206px;
  bottom: 0;
  width: 204px;
  height: 165px;
  background: center/contain no-repeat url(../images/top/reserve-deco.png);
}
.reserve-content-wrap {
  position: relative;
  z-index: 1;
}
.reserve-content-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  z-index: -1;
}
.reserve-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 265px 20px 30px 20px;
  background-color: #524438;
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: center/cover no-repeat url(../images/top/reserve-img.png);
  z-index: -1;
}
.reserve-title {
  margin-bottom: 20px;
}
.reserve-title img {
  height: 125px;
}
.reserve-textbox {
  max-width: 393px;
  width: 100%;
}
.reserve-tel {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  padding-top: 8px;
  margin-bottom: 25px;
  position: relative;
  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;
}
.reserve-tel::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: center/contain no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-btn {
  margin-bottom: 24px;
}
.reserve-btn:hover {
  opacity: 0.7;
}
.reserve-text {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.3;
}
.reserve-text:not(:last-child) {
  margin-bottom: 20px;
}

#top .reserve-inner {
  padding-top: 10px;
}

/*========================================
about
==========================================*/
.about-inner {
  padding-top: 60px;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -24px;
  width: 116px;
  height: 94px;
  background: center/contain no-repeat url(../images/about/about-deco.png);
}
.about-inner .cmn-title {
  margin-bottom: 48px;
  line-height: 1.2;
}
.about-inner .cmn-title-en img {
  height: 40px;
}
.about-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.about-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.about-textbox {
  max-width: 598px;
  width: 100%;
  min-height: 370px;
  margin-left: auto;
  padding: 25px 20px;
  background: -webkit-linear-gradient(291deg, #ffffff 25%, #fff67d 80%);
  background: linear-gradient(159deg, #ffffff 25%, #fff67d 80%);
  -webkit-box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
          box-shadow: 6px 8px 20px 0 rgba(82, 68, 56, 0.15);
}
.about-no {
  margin-bottom: 21px;
}
.about-title {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #524438;
}
.about-sub-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}

/*========================================
menu
==========================================*/
.menu-inner {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.menu-inner::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -24px;
  width: 116px;
  height: 94px;
  background: center/contain no-repeat url(../images/about/about-deco.png);
}
.menu-inner .cmn-title {
  margin-bottom: 33px;
}
.menu-guide-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.menu-guide-list-item {
  max-width: 382px;
  width: 100%;
  height: 70px;
}
.menu-guide-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.menu-guide-list-item:nth-child(2) a::before {
  width: 18px;
  height: 25px;
  background: center/cover no-repeat url(../images/menu/menu-guide-icon02.png);
}
.menu-guide-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;
  background: -webkit-linear-gradient(291deg, #ffffff 25%, #fff67d 80%);
  background: linear-gradient(159deg, #ffffff 25%, #fff67d 80%);
  position: relative;
}
.menu-guide-list-item a::before {
  content: "";
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/menu/menu-guide-icon01.png);
}
.menu-guide-list-item a::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  background: center/cover no-repeat url(../images/menu/menu-guide-arrow.png);
}
.menu-notice {
  font-size: 1.5rem;
  text-align: right;
  line-height: 1;
  margin-bottom: 12px;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.menu-title {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px 0;
  margin-bottom: 24px;
  text-align: center;
  background-color: #fffabe;
  border: 1px solid #524438;
}
.menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list-item {
  max-width: 330px;
  width: 100%;
  padding: 25px;
  margin-bottom: 30px;
  background: center/cover no-repeat url(../images/menu/menu-box-bg.png);
  border: 1px solid #524438;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.menu-list-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 17px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(82, 68, 56, 0.2);
}
.menu-price {
  line-height: 1;
  text-align: right;
}
.menu-img {
  max-width: 280px;
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 10px;
}
.menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.drink {
  background: center/cover no-repeat url(../images/menu/drink-bg.png);
  position: relative;
  z-index: 1;
}
.drink::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.drink::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.drink-title {
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 12px 20px;
  background-color: #524438;
}
.drink-title .sub-text {
  display: inline-block;
  font-size: 1.8rem;
}
.drink-list {
  padding: 20px 25px 12px 25px;
  background-color: #ffffff;
}
.drink-list-item {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.drink-list-item:not(:last-child) {
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(82, 68, 56, 0.2);
}
.drink-list-title {
  width: 70%;
  margin-right: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.drink-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

/*========================================
course
==========================================*/
.course-inner {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.course-inner::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -24px;
  width: 116px;
  height: 94px;
  background: center/contain no-repeat url(../images/about/about-deco.png);
}
.course-inner .cmn-title {
  margin-bottom: 30px;
}
.course-inner .cmn-title-en {
  top: 10px;
}
.course-inner .cmn-title-en img {
  height: 24px;
}
.course-content-wrap {
  max-width: 1054px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.course-content-wrap::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../images/course/course-box-bg02.png);
  z-index: -1;
}
.course-content-wrap:not(:last-of-type) {
  margin-bottom: 67px;
}
.course-content {
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: center/cover no-repeat url(../images/course/course-box-bg01.png);
  border: 1px solid #524438;
  position: relative;
  z-index: 1;
}
.course-content::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -10px;
  width: 26px;
  height: 47px;
  background: center/contain no-repeat url(../images/course/course-pin.png);
}
.course-price {
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}
.course-img {
  max-width: 270px;
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  overflow: hidden;
}
.course-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-textbox {
  max-width: 620px;
  width: 100%;
}
.course-title {
  font-size: 2.1rem;
  letter-spacing: 0.12em;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(82, 68, 56, 0.2);
}
.course-time {
  width: 100%;
  height: 37px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-bottom: 15px;
  border: 1px solid #524438;
}
.course-time .accent {
  width: 130px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  padding: 10px 0;
  margin-right: 15px;
  text-align: center;
  background-color: #524438;
}
.course-sub-title {
  font-size: 2rem;
  line-height: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.course-sub-title::before {
  content: "";
  width: 2px;
  height: 20px;
  margin-right: 10px;
  background-color: #524438;
}
.course-body {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.course-body img {
  max-width: none;
}

.notice {
  background: center/cover no-repeat url(../images/menu/drink-bg.png);
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.notice::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: center/cover no-repeat url(../images/top/link-banner-line.png);
}
.notice-inner .cmn-title {
  line-height: 1.2;
}
.notice-inner .cmn-title-en {
  top: 10px;
}
.notice-inner .cmn-title-en img {
  height: 24px;
}
.notice-textbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background: center/cover no-repeat url(../images/course/notice-bg.png);
}
.notice-text {
  font-size: 1.6rem;
  font-weight: 500;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3;
}
.notice-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-top: 10px;
  background-color: #524438;
  border-radius: 50%;
}
.notice-text .accent {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fff67d));
  background: -webkit-linear-gradient(transparent 60%, #fff67d 30%);
  background: linear-gradient(transparent 60%, #fff67d 30%);
  display: inline-block;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 25px;
}

/*========================================
info
==========================================*/
.info-inner {
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: 0px;
  right: -24px;
  width: 116px;
  height: 94px;
  background: center/contain no-repeat url(../images/about/about-deco.png);
}
.info-inner .cmn-title {
  margin-bottom: 50px;
}
.info-table {
  width: 100%;
  margin-bottom: 35px;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) {
  margin-bottom: 4px;
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 25px 0;
  background-color: #524438;
  border-radius: 10px;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-weight: 500;
  padding: 15px;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-tel-txt {
  display: block;
}
.info-tel-txt img {
  display: block;
  margin-top: 9px;
}

/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #524438;
  background-color: #fffabe;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #524438;
  background-color: #fffabe;
}
.contact-submits-wrap button {
  color: #524438;
  margin-bottom: 15px;
  background-color: #fffabe;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fffabe;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #fffabe;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #524438;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #524438;
  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 #524438;
  border-right: 1px solid #524438;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #524438 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 30px 0;
}
.footer-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-logo {
  width: 60%;
  margin-bottom: 43px;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.footer-map {
  display: block;
}
.footer-map:hover {
  opacity: 0.7;
}
.footer-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.footer-left {
  max-width: 650px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-bottom: 32px;
  position: relative;
  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-tel::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #fff;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-right {
  max-width: 410px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 39px;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.7;
}
.footer-official {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px auto;
}
.footer-official:hover {
  opacity: 0.7;
}
.footer-insta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footer-insta:hover {
  opacity: 0.7;
}
.footer-nav {
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.footer-nav-list {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:nth-child(4n)) {
  margin-right: 21px;
}
.footer-nav-list-item:last-child {
  margin-right: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.1em;
  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 a:hover {
  opacity: 0.6;
}
.footer-sub-list {
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-sub-list-item {
  line-height: 1;
}
.footer-sub-list-item:not(:last-child) {
  margin-right: 25px;
}
.footer-sub-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.2em;
  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: 8px;
  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(5px);
          transform: translateX(5px);
}
.footer-bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #fff !important;
}