@charset "UTF-8";
/*==========================================
  Common
==========================================*/
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
small,
strong {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
}
@media (max-width: 1120px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  pre,
  blockquote,
  ul,
  li,
  ol,
  dl,
  dd,
  tr,
  small,
  strong {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
}
a.tel {
  pointer-events: none;
  cursor: default;
}

a[href="tel:0537233333"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

body {
  overflow-x: hidden;
}

/* main
==================================*/
main {
  display: block;
  /*IE対策*/
}

/*　Retina対応時のCSS↓　*/
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row > .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}

.link-wrap {
  text-align: center;
}
.link-wrap .border-link-btn {
  background-color: #480101;
  display: inline-block;
}
.link-wrap .border-link-btn span {
  display: block;
  width: 340px;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
}
.link-wrap .border-link-btn span::before {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.link-wrap .border-link-btn span::after {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #480101;
  position: absolute;
  top: 0;
  right: -19px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
.link-wrap .border-link-btn:hover {
  background-color: #b19a79;
}
.link-wrap .border-link-btn:hover span::after {
  background-color: #b19a79;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.section-ttl {
  margin-bottom: 45px;
  text-align: center;
}
.section-ttl .en,
.section-ttl .ja {
  display: block;
  color: #332b15;
}
.section-ttl .en {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 14px;
}
.section-ttl .ja {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}

.fix-banner {
  max-width: 598px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease;
}
.fix-banner.active {
  opacity: 1;
}
.fix-banner ul {
  display: flex;
  justify-content: flex-end;
}
.fix-banner ul > li {
  position: relative;
  border-left: 1px solid #fff;
}
.fix-banner ul > li:first-child {
  border-left: 0;
}
.fix-banner ul > li a {
  background-color: #b19a79;
  width: 198px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  transition: background 0.4s ease;
}
.fix-banner ul > li a:hover {
  background-color: #e4d6bc;
}
.fix-banner ul > li a span {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
}
.fix-banner ul > li a:visited {
  color: #fff;
}
.fix-banner ul > li:nth-child(1) a span {
  padding-left: 38px;
  position: relative;
}
.fix-banner ul > li:nth-child(1) a span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  margin: auto;
  background-image: url(../images/common/fair.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 22px;
}
.fix-banner ul > li:nth-child(2) a span {
  padding-left: 36px;
  position: relative;
}
.fix-banner ul > li:nth-child(2) a span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  margin: auto;
  background-image: url(../images/common/reservation.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 21px;
}
.fix-banner ul > li:last-child a span {
  padding-left: 20px;
  position: relative;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.fix-banner ul > li:last-child a span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  margin: auto;
  background-image: url(../images/common/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 18px;
  height: 18px;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
}
header .header_inner {
  background: #fff;
  height: 100vh;
  display: none;
  overflow-y: scroll;
}
header .header_inner .row {
  justify-content: space-between;
}
@media (min-height: 740px) {
  header .header_inner .row {
    height: 100%;
  }
}
header .header_inner .row .col-left {
  flex: 0 0 56.64%;
  max-width: 56.64%;
  padding: 65px 15px 0;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-left {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
header .header_inner .row .col-left .logo {
  text-align: center;
}
header .header_inner .row .col-left .logo img {
  max-width: 71px;
  backface-visibility: hidden;
}
header .header_inner .row .col-left a {
  font-size: 16px;
  line-height: 3.625;
  letter-spacing: 0.2em;
  color: #332b15;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
header .header_inner .row .col-left a:visited {
  color: #332b15;
}
header .header_inner .row .col-left a:hover {
  color: #b19a79;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-left a {
    font-size: 14px;
  }
}
header .header_inner .row .col-left nav {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
header .header_inner .row .col-left nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 58px;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-left nav ul {
    padding: 35px 30px;
  }
}
header .header_inner .row .col-left nav ul li {
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 0;
  line-height: 1;
  box-sizing: border-box;
}
header .header_inner .row .col-left nav ul li:nth-child(even) {
  padding-left: 65px;
}
header .header_inner .row .col-left nav ul:nth-child(1) {
  border-bottom: 1px solid #d3d3d3;
}
header .header_inner .row .col-left nav ul:nth-child(2) li {
  position: relative;
}
header .header_inner .row .col-left nav ul:nth-child(2) li a {
  line-height: 2.5;
  position: relative;
  padding-left: 17px;
  display: inline-block;
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
header .header_inner .row .col-left nav ul:nth-child(2) li a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
header .header_inner .row .col-right {
  flex: 0 0 43.357%;
  max-width: 43.357%;
  padding: 140px 15px 30px;
  background-color: #f4f3f2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-right {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
header .header_inner .row .col-right .contact-box .container .section-ttl {
  margin-bottom: 24px;
}
header .header_inner .row .col-right .contact-box .container .section-ttl .en {
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
header .header_inner .row .col-right .contact-box .container .section-ttl .ja {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-right .contact-box .container .section-ttl .en {
    font-size: 28px;
  }
  header .header_inner .row .col-right .contact-box .container .section-ttl .ja {
    font-size: 14px;
  }
}
header .header_inner .row .col-right .contact-box .container > p {
  font-size: 14px;
  line-height: 1.642;
  text-align: center;
  margin-top: 28px;
}
header .header_inner .row .col-right .contact-box .container .tel-wrap {
  margin-top: 12px;
  margin-bottom: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
}
header .header_inner .row .col-right .contact-box .container .tel-wrap small {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}
header .header_inner .row .col-right .contact-box .container .tel-wrap a {
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #332b15;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-right .contact-box .container .tel-wrap a {
    font-size: 28px;
  }
}
header .header_inner .row .col-right .contact-box .container .tel-wrap a:visited {
  color: #332b15;
}
header .header_inner .row .col-right .contact-box .container .link-wrap li:first-child {
  margin-bottom: 20px;
}
header .header_inner .row .col-right .contact-box .container .link-wrap li a span {
  font-size: 18px;
  width: 370px;
  height: 58px;
}
@media (max-width: 1080px) {
  header .header_inner .row .col-right .contact-box .container .link-wrap li a span {
    width: 285px;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
}
header .header_inner .row .col-right .contact-box .container .img-wrap img {
  max-width: 370px;
}
header .button-wrap {
  position: fixed;
  top: 8px;
  right: 30px;
  margin: auto;
  width: 71px;
  height: 50px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.4s ease;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
}
header .button-wrap.is-active {
  background-color: transparent;
}
header .button-wrap .hamburger {
  position: fixed;
  top: 20px;
  right: 46px;
}
header .button-wrap .hamburger .line {
  width: 39px;
  height: 2px;
  display: block;
  margin: 5px auto;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
}
header .button-wrap .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
header .button-wrap .hamburger.is-active .line:nth-child(1) {
  background-color: #454034;
  transform: translateY(6px) rotate(45deg);
}
header .button-wrap .hamburger.is-active .line:nth-child(3) {
  background-color: #454034;
  transform: translateY(-8px) rotate(-45deg);
}

/* footer
==================================*/
footer {
  background: #39362e;
  position: relative;
}
footer .contact-box {
  padding: 126px 0 130px;
  background-color: #f4f3f2;
}
footer .contact-box .container {
  text-align: center;
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}
footer .contact-box .container .section-ttl {
  margin-bottom: 38px;
}
footer .contact-box .container > p {
  margin-bottom: 10px;
}
footer .contact-box .container .tel-wrap small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
footer .contact-box .container .tel-wrap a {
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  display: inline-block;
  margin-left: 8px;
}
footer .contact-box .container .tel-wrap a:visited {
  color: #332b15;
}
footer .contact-box .container .link-wrap {
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 42px;
  margin-left: -27px;
  margin-right: -27px;
}
footer .contact-box .container .link-wrap > li {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding-left: 27px;
  padding-right: 27px;
}
footer .contact-box .container .link-wrap > li .border-link-btn {
  display: block;
}
footer .contact-box .container .link-wrap > li .border-link-btn span {
  font-size: 20px;
  width: 100%;
  height: 78px;
  line-height: 78px;
  display: block;
}
@media (max-width: 1120px) {
  footer .contact-box .container .link-wrap > li .border-link-btn span {
    font-size: 18px;
    width: 360px;
    height: 70px;
    line-height: 70px;
  }
}
footer .footer_inner {
  position: relative;
  padding-top: 74px;
  padding-bottom: 38px;
}
footer .footer_inner .container {
  max-width: 1300px;
  box-sizing: border-box;
  color: #fff;
}
footer .footer_inner .container p {
  color: #fff;
}
footer .footer_inner .container a {
  color: #fff;
}
footer .footer_inner .container a:visited {
  color: #fff;
}
footer .footer_inner .container a:hover {
  color: #b19a79;
}
footer .footer_inner .container > .row {
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer_inner .container > .row .col-left {
  flex: 0 0 670px;
  max-width: 670px;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-left {
    flex: 0 0 570px;
    max-width: 570px;
  }
}
@media (max-width: 1080px) {
  footer .footer_inner .container > .row .col-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
footer .footer_inner .container > .row .col-left nav {
  display: flex;
}
footer .footer_inner .container > .row .col-left nav ul {
  padding-left: 27px;
  border-left: 1px solid #686660;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-left nav ul {
    padding-left: 18px;
  }
}
footer .footer_inner .container > .row .col-left nav ul li {
  position: relative;
  padding-left: 16px;
  line-height: 1;
  font-size: 0;
}
footer .footer_inner .container > .row .col-left nav ul li a {
  font-size: 14px;
  line-height: 2.285;
}
footer .footer_inner .container > .row .col-left nav ul li i {
  display: inline-block;
  margin-right: 4px;
}
footer .footer_inner .container > .row .col-left nav ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 2.285;
}
footer .footer_inner .container > .row .col-left nav ul:nth-child(1) {
  flex: 0 0 36.2%;
  max-width: 36.2%;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-left nav ul:nth-child(1) {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
footer .footer_inner .container > .row .col-left nav ul:nth-child(2) {
  flex: 0 0 33.9%;
  max-width: 33.9%;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-left nav ul:nth-child(2) {
    flex: 0 0 29%;
    max-width: 29%;
  }
}
footer .footer_inner .container > .row .col-left nav ul:nth-child(3) {
  flex: 0 0 28.6%;
  max-width: 28.6%;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-left nav ul:nth-child(3) {
    flex: 0 0 32%;
    max-width: 32%;
  }
}
footer .footer_inner .container > .row .col-right {
  flex: 0 0 410px;
  max-width: 410px;
  align-items: center;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-right {
    flex: 0 0 390px;
    max-width: 390px;
  }
}
@media (max-width: 1080px) {
  footer .footer_inner .container > .row .col-right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 45px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer_inner .container > .row .col-right > .row {
  align-items: center;
}
footer .footer_inner .container > .row .col-right > .row .left {
  width: 98px;
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-right > .row .left {
    width: 85px;
  }
}
footer .footer_inner .container > .row .col-right > .row .left img {
  max-width: 67px;
  backface-visibility: hidden;
}
footer .footer_inner .container > .row .col-right > .row .right {
  width: calc(100% - 98px);
}
footer .footer_inner .container > .row .col-right > .row .right p {
  font-size: 15px;
  line-height: 1.8125;
  letter-spacing: 0;
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
@media (max-width: 1200px) {
  footer .footer_inner .container > .row .col-right > .row .right p {
    font-size: 14px;
  }
}
footer .footer_inner .copy {
  text-align: center;
  margin-top: 78px;
}
footer .footer_inner .copy small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
}

#pageTop {
  position: absolute;
  top: 30px;
  right: 20px;
  margin: auto;
}
#pageTop a {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  padding-right: 25px;
  position: relative;
}
#pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/common/angle-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 19px;
  height: 8px;
}
#pageTop a:visited {
  color: #fff;
}
#pageTop a:hover {
  opacity: 0.7;
}

/* parts
--------------------------------*/
.container {
  max-width: 1200px;
}

.hero-sec {
  width: 100%;
  height: 538px;
  margin-bottom: 120px;
}
.hero-sec .hero-bg {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 163px;
  box-sizing: border-box;
}
.hero-sec .hero-bg .catch {
  text-align: center;
}
.hero-sec .hero-bg .catch span.text-center {
  text-align: center;
  display: inline-block;
  margin-bottom: 24px;
}
.hero-sec .hero-bg .catch span.text-center img {
  max-width: 80px;
  backface-visibility: hidden;
  margin-left: auto;
  margin-right: auto;
}
.hero-sec .hero-bg .catch h1 {
  text-align: center;
  color: #fff;
}
.hero-sec .hero-bg .catch h1 .en {
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
}
.hero-sec .hero-bg .catch h1 .ja {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #fff;
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
.hero-sec.no-img {
  height: 420px;
  margin-bottom: 0;
}
.hero-sec.no-img .hero-bg {
  padding-top: 106px;
}
.hero-sec.no-img .hero-bg .catch h1 .en {
  color: #332b15;
}
.hero-sec.no-img .hero-bg .catch h1 .ja {
  color: #332b15;
}

.under_slider .swiper-container {
  padding-bottom: 45px;
}
.under_slider .swiper-slide .image-wrap img {
  width: 100%;
  height: auto;
}
.under_slider .swiper-pagination {
  bottom: 0;
}
.under_slider .swiper-pagination .swiper-pagination-bullet {
  background: #d9d7d5;
  opacity: 1;
  margin: 0 20px !important;
}
.under_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8a877;
}
.under_slider .swiper-button-prev,
.under_slider .swiper-container-rtl .swiper-button-next {
  left: 21.5vw;
}
.under_slider .swiper-button-next,
.under_slider .swiper-container-rtl .swiper-button-prev {
  right: 21.5vw;
}
.under_slider .swiper-button-next,
.under_slider .swiper-button-prev {
  width: 23px;
  height: 61px;
  top: -2.92vw;
  bottom: 0;
  margin: auto;
  z-index: 50;
}
.under_slider .swiper-button-next::after,
.under_slider .swiper-button-prev::after {
  content: "";
  background-image: url(../sp/images/common/arrow_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 63px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.under_slider .swiper-button-prev::after {
  transform: scale(-1, 1);
}

.harf-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.harf-wrapper > .col {
  flex: 0 0 50%;
  max-width: 50%;
}
.harf-wrapper > .col.img-col img {
  width: 100%;
}
.harf-wrapper > .col:not(.img-col) {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.harf-wrapper > .col .text {
  padding: 15px 30px;
  text-align: center;
}
.harf-wrapper > .col .text .harf-ttl {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 26px;
}
.harf-wrapper > .col .text .harf-ttl > span {
  display: inline-block;
}
.harf-wrapper > .col .text p > span {
  display: inline-block;
}
.harf-wrapper.left-image > .col {
  order: 1;
}
.harf-wrapper.left-image > .img-col {
  order: 0;
}

.box-sec {
  padding-bottom: 166px;
}
.box-sec .border-box {
  border: 1px solid #b19a79;
  padding: 70px 60px 60px;
}
.box-sec .border-box .row .img-col {
  flex: 0 0 38.6%;
  max-width: 38.6%;
  padding-right: 4.16%;
}
.box-sec .border-box .row .text-col {
  flex: 0 0 61.4%;
  max-width: 61.4%;
}
.box-sec .border-box .row .text-col h4 {
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
.box-sec .border-box .row .text-col h4 small {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
.box-sec .border-box .row .text-col h4 strong {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: inline-block;
  margin-left: 12px;
}

.pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 67px;
}
.pager .wp-pagenavi span.pages {
  display: none;
}
.pager .wp-pagenavi > a,
.pager .wp-pagenavi > span {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  width: 34px;
  height: 34px;
  border: 1px solid #e4e2e0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
}
.pager .wp-pagenavi a {
  cursor: pointer;
}
.pager .wp-pagenavi > a:hover,
.pager .wp-pagenavi > .current {
  background-color: #f5f4f2;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 10px);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.64, 0, 0.78, 0);
  will-change: opacity;
}
.c-anim-up.move {
  transform: translate(0, 0);
  opacity: 1;
}

.anim-pw {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.7s;
}
.anim-pw.move {
  transform: translate(0, 0);
  opacity: 1;
}

.pw-left {
  transform: translate(-30px, 0px);
  opacity: 0;
  transition: 0.7s;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.pw-right {
  transform: translate(30px, 0);
  opacity: 0;
  transition: 0.4s;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main section.first-sec {
  position: relative;
  background: #000;
  overflow: hidden;
}
#Top main section.first-sec .logo {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  margin: auto;
  width: 129px;
  z-index: 2;
}
@media (max-width: 1400px) {
  #Top main section.first-sec .logo {
    top: 6.7857vw;
    width: 9.2857vw;
  }
}
#Top main section.first-sec .catch_copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 125px;
  z-index: 2;
  text-align: center;
  width: 40vw;
  margin: auto;
  text-align: center;
}
#Top main section.first-sec .catch_copy strong {
  font-size: 58px;
  line-height: 1.293;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: block;
  text-align: center;
  margin-bottom: 1.4285vw;
  -moz-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  -webkit-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  -ms-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
}
#Top main section.first-sec .catch_copy small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: block;
  -moz-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  -webkit-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  -ms-text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
  text-shadow: 0px 0px 48px rgba(29, 11, 0, 0.75);
}
@media (max-width: 1400px) {
  #Top main section.first-sec .catch_copy {
    position: absolute;
    bottom: 8.9285vw;
    width: 40vw;
  }
  #Top main section.first-sec .catch_copy strong {
    font-size: 4.14285vw;
  }
  #Top main section.first-sec .catch_copy small {
    font-size: 1.285vw;
  }
}
#Top main section.first-sec .mainVisual .swiper-container {
  padding-bottom: 0;
}
#Top main section.first-sec .mainVisual .swiper-container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#Top main section.first-sec .mainVisual .swiper-container .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#Top main section.first-sec .mainVisual .swiper-container .swiper-slide .mainvisual_img {
  width: calc(100vw + 160px);
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.1s linear 2.5s;
  backface-visibility: hidden;
  transform: translate(-160px, 0);
}
#Top main section.first-sec .mainVisual .swiper-container .swiper-slide .mainvisual_img img {
  display: block;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
#Top main section.first-sec .mainVisual .swiper-container .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
#Top main section.first-sec .mainVisual .swiper-container .swiper-slide.swiper-slide-active .mainvisual_img {
  transform: translate(0px, 0);
  transition: transform 15s linear 0s;
  opacity: 1;
}
#Top main section.first-sec .mainVisual .swiper-pagination {
  bottom: 20px;
}
#Top main section.first-sec .mainVisual .swiper-pagination .swiper-pagination-bullet {
  margin: 0 1.07vw;
  width: 1.4285vw;
  height: 1.4285vw;
  border: 1px solid transparent;
  background: none;
  position: relative;
}
#Top main section.first-sec .mainVisual .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  width: 0.57vw;
  height: 0.57vw;
}
#Top main section.first-sec .mainVisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #fff;
  background: none;
}
#Top main section.first-sec .mv_container {
  width: 100vw;
  height: 100vh;
}
#Top main section.first-sec .mv_container .mv_video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-device-width: 1024px) {
  #Top main section.first-sec .mv_container .mv_video {
    width: 100vw;
    height: 850px;
  }
}
@media only screen and (max-device-width: 1024px) {
  #Top main section.first-sec .mv_container {
    width: 100vw;
    height: 850px;
  }
}
#Top main section .bg-wrapper {
  background-color: #f4f3f2;
}
#Top main section .img-theme + .link-wrap {
  margin-top: 70px;
}
#Top main section .img-theme + p {
  margin-top: 48px;
  margin-bottom: 36px;
  text-align: center;
}
#Top main section .slider-wrapper + .link-wrap {
  margin-top: 60px;
}
#Top main section .container {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 126px;
  padding-bottom: 126px;
}
#Top main section .container.slider-container {
  max-width: 1200px;
}
#Top main section .swiper-container {
  padding-bottom: 40px;
}
#Top main section .swiper-container .swiper-slide a .image-wrap {
  overflow: hidden;
}
#Top main section .swiper-container .swiper-slide a .image-wrap img {
  transition: transform 0.4s ease;
  will-change: transform;
}
#Top main section .swiper-container .swiper-slide a p span {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}
#Top main section .swiper-container .swiper-slide a:hover .image-wrap img {
  transform: scale(1.05);
}
#Top main section .swiper-container .swiper-slide a:hover p span {
  border-color: #b19a79;
}
#Top main section .swiper-container .swiper-slide:not(.topics-slide) a > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  #Top main section .swiper-container .swiper-slide:not(.topics-slide) a > p {
    font-size: 15px;
  }
}
#Top main section .swiper-container .topics-slide a > p {
  padding: 0 7px 16px;
  line-height: 1.5625;
}
#Top main section .swiper-container .swiper-pagination {
  bottom: 0;
}
#Top main section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #d9d7d5;
  opacity: 1;
  margin: 0 20px;
}
#Top main section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8a877;
}
#Top main section .category-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  padding-bottom: 5px;
}
#Top main section .category-wrap > .category-cat {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  background-color: #b19a79;
  padding: 3px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
}
#Top main section .category-wrap > .category-cat:last-child {
  margin-right: 0;
}
#Top main section.instagram-sec .insta-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 62px;
}
#Top main section.instagram-sec .insta-wrap .row {
  margin-left: -6px;
  margin-right: -6px;
}
#Top main section.instagram-sec .insta-wrap .row > .col {
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
  padding-left: 6px;
  padding-right: 6px;
}
#Top main section.instagram-sec .insta-wrap .row > .col a {
  overflow: hidden;
  display: block;
}
#Top main section.instagram-sec .insta-wrap .row > .col a img {
  transition: transform 0.4s ease;
  will-change: transform;
}
#Top main section.instagram-sec .insta-wrap .row > .col a:hover img {
  transform: scale(1.05);
}
#Top main section.instagram-sec .insta-wrap .link-wrap {
  margin-top: 60px;
}
#Top main section.instagram-sec .insta-wrap .link-wrap a i {
  font-size: 26px;
}
#Top main section.instagram-sec .insta-wrap .link-wrap a span {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding-right: 47px;
}
#Top main section.instagram-sec .insta-wrap .link-wrap a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 34px;
  height: 1px;
  background-color: #554e3c;
  transition: all 0.4s ease;
}
#Top main section.instagram-sec .insta-wrap .link-wrap a:hover {
  color: #b19a79;
}
#Top main section.instagram-sec .insta-wrap .link-wrap a:hover span::after {
  background-color: #b19a79;
}
#Top main section.instagram-sec .guest-wrap {
  max-width: 1040px;
  padding-top: 62px;
}
#Top main section.instagram-sec .guest-wrap .border-box {
  border: 1px solid #b19a79;
  padding: 67px 20px 60px;
  box-sizing: border-box;
  text-align: center;
}
#Top main section.instagram-sec .guest-wrap .border-box .section-ttl .en {
  font-size: 38px;
  margin-bottom: 12px;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap {
  margin-top: 34px;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap .link-btn {
  width: 340px;
  height: 58px;
  font-size: 16px;
  letter-spacing: 0.15em;
  line-height: 58px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  background-color: #b19a79;
  display: inline-block;
  color: #fff;
  position: relative;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap .link-btn:visited {
  color: #fff;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap .link-btn span {
  position: relative;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap .link-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto;
  width: 34px;
  height: 1px;
  background-color: #fff;
}
#Top main section.instagram-sec .guest-wrap .border-box .link-wrap .link-btn:hover {
  opacity: 0.7;
}
#Top main .banner_box_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
#Top main .banner_box_area {
  margin-top: 100px;
}
#Top main .banner_box_area .bn {
  text-align: center;
  padding: 0 0 60px 0;
}
#Top main .banner_box_area .bn a:hover {
  opacity: 0.7;
}
#Top main .banner_box_area .banner_box_ul {
  margin: 0 -2.45%;
  box-sizing: border-box;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 1%;
  box-sizing: border-box;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li > a {
  display: block;
  background-color: #f4f3f2;
  padding: 10px 10px 23px;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li > a p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 24px;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li > a p strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #9e8560;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-weight: 400;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li > a:hover {
  opacity: 0.7;
}
#Top main .banner_box_area .banner_box_ul .banner_box_li:last-child p strong {
  letter-spacing: -0.001em;
}
@media (max-width: 1080px) {
  #Top main .banner_box_area .banner_box_ul {
    margin: 0 -1.25%;
  }
  #Top main .banner_box_area .banner_box_ul .banner_box_li {
    padding: 0 1.25%;
  }
  #Top main .banner_box_area .banner_box_ul .banner_box_li > a p {
    font-size: 14px;
  }
  #Top main .banner_box_area .banner_box_ul .banner_box_li > a p strong {
    font-size: 18px;
    line-height: 1.4;
  }
}

/*==================================
  Cuisine
==================================*/
#Cuisine main section.content {
  padding-bottom: 120px;
}
#Cuisine main section.content .cuisine-ttl {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 34px;
}
#Cuisine main section.content p {
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 54px;
}
#Cuisine main .box-sec .border-box .row .text-col h4 strong,
#Cuisine main .box-sec .border-box .row .text-col h4 small {
  display: block;
}
#Cuisine main .box-sec .border-box .row .text-col h4 strong {
  margin-left: 0;
  line-height: 1.2;
}
#Cuisine main .box-sec .border-box .row .text-col h4 strong > span {
  font-size: 20px;
}

/*==================================
  Cuisine
==================================*/
#Ceremony main .hero-sec {
  margin-bottom: 0;
}
#Ceremony main .swiper-container-horizontal > .swiper-pagination-bullets,
#Ceremony main .swiper-pagination-custom,
#Ceremony main .swiper-pagination-fraction {
  bottom: 0;
}
#Ceremony main section .bg-wrap {
  background-color: #f4f3f2;
  padding-top: 120px;
  padding-bottom: 92px;
}
#Ceremony main section.content {
  padding-bottom: 90px;
}
#Ceremony main section.content.none {
  padding-bottom: 10px;
}
#Ceremony main section.content > .fluid-container {
  padding-top: 30px;
}
#Ceremony main section.content .cuisine-ttl {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 34px;
}
#Ceremony main section.content p {
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 54px;
}

/*==================================
  Concept
==================================*/
#Concept main .content {
  padding-bottom: 120px;
}
#Concept main .content:last-child {
  padding-bottom: 0;
}
#Concept main .content p {
  text-align: center;
  margin-bottom: 36px;
}
#Concept main .content .row {
  position: relative;
}
#Concept main .content .row .col {
  flex: 0 0 50%;
  max-width: 50%;
}
#Concept main .content .row .col img {
  width: 100%;
}
#Concept main .content .row .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*==================================
  Photo_Guide
==================================*/
#Photo_Guide main .hero-sec {
  margin-bottom: 0;
}
#Photo_Guide main .harf-wrapper > .col .text .harf-ttl {
  letter-spacing: 0.1em;
}
#Photo_Guide main .harf-wrapper > .col .text .harf-ttl > small {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #b19a79;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}

#Topics main .topics-sec {
  padding: 78px 0 123px;
}
#Topics main .category-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
  padding-bottom: 5px;
}
#Topics main .category-wrap .category-cat {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  background-color: #b19a79;
  padding: 3px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
}
#Topics main .category-wrap .category-cat a {
  color: #fff;
}
#Topics main .title {
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  padding: 0 8px;
}
#Topics main .title a > span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#Topics main .title a:hover > span {
  border-color: #b19a79;
}
#Topics main .topics-wrapper {
  margin: 0 -1.666% -80px;
  font-size: 0;
  line-height: 1;
}
#Topics main .topics-wrapper .col {
  padding: 0 1.666% 80px;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
#Topics main.Detail .category-wrap {
  display: inline-flex;
}
#Topics main.Detail .head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#Topics main.Detail .head > p {
  margin-bottom: 15px;
}
#Topics main.Detail .page-ttl {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 39px;
}
#Topics main.Detail .pageBox {
  margin-top: 114px;
}
#Topics main.Detail .row {
  justify-content: space-between;
}
#Topics main.Detail .row .left-col {
  flex: 0 0 53.9%;
  max-width: 53.9%;
}
#Topics main.Detail .row .right-col {
  flex: 0 0 40.25%;
  max-width: 40.25%;
  padding-top: 39px;
}
#Topics main.Detail .link-wrap .border-link-btn span::before {
  right: inherit;
  left: 0;
}
#Topics main.Detail .link-wrap .border-link-btn span::after {
  right: inherit;
  left: -19px;
}

/*==================================
  Contact
==================================*/
body {
  margin: 0;
}

main#Contact {
  padding-bottom: 155px;
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
main#Contact .bn_content {
  text-align: center;
  padding: 0 0 40px 0;
}
main#Contact input {
  -webkit-appearance: none;
  color: #332b15;
}
main#Contact input[type=text], main#Contact input[type=date] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
main#Contact input[type=radio] {
  display: none;
}
main#Contact input[type=radio]:checked + label {
  background: #ff0000;
}
main#Contact input[type=checkbox] {
  display: none;
}
main#Contact input[type=checkbox]:checked + label {
  background: #ff0000;
}
main#Contact input::placeholder, main#Contact input:-ms-input-placeholder, main#Contact input::-ms-input-placeholder {
  color: #b7b7b7;
}
main#Contact button,
main#Contact input[type=button],
main#Contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
}
main#Contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}
main#Contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
main#Contact input::placeholder {
  color: #b7b7b7;
}
main#Contact .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@keyframes onAutoFillStart {}
main#Contact input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
main#Contact input[type=text]:focus,
main#Contact input[type=email]:focus,
main#Contact input[type=tel]:focus,
main#Contact input[type=search]:focus,
main#Contact input[type=url]:focus,
main#Contact textarea:focus {
  color: #332b15;
  background-color: #f9f8f6;
}
main#Contact input[type=text]:focus::placeholder,
main#Contact input[type=email]:focus::placeholder,
main#Contact input[type=tel]:focus::placeholder,
main#Contact input[type=search]:focus::placeholder,
main#Contact input[type=url]:focus::placeholder,
main#Contact textarea:focus::placeholder {
  color: #b7b7b7;
}
main#Contact .ERR {
  color: #cc0303;
}
main#Contact input[type=text],
main#Contact input[type=date] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  padding: 9px 21px;
  border: 1px solid #b2ada5;
  background: #f9f8f6;
  box-sizing: border-box;
  width: 100%;
}
main#Contact input[type=text].zip,
main#Contact input[type=date].zip {
  max-width: 247px;
  width: 100%;
}
main#Contact .zip-wrap {
  background: #fff;
  display: inline-block;
  position: relative;
  max-width: 247px;
  width: 100%;
  margin-right: 3px;
}
main#Contact .zip-wrap::before {
  content: "〒";
  font-size: 18px;
  position: absolute;
  top: 0.8em;
  left: 24px;
  margin: auto;
}
main#Contact .zip-wrap input {
  padding: 12px 21px 12px 55px;
  width: 100%;
}
main#Contact input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #474747;
  max-width: 140px;
  width: 100%;
  background: #e7e4d8;
  border: 3px solid #e7e4d8;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
main#Contact input[type=button]:hover {
  background: none;
  color: #474747;
}
main#Contact input[type=checkbox] {
  display: none;
}
main#Contact input[type=checkbox] + label {
  padding-left: 27px;
  position: relative;
  margin-right: 27px;
  cursor: pointer;
}
main#Contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
}
main#Contact input[type=checkbox]:checked + label {
  background: none;
}
main#Contact input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 50%;
}
main#Contact input[type=date] {
  width: 52.61%;
}
main#Contact .select-box {
  overflow: hidden;
  width: 52.61%;
  text-align: center;
  position: relative;
  background: #f9f8f6;
  border-radius: 0;
}
main#Contact .select-box.small-select {
  width: 42.51%;
}
main#Contact .select-box select {
  font-size: 16px;
  line-height: 1.625;
  color: #b7b7b7;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 9px 38px 9px 21px;
  border: 1px solid #b2ada5;
  border-radius: 0;
}
main#Contact .select-box select::-ms-expand {
  display: none;
}
main#Contact .select-box select.changeSelect {
  color: #332b15;
}
main#Contact .select-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 14px;
  height: 8px;
  background-image: url(../images/common/under_angle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  content: "";
  pointer-events: none;
}
main#Contact textarea {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  color: #d0cfcc;
  border: 1px solid #b2ada5;
  background: #f9f8f6;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 21px;
  min-height: 300px;
}
main#Contact .submit_area {
  margin-top: 68px;
  text-align: center;
}
main#Contact .btn_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .btn_back input {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back {
  margin-top: 25px;
  text-align: center;
}
main#Contact .contact_back a {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #fff;
  width: 262px;
  background: #5f4b08;
  box-sizing: border-box;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  border: 3px solid #5f4b08;
  transition: all 0.3s ease;
  height: 58px;
  padding: 15px 15px 14px;
}
main#Contact .contact_back a:hover {
  color: #5f4b08;
  background: none;
}
main#Contact .tel-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
main#Contact .tel-reserve .tel-wrap {
  width: calc(50% - 3px);
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f4f3f2;
}
main#Contact .tel-reserve .tel-wrap .lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  margin-bottom: 2px;
}
main#Contact .tel-reserve .tel-wrap .row {
  justify-content: center;
  align-items: center;
}
main#Contact .tel-reserve .tel-wrap .row p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
main#Contact .tel-reserve .tel-wrap .row p a {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 42px;
  margin: 0 5px;
  background: none;
}
main#Contact .tel-reserve .tel-wrap .row dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
main#Contact .tel-reserve .tel-wrap .row dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
}
main#Contact .tel-reserve .line-wrap {
  width: calc(50% - 3px);
}
main#Contact .tel-reserve .line-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f3f2;
  width: 100%;
  height: 106px;
  position: relative;
}
main#Contact .tel-reserve .line-wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(/images/common/arrow-line.svg) no-repeat 0/contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
main#Contact .tel-reserve .line-wrap a span {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  line-height: 1;
  top: -10px;
}
main#Contact .tel-reserve .line-wrap a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/images/common/icon-line.svg) no-repeat 0/contain;
  margin-right: 20px;
  position: relative;
  top: 10px;
}
main#Contact .tel-reserve .line-wrap a span .md {
  display: none;
}
main#Contact .tel-reserve .line-wrap a:hover {
  background: #eceae8;
}
@media screen and (max-width: 1100px) {
  main#Contact .tel-reserve .tel-wrap .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  main#Contact .tel-reserve .tel-wrap .row p a {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-feature-settings: "palt";
    color: #332b15;
    font-size: 33px;
  }
  main#Contact .tel-reserve .tel-wrap .row dl {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  main#Contact .tel-reserve .tel-wrap .row dl dt {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  main#Contact .tel-reserve .tel-wrap .row dl dd {
    font-size: 14px;
  }
  main#Contact .tel-reserve .line-wrap a span {
    line-height: 1.3;
    top: 0;
  }
  main#Contact .tel-reserve .line-wrap a span .md {
    display: block;
  }
  main#Contact .tel-reserve .line-wrap a span::before {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    left: 4px;
  }
}
main#Contact .flow-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 -20px 56px;
}
main#Contact .flow-list > li {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  box-sizing: border-box;
}
main#Contact .flow-list > li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 1px;
  background-color: #554e3c;
  z-index: 1;
}
main#Contact .flow-list > li > span {
  font-size: 18px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #c4bcb1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border: 1px solid #dad6d1;
}
main#Contact .flow-list > li.active > span {
  color: #ffffff;
  background-color: #b19a79;
}
main#Contact .flow-list > li:last-child::before {
  display: none;
}
main#Contact .container {
  margin: auto;
}
main#Contact .container p > a {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
  padding-bottom: 2px;
  display: inline;
}
main#Contact .container p > a:hover {
  color: #704f00;
  background: linear-gradient(#704f00, #704f00) 0 100%/0 1px no-repeat;
  background-size: 100% 1px;
}
main#Contact .need {
  color: #cc0303;
}
main#Contact table {
  display: block;
  border-top: 1px solid #e4e2e0;
  box-sizing: border-box;
}
main#Contact table tbody {
  display: block;
  box-sizing: border-box;
}
main#Contact table tr {
  display: flex;
  width: 100%;
  padding: 25px 20px;
  border-bottom: 1px solid #e4e2e0;
  box-sizing: border-box;
}
main#Contact table tr th {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  display: block;
  text-align: left;
  width: 306px;
  padding-top: 14px;
}
main#Contact table tr th span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: inline-block;
  margin-right: 11px;
  padding: 2px 6px 3px;
  background-color: #760b0b;
  color: #fff !important;
}
main#Contact table tr th span:not(.need) {
  background-color: #a2a2a2;
}
main#Contact table tr td {
  display: block;
  width: calc(100% - 306px);
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}
main#Contact table tr td .text02 {
  margin-top: 8px;
}
main#Contact table tr td p {
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
main#Contact table tr td.harf-input input {
  width: 42.65%;
  margin-right: 2.75%;
}
main#Contact table tr td.harf-input input + input {
  margin-right: 0;
}
main#Contact table tr td .age-form {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}
main#Contact table tr td .age-form::before {
  content: "年";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
main#Contact table tr td .age-form input {
  max-width: 260px;
  height: 50px;
  width: 250px;
}
main#Contact table tr td .month-select {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: 220px;
  height: 50px;
}
main#Contact table tr td .month-select select {
  height: 50px;
}
main#Contact .check-list {
  padding-top: 5px;
  padding-left: 0;
}
main#Contact .check-list li {
  display: inline-block;
}
main#Contact .form_wrap > p {
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 500;
}
main#Contact .submit_area .border-link-btn {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  width: 400px;
  height: 78px;
  line-height: 78px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #480101;
  transition: all 0.3s ease;
  position: relative;
}
main#Contact .submit_area .border-link-btn input[type=submit] {
  font-size: 20px;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  width: 100%;
  height: 100%;
  line-height: 78px;
  box-sizing: border-box;
}
main#Contact .submit_area .border-link-btn::before {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main#Contact .submit_area .border-link-btn::after {
  content: "";
  height: 1px;
  width: 15px;
  background-color: #480101;
  position: absolute;
  top: 0;
  right: -19px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main#Contact .submit_area .border-link-btn:hover {
  background-color: #b19a79;
}
main#Contact .submit_area .border-link-btn:hover::after {
  background-color: #b19a79;
  position: absolute;
}
main#Contact.sfm2 .form_wrap > p {
  text-align: center;
  margin-bottom: 35px;
}
main#Contact.sfm2 .btn_back {
  float: none;
}
main#Contact.sfm2 .btn_back .border-link-btn input[type=submit] {
  background: #b19a79;
  border-color: #b19a79;
  padding: 0;
}
main#Contact.sfm2 .btn_back .border-link-btn::before {
  right: inherit;
  left: 0;
}
main#Contact.sfm2 .btn_back .border-link-btn::after {
  right: inherit;
  left: -19px;
  background-color: #b19a79;
}
main#Contact.sfm2 .btn_back .border-link-btn:hover {
  background-color: #480101;
}
main#Contact.sfm2 .btn_back .border-link-btn:hover input[type=submit] {
  background: #480101;
  border-color: #480101;
  padding: 0;
}
main#Contact.sfm2 .btn_back .border-link-btn:hover::after {
  background-color: #480101;
  position: absolute;
}
main#Contact.sfm2 .right {
  float: none;
}
main#Contact.sfm2 .koumoku {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
main#Contact.sfm2 .koumoku li {
  margin-left: 10px;
  margin-right: 10px;
}
main#Contact.sfm2 .koumoku .btn_back {
  margin-top: 0;
}
main#Contact.sfm2 .koumoku .border-link-btn {
  width: 280px;
}
main#Contact.sfm3 .send_comp > p {
  text-align: center;
}
main#Contact.sfm3 .link-wrap {
  margin-top: 35px;
}
main#Contact.sfm3 .link-wrap .border-link-btn span::before {
  right: inherit;
  left: 0;
}
main#Contact.sfm3 .link-wrap .border-link-btn span::after {
  right: inherit;
  left: -19px;
  background-color: #b19a79;
}
main#Contact .date-wrapper {
  position: relative;
  display: inline-block;
}
main#Contact .date-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 14px;
  height: 8px;
  background-image: url(../images/common/under_angle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  content: "";
  pointer-events: none;
}

#Access main .row {
  margin-bottom: 130px;
}
#Access main .row .map-col {
  flex: 0 0 60.833%;
  max-width: 60.833%;
}
#Access main .row .map-col > .map-wrap {
  height: 100%;
}
#Access main .row .map-col iframe {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#Access main .row .text-col {
  flex: 0 0 39.167%;
  max-width: 39.167%;
  height: 100%;
  padding-left: 4%;
}
#Access main .row .text-col dl {
  padding-top: 22px;
  padding-bottom: 26px;
  padding-left: 10px;
  border-bottom: 1px solid #e4e2e0;
}
#Access main .row .text-col dl:first-child {
  padding-top: 0;
}
#Access main .row .text-col dl:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
#Access main .row .text-col dl dt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
#Access main .row .text-col dl dd address {
  font-style: normal;
}
#Access main .row .text-col dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#Access main .row .text-col dl dd ul li::before {
  content: "・ ";
}
#Access main .row .text-col dl dd .link {
  color: #b19a79;
  border-bottom: 1px solid #b19a79;
  padding-bottom: 2px;
}
#Access main .row .text-col dl dd .link:hover {
  opacity: 0.6;
}
#Access main .row .text-col dl dd .link.map-pin {
  margin-left: 15px;
  position: relative;
}
#Access main .row .text-col dl dd .link.map-pin::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 17px;
  background-image: url(../images/common/map-pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Access main .row .text-col dl dd .caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.05em;
  margin-top: 11px;
}

#Fair main {
  padding-bottom: 56px;
}
#Fair main .heading {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  padding: 18px 20px;
  border-top: 1px solid #e4e2e0;
  text-align: center;
  margin: 0 -30px;
}
#Fair main .fair-sec .row {
  padding: 98px 0;
}
#Fair main .fair-sec .bn_content {
  text-align: center;
  padding: 0 0 60px 0;
}
#Fair main .row {
  margin: 0 -30px;
  justify-content: space-between;
  border-top: 1px solid #e4e2e0;
}
#Fair main .row .col.img-col {
  flex: 0 0 42.25%;
  max-width: 42.25%;
  padding-right: 0;
  padding-left: 30px;
}
#Fair main .row .col.area-col {
  flex: 0 0 53.5833%;
  max-width: 53.5833%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#Fair main .row .col h3 {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 18px;
  padding-top: 23px;
}
#Fair main .row .col .link-wrap {
  margin-top: 35px;
  text-align: center;
}
#Fair main.Detail .fair-sec .row {
  padding: 57px 0 72px;
}
#Fair main.Detail .fair-sec .bg-wrap {
  margin-top: 122px;
  padding: 111px 0;
  background-color: #f4f3f2;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b19a79;
  background-color: #fff;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .benefit-title {
  width: 69px;
  display: flex;
  justify-content: center;
  background-color: #b19a79;
  box-sizing: border-box;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .benefit-title > span {
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap {
  width: calc(100% - 69px);
  padding: 12px 35px 14px 37px;
  box-sizing: border-box;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl {
  padding: 28px 15px;
  border-bottom: 1px solid #e4e2e0;
  display: flex;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl dt {
  font-size: 18px;
  width: 128px;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl dd {
  width: calc(100% - 128px);
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl dd > span {
  display: block;
  font-size: 18px;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl dd small {
  font-size: 14px;
  display: block;
}
#Fair main.Detail .fair-sec .bg-wrap .benefits-wrap .table-wrap dl:last-child {
  border-bottom: none;
}
#Fair main.Detail .contents-sec {
  padding-top: 120px;
  padding-bottom: 144px;
}
#Fair main.Detail .contents-sec .row {
  border-top: none;
  margin: 0 -2% -55px;
  justify-content: flex-start;
}
#Fair main.Detail .contents-sec .row .col-3 {
  padding: 0 2% 55px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
#Fair main.Detail .contents-sec .row .col-3 .title {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
#Fair main.Detail .contents-sec .link-wrap {
  margin-top: 55px;
}
#Fair main.Detail .contents-sec .link-wrap .border-link-btn span {
  font-size: 20px;
  width: 400px;
  height: 78px;
  line-height: 78px;
}

#Guest main .access-sec .introduction {
  text-align: center;
  border-top: 1px solid #e4e2e0;
  border-bottom: 1px solid #e4e2e0;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0 -30px 92px;
}
#Guest main .access-sec .row {
  align-items: center;
  justify-content: space-between;
}
#Guest main .access-sec .row .map-col {
  flex: 0 0 45.583%;
  max-width: 45.583%;
}
#Guest main .access-sec .row .text-col {
  flex: 0 0 52.75%;
  max-width: 52.75%;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
}
#Guest main .access-sec .row .text-col .link-wrap {
  margin-top: 73px;
}
#Guest main .access-sec .container-fluid {
  margin-top: 98px;
}
#Guest main .access-sec .container-fluid iframe {
  width: 100%;
  height: 600px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#Guest main .facility-sec .container {
  padding-top: 122px;
  padding-bottom: 124px;
}
#Guest main .facility-sec .container .row {
  margin: 0 -1.9166% -55px;
}
#Guest main .facility-sec .container .row .col {
  padding: 0 1.9166% 55px;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
#Guest main .facility-sec .container .row .col .title {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-top: 17px;
  margin-bottom: 2px;
}

#Dress_item main .hero-sec {
  margin-bottom: 50px;
}
#Dress_item main .swiper-container-horizontal > .swiper-pagination-bullets,
#Dress_item main .swiper-pagination-custom,
#Dress_item main .swiper-pagination-fraction {
  bottom: 0;
}
#Dress_item main section .bg-wrap {
  background-color: #f4f3f2;
  padding-top: 120px;
  padding-bottom: 96px;
}
#Dress_item main section .img-wrap {
  text-align: center;
  max-width: 845px;
  margin: 0 auto 58px;
}
#Dress_item main section.content {
  padding-bottom: 96px;
}
#Dress_item main section.content:last-of-type {
  padding-bottom: 10px;
}
#Dress_item main section.content > .fluid-container {
  padding-top: 30px;
}
#Dress_item main section.content .cuisine-ttl {
  font-size: 34px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
}
#Dress_item main section.content .cuisine-ttl > span {
  display: inline-block;
}
#Dress_item main section.content p {
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 54px;
}
#Dress_item main.partyspace {
  padding-bottom: 10px;
}

#Plan main .hero-sec {
  margin-bottom: 0;
}
#Plan main .plan-sec {
  background-color: #f4f3f2;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 126px;
}
#Plan main .plan-sec .box-wrap {
  border: 1px solid #b19a79;
  padding: 67px 50px 72px;
  margin-bottom: 40px;
  background-color: #fff;
}
#Plan main .plan-sec .box-wrap:last-child {
  margin-bottom: 0;
}
#Plan main .plan-sec .box-wrap .plan-count {
  text-align: center;
  margin-bottom: 20px;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
}
#Plan main .plan-sec .box-wrap .plan-count span {
  width: 258px;
  height: 31px;
  display: inline-block;
  background-color: #b19a79;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  box-sizing: border-box;
  padding-bottom: 1px;
}
#Plan main .plan-sec .box-wrap .plan-ttl {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 55px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Plan main .plan-sec .box-wrap .row {
  justify-content: space-between;
}
#Plan main .plan-sec .box-wrap .row .img-col {
  flex: 0 0 43.26%;
  max-width: 43.26%;
}
#Plan main .plan-sec .box-wrap .row .area-col {
  flex: 0 0 52.367%;
  max-width: 52.367%;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > p {
  padding: 0 0 34px 6px;
  border-bottom: 1px solid #e4e2e0;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e4e2e0;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl:last-child {
  margin-bottom: 64px;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dt {
  font-size: 18px;
  letter-spacing: 0.05em;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd {
  letter-spacing: 0.05em;
  margin-top: 5px;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > span {
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: inline-block;
  margin-right: 18px;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > strong {
  font-size: 40px;
  line-height: 1;
  color: #a80404;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > strong > small {
  font-size: 24px;
  line-height: 1;
  color: #a80404;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > ul {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 460px;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > ul li {
  line-height: 2;
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap > dl dd > ul li::before {
  content: "・ ";
}
#Plan main .plan-sec .box-wrap .row .area-col > .text-wrap .caution_text {
  padding-top: 15px;
  padding-bottom: 36px;
}
#Plan main .plan-sec .box-wrap .row .area-col.no_name_plan .text-wrap > dl {
  padding: 0;
  border-bottom: 0;
}
#Plan main .plan-sec .box-wrap .link-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#Plan main .plan-sec .box-wrap .link-wrap .link-row {
  margin-left: -4%;
  margin-right: -4%;
}
#Plan main .plan-sec .box-wrap .link-wrap .link-row > .col {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
}
#Plan main .plan-sec .box-wrap .link-wrap .link-row > .col .border-link-btn {
  width: 100%;
  max-width: 458px;
  text-align: center;
}
#Plan main .plan-sec .box-wrap .link-wrap .link-row > .col .border-link-btn span {
  font-size: 20px;
  letter-spacing: 0.15em;
  width: 100%;
  max-width: 458px;
  height: 76px;
  line-height: 76px;
  justify-content: center;
  text-align: center;
}

#Report main .category-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
#Report main .category-wrap .category-cat {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  background-color: #b19a79;
  padding: 3px 7px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  display: inline-block;
}
#Report main .category-wrap .category-cat a {
  color: #fff;
}
#Report main .report-sec {
  padding-bottom: 167px;
}
#Report main .report-sec .heading {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 35px;
  text-align: center;
}
#Report main .report-sec .introduction {
  text-align: center;
  margin-bottom: 55px;
}
#Report main .report-sec .counter {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
#Report main .report-sec .title {
  text-align: center;
}
#Report main .report-sec .title span {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  padding: 0 8px;
}
#Report main .report-sec .report {
  background-color: #f4f3f2;
  margin-bottom: 38px;
}
#Report main .report-sec .report:last-child {
  margin-bottom: 0;
}
#Report main .report-sec .report .row .img-col {
  flex: 0 0 31.08%;
  max-width: 31.08%;
}
#Report main .report-sec .report .row .img-col img {
  display: flex;
  height: 100%;
  object-fit: cover;
}
#Report main .report-sec .report .row .text-col {
  flex: 0 0 68.92%;
  max-width: 68.92%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  box-sizing: border-box;
}
#Report main .report-sec .report a {
  display: block;
}
#Report main .report-sec .report a:hover {
  opacity: 0.6;
}
#Report main.Detail {
  padding-bottom: 10px;
}
#Report main.Detail .hero-sec {
  height: 538px;
}
#Report main.Detail .hero-sec .catch span.text-center {
  margin-bottom: 20px;
}
#Report main.Detail .hero-sec h1 {
  font-size: 0;
  line-height: 1;
  margin-bottom: 26px;
}
#Report main.Detail .hero-sec h1 .en {
  font-size: 42px;
  letter-spacing: 0.05em;
  display: block;
  line-height: 1;
}
#Report main.Detail .hero-sec h1 .report-en {
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  display: block;
}
#Report main.Detail .hero-sec .article-title {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Report main.Detail .wp_content {
  padding-bottom: 114px;
}
#Report main.Detail .partyspace-wrap .box-wrap {
  border: 1px solid #b19a79;
  padding: 75px 50px 62px;
  margin-bottom: 65px;
}
#Report main.Detail .partyspace-wrap .box-wrap .space-title {
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 47px;
}
#Report main.Detail .partyspace-wrap .box-wrap .space-title > span {
  display: inline-block;
}
#Report main.Detail .partyspace-wrap .box-wrap .section-ttl {
  padding-bottom: 23px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e2e0;
}
#Report main.Detail .partyspace-wrap .box-wrap .section-ttl .en {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 0;
}
#Report main.Detail .partyspace-wrap .box-wrap .section-ttl .ja {
  font-size: 18px;
  line-height: 1.4;
}
#Report main.Detail .partyspace-wrap .box-wrap .coment {
  margin-bottom: 28px;
}
#Report main.Detail .partyspace-wrap .box-wrap .row {
  justify-content: space-between;
}
#Report main.Detail .partyspace-wrap .box-wrap .row .col-left {
  flex: 0 0 44.18%;
  max-width: 44.18%;
}
#Report main.Detail .partyspace-wrap .box-wrap .row .col-right {
  flex: 0 0 51.36%;
  max-width: 51.36%;
}
#Report main.Detail .pageBox .border-link-btn span::before {
  right: inherit;
  left: 0;
}
#Report main.Detail .pageBox .border-link-btn span::after {
  right: inherit;
  left: -19px;
}
#Report main.Detail .other-report {
  background-color: #f4f3f2;
  padding-top: 129px;
  padding-bottom: 110px;
  margin-top: 128px;
}
#Report main.Detail .other-report .swiper-container {
  padding-bottom: 40px;
}
#Report main.Detail .other-report .swiper-container .swiper-slide a .image-wrap {
  overflow: hidden;
}
#Report main.Detail .other-report .swiper-container .swiper-slide a .image-wrap img {
  transition: transform 0.4s ease;
  will-change: transform;
}
#Report main.Detail .other-report .swiper-container .swiper-slide a p span {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}
#Report main.Detail .other-report .swiper-container .swiper-slide a:hover .image-wrap img {
  transform: scale(1.05);
}
#Report main.Detail .other-report .swiper-container .swiper-slide a:hover p span {
  border-color: #b19a79;
}
#Report main.Detail .other-report .swiper-container .swiper-slide:not(.topics-slide) a > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  #Report main.Detail .other-report .swiper-container .swiper-slide:not(.topics-slide) a > p {
    font-size: 15px;
  }
}
#Report main.Detail .other-report .swiper-container .topics-slide a > p {
  padding: 0 7px 16px;
  line-height: 1.5625;
}
#Report main.Detail .other-report .swiper-container .swiper-pagination {
  bottom: 0;
}
#Report main.Detail .other-report .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #d9d7d5;
  opacity: 1;
  margin: 0 20px;
}
#Report main.Detail .other-report .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8a877;
}

#Privacy main .content {
  padding-bottom: 100px;
}
#Privacy main .content .box {
  margin-bottom: 35px;
}
#Privacy main .content .box h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}

/*==================================
  Small Wedding
==================================*/
/* Reservation Reset */
#Reservation {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
#Reservation input {
  -webkit-appearance: none;
}
#Reservation input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Reservation input[type=text]::placeholder {
  color: #a2a2a1;
}
#Reservation input::placeholder, #Reservation input:-ms-input-placeholder, #Reservation input::-ms-input-placeholder {
  color: #a2a2a1;
}
#Reservation button,
#Reservation input[type=button],
#Reservation input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#Reservation textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
#Reservation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
@keyframes onAutoFillStart {}
#Reservation input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
#Reservation input[type=text]:focus,
#Reservation input[type=email]:focus,
#Reservation input[type=tel]:focus,
#Reservation input[type=search]:focus,
#Reservation input[type=url]:focus,
#Reservation textarea:focus {
  color: #000;
  background-color: #fff;
}
#Reservation .ERR {
  color: #cc0303;
}
#Reservation input[type=text] {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}
#Reservation input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #474747;
  max-width: 140px;
  width: 100%;
  background: #e7e4d8;
  border: 3px solid #e7e4d8;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation input[type=button]:hover {
  background: none;
}
#Reservation .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
#Reservation .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
  color: #a2a2a1;
}
#Reservation .select-box select::-ms-expand {
  display: none;
}
#Reservation .select-box select::placeholder {
  color: #a2a2a1;
}
#Reservation .select-box select.changeSelect {
  color: #332b15;
}
#Reservation .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 16px;
  height: 9px;
  padding: 0;
  content: "";
  pointer-events: none;
  background-image: url(../images/small/arrow_form.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Reservation .select-date::before {
  display: none;
}
#Reservation .select-date input {
  width: 100%;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 47px;
  height: 48px;
}
#Reservation textarea {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  min-height: 174px;
}
#Reservation .submit_area {
  margin-top: 50px;
  text-align: center;
}
#Reservation .submit_area span {
  width: 430px;
  height: 78px;
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #293d3a;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
}
#Reservation .submit_area span::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .submit_area span input[type=submit] {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
}
#Reservation .submit_area span:hover::after {
  right: 24px;
}
#Reservation .submit_area ul.koumoku {
  max-width: 900px;
  margin: 20px auto 0;
}
#Reservation .submit_area ul.koumoku li {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  background: #293d3a;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
}
#Reservation .submit_area ul.koumoku li input[type=submit] {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #Reservation .submit_area ul.koumoku li {
    width: 48%;
  }
  #Reservation .submit_area ul.koumoku li span {
    width: 100%;
  }
}
#Reservation .btn_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .btn_back input {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  height: 78px;
  background: #293d3a;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation .contact_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .contact_back a {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  background: #293d3a;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  height: 78px;
}
#Reservation .contact_back a::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .contact_back a:hover::after {
  right: 24px;
}
#Reservation .need {
  background: #590e1a;
}
#Reservation .noneed {
  background: #8b8b8b;
}

/* Small Wedding */
#Small #banner-fix {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 1;
  transition: all 0.4s ease;
}
#Small #banner-fix a {
  width: 335px;
  background-color: #917d30;
  display: inline-block;
  padding: 17px 23px 12px;
  box-sizing: border-box;
}
#Small #banner-fix a .date-ttl {
  font-size: 22px;
  line-height: 1;
  color: #cab463;
  margin-bottom: 10px;
}
#Small #banner-fix a .date-ttl span {
  position: relative;
}
#Small #banner-fix a .date-ttl span::before {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  top: 0;
  right: -23px;
  bottom: 0;
  margin: auto;
  background-color: #cab463;
}
#Small #banner-fix a .date-ttl span::after {
  content: "";
  width: 17px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -23px;
  bottom: 0;
  margin: auto;
  background-color: #cab463;
}
#Small #banner-fix a .title {
  font-size: 22px;
  line-height: 28.6px;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 14px;
}
#Small #banner-fix a .title > small {
  font-size: 20px;
  line-height: 28.6px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small #banner-fix a .border-link-btn {
  pointer-events: none;
}
#Small #banner-fix a .border-link-btn > span {
  width: 287px;
  height: 45px;
  line-height: 45px;
  color: #87783d;
  font-size: 16px;
  position: relative;
  background-color: #fff;
  transition: all 0.4s ease;
}
#Small #banner-fix a .border-link-btn > span::before {
  display: none;
}
#Small #banner-fix a .border-link-btn > span::after {
  content: "";
  width: 6px;
  height: 8px;
  background: url(../images/small/arrow_bottom.svg) no-repeat 0 0;
  background-size: 6px 8px;
  transform: rotate(90deg);
  right: 31px;
  transition: all 0.4s ease;
}
#Small #banner-fix a:hover .border-link-btn > span {
  background-color: #2e3428;
  color: #fff;
}
#Small #banner-fix a:hover .border-link-btn > span::after {
  content: "";
  width: 6px;
  height: 8px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 6px 8px;
  transform: rotate(90deg);
  right: 31px;
}
#Small #banner-fix.active {
  opacity: 0;
}
#Small .error-box {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #a61931;
}
#Small .error-box.errors {
  padding-top: 8px;
}
#Small img {
  backface-visibility: hidden;
}
#Small main .swiper-button-next,
#Small main .swiper-button-prev {
  top: 11.3vw;
  margin-top: 0;
  transition: 0.3s;
}
#Small main .swiper-button-next:hover,
#Small main .swiper-button-prev:hover {
  opacity: 0.7;
}
#Small main .swiper-button-prev {
  background: url(/l/present/images/common/arrow-slide-prev.png) no-repeat 0/contain;
}
#Small main .swiper-button-next {
  background: url(/l/present/images/common/arrow-slide-next.png) no-repeat 0/contain;
}
@media (max-width: 1500px) {
  #Small main .swiper-button-next,
  #Small main .swiper-button-prev {
    top: 16.8vw;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  #Small main .swiper-button-next,
  #Small main .swiper-button-prev {
    top: 19.7vw;
    margin-top: 0;
  }
}
#Small main .under_slider .swiper-button-next,
#Small main .under_slider .swiper-container-rtl .swiper-button-prev {
  right: 25vw;
}
#Small main .under_slider .swiper-button-prev,
#Small main .under_slider .swiper-container-rtl .swiper-button-next {
  left: 25vw;
}
@media (max-width: 1500px) {
  #Small main .under_slider .swiper-button-next,
  #Small main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 14vw;
  }
  #Small main .under_slider .swiper-button-prev,
  #Small main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 14vw;
  }
}
@media (max-width: 1200px) {
  #Small main .under_slider .swiper-button-next,
  #Small main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 10.5vw;
  }
  #Small main .under_slider .swiper-button-prev,
  #Small main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 10.5vw;
  }
}
@media (max-width: 1200px) {
  #Small main .under_slider .swiper-button-next,
  #Small main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 10.5vw;
  }
  #Small main .under_slider .swiper-button-prev,
  #Small main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 10.5vw;
  }
}
#Small main .swiper-slide h3,
#Small main .swiper-slide p {
  opacity: 0;
  transition: all 0.5s ease;
}
#Small main .swiper-slide.swiper-slide-active h3,
#Small main .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
#Small main p {
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small main section.first-sec {
  position: relative;
  background: #000;
  overflow: hidden;
}
#Small main section.first-sec .logo {
  position: absolute;
  top: 0vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 21vw;
}
#Small main section.first-sec .catch_copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6vw;
  z-index: 2;
  text-align: center;
  width: 52vw;
  margin: auto;
  text-align: center;
}
#Small main section.first-sec .mainVisual img {
  width: 100%;
}
#Small main section .bg-wrapper {
  background-color: #f4f3f2;
}
#Small main section .img-theme + .link-wrap {
  margin-top: 60px;
}
#Small main section .img-theme + .link-wrap .border-link-btn {
  background: #293d3a;
}
#Small main section .img-theme + .link-wrap .border-link-btn span {
  width: 430px;
  height: 78px;
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
}
#Small main section .img-theme + .link-wrap .border-link-btn span::before {
  display: none;
}
#Small main section .img-theme + .link-wrap .border-link-btn span::after {
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  right: 31px;
}
#Small main section .img-theme + .link-wrap .border-link-btn:hover span::after {
  right: 24px;
}
#Small main section .slider-wrapper + .link-wrap {
  margin-top: 60px;
}
#Small main section .container {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 126px;
  padding-bottom: 126px;
}
#Small main section .container .sub-ttl {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small main section .container p {
  padding: 39px 0;
}
#Small main section .container.plan-wrap h3 {
  font-size: 32px;
  line-height: 1;
}
#Small main section .container.plan-wrap h3 strong {
  color: #b90c29;
  font-size: 32px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small main section .container.plan-wrap h3 strong span {
  font-size: 54px;
  font-family: "Dancing Script", cursive;
}
#Small main section .container.plan-wrap p {
  line-height: 1.875;
}
#Small main section .container.plan-wrap p span {
  display: block;
  margin-bottom: 10px;
}
#Small main section .container.another-wrap {
  max-width: 1220px;
}
#Small main section .container.another-wrap .another-box {
  width: 100%;
  position: relative;
}
#Small main section .container.another-wrap .another-box .img-theme {
  width: 57.8%;
  max-width: 647px;
}
#Small main section .container.another-wrap .another-box .bg-white {
  background: url(../images/small/bg_slash.png) no-repeat 38px 52px #fff;
  box-sizing: border-box;
  max-width: 510px;
  padding: 49px;
}
#Small main section .container.another-wrap .another-box .bg-white h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 24px;
  position: relative;
}
#Small main section .container.another-wrap .another-box .bg-white h3 span {
  color: #9d9a94;
  font-size: 16px;
  display: block;
  margin: 3px 0px 28px 79px;
}
#Small main section .container.another-wrap .another-box .bg-white p {
  text-align: left;
  padding: 0;
}
#Small main section .container.another-wrap .another-box.before {
  margin-bottom: 40px;
}
#Small main section .container.another-wrap .another-box.before .bg-white {
  position: absolute;
  left: 41.6%;
  top: 11.8%;
  z-index: 2;
}
#Small main section .container.another-wrap .another-box.after {
  clear: both;
  overflow: hidden;
  padding-bottom: 94px;
}
#Small main section .container.another-wrap .another-box.after .img-theme {
  float: right;
}
#Small main section .container.another-wrap .another-box.after .bg-white {
  position: absolute;
  left: 18.7%;
  top: 15.3%;
  z-index: 2;
}
@media (max-width: 1360px) {
  #Small main section .container.another-wrap .another-box.after .bg-white {
    left: -22.3%;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1150px) {
  #Small main section .container.another-wrap .another-box.after .bg-white {
    left: 3.5%;
    right: inherit;
  }
}
#Small main section .container.gallery-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}
#Small main section .container.gallery-wrap ul {
  display: flex;
  justify-content: center;
}
#Small main section .container.gallery-wrap ul.three-photo li {
  padding: 10px 0;
}
#Small main section .container.gallery-wrap ul.three-photo li:nth-of-type(2) {
  padding: 10px;
}
#Small main section .container.gallery-wrap ul.two-photo li {
  padding: 0 5px 0 0;
}
#Small main section .container.gallery-wrap ul.two-photo li:nth-of-type(2) {
  padding: 0 0 0 5px;
}
#Small main section .container .voice-list {
  width: 100%;
  clear: both;
  overflow: hidden;
}
#Small main section .container .voice-list .vbox {
  width: 48%;
  max-width: 400px;
  float: left;
}
#Small main section .container .voice-list .vbox h3 {
  padding: 20px 10px;
}
#Small main section .container .voice-list .vbox p {
  text-align: left;
  letter-spacing: 0.05em;
  padding: 0 10px;
  font-family: "Noto Sans JP", メイリオ, "meirio", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small main section .container .voice-list .vbox:last-child {
  float: right;
}
#Small main section .container.fair-wrap h3 {
  padding-bottom: 39px;
}
#Small main section .slider-container {
  padding-top: 126px;
  padding-bottom: 126px;
}
#Small main section .od-container {
  padding-top: 126px;
}
#Small main section .od-container .first-wrapper {
  border-top: #eef2f0 1px solid;
}
#Small main section .od-container .harf-wrapper > .col {
  order: 0;
}
#Small main section .od-container .harf-wrapper > .col .text p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 1120px) {
  #Small main section .od-container .harf-wrapper > .col .text p {
    font-size: 16px;
  }
}
#Small main section .od-container .harf-wrapper > .img-col {
  order: 1;
}
#Small main section .od-container .harf-wrapper.left-image > .col {
  order: 1;
}
#Small main section .od-container .harf-wrapper.left-image > .img-col {
  order: 0;
}
#Small main section .swiper-container {
  padding-bottom: 40px;
}
#Small main section .swiper-container .swiper-slide .image-wrap {
  overflow: hidden;
}
#Small main section .swiper-container .swiper-slide .image-wrap img {
  transition: transform 0.4s ease;
  will-change: transform;
}
#Small main section .swiper-container .swiper-slide h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 30px;
}
#Small main section .swiper-container .swiper-slide p span {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}
#Small main section .swiper-container .swiper-slide:not(.topics-slide) > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  #Small main section .swiper-container .swiper-slide:not(.topics-slide) > p {
    font-size: 15px;
  }
}
#Small main section .swiper-container .swiper-pagination {
  bottom: 0;
}
#Small main section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #d9d7d5;
  opacity: 1;
  margin: 0 20px;
}
#Small main section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8a877;
}
#Small main section .faq-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}
#Small main section .faq-wrap .faq-box p {
  text-align: left;
  color: #48402d;
  letter-spacing: 0.2em;
}
#Small main section .faq-wrap .faq-box .q {
  border-bottom: #d7d9d1 1px solid;
  padding: 20px 30px 20px 59px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
}
#Small main section .faq-wrap .faq-box .q span.qu {
  background: #eceeeb;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 3px 0 7px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 40px;
}
#Small main section .faq-wrap .faq-box .q span.open_btn {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#Small main section .faq-wrap .faq-box .q span.open_btn > span {
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0, 0, 1, 1);
  display: block;
  width: 21px;
  height: 21px;
}
#Small main section .faq-wrap .faq-box .q span.open_btn > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 1px;
  background: #332b15;
}
#Small main section .faq-wrap .faq-box .q span.open_btn > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100%;
  background: #332b15;
}
#Small main section .faq-wrap .faq-box .q span.open_btn.open > span {
  transform: rotate(180deg);
}
#Small main section .faq-wrap .faq-box .q span.open_btn.open > span::before {
  width: 0;
}
#Small main section .faq-wrap .faq-box .a {
  display: none;
  padding: 31px 0 39px 59px;
  position: relative;
  margin-left: 2em;
  text-indent: -2em;
}
#Small main section .faq-wrap .faq-box .a span.an {
  color: #590e1a;
  font-size: 24px;
}
#Small main section.message-sec {
  background: url(../images/small/bg_message.jpg) no-repeat center top;
  background-size: cover;
}
#Small main section.message-sec .section-ttl .en,
#Small main section.message-sec .section-ttl .ja {
  color: #fff;
}
#Small main section.message-sec p {
  color: #fff;
  padding: 0;
}
#Small main section.message-sec p.sign {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}
#Small main section.message-sec p.sign strong {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#Small main .point-wrap {
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 126px;
  padding-bottom: 126px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#Small main .point-wrap dl {
  border: #dbd2c5 1px solid;
  margin: 0px 11px 23px;
  box-sizing: border-box;
  width: calc(33.3333333333% - 22px);
  padding-top: 36px;
  padding-bottom: 48px;
}
#Small main .point-wrap dl dt {
  height: 80px;
  text-indent: -9999px;
}
#Small main .point-wrap dl dd {
  font-size: 18px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
}
#Small main .point-wrap dl dd strong {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #a61931;
  font-size: 24px;
  line-height: 1.5;
}
#Small main .point-wrap dl:nth-of-type(1) dt {
  background: url(../images/small/point1.png) no-repeat center top;
}
#Small main .point-wrap dl:nth-of-type(2) dt {
  height: 104px;
  background: url(../images/small/point2.png) no-repeat center top;
}
#Small main .point-wrap dl:nth-of-type(3) dt {
  background: url(../images/small/point3.png) no-repeat center top;
}
#Small main .point-wrap dl:nth-of-type(4) dt {
  background: url(../images/small/point4.png) no-repeat center top;
}
#Small main .point-wrap dl:nth-of-type(5) dt {
  height: 104px;
  background: url(../images/small/point5.png) no-repeat center top;
}
#Small main .point-wrap dl:nth-of-type(6) dt {
  height: 68px;
  background: url(../images/small/point6.png) no-repeat center top;
}
@media (max-width: 1260px) {
  #Small main .point-wrap dl {
    width: calc(50% - 22px);
  }
}
#Small main #Reservation .container {
  max-width: 1100px;
}
#Small main #Reservation .container .tel-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
}
#Small main #Reservation .container .tel-reserve .tel-wrap {
  width: calc(50% - 3px);
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  margin-bottom: 2px;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .row {
  justify-content: center;
  align-items: center;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .row p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .row p a {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 42px;
  margin: 0 5px;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
#Small main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
}
#Small main #Reservation .container .tel-reserve .line-wrap {
  width: calc(50% - 3px);
}
#Small main #Reservation .container .tel-reserve .line-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 106px;
  position: relative;
}
#Small main #Reservation .container .tel-reserve .line-wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(/l/present/images/common/arrow-line.svg) no-repeat 0/contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#Small main #Reservation .container .tel-reserve .line-wrap a span {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  line-height: 1;
  top: -10px;
}
#Small main #Reservation .container .tel-reserve .line-wrap a span .md {
  display: none;
}
#Small main #Reservation .container .tel-reserve .line-wrap a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/l/present/images/common/icon-line.svg) no-repeat 0/contain;
  margin-right: 20px;
  position: relative;
  top: 10px;
}
#Small main #Reservation .container .tel-reserve .line-wrap a:hover {
  background: #e2e2e2;
}
@media screen and (max-width: 1100px) {
  #Small main #Reservation .container .tel-reserve .tel-wrap .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #Small main #Reservation .container .tel-reserve .tel-wrap .row p a {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-feature-settings: "palt";
    color: #332b15;
    font-size: 33px;
  }
  #Small main #Reservation .container .tel-reserve .tel-wrap .row dl {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  #Small main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #Small main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
    font-size: 14px;
  }
  #Small main #Reservation .container .tel-reserve .line-wrap a span {
    line-height: 1.3;
    top: 0;
  }
  #Small main #Reservation .container .tel-reserve .line-wrap a span .md {
    display: block;
  }
  #Small main #Reservation .container .tel-reserve .line-wrap a span::before {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    left: 4px;
  }
}
#Small main #Reservation .container .form_wrap ul.flow {
  width: calc(100% + 60px);
  display: flex;
  align-items: center;
  margin: 0 -30px 40px;
}
#Small main #Reservation .container .form_wrap ul.flow li {
  border: #736339 1px solid;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  padding: 7px 0;
  width: 33.3333333333%;
  text-align: center;
  margin: 0 30px;
}
#Small main #Reservation .container .form_wrap ul.flow li::after {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  background: url(../images/small/arrow_brown.svg) no-repeat 0 0;
  background-size: 10px 13px;
  position: absolute;
  right: -35px;
  top: 16px;
}
#Small main #Reservation .container .form_wrap ul.flow li.active {
  background: #736339;
  color: #fff;
}
#Small main #Reservation .container .form_wrap ul.flow li:last-child::after {
  display: none;
}
#Small main #Reservation .container .form_wrap table {
  width: 100%;
  border-top: #e0d9d5 1px solid;
}
#Small main #Reservation .container .form_wrap table tr th {
  width: 265px;
  padding: 0 0 0 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  border-bottom: #e0d9d5 1px solid;
  vertical-align: middle;
}
#Small main #Reservation .container .form_wrap table tr th span {
  color: #fff;
  font-size: 12px;
  width: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}
#Small main #Reservation .container .form_wrap table tr td {
  padding: 24px 20px 30px 0;
  border-bottom: #e0d9d5 1px solid;
}
#Small main #Reservation .container .form_wrap table tr td input[type=text] {
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
}
#Small main #Reservation .container .form_wrap table tr td input[type=text].namebox {
  width: 260px;
}
@media (max-width: 1000px) {
  #Small main #Reservation .container .form_wrap table tr td input[type=text].namebox {
    width: 45%;
  }
}
#Small main #Reservation .container .form_wrap table tr td textarea {
  height: 220px;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
}
#Small main #Reservation .container .form_wrap table tr td .select-box {
  width: 338px;
  border: #e0d9d5 1px solid;
  border-radius: 0;
}
#Small main #Reservation .container .form_wrap table tr td .age-form {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
#Small main #Reservation .container .form_wrap table tr td .age-form::before {
  content: "年";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
#Small main #Reservation .container .form_wrap table tr td .age-form input {
  max-width: 260px;
  height: 50px;
  width: 250px;
}
#Small main #Reservation .container .form_wrap table tr td .month-select {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: 220px;
  height: 48px;
}
#Small main #Reservation .container .form_wrap table tr:last-child th {
  vertical-align: top;
  padding-top: 24px;
}
#Small main #Reservation .container .form_wrap .submit_area p {
  padding: 0;
}
#Small main #Reservation .container .form_wrap .submit_area .btn_back span::after {
  right: calc(100% - 31px);
  transform: rotate(180deg);
}
#Small main #Reservation .container .form_wrap .submit_area .btn_back:hover span::after {
  right: calc(100% - 24px);
}
#Small main #Map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
}
#Small footer {
  background: #3b3221;
}
#Small footer .footer_inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
#Small footer .footer_inner .container {
  max-width: 1220px;
}
@media (max-width: 1080px) {
  #Small footer .footer_inner .container .col-right {
    flex: 0 0 390px;
    max-width: 390px;
    margin: 0;
  }
}
#Small footer .footer_inner .container p.official {
  position: absolute;
  right: 50px;
  top: 0;
}
#Small footer .footer_inner .container p.official a {
  background: url(../images/small/footer_arrow.svg) no-repeat right 9px;
  background-size: 9px 9px;
  padding-right: 25px;
}
#Small footer .footer_inner .container p.official a span {
  position: relative;
  padding-bottom: 4px;
}
#Small footer .footer_inner .container p.official a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s ease;
}
#Small footer .footer_inner .container p.official a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b19a79;
  transition: width 0.4s ease;
}
#Small footer .footer_inner .container p.official a:hover {
  background: url(../images/small/footer_arrow_brown.svg) no-repeat right 9px;
  background-size: 9px 9px;
}
#Small footer .footer_inner .container p.official a:hover span::before {
  display: none;
  width: 0;
}
#Small footer .footer_inner .container p.official a:hover span::after {
  width: 100%;
}
#Small footer .footer_inner .copy {
  margin-top: 46px;
}

/*==================================
  Photo Wedding
==================================*/
/* Reservation Reset */
#Reservation {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
#Reservation input {
  -webkit-appearance: none;
}
#Reservation input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Reservation input[type=text]::placeholder {
  color: #a2a2a1;
}
#Reservation input::placeholder, #Reservation input:-ms-input-placeholder, #Reservation input::-ms-input-placeholder {
  color: #a2a2a1;
}
#Reservation button,
#Reservation input[type=button],
#Reservation input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#Reservation textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
#Reservation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
@keyframes onAutoFillStart {}
#Reservation input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
#Reservation input[type=text]:focus,
#Reservation input[type=email]:focus,
#Reservation input[type=tel]:focus,
#Reservation input[type=search]:focus,
#Reservation input[type=url]:focus,
#Reservation input[type=url]:focus,
#Reservation textarea:focus {
  color: #000;
  background-color: #fff;
}
#Reservation .ERR {
  color: #cc0303;
}
#Reservation input[type=text] {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}
#Reservation input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #474747;
  max-width: 140px;
  width: 100%;
  background: #e7e4d8;
  border: 3px solid #e7e4d8;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation input[type=button]:hover {
  background: none;
}
#Reservation .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
#Reservation .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
  color: #a2a2a1;
}
#Reservation .select-box select::-ms-expand {
  display: none;
}
#Reservation .select-box select::placeholder {
  color: #a2a2a1;
}
#Reservation .select-box select.changeSelect {
  color: #332b15;
}
#Reservation .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 16px;
  height: 9px;
  padding: 0;
  content: "";
  pointer-events: none;
  background-image: url(../images/small/arrow_form.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Reservation .select-date::before {
  display: none;
}
#Reservation .select-date input {
  width: 100%;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 47px;
  height: 48px;
}
#Reservation textarea {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  min-height: 174px;
}
#Reservation .submit_area {
  margin-top: 50px;
  text-align: center;
}
#Reservation .submit_area span {
  width: 430px;
  height: 78px;
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #717f8b;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
}
#Reservation .submit_area span::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .submit_area span input[type=submit] {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
}
#Reservation .submit_area span:hover::after {
  right: 24px;
}
#Reservation .submit_area ul.koumoku {
  max-width: 900px;
  margin: 20px auto 0;
}
#Reservation .submit_area ul.koumoku li {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  background: #717f8b;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
}
#Reservation .submit_area ul.koumoku li input[type=submit] {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 78px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #Reservation .submit_area ul.koumoku li {
    width: 48%;
  }
  #Reservation .submit_area ul.koumoku li span {
    width: 100%;
  }
}
#Reservation .btn_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .btn_back input {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  height: 78px;
  background: #717f8b;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation .contact_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .contact_back a {
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 430px;
  background: #717f8b;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  height: 78px;
}
#Reservation .contact_back a::after {
  content: "";
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .contact_back a:hover::after {
  right: 24px;
}
#Reservation .need {
  background: #590e1a;
}
#Reservation .noneed {
  background: #8b8b8b;
}

/* Photo Wedding */
#PW .error-box {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #a61931;
}
#PW .error-box.errors {
  padding-top: 8px;
}
#PW img {
  backface-visibility: hidden;
}
#PW main p {
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main section {
  overflow: hidden;
}
#PW main section.first-sec {
  position: relative;
  height: 100vh;
  background: url(/l/present/images/photo_wedding/main.jpg) no-repeat center/cover;
}
#PW main section.first-sec::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 260px;
  height: 314px;
  left: 50%;
  top: -32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/l/present/images/photo_wedding/logo.png) no-repeat 0/contain;
}
#PW main section.first-sec::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  left: 30px;
  top: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#PW main section.first-sec h1 {
  position: absolute;
  right: calc(50% - 50px);
  top: 7%;
  width: 811px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #PW main section.first-sec h1 {
    right: calc(50% - 115px);
    top: 17%;
    width: 700px;
  }
}
@media screen and (min-width: 1500px) {
  #PW main section.first-sec h1 {
    right: calc(50% - 24px);
    top: 3%;
    width: 926px;
  }
}
@media screen and (min-height: 1200px) and (max-width: 1300px) {
  #PW main section.first-sec::before {
    width: 346px;
    height: 404px;
  }
  #PW main section.first-sec h1 {
    left: 50%;
    top: auto;
    width: 1430px;
    bottom: -240px;
    transform: translateX(-50%);
  }
}
#PW main section .bg-wrapper {
  background-color: #eff2f3;
}
#PW main section .img-theme + .link-wrap {
  margin-top: 60px;
}
#PW main section .img-theme + .link-wrap .border-link-btn {
  background: #717f8b;
}
#PW main section .img-theme + .link-wrap .border-link-btn span {
  width: 430px;
  height: 78px;
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
}
#PW main section .img-theme + .link-wrap .border-link-btn span::before {
  display: none;
}
#PW main section .img-theme + .link-wrap .border-link-btn span::after {
  width: 11px;
  height: 15px;
  background: url(../images/small/arrow.svg) no-repeat 0 0;
  background-size: 11px 15px;
  right: 31px;
}
#PW main section .img-theme + .link-wrap .border-link-btn:hover span::after {
  right: 24px;
}
#PW main section .container {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 126px;
  padding-bottom: 126px;
}
#PW main section .container .sub-ttl {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main section .container p {
  padding: 39px 0;
}
#PW main section .container.concept-wrap {
  max-width: 600px;
  padding-top: 190px;
  padding-bottom: 260px;
}
#PW main section .container.concept-wrap p {
  letter-spacing: 0.03em;
}
#PW main section .container.concept-wrap .img-theme figure {
  position: absolute;
}
#PW main section .container.concept-wrap .img-theme figure.fig1 {
  width: 392px;
  left: -400px;
  top: 85px;
}
#PW main section .container.concept-wrap .img-theme figure.fig2 {
  width: 245px;
  left: -363px;
  bottom: 228px;
}
#PW main section .container.concept-wrap .img-theme figure.fig3 {
  width: 203px;
  left: -173px;
  bottom: 91px;
}
#PW main section .container.concept-wrap .img-theme figure.fig4 {
  width: 377px;
  right: -400px;
  top: 137px;
}
#PW main section .container.concept-wrap .img-theme figure.fig5 {
  width: 302px;
  right: -270px;
  bottom: 182px;
}
@media screen and (max-width: 1200px) {
  #PW main section .container.concept-wrap .img-theme figure.fig1 {
    width: 299px;
    left: -117px;
    top: 54px;
  }
  #PW main section .container.concept-wrap .img-theme figure.fig2 {
    width: 205px;
    left: -177px;
    bottom: 394px;
  }
  #PW main section .container.concept-wrap .img-theme figure.fig3 {
    width: 156px;
    left: -88px;
    bottom: 225px;
  }
  #PW main section .container.concept-wrap .img-theme figure.fig4 {
    width: 225px;
    right: -104px;
    top: 72px;
  }
  #PW main section .container.concept-wrap .img-theme figure.fig5 {
    width: 240px;
    right: -149px;
    bottom: 300px;
  }
}
#PW main section .container.gift-wrap {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
#PW main section .container.gift-wrap .gift-flow .gift-col {
  width: 100%;
  max-width: calc(50% + 650px);
  margin-bottom: 120px;
  position: relative;
  padding-right: 50px;
  box-sizing: border-box;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:last-of-type {
  margin-bottom: 0;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .gift-img {
  position: relative;
  width: 67.14%;
  height: 354px;
}
@media screen and (min-width: 1600px) {
  #PW main section .container.gift-wrap .gift-flow .gift-col .gift-img {
    width: 72%;
  }
}
#PW main section .container.gift-wrap .gift-flow .gift-col .gift-img::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 26px);
  height: calc(100% - 30px);
  left: 13px;
  top: 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area {
  position: absolute;
  width: 550px;
  height: 311px;
  background: #fff;
  right: 50px;
  top: 82px;
  display: flex;
  align-items: center;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area dl {
  width: 430px;
  margin: 0 auto;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 40px;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area dl dt span {
  font-size: 32px;
  color: #a00922;
}
#PW main section .container.gift-wrap .gift-flow .gift-col .white-area dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main section .container.gift-wrap .gift-flow .gift-col.rev {
  margin-left: auto;
  padding-right: 0;
  padding-left: 50px;
}
#PW main section .container.gift-wrap .gift-flow .gift-col.rev .gift-img {
  margin-left: auto;
}
#PW main section .container.gift-wrap .gift-flow .gift-col.rev .white-area {
  left: 50px;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(1) .gift-img {
  background: url(/l/present/images/photo_wedding/gift1.jpg) no-repeat right top/cover;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(1) .white-area::before {
  width: 181px;
  height: 62px;
  background: url(/l/present/images/photo_wedding/gift-tit1.svg) no-repeat 0/contain;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(2) .gift-img {
  background: url(/l/present/images/photo_wedding/gift2.jpg) no-repeat center top/cover;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(2) .white-area::before {
  width: 195px;
  height: 62px;
  background: url(/l/present/images/photo_wedding/gift-tit2.svg) no-repeat 0/contain;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(3) .gift-img {
  background: url(/l/present/images/photo_wedding/gift3.jpg) no-repeat 0/cover;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(3) .white-area::before {
  width: 189px;
  height: 63px;
  background: url(/l/present/images/photo_wedding/gift-tit3.svg) no-repeat 0/contain;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(4) .gift-img {
  background: url(/l/present/images/photo_wedding/gift4.jpg) no-repeat center/cover;
}
#PW main section .container.gift-wrap .gift-flow .gift-col:nth-of-type(4) .white-area::before {
  width: 190px;
  height: 62px;
  background: url(/l/present/images/photo_wedding/gift-tit4.svg) no-repeat 0/contain;
}
#PW main section .container.fair-wrap .sub-ttl {
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
#PW main section .container.gallery-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}
#PW main section .container.gallery-wrap ul {
  display: flex;
  justify-content: space-between;
}
#PW main section .container.gallery-wrap ul.top-line {
  margin-bottom: 0.83%;
}
#PW main section .container.gallery-wrap ul.top-line li:first-of-type {
  width: 67.5%;
}
#PW main section .container.gallery-wrap ul.top-line li:nth-of-type(2) {
  width: 31.75%;
}
#PW main section .container.gallery-wrap ul.middle-line {
  margin-bottom: 0.83%;
}
#PW main section .container.gallery-wrap ul.middle-line li {
  width: 49.58%;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:first-of-type {
  width: 31.75%;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(2) {
  width: 33.34%;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(2) > ul {
  display: block;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(2) > ul li:first-of-type {
  margin-bottom: 2.5%;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(3) {
  width: 33.34%;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(3) > ul {
  display: block;
}
#PW main section .container.gallery-wrap ul.bottom-line > li:nth-of-type(3) > ul li:first-of-type {
  margin-bottom: 2.5%;
}
#PW main section.price-sec {
  background: url(/l/present/images/photo_wedding/price-back.jpg) no-repeat center/cover;
}
#PW main section.price-sec .container {
  padding: 130px 0;
  max-width: 850px;
}
#PW main section.price-sec .container .section-ttl .en,
#PW main section.price-sec .container .section-ttl .ja {
  color: #fff;
}
#PW main section.price-sec .container .basic-pran {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
#PW main section.price-sec .container .basic-pran dl {
  text-align: center;
}
#PW main section.price-sec .container .basic-pran dl .basic-tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 24px;
  color: #fff;
  line-height: 1;
  position: relative;
}
#PW main section.price-sec .container .basic-pran dl .basic-tit::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 335px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
}
#PW main section.price-sec .container .basic-pran dl .basic-tit::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 335px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
}
#PW main section.price-sec .container .basic-pran dl .fee {
  font-size: 24px;
  line-height: 1;
  margin-top: 25px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main section.price-sec .container .basic-pran dl .fee span {
  font-family: "Dancing Script", cursive;
  font-size: 50px;
  color: #cfcd11;
}
#PW main section.price-sec .container .basic-pran .ribbon-area {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .gray {
  background: #6f7b86;
  line-height: 1;
  padding: 12px 35px 9px 30px;
  position: relative;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .gray span {
  color: #fff;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .gray::before {
  content: "";
  position: absolute;
  border-right: 9px solid #6f7b86;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  left: -9px;
  top: 0;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .gray::after {
  content: "";
  position: absolute;
  border-right: 9px solid #6f7b86;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  left: -9px;
  bottom: 0;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .white {
  background: #fff;
  line-height: 1;
  padding: 10px 27px 10px 18px;
  position: relative;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .white::before {
  content: "";
  position: absolute;
  border-left: 9px solid #fff;
  border-top: 0px solid transparent;
  border-bottom: 20px solid transparent;
  right: -9px;
  top: 0;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .white::after {
  content: "";
  position: absolute;
  border-left: 9px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  right: -9px;
  bottom: 0;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .white span {
  color: #916a00;
  font-size: 20px;
}
#PW main section.price-sec .container .basic-pran .ribbon-area .white span::before {
  content: "";
  position: absolute;
  border-right: 17px solid #fff;
  border-top: 40px solid transparent;
  border-bottom: 0px solid transparent;
  left: -17px;
  top: 0;
}
#PW main section.price-sec .container .basic-pran .contain {
  margin-top: 20px;
}
#PW main section.price-sec .container .basic-pran .contain dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  line-height: 1;
}
#PW main section.price-sec .container .basic-pran .contain dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  margin-top: 20px;
  line-height: 1;
}
#PW main section.price-sec .container .box-area {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#PW main section.price-sec .container .box-area .half-box {
  background: #fff;
  width: calc(50% - 15px);
  padding: 38px 20px;
  text-align: center;
  box-sizing: border-box;
}
#PW main section.price-sec .container .box-area .half-box dt {
  font-size: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main section.price-sec .container .box-area .half-box dt span {
  color: #abb0bf;
  margin: 0 15px;
}
#PW main section.price-sec .container .box-area .half-box .fee {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-top: 35px;
  padding-bottom: 23px;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1;
}
#PW main section.price-sec .container .box-area .half-box .fee .price {
  font-family: "Dancing Script", cursive;
  color: #9f8e00;
  font-size: 36px;
  margin: 0 3px 0 8px;
}
#PW main section.price-sec .container .box-area .half-box .fee .mid {
  font-size: 28px;
  margin-left: 5px;
}
#PW main section.price-sec .container .box-area .half-box .item {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  padding-top: 25px;
  line-height: 1;
}
#PW main section.price-sec .container .box-area .full-box {
  background: #fff;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 30px 0;
}
#PW main section.price-sec .container .box-area .full-box dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 20px;
  line-height: 1;
}
#PW main section.price-sec .container .box-area .full-box dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
#PW main section.price-sec .container .box-area .full-box dd p {
  line-height: 1;
  padding: 0;
}
#PW main section.price-sec .container .box-area .full-box dd p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #d0d2d9;
  position: relative;
  margin-right: 10px;
}
#PW main section.price-sec .container .box-area .full-box dd p:first-of-type {
  margin-right: 60px;
}
#PW main section.price-sec .container .box-area .full-box dd p span {
  margin-left: 40px;
}
#PW main section.faq-sec .bg-wrapper .container {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 110px;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl {
  width: calc(50% - 16px);
  padding-bottom: 30px;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl:nth-of-type(-n + 3) {
  border-bottom: 1px solid #c8d0d4;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl:nth-of-type(n + 3) {
  padding-top: 40px;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 20px;
  position: relative;
  padding: 10px 0 0 60px;
  line-height: 1.2;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl dt span {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 22px;
  width: 40px;
  background: #dce0e4;
  text-align: center;
  padding: 7px 0 11px;
  position: absolute;
  left: 0;
  top: 0;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  margin-top: 26px;
  position: relative;
  padding: 3px 0 0 30px;
  max-width: 384px;
  line-height: 1.5;
  margin-left: 40px;
}
#PW main section.faq-sec .bg-wrapper .container .faq-list dl dd span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
}
#PW main section.message-sec {
  background: url(/l/present/images/photo_wedding/message-back.jpg) no-repeat center top;
  background-size: cover;
}
#PW main section.message-sec .section-ttl .en,
#PW main section.message-sec .section-ttl .ja {
  color: #fff;
}
#PW main section.message-sec p {
  color: #fff;
  padding: 0;
}
#PW main section.message-sec p.sign {
  font-size: 14px;
  text-align: right;
  margin-top: 30px;
}
#PW main section.message-sec p.sign strong {
  font-size: 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#PW main #Reservation .container {
  max-width: 1100px;
}
#PW main #Reservation .container .tel-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
}
#PW main #Reservation .container .tel-reserve .tel-wrap {
  width: calc(50% - 3px);
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #eff2f3;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  margin-bottom: 2px;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .row {
  justify-content: center;
  align-items: center;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .row p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .row p a {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 42px;
  margin: 0 5px;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
#PW main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
}
#PW main #Reservation .container .tel-reserve .line-wrap {
  width: calc(50% - 3px);
}
#PW main #Reservation .container .tel-reserve .line-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eff2f3;
  width: 100%;
  height: 106px;
  position: relative;
}
#PW main #Reservation .container .tel-reserve .line-wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(/l/present/images/common/arrow-line.svg) no-repeat 0/contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
#PW main #Reservation .container .tel-reserve .line-wrap a span {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  line-height: 1;
  top: -10px;
}
#PW main #Reservation .container .tel-reserve .line-wrap a span .md {
  display: none;
}
#PW main #Reservation .container .tel-reserve .line-wrap a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/l/present/images/common/icon-line.svg) no-repeat 0/contain;
  margin-right: 20px;
  position: relative;
  top: 10px;
}
#PW main #Reservation .container .tel-reserve .line-wrap a:hover {
  background: #dfe5eb;
}
#PW main #Reservation .container .tel-reserve .line-wrap a:hover::after {
  right: 30px;
}
@media screen and (max-width: 1100px) {
  #PW main #Reservation .container .tel-reserve .tel-wrap .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #PW main #Reservation .container .tel-reserve .tel-wrap .row p a {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-feature-settings: "palt";
    color: #332b15;
    font-size: 33px;
  }
  #PW main #Reservation .container .tel-reserve .tel-wrap .row dl {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  #PW main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #PW main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
    font-size: 14px;
  }
  #PW main #Reservation .container .tel-reserve .line-wrap a span {
    line-height: 1.3;
    top: 0;
  }
  #PW main #Reservation .container .tel-reserve .line-wrap a span .md {
    display: block;
  }
  #PW main #Reservation .container .tel-reserve .line-wrap a span::before {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    left: 4px;
  }
}
#PW main #Reservation .container .form_wrap ul.flow {
  width: calc(100% + 60px);
  display: flex;
  align-items: center;
  margin: 0 -30px 40px;
}
#PW main #Reservation .container .form_wrap ul.flow li {
  border: #736339 1px solid;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  padding: 7px 0;
  width: 33.3333333333%;
  text-align: center;
  margin: 0 30px;
}
#PW main #Reservation .container .form_wrap ul.flow li::after {
  content: "";
  display: block;
  width: 10px;
  height: 13px;
  background: url(../images/small/arrow_brown.svg) no-repeat 0 0;
  background-size: 10px 13px;
  position: absolute;
  right: -35px;
  top: 16px;
}
#PW main #Reservation .container .form_wrap ul.flow li.active {
  background: #736339;
  color: #fff;
}
#PW main #Reservation .container .form_wrap ul.flow li:last-child::after {
  display: none;
}
#PW main #Reservation .container .form_wrap table {
  width: 100%;
  border-top: #e0d9d5 1px solid;
}
#PW main #Reservation .container .form_wrap table tr th {
  width: 265px;
  padding: 0 0 0 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  border-bottom: #e0d9d5 1px solid;
  vertical-align: middle;
}
#PW main #Reservation .container .form_wrap table tr th span {
  color: #fff;
  font-size: 12px;
  width: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}
#PW main #Reservation .container .form_wrap table tr td {
  padding: 24px 20px 30px 0;
  border-bottom: #e0d9d5 1px solid;
}
#PW main #Reservation .container .form_wrap table tr td input[type=text] {
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
}
#PW main #Reservation .container .form_wrap table tr td input[type=text].namebox {
  width: 260px;
}
@media (max-width: 1000px) {
  #PW main #Reservation .container .form_wrap table tr td input[type=text].namebox {
    width: 45%;
  }
}
#PW main #Reservation .container .form_wrap table tr td textarea {
  height: 220px;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
}
#PW main #Reservation .container .form_wrap table tr td .select-box {
  width: 338px;
  border: #e0d9d5 1px solid;
  border-radius: 0;
}
#PW main #Reservation .container .form_wrap table tr td .age-form {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
#PW main #Reservation .container .form_wrap table tr td .age-form::before {
  content: "年";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
#PW main #Reservation .container .form_wrap table tr td .age-form input {
  max-width: 260px;
  height: 50px;
  width: 250px;
}
#PW main #Reservation .container .form_wrap table tr td .month-select {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: 220px;
  height: 48px;
}
#PW main #Reservation .container .form_wrap table tr:last-child th {
  vertical-align: top;
  padding-top: 24px;
}
#PW main #Reservation .container .form_wrap .submit_area p {
  padding: 0;
}
#PW main #Reservation .container .form_wrap .submit_area .btn_back span::after {
  right: calc(100% - 31px);
  transform: rotate(180deg);
}
#PW main #Reservation .container .form_wrap .submit_area .btn_back:hover span::after {
  right: calc(100% - 24px);
}
#PW main #Map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
}
#PW .fix-nav {
  position: fixed;
  width: 253px;
  right: 20px;
  bottom: 20px;
  transition: 0.3s;
  z-index: 800;
}
#PW .fix-nav:hover {
  opacity: 0.7;
}
#PW footer {
  background: #3b3221;
}
#PW footer .footer_inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
#PW footer .footer_inner .container {
  max-width: 1220px;
}
@media (max-width: 1080px) {
  #PW footer .footer_inner .container .col-right {
    flex: 0 0 390px;
    max-width: 390px;
    margin: 0;
  }
}
#PW footer .footer_inner .container p.official {
  position: absolute;
  right: 50px;
  top: 0;
}
#PW footer .footer_inner .container p.official a {
  background: url(../images/small/footer_arrow.svg) no-repeat right 9px;
  background-size: 9px 9px;
  padding-right: 25px;
}
#PW footer .footer_inner .container p.official a span {
  position: relative;
  padding-bottom: 4px;
}
#PW footer .footer_inner .container p.official a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s ease;
}
#PW footer .footer_inner .container p.official a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b19a79;
  transition: width 0.4s ease;
}
#PW footer .footer_inner .container p.official a:hover {
  background: url(../images/small/footer_arrow_brown.svg) no-repeat right 9px;
  background-size: 9px 9px;
}
#PW footer .footer_inner .container p.official a:hover span::before {
  display: none;
  width: 0;
}
#PW footer .footer_inner .container p.official a:hover span::after {
  width: 100%;
}
#PW footer .footer_inner .copy {
  margin-top: 46px;
}

/*==================================
  Jp Wedding
==================================*/
/* Reservation Reset */
#Reservation {
  /*------ Reset CSS ------*/
  /*------ Reset END ------*/
  /*------ Form Base ------*/
  /*------ Form Base END ------*/
}
#Reservation input {
  -webkit-appearance: none;
}
#Reservation input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#Reservation input[type=text]::placeholder {
  color: #a2a2a1;
}
#Reservation input::placeholder, #Reservation input:-ms-input-placeholder, #Reservation input::-ms-input-placeholder {
  color: #a2a2a1;
}
#Reservation button,
#Reservation input[type=button],
#Reservation input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
#Reservation textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
#Reservation select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
@keyframes onAutoFillStart {}
#Reservation input:-webkit-autofill {
  animation-name: onAutoFillStart;
  background: rgb(255, 255, 255) !important;
  transition: background-color 50000s ease-in-out 0s;
}
#Reservation input[type=text]:focus,
#Reservation input[type=email]:focus,
#Reservation input[type=tel]:focus,
#Reservation input[type=search]:focus,
#Reservation input[type=url]:focus,
#Reservation textarea:focus {
  color: #000;
  background-color: #fff;
}
#Reservation .ERR {
  color: #cc0303;
}
#Reservation input[type=text] {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}
#Reservation input[type=button] {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #474747;
  max-width: 140px;
  width: 100%;
  background: #e7e4d8;
  border: 3px solid #e7e4d8;
  padding: 10px 19px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation input[type=button]:hover {
  background: none;
}
#Reservation .select-box {
  overflow: hidden;
  width: 60%;
  text-align: center;
  position: relative;
  border-radius: 2px;
  background: #ffffff;
}
#Reservation .select-box select {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.035em;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 38px 12px 21px;
  color: #a2a2a1;
}
#Reservation .select-box select::-ms-expand {
  display: none;
}
#Reservation .select-box select::placeholder {
  color: #a2a2a1;
}
#Reservation .select-box select.changeSelect {
  color: #332b15;
}
#Reservation .select-box::before {
  position: absolute;
  top: 1.25em;
  right: 21px;
  width: 16px;
  height: 9px;
  padding: 0;
  content: "";
  pointer-events: none;
  background-image: url(../images/small/arrow_form.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Reservation .select-date::before {
  display: none;
}
#Reservation .select-date input {
  width: 100%;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 47px;
  height: 48px;
}
#Reservation textarea {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  min-height: 174px;
  -webkit-appearance: none;
  border-radius: 0;
}
#Reservation .date-wrapper {
  position: relative;
  display: inline-block;
}
#Reservation .date-wrapper::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
  width: 14px;
  height: 8px;
  background-image: url(../images/common/under_angle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  content: "";
  pointer-events: none;
}
#Reservation .submit_area {
  margin-top: 50px;
  text-align: center;
}
#Reservation .submit_area span {
  width: 454px;
  height: 75px;
  font-size: 20px;
  line-height: 78px;
  letter-spacing: 0.1em;
  background: #711024;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease;
}
#Reservation .submit_area span::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(/l/present/images/jp_wedding/arrow.svg) no-repeat 0 0;
  background-size: 10px 20px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .submit_area span input[type=submit] {
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
}
#Reservation .submit_area span:hover {
  background: #8f0c27;
}
#Reservation .submit_area span:hover ::after {
  right: 20px;
}
#Reservation .submit_area ul.koumoku {
  max-width: 918px;
  margin: 20px auto 0;
}
#Reservation .submit_area ul.koumoku li {
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 454px;
  background: #711024;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
}
#Reservation .submit_area ul.koumoku li input[type=submit] {
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  #Reservation .submit_area ul.koumoku li {
    width: 48%;
  }
  #Reservation .submit_area ul.koumoku li span {
    width: 100%;
  }
}
#Reservation .btn_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .btn_back input {
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 454px;
  height: 75px;
  background: #711024;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
#Reservation .btn_back input:hover {
  background: #8f0c27;
}
#Reservation .contact_back {
  margin-top: 25px;
  text-align: center;
}
#Reservation .contact_back a {
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  color: #fff;
  width: 454px;
  background: #711024;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  height: 75px;
}
#Reservation .contact_back a::after {
  content: "";
  width: 10px;
  height: 20px;
  background: url(/l/present/images/jp_wedding/arrow.svg) no-repeat 0 0;
  background-size: 10px 20px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  transition: all 0.4s ease;
}
#Reservation .contact_back a:hover {
  background: #8f0c27;
}
#Reservation .contact_back a:hover ::after {
  right: 24px;
}
#Reservation .need {
  background: #590e1a;
}
#Reservation .noneed {
  background: #8b8b8b;
}

/* Jp Wedding */
#JW {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
#JW .error-box {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #a61931;
}
#JW .error-box.errors {
  padding-top: 8px;
}
#JW img {
  backface-visibility: hidden;
}
#JW main p,
#JW main a,
#JW main dt,
#JW main dd,
#JW main li,
#JW main span {
  font-size: 16px;
}
#JW main h2,
#JW main h3,
#JW main h4,
#JW main strong,
#JW main p,
#JW main a,
#JW main dt,
#JW main dd,
#JW main li,
#JW main span {
  color: #4d3d05;
}
#JW main .swiper-button-next,
#JW main .swiper-button-prev {
  top: 11.3vw;
  margin-top: 0;
  transition: 0.3s;
}
#JW main .swiper-button-next:hover,
#JW main .swiper-button-prev:hover {
  opacity: 0.7;
}
#JW main .swiper-button-prev {
  background: url(/l/present/images/common/arrow-slide-prev.png) no-repeat 0/contain;
}
#JW main .swiper-button-next {
  background: url(/l/present/images/common/arrow-slide-next.png) no-repeat 0/contain;
}
@media (max-width: 1500px) {
  #JW main .swiper-button-next,
  #JW main .swiper-button-prev {
    top: 16.8vw;
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  #JW main .swiper-button-next,
  #JW main .swiper-button-prev {
    top: 19.7vw;
    margin-top: 0;
  }
}
#JW main .under_slider .swiper-button-next,
#JW main .under_slider .swiper-container-rtl .swiper-button-prev {
  right: 25vw;
}
#JW main .under_slider .swiper-button-prev,
#JW main .under_slider .swiper-container-rtl .swiper-button-next {
  left: 25vw;
}
@media (max-width: 1500px) {
  #JW main .under_slider .swiper-button-next,
  #JW main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 14vw;
  }
  #JW main .under_slider .swiper-button-prev,
  #JW main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 14vw;
  }
}
@media (max-width: 1200px) {
  #JW main .under_slider .swiper-button-next,
  #JW main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 10.5vw;
  }
  #JW main .under_slider .swiper-button-prev,
  #JW main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 10.5vw;
  }
}
@media (max-width: 1200px) {
  #JW main .under_slider .swiper-button-next,
  #JW main .under_slider .swiper-container-rtl .swiper-button-prev {
    right: 10.5vw;
  }
  #JW main .under_slider .swiper-button-prev,
  #JW main .under_slider .swiper-container-rtl .swiper-button-next {
    left: 10.5vw;
  }
}
#JW main .swiper-slide h3,
#JW main .swiper-slide p {
  opacity: 0;
  transition: all 0.5s ease;
  color: #48402d;
}
#JW main .swiper-slide.swiper-slide-active h3,
#JW main .swiper-slide.swiper-slide-active p {
  opacity: 1;
}
#JW main p {
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#JW main section.first-sec {
  width: 100%;
  height: 100vh;
  background: url(/l/present/images/jp_wedding/main-back.jpg) no-repeat center/cover;
  position: relative;
}
#JW main section.first-sec h1 {
  position: absolute;
  height: 83.87vh;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#JW main section.first-sec h1 img {
  width: auto;
  height: 100%;
  max-width: initial;
}
@media screen and (min-height: 1200px) and (max-width: 1300px) {
  #JW main section.first-sec {
    background-position: left center;
  }
  #JW main section.first-sec h1 {
    height: 88vh;
  }
}
#JW main section .bg-wrapper {
  background-color: #4c0c19;
}
#JW main section .img-theme + .link-wrap {
  margin-top: 60px;
}
#JW main section .img-theme + .link-wrap .border-link-btn {
  background: #711024;
}
#JW main section .img-theme + .link-wrap .border-link-btn span {
  width: 454px;
  height: 75px;
  font-size: 20px;
  line-height: 75px;
  letter-spacing: 0.1em;
  color: #fff;
}
#JW main section .img-theme + .link-wrap .border-link-btn span::before {
  display: none;
}
#JW main section .img-theme + .link-wrap .border-link-btn span::after {
  width: 10px;
  height: 20px;
  background: url(/l/present/images/jp_wedding/arrow.svg) no-repeat 0 0;
  background-size: 10px 20px;
  right: 30px;
}
#JW main section .img-theme + .link-wrap .border-link-btn:hover {
  background: #8f0c27;
}
#JW main section .img-theme + .link-wrap .border-link-btn:hover span::after {
  right: 20px;
}
#JW main section .slider-wrapper + .link-wrap {
  margin-top: 60px;
}
#JW main section .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 110px;
}
#JW main section .container .sub-ttl {
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#JW main section .container p {
  padding: 39px 0;
}
#JW main section .container.concept-wrap {
  max-width: 1024px;
}
#JW main section .container.concept-wrap .section-ttl .en,
#JW main section .container.concept-wrap .section-ttl .ja {
  color: #fff;
}
#JW main section .container.concept-wrap .sub-ttl {
  font-size: 26px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#JW main section .container.concept-wrap p {
  line-height: 2.1;
  color: #fff;
  padding: 30px 0 55px;
}
#JW main section .container.fair-wrap {
  max-width: 1024px;
  padding-top: 120px;
  padding-bottom: 110px;
}
#JW main section .container.fair-wrap dl {
  text-align: center;
  margin-bottom: 45px;
}
#JW main section .container.fair-wrap dl dt {
  background: #988342;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding: 4px 30px;
  display: inline-block;
  margin: auto;
  text-align: center;
}
#JW main section .container.fair-wrap dl dt::before {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 13px solid #988342;
  top: 0;
  left: -13px;
}
#JW main section .container.fair-wrap dl dt::after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 13px solid #988342;
  top: 0;
  right: -13px;
}
#JW main section .container.fair-wrap dl dd {
  color: #988342;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-top: 18px;
}
#JW main section .container.voice-wrap .section-ttl .en,
#JW main section .container.voice-wrap .section-ttl .ja {
  color: #fff;
}
#JW main section .container.voice-wrap .voice-list .row {
  display: flex;
  align-items: center;
}
#JW main section .container.voice-wrap .voice-list .row:first-of-type {
  margin-bottom: 45px;
}
#JW main section .container.voice-wrap .voice-list .row figure {
  width: 353px;
  margin-right: 50px;
}
#JW main section .container.voice-wrap .voice-list .row dl {
  width: calc(100% - 403px);
}
#JW main section .container.voice-wrap .voice-list .row dl dt {
  padding-left: 32px;
  padding-bottom: 15px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  border-bottom: 1px solid #832727;
  box-sizing: border-box;
}
#JW main section .container.voice-wrap .voice-list .row dl dt::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url(/l/present/images/jp_wedding/voice-icon.svg) no-repeat 0/contain;
}
#JW main section .container.voice-wrap .voice-list .row dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  padding-top: 15px;
  padding-right: 10px;
  box-sizing: border-box;
}
#JW main section .slider-container {
  padding-top: 126px;
  padding-bottom: 126px;
}
#JW main section .od-wrap {
  padding-top: 100px;
}
#JW main section .od-wrap .round-outer {
  position: absolute;
  width: 311px;
  height: 311px;
  border-radius: 50%;
  border: 1px solid #866036;
  display: flex;
  align-items: center;
  left: 90px;
  top: 160px;
}
#JW main section .od-wrap .round-outer .section-ttl {
  display: inline-block;
  margin: auto;
  text-align: center;
  line-height: 1;
}
#JW main section .od-wrap .round-outer .section-ttl .en {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #866036;
  margin-bottom: 0;
}
#JW main section .od-wrap .round-outer .section-ttl .ja {
  color: #fff;
  font-size: 18px;
  padding-top: 20px;
}
#JW main section .od-wrap .od-flow dl {
  margin-left: auto;
  position: relative;
  margin-bottom: 20px;
  z-index: 7;
}
#JW main section .od-wrap .od-flow dl:last-of-type {
  margin-bottom: 0;
}
#JW main section .od-wrap .od-flow dl::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
#JW main section .od-wrap .od-flow dl dt {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  padding: 35px 25px;
  min-width: 184px;
  min-height: 339px;
  box-sizing: border-box;
  z-index: 1;
  background: url(/l/present/images/jp_wedding/one-tit-back.jpg) no-repeat center/cover;
}
#JW main section .od-wrap .od-flow dl dt span {
  color: #fff;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 18px;
  writing-mode: vertical-rl;
}
#JW main section .od-wrap .od-flow dl dd {
  width: 690px;
  margin-right: 70px;
  margin-left: auto;
  padding-top: 30px;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(2n) {
  margin-left: 0;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(2n) dt {
  left: 0;
  right: auto;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(2n) dd {
  margin-left: 70px;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(2) {
  z-index: 6;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(2)::after {
  width: 449px;
  height: 389px;
  right: 211px;
  top: -158px;
  background: url(/l/present/images/jp_wedding/one-back1.png) no-repeat 0/contain;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(3) {
  z-index: 5;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(3)::after {
  width: 495px;
  height: 424px;
  left: 212px;
  top: -186px;
  background: url(/l/present/images/jp_wedding/one-back2.png) no-repeat 0/contain;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(4) {
  z-index: 4;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(4)::after {
  width: 451px;
  height: 459px;
  right: 212px;
  top: -188px;
  background: url(/l/present/images/jp_wedding/one-back3.png) no-repeat 0/contain;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(5) {
  z-index: 3;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(5)::after {
  width: 509px;
  height: 552px;
  left: 215px;
  top: -264px;
  background: url(/l/present/images/jp_wedding/one-back4.png) no-repeat 0/contain;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(6) {
  z-index: 2;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(6)::after {
  width: 526px;
  height: 503px;
  right: 190px;
  top: -199px;
  background: url(/l/present/images/jp_wedding/one-back5.png) no-repeat 0/contain;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(7) {
  z-index: 1;
}
#JW main section .od-wrap .od-flow dl:nth-of-type(7)::after {
  width: 532px;
  height: 481px;
  left: 182px;
  top: -183px;
  background: url(/l/present/images/jp_wedding/one-back6.png) no-repeat 0/contain;
}
@media screen and (max-width: 1250px) {
  #JW main section .od-wrap {
    padding-top: 260px;
  }
  #JW main section .od-wrap .round-outer {
    top: 55px;
  }
}
#JW main section .swiper-container {
  padding-bottom: 40px;
}
#JW main section .swiper-container .swiper-slide .image-wrap {
  overflow: hidden;
}
#JW main section .swiper-container .swiper-slide .image-wrap img {
  transition: transform 0.4s ease;
  will-change: transform;
}
#JW main section .swiper-container .swiper-slide h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin: 20px 0 17px;
}
#JW main section .swiper-container .swiper-slide h3.num {
  line-height: 1;
  margin: 28px 0 16px;
}
#JW main section .swiper-container .swiper-slide h3.num img {
  width: 33px;
}
#JW main section .swiper-container .swiper-slide p span {
  border-bottom: 1px solid transparent;
  transition: all 0.4s ease;
}
#JW main section .swiper-container .swiper-slide:not(.topics-slide) > p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  #JW main section .swiper-container .swiper-slide:not(.topics-slide) > p {
    font-size: 15px;
  }
}
#JW main section .swiper-container .swiper-pagination {
  bottom: 0;
}
#JW main section .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #d9d7d5;
  opacity: 1;
  margin: 0 20px;
}
#JW main section .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b8a877;
}
#JW main section .swiper-container.slide2 .swiper-slide > p {
  font-size: 22px;
  line-height: 1.7;
}
#JW main section.message-sec {
  background: url(/l/present/images/jp_wedding/message-back.jpg) no-repeat center top;
  background-size: cover;
}
#JW main section.message-sec .container {
  padding-top: 95px;
  padding-bottom: 95px;
}
#JW main section.message-sec .container .back-filter {
  background: rgba(0, 0, 0, 0.4);
  max-width: 1160px;
  padding: 80px 30px 70px;
}
#JW main section.message-sec .container .back-filter .section-ttl {
  margin-bottom: 30px;
}
#JW main section.message-sec .container .back-filter .section-ttl .en,
#JW main section.message-sec .container .back-filter .section-ttl .ja {
  color: #fff;
}
#JW main section.message-sec .container .back-filter p {
  color: #fff;
  padding: 0;
  line-height: 2.3;
  letter-spacing: 0.01em;
}
#JW main section.message-sec .container .back-filter p.sign {
  margin-top: 20px;
}
#JW main .point-wrap {
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#JW main .point-wrap dl {
  width: 381px;
  height: 296px;
  background: url(/l/present/images/jp_wedding/icon-p-back.png) no-repeat 0/contain;
  margin: 0 14px 30px;
  position: relative;
}
#JW main .point-wrap dl dt {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 49px;
  top: 0px;
}
#JW main .point-wrap dl dd {
  font-size: 19px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #393430;
}
#JW main .point-wrap dl dd span {
  display: inline-block;
  color: #9e0000;
  background: #fff;
  font-size: 22px;
  padding: 3px 7px;
  line-height: 1;
  margin: 3px 0;
}
#JW main .point-wrap dl:nth-of-type(1) dd {
  padding-top: 93px;
}
#JW main .point-wrap dl:nth-of-type(2) dd {
  padding-top: 60px;
}
#JW main .point-wrap dl:nth-of-type(3) dd {
  padding-top: 103px;
}
#JW main .point-wrap dl:nth-of-type(4) dd {
  padding-top: 100px;
}
#JW main .point-wrap dl:nth-of-type(5) dd {
  padding-top: 108px;
}
#JW main .point-wrap dl:nth-of-type(6) dd {
  padding-top: 98px;
}
#JW main .plan-sec .bg-wrapper {
  background: url(/l/present/images/jp_wedding/plan-back.jpg) no-repeat center/cover;
}
#JW main .plan-sec .bg-wrapper .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
#JW main .plan-sec .bg-wrapper .container .section-ttl {
  margin-bottom: 60px;
}
#JW main .plan-sec .bg-wrapper .container .section-ttl .en,
#JW main .plan-sec .bg-wrapper .container .section-ttl .ja {
  color: #fff;
}
#JW main .plan-sec .bg-wrapper .container .row {
  display: flex;
  justify-content: space-between;
}
#JW main .plan-sec .bg-wrapper .container .row .col {
  width: calc(50% - 10px);
  text-align: center;
}
#JW main .plan-sec .bg-wrapper .container .row .col h3 img {
  width: 100%;
  max-width: 446px;
}
#JW main .plan-sec .bg-wrapper .container .row .col:nth-of-type(2) h3 img {
  max-width: 546px;
}
#JW main .plan-sec .bg-wrapper .container .row .col dl {
  background: rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-top: 25px;
}
#JW main .plan-sec .bg-wrapper .container .row .col dl dt {
  color: #fff;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
}
#JW main .plan-sec .bg-wrapper .container .row .col dl dd {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  padding-top: 15px;
}
#JW main .plan-sec .bg-wrapper .container .row .col dl dd span {
  display: block;
  font-size: 14px;
  margin-top: 13px;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  #JW main .plan-sec .bg-wrapper .container .row {
    flex-direction: column;
    align-items: center;
  }
  #JW main .plan-sec .bg-wrapper .container .row .col {
    width: 100%;
  }
  #JW main .plan-sec .bg-wrapper .container .row .col:first-of-type {
    margin-bottom: 20px;
  }
}
#JW main .gallery-sec .bg-wrapper {
  background: #6e6034;
  padding-top: 140px;
}
#JW main .gallery-sec .bg-wrapper .section-ttl .en,
#JW main .gallery-sec .bg-wrapper .section-ttl .ja {
  color: #fff;
}
#JW main .gallery-sec .bg-wrapper figure {
  margin-top: 40px;
}
#JW main .faq-sec .bg-wrapper {
  background: #6e6034;
}
#JW main .faq-sec .bg-wrapper .container {
  padding-bottom: 90px;
}
#JW main .faq-sec .bg-wrapper .container .section-ttl {
  margin-bottom: 50px;
}
#JW main .faq-sec .bg-wrapper .container .section-ttl .en,
#JW main .faq-sec .bg-wrapper .container .section-ttl .ja {
  color: #fff;
}
#JW main .faq-sec .bg-wrapper .container dl {
  margin-bottom: 40px;
}
#JW main .faq-sec .bg-wrapper .container dl:last-of-type {
  margin-bottom: 0;
}
#JW main .faq-sec .bg-wrapper .container dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  padding: 2px 0 15px 40px;
  position: relative;
  font-size: 20px;
  line-height: 1;
}
#JW main .faq-sec .bg-wrapper .container dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 22px;
  left: 0;
  top: 0;
  background: url(/l/present/images/jp_wedding/icon-q.svg) no-repeat 0/contain;
}
#JW main .faq-sec .bg-wrapper .container dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #fff;
  padding: 18px 20px 18px 55px;
  background: #887845;
  position: relative;
}
#JW main .faq-sec .bg-wrapper .container dl dd::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 28px;
  top: 20px;
  background: url(/l/present/images/jp_wedding/icon-a.svg) no-repeat 0/contain;
}
#JW main #Reservation .container {
  max-width: 1100px;
}
#JW main #Reservation .container .section-ttl {
  margin-bottom: 35px;
}
#JW main #Reservation .container .sub-ttl {
  color: #887845;
  font-size: 30px;
}
#JW main #Reservation .container .lead {
  padding: 16px 0 32px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #48402d;
}
#JW main #Reservation .container .tel-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 77px;
}
#JW main #Reservation .container .tel-reserve .tel-wrap {
  width: calc(50% - 3px);
  height: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #f3f2ee;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 18px;
  padding: 0;
  line-height: 1;
  margin-bottom: 2px;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .row {
  justify-content: center;
  align-items: center;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .row p {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .row p a {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 42px;
  margin: 0 5px;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 4px;
}
#JW main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  color: #332b15;
  font-size: 14px;
  line-height: 1;
}
#JW main #Reservation .container .tel-reserve .line-wrap {
  width: calc(50% - 3px);
}
#JW main #Reservation .container .tel-reserve .line-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9e7e1;
  width: 100%;
  height: 106px;
  position: relative;
}
#JW main #Reservation .container .tel-reserve .line-wrap a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 17px;
  background: url(/l/present/images/common/arrow-line.svg) no-repeat 0/contain;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
#JW main #Reservation .container .tel-reserve .line-wrap a span {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  text-align: center;
  position: relative;
  line-height: 1;
  top: -10px;
}
#JW main #Reservation .container .tel-reserve .line-wrap a span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/l/present/images/common/icon-line.svg) no-repeat 0/contain;
  margin-right: 20px;
  position: relative;
  top: 10px;
}
#JW main #Reservation .container .tel-reserve .line-wrap a span .md {
  display: none;
}
#JW main #Reservation .container .tel-reserve .line-wrap a:hover {
  background: #e2e0da;
}
@media screen and (max-width: 1100px) {
  #JW main #Reservation .container .tel-reserve .tel-wrap .row {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #JW main #Reservation .container .tel-reserve .tel-wrap .row p a {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-feature-settings: "palt";
    color: #332b15;
    font-size: 33px;
  }
  #JW main #Reservation .container .tel-reserve .tel-wrap .row dl {
    display: flex;
    justify-content: center;
    margin-top: 4px;
  }
  #JW main #Reservation .container .tel-reserve .tel-wrap .row dl dt {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #JW main #Reservation .container .tel-reserve .tel-wrap .row dl dd {
    font-size: 14px;
  }
  #JW main #Reservation .container .tel-reserve .line-wrap a span {
    line-height: 1.3;
    top: 0;
  }
  #JW main #Reservation .container .tel-reserve .line-wrap a span .md {
    display: block;
  }
  #JW main #Reservation .container .tel-reserve .line-wrap a span::before {
    width: 23px;
    height: 23px;
    margin-right: 15px;
    position: relative;
    top: 3px;
    left: 4px;
  }
}
#JW main #Reservation .container .form_wrap ul.flow {
  width: calc(100% + 40px);
  display: flex;
  align-items: center;
  margin: 0 -20px 55px;
}
#JW main #Reservation .container .form_wrap ul.flow li {
  border: #736339 1px solid;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  position: relative;
  padding: 8px 0;
  width: 33.3333333333%;
  text-align: center;
  margin: 0 20px;
}
#JW main #Reservation .container .form_wrap ul.flow li::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #887845;
  position: absolute;
  right: -60px;
  top: 25px;
}
#JW main #Reservation .container .form_wrap ul.flow li.active {
  background: #4c0c19;
  color: #fff;
}
#JW main #Reservation .container .form_wrap ul.flow li:last-child::after {
  display: none;
}
#JW main #Reservation .container .form_wrap table {
  width: 100%;
  border-top: #e0d9d5 1px solid;
}
#JW main #Reservation .container .form_wrap table tr th {
  width: 265px;
  padding: 0 0 0 20px;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-feature-settings: "palt";
  border-bottom: #e0d9d5 1px solid;
  vertical-align: middle;
}
#JW main #Reservation .container .form_wrap table tr th span {
  color: #fff;
  font-size: 12px;
  width: 38px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
}
#JW main #Reservation .container .form_wrap table tr td {
  letter-spacing: 0;
  padding: 24px 20px 30px 0;
  border-bottom: #e0d9d5 1px solid;
}
#JW main #Reservation .container .form_wrap table tr td input[type=text] {
  border: #e0d9d5 1px solid;
  padding: 8px 16px 9px;
  background: #f9f8f6;
}
#JW main #Reservation .container .form_wrap table tr td input[type=text].namebox {
  width: 260px;
}
@media (max-width: 1000px) {
  #JW main #Reservation .container .form_wrap table tr td input[type=text].namebox {
    width: 45%;
  }
}
#JW main #Reservation .container .form_wrap table tr td textarea {
  height: 220px;
  border: #e0d9d5 1px solid;
  background: #f9f8f6;
  padding: 8px 16px 9px;
}
#JW main #Reservation .container .form_wrap table tr td .select-box {
  width: 338px;
  border: #e0d9d5 1px solid;
  border-radius: 0;
  background: #f9f8f6;
}
#JW main #Reservation .container .form_wrap table tr td .age-form {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
}
#JW main #Reservation .container .form_wrap table tr td .age-form::before {
  content: "年";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
#JW main #Reservation .container .form_wrap table tr td .age-form input {
  max-width: 260px;
  height: 50px;
  width: 250px;
}
#JW main #Reservation .container .form_wrap table tr td .month-select {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: 220px;
  height: 48px;
}
#JW main #Reservation .container .form_wrap table tr:last-child th {
  vertical-align: top;
  padding-top: 24px;
}
#JW main #Reservation .container .form_wrap .submit_area p {
  padding: 0;
}
#JW main #Reservation .container .form_wrap .submit_area .btn_back span::after {
  right: calc(100% - 31px);
  transform: rotate(180deg);
}
#JW main #Reservation .container .form_wrap .submit_area .btn_back:hover span::after {
  right: calc(100% - 24px);
}
#JW main #Map iframe {
  width: 100%;
  height: 500px;
  filter: grayscale(100%);
}
#JW main .fix-nav {
  position: fixed;
  width: 281px;
  right: 0px;
  bottom: 0;
  transition: 0.3s;
  z-index: 800;
}
#JW main .fix-nav:hover {
  opacity: 0.7;
}
#JW footer {
  background: #443d26;
}
#JW footer .footer_inner {
  padding-top: 40px;
  padding-bottom: 30px;
}
#JW footer .footer_inner .container {
  max-width: 1220px;
}
@media (max-width: 1080px) {
  #JW footer .footer_inner .container .col-right {
    flex: 0 0 390px;
    max-width: 390px;
    margin: 0;
  }
}
#JW footer .footer_inner .container p.official {
  position: absolute;
  right: 50px;
  top: 0;
}
#JW footer .footer_inner .container p.official a {
  background: url(../images/small/footer_arrow.svg) no-repeat right 9px;
  background-size: 9px 9px;
  padding-right: 25px;
}
#JW footer .footer_inner .container p.official a span {
  position: relative;
  padding-bottom: 4px;
}
#JW footer .footer_inner .container p.official a span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: width 0.4s ease;
}
#JW footer .footer_inner .container p.official a span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #b19a79;
  transition: width 0.4s ease;
}
#JW footer .footer_inner .container p.official a:hover {
  background: url(../images/small/footer_arrow_brown.svg) no-repeat right 9px;
  background-size: 9px 9px;
}
#JW footer .footer_inner .container p.official a:hover span::before {
  display: none;
  width: 0;
}
#JW footer .footer_inner .container p.official a:hover span::after {
  width: 100%;
}
#JW footer .footer_inner .copy {
  margin-top: 46px;
}
#JW .sfm2 section .bg-wrapper {
  background-color: #eff2f3;
}
#JW .sfm3 section .bg-wrapper {
  background-color: #eff2f3;
}