@charset "UTF-8";
/*-------------------------------------------*/
h2.midashi {
  position: relative;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.36rem;
  letter-spacing: 0.036rem;
  text-align: center;
}

@media screen and (max-width: 720px) {
  h2.midashi {
    font-size: 0.22rem;
    letter-spacing: 0.022rem;
    line-height: 1.4;
  }
}

h2.midashi::before {
  content: "";
  background-image: url("../img/index/deco.png");
  width: 0.52rem;
  height: 0.51rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.1rem;
}

@media screen and (max-width: 720px) {
  h2.midashi::before {
    width: 0.3rem;
    height: 0.3rem;
  }
}

h2.midashi + p {
  text-align: center;
  margin: 0.05rem 0 0.4rem;
}

@media screen and (max-width: 720px) {
  h2.midashi + p {
    text-align: left;
    margin: 0.15rem 0 0.2rem;
    line-height: 2.1;
  }
}

section h3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* -----------------------------

メインビジュアル

------------------------------- */
#mv {
  position: relative;
  margin-top: 1rem;
  min-height: calc(640px - 1rem);
  height: calc(100vh - 1rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../img/index/mv.jpg");
}

@media screen and (max-width: 720px) {
  #mv {
    background-image: url("../img/index/mv_sp.jpg");
    min-height: 100vw;
    height: 100vw;
    margin-top: 13.333vw;
    margin-bottom: 0.6rem;
  }
}

#mv p {
  position: absolute;
  right: 1.6rem;
  bottom: 1.8rem;
  color: #fff;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.4rem;
  text-shadow: 0 0 0.08rem #143d1f;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 720px) {
  #mv p {
    bottom: -0.6rem;
    left: 0;
    right: 0;
    text-align: center;
    color: #333333;
    text-shadow: none;
    font-size: 0.17rem;
    background-color: #f4f5f0;
    padding: 0.15rem 0;
    width: 100%;
    letter-spacing: 0.01rem;
  }
}

#mv p span {
  padding-left: 0.7rem;
}

@media screen and (max-width: 720px) {
  #mv p span {
    padding-left: 0;
  }
}

/* ----------------------------------

お知らせ

----------------------------------- */
#topics .wrap {
  padding: .7rem 0;
  text-align: center;
}

@media screen and (max-width: 720px) {
  #topics .wrap {
    padding: 0 0 .35rem;
  }
}

@media screen and (max-width: 720px) {
  #topics .wrap h2 {
    padding-top: .2rem;
  }
}

#topics .wrap .topics-slider {
  width: 11.6rem;
  margin: 0.4rem auto 0;
  text-align: left;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider {
    width: calc(100% - 0.6rem);
    margin: 0.2rem auto 0.35rem;
  }
}

#topics .wrap .topics-slider li {
  margin: 0 0.15rem;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider li {
    margin: 0 0 0.15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#topics .wrap .topics-slider li figure {
  height: 2rem;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider li figure {
    width: 26.666vw;
    height: 26.666vw;
  }
}

#topics .wrap .topics-slider li dl {
  font-size: 0.14rem;
  width: 2rem;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider li dl {
    width: 53.86vw;
  }
}

#topics .wrap .topics-slider li dl dt {
  margin: 0.1rem 0;
  text-align: left;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider li dl dt {
    margin: 0;
  }
}

#topics .wrap .topics-slider li dl dt span {
  color: #fff;
  background-color: #d3bc5d;
  padding: 0.03rem 0.05rem;
  margin-left: 0.05rem;
}

#topics .wrap .topics-slider li dl dd {
  text-align: justify;
}

@media screen and (max-width: 720px) {
  #topics .wrap .topics-slider li dl dd {
    line-height: 1.5;
    margin-top: 0.08rem;
  }
}

#topics .wrap .topics-slider .slick-prev, #topics .wrap .topics-slider .slick-next {
  top: 40%;
}

#topics .wrap .topics-slider .slick-prev {
  left: -1rem;
}

#topics .wrap .topics-slider .slick-next {
  right: -1rem;
}

#topics .wrap a.btn01 {
  display: inline-block;
  color: #fff;
  z-index: 2;
  background-color: #b43300;
  padding: 0.11rem 0.45rem;
  margin-top: .3rem;
  min-width: 2.5rem;
  font-size: 0.16rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  #topics .wrap a.btn01 {
    font-size: 0.12rem;
    padding: 0.1rem 0.25rem;
    min-width: 2rem;
  }
}

@media print, screen and (min-width: 721px) {
  #topics .wrap a.btn01:hover::after {
    top: 0;
    left: 0;
    background-color: #333333;
  }
  #topics .wrap a.btn01::before, #topics .wrap a.btn01:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #topics .wrap a.btn01::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 720px) {
  .topics-slider a {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .topics-slider a.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
  }
  #topics .more {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 2;
  }
  #topics .more button {
    position: relative;
  }
  #topics .more button::after {
    content: '';
    position: absolute;
    right: -0.2rem;
    top: 0.05rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 0.08rem;
    height: 0.08rem;
    border-bottom: 1px solid #040404;
    border-right: 1px solid #040404;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #topics .more .close button::after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

/* -----------------------------

金沢和婚とは

------------------------------- */
#about .wrapper {
  background-image: url("../img/index/pattern.png");
  background-color: #f4f5f0;
  width: 100%;
  background-repeat: repeat;
  margin: 0 auto;
  padding: 0.95rem 0 1.85rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper {
    background-image: url("../img/index/bg_sp.png");
    background-size: contain;
    width: 100vw;
    overflow: hidden;
    padding: 0.25rem 0 0.7rem;
    letter-spacing: 0.006rem;
  }
}

#about .wrapper .inner {
  width: 11.6rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner {
    width: 100%;
    display: block;
  }
}

#about .wrapper .inner::before, #about .wrapper .inner::after {
  display: block;
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.91rem;
  height: 2.07rem;
  z-index: 1;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner::before, #about .wrapper .inner::after {
    width: 1rem;
    height: 1.2rem;
  }
}

#about .wrapper .inner::before {
  background-image: url("../img/index/about_deco01.png");
  top: -0.05rem;
  right: -0.65rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner::before {
    top: -0.2rem;
    right: -0.15rem;
  }
}

#about .wrapper .inner::after {
  background-image: url("../img/index/about_deco02.png");
  bottom: -0.45rem;
  left: -0.75rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner::after {
    bottom: -0.8rem;
    left: -0.17rem;
  }
}

#about .wrapper .inner figure {
  width: 6.2rem;
  height: 8.2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner figure {
    height: 114.666vw;
    width: 86.666vw;
    position: static;
  }
}

#about .wrapper .inner .txt {
  background-color: #fff;
  width: 5.4rem;
  padding: 0.9rem;
  position: relative;
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  left: -0.1rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner .txt {
    width: calc(100% - 0.34rem);
    margin: -0.4rem auto 0;
    padding: 0.24rem 0.24rem 0.45rem 0.24rem;
    border: 0.08rem solid rgba(255, 255, 255, 0.7);
    text-align: center;
    left: 0;
  }
}

#about .wrapper .inner .txt::after {
  background-image: url("../img/index/about_deco03.png");
  bottom: -0.25rem;
  right: 0.8rem;
  display: block;
  position: absolute;
  content: "";
  background-size: contain;
  width: 1.4rem;
  height: 0.95rem;
  z-index: 1;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner .txt::after {
    background-image: url("../img/index/about_deco03_sp.png");
    width: 1.03rem;
    height: 0.7rem;
    bottom: -0.25rem;
    right: 0.1rem;
  }
}

#about .wrapper .inner .txt span {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner .txt span {
    font-size: 0.11rem;
  }
}

#about .wrapper .inner .txt h2 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.26rem;
  text-align: left;
  margin: 0.5rem 0 0.3rem;
  letter-spacing: 0.04rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .inner .txt h2 {
    text-align: center;
    font-size: 0.15rem;
    margin: 0.3rem 0 0.2rem;
    letter-spacing: 0.015rem;
  }
}

#about .wrapper .inner .txt p {
  text-align: justify;
}

#about .wrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 10.8rem;
  margin: 0.6rem auto 0;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box {
    width: 100%;
    display: block;
    margin-top: 0.25rem;
  }
}

#about .wrapper .box .txt {
  width: 5.1rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .txt {
    width: 100%;
  }
}

#about .wrapper .box .txt h3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.22rem;
  margin-bottom: 0.25rem;
  line-height: 1.6;
  letter-spacing: 0.017rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .txt h3 {
    font-size: 0.15rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .txt p {
    padding: 0 0.3rem;
    letter-spacing: 0.003rem;
  }
}

#about .wrapper .box .txt a {
  display: inline-block;
  margin-top: 0.4rem;
  border-bottom: 1px solid #333333;
  padding: 0 0.1rem 0.1rem;
  letter-spacing: 0.02rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .txt a {
    width: 53.333vw;
    text-align: center;
    display: block;
    margin: 0.25rem auto 0.4rem;
    padding: 0 0 0.1rem;
    letter-spacing: 0.01rem;
  }
}

#about .wrapper .box .txt a img {
  width: 0.17rem;
  height: 0.15rem;
  margin-left: 0.25rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .txt a img {
    width: 0.12rem;
    height: auto;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 721px) {
  #about .wrapper .box .txt a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .img {
    padding: 0 0.35rem;
  }
}

#about .wrapper .box .img figure {
  width: 5.2rem;
  height: 2.94rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .img figure {
    width: 100%;
    height: 45.333vw;
  }
}

@media print, screen and (min-width: 721px) {
  #about .wrapper .box .img figure:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

#about .wrapper .box .img p {
  float: right;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}

@media screen and (max-width: 720px) {
  #about .wrapper .box .img p {
    font-size: 0.12rem;
    letter-spacing: 0.005rem;
    margin-top: 0.05rem;
  }
}

/* -----------------------------

3つの魅力

------------------------------- */
#point {
  background-color: #f4f5f0;
  padding: 1px 0 1rem;
}

@media screen and (max-width: 720px) {
  #point {
    padding-bottom: 0.4rem;
  }
}

#point .inner {
  background-color: #fff;
  width: 11.6rem;
  margin: -0.8rem auto 0;
  padding: 0.6rem 0.7rem 0.3rem;
}

@media screen and (max-width: 720px) {
  #point .inner {
    width: calc(100% - 0.34rem);
    padding: 0.25rem 0.2rem;
    margin: -0.25rem auto 0;
    position: relative;
  }
}

#point h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 720px) {
  #point h2 {
    margin-bottom: 0.2rem;
  }
}

#point .point_slide .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box {
    display: block;
    margin-bottom: 0;
  }
}

#point .point_slide .box:first-child, #point .point_slide .box:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#point .point_slide .box figure {
  width: 5.4rem;
  height: 3.9rem;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box figure {
    width: 100%;
    height: auto;
  }
}

#point .point_slide .box .txt {
  width: 4.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box .txt {
    width: 100%;
    padding: 0 0.1rem;
  }
}

#point .point_slide .box .txt span {
  color: #b43300;
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.3rem;
}

#point .point_slide .box .txt h3 {
  font-size: 0.26rem;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box .txt h3 {
    font-size: 0.15rem;
    margin-top: 0.15rem;
  }
}

#point .point_slide .box .txt h3::after {
  content: "";
  background-image: url("../img/index/point_mizuhiki.png");
  width: 3.4rem;
  height: 0.51rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.15rem;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box .txt h3::after {
    background-image: url("../img/index/point_mizuhiki_sp.png");
    width: 100%;
    height: 0.36rem;
    margin-bottom: 0.05rem;
  }
}

#point .point_slide .box .txt p {
  text-align: justify;
  padding: 0 0.5rem;
}

@media screen and (max-width: 720px) {
  #point .point_slide .box .txt p {
    padding: 0;
  }
}

/* -----------------------------

神社挙式

------------------------------- */
#ceremony > figure {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 720px) {
  #ceremony > figure {
    height: 86.666vw;
  }
}

#ceremony .inner {
  position: relative;
  width: 11.6rem;
  margin: -0.8rem auto 1rem;
  background-color: #f4f5f0;
  padding: 0.5rem 0.7rem 0.7rem;
}

@media screen and (max-width: 720px) {
  #ceremony .inner {
    width: calc(100% - 0.34rem);
    margin: -0.25rem auto 0.4rem;
    padding: 0.25rem 0.2rem;
  }
}

#ceremony .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ceremony .inner ul li {
  background-color: #fff;
  width: 3.27rem;
}

@media screen and (max-width: 720px) {
  #ceremony .inner ul li {
    width: 49%;
    margin-bottom: 0.05rem;
  }
}

#ceremony .inner ul li figure {
  width: 3.27rem;
  height: 2.1rem;
}

@media screen and (max-width: 720px) {
  #ceremony .inner ul li figure {
    width: 100%;
    height: auto;
  }
}

#ceremony .inner ul li h3 {
  font-size: 0.26rem;
  padding: 0.15rem 0 0 0.2rem;
  line-height: 1;
}

@media all and (-ms-high-contrast: none) {
  #ceremony .inner ul li h3 {
    line-height: 1.6;
  }
}

@media screen and (max-width: 720px) {
  #ceremony .inner ul li h3 {
    font-size: 0.15rem;
    padding: 0 0.1rem 0.05rem;
  }
}

#ceremony .inner ul li p {
  padding: 0.1rem 0.15rem 0.1rem 0.15rem;
  line-height: 1.7;
}

@media all and (-ms-high-contrast: none) {
  #ceremony .inner ul li p {
    padding: 0 0.15rem 0.1rem 0.15rem;
  }
}

#ceremony .inner ul li:first-child, #ceremony .inner ul li:nth-child(2) {
  width: 5rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 720px) {
  #ceremony .inner ul li:first-child, #ceremony .inner ul li:nth-child(2) {
    width: 49%;
    margin-bottom: 0.05rem;
  }
}

#ceremony .inner ul li:first-child figure, #ceremony .inner ul li:nth-child(2) figure {
  width: 5rem;
  height: 3.2rem;
}

@media screen and (max-width: 720px) {
  #ceremony .inner ul li:first-child figure, #ceremony .inner ul li:nth-child(2) figure {
    width: 100%;
    height: auto;
  }
}

#ceremony .inner ul li:nth-child(4) p, #ceremony .inner ul li:nth-child(5) p {
  letter-spacing: 0;
}

#ceremony .inner ul li:last-child {
  margin-bottom: 0;
}

/* -----------------------------

衣裳

------------------------------- */
@media screen and (max-width: 720px) {
  #dress {
    overflow-x: hidden;
  }
}

#dress > figure {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 720px) {
  #dress > figure {
    height: 86.666vw;
  }
}

#dress .wrapper {
  background-image: url("../img/index/pattern.png");
  background-color: #f4f5f0;
  width: 100%;
  background-repeat: repeat;
  padding-bottom: 1rem;
}

@media screen and (max-width: 720px) {
  #dress .wrapper {
    background-image: url("../img/index/bg_sp.png");
    background-size: cover;
    padding-bottom: 0.4rem;
  }
}

#dress .wrapper .inner {
  position: relative;
  width: 11.6rem;
  margin: -0.8rem auto 0;
  background-color: #fff;
  padding: 0.6rem 0 0.8rem;
  overflow: visible;
}

@media screen and (max-width: 720px) {
  #dress .wrapper .inner {
    width: calc(100% - 0.34rem);
    margin: -0.25rem auto 0;
    padding: 0.25rem 0.15rem 0.3rem;
  }
}

#dress .wrapper .inner .dress_slide .slick-list {
  overflow: visible;
}

#dress .wrapper .inner .dress_slide .slick-list li {
  width: 4.1rem !important;
  height: 6.4rem;
}

@media screen and (max-width: 720px) {
  #dress .wrapper .inner .dress_slide .slick-list li {
    width: 2.06rem !important;
    height: 85.333vw;
  }
  #dress .wrapper .inner .dress_slide .slick-list li img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  #dress .wrapper .inner .dress_slide .slick-prev, #dress .wrapper .inner .dress_slide .slick-next {
    top: 50%;
  }
}

/* -----------------------------

ブライダルフェア

------------------------------- */
#fair h2 {
  padding: 0.8rem 0 0.1rem;
}

@media screen and (max-width: 720px) {
  #fair h2 {
    padding: 0.25rem 0;
  }
}

#fair > div {
  background-image: url("../img/index/fair_bg.jpg");
  width: 9.8rem;
  height: 4.3rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 720px) {
  #fair > div {
    background-image: url("../img/index/fair_bg_sp.jpg");
    width: calc(100% - 0.7rem);
    height: 103.8666vw;
    margin-bottom: 0.3rem;
    background-position: center;
  }
}

#fair > div .txt {
  width: 4.7rem;
  float: right;
  padding-top: 0.7rem;
  text-align: center;
}

@media screen and (max-width: 720px) {
  #fair > div .txt {
    padding-top: 2.1rem;
    width: 100%;
    float: none;
  }
}

#fair > div .txt h3 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.56rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 720px) {
  #fair > div .txt h3 {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0.023rem;
  }
}

#fair > div .txt h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.36rem;
  margin-bottom: 0.2rem;
  letter-spacing: 0.036rem;
}

@media screen and (max-width: 720px) {
  #fair > div .txt h4 {
    font-size: 0.2rem;
    margin-bottom: 0;
    letter-spacing: 0.02rem;
  }
}

#fair > div .txt a {
  display: inline-block;
  color: #fff;
  z-index: 2;
  background-color: #b43300;
  padding: 0.11rem 0.45rem;
  font-size: 0.16rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  #fair > div .txt a {
    font-size: 0.12rem;
    padding: 0.1rem 0.25rem;
  }
}

@media print, screen and (min-width: 721px) {
  #fair > div .txt a:hover::after {
    top: 0;
    left: 0;
    background-color: #333333;
  }
  #fair > div .txt a::before, #fair > div .txt a:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #fair > div .txt a::after {
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
  }
}

/* -----------------------------

和婚プラン

------------------------------- */
#plan > figure {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 720px) {
  #plan > figure {
    height: 86.666vw;
  }
}

#plan .wrapper {
  background-image: url("../img/index/pattern.png");
  background-color: #f4f5f0;
  width: 100%;
  background-repeat: repeat;
  padding-top: 1px;
}

@media screen and (max-width: 720px) {
  #plan .wrapper {
    background-image: url("../img/index/bg_sp.png");
  }
}

#plan .wrapper .inner {
  position: relative;
  width: 11.6rem;
  margin: -0.8rem auto 0;
  background-color: #f4f5f0;
  padding: 0.6rem 0 1rem;
  overflow: visible;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner {
    width: calc(100% - 0.34rem);
    margin: -0.25rem auto 0.4rem;
    padding: 0.25rem 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner > p {
    padding: 0 0.15rem;
  }
}

#plan .wrapper .inner .plan_slide {
  width: 9.2rem;
  margin: 0.6rem auto 0;
  text-align: left;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide {
    width: 100%;
    margin: 0.5rem auto 0.15rem;
  }
}

#plan .wrapper .inner .plan_slide .slick-list {
  overflow: visible;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slick-next, #plan .wrapper .inner .plan_slide .slick-prev {
    top: 32%;
  }
}

#plan .wrapper .inner .plan_slide .slick-next {
  right: -0.25rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slick-next {
    right: 0;
  }
}

#plan .wrapper .inner .plan_slide .slick-prev {
  left: -0.25rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slick-prev {
    left: 0;
  }
}

#plan .wrapper .inner .plan_slide .slider {
  width: 9.2rem;
  min-height: 5rem;
  background-color: #fff;
  padding: 0 0.5rem 0.4rem;
  margin: 0 0.28rem;
  overflow: visible;
  position: relative;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider {
    width: 100%;
    margin: 0 auto 0.1rem;
    padding: 0.2rem;
  }
}

#plan .wrapper .inner .plan_slide .slider h3 {
  text-align: center;
  font-size: 0.36rem;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider h3 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
}

#plan .wrapper .inner .plan_slide .slider h3 img {
  display: block;
  width: 1.72rem;
  height: 0.71rem;
  margin: -0.2rem auto 0.1rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider h3 img {
    width: 1.29rem;
    height: auto;
    margin: -0.5rem auto 0.1rem;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box {
    display: block;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box figure {
  width: 4.2rem;
  height: 2.8rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box figure {
    width: 100%;
    height: auto;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea {
  width: 3.6rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box .txtArea {
    width: auto;
    padding: 0.1rem 0;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.2rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dt {
  color: #fff;
  background-color: #d3bc5d;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  padding: 0 0.1rem;
  margin-right: 0.15rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dt {
    width: 29%;
    margin-right: 0.1rem;
    padding: 0;
    text-align: center;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dd {
  line-height: 1;
  font-size: 0.3rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dd {
    font-size: 0.23rem;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dd span {
  font-size: 0.2rem;
}

@media screen and (max-width: 720px) {
  #plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dd span {
    font-size: 0.15rem;
  }
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea dl dd span + span {
  display: none;
}

#plan .wrapper .inner .plan_slide .slider .plan_box .txtArea p {
  text-align: justify;
  line-height: 1.9;
}

/* -----------------------------

店舗のご案内

------------------------------- */
#access .inner {
  width: 11.6rem;
  margin: 0.6rem auto 1rem;
}

@media screen and (max-width: 720px) {
  #access .inner {
    width: calc(100% - 0.74rem);
    margin: 0.3rem auto;
  }
}

#access .inner ul {
  margin: 0.35rem 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 720px) {
  #access .inner ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0.25rem 0 0.2rem;
  }
}

#access .inner ul li img {
  width: auto;
  height: 3.2rem;
}

@media screen and (max-width: 720px) {
  #access .inner ul li img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 720px) {
  #access .inner ul li {
    width: 100%;
    margin-bottom: 0.08rem;
  }
  #access .inner ul li:first-child img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #access .inner ul li:nth-child(2), #access .inner ul li:last-child {
    width: 49%;
  }
}

#access .inner .map {
  width: 100%;
  height: 4rem;
}

@media screen and (max-width: 720px) {
  #access .inner .map {
    height: 80vw;
  }
}

#access .inner .txt {
  width: 9.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.45rem auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.4rem 0;
}

@media screen and (max-width: 720px) {
  #access .inner .txt {
    width: 100%;
    display: block;
    border: none;
    margin-top: 0;
    padding: 0;
  }
}

#access .inner .txt h3 {
  font-size: 0.3rem;
  text-align: center;
  width: 4.6rem;
}

@media screen and (max-width: 720px) {
  #access .inner .txt h3 {
    font-size: 0.22rem;
    width: 100%;
    text-align: left;
    margin: 0.2rem 0;
    line-height: 1.6;
  }
}

#access .inner .txt h3 span {
  font-size: 0.22rem;
  display: block;
}

@media screen and (max-width: 720px) {
  #access .inner .txt h3 span {
    font-size: 0.15rem;
  }
}

#access .inner .txt dl {
  width: 5.2rem;
  border-left: 1px solid #ccc;
  padding-left: 0.65rem;
  line-height: 1.8;
}

@media screen and (max-width: 720px) {
  #access .inner .txt dl {
    width: 100%;
    padding: 0;
  }
}

#access .inner .txt dl dt {
  width: 0.95rem;
  float: left;
  clear: both;
}

@media screen and (max-width: 720px) {
  #access .inner .txt dl dt {
    width: 24%;
  }
}

#access .inner .txt dl dd {
  width: 3rem;
  float: left;
  text-indent: -0.18rem;
}

@media screen and (max-width: 720px) {
  #access .inner .txt dl dd {
    width: 76%;
    letter-spacing: 0;
  }
}

#access .inner .txt dl dd::before {
  content: "：";
  margin-right: 0.1rem;
}

@media screen and (max-width: 720px) {
  #access .inner .txt dl dd::before {
    margin-right: 0.05rem;
  }
}

/* -----------------------------

パーティ会場

------------------------------- */
#party > figure {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 720px) {
  #party > figure {
    height: 86.666vw;
  }
}

#party .inner {
  position: relative;
  width: 11.6rem;
  margin: -0.8rem auto 1rem;
  background-color: #f4f5f0;
  padding: 0.6rem 0.7rem 0.5rem;
}

@media screen and (max-width: 720px) {
  #party .inner {
    width: calc(100% - 0.34rem);
    margin: -0.25rem auto 0.4rem;
    padding: 0.25rem 0.2rem;
    overflow: hidden;
  }
}

#party .inner .partyspace {
  text-align: center;
  margin-bottom: 0.3rem;
}

#party .inner .partyspace > span img {
  width: 1.72rem;
  height: 0.71rem;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace > span img {
    position: relative;
    z-index: 1;
    width: 1.29rem;
    height: auto;
  }
}

#party .inner .partyspace h3 {
  background-color: #e7eae2;
  padding: 0.2rem 0 0;
  font-size: 0.3rem;
  margin: -0.3rem 0 0;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace h3 {
    font-size: 0.22rem;
    margin: -0.15rem 0 0;
    padding: 0.05rem;
    position: relative;
  }
  #party .inner .partyspace h3::after {
    content: "";
    position: absolute;
    width: 0.18rem;
    height: 0.13rem;
    right: 0.15rem;
    background-size: contain;
    background-image: url(../img/index/party_arrow_sp.png);
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    top: calc(50% - 0.065rem);
  }
}

#party .inner .partyspace h3.close::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#party .inner .partyspace ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace ul {
    display: none;
  }
}

#party .inner .partyspace ul li {
  background-color: #fff;
  width: 5rem;
  margin-top: 0.2rem;
  padding-bottom: 0.25rem;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace ul li {
    width: 100%;
    margin-top: 0.1rem;
    padding-bottom: 0.15rem;
  }
}

#party .inner .partyspace ul li figure {
  width: 100%;
  height: 3.3rem;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace ul li figure {
    height: auto;
  }
}

#party .inner .partyspace ul li h4 {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.26rem;
  padding-top: 0.2rem;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace ul li h4 {
    font-size: 0.19rem;
    letter-spacing: 0;
    padding-top: 0.1rem;
  }
}

#party .inner .partyspace ul li h4::after {
  content: "";
  background-image: url("../img/index/party_mizuhiki.png");
  width: 100%;
  height: 0.51rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.05rem;
}

@media screen and (max-width: 720px) {
  #party .inner .partyspace ul li h4::after {
    margin: 0;
    background-image: url("../img/index/party_mizuhiki_sp.png");
    height: 0.36rem;
  }
}

#party .inner .partyspace ul li p {
  line-height: 1.7;
}

#party .inner .partyspace ul li a {
  margin-top: 0.2rem;
  display: inline-block;
  line-height: 1;
}

@media print, screen and (min-width: 721px) {
  #party .inner .partyspace ul li a:after {
    content: '';
    width: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #333333;
    display: block;
    padding-bottom: 0.015rem;
    margin-bottom: 0.08rem;
  }
  #party .inner .partyspace ul li a:hover::after {
    width: 100%;
    border-bottom: 1px solid #333333;
  }
}

/* -----------------------------

よくあるご質問

------------------------------- */
#faq .wrapper {
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #f4f5f0;
}

@media screen and (max-width: 720px) {
  #faq .wrapper {
    padding-bottom: 0.4rem;
  }
}

#faq .wrapper > figure {
  width: 100%;
  height: 6rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper > figure {
    height: 86.666vw;
  }
}

#faq .wrapper .inner {
  position: relative;
  width: 11.6rem;
  margin: -0.8rem auto 0;
  background-color: #fff;
  padding: 0.6rem 0.7rem 0.7rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner {
    width: calc(100% - 0.34rem);
    margin: -0.25rem auto 0;
    padding: 0.25rem 0.2rem;
  }
}

#faq .wrapper .inner h2 {
  margin-bottom: 0.35rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner h2 {
    margin-bottom: 0.25rem;
  }
}

#faq .wrapper .inner h3 {
  font-size: 0.22rem;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  padding: 0.15rem 0 0.15rem 0.4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  letter-spacing: 0.027rem;
  position: relative;
  background-color: #f4f5f0;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner h3 {
    font-size: 0.12rem;
    padding: 0.1rem 0.1rem 0.1rem 0.15rem;
    letter-spacing: 0;
  }
}

#faq .wrapper .inner h3 button {
  position: absolute;
  width: 0.32rem;
  height: 0.24rem;
  right: 0.18rem;
  background-size: contain;
  background-image: url(../img/index/faq_arrrow.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner h3 button {
    right: 0.1rem;
    width: 0.15rem;
    height: 0.15rem;
  }
}

#faq .wrapper .inner h3 button.close {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

#faq .wrapper .inner dl {
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: none;
  font-size: 0.22rem;
}

#faq .wrapper .inner dl dt, #faq .wrapper .inner dl dd {
  padding: 0.08rem 0 0.1rem 0.95rem;
  text-indent: -0.55rem;
  line-height: 1.7;
  letter-spacing: 0.027rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner dl dt, #faq .wrapper .inner dl dd {
    font-size: 0.12rem;
    padding: 0.05rem 0 0.05rem 0.35rem;
    letter-spacing: 0.01rem;
    text-indent: -0.3rem;
  }
}

#faq .wrapper .inner dl dt {
  padding-top: 0.2rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner dl dt {
    padding-top: 0.1rem;
  }
}

#faq .wrapper .inner dl dt::before {
  content: "Q.";
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4rem;
  padding-right: 0.15rem;
  line-height: 1;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner dl dt::before {
    font-size: 0.2rem;
    padding-right: 0.1rem;
  }
}

#faq .wrapper .inner dl dd {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner dl dd {
    padding-bottom: 0.15rem;
    margin-bottom: 0.05rem;
    text-align: justify;
  }
}

#faq .wrapper .inner dl dd:last-child {
  border: none;
}

#faq .wrapper .inner dl dd::before {
  content: "A.";
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.4rem;
  color: #d3bc5d;
  padding-right: 0.15rem;
  line-height: 1;
}

@media screen and (max-width: 720px) {
  #faq .wrapper .inner dl dd::before {
    font-size: 0.2rem;
    line-height: 1;
    padding-right: 0.1rem;
  }
}
/*# sourceMappingURL=index.css.map */