@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 0 0 30px;
  background-color: #fff;
  z-index: 1000;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 470px;
  width: 100%;
}
.header-address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 13px;
}
.header-tel {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #1b1b1b !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 22px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/common/tel-icon.png);
}
.header-tel-text {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.header-contact {
  max-width: 180px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff !important;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #d8543f;
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.header-contact:hover {
  background-color: #bf351f;
}
.header .main-visual {
  width: 100%;
  height: 770px;
  margin-top: 100px;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.header .global-nav {
  width: 100%;
  height: 50px;
  background: center/cover no-repeat url(../images/common/nav-bg.png);
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.header .global-nav-list-item {
  flex: 1;
  height: 100%;
  line-height: 1;
  position: relative;
}
.header .global-nav-list-item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/nav-border.png);
}
.header .global-nav-list-item:last-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: center/cover no-repeat url(../images/common/nav-border.png);
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.header .global-nav-list-item a:hover {
  background-color: #bf351f;
}
.header .sub-visual {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 452px;
  height: 158px;
  background: center/cover no-repeat url(../images/common/sub-visual-text-bg.png);
  z-index: -1;
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 770px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

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

#top .global-nav-list-item:first-child a {
  background-color: #bf351f;
}

#about .global-nav-list-item:nth-child(2) a {
  background-color: #bf351f;
}

#food .global-nav-list-item:nth-child(3) a {
  background-color: #bf351f;
}

#drink .global-nav-list-item:nth-child(4) a {
  background-color: #bf351f;
}

#party .global-nav-list-item:nth-child(5) a {
  background-color: #bf351f;
}

#info .global-nav-list-item:nth-child(6) a {
  background-color: #bf351f;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-banner {
  background: center/cover no-repeat url(../images/top/top-banner-bg.png);
}
.top-banner-inner {
  padding: 100px 0;
}
.top-banner-title {
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
}
.top-banner-title .accent {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  color: #5694c3;
  position: relative;
  z-index: 1;
}
.top-banner-title .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: center/16px 16px repeat url(../images/top/top-banner-border01.png);
  z-index: -1;
}
.top-banner-box {
  display: none;
  max-width: 750px;
  width: 100%;
  height: 215px;
  margin: 0 auto;
  padding: 45px 0 0 50px;
  outline-offset: -5px;
  position: relative;
}
.top-banner-box::before {
  position: absolute;
  content: "";
  top: -16px;
  right: 55px;
  width: 202px;
  height: 215px;
  background: center/cover no-repeat url(../images/top/top-banner-img01.png);
}
.top-banner.spring .spring-banner {
  display: block;
  background: center left 4px/37px 205px no-repeat url(../images/top/top-banner-frame-l02.png), center right 4px/37px 205px no-repeat url(../images/top/top-banner-frame-r02.png), center right 4px/384px 195px no-repeat url(../images/top/top-banner-bg-deco02.png), center/cover no-repeat url(../images/top/top-banner-box-bg02.png);
  border: 1px solid #ff9e9e;
  outline: 1px solid #ff9e9e;
}
.top-banner.spring .spring-banner::before {
  width: 216px;
  background: center/cover no-repeat url(../images/top/top-banner-img02.png);
}
.top-banner.spring .spring-banner .top-banner-title .accent {
  color: #c94e4e;
}
.top-banner.spring .spring-banner .top-banner-title .accent:before {
  background: center/16px 16px repeat url(../images/top/top-banner-border02.png);
}
.top-banner.summer .summer-banner {
  display: block;
  background: center left 4px/37px 205px no-repeat url(../images/top/top-banner-frame-l03.png), center right 4px/37px 205px no-repeat url(../images/top/top-banner-frame-r03.png), center right 4px/384px 195px no-repeat url(../images/top/top-banner-bg-deco03.png), center/cover no-repeat url(../images/top/top-banner-box-bg03.png);
  border: 1px solid #7ca739;
  outline: 1px solid #7ca739;
}
.top-banner.summer .summer-banner::before {
  width: 216px;
  background: center/cover no-repeat url(../images/top/top-banner-img03.png);
}
.top-banner.summer .summer-banner .top-banner-title .accent {
  color: #598710;
}
.top-banner.summer .summer-banner .top-banner-title .accent:before {
  background: center/16px 16px repeat url(../images/top/top-banner-border03.png);
}
.top-banner.autumn .autumn-banner {
  display: block;
  background: center left 4px/37px 205px no-repeat url(../images/top/top-banner-frame-l04.png), center right 4px/37px 205px no-repeat url(../images/top/top-banner-frame-r04.png), center right 4px/384px 195px no-repeat url(../images/top/top-banner-bg-deco04.png), center/cover no-repeat url(../images/top/top-banner-box-bg04.png);
  border: 1px solid #ff9e9e;
  outline: 1px solid #ff9e9e;
}
.top-banner.autumn .autumn-banner::before {
  width: 216px;
  background: center/cover no-repeat url(../images/top/top-banner-img04.png);
}
.top-banner.autumn .autumn-banner .top-banner-title .accent {
  color: #c75807;
}
.top-banner.autumn .autumn-banner .top-banner-title .accent:before {
  background: center/16px 16px repeat url(../images/top/top-banner-border04.png);
}
.top-banner.winter .winter-banner {
  display: block;
  background: center left 4px/37px 205px no-repeat url(../images/top/top-banner-frame-l01.png), center right 4px/37px 205px no-repeat url(../images/top/top-banner-frame-r01.png), center right 4px/384px 195px no-repeat url(../images/top/top-banner-bg-deco01.png), center/cover no-repeat url(../images/top/top-banner-box-bg01.png);
  border: 1px solid #79a8cd;
  outline: 1px solid #79a8cd;
}
.top-banner.winter .winter-banner::before {
  width: 202px;
  background: center/cover no-repeat url(../images/top/top-banner-img01.png);
}
.top-banner.winter .winter-banner .top-banner-title .accent {
  color: #5694c3;
}
.top-banner.winter .winter-banner .top-banner-title .accent:before {
  background: center/16px 16px repeat url(../images/top/top-banner-border01.png);
}

.top-greeting {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-greeting-bg.png);
  position: relative;
  z-index: 1;
}
.top-greeting::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 712px;
  height: 827px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-l.png);
  z-index: -1;
}
.top-greeting::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 668px;
  height: 1387px;
  background: center/cover no-repeat url(../images/top/top-greeting-bg-r.png);
  z-index: -1;
}
.top-greeting-inner {
  padding-top: 130px;
}
.top-greeting-title {
  font-family: "Yuji Syuku", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.top-greeting-title::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 106px;
  background: center/cover no-repeat url(../images/top/top-greeting-title-deco.png);
  z-index: -1;
}
.top-greeting-list {
  flex-flow: row-reverse;
  margin-bottom: 90px;
}
.top-greeting-list-item {
  max-width: 320px;
  width: 100%;
  height: 608px;
  padding-top: 39px;
  text-align: center;
  border-top: 1px solid #ccb68a;
  border-bottom: 1px solid #ccb68a;
}
.top-greeting-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.88888;
  letter-spacing: 0.12em;
  text-align: center;
}
.top-greeting-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-greeting-text .accent {
  color: #d8543f;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  border-top: 2px solid #d8543f;
}
.link-banner-list-item {
  max-width: 330px;
  width: 100%;
  height: 450px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}
.link-banner-list-item a:hover .link-banner-img img {
  scale: 1.08;
}
.link-banner-list-title {
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
  padding: 0 28px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.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%;
  object-fit: cover;
  transition: all 0.4s;
}

.top-info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-info::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 668px;
  height: 956px;
  background: center/cover no-repeat url(../images/top/top-info-bg-r.png);
  z-index: -1;
}
.top-info-inner {
  position: relative;
  z-index: 1;
}
.top-info-inner::before {
  position: absolute;
  content: "";
  top: 100px;
  left: -210px;
  width: 149px;
  height: 417px;
  background: center/cover no-repeat url(../images/top/top-info-bg-l.png);
  z-index: -1;
}
.top-info-title {
  font-family: "Yuji Syuku", serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.top-info-title::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 106px;
  background: center/cover no-repeat url(../images/top/top-greeting-title-deco.png);
  z-index: -1;
}
.top-info-table {
  max-width: 520px;
  width: 100%;
  border-top: 1px solid #d8543f;
  border-bottom: 1px solid #d8543f;
}
.top-info-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.top-info-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #d8543f;
}
.top-info-table tr th {
  width: 150px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  background-color: #d8543f;
  vertical-align: middle;
}
.top-info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.12em;
  background-color: #fffbf2;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid #d8543f;
  vertical-align: middle;
}
.top-info-map {
  max-width: 520px;
  width: 100%;
  height: 600px;
  outline: 1px solid #d8543f;
  border: 4px solid #fff;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
}
.top-info-text:not(:last-of-type) {
  margin-bottom: 16px;
}

.news {
  background: center top/1920px 753px repeat url(../images/top/news-bg.png);
}
.news-section-title {
  font-family: "Yuji Syuku", serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news-section-title::before {
  content: "";
  width: 35px;
  height: 33px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/top/news-title-deco.png);
}
.news-list {
  margin-bottom: 50px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  padding: 30px;
  background-color: #fff;
  border-left: 2px solid #d8543f;
}
.news-list-item a:hover .news-title {
  color: #d8543f;
}
.news-accent {
  width: 100%;
  justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #d8543f;
  margin-bottom: 14px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news-accent-tag:not(:last-child)::after {
  content: "/";
  margin-left: 7px;
}
.news-main {
  width: 100%;
}
.news-main time {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-right: 20px;
}
.news-title {
  max-width: 890px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  transition: all 0.4s;
}
.news .cmn-btn {
  max-width: 200px;
  height: 60px;
  margin: 0 0 0 auto;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #d8543f;
  border: 2px solid #d8543f;
}
.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: #d8543f;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail {
  background: center top/1920px 753px repeat url(../images/top/news-bg.png);
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: flex;
  align-items: center;
  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.5rem;
  font-weight: 700;
  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 #d8543f;
  border-bottom: 1px solid #d8543f;
}
.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 {
  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 #d8543f;
  border-right: 1px solid #d8543f;
}
.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: #d8543f !important;
}
.news-detail .paginated-link a:hover {
  color: #bf351f !important;
  transform: translateY(-5px);
}

#news .news {
  background: center top/1920px 753px repeat url(../images/top/news-bg.png);
}

.top-contact {
  position: relative;
  z-index: 1;
}
.top-contact::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 688px;
  height: 516px;
  background: center/cover no-repeat url(../images/top/top-contact-left.png);
  z-index: -1;
}
.top-contact::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 688px;
  height: 516px;
  background: center/cover no-repeat url(../images/top/top-contact-right.png);
  z-index: -1;
}
.top-contact-title {
  font-family: "Yuji Syuku", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.top-contact-title::before {
  content: "";
  flex: 1;
  height: 6px;
  margin-right: 50px;
  background: center/cover no-repeat url(../images/top/top-contact-title-border.png);
}
.top-contact-title::after {
  content: "";
  flex: 1;
  height: 6px;
  margin-left: 50px;
  background: center/cover no-repeat url(../images/top/top-contact-title-border.png);
}
.top-contact-title .accent {
  color: #d8543f;
}
.top-contact-list-item {
  max-width: 520px;
  width: 100%;
  height: 212px;
  padding: 50px 40px 0 40px;
  text-align: center;
  background: left 3px top 3px/28px 28px no-repeat url(../images/top/top-contact-bg-l-t.png), left 3px bottom 3px/28px 28px no-repeat url(../images/top/top-contact-bg-l-b.png), right 3px top 3px/28px 28px no-repeat url(../images/top/top-contact-bg-r-t.png), right 3px bottom 3px/28px 28px no-repeat url(../images/top/top-contact-bg-r-b.png), #fff;
  border: 2px solid #e9e9e9;
}
.top-contact-list-item .cmn-btn {
  max-width: 300px;
}
.top-contact-list-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #d8543f;
}
.top-contact-list-title .accent {
  color: #d8543f;
}
.top-contact-tel {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.top-contact-tel .accent {
  display: inline-block;
  font-size: 3rem;
  color: #d8543f;
  margin-right: 11px;
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background: center/cover no-repeat url(../images/about/about-bg.png);
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 712px;
  height: 1195px;
  background: center/cover no-repeat url(../images/about/about-bg-l.png);
  z-index: -1;
}
.about::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 668px;
  height: 1195px;
  background: center/cover no-repeat url(../images/about/about-bg-r.png);
  z-index: -1;
}
@media (max-width: 1530px) {
  .about::before {
    left: -80px;
  }
  .about::after {
    right: -80px;
  }
}
.about-list {
  padding-bottom: 90px;
  margin-bottom: 87px;
  border-bottom: 1px solid #ccb68a;
}
.about-list-item {
  max-width: 330px;
  width: 100%;
  text-align: center;
}
.about-list-title {
  font-family: "Yuji Syuku", serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
}
.about-list-title::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 183px;
  height: 60px;
  background: center/cover no-repeat url(../images/about/about-title-bg.png);
}
.about-list-title::first-letter {
  color: #d8543f;
}
.about-list-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
.about-list-text .accent {
  color: #d8543f;
}
.about-img {
  margin-bottom: 21px;
}
.about-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
.about-text:not(:last-of-type) {
  margin-bottom: 30px;
}

/*========================================
food
==========================================*/
.cmn-menu {
  background: center/cover no-repeat url(../images/common/cmn-menu-bg.png);
  position: relative;
  z-index: 1;
}
.cmn-menu::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 688px;
  height: 516px;
  background: center/cover no-repeat url(../images/common/cmn-menu-bg-l-t.png);
  z-index: -1;
}
.cmn-menu::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 688px;
  height: 516px;
  background: center/cover no-repeat url(../images/common/cmn-menu-bg-r-b.png);
  z-index: -1;
}
.cmn-menu-list {
  justify-content: center;
}
.cmn-menu-list-item {
  max-width: 520px;
  width: 100%;
  height: 360px;
  outline: 1px solid #d8543f;
  border: 4px solid #fff;
  overflow: hidden;
}
.cmn-menu-list-item:not(:last-child) {
  margin-right: 40px;
}
.cmn-menu-list-item img {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmn-menu-content:not(:last-of-type) {
  margin-bottom: 100px;
}

/*========================================
drink
==========================================*/
#drink .cmn-menu::before {
  top: auto;
  bottom: 0;
  background: center/cover no-repeat url(../images/drink/cmn-menu-l-b.png);
}
#drink .cmn-menu::after {
  top: 0;
  bottom: auto;
  background: center/cover no-repeat url(../images/drink/cmn-menu-r-t.png);
}

/*========================================
party 
==========================================*/
.party {
  overflow: hidden;
  background: center/cover no-repeat url(../images/party/party-bg.png);
  position: relative;
  z-index: 1;
}
.party::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 528px;
  height: 308px;
  background: center/cover no-repeat url(../images/party/party-bg-l-t.png);
  z-index: -1;
}
.party-inner {
  position: relative;
  z-index: 1;
}
.party-inner::before {
  position: absolute;
  content: "";
  right: -250px;
  bottom: 150px;
  width: 149px;
  height: 417px;
  background: center/cover no-repeat url(../images/party/party-bg-r-b.png);
}
.party-list {
  margin-bottom: 53px;
}
.party-list-item {
  max-width: 240px;
  width: 100%;
}
.party-list-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}
.party-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/party/party-border.png);
}
.party-list-title::first-letter {
  color: #d8543f;
}
.party-img {
  margin-bottom: 20px;
}
.party-title {
  font-family: "Yuji Syuku", serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.party-title .accent {
  color: #d8543f;
}
.party-textbox {
  padding: 55px 60px 50px 60px;
  text-align: center;
  background: left 3px top 3px/28px 28px no-repeat url(../images/top/top-contact-bg-l-t.png), left 3px bottom 3px/28px 28px no-repeat url(../images/top/top-contact-bg-l-b.png), right 3px top 3px/28px 28px no-repeat url(../images/top/top-contact-bg-r-t.png), right 3px bottom 3px/28px 28px no-repeat url(../images/top/top-contact-bg-r-b.png), #fff;
  border: 2px solid #e9e9e9;
}
.party-table {
  width: 100%;
  margin-bottom: 19px;
  border-top: 1px solid #d8543f;
  border-bottom: 1px solid #d8543f;
}
.party-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.party-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #d8543f;
}
.party-table tr th {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #d8543f;
  vertical-align: middle;
}
.party-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 15px 0;
  text-align: center;
  background-color: #fffbf2;
  vertical-align: middle;
}
.party-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}
.party-text .accent {
  font-size: 2rem;
  font-weight: 900;
  color: #d8543f;
}

.course {
  background: center/123px 107px repeat url(../images/top/link-banner-pattern.png);
  border-top: 2px solid #d8543f;
}
.course-list-item {
  max-width: 520px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 40px;
  border: 2px solid #e9e9e9;
}
.course-list-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 20px;
  background-color: #1b1b1b;
}
.course-price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #d8543f;
}
.course-price:not(:last-of-type) {
  margin-bottom: 15px;
}
.course-price:last-of-type {
  margin-bottom: 30px;
}
.course-price .accent {
  display: inline-block;
  font-size: 2rem;
  color: #1b1b1b;
}
.course-sub-list-item {
  text-align: center;
  padding: 20px;
  background-color: #f4f4f4;
}
.course-sub-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.course-sub-list-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  color: #d8543f;
  padding-bottom: 15px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d8543f;
}
.course-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

/*========================================
info
==========================================*/
.info {
  background: center/cover no-repeat url(../images/info/info-bg.png);
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 712px;
  height: 827px;
  background: center/cover no-repeat url(../images/info/info-bg-l-t.png);
  z-index: -1;
}
.info::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 668px;
  height: 1095px;
  background: center/cover no-repeat url(../images/info/info-bg-r-t.png);
  z-index: -1;
}
.info-table {
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #d8543f;
  border-bottom: 1px solid #d8543f;
}
.info-table tr:not(:last-of-type) th {
  border-bottom: 1px solid #fff;
}
.info-table tr:not(:last-of-type) td {
  border-bottom: 1px solid #d8543f;
}
.info-table tr th {
  width: 250px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
  padding: 22px 0;
  background-color: #d8543f;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: 0.12em;
  background-color: #ffffff;
  padding: 16px 0 16px 30px;
  border-bottom: 1px solid #d8543f;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 350px;
  outline: 1px solid #d8543f;
  border: 4px solid #fff;
}
.info-map iframe {
  width: 100%;
  height: 100%;
}
.info-tel-txt {
  display: block;
  line-height: 1;
}
.info-text:not(:last-of-type) {
  margin-bottom: 16px;
}

/*========================================
contact
==========================================*/
.contact {
  background: center/cover no-repeat url(../images/info/info-bg.png);
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #d8543f;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #d8543f;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #d8543f;
}

/*========================================
privacy
==========================================*/
.privacy {
  background: center/cover no-repeat url(../images/info/info-bg.png);
}
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d8543f;
  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 #d8543f;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site {
  background: center/cover no-repeat url(../images/info/info-bg.png);
}
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #d8543f;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #1b1b1b !important;
  display: flex;
  align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #d8543f;
  border-right: 1px solid #d8543f;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #bf351f !important;
}
.site-list-item a:hover::before {
  transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: center/cover no-repeat url(../images/top/footer-bg.png);
}
.footer-inner {
  padding: 50px 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 13px;
  color: #fff;
}
.footer-tel {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 22px;
  margin-bottom: 30px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-text {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1;
}
.footer-right {
  max-width: 540px;
  width: 100%;
}
.footer-nav {
  padding: 39px 0 15px 0;
  margin-bottom: 70px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer-nav-list {
  justify-content: flex-start;
}
.footer-nav-list-item {
  max-width: 148px;
  width: 100%;
  line-height: 1;
  margin-bottom: 25px;
}
.footer-nav-list-item:nth-child(3) {
  max-width: 100px;
}
.footer-nav-list-item:nth-child(4) {
  max-width: 100px;
}
.footer-nav-list-item:last-child {
  max-width: 185px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "▶";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-right: 12px;
  transition: all 0.4s;
}
.footer-nav-list-item a:hover::before {
  transform: translateX(7px);
}
.footer-bottom {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  text-align: right;
}
.footer-bottom a {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */