@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 .fv_box {
    position: relative;
  }

  .lpbox .guidance {
    margin: 2% auto 10%;
    text-align: center;
  }
  .lpbox .guidance .titl {
    color: #5899b4;
    font-size: 2.3em;
    margin: 0 auto .5%;
  }
  .lpbox .guidance .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(2.5vw, 16px);
    line-height: 2.1em;
    margin: 0 auto 1.5%;
  }
  .lpbox .guidance .small {
    font-size: 1em;
  }
  .lpbox .movie {
    margin: 0 auto 10%;
    text-align: center;
  }
  .lpbox .movie video {
    max-width: 1000px;
  }
  .lpbox .venue {
    margin-bottom: 6%;
  }
  .lpbox .venue__box {
    position: relative;
  }
  .lpbox .venue__box__text {
    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .lpbox .venue__box__titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: min(2vw, 30px);
    margin: 0 auto;
  }
  .lpbox .venue__box__sub_titl {
    font-size: min(1.5vw, 18px);
    margin: 0 auto 2em;
  }
  .lpbox .venue__box__txt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(2.5vw, 16px);
    line-height: 2.2em;
    margin: 0 auto 2.5em;
    color: #190c00;
  }
  .lpbox .venue__box__max {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(1vw, 18px);
    background: #fff;
    max-width: 430px;
    padding: .5% 0;
  }

  .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 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: min(2vw, 18px);
    margin: 0 auto 1%;
  }
  .lpbox .day_night .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(2vw, 24px);
    line-height: 1.5em;
    margin: 0 auto 1.5%;
  }
  .lpbox .day_night .text2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(1vw, 16px);
  }
  .lpbox .fv_box_text {
    text-align: center;
  }
  .lpbox .fv_text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #1f1f1f;
    font-size: min(3vw, 55px);
    margin: 3% auto 0;
  }
  .lpbox .fv_text2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(.8vw, 14px);
    line-height: 0;
    margin: 0 auto 3%;
  }



  .lpbox .japanese_style {
    margin: 4% auto 10%;
    text-align: center;
  }
  .lpbox .japanese_style .titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: min(2vw, 30px);
    margin: 0 auto .5%;
  }
  .lpbox .japanese_style .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(1vw, 18px);
    line-height: 1.5em;
    margin: 0 auto 5%;
  }


  .lpbox .ceremony {
    margin-bottom: 10%;
  }
  .lpbox .ceremony__box {
    position: relative;
    max-width: 1220px;
  }
  .lpbox .ceremony__titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: min(1vw, 18px);
    color: #5899b4;
  }
  .lpbox .ceremony__text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: min(2vw, 24px);
    line-height: 1.5em;
  }

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

    position: absolute;
    top: 0em;
    left: 12em;
    font-size: min(2vw, 22px);
    text-align: justify;
    height: 16em;
  }
  .lpbox .ceremony__obi2 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

    position: absolute;
    top: 0em;
    right: 12em;
    font-size: min(2vw, 22px);
    text-align: justify;
    height: 17em;
  }
  .lpbox .ceremony__obi span,
  .lpbox .ceremony__obi2 span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    padding: 4% 2%;
    background: #fff;
  }
  .lpbox .gallery {
    max-width: 1000px;
    position: relative;
    margin-bottom: 10%;
  }
  .lpbox .gallery h2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: min(2vw, 22px);
  }
  .lpbox .gallery .slider li {
    margin: 0 1em;
  }

  .lpbox .japanese_style {
    max-width: 1000px;
    position: relative;
    margin-bottom: 10%;
  }
  .lpbox .japanese_style .slider li {
    margin: 0 1em;
  }

  .lpbox .banquet {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    width: 540px;
    margin: 0 auto;
    text-align: center;
    background: #190c00;
  }
  .lpbox .banquet a {
    line-height: 2em;
    font-size: 1.5em;
    color: #fff;
    display: block;
    padding: 4% 0;
  }
  .lpbox .banquet span {
    font-size: 1.5em;
  }



  .single-ceremony__content h2:after {
    margin: .4em auto 3em;
  }

  .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 .fv_box {
    position: relative;
  }

  .lpbox .guidance {
    margin: 5vw auto 18vw;
    text-align: center;
  }
  .lpbox .guidance .titl {
    color: #5899b4;
    font-size: 5vw;
    margin: 0 auto .5%;
  }
  .lpbox .guidance .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3.1vw;
    line-height: 2.1em;
    margin: 0 auto 1.5%;
    text-align: justify;
    width: 85%;
  }
  .lpbox .guidance .small {
    font-size: 1.8vw;
    text-align: right;
    width: 80%;
  }
  .lpbox .movie {
    margin: 0 auto 15vw;
    text-align: center;
  }
  .lpbox .movie video {
    width: 80%;
  }
  .lpbox .venue {
    margin-bottom: 20vw;
  }
  .lpbox .venue__box {
    position: relative;
  }
  .lpbox .venue__box__text {
    position: absolute;
    top: 8vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .lpbox .venue__box__titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: 5vw;
    margin: 0 auto;
  }
  .lpbox .venue__box__sub_titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3.5vw;
    margin: 0 auto 2vw;
  }
  .lpbox .venue__box__txt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3vw;
    line-height: 2.3em;
    margin: 0 auto 6vw;
  }
  .lpbox .venue__box__max {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3.5vw;
    background: #fff;
    width: 80%;
    padding: 1% 0;
  }

  .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 20%;
    text-align: center;
  }
  .lpbox .day_night .titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: 3.7vw;
    margin: 0 auto 4vw;
  }
  .lpbox .day_night .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 6vw;
    line-height: 1.5em;
    margin: 0 auto 4vw;
  }
  .lpbox .day_night .text2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3.3vw;
  }

  .lpbox .fv_box_text {
    margin: 4% auto 10%;
    text-align: center;
  }
  .lpbox .fv_text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #1f1f1f;
    font-size: 10vw;
    margin: 3% auto 0;
  }
  .lpbox .fv_text2 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 3vw;
    line-height: 0;
    margin: 0 auto 3%;
  }

  .lpbox .japanese_style {
    margin: 4% auto 10%;
    text-align: center;
  }
  .lpbox .japanese_style .titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    color: #5899b4;
    font-size: 6vw;
    margin: 0 auto 0;
  }
  .lpbox .japanese_style .text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    font-size: 4vw;
    line-height: 1.5em;
    margin: 0 auto 5vw;
  }


  .lpbox .ceremony {
    margin-bottom: 20vw;
  }
  .lpbox .ceremony__box {
    position: relative;
    width: 100%;
  }
  .lpbox .ceremony__titl {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 10vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 3vw;
    color: #5899b4;
  }
  .lpbox .ceremony__text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    position: absolute;
    top: 16vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 5vw;
  }

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

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

    position: absolute;
    top: 0em;
    right: 4em;
    font-size: 4vw;
    text-align: justify;
    height: 15em;
  }
  .lpbox .ceremony__obi span,
  .lpbox .ceremony__obi2 span {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    padding: 0 2%;
    background: #fff;
    line-height: 2.5em;
  }
  .lpbox .gallery {
    width: 90%;
    position: relative;
    margin-bottom: 26vw;
  }
  .lpbox .japanese_style {
    width: 90%;
    position: relative;
    margin-bottom: 25vw;
  }

  .lpbox .banquet {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;

    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: #190c00;
  }
  .lpbox .banquet a {
    line-height: 2em;
    font-size: 3vw;
    color: #fff;
    display: block;
    padding: 4% 0;
  }
  .lpbox .banquet span {
    font-size: 1.5em;
  }






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




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

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

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

.slick-dots li button
{
  background: #fff;
  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);
}