@charset "utf-8";
/* CSS Document */

html,body {
  margin: 0 auto;
  padding: 0;
}

/* PC用 */
@media screen and (min-width: 751px) {
  /* content
  --------------------------------------------------*/
  .lpbox , #lpfooter {
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#303030;
    line-height:1.5em;
  }
  .lpbox a , #lpfooter a{
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
  }
  .lpbox a:hover, #lpfooter a:hover{
    text-decoration: underline;
  }
  .lpbox span, #lpfooter span {
    font-size: inherit;
    font-weight: inherit;
  }
  .lpbox img ,
  #lpfooter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  .lpbox img.img-t ,
  #lpfooter img.img-t {
    vertical-align: top;
  }
  /* cart css reset */

  .lpbox header ,
  .lpbox h1 ,
  .lpbox h2 ,
  .lpbox h3 ,
  .lpbox p ,
  .lpbox dl ,
  .lpbox dt ,
  .lpbox dd ,
  .lpbox div ,
  .lpbox section ,
  .lpbox span {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
  #lpfooter footer ,
  #lpfooter div,
  #lpfooter p {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
  #lpfooter ul,
  #lpfooter li,
  .lpbox ul,
  .lpbox li{
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }

  /*******************
  LP style
  ********************/
  html {
    min-width: 1100px;
    margin: 0 auto;
  }
  .lpbox .hover{
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .lpbox .hover:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
  /* 
  横幅の大きい画像を設定した最小幅でトリミング
  デフォルトの設定は最小1100px、画像幅1500pxなので適宜調整してください
  */
  .lpbox .ovf__area{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 1100px;
  }
  .lpbox .ovf__box {
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    left: 50%;
    width: 1920px;
    -webkit-transform: translate3d(-50% , 0 , 0);
    -ms-transform: translate3d(-50% , 0 , 0);
    -o-transform: translate3d(-50% , 0 , 0);
    transform: translate3d(-50% , 0 , 0);
    z-index: 5;
    margin: 0;
  }

  /*---------------------------*/
  .lpbox h2:after {
    /*     margin: .4em auto .5em; */
  }
  .lpbox .guidance h2:after {
    margin: .4em auto .5em;
  }
  .lpbox .fv_box {
    position: relative;
  }

  .lpbox .guidance {
    padding: 5% 0 5%;
    text-align: center;

    max-width: 1220px;
  }
  .lpbox .guidance .titl {
    color: #000;
    font-size: 1.8em;
    margin: 0 auto 1.5%;
  }
  .lpbox .guidance .text {
    font-size: 16px;
    line-height: 2.1em;
    margin: 0 auto 0;
  }
  .lpbox .guidance .small {
    font-size: 1em;
  }


  .lpbox .private {
    text-align: center;
    max-width: 660px;
    margin-top: 8%;
  }
  .private h2:after {
    background: none;
  }
  .lpbox .private .titl {
    font-family: "Zen Old Mincho", serif;
    color: #000;
    font-size: 2em;
    margin: 0 auto 5%;
  }
  .lpbox .private .text {
    text-align: left;
    font-size: 1.5em;
    line-height: 2.1em;
    margin: 0 auto 1.5%;
  }








  .lpbox .movie {
    margin: 0 auto 10%;
    text-align: center;
  }
  .lpbox .movie video {
    max-width: 1000px;
  }
  .lpbox .venue {
    /*     margin-bottom: 10%; */
  }
  .lpbox .venue__box {
    position: relative;
  }
  .lpbox .venue__box__text {
    margin: 0% auto 0;
    padding: 6% 0;
    text-align: center;
    background: #f7f7f7;
    max-width: 1220px;
  }
  .lpbox .venue__box__titl {
    color: #5899b4;
    font-size: 2.6em;
    margin: 0 auto .5em;
  }
  .lpbox .venue__box__sub_titl {
    font-size: 1.4em;
    margin: 0 auto 1em;
  }
  .lpbox .venue__box__txt {
    font-size: 1.5em;
    line-height: 2.3em;
    margin: 0 auto 2em;
  }
  .lpbox .venue__box__max {
    font-size: 1.7em;
    background: #fff;
    max-width: 800px;
    padding: 2% 0;
    letter-spacing: 0em;
    line-height: 1.9em;
  }

  .lpbox .day {
    position: relative;
    margin-bottom: 5%;
  }
  .lpbox .day .slider {
    width: 1000px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lpbox .day .slider li {
    margin: 0 1em;
  }

  .lpbox .night {
    position: relative;
  }
  .lpbox .night .slider {
    width: 1000px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lpbox .night .slider li {
    margin: 0 1em;
  }


  .lpbox .day_night {
    margin: 4% auto 10%;
    text-align: center;
  }
  .lpbox .day_night .titl {
    color: #5899b4;
    font-size: 2em;
    margin: 0 auto 1%;
  }
  .lpbox .day_night .text {
    font-size: 3em;
    line-height: 1.5em;
    margin: 0 auto 1.5%;
  }
  .lpbox .day_night .text2 {
    font-size: 1.8em;
  }

  .lpbox .coordinate {
    padding: 0;
    margin-top: 8%;
    max-width: 1000px;
  }

  .lpbox .ceremony {
    padding: 5% 0 5%;
    background: #eef5f7;
    max-width: 1220px;
  }
  .ceremony .h2:after {
    background: none;
    margin: 0 0 .6em 0;
  }
  .lpbox .ceremony .titl {
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    font-size: 2.4em;
    line-height: 1.5em;
    margin: 0 auto 5%;
    letter-spacing: .1em;
  }
  .lpbox .ceremony__box {
    position: relative;
    max-width: 1220px;
  }
  .lpbox .ceremony__titl {
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    color: #204000;
  }
  .lpbox .ceremony__text {
    position: absolute;
    top: 7.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 2em;
  }
  .lpbox .ceremony__text02 {
    position: absolute;
    top: 17em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.4em;
  }
  .lpbox .ceremony .text {
    font-size: 1.5em;
    line-height: 2.5em;
    margin: 3% auto 5%;
    text-align: left;
    width: 58%;
  }
  .lpbox .slider2 li {
    margin: 0 1em;
  }
  .lpbox .slider2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    width: 900px;
  }

  .lpbox .ceremony__obi {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    position: absolute;
    top: 0em;
    right: 11.6em;
    font-size: 2.2em;
    text-align: justify;
    height: 15em;
    letter-spacing: .15em;
  }
  .lpbox .ceremony__obi2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    position: absolute;
    top: 0em;
    left: 12.2em;
    font-size: 2.2em;
    text-align: justify;
    height: 15em;
    letter-spacing: .15em;
  }
  .lpbox .ceremony__obi span,
  .lpbox .ceremony__obi2 span {
    font-family: "Zen Old Mincho", serif;
    padding: 4% 2%;
    background: #fff;
    color: #190c00;
    line-height: 2.5em;    
  }
  .lpbox .ceremony__obi.blue span,
  .lpbox .ceremony__obi2.blue span {
    font-family: "Zen Old Mincho", serif;
    padding: 4% 2%;
    background: #5899b4;
    color: #fff;
    line-height: 2.5em;
  }
  .lpbox .gallery {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    background: #f7f7f7;
    max-width: 1220px;
  }
  .lpbox .gallery .slider li {
    margin: 0 1em;
  }
  .lpbox .coordinate .slider li {
    margin: 0 1em;
  }
  .lpbox .gallery__text {
    width: 72%;
  }
  .lpbox .gallery__text_01 {
    font-family: "Zen Old Mincho", serif;
    font-size: 2em;
    padding: 8% 0 0;
    width: 80%;
  }
  .lpbox .gallery__text_02 {
    text-align: justify;
    font-size: 16px;
    padding: 5% 0 10%;
    width: 80%;
  }
  .lpbox .gallery__text__box {
    border: 1px solid #190c00;
    width: 100%;
    text-align: center;
    padding: 2% 0%;
    margin-bottom: 10%;
  }
  .lpbox .gallery__text__box p:first-child {
    font-size: 18px;
  }
  .lpbox .gallery__text__box p {
    font-size: 1.5em;
    line-height: 2.4em;
    letter-spacing: 0.1em;
  }


  .lpbox .banquet {
    border: 1px solid #190c00;
    width: 540px;
    margin: 10em auto 0;
    text-align: center;
    background: #ffffff;
  }
  .lpbox .banquet a {
    line-height: 1.2em;
    font-size: 3em;
    color: #190c00;
    display: block;
    padding: 2% 0;
  }
  .lpbox .banquet span {
    font-size: .7em;
    display: inline-block;
    border-top: .1em solid #190c00;
    width: 40%;
  }
  .lpbox .banquet a:hover {
    text-decoration: none;
  }


  .lpbox .facility {
    margin: 4% auto 3%;
    text-align: center;
  }
  .lpbox .facility .titl {
    color: #204000;
    font-size: 1.5em;
    margin: 0 auto .5%;
  }
  .lpbox .facility .text {
    font-size: 2.2em;
    line-height: 1.5em;
    margin: 0 auto 1.5%;
  }



  .single-ceremony__content h2:after {
    /*! margin: .4em auto 1em; */
  }

  .pc-box {
    display: block;
  }
  .sp-box {
    display: none!important;
  }
  .sma {
    display: none;
  }
  .sma_pc {
    display: block;
  }
}
/* PC用 ここまで */


/* SP用 */
@media screen and (max-width: 750px) {
  .lpbox .pc-box {
    display: none!important;
  }
  .lpbox .sp-box {
    display: block;
  }

  /*******************

  LP style

  ********************/
  html , body {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  /* content
  --------------------------------------------------*/
  .lpbox , #lpfooter {
    font-size: 14px;
    font-size: 3.7333vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color:#303030;
    line-height:1.5em;
  }
  .lpbox a , #lpfooter a{
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
  }
  .lpbox a:hover, #lpfooter a:hover{
    text-decoration: underline;
  }
  .lpbox span, #lpfooter span {
    font-size: inherit;
    font-weight: inherit;
  }
  .lpbox img ,
  #lpfooter img {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: bottom;
  }
  .lpbox img.img-t ,
  #lpfooter img.img-t {
    vertical-align: top;
  }
  /* cart css reset */

  .lpbox header ,
  .lpbox h1 ,
  .lpbox h2 ,
  .lpbox h3 ,
  .lpbox p ,
  .lpbox dl ,
  .lpbox dt ,
  .lpbox dd ,
  .lpbox div ,
  .lpbox section ,
  .lpbox span {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
  #lpfooter footer ,
  #lpfooter div,
  #lpfooter p {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
  #lpfooter ul,
  #lpfooter li {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    list-style: none;
  }
  /*----------------------------------------*/


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

  .lpbox h2:after {
    margin: 3vw auto 3vw;
    content: '';
    width: 40px;
    height: 1px;
    background: #5899b4;
    display: block;
  }

  .lpbox .fv_box {
    position: relative;
  }

  .lpbox .guidance {
    padding: 10vw 0 10vw;
    text-align: center;

    /*     background: #f9f9f7; */
  }

  .single-banquet__content .lpbox h2 {
    color: #5899b4;
    font-size: 5vw;
    text-align: center;
  }
  .lpbox .guidance .titl {
    font-size: 3.1vw;
    margin: 0 auto 6%;
  }
  .lpbox .guidance .text {
    font-size: 3vw;
    line-height: 2.1em;
    margin: 0 auto 1.5%;
    text-align: justify;
    width: 90%;
  }
  .lpbox .guidance .small {
    font-size: 1.8vw;
    text-align: right;
    width: 80%;
  }

  .lpbox .ceremony {
    padding: 5% 0 5%;
    /*     margin-top: 8%; */
    background: #eef5f7;
    max-width: 1220px;
  }
  .lpbox .ceremony h2 {
    font-size: 1.6rem;
    letter-spacing:0;
  }
  .lpbox .ceremony .titl {
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    font-size: 4.5vw;
    line-height: 7vw;
    margin: 0 auto 8vw;
  }


  .lpbox .private {
    text-align: center;
    margin-top: 15vw;
  }
  .lpbox .private h2:after {
    margin: 0 0 2vw;
    background: none;
    display: block;
  }
  .lpbox .private .titl {
    font-family: "Zen Old Mincho", serif;
    color: #000;
    font-size: 3.8vw;
    margin: 0 auto 5%;
    line-height: 1.5em;
  }
  .lpbox .private .text {
    width: 95%;
    text-align: justify;
    font-size: 3vw;
    line-height: 2.1em;
    margin: 0 auto 10vw;
  }









  .lpbox .movie {
    margin: 0 auto 15vw;
    text-align: center;
  }
  .lpbox .movie video {
    width: 80%;
  }
  .lpbox .venue {
    margin-bottom: 0vw;
    width: 95%;
  }
  .lpbox .venue__box {
    position: relative;
  }
  .lpbox .venue__box__text {
    /*     position: absolute;
    top: 8vw;
    left: 0;
    right: 0; */
    padding: 11vw 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #f7f7f7;
  }
  .lpbox .venue__box__titl {
    color: #5899b4;
    font-size: 4vw;
    margin: 0 auto 1vw;
  }
  .lpbox .venue__box__sub_titl {
    font-size: 3vw;
    margin: 0 auto 5vw;
  }
  .lpbox .venue__box__txt {
    font-size: 3vw;
    line-height: 2.1em;
    margin: 0 auto 6vw;
  }
  .lpbox .venue__box__max {
    font-size: 3.5vw;
    background: #fff;
    width: 90%;
    padding: 3% 0;
    line-height: 2em;
    letter-spacing: 0em;
  }
  .lpbox .venue__box__max span {
    font-size: 4vw;
  }

  .lpbox .day {
    position: relative;
    margin-bottom: 10vw;
  }
  .lpbox .day .slider {
    width: 90%;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lpbox .day .slider li {
    margin: 0 1em;
  }

  .lpbox .night {
    position: relative;
    margin-bottom: 10vw;
  }
  .lpbox .night .slider {
    width: 90%;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .lpbox .night .slider li {
    margin: 0 1em;
  }

  .lpbox .day .slider .slick-dots,
  .lpbox .night .slider .slick-dots {
    display: none;
  }


  .lpbox .day_night {
    margin: 4% auto 10%;
    text-align: center;
  }
  .lpbox .day_night .titl {
    color: #5899b4;
    font-size: 3.7vw;
    margin: 0 auto 4vw;
  }
  .lpbox .day_night .text {
    font-size: 6vw;
    line-height: 1.5em;
    margin: 0 auto 4vw;
  }
  .lpbox .day_night .text2 {
    font-size: 3.3vw;
  }

  .lpbox .ceremony {
    padding-top: 10vw;
    /*     margin-bottom: 10vw; */
  }
  .lpbox .ceremony h2:after {
    margin: 0 0 2vw;
    background: none;
    display: block;
  }
  .lpbox .ceremony__box {
    position: relative;
    width: 100%;
  }
  .lpbox .ceremony__titl {
    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3vw;
    color: #204000;
  }
  .lpbox .ceremony__text {
    position: absolute;
    top: 18vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 5vw;
    line-height: 1.5em;
  }
  .lpbox .ceremony__text02 {
    position: absolute;
    top: 38vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 2.8vw;
  }

  .lpbox .slider2 li {
    margin: 0 1em;
  }
  .lpbox .slider2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
    width: 85%;
  }
  .lpbox .slider2 .slick-dots {
    position: absolute;
    bottom: -9vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .lpbox .ceremony .text {
    font-size: 3vw;
    line-height: 2.1em;
    margin: 4vw auto 8vw;
    width: 90%;
    text-align: justify;
  }

  .lpbox .facility .titl {
    color: #204000;
    font-size: 3vw;
    margin: 0 auto .5%;
    text-align: center;
  }

  .lpbox .facility .text {
    font-size: 5.5vw;
    line-height: 1.5em;
    margin: 0 auto 3%;
    text-align: center;
    width: 85%;
  }

  .lpbox .ceremony__obi {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    position: absolute;
    top: 0em;
    right: 2.2em;
    font-size: 3.8vw;
    text-align: justify;
    height: 15em;
  }
  .lpbox .ceremony__obi2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    position: absolute;
    top: 0em;
    left: 2.2em;
    font-size: 3.8vw;
    text-align: justify;
    height: 15em;
  }
  .lpbox .ceremony__obi span,
  .lpbox .ceremony__obi2 span {
    font-family: "Zen Old Mincho", serif;
    padding: 2%;
    background: #fff;
    color: #190c00;
    line-height: 2.5em;
  }
  .lpbox .ceremony__obi.blue span,
  .lpbox .ceremony__obi2.blue span {
    font-family: "Zen Old Mincho", serif;
    padding: 2%;
    background: #5899b4;
    color: #fff;
    line-height: 2.5em;
  }
  .lpbox .gallery {
    width: 100%;
    position: relative;
    padding-bottom: 20vw;
    padding-top: 10vw;
    background: #f8f8f5;
  }
  .lpbox .gallery h2:after {
    margin: 4vw auto 5vw;
  }
  .lpbox .gallery ul {
    width: 95%;
    margin: 0 auto 0;
  }

  .lpbox .gallery__text {
    width: 93%;
  }
  .lpbox .gallery__text_01 {
    font-family: "Zen Old Mincho", serif;
    font-size: 4vw;
    padding: 15% 0 0;
  }
  .lpbox .gallery__text_02 {
    text-align: justify;
    font-size: 3.3vw;
    padding: 5% 0 10%;
  }
  .lpbox .gallery__text__box {
    border: 1px solid #190c00;
    width: 100%;
    text-align: center;
    padding: 2% 0%;
    margin-bottom: 10%;
  }
  .lpbox .gallery__text__box p {
    font-size: 3.2vw;
    line-height: 2em;   
  }
  .lpbox .gallery__text__box p:first-child {
    font-size: 3.5vw;
    line-height: 2.4em;   
  }


  .lpbox .banquet {
    border: 1px solid #190c00;
    width: 90%;
    margin: 20vw auto 5em;
    text-align: center;
    background: #ffffff;
  }
  .lpbox .banquet a {
    line-height: 1em;
    font-size: 6vw;
    color: #190c00;
    display: block;
    padding: 3% 0;
  }
  .lpbox .banquet span {
    display: inline-block;
    font-size: .5em;
    border-top: .1em solid #190c00;
    width: 50%;
  }






  .sma {
    display: block;
  }
  .sma_pc {
    display: none;
  }
}
/* SP用 ここまで */





.lpbox .gallery .slider .slick-dots li button
{
  background: #cccccc;
}

.slick-slide:hover img
{
  opacity: 1;
}
#sub .slick-prev {
  top: 45%;
  left: -5%;
  transform: translate(0,0);
}
#sub .slick-next {
  top: 45%;
  right: -5%;
  transform: translate(0,0);
}

.slick-dots li button
{
  background: #cccccc;
  border-radius: 100px!important;
}

.slick-dots li.slick-active button:before
{
  background: #000;
  border-radius: 100px!important;
}

.slick-prev {
  z-index: 9;
}
.slick-prev:before
{
  position: relative;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-left: 3px solid #000000;
  border-bottom: 3px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next:before
{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}