
/*--------------------------------------------------------------------------
 adjust
---------------------------------------------------------------------------*/
.swiper-pagination-bullets {
  position: absolute;
  text-align: center;
  z-index: 10;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
.swiper-pagination-bullet-active {
    background: #000;
}

/*--------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
header {
  height: 80px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 10;
}
header h1 {
  width: 140px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
header ul.menu {
  text-align: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13%;
}
header ul.menu li {
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
}
header ul.menu li a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header ul.menu li:hover a {opacity: 0.4;}
header .btn {
  width: 11%;
  height: 100%;
  background: #E6316E;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .btn:hover {background: #666;}
header .btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #E6316E;
  text-align: center;
  transition: 0.3s ease-in-out;
}
header .btn p {
  width: 60%;
  max-width: 90px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 1025px) {
  header ul.menu li {
    font-size: 12px;
    padding-left: 10px;
  }
  header .btn p {font-size: 12px;}
  header .btn p span {font-size: 10px;}
}

@media screen and (max-width: 900px) {
  header ul.menu li {
    font-size: 11px;
    padding-left: 7px;
  }
  header ul.menu li {display: none;}
}

@media screen and (max-width: 768px) {
  header {
    height: 60px;
    position: relative;
  }
  header h1 {
    width: 110px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  header .btn {display: none;}
}




/*--------------------------------------------------------------------------
 Main visual
---------------------------------------------------------------------------*/
#hero {
 min-height: 800px;
 margin: 0 auto;
 position: relative;
}
#hero .hero-img {
 width: 100%;
 height: 100%;
 padding: 0;
 position: relative;
}
#hero .main-visual{
  width: 100%;
 height: 80%;
}
#hero .main-visual picture {
  display: block;
  width: 100%;
  height: 100%;
}
#hero .main-visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#hero .info {
 width: 70%;
 max-width: 1124px;
 margin: 0 auto;
 position: absolute;
 bottom: 10px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}
#hero .info h1{
  padding: 1.5% 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #B59F85;
  border-radius: 6px 6px 0 0 ;
}
#hero .info ul{
  background-color: #FAFAFA;
  border-radius: 0 0 6px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#hero .info ul li{
  width: 50%;
  position: relative;
}
#hero .info ul li a{
  width: 100%;
  height: 180px;
  padding: 3% 5%;
  display: block;
  position: relative;
}
#hero .info ul li a img{
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
}
#hero .info ul li:first-child::before{
  content: "";
  width: 1px;
  height: 80%;
  border-right: 1px solid #B59F85;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
}
#hero .info ul li a:hover{
  opacity: .85;
  transition: .8s;
}

@media screen and (max-width: 1025px){
  #hero .info h1{font-size: 16px;}
  #hero .info ul li a{
    height: 160px;
    padding: 1% 4%;
  }
  #hero .info ul li a img{width: 80%;}
}

@media screen and (max-width: 960px){
 #hero { min-height: initial;}
}

@media screen and (max-width: 768px) {
  #hero .info {
     width: 90%;
     bottom: 70px;
  }
  #hero .info h1{
    padding: 3% 0;
    font-size: 16px;
  }
  #hero .info ul li a{
    height: 100px;
    padding: 1% 4%;
  }
  #hero .info ul li a img{width: 90%;}
}




/*--------------------------------------------------------------------------
 concept
---------------------------------------------------------------------------*/
#concept{margin:80px auto 200px;}
#concept .lead {
  width: 86.666%;
 margin:40px auto 120px;
 text-align: center;
 letter-spacing: 0.22em;
 line-height: 1.8;
 color: #B59F85;
 font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 32px;
}
#concept .concept-inner{
  width: 86.666%;
  max-width: 975px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#concept .concept-inner .title{
  width: 35%;
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1;
}
#concept .concept-inner .txt-wrap{width: 60%;}
#concept .concept-inner .txt-wrap h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
#concept .concept-inner .txt-wrap p{
  margin-top: 50px;
  font-size: 15px;
  line-height: 2.2;
  font-feature-settings: "palt";
}

@media screen and (max-width: 960px){
  #concept .lead {font-size: 26px;}
  #concept .concept-inner .title{font-size: 44px;}
  #concept .concept-inner .txt-wrap h2{font-size: 16px;}
}

@media screen and (max-width: 768px){
  #concept{margin:0px auto 100px;}
  #concept .lead {
    margin: 0px auto 80px;
    font-size: 16px;
    line-height: 2.8;
    text-align: left;
   }
  #concept .concept-inner .title{width: 100%;}
  #concept .concept-inner .txt-wrap{
    width: 100%;
    margin-top:50px;
  }
  #concept .concept-inner .txt-wrap p{
    margin-top: 20px;
    font-size: 14px;
  }
}





/*--------------------------------------------------------------------------
 intro
---------------------------------------------------------------------------*/
#intro .ideal{
  width: 95%;
  margin: 0 auto 0;
  padding-top: 10px;
  padding-bottom: 145px;
  background-color: #faf7f3;
  border-radius: 4.5px;
}
#intro .ideal .dec{
  width: 70%;
  max-width: 890px;
  margin-top: -100px;
  margin-left: 3%;
  display: block;
}
#intro .ideal .catch {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
#intro .ideal .copy {
  max-width: 380px;
  margin: 0 auto;
}
#intro .ideal ul{
  width: 86.666%;
  max-width: 1200px;
  margin: 0 auto;
}
#intro .ideal ul::before {
  content: "";
  display: block;
  width: 17%;
  order: 1;
}
#intro .ideal ul::after {
  content: "";
  display: block;
  width: 17%;
}
#intro .ideal ul {align-items: flex-start;}
#intro .ideal ul li {
  max-width: 17%;
  flex: 0 1 17%;
  margin-bottom: 40px;
  text-align: center;
}
#intro .ideal ul li img {
  overflow: hidden;
  border-radius: 100%;
}
#intro .ideal ul li p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6em;
}
/* feature */
#intro .feature{
  max-width: 1525px;
  width: 86.666%;
  margin: 0px auto 160px;
  text-align: left;
}
#intro .feature .title{
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}
#intro .feature .title span{
  margin-left: 2%;
  font-size: 15px;
  vertical-align: middle;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#intro .feature ul {
 width: 90%;
 max-width: 1440px;
 margin: 0px auto 0;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
 -webkit-flex-wrap: wrap;
 -moz-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 -o-flex-wrap: wrap;
 flex-wrap: wrap;
}
#intro .feature ul li {
  max-width: 30.555%;
  flex: 0 1 30.555%;
}
#intro .feature ul li h4{
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
}
#intro .feature ul li p{
  margin-top: 10px;
  font-size: 15px;
  text-align: justify;
}

#contact{
  margin-top: 70px;
  text-align: center;
}
#contact .btn{
  width: 86.666%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #E6316E;
  border-radius: 3.5px;
}
#contact .btn a{
  padding: 40px 0;
  color: #fff;
  display: block;
}
#contact .btn a:hover{
  background: #666;
  transition: 0.3s ease-in-out;
}
#contact .icon{margin: 30px auto 0;}
#contact .icon img{width: 230px;}
#contact .icon p{
  margin-top: 20px;
  color: #AF9667;
}

@media screen and (max-width: 1367px){
  #intro .ideal{padding-bottom: 120px;}
  #intro .ideal .dec{width: 60%;}
  #intro .feature ul li h4{font-size: 16px;}
  #intro .feature ul li p {
   margin-top: 10px;
   font-size: 12px;
  }
}

@media screen and (max-width: 960px){
  #intro .ideal{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #intro .ideal .catch {
    margin-bottom: 5px;
    font-size: 16px;
  }
  #intro .ideal ul::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  #intro .ideal ul::after {
    content: "";
    display: block;
    width: 22%;
  }
  #intro .ideal ul li {
    max-width: 22%;
    flex: 0 1 22%;
    margin-bottom: 40px;
    text-align: center;
  }
  #intro .feature ul{width: 100%;}
  #intro .feature ul li h4{
    font-size: 12px;
    line-height: 1.4em;
  }
  #intro .feature ul li p {font-size: 10px;}
}

@media screen and (max-width: 768px){
  #intro .ideal {
    margin-top: 60px;
    padding-top: 10px;
  }
  #intro .ideal .dec{
    width: 80%;
    margin-top: -40px;
  }
  #intro .ideal .copy {
    width: 86.666%;
    margin-top: 5px;
  }
  #intro .ideal ul::before {
    content: "";
    display: block;
    width: 30%;
    order: 1;
  }
  #intro .ideal ul::after {
    content: "";
    display: block;
    width: 30%;
  }
  #intro .ideal ul li {
    max-width: 30%;
    flex: 0 1 30%;
    margin-bottom: 20px;
    text-align: center;
  }
  #intro .ideal ul li p {
    margin-top: 5px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.5em;
  }
  #intro .feature{margin-bottom: 120px;}
  #intro .feature .title{font-size: 44px;}
  #intro .feature .title span{font-size: 12px;}
  #intro .feature ul {margin-top: 20px;}
  #intro .feature ul li{
    max-width: 100%;
    flex: 0 1 100%;
    margin: 0 auto 30px;
  }
  #intro .feature ul li:last-child{margin: 0 auto 10px;}
  #intro .feature ul li h4 {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.4em;
  }
  #intro .feature ul li p{font-size: 12px;}
  #contact{margin-top: 60px;}
  #contact .btn a{padding: 25px 0;}
  #contact .icon{margin: 20px auto 0;}
  #contact .icon p{
    margin-top: 10px;
    font-size: 12px;
  }
}



/*--------------------------------------------------------------------------
 venue
---------------------------------------------------------------------------*/
#venue {overflow: hidden;}
#venue .title{
  max-width: 1525px;
  width: 86.666%;
  margin: 0px auto 0px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
}
#venue .title span{
  margin-left: 2%;
  font-size: 15px;
  vertical-align: middle;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#venue .venue-wrap {
 width: 100%;
 margin: 0 auto;
 border-top: 1px solid #DFDFDF;
 padding-top: 80px;
 margin-top: 80px;
}
#venue .venue-wrap h2{
  width: 86.666%;
  max-width: 600px;
  margin: 0 auto 30px;
}
#venue .venue-wrap h2 img{height: auto;}
#venue .venue-wrap .swiper-container {
 width: 100%;
 max-width: 1000px;
 overflow: visible;
}
#venue .venue-wrap .swiper-container .swiper-slide { opacity: 0.3;}
#venue .venue-wrap .swiper-container .swiper-slide.swiper-slide-active { opacity: 1;}
#venue .venue-wrap .swiper-container .swiper-button-prev { left: -15px;}
#venue .venue-wrap .swiper-container .swiper-button-next { right: -15px;}
#venue .venue-wrap h3 {
 margin-top: 60px;
 text-align: center;
 letter-spacing: 0.14em;
 line-height: 1.4;
 color: #007B8C;
 font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 28px;
 font-weight: normal;
}
#venue .venue-wrap .renewal{
  margin-top: 30px;
  text-align: center;
 letter-spacing: 0.14em;
 line-height: 1.4;
 color: #007B8C;
 font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 20px;
 font-weight: normal;
}
#venue .venue-wrap .renewal span {background:linear-gradient(transparent 60%, #ff6 60%);}
#venue .venue-wrap ul {
 width: 90%;
 max-width: 1440px;
 margin: 40px auto 0;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
#venue .venue-wrap ul li {
 width: 30%;
 margin-bottom: 30px;
 position: relative;
}
#venue .venue-wrap ul li figure {
 width: 100%;
 letter-spacing: -5px;
 line-height: 0;
 letter-spacing: -5px;
 font-size: 0;
}
#venue .venue-wrap ul li .batch{
  width: 90px;
  position: absolute;
  top: -45px;
  left: 8px;
}
#venue .venue-wrap ul li figure .sp { display: none;}
#venue .venue-wrap ul li:nth-of-type(3n+1) { margin-left: 0;}
#venue .venue-wrap ul li .txt { padding: 5% 0 0;}
#venue .venue-wrap ul li .txt h4 {
 letter-spacing: 0.1em;
 line-height: 1.33;
 color: #B59F85;
 font-size: 20px;
 font-weight: bold;
}
#venue .venue-wrap ul li .txt p {
  margin-top: 10px;
 letter-spacing: 0.06em;
 line-height: 1.8;
 font-size: 14px;
}
#venue .contact .tel-number{
  width: 86.666%;
    max-width: 660px;
    margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#venue .contact .tel-number i{
  width: 50px;
  margin-right: 15px;
  display: block;
}
#venue .contact .tel-number p{
  font-size: 23px;
  font-weight: bold;
  line-height: .8;
  text-align: left;
}
#venue .contact .tel-number p span{
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 1400px) {
 #venue .venue-wrap ul li .txt h4 { font-size: 18px;}
}

@media screen and (max-width: 1200px) {
 #venue .venue-wrap h3 { font-size: 24px;}
 #venue .venue-wrap ul li .batch{
  width: 70px;
  top: -35px;
}
 #venue .venue-wrap ul li .txt h4 br { display: none;}
 #venue .venue-wrap ul li .txt p {font-size: 12px;}
 #venue .venue-wrap .swiper-container { overflow: hidden;}
 #venue .venue-wrap .swiper-container .swiper-button-prev { left: 15px;}
 #venue .venue-wrap .swiper-container .swiper-button-next { right: 15px;}
}

@media screen and (max-width: 980px) {
 #venue .venue-wrap{
  margin-top: 60px;
  padding-top: 60px;
 }
 #venue .venue-wrap h3 {
  margin-top: 40px;
  font-size: 20px;
 }
 #venue .venue-wrap .renewal{
  margin-top: 15px;
 font-size: 16px;
}
 #venue .venue-wrap ul{
  display: block;
  margin-top: 0;
}
 #venue .venue-wrap ul li {
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 20px;
  display: flex;
  justify-content:space-between;
  align-items: center;
  background: url(../img/okinawa-wedding-dotline.png) left bottom repeat-x;
  -webkit-background-size: 4px 1px;
  -o-background-size: 4px 1px;
  background-size: 4px 1px;
 }
 #venue .venue-wrap ul li figure {width: 40%;}
 #venue .venue-wrap ul li .txt {
  width: 55%;
  padding: 0;
 }
}

@media screen and (max-width: 768px){
  #venue .title{font-size: 44px;}
  #venue .title span{font-size: 12px;}
  #venue .contact .pc{display: none;}
  #venue .contact .btn:nth-child(3){background-color: #6f6f6f;}
  #venue .contact .btn i{
    width: 3%;
    margin-right: 6px;
    display: inline-block;
  }
  #venue .contact .btn i img{vertical-align: baseline;}
}

@media screen and (max-width: 640px) {
 #venue .venue-wrap h2{margin: 0 auto 10px;}
 #venue .venue-wrap{
  margin-top: 40px;
  padding-top: 40px;
 }
 #venue .venue-wrap h3 {
  margin-top: 25px;
  font-size: 18px;
 }
 #venue .venue-wrap ul li figure {width: 33.33%;}
 #venue .venue-wrap ul li .batch{display: none;}
 #venue .venue-wrap ul li figure .pc { display: none;}
 #venue .venue-wrap ul li figure .sp { display: block;}
 #venue .venue-wrap ul li .txt {width: 62.66%;}
  #venue .venue-wrap ul li .txt b{
    padding: 1px 3px;
    font-size: 10px;
    letter-spacing: .04em;
    color: #E6316E;
    border: 1px solid #E6316E;
    display: inline-block;
  }
 #venue .venue-wrap ul li .txt h4 {
  letter-spacing: 0.06em;
  font-size: 14px;
  text-align: left;
 }
 #venue .venue-wrap ul li .txt p {
  line-height: 1.66;
  font-size: 10px;
 }
}

@media screen and (max-width: 320px) {
 #venue .venue-wrap ul li .txt h4 { font-size: 12px;}
 #venue .venue-wrap ul li .txt p { font-size: 9px;}
}






/*--------------------------------------------------------------------------
 plan
---------------------------------------------------------------------------*/
#plan .border{
  width: 86.666%;
  max-width: 1420px;
  margin: 100px auto;
  border-top: dotted 1px #333333;
}
#plan .plan-wrap{margin-top: 70px;}
#plan .plan-wrap.photo{margin-top: 200px;}
#plan .plan-wrap .plan-wrap-label{
  width: 90%;
  max-width: 1440px;
  margin:0 auto;
  padding: 2% 0;
  background-color: #B59F85;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
}
#plan .plan-wrap .plan-wrap-label span{
  font-size: 18px;
  font-family: "Noto Serif Display", serif;
  font-weight: 100;
  font-style: italic;
}
#plan .plan-wrap .plan-wrap-label::before,
#plan .plan-wrap .plan-wrap-label::after{
  content: "";
  width: 99%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
}
#plan .plan-wrap .plan-wrap-label::before{
  border-bottom: 1px solid #fff;
  bottom: 5px;
}
#plan .plan-wrap .plan-wrap-label::after{
  border-top: 1px solid #fff;
  top: 5px;
}
#plan .plan-wrap .title-box .catch {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: #B59F85;
  border: solid 1px #B59F85;
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-radius: 3px;
}
/* wedding - basic */
#plan .plan-wrap .plan-inner{
  width: 86.6666%;
  max-width: 1080px;
  margin: 80px auto 0;
}
#plan .plan-wrap .plan-inner .basic-plan{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#plan .plan-wrap .plan-inner .basic-plan figure{width: 55%;}
#plan .plan-wrap .plan-inner .basic-plan .txt{width: 40%;}
#plan .plan-wrap .plan-inner .basic-plan .txt p{
  font-size: 15px;
  text-align: justify;
  line-height: 2em;
}
#plan .plan-wrap .plan-inner .basic-list ul{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .plan-wrap .plan-inner .basic-list .lead-box {
  width: 800px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#plan .plan-wrap .plan-inner .basic-list .lead-box::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  text-align: center;
  z-index: -1;
}
#plan .plan-wrap .plan-inner .basic-list .lead-box .line {
  display: inline-block;
  padding: 44px 30px 0;
  background: #fff;
  font-size: 15px;
  line-height: 17px;
}
#plan .plan-wrap .plan-inner .basic-list ul li{
  width: 18%;
  margin-bottom: 2%;
}
#plan .plan-wrap .plan-inner .basic-list p{
  margin: 0 auto;
  font-size: 12px;
  color: #bf9a77;
}
#plan .plan-wrap .campaign-box {
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 0 0 2px #bb9774 inset;
  border-radius: 3px;
}
#plan .plan-wrap .plan-inner .campaign-box .campaign-box-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #bb9774;
  line-height: 18px;
  border-bottom: dotted 1px #bb9774;
}
#plan .plan-wrap .plan-inner .campaign-box .campaign-box-title br {display: none;}
#plan .plan-wrap .plan-inner .campaign-box .attention {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8em;
  opacity: 0.5;
}
/* wedding - party */
#plan .party{
  width: 86.6666%;
  max-width: 1040px;
  margin: 0 auto;
}
#plan .party .title{
  font-size: 48px;
  line-height: .8;
}
#plan .party .party-inner{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#plan .party .party-inner figure{width: 55%;}
#plan .party .party-inner .txt-wrap{width: 40%;}
#plan .party .party-inner .txt-wrap h3{
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
#plan .party .party-inner .txt-wrap p.campaign{
  margin-top: 25px;
  color: #E23C3C;
  border-top: 1px solid  #E23C3C;
  border-bottom: 1px solid  #E23C3C;
  display: inline-block;
}
#plan .party .party-inner .txt-wrap .btn{
  margin-top: 30px;
  font-size: 15px;
  color: #A68C6D;
  display:block;
}
.remodal.party-detail .box .label {text-align: center;}
.remodal.party-detail .box .cover {margin: 0 auto;}
.remodal.party-detail .box .cover img {
 width: 100%;
 height: auto;
}
.remodal.party-detail .box b {
 display: block;
 margin-bottom: 10px;
 text-align: center;
 font-size: 24px;
 line-height: 24px;
 font-weight: normal;
}
.remodal.party-detail .box p.campaign {
 display: inline-block;
 margin: 10px auto 5px;
 padding: 10px 20px;
 background: #d90000;
 color: #fff;
 text-align: center;
 border-radius: 3px;
 font-size: 14px;
 line-height: 14px;
}
.remodal.party-detail .box p.price {
  margin: 0 0 10px;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  color: #d90000;
}
.remodal.party-detail .box p.price .en {
 font-size: 28px;
 line-height: 28px;
}
.remodal.party-detail .box p.price .zei {
 padding-left: 5px;
 font-size: 16px;
 line-height: 16px;
}
.remodal.party-detail .box p.price small {
 display: block;
 margin-top: 10px;
 font-size: 20px;
 line-height: 20px;
 color: #333;
}
.remodal.party-detail .box p.label {
 padding: 10px 20px;
 background: #fafafa;
 border: solid 1px #d3d3d3;
 border-bottom: 0;
}
.remodal.party-detail .box table.menu {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #d3d3d3;
}
.remodal.party-detail .box table.menu td {
  width: 33.3333%;
  padding: 15px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  border: dotted 1px #d3d3d3;
}
.remodal.party-detail .box .note {
 color: #666;
 font-size: 12px;
 line-height: 1.8em;
}
/* photo */
#plan .plan-wrap .plan-inner .banner{
  max-width: 1200px;
  height: 30vh;
  margin: 0 auto;
  background: url('../img/okinawa-wedding-plan-photo-dress.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  display: block;
  z-index: -999;
}
#plan .plan-wrap .plan-inner .wasou-plan .banner{
  background: url('../img/okinawa-wedding-plan-photo-wasou.jpg') no-repeat top center;
  background-size: cover;
}
#plan .plan-wrap .plan-inner .wayou-plan .banner{
  background: url('../img/okinawa-wedding-plan-photo-wayou.jpg') no-repeat top center;
  background-size: cover;
}
#plan .plan-wrap .plan-inner .banner p{
  font-size: 60px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#plan .plan-wrap .plan-inner .banner p span{
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
}
#plan .plan-wrap .plan-inner .plan-list{
  max-width: 1200px;
  margin: 60px auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .plan-wrap .plan-inner .plan-list .plan-list_item {
  width: 48%;
  padding: 30px 15px 10px 15px;
  border: 1px solid #d9d9d9;
  position: relative;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap {
 display: flex;
 -webkit-align-items: center;
 align-items: center;
 -webkit-justify-content: space-between;
 justify-content: space-between;
 position: relative;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap {
 display: block;
 width: 95%;
 margin: 0 auto;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap p{text-align: center;}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap .plan-name{
  font-size: 18px;
  font-weight: bold;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap .cp-price {
  margin: 5px 0;
  padding-bottom: 5px;
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 45px;
  color: #E6316E;
  border-bottom: dotted 1px #d9d9d9;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap .cp-price small {
  padding-left: 3px;
  font-size: 12px;
  line-height: 12px;
}
#plan .plan-wrap .plan-inner .plan-list_item .price-wrap .standard-price {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Noto Serif Display", serif;
  line-height: 14px;
}
#plan .plan-wrap .plan-inner .plan-list_item .include {
 width: 95%;
 margin: 20px auto 0;
 display: flex;
 -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 -webkit-align-items: stretch;
         align-items: stretch;
 -webkit-justify-content: space-between;
         justify-content: space-between;
}
#plan .plan-wrap .plan-inner .plan-list_item .include li {width: 31%;}
#plan .plan-wrap .plan-inner .plan-list_item .include li { margin-bottom: 3%;}
#plan .plan-wrap .plan-inner .plan-list .plan-list_item i{
  width: 95px;
  position: absolute;
  top: -6%;
  right: -8%;
}
#plan .plan-wrap .plan-inner .campaign-box+p{
  margin: 5px auto 0;
  font-size: 12px;
  color: #bf9a77;
}
/* ビーチフォト */
.beachphoto .swiper-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  overflow: visible;
}
.beachphoto .swiper-container .swiper-slide {opacity: 0.3;}
.beachphoto .swiper-container .swiper-slide.swiper-slide-active { opacity: 1;}
.beachphoto .swiper-container-plan {
  width: 86.666%;
  max-width: 1440px;
  margin:40px auto 0;
  overflow: hidden;
  position: relative;
}
.beachphoto .swiper-container-plan .swiper-slide {
  position: relative;
  width: 32%;
  padding: 40px 15px 30px 15px;
  border: 1px solid #d9d9d9;
}
.beachphoto .swiper-container-plan .swiper-button-prev,
.beachphoto .swiper-container-plan .swiper-button-next {display: none;}
.beachphoto .detail-inner {
   max-width: 900px;
   margin: 0 auto;
   position: relative;
   background-color: #fff;
}
.beachphoto .note {
  text-align: center;
  font-size: 12px;
}
.beachphoto .detail-inner .cover img {
   width: 100%;
   height: auto;
   margin: 10px 0 15px;
}
.beachphoto .detail-inner .price-wrap {
 display: flex;
 -webkit-align-items: center;
         align-items: center;
 -webkit-justify-content: space-between;
              justify-content: space-between;
 position: relative;
}
.beachphoto .detail-inner .price-wrap {
 display: block;
 width: 95%;
 margin: 0 auto;
}
.beachphoto .detail-inner .price-wrap img {margin: 0 auto 10px;}
.beachphoto .detail-inner .price-wrap p{text-align: center;}
.beachphoto .detail-inner .price-wrap .label {
  margin-bottom: 5px;
  padding: 8px 10px;
  border-radius: 100px;
  background: #bf9a77;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
}
.beachphoto .detail-inner .price-wrap .cp-price {
  margin: 5px 0;
  padding-bottom: 5px;
  font-family: "Noto Serif Display", serif;
  font-size: 45px;
  line-height: 45px;
  color: #E6316E;
  border-bottom: dotted 1px #d9d9d9;
}
.beachphoto .detail-inner .price-wrap .cp-price small {
  padding-left: 3px;
  font-size: 12px;
  line-height: 12px;
}
.beachphoto .detail-inner .price-wrap .standard-price {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-family: "Noto Serif Display", serif;
  line-height: 14px;
}
.beachphoto .detail-inner .include {
 margin-top: 20px;
 display: flex;
 -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
 -webkit-align-items: stretch;
         align-items: stretch;
 -webkit-justify-content: space-between;
         justify-content: space-between;
}
.beachphoto .detail-inner .include::before {
 content: "";
 display: block;
 width: 49%;
 order: 1;
}
.beachphoto .detail-inner .include::after {
 content: "";
 display: block;
 width: 49%;
}
.beachphoto .detail-inner .include li {
 width: 43%;
 padding: 0.6em 10px;
 line-height: 1.3;
 letter-spacing: 0.1em;
 font-size: 11px;
 font-feature-settings : "palt";
 border-bottom: dotted 1px #efefef;
 position: relative;
}
.beachphoto .detail-inner .include li:before {
 content: "●";
 padding-right: 5px;
 font-size: 10px;
 color: #bf9a77;
}
.beachphoto .detail-inner .include li.special:before {
 content: "●";
 color: #c60000;
}
.beachphoto .detail-inner .include li { margin-bottom: 1.55%;}
.beachphoto .detail-inner .sub {
 margin-top: 30px;
 display: flex;
 -webkit-justify-content: space-between;
         justify-content: space-between;
}

@media screen and (max-width: 1200px) {
 .beachphoto .swiper-container { overflow: hidden;}
 .beachphoto .swiper-container-plan .swiper-button-prev {
    display: block;
    left: 0;
  }
 .beachphoto .swiper-container-plan .swiper-button-next {
    display: block;
    right: 0;
  }
}

@media screen and (max-width: 1025px) {
  #plan .plan-wrap .plan-wrap-label{
    padding: 3% 0;
    font-size: 24px;
    line-height: 1;
  }
  #plan .plan-wrap .plan-wrap-label span{font-size: 16px;}
  #plan .plan-wrap .plan-inner{margin: 60px auto 0;}
  /* photo */
  #plan .plan-wrap .plan-inner .banner p{font-size: 48px;}
  #plan .plan-wrap .plan-inner .banner p span{font-size: 12px;}
}

@media screen and (max-width: 960px) {
  #plan .plan-wrap .title-box .catch {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #B59F85;
    border: solid 1px #B59F85;
    text-align: center;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 3px;
  }
  /* wedding - basic */
  #plan .plan-wrap .plan-inner .basic-list .lead-box {
    width: 90%;
    margin: 0 auto 12px;
    height: 50px;
  }
  #plan .plan-wrap .plan-inner .basic-list .lead-box .line {
    display: inline-block;
    padding: 20px 20px 0;
    background: #fff;
    font-size: 17px;
    line-height: 17px;
  }
  /* wedding - party */
  #plan .party .title{font-size: 38px;}
  #plan .party .party-inner figure{width: 100%;}
  #plan .party .party-inner .txt-wrap{width: 100%;}
  #plan .party .party-inner .txt-wrap h3{margin-top: 30px;}
  .remodal.party-detail .box .label span {font-size: 20px;}
  /* photo */
  #plan .plan-wrap .plan-inner .plan-list .plan-list_item i{width: 80px;}
  /* beach photo */
  .beachphoto .swiper-container-plan .swiper-button-prev {left: 10px!important;}
  .beachphoto .swiper-container-plan {margin: 25px auto 0;}
 　.beachphoto .detail-inner .price-wrap {
    display: block;
    max-width: initial;
    margin: 0 auto;
   }
   .beachphoto .detail-inner .price-wrap .cp-price {
    width: 100%;
    border-right: none;
   }
   .beachphoto .detail-inner .price-wrap .cp-price p {
    text-align: left;
    transform: scale(0.9,0.9);
    transform-origin: left top;
   }
   .beachphoto .detail-inner .price-wrap .off {
    width: 150px;
    margin: 0 auto;
   }
   .beachphoto .detail-inner .include {padding: 0;}
   .beachphoto .detail-inner .include li {
    width: 49.333%;
    margin-bottom: 0.25%;
    font-size: 10px;
    letter-spacing: 0.1em;
   }
   .beachphoto .detail-inner .include li span {
    display: inline-block;
    transform: scale(0.9,0.9);
    transform-origin: center center;
   }
   .beachphoto .detail-inner .include li:nth-child(-n+3) { margin-top: 0;}
   .beachphoto .detail-inner .include li:not(:nth-child(-n+2)) { margin-top: 1.333%;}
   .beachphoto .detail-inner .sub {
    margin-top: 20px;
    display: block;
   }
   .beachphoto .detail-inner .sub li {
    width: 100%;
    font-size: 10px;
   }
   .beachphoto .detail-inner .sub li span {
    width: 111.111%;
    transform: scale(0.9,0.9);
    transform-origin: left top;
   }
}

@media screen and (max-width: 768px) {
  #plan .border{margin: 60px auto;}
  #plan .plan-wrap{margin-top: 30px;}
  #plan .plan-wrap.photo {margin-top: 120px;}
  #plan .plan-wrap .plan-wrap-label{
    width: 86.666%;
    padding: 5% 0;
    font-size: 18px;
  }
  #plan .plan-wrap .plan-wrap-label span{
    font-size: 10px;
    font-weight: 300;
  }
  /* wedding - basic */
  #plan .plan-wrap .plan-inner{margin-top: 30px;}
  #plan .plan-wrap .plan-inner .basic-plan{display: block;}
  #plan .plan-wrap .plan-inner .basic-plan figure{width: 100%;}
  #plan .plan-wrap .plan-inner .basic-plan .txt{
    width: 100%;
    margin: 20px auto 0;
  }
  #plan .plan-wrap .plan-inner .basic-plan .txt img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #plan .plan-wrap .plan-inner .basic-plan .txt p{
    font-size: 14px;
    text-align: justify;
    line-height: 2em;
  }
  #plan .plan-wrap .plan-inner .basic-list ul li{width: 32%;}
  #plan .plan-wrap .plan-inner .basic-list p{font-size: 10px;}
  #plan .plan-wrap .plan-inner .campaign-box {
    margin: 0 auto;
    padding: 20px;
   }
  #plan .plan-wrap .plan-inner .campaign-box .campaign-box-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.4em;
  }
  #plan .plan-wrap .plan-inner .campaign-box .campaign-box-title br {display: block;}
  /* wedding - party */
  #plan .party .title{font-size: 30px;}
  #plan .party .party-inner{margin-top: 30px;}
  #plan .party .party-inner .txt-wrap h3{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  #plan .party .party-inner .txt-wrap p.campaign{margin-top: 15px;}
  #plan .party .party-inner .txt-wrap .btn{
    margin-top: 20px;
    font-size: 14px;
  }
  .remodal.party-detail .box b {
   display: block;
   margin-bottom: 5px;
   text-align: center;
   font-size: 18px;
   line-height: 18px;
   font-weight: normal;
  }
  .remodal.party-detail .box p {
   margin: 0 0 15px;
   font-size: 16px;
   text-align: center;
   line-height: 16px;
  }
  .remodal.party-detail .box p small {
   font-size: 13px;
   line-height: 13px;
   padding-left: 3px;
  }
  .remodal.party-detail .box p.campaign {
   display: inline-block;
   margin: 10px auto 5px;
   padding: 8px 15px;
   background: #d90000;
   color: #fff;
   text-align: center;
   border-radius: 3px;
   font-size: 12px;
   line-height: 12px;
  }
  .remodal.party-detail .box p.label {
   margin-bottom: 0;
   padding: 15px 0;
   font-size: 14px;
  }
  .remodal.party-detail .box table.menu td {
  width: 33.3333%;
  padding: 8px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
  }
  .remodal.party-detail .box .note {
   margin: 0 0 5px;
   font-size: 11px;
   text-align: left;
   line-height: 1.6em;
  }
  /* photo */
  #plan .plan-wrap .plan-inner .banner{
    max-width: 1200px;
    height: 15vh;
    margin: 0 auto;
    background: url('../img/plan/photo/dress.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    display: block;
    z-index: -999;
  }
  #plan .plan-wrap .plan-inner .banner p{font-size: 27px;}
  #plan .plan-wrap .plan-inner .banner p span{font-size: 11px;}
  #plan .plan-wrap .plan-inner .plan-list{margin: 20px auto 40px;}
  #plan .plan-wrap .plan-inner .plan-list .plan-list_item {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px 15px 10px 15px;
  }
  #plan .plan-wrap .plan-inner .plan-list_item .price-wrap .plan-name{font-size: 16px;}
  #plan .plan-wrap .plan-inner .plan-list_item .price-wrap .cp-price {font-size: 38px;}
  #plan .plan-wrap .plan-inner .plan-list_item .price-wrap .cp-price small {font-size: 10px;}
  #plan .plan-wrap .plan-inner .plan-list_item .price-wrap .standard-price {font-size: 12px;}
  #plan .plan-wrap .plan-inner .plan-list .plan-list_item i{
    width: 75px;
    right: -6%;
  }
  #plan .plan-wrap .plan-inner .campaign-box+p{font-size: 10px;}
  .beachphoto .swiper-container {margin-top: 40px;}
  .beachphoto .detail-inner .price-wrap .label {
    margin-bottom: 5px;
    padding: 8px 10px;
    border-radius: 100px;
    background: #a8805e;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
  }
  .beachphoto .detail-inner .include li {padding: 0.6em 0;}
  .beachphoto .detail-inner .include li::before {padding-right: 0;}
  .beachphoto .swiper-container-plan::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: solid 1px #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    z-index: 9;
  }
  .beachphoto .swiper-container-plan::after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    border: solid 1px #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right:0px;
    z-index: 9;
  }
  .beachphoto  .swiper-container-plan .swiper-button-prev {
    background-image: url(../img/okinawa-wedding-plan-photo-beach-arrow.svg);
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;
    left: 7px!important;
  }
  .beachphoto  .swiper-container-plan .swiper-button-next {
    background-image: url(../img/okinawa-wedding-plan-photo-beach-arrow.svg);
    background-size: 13px 22px;
    background-position: center;
    background-repeat: no-repeat;
    right: 7px!important;
    transform: scale(-1, 1);
  }
}










/*--------------------------------------------------------------------------
 weddingstory
---------------------------------------------------------------------------*/
#weddingstory{
  padding: 100px 0 90px;
  background-color: #faf7f3;
  text-align: center;
}
#weddingstory .title{
  width: 86.66%;
  max-width: 665px;
  margin: 0 auto;
}
#weddingstory .story-wrap{
  width: 86.666%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#weddingstory .story-wrap li{width: 28%;}
#weddingstory .story-wrap li figure{
  width: 225px;
  height: 225px;
  margin: 0 auto;
}
#weddingstory .story-wrap li figure img{
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
#weddingstory .story-wrap li .number{
  font-size: 21px;
  color: #B59F85;
}
#weddingstory .story-wrap li h3{
  margin-top: 25px;
  font-weight: bold;
  line-height: 1.6;
}
#weddingstory .wrap li .btn{
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
  padding: 5% 0;
  font-size: 14px;
  color: #fff;
  background-color: #B59F85;
  border-radius: 3px;
}
#weddingstory .wrap li .btn:hover{
  background: #666;
  transition: 0.3s ease-in-out;
}
.remodal.story-item{padding: 45px 60px;}
.remodal.story-item figure{
  width: 30%;
  margin: 0 auto;
}
.remodal.story-item p{
  margin-top: 30px;
  font-size: 15px;
  text-align: left;
}
#weddingstory .plan-custom{
  width: 86.666%;
  max-width: 1580px;
  margin: 0 auto;
}
#weddingstory .plan-custom figure{
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}
#weddingstory .plan-custom ul{
   max-width: 820px;
   /* max-width: 1200px; */
   margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#weddingstory .plan-custom li {
  /* width: 30%; */
  width: 45%;
  margin-bottom: 40px;
}
#weddingstory .plan-custom li img{border-radius: 7px;}
#weddingstory .plan-custom li h3{
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
#weddingstory .plan-custom li .btn{
  margin: 20px auto 0;
  padding: 3.5% 0;
  font-size: 13px;
}
.remodal.plan-custom{padding: 65px 45px;}
.remodal.plan-custom .box{
  width: 70%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.remodal.plan-custom .box dl{
  line-height:1.8;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.remodal.plan-custom .box dl.total{
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #6f6f6f;
}
.remodal.plan-custom .box dl dt{
  width: 70%;
  font-weight: normal;
  text-align: left;
}
.remodal.plan-custom .box dl dt span{font-size: 12px;}
.remodal.plan-custom .box dl dt dd{
  width: 30%;
  text-align: right;
}
.remodal.plan-custom p.cap{font-size: 10px;}

@media screen and (max-width: 1367px){
  #weddingstory .plan-custom figure{width: 55%;}
}

@media screen and (max-width: 1025px){
  #weddingstory .story-wrap li figure{
    width: 200px;
    height: 200px;
  }
  #weddingstory .story-wrap li .number{font-size: 18px;}
  #weddingstory .story-wrap li h3{
    margin-top: 20px;
    font-size: 16px;
  }
  #weddingstory .wrap li .btn{font-size: 12px;}
  #weddingstory .plan-custom li h3{font-size: 14px;}
}

@media screen and (max-width: 768px){
  #weddingstory .story-wrap{
    width: 93.333%;
    margin-right: 0;
    overflow-x: scroll;
  }
  #weddingstory .story-wrap li{
    width: 60%;
    flex-shrink: 0;
  }
  #weddingstory .story-wrap li h3{font-size: 14px;}
  .remodal.story-item{padding: 45px;}
  .remodal.story-item figure{width: 50%;}
  .remodal.story-item p{
    margin-top: 20px;
    font-size: 14px;
  }
  #weddingstory .plan-custom figure{width:100%;}
  #weddingstory .plan-custom li {
    width: 100%;
    margin-bottom: 40px;
  }
  #weddingstory .plan-custom li:last-child{margin-bottom: 0;}
  .remodal.plan-custom{padding: 65px 45px;}
  .remodal.plan-custom .box{
    width: 100%;
    margin: 0 auto 20px;
  }
  .remodal.plan-custom .box dl{font-size: 16px;}
  .remodal.plan-custom .box dl dt span{font-size: 11px;}
}





/*--------------------------------------------------------------------------
 commitment
---------------------------------------------------------------------------*/
/*dress*/
#dress .cover {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
  position: relative;
}
#dress .cover img {width: 75%;}
#dress .cover .card {
  width: 51.25%;
  height: 500px;
  position: absolute;
  right: -2%;
  bottom: -5%;
  background: #fff;
}
#dress .cover .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bf9a77;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
#dress .cover .card .box {
 width: 100%;
 padding: 40px 40px;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
#dress .cover .card .box .label {
 font-size: 40px;
 line-height: 40px;
 font-family: "Noto Serif Display", serif;
 font-optical-sizing: auto;
 letter-spacing: 0;
 position: relative;
 text-align: center;
}
#dress .cover .card .box h3 {
  margin: 20px 0 0;
  font-size:25px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.4em;
}
#dress .cover .card .box p {
 width: 80%;
 margin: 20px auto 0;
 font-size: 14px;
 line-height: 2.4em;
}
#dress .cover .card .box .btn {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
#dress .cover .card .box .btn a {
 display: block;
 width: 100%;
 height: auto;
 padding: 15px 0;
 border: 1px solid #6f6f6f;
/*  background: #333; */
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
#dress .cover .card .box .btn:hover a {
  color: #fff;
  background: #666;
}

#commitment ul{
   width: 86.666%;
   max-width: 1200px;
   margin: 150px auto 0px;
}
#commitment ul li{
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#commitment ul li figure{width: 55%;}
#commitment ul li .txt{width: 40%;}
#commitment ul li .txt h3 {
  margin-bottom: 10px;
  font-size:28px;
  line-height: 1.4;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#commitment ul li .txt p{
  line-height: 2;
  text-align: justify;
}
#commitment ul li:nth-child(2) figure{order: 2;}

@media screen and (max-width: 1280px) {
  #dress .cover .card {
    height: 400px;
    position: absolute;
    bottom: -5%;
    right: 0;
    background: #fff;
  }
  #dress .cover .card::before {display: none;}
  #dress .cover .card p {font-size: 12px;}
}

@media screen and (max-width: 1025px){
  #commitment ul li .txt h3 {font-size:21px;}
}

@media screen and (max-width: 900px) {
  #dress .cover picture {
     position: relative;
     z-index: -10;
  }
  #dress .cover img {width: 100%;}
  #dress .cover .card {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  #dress .cover .card::before {
    content: "";
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    border-radius: 200px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
  }
  #dress .cover .card .box {
    padding: 0 40px ;
    position: relative;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
  }
  #dress .cover .box h3 {margin-top: 5px;}
  #dress .cover .card .box .label {
     width: 90%;
     max-width: 300px;
     margin: 0 auto;
     font-size: 20px;
     line-height: 20px;
     position: relative;
     z-index: 1;
  }
  #dress .cover .card .box h3 {
    margin: 0;
    font-size:18px;
    line-height: 1.6;
  }
  #dress .cover .card .box p {
    width:100%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 2.2em;
  }
  #dress .cover .card .box .btn {
    width:86.666%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 768px){
  #dress .cover{margin: 40px auto 0;}
  #dress .cover .card .box .label {font-size: 20px; line-height: 20px;}
  #dress .cover .card .box h3{
    margin: 10px 0;
    font-size: 21px;
    line-height: 1.4;
  }
  #commitment ul{margin: 50px auto 70px;}
  #commitment ul li{
    margin-bottom: 30px;
    display: block;
  }
  #commitment ul li figure{width: 100%;}
  #commitment ul li .txt{
    width: 100%;
    margin-top: 20px;
  }
  #commitment ul li .txt h3{
    margin-bottom: 5px;
    text-align: center;
  }
  #commitment ul li .txt p{font-size: 12px;}
}



/*--------------------------------------------------------------------------
sub_list
---------------------------------------------------------------------------*/
#chapel-contact {min-height: 800px;}
#chapel-contact ul.area_list {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#chapel-contact ul.chapel_list::before {
  content: "";
  display: block;
  width: 31%;
  order: 1;
}
#chapel-contact ul.chapel_list::after {
  content: "";
  display: block;
  width: 31%;
}
#chapel-contact .area_box {display: none;}
#chapel-contact .area_box.active {display: block;}
#chapel-contact ul.area_list li {
  flex: 0 1 31%;
  max-width: 31%;
  margin-bottom: 50px;
}
#chapel-contact ul.area_list li .cover {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#chapel-contact ul.area_list li .cover img {width: 100%;}
#chapel-contact ul.area_list li {text-decoration: none;}
#chapel-contact ul.area_list li .info {position: relative;}
#chapel-contact ul.area_list li .info h3 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  font-feature-settings: "palt";
}
#chapel-contact ul.area_list li .info p {
  margin-top: 5px;
  color: #717171;
  font-size: 12px;
}
#chapel-contact ul.area_list li .info .label {
  display: inline-block;
  margin: 5px 0 5px;
  padding: 3px 0 0 10px;
  border-left: 1px solid #c5c5c5;
  font-size: 10px;
  color: #717171;
  text-align: center;
  letter-spacing: 0.1em;
}
#chapel-contact ul.area_list li .info .label img {
  display: inline-block;
  width: 14px;
  padding-right: 5px;
  vertical-align: middle;
}
#chapel-contact ul.area_list li ul.btn {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#chapel-contact ul.area_list li ul.btn li {
  max-width: 49%;
  flex: 0 1 49%;
  margin-bottom: 0;
  box-shadow: 0 0 0 1px #e4e4e4 inset;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#chapel-contact ul.area_list li ul.btn li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#chapel-contact ul.area_list li ul.btn li:hover {
  box-shadow: 0 0 0 1px #666 inset;
  background: #666;
}
#chapel-contact ul.area_list li ul.btn li:hover a {color: #fff;}
/* カラム落ち */
#chapel-contact #area_kanto ul.area_list{justify-content: normal;}
#chapel-contact #area_kanto ul.area_list li.area_li{margin-right: 3.5%;}
#chapel-contact #area_kanto ul.area_list li.area_li:nth-child(3n){margin-right: 0;}
#chapel-contact .btn-reserve a {
  width: 100%;
  display: block;
  background: #bf9a77;
  color: #fff;
  margin-top: 8px;
  padding: 10px 0;
  font-size: 13px;
  text-align: center;
  border-radius: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#chapel-contact .btn-reserve a:hover {
  box-shadow: 0 0 0 1px #666 inset;
  background: #666;
}

@media screen and (max-width: 1200px) {
  #chapel-contact ul.area_list {margin: 60px auto 50px;}
}

@media screen and (max-width: 960px) {
  #chapel-contact {min-height: 800px;}
  #chapel-contact ul.chapel_list::before {
    content: "";
    display: block;
    width: 31.5%;
    order: 1;
  }
  #chapel-contact ul.chapel_list::after {
    content: "";
    display: block;
    width: 31.5%;
  }
  #chapel-contact ul.area_list li {
    flex: 0 1 31.5%;
    max-width: 31.5%;
  }
  #chapel-contact ul.area_list li .info h3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
  }
  #chapel-contact ul.area_list li .info p {
    margin-top: 5px;
    font-size: 11px;
  }
  #chapel-contact ul.area_list li ul.btn li a {
    font-size: 12px;
    letter-spacing: 0;
  }
  #chapel-contact .btn-reserve a {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  #chapel-contact {min-height: initial;}
  #chapel-contact ul.area_list {margin: 30px auto;}
  #chapel-contact ul.chapel_list::before {
    content: "";
    display: block;
    width: 100%;
    order: 1;
  }
  #chapel-contact ul.chapel_list::after {
    content: "";
    display: block;
    width: 100%;
  }
  #chapel-contact ul.area_list li {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #chapel-contact ul.area_list li .cover {
    flex: initial;
    max-width: initial;
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  #chapel-contact ul.area_list li .cover img {
    flex: initial;
    max-width: initial;
    position: absolute;
    width: 300px!important;
    height: auto!important;
    min-height: 200px!important;
    min-width: auto;
    max-width: initial;
    max-height: initial;
    left: 50%;
    top: 50%;
    object-fit: cover;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  #chapel-contact ul.area_list li .info {
    flex: initial;
    max-width: initial;
    flex: 1;
    padding: 0 0 0 15px;
    align-self: center;
  }
  #chapel-contact ul.area_list li .info h3 {
    margin-top: 0;
    font-size: 14px;
    line-height: 14px;
  }
  #chapel-contact ul.area_list li .info .label {
    margin: 5px 0 5px;
    padding: 3px 0 0 8px;
  }
  #chapel-contact ul.area_list li .info p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4em;
  }
  #chapel-contact ul.area_list li ul.btn {margin-top: 5px;}
  #chapel-contact ul.area_list li ul.btn li a {
    padding: 9px 0;
    font-size: 10px;
    font-weight: bold;
  }
  #chapel-contact .btn-reserve a {
    margin-top: 6px;
    padding: 9px 0;
    font-size: 10px;
    font-weight: bold;
  }
}



/* キャンペーンタブ切り替え */
.plan-tabs input[type="radio"] {display: none;}
/* タブボタン */
.tab-buttons {
  width: 86.6666%;
  max-width: 1080px;
  margin: 60px auto 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #B59F85;
}
.tab-label {
  display: inline-block;
  padding: 12px 40px;
  background-color: #fff;
  color: #B59F85;
  border-radius: 6px 6px 0 0;
  border: 1px solid #B59F85;
  transition: all 0.3s ease;
  border-bottom: none;
}
.tab-label:hover {
  background-color: #B59F85;
  color: #fff;
}
#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"] {
  background-color: #B59F85;
  color: #fff;
  border-color: #B59F85;
}
.tab-content {
  display: none;
  animation: fadeIn 0.4s ease;
}
#tab1:checked ~ .tab-contents #content1,
#tab2:checked ~ .tab-contents #content2,
#tab3:checked ~ .tab-contents #content3{display: block;}
.tab-label p.pc{display: inline-block;}

@media screen and (max-width: 768px){
  .tab-buttons{margin-top: 40px;}
  .tab-label{
    padding: 12px 20px;
    font-size: 14px;
  }
  .tab-label p.pc{display: none;}
}

/* 冬キャンペーン */
.winter-merit{
  margin-top: 60px;
  padding: 60px 0;
  background-color: #faf7f3;
}
.winter-merit h3{
  font-size: 26px;
  color: #bf9a77;
  text-align: center;
  font-weight: bold;
}
.winter-merit ul{
  width: 86.666%;
  max-width: 750px;
  margin: 40px auto 0;
}
.winter-merit ul li {
  padding: 20px 0 30px;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid  #d9d9d9;
}
.winter-merit ul li:last-child{border-bottom: 1px solid  #d9d9d9;}
.winter-merit ul li b{
  font-size: 18px;
  color: #457a89;
}
@media screen and (max-width: 768px){
  .winter-merit h3{font-size: 18px;}
  .winter-merit ul{margin: 20px auto 0;}
  .winter-merit ul li b{font-size: 16px;}
  .winter-merit ul li{
    font-size: 12px;
    text-align: justify;
  }
}



