/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-en-top {
  width: 100%;
  padding: 21px 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-en-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-en-logo a:hover {
  opacity: 0.6;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff !important;
  line-height: 1;
  letter-spacing: 0.08em;
  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;
  padding-top: 8px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 34px;
  height: 35px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header-inner {
  padding: 0;
}
.header-sp-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  max-width: 200px;
  width: 32.6666667%;
  z-index: 10;
}
.header-sp-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-sp-logo a:hover {
  opacity: 0.6;
}
.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.6;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  margin-right: 35px;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.4);
  position: relative;
}
.header .global-nav-list-item a::before {
  position: absolute;
  content: "";
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::before {
  width: 100%;
}
.header .global-nav-list-item.current a::before {
  width: 100%;
}
.header .en-visual {
  width: 100%;
  margin-bottom: 30px;
}
.header .en-visual-list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .en-visual-list-item {
  max-width: 910px;
  width: 95%;
  height: 320px;
}
.header .en-visual-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.header .en-visual-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;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
}
.header .en-visual-list-item a:hover .en-visual-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.header .en-visual-title {
  position: relative;
}
.header .en-visual-title::before {
  position: absolute;
  content: "";
  right: -15px;
  bottom: -17px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/common/en-arrow01.png);
}
.header .en-visual-title img {
  height: 117px;
}
.header .en-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.header .en-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.header .en-banner {
  max-width: 400px;
  width: 95%;
  min-height: 215px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 6px 0 rgba(34, 34, 34, 0.3);
}
.header .en-banner:hover {
  opacity: 0.8;
}
.header .en-banner:hover .en-banner-title::before {
  right: -90px;
}
.header .en-banner-img {
  width: 100%;
  height: 100px;
}
.header .en-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .en-banner-title {
  margin: 20px 0;
  position: relative;
}
.header .en-banner-title::before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -30px;
  width: 45px;
  height: 45px;
  background: center/cover no-repeat url(../images/common/en-arrow02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .en-banner-title img {
  height: 60px;
}
.header .main-visual {
  width: 100%;
  height: 340px;
}
.header .main-visual-textbox {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 0 12px;
}
.header .main-visual-textbox img {
  height: 90px;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-slick .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick .slide:nth-child(3) .main-visual-textbox {
  padding: 0 0 0 12px;
}
.header .main-visual-slick.summer .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick.summer .slide:nth-child(3) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick.summer .slide:nth-child(4) .main-visual-textbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 0 12px;
}
.header .main-visual-slick.autumn .slide:nth-child(even) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick.winter .slide:nth-child(2) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick.winter .slide:nth-child(3) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-slick.winter .slide:nth-child(4) .main-visual-textbox {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 12px 0 0;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual.spring .bx-wrapper:nth-of-type(1) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.spring .bx-wrapper:nth-of-type(1) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.summer .bx-wrapper:nth-of-type(2) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.summer .bx-wrapper:nth-of-type(2) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.summer .main-visual-textbox img {
  height: 130px;
}
.header .main-visual.autumn .bx-wrapper:nth-of-type(3) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.autumn .bx-wrapper:nth-of-type(3) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.winter .bx-wrapper:nth-of-type(4) {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .main-visual.winter .bx-wrapper:nth-of-type(4) ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.header .sub-visual {
  width: 100%;
  height: 235px;
}
.header .sub-visual-textbox {
  max-width: 1540px;
  width: 95%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .sub-visual-title {
  font-family: "Cormorant", serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
}
.header .drawer-sub-list {
  margin-top: 4%;
}
.header .drawer-sub-list .drawer-link {
  font-size: 3vw !important;
  padding: 2% 0 !important;
  border: none !important;
}
.header .drawer-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}
.header .drawer-sub-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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 .drawer-sub-item a.current::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-right: 8px;
  background-color: #2a2f24;
}

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

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 340px;
  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;
  display: none;
}

#mv li {
  width: 100%;
  height: 100%;
}

#contact .sub-visual {
  background-position: left !important;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.reserve {
  position: relative;
  z-index: 2;
}
.reserve-inner {
  max-width: 1280px;
  width: 98%;
}
.reserve-banner {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 372px;
  padding-bottom: 20px;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.reserve-banner::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-img {
  margin-bottom: 20px;
}
.reserve-textbox {
  max-width: 682px;
  width: 100%;
}
.reserve-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #f5f6f4;
  margin-left: 15px;
  margin-bottom: 20px;
}
.reserve-sub-title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f6f4;
}
.reserve-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #f5f6f4;
  line-height: 1;
  margin-left: 15px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.reserve-sub-textbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 19px;
  margin: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(169, 186, 142, 0.2);
}
.reserve-info {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.reserve-info span:nth-of-type(1) {
  position: relative;
}
.reserve-info span:nth-of-type(1)::before {
  position: absolute;
  content: "";
  right: -39px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 3px;
  background: center/cover no-repeat url(../images/top/reserve-dot.png);
}
.reserve-info span:not(:last-of-type) {
  margin-right: 50px;
}
.reserve-info:not(:last-of-type) {
  margin-bottom: 15px;
}

.top-about {
  overflow: hidden;
  margin-top: -30px;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 366px;
  height: 212px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-b.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 426px;
  height: 204px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-inner {
  padding: 120px 0 80px 0;
}
.top-about-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15em;
  padding-top: 25px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.top-about-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 366px;
  height: 30px;
  background: center/contain no-repeat url(../images/top/top-about-en.png);
  z-index: -1;
}
.top-about-title::after {
  position: absolute;
  content: "";
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 44px;
  background-color: #b6b9b0;
}
.top-about-textbox {
  max-width: 878px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  text-align: center;
  position: relative;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -8px;
  width: 49px;
  height: 81px;
  background: center/cover no-repeat url(../images/top/top-about-box-l-t.png);
}
.top-about-textbox::after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: 0;
  width: 49px;
  height: 81px;
  background: center/cover no-repeat url(../images/top/top-about-box-r-b.png);
}
.top-about-text {
  font-size: 1.6rem;
  line-height: 2.1;
}

.news {
  margin-left: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 1805px;
  width: 80%;
  height: 400px;
  background-color: #eaeee3;
  z-index: -1;
}
.news-inner {
  position: relative;
}
.news-section-title {
  text-align: left;
  margin-bottom: 30px;
}
.news-section-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.news-section-title-main {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-section-title-main::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  background-color: #b6b9b0;
}
.news-list {
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  max-width: 110px;
  width: 100%;
  height: 100px;
  -webkit-box-shadow: 3px 4px 12px 0 rgba(34, 34, 34, 0.15);
          box-shadow: 3px 4px 12px 0 rgba(34, 34, 34, 0.15);
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: calc(100% - 110px);
  padding: 10px 5px 0 15px;
}
.news time {
  font-family: "Cormorant", serif;
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  padding: 6px 10px;
  margin-bottom: 5px;
  background-color: #a9ba8e;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  margin-left: auto;
  width: 123px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
  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;
  border-bottom: 1px solid #b6b9b0;
}
.news .more-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  margin-left: 70px;
  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::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #a9ba8e;
  border: 2px solid #a9ba8e;
}
.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: #a9ba8e;
}
.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: 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 #a9ba8e;
  border-bottom: 1px solid #a9ba8e;
}
.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%;
  width: 100%;
  margin: 10px 0;
}
.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 #a9ba8e;
  border-right: 1px solid #a9ba8e;
}
.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: #a9ba8e !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-movie {
  position: relative;
  z-index: 1;
}
.top-movie::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 175px;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-movie-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.top-movie-wrap {
  max-width: 900px;
  width: 100%;
  height: 60vw;
}
.top-movie-wrap iframe {
  width: 100%;
  height: 100%;
}
.top-movie-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-movie-btn {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 24px 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.top-movie-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-movie-btn:hover {
  opacity: 0.8;
}
.top-movie-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-service {
  background-color: #fdfdfd;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 689px;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 384px;
  background-color: #f5f6f4;
  z-index: -1;
}
.top-service-inner {
  padding-bottom: 80px;
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  left: -73px;
  bottom: -12px;
  width: 234px;
  height: 158px;
  background: center/contain no-repeat url(../images/top/top-service-sub-img03.png);
}
.top-service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.top-service-content:nth-of-type(2) .top-service-title {
  color: #a9ba8e;
}
.top-service-content:nth-of-type(2) .top-service-title-main {
  color: #2a2f24;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-service-content:nth-of-type(2) .top-service-title-main::before {
  background-color: #a9ba8e;
}
.top-service-content:nth-of-type(2) .top-service-text {
  color: #2a2f24;
}
.top-service-content:nth-of-type(2) .top-service-img {
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.top-service-content:nth-of-type(2) .top-service-img::before {
  position: absolute;
  content: "";
  top: 43px;
  left: -35px;
  width: 175px;
  height: 118px;
  background: center/contain no-repeat url(../images/top/top-service-sub-img01.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-service-content:nth-of-type(2) .top-service-img::after {
  position: absolute;
  content: "";
  right: -11px;
  bottom: -53px;
  width: 113px;
  height: 150px;
  background: center/contain no-repeat url(../images/top/top-service-sub-img02.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  z-index: -1;
}
.top-service-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-service-textbox {
  max-width: 723px;
  width: 100%;
}
.top-service-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  color: #fdfdfd;
  margin-bottom: 25px;
}
.top-service-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 4.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.top-service-title-main {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-title-main::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  background-color: #fdfdfd;
}
.top-service-text {
  line-height: 2;
  color: #fdfdfd;
}
.top-service-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.top-service-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.top-service-btn img {
  max-width: 90px;
  width: 100%;
}

.top-point-inner {
  max-width: 1500px;
}
.top-point-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 74px;
  position: relative;
}
.top-point-list::before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: rgba(127, 140, 107, 0.3);
}
.top-point-list::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: rgba(127, 140, 107, 0.3);
}
.top-point-list-item {
  max-width: 460px;
  width: 100%;
  padding: 40px 0 37px 0;
  text-align: center;
  border-bottom: 1px solid rgba(127, 140, 107, 0.3);
}
.top-point-list-title {
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  line-height: 1.61;
}
.top-point-list-title .s-font {
  font-size: 2.2rem;
}
@media (max-width: 1480px) {
  .top-point-list-title {
    font-size: 2.1rem;
  }
  .top-point-list-title .s-font {
    font-size: 1.9rem;
  }
}
.top-point-no {
  font-family: "Cormorant", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #a9ba8e;
  margin-bottom: 10px;
}
.top-point-no .accent {
  display: inline-block;
  font-size: 6rem;
}
.top-point-btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.top-point-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-point-btn:hover {
  opacity: 0.8;
}
.top-point-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-pet {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-pet::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 722px;
  background-color: #eaeee3;
  z-index: -1;
}
.top-pet-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-pet-img {
  width: 95%;
  margin-bottom: 20px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-pet-textbox {
  max-width: 623px;
  width: 100%;
  padding-bottom: 88px;
  position: relative;
}
.top-pet-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 30px;
}
.top-pet-title-en {
  display: block;
  margin-bottom: 30px;
}
.top-pet-title-en img {
  height: 75px;
}
.top-pet-title-main {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  color: #2a2f24;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-pet-title-main::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  background-color: #2a2f24;
}
.top-pet-text {
  line-height: 2.18;
}
.top-pet-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 90px;
  width: 100%;
  z-index: 1;
}
.top-pet-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.top-business {
  position: relative;
  z-index: 1;
}
.top-business::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-color: #2a2f24;
  z-index: -1;
}
.top-business-inner {
  padding-bottom: 30px;
}
.top-business-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-business-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.top-business-textbox {
  max-width: 723px;
  width: 100%;
  padding-bottom: 88px;
  position: relative;
}
.top-business-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-bottom: 30px;
}
.top-business-title-en {
  display: block;
  margin-bottom: 20px;
}
.top-business-title-en img {
  height: 60px;
}
.top-business-title-main {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  color: #a9ba8e;
  letter-spacing: 0.15em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-business-title-main::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  background-color: #a9ba8e;
}
.top-business-text {
  line-height: 2.18;
  color: #f5f6f4;
}
.top-business-btn {
  position: absolute;
  right: 5px;
  bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.top-business-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.top-business-btn img {
  max-width: 90px;
  width: 100%;
}

.link-banner {
  overflow: hidden;
}
.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: 360px;
  width: 100%;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.link-banner-list-item:nth-child(2) a::before {
  width: 56px;
  height: 303px;
  background: center/cover no-repeat url(../images/top/link-banner-en02.png);
}
.link-banner-list-item:nth-child(3) a::before {
  width: 56px;
  height: 252px;
  background: center/cover no-repeat url(../images/top/link-banner-en03.png);
}
.link-banner-list-item:nth-child(3) .link-banner-img img {
  -o-object-position: bottom;
     object-position: bottom;
}
.link-banner-list-item a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -18px;
  width: 55px;
  height: 178px;
  background: center/cover no-repeat url(../images/top/link-banner-en01.png);
  z-index: 1;
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-list-item a:hover .link-banner-btn::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.link-banner-list-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 41px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.link-banner-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.link-banner-btn {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 23px 0 19px 0;
  border-bottom: 1px solid rgba(62, 62, 58, 0.3);
}
.link-banner-btn::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-movie-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-btn:hover {
  opacity: 0.8;
}
.link-banner-btn:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.top-sns {
  overflow: hidden;
}
.top-sns-inner {
  max-width: none;
  padding: 0;
}
.top-sns-title {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding-top: 12px;
  margin-bottom: 42px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}
.top-sns-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 374px;
  height: 16px;
  background: center/contain no-repeat url(../images/top/top-sns-en.png);
  z-index: -1;
}
.top-sns-list {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
}
.top-sns-list-item {
  width: 100%;
  text-align: center;
  padding: 60px 0;
  border-left: 1px solid #b6b9b0;
  border-right: 1px solid #b6b9b0;
}
.top-sns-list-item:not(:last-child) {
  border-bottom: 1px solid #b6b9b0;
}
.top-sns-list-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.top-sns-btn {
  margin-bottom: 30px;
}
.top-sns-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.top-voice-banner {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.top-voice-banner::before {
  position: absolute;
  content: "";
  right: -7px;
  bottom: -7px;
  width: 50px;
  height: 50px;
  background: center/cover no-repeat url(../images/top/top-voice-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-voice-banner::after {
  position: absolute;
  content: "";
  top: -18px;
  left: 0;
  width: 201px;
  height: 42px;
  background: center/contain no-repeat url(../images/top/top-voice-en.png);
}
.top-voice-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-voice-title {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 32px;
  color: #f5f6f4;
  letter-spacing: 0.15em;
}
.top-voice-text {
  font-size: 1.5rem;
  color: #f5f6f4;
  letter-spacing: 0.15em;
  line-height: 1;
}

.top-note {
  position: relative;
  z-index: 1;
}
.top-note::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  max-width: 1480px;
  width: 100%;
  height: 70%;
  background-color: #a9ba8e;
  z-index: -1;
}
.top-note-inner {
  padding-bottom: 30px;
}
.top-note-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-note-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  text-align: left;
  margin-bottom: 35px;
  color: #2a2f24;
}
.top-note-title-en {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.top-note-title-main {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-note-title-main::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 20px;
  background-color: #2a2f24;
}
.top-note-textbox {
  max-width: 823px;
  width: 100%;
  padding: 20px 15px 20px 15px;
  position: relative;
}
.top-note-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 41px;
  height: 73px;
  background: center/cover no-repeat url(../images/top/top-note-box-l-t.png);
}
.top-note-textbox::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 41px;
  height: 73px;
  background: center/cover no-repeat url(../images/top/top-note-box-r-b.png);
}
.top-note-text {
  line-height: 1.9;
  letter-spacing: 0.08em;
}

.top-contact {
  overflow: hidden;
}
.top-contact-inner {
  padding: 30px 0;
}
.top-contact-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.top-contact-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -62px;
  width: 100%;
  height: 70%;
  background-color: #2a2f24;
  z-index: -1;
}
.top-contact-img {
  max-width: 350px;
  width: 100%;
  height: 280px;
  margin-bottom: 25px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.top-contact-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-contact-textbox {
  max-width: 620px;
  width: 100%;
  padding: 0 10px;
}
.top-contact-title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.top-contact-title img {
  height: 60px;
}
.top-contact-sub-textbox {
  max-width: 240px;
  width: 100%;
}
.top-contact-tel {
  font-family: "Cormorant", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f5f6f4 !important;
  padding-bottom: 21px;
  margin-bottom: 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;
}
.top-contact-tel::before {
  content: "";
  width: 31px;
  height: 36px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/top-contact-tel-icon.png);
}
.top-contact-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-contact-tel-txt img {
  display: block;
}
.top-contact-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #f5f6f4;
}
.top-contact-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.top-contact-text .accent {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  margin-right: 13px;
  border: 1px solid rgba(182, 185, 176, 0.3);
}
.top-contact-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.top-contact-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-contact-btn {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
  color: #f5f6f4 !important;
  letter-spacing: 0.1em;
  padding: 0 0 12px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b9b0;
  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;
  position: relative;
}
.top-contact-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/top-contact-mail-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-contact-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-contact-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-contact-btn:hover {
  opacity: 0.8;
}
.top-contact-btn:hover::after {
  right: -6px;
}
.top-contact-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-contact-list-item:not(:last-child) {
  margin-right: 25px;
}
.top-contact-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-contact-list-item a img {
  height: 40px;
}

/*========================================
about
==========================================*/
.about-guide {
  padding: 50px 0;
}
.about-guide-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-guide-list-item {
  max-width: 300px;
  width: 100%;
  height: 50px;
}
.about-guide-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.about-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;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #f5f6f4 !important;
  background-color: #2a2f24;
  position: relative;
}
.about-guide-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 14px;
  background: center/cover no-repeat url(../images/about/about-guide-arrow.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about-guide-list-item a:hover::before {
  top: 62%;
}

.feature {
  overflow: hidden;
}
.feature-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 50px;
}
.feature-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.feature-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.feature-content:nth-of-type(even)::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 270px;
  background-color: #a9ba8e;
  z-index: -1;
}
.feature-content:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 85%;
  background-color: #eaeee3;
  z-index: -1;
}
.feature-content:nth-of-type(2) .feature-flex {
  margin: 0 auto;
}
.feature-content:nth-of-type(3)::before {
  height: 76%;
}
.feature-content:nth-of-type(4)::before {
  background-color: #2a2f24;
}
.feature-content:nth-of-type(5)::before {
  height: 63%;
}
.feature-content:nth-of-type(7)::before {
  height: 73%;
}
.feature-content:nth-of-type(8)::before {
  height: 432px;
  background-color: #2a2f24;
}
.feature-content:nth-of-type(9) {
  padding-bottom: 28px;
}
.feature-content:nth-of-type(9)::before {
  height: 48%;
}
.feature-content:nth-of-type(9) .feature-flex {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature-content:nth-of-type(9) .feature-btn {
  margin-top: 22px;
}
.feature-flex {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.feature-img {
  margin-bottom: 10px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.feature-textbox {
  max-width: 500px;
  width: 100%;
}
.feature-title {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.626;
  margin-bottom: 30px;
}
.feature-title .accent {
  font-size: 2.6rem;
}
.feature-no {
  font-family: "Cormorant", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.feature-no::before {
  content: "";
  width: 50px;
  height: 1px;
  margin-right: 26px;
  margin-top: 10px;
  background-color: #2a2f24;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 2.18;
  letter-spacing: 0.2em;
}
.feature-list {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-list-item {
  width: 100%;
  text-align: center;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.feature-list-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
.feature-sub-img {
  margin-bottom: 15px;
}
.feature-btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}
.feature-btn:hover {
  opacity: 0.6;
}
.feature-sub-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 14px;
  background-color: #f5f6f4;
  border: 1px solid #a9ba8e;
  position: relative;
}
.feature-sub-content::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 372px;
  height: 29px;
  background: center/contain no-repeat url(../images/about/feature-deco-en.png);
}
.feature-sub-content-right {
  width: 100%;
}
.feature-sub-content-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.feature-sub-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-sub-title {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}
.feature-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  padding: 15px 10px 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #2a2f24;
}
.feature-name .s-font {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  margin: 15px;
}
.feature-name a {
  margin-bottom: -6px;
}
.feature-name a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.feature-profile-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  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;
}
.feature-profile-title::after {
  content: "";
  width: 50px;
  height: 1px;
  margin-left: 20px;
  background-color: #2a2f24;
}
.feature-profile-text {
  line-height: 1.75;
}

.flow-inner .cmn-title {
  margin-bottom: 45px;
}
.flow-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-list-item {
  max-width: 250px;
  width: 100%;
  padding: 21px 15px 20px 15px;
  background-color: #2a2f24;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 13px;
  height: 11px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-list-title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #f5f6f4;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
}
.flow-no {
  position: absolute;
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Cormorant", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}
.flow-no .accent {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
}
.flow-icon {
  max-width: 170px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 12px;
  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;
}
.flow-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #f5f6f4;
}
.flow-btn {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #f5f6f4 !important;
  letter-spacing: 0.1em;
  padding: 0 0 7px 0;
  margin-top: 12px;
  border-bottom: 1px solid #b6b9b0;
  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;
  position: relative;
}
.flow-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/business/flow-btn-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 11px;
  background: center/cover no-repeat url(../images/business/flow-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-btn:hover {
  opacity: 0.8;
}
.flow-btn:hover::after {
  right: -6px;
}

.notice {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.notice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 326px;
  height: 157px;
  background: center/contain no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.notice-textbox {
  padding: 20px 15px;
  background-color: #fff;
}
.notice-text {
  letter-spacing: 0.15em;
  -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;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.notice-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 13px;
  margin-top: 9px;
  background-color: #2a2f24;
  border-radius: 50%;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 8px;
}

.question {
  background-color: #eaeee3;
}
.question-list {
  padding: 25px 15px;
  background-color: #2a2f24;
}
.question-list-item:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(245, 246, 244, 0.2);
}
.question-list-title {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  color: #f5f6f4;
  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 35px;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  height: 42px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-textbox {
  -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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 37px;
  height: 32px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/about/A.png);
}
.question-body {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.question-body img {
  max-width: none;
}

/*========================================
ceremony
==========================================*/
.history {
  overflow: hidden;
}
.history-inner .cmn-title-en {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.history-inner .cmn-title-main {
  font-size: 2.8rem;
}
.history-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.history-content:nth-of-type(even) .history-title::before {
  background-color: #2a2f24;
}
.history-content:nth-of-type(3) .history-title {
  padding: 43px 0;
}
.history-content:not(:last-of-type) {
  margin-bottom: 45px;
}
.history-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.history-textbox {
  max-width: 530px;
  width: 100%;
}
.history-title {
  font-size: 2.1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.42;
  letter-spacing: 0.13em;
  padding: 19px 0;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.history-title::before {
  position: absolute;
  content: "";
  left: -20px;
  bottom: 0;
  width: 990px;
  height: 100%;
  background-color: #a9ba8e;
  z-index: -1;
}
.history-title .accent {
  font-size: 2.5rem;
}
.history-text {
  font-size: 1.6rem;
  line-height: 1.94;
  letter-spacing: 0.15em;
}

.scene {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.scene::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 326px;
  height: 157px;
  background: center/cover no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.scene-inner {
  padding-top: 65px;
}
.scene-content {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
}
.scene-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.scene-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 26px;
  margin-right: 15px;
  background: center/contain no-repeat url(../images/ceremony/scene-check.png);
}
.scene-text:not(:nth-of-type(3)) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.scene-text:nth-of-type(3) {
  margin-bottom: 20px;
}
.scene-sub-title {
  font-family: "Cormorant", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
  background-color: #a9ba8e;
}
.scene-sub-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.scene-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.scene-list-item {
  max-width: 244px;
  width: 100%;
  text-align: center;
}
.scene-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.scene-list-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.scene-img {
  margin-bottom: 15px;
}

.plan-notice {
  line-height: 1;
  text-align: right;
  margin-bottom: 20px;
}
.plan-content {
  padding: 20px;
  border: 1px solid #2a2f24;
}
.plan-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.plan-title {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #322f2c;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.plan-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.plan-accent-tag {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #fff;
  padding: 5px 16px;
  margin-bottom: 5px;
  background-color: #2a2f24;
}
.plan-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.plan-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan-img {
  max-width: 308px;
  width: 100%;
  height: 308px;
  margin-bottom: 20px;
  text-align: center;
}
.plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.plan-textbox {
  width: 100%;
}
.plan-price {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #191919;
  line-height: 1;
  text-align: right;
}
.plan-list {
  margin-bottom: 16px;
}
.plan-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.plan-list-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 8px 12px;
  margin-bottom: 12px;
  background-color: #a9ba8e;
}
.plan-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
}
.plan-remark {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 16px 20px;
  margin-top: 20px;
  background-color: #fff;
}
.plan-link {
  display: block;
  width: 130px;
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding-bottom: 10px;
  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;
  border-bottom: 1px solid #b6b9b0;
}
.plan-link::after {
  content: "";
  width: 14px;
  height: 9px;
  background: center/cover no-repeat url(../images/ceremony/plan-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan-link:hover {
  opacity: 0.8;
}
.plan-link:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.plan-tag-list {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-tag-list-item {
  max-width: 220px;
  width: 49%;
}
.plan-tag-list-item a {
  width: 100%;
  text-align: center;
  padding: 15px 22px;
  font-size: 1.45rem;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
  color: #fff !important;
  background-color: #191919;
  position: relative;
}
.plan-tag-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background: center/cover no-repeat url(../images/plan/plan-tag-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan-tag-list-item a:hover {
  opacity: 0.8;
}
.plan-tag-list-item a:hover::before {
  right: 1px;
}
.plan-detail-img {
  max-width: 375px;
  width: 100%;
  height: 375px;
  margin: 0 auto;
  margin-bottom: 34px;
  text-align: center;
}
.plan-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-detail-title {
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #322f2c;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.plan-detail-price {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  color: #191919;
  line-height: 1;
  text-align: right;
}
.plan-detail-body {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
.plan-detail-body img {
  max-width: 100%;
  width: 100%;
  margin: 10px;
}

.voice {
  background-color: #eaeee3;
}
.voice-inner {
  padding-top: 65px;
}
.voice-inner .cmn-title {
  margin-bottom: 42px;
}
.voice-text {
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.15em;
  margin-bottom: 32px;
}
.voice-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}
.voice-list-item {
  max-width: 330px;
  width: 100%;
  padding: 25px 30px 30px 30px;
  margin-bottom: 45px;
  border: 1px solid #2a2f24;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.voice-list-title {
  font-size: 2rem;
  font-weight: 400;
  color: #322f2c;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}
.voice-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: rgba(25, 25, 25, 0.2);
}
.voice-name {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin-bottom: 13px;
  background-color: #a9ba8e;
}
.voice-sub-text {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 20px;
}
.voice-body {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  padding: 15px 20px;
  background-color: #fff;
}
.voice-body img {
  max-width: 100%;
}
.voice-btn {
  font-family: "Zen Old Mincho", serif;
  max-width: 600px;
  width: 100%;
  height: 90px;
  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;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff !important;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.voice-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: center/cover no-repeat url(../images/ceremony/voice-btn.png);
}
.voice-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.banner-section {
  position: relative;
  z-index: 1;
}
.banner-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 373px;
  height: 179px;
  background: center/contain no-repeat url(../images/ceremony/banner-section-bg-l0t.png);
  z-index: -1;
}
.banner-section-inner {
  max-width: 1280px;
  width: 98%;
}
.banner-section .campaign-banner {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding: 230px 0 15px 0;
  margin-bottom: 113px;
  background-color: #a9ba8e;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.banner-section .campaign-banner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 356px;
  height: 230px;
  background: center/cover no-repeat url(../images/ceremony/campaign-img.png);
  z-index: -1;
}
.banner-section .campaign-banner::after {
  position: absolute;
  content: "";
  right: 15px;
  bottom: 15px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/ceremony/campaign-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-section .campaign-banner:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.banner-section .campaign-title {
  display: block;
  margin-bottom: 20px;
}
.banner-section .campaign-title img {
  height: 75px;
}
.banner-section .campaign-text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #f5f6f4;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
.banner-section .reserve-banner {
  margin-bottom: 83px;
}
.banner-section .gallery-banner {
  display: block;
  max-width: 370px;
  width: 100%;
  min-height: 245px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.banner-section .gallery-banner::before {
  position: absolute;
  content: "";
  right: -14px;
  bottom: -14px;
  width: 100%;
  height: 100%;
  background-color: #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  z-index: -1;
}
.banner-section .gallery-banner-bg {
  width: 100%;
  min-height: 245px;
  background: center/cover no-repeat url(../images/ceremony/gallery-banner-bg.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
  z-index: 1;
}
.banner-section .gallery-banner-title {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.banner-section .gallery-banner-title img {
  height: 100px;
}
.banner-section .gallery-banner-btn {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.banner-section .gallery-banner-btn:hover {
  opacity: 0.9;
  right: 20px;
}
.banner-section .gallery-banner-btn img {
  max-width: 80px;
  width: 100%;
}

/*========================================
wedding
==========================================*/
#wedding .campaign-banner::before {
  background: center/cover no-repeat url(../images/wedding/campaign-img.png);
}
#wedding .campaign-banner:after {
  background: center/cover no-repeat url(../images/wedding/campaign-arrow.png);
}
#wedding .gallery-banner-bg {
  background: center/cover no-repeat url(../images/wedding/gallery-banner-bg.png);
}
#wedding .gallery-banner-btn:nth-of-type(1) {
  right: 150px;
}
#wedding .gallery-banner-btn:nth-of-type(1):hover {
  right: 140px;
}

.engagement-content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 220px 15px 15px 15px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.engagement-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  border: 1px solid #2a2f24;
  z-index: -1;
}
.engagement-content::after {
  position: absolute;
  content: "";
  top: -90px;
  left: 0;
  width: 222px;
  height: 295px;
  background: center/contain no-repeat url(../images/wedding/engagement-img.png);
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.engagement-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 892px;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #2a2f24;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
}
.engagement-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -700px 0;
     object-position: -700px 0;
}
.engagement-textbox {
  max-width: 842px;
  width: 100%;
  min-height: 377px;
  padding-bottom: 95px;
  position: relative;
}
.engagement-title {
  font-size: 2.1rem;
  color: #f5f6f4;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f5f6f4;
}
.engagement-title .accent {
  font-size: 2.4rem;
  letter-spacing: 0;
}
.engagement-text {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #f5f6f4;
  margin-bottom: 20px;
}
.engagement-sub-textbox {
  max-width: 340px;
  width: 100%;
  padding: 13px 14px 13px 14px;
  background-color: rgba(42, 47, 36, 0.6);
}
.engagement-price {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #f5f6f4;
}
.engagement-price:not(:last-of-type) {
  margin-bottom: 11px;
}
.engagement-flex {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.engagement-btn {
  max-width: 70px;
  width: 100%;
}
.engagement-btn:not(:last-of-type) {
  margin-right: 20px;
}
.engagement-btn:hover {
  opacity: 0.6;
}

/*========================================
business
==========================================*/
.none-text {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin: 100px 0 30px 0;
}

.change-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.change-img {
  width: 80%;
  margin-bottom: 30px;
  -webkit-box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
          box-shadow: 7px 10px 25px 0 rgba(34, 34, 34, 0.3);
  position: relative;
}
.change-img::before {
  position: absolute;
  content: "";
  right: -27px;
  bottom: -21px;
  width: 187px;
  height: 53px;
  background: center/contain no-repeat url(../images/business/change-img-deco.png);
}
.change-textbox {
  max-width: 510px;
  width: 100%;
}
.change-title {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.change-title-en {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.change-title-en::before {
  content: "";
  width: 40px;
  height: 1px;
  margin-right: 19px;
  background-color: #b6b9b0;
}
.change-text {
  font-size: 1.6rem;
  line-height: 2;
}
.change-text:not(:last-of-type) {
  margin-bottom: 25px;
}

.recommend {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 236px;
  background-color: #eaeee3;
  z-index: -1;
}
.recommend-inner {
  padding-top: 30px;
}
.recommend-inner .cmn-title {
  line-height: 1.4;
}
.recommend-inner .cmn-title-en {
  font-size: 2rem;
  margin-bottom: 20px;
}
.recommend-inner .cmn-title-main {
  font-size: 2.6rem;
  line-height: 1.2;
}
.recommend-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recommend-list-item {
  max-width: 320px;
  width: 100%;
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.recommend-list-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 13px;
  position: relative;
}
.recommend-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #a9ba8e;
}
.recommend-list-title .accent {
  font-size: 1.6rem;
}
.recommend-img {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 17px;
  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;
}
.recommend-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommend-text {
  letter-spacing: 0.15em;
}

.movie-content {
  max-width: 900px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
}
.movie-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.service {
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 326px;
  height: 157px;
  background: center/cover no-repeat url(../images/about/notice-bg-l-b.png);
  z-index: -1;
}
.service-list {
  max-width: 774px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #fff;
}
.service-list-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.service-list-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  -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;
}
.service-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/business/service-check.png);
}
.service-text {
  letter-spacing: 0.15em;
  line-height: 1;
}

.works {
  background-color: #eaeee3;
}
.works-content {
  padding: 20px 12px;
  border: 1px solid #2a2f24;
}
.works-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.works-content:last-of-type {
  margin-bottom: 30px;
}
.works-title {
  font-size: 2rem;
  font-weight: 400;
  color: #322f2c;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.works-body {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
.works-body img {
  max-width: 100%;
}
.works-img-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-img-list-item {
  max-width: 230px;
  width: 100%;
  height: 230px;
}
.works-img-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.works-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reason {
  overflow: hidden;
}
.reason-inner .cmn-title-en {
  font-size: 2rem;
  margin-bottom: 10px;
}
.reason-inner .cmn-title-main {
  font-size: 2.6rem;
  line-height: 1.2;
}
.reason-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-list-item {
  max-width: 340px;
  width: 100%;
  padding: 20px;
  border-left: 1px solid #a9ba8e;
  border-right: 1px solid #a9ba8e;
  position: relative;
}
.reason-list-item::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #a9ba8e;
}
.reason-list-item:last-child::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background-color: #a9ba8e;
}
.reason-list-item:nth-child(2)::after {
  display: none;
}
.reason-list-item:nth-child(2) .reason-icon {
  -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;
  padding-left: 91px;
}
.reason-list-item:nth-child(3) .reason-icon {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reason-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.reason-list-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
.reason-list-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: #a9ba8e;
}
.reason-no {
  display: block;
  font-family: "Cormorant", serif;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  font-size: 6rem;
  font-weight: 500;
  color: #a9ba8e;
}
.reason-icon {
  width: 100%;
  height: 158px;
  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;
  margin-bottom: 5px;
}
.reason-text {
  letter-spacing: 0.15em;
}

.photo-inner .cmn-title-en {
  font-size: 4rem;
}

.menu {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 156px;
  background-color: #eaeee3;
  z-index: -1;
}
.menu-inner {
  padding-top: 65px;
}
.menu-inner .cmn-title {
  margin-bottom: 38px;
}
.menu-notice {
  margin: 0 auto;
  margin-bottom: 30px;
}
.menu-content {
  padding: 30px 20px 70px 20px;
  background-color: #2a2f24;
  position: relative;
  z-index: 1;
}
.menu-content::before {
  position: absolute;
  content: "";
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 366px;
  height: 23px;
  background: center/contain no-repeat url(../images/business/menu-en01.png);
}
.menu-content::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -29px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 380px;
  height: 99px;
  background: center/contain no-repeat url(../images/business/menu-imgs01.png);
}
.menu-content:nth-of-type(2)::before {
  width: 243px;
  height: 31px;
  background: center/contain no-repeat url(../images/business/menu-en02.png);
}
.menu-content:nth-of-type(2)::after {
  bottom: -98px;
  height: 262px;
  background: center/contain no-repeat url(../images/business/menu-imgs02.png);
}
.menu-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.menu-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin-bottom: 27px;
}
.menu-text {
  line-height: 1.7;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}
.menu-sub-content:not(:last-of-type) {
  margin-bottom: 44px;
}
.menu-sub-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 15px 0;
  margin-bottom: 22px;
  background-color: #a9ba8e;
  text-align: center;
}
.menu-list {
  position: relative;
}
.menu-list::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 37px;
  height: 13px;
  background: center/contain no-repeat url(../images/business/etc..png);
}
.menu-list-item {
  max-width: 230px;
  width: 49%;
  margin-bottom: 10px;
}
.menu-list-item:last-child {
  margin: 0 auto;
}
.menu-table {
  width: 100%;
}
.menu-table tr {
  background-color: #f4f7ef;
}
.menu-table tr:nth-of-type(even) {
  background-color: #eaeee3;
}
.menu-table tr th {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background-color: #2a2f24;
  border-top: 1px solid #f5f6f4;
  vertical-align: middle;
}
.menu-table tr th:first-of-type {
  width: 245px;
  border-left: 1px solid #f5f6f4;
}
.menu-table tr th:last-of-type {
  width: 260px;
  border-right: 1px solid #f5f6f4;
}
.menu-table tr th:not(:last-of-type) {
  border-right: 1px solid rgba(245, 246, 244, 0.2);
}
.menu-table tr td {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 16px 0;
  text-align: center;
}
.menu-table tr td:not(:last-of-type) {
  border-right: 1px solid rgba(127, 140, 107, 0.3);
}
.menu-sub-text {
  line-height: 1;
  color: #fff;
  margin-bottom: 28px;
}
.menu-flex {
  max-width: 815px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
}
.menu-flex::before {
  position: absolute;
  content: "";
  bottom: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 17px;
  height: 14px;
  background: center/contain no-repeat url(../images/business/menu-arrow.png);
}
.menu-price {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
}
.menu-price:not(:last-of-type) {
  margin-bottom: 40px;
}
.menu-price .accent {
  display: inline-block;
  width: 130px;
  text-align: center;
  font-size: 1.8rem;
  padding: 7px 0;
  margin-right: 27px;
  border: 1px solid #fff;
}
.menu-price:nth-of-type(2) {
  font-size: 2.4rem;
}
.menu-price:nth-of-type(2) .accent {
  font-size: 2rem;
  font-weight: 400;
  color: #2a2f24;
  padding: 13px 0;
  text-align: center;
  background-color: #fff;
}
.menu-sub-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-sub-list-item {
  max-width: 470px;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 33px;
  border: 1px solid #a9ba8e;
}
.menu-sub-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.menu-sub-list-title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 14px 0;
  margin-bottom: 20px;
  background-color: #a9ba8e;
  text-align: center;
}
.menu-sub-list-title .accent {
  display: block;
  font-size: 1.5rem;
}
.menu-sub-list-price {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a9ba8e;
  text-align: right;
  margin-bottom: 10px;
  padding: 0 20px;
}
.menu-sub-list-text {
  font-size: 1.5rem;
  color: #f5f6f4;
  padding: 0 20px;
}

/*========================================
gallery
==========================================*/
.gallery-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery-list-item {
  max-width: 250px;
  width: 100%;
  height: 250px;
  position: relative;
}
.gallery-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.gallery-list-item:hover .gallery-accent {
  opacity: 1;
}
.gallery-img {
  width: 100%;
  height: 100%;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gallery-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(42, 47, 36, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.gallery-accent-tag {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
}
.gallery-accent-tag:not(:last-child) {
  margin-bottom: 10px;
}

/*========================================
info
==========================================*/
.info {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.info-inner {
  padding: 30px 0 85px 0;
}
.info-table {
  width: 100%;
}
.info-table tr {
  display: block;
  border-bottom: 1px solid #a9ba8e;
}
.info-table tr th {
  width: 250px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 25px 0;
  vertical-align: middle;
}
.info-table tr td {
  width: 830px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 22px 10px;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.info-tel-txt {
  display: block;
  margin-top: 4px;
}
.info-tel-txt img {
  display: block;
}

.direction {
  position: relative;
  z-index: 1;
}
.direction::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 236px;
  background-color: #eaeee3;
  z-index: -1;
}
.direction-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.direction-list-item {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.direction-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.direction-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  width: 26px;
  height: 23px;
  background: center/cover no-repeat url(../images/info/direction-arrow.png);
}
.direction-no {
  display: block;
  font-family: "Cormorant", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #a9ba8e;
  margin-bottom: 25px;
}
.direction-img {
  margin-bottom: 16px;
}
.direction-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

/*========================================
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: #fff;
  background-color: #a9ba8e;
}
.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: #fff;
  background-color: #a9ba8e;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #a9ba8e;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #a9ba8e;
  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 #a9ba8e;
}
.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 #a9ba8e;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #a9ba8e;
  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 #a9ba8e;
  border-right: 1px solid #a9ba8e;
  -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-sp
==========================================*/
.en-footer {
  padding: 11px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  color: #696d65;
}
.en-footer a {
  color: #696d65 !important;
}

.footer {
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 539px;
  height: 311px;
  background: center/contain no-repeat url(../images/top/footer-bg-r-b.png);
  z-index: -1;
}
.footer-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  width: 70%;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-flex {
  padding: 35px 0;
  margin-bottom: 20px;
  border-top: 1px solid #b6b9b0;
  border-bottom: 1px solid #b6b9b0;
}
.footer-textbox {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 27px;
}
.footer-content {
  max-width: 630px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.footer-sub-textbox {
  max-width: 240px;
  width: 100%;
}
.footer-tel {
  font-family: "Cormorant", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 17px;
  margin-bottom: 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;
}
.footer-tel::before {
  content: "";
  width: 25px;
  height: 29px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.1em;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.footer-text .accent {
  display: inline-block;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  margin-right: 13px;
  border: 1px solid #b6b9b0;
}
.footer-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-btn {
  max-width: 250px;
  width: 100%;
}
.footer-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer-btn:hover {
  opacity: 0.6;
}
.footer-right {
  max-width: 582px;
  width: 100%;
}
.footer-nav {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list {
  width: 100%;
  height: 340px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 30px;
}
.footer-nav-list-item:nth-child(8) {
  margin-bottom: 0;
}
.footer-nav-list-item:nth-child(12) {
  margin-bottom: 30px;
}
.footer-nav-list-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #696d65 !important;
  line-height: 1.3;
  text-align: center;
}
.footer-sub-flex {
  max-width: 510px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.footer-sns-list {
  max-width: 182px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-sns-list-item a {
  opacity: 0.8;
}
.footer-sns-list-item a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-sub-btn {
  max-width: 270px;
  width: 100%;
}
.footer-sub-btn:hover {
  opacity: 0.6;
}