/*--------------------------------------------------------------------------
 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: #d97d8e;
  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 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-video{
  width: 100%;
 height: 80%;
}
/* #hero .hero-img::before {
 content: "";
 width: 100%;
 height: 80%;
 position: absolute;
 left: 0;
 background: url(../img/hero/hero.jpg) center center no-repeat;
 -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
} */
#hero .main-video video{
  width: 100%;
  height:100%;
  object-fit: cover;
}
#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;
  flex-wrap: wrap;
}
#hero .info ul li{
  width: 50%;
  position: relative;
}
/* #hero .info ul li:last-child{
  width: 100%;
  border-top: 1px solid #B59F85;
} */
#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:last-child a img{width: 55%;} */
#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 only screen and (-webkit-min-device-pixel-ratio: 2) {
/*  #hero .hero-img::before {
  background: url(../img/hero/hero@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
 } */
}

@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%;}
  /* #hero .info ul li:last-child a img{width: 75%;} */
}

@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: 15px;
  }
  #hero .info ul li a{
    height: 100px;
    padding: 1% 4%;
  }
  #hero .info ul li a img{width: 90%;}
  /* #hero .info ul li:last-child a img{width: 85%;} */
}




/*--------------------------------------------------------------------------
 concept
---------------------------------------------------------------------------*/
#concept{margin:80px auto 200px;}
#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 .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 .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;
}
#intro .about{
  padding: 0px 0 70px;
  text-align: center;
  background-color: #faf7f3;
}
#intro .about .title{
  margin-top: -25px;
  padding: 0 3%;
  font-size: 28px;
  color: #fff;
  background-color: #B59F85;
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
　padding: 0 40px 0 20px;
}
#intro .about .title::before,
#intro .about .title::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 20px 30px 0px;
    content: '';
}
#intro .about .title::before {
    left: -20px;
    border-color: transparent #B59F85;
}
#intro .about .title::after {
    right: -20px;
    border-color: transparent #B59F85;
    transform: rotate( 180deg );
}
#intro .about .movie{
  width: 86.666%!important;
  max-width: 775px;
  margin: 60px auto 0;
}
#intro .about .movie.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}
#contact{margin-top: 70px;}
#contact .btn{
  width: 86.666%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #D8808F;
  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;}
  #intro .about .title{font-size: 22px;}
  #intro .about .movie{margin-top: 40px;}
}

@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 .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;}
  #intro .about .title{
    width: 86.666%;
    padding: 0 1.5%;
    font-size: 18px;
  }
  #intro .about .title+p{
    width: 86.666%;
    margin: 0 auto;
    font-size: 14px;
  }
  #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;
  }
}




/*--------------------------------------------------------------------------
 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,
#plan .plan-wrap.ohirome{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;
}
/* wedding - basic */
#plan .campaign-label {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0;
}
#plan .campaign-label p {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  color: #bb9774;
  border-radius: 100px;
  box-shadow: 0 0 0 1px #bb9774 inset;
}
#plan .campaign-label p br {display: none;}

#plan .plan-wrap-lead {
  text-align: center;
}
#plan ul.plan-date-tab {
  text-align: center;
}
#plan ul.plan-date-tab li {
  display: inline-block;
  padding: 15px 20px;
  color: #b0997d;
  border-top: solid 1px #b0997d;
  border-left: solid 1px #b0997d;
  border-right: solid 1px #b0997d;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  cursor: pointer;
  -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;
}
#plan ul.plan-date-tab li:hover {
 background: #cab9a5;
 color: #fff;
}

#plan ul.plan-date-tab li.active {
  background: #b0997d;
  color: #fff;
}
#plan .plan-line {
  border-top: solid 1px #b0997d;
}

@media screen and (max-width: 960px) {
#plan ul.plan-date-tab {
  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;
  width: 86.6666%;
  margin: 0 auto;
}
#plan ul.plan-date-tab li {
  display: block;
  width: 24.2%;
  padding: 15px 5px;
  border: 0;
  border: solid 1px #b0997d;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  align-self: center;
  border-radius: 3px;
}
#plan ul.plan-date-tab li:first-child {
  border-left: solid 1px #b0997d;
}
#plan .plan-line {
  border-top: 0;
}
}
@media screen and (max-width: 768px) {
#plan ul.plan-date-tab li {
  display: block;
  width: 49.4%;
  margin-bottom: 5px;
  padding: 15px 5px;
  border: 0;
  border: solid 1px #b0997d;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  align-self: center;
  border-radius: 2px;
}
}



#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-plan .option{
 margin-top: 30px;
  padding: 10px 5px;
  color: #E23428;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  border: 2px solid #E23428;
}
#plan .plan-wrap .plan-inner .basic-plan .option span{
  font-size: 14px;
  font-weight: normal;
}
#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 - other */
#plan .other-plan{
  width: 86.666%;
  max-width: 1440px;
  margin:0 auto;
}
#plan .other-plan p{
  text-align: center;
  line-height: 2.2;
}
#plan .other-plan p b{
  font-size: 22px;
  display: block;
}
#plan .other-plan ul{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .other-plan ul li{width: 30%;}
#plan .other-plan ul li .price{
  margin-top: 25px;
  text-align: center;
}
#plan .other-plan ul li .price dt{
  font-size: 18px;
  font-weight: bold;
}
#plan .other-plan ul li .price dd{font-size: 41px;}
#plan .other-plan ul li .price dd span{
  margin-left: 1%;
  font-size: 14px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#plan .other-plan ul+p{
  margin-top: 50px;
  font-size: 18px;
  color: #A68C6D;
}
#plan .other-plan ul+p span{border-bottom: 1px dotted #A68C6D;}
#plan .other-plan ul+p i{
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -10px;
}
/* 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/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/plan/photo/wasou.jpg') no-repeat top center;
  background-size: cover;
}
#plan .plan-wrap .plan-inner .wayou-plan .banner{
  background: url('../img/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: #E23C3C;
  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;
}

/* photo - other */
#plan .plan-wrap.photo .other-plan p b{font-size: 18px;}
#plan .plan-wrap.photo .other-plan ul{
  max-width: 1020px;
  margin: 60px auto 0;
}
#plan .plan-wrap.photo .other-plan ul li{ width: 47%;}
#plan .plan-wrap.photo .other-plan ul li  dl dt{
  font-size: 15px;
  font-weight: normal;
}
#plan .plan-wrap.photo .other-plan ul li  dl dt span{
  font-size: 10px;
}
/* photo - option */
#plan .plan-wrap.photo .photo-option{
  width: 86.666%;
  max-width: 1248px;
  margin: 100px auto 0;
}
#plan .plan-wrap.photo .photo-option .option {
  width: 86.666%;
  max-width: 1200px;
  margin: 80px auto 0;
  text-align: center;
}
/* #plan .plan-wrap.photo .photo-option .option .label {
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
} */
#plan .plan-wrap.photo .photo-option .option ul {
  width: 70%;
  margin: 0 auto;
}
#plan .plan-wrap.photo .photo-option .option ul li {
  max-width: 29%;
  flex: 0 1 29%;
  margin-bottom: 20px;
}
#plan .plan-wrap.photo .photo-option .option ul li p {
  margin-top: 10px;
  font-size: 14px;
}

/* ohirome */
#ohirome .photo-wrap{margin-top: 30px;}
#ohirome .lead{
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap{width: 48%;}
#plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item{
  width: 100%;
  margin-top: 30px;
}
.ohirome-photo-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.ohirome-photo-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}
.ohirome-photo-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.ohirome-photo-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.ohirome-photo-swiper  .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 5px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
}
.ohirome-photo-swiper  .swiper-pagination-bullet-active {background: rgb(51, 51, 51);}
.ohirome-photo-swiper .swiper-button-next,
.ohirome-photo-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-image: url('../img/icon/angle.svg');
  background-size: auto;
  position: absolute;
  top: 55%;
}
.ohirome-photo-swiper .swiper-button-next{transform: rotate( -180deg );}
#plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .name{margin-bottom: 10px;}
#plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .name h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.8;
  text-align: center;
}
#plan .ohirome.plan-wrap .plan-inner .plan-list .price-wrap .plus{
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.4;
}
#plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .note{
  padding: 0px 15px 10px 15px;
  font-size: 12px;
}



@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;}
  /* wedding - other */
  #plan .other-plan ul li .price dt{font-size: 16px;}
  #plan .other-plan ul li .price dd{font-size: 32px;}
  #plan .other-plan ul li .price dd span{font-size: 12px;}
  /* photo */
  #plan .plan-wrap .plan-inner .banner p{font-size: 48px;}
  #plan .plan-wrap .plan-inner .banner p span{font-size: 12px;}
  /* photo - other */
  #plan .plan-wrap.photo .other-plan .option ul {width: 90%;}
  /* ohirome */
  #plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .name p br{display: none;}
}

@media screen and (max-width: 960px) {
  /* 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;}
}

@media screen and (max-width: 768px) {
  #plan .border{margin: 60px auto;}
  #plan .plan-wrap{margin-top: 30px;}
  #plan .plan-wrap.photo,
  #plan .plan-wrap.ohirome {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 .campaign-label p {
    border-bottom: solid 1px #bb9774;
    line-height: 1.6em;
    border-radius: 0;
    box-shadow: none;
  }
  #plan .campaign-label p br {display: block;}
  #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-plan .option p{font-size: 16px;}
  #plan .plan-wrap .plan-inner .basic-plan .option p span{font-size: 12px;}

  #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 - other */
  #plan .other-plan p{
    text-align: left;
    line-height: 2;
  }
  #plan .other-plan p b{font-size: 18px;}
  #plan .other-plan ul{margin-top: 40px;}
  #plan .other-plan ul li{
    width: 47%;
    margin-bottom: 30px;
  }
  #plan .other-plan ul li .price{margin-top: 15px;}
  #plan .other-plan ul li .price dt{font-size: 14px;}
  #plan .other-plan ul li .price dd{font-size: 24px;}
  #plan .other-plan ul li .price dd span{font-size: 10px;}
  #plan .other-plan ul+p{
    margin-top: 0px;
    font-size: 14px;
  }
  #plan .other-plan ul+p i{top: 0px;}
  /* 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;}
  /* photo - other */
  #plan .plan-wrap.photo .other-plan p b{
    font-size: 16px;
    text-align: center;
  }
  #plan .plan-wrap.photo .other-plan ul{margin: 20px auto 0!important;}
  #plan .plan-wrap.photo .other-plan ul li{ width: 48%;}
  #plan .plan-wrap.photo .other-plan ul li  dl dt{font-size: 14px;}
  #plan .plan-wrap.photo .other-plan .option {
    width: 100%;
    margin: 20px auto 0;
  }
  /* photo - option */
  #plan .plan-wrap.photo .photo-option{margin: 50px auto 0;}
  #ohirome .photo-wrap{margin-top: 30px;}
  #ohirome .photo-wrap .lead h3 {font-size: 18px;}
  #ohirome .photo-wrap .lead p{text-align: left;}
  /* #ohirome .photo-wrap .ohirome-photo-inner .thumb {width: 100%;}
  #ohirome .photo-wrap .ohirome-photo-inner .intro {
      width: 100%;
      padding-left: 0%;
      margin-top: 20px;
  }
  #ohirome .photo-wrap .swiper-button-next,
  #ohirome .photo-wrap .swiper-button-prev {
    width: 20px;
    height: 20px;
  } */
  #plan .plan-wrap.photo .photo-option .option{
    width: 100%;
    margin-top: 60px;
  }
    #plan .plan-wrap.photo .photo-option .option p {
      font-size: 12px;
      text-align: left;
    }
    #plan .plan-wrap.photo .photo-option .option ul {width: 100%;}
    #plan .plan-wrap.photo .photo-option .option ul li {
      max-width: 30%;
      flex: 0 1 30%;
      margin-bottom: 10px;
      align-self: flex-start;
    }
    #plan .plan-wrap.photo .photo-option .option ul li p {
      font-size: 10px;
      line-height: 1.5em;
      letter-spacing: 0;
      text-align: center;
    }
    /* ohirome */
    #ohirome .lead{
      width: 86.666%;
      margin: 20px auto 0;
      font-size: 14px;
      text-align: left;
    }
    #plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap{width: 100%;}
    #plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item{margin-top: 20px;}
    #plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .name h3 {font-size: 18px;}
    #plan .ohirome.plan-wrap .plan-inner .plan-list .price-wrap .plus{font-size: 10px;}
    #plan .ohirome.plan-wrap .plan-inner .plan-list .plan-list_item-wrap .note{
      padding: 0;
      width: 95%;
      margin: 0 auto;
      font-size: 10px;
    }
}





/*--------------------------------------------------------------------------
 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{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#weddingstory .plan-custom li {width: 30%;}
#weddingstory .plan-custom li img{border-radius: 7px;}
#weddingstory .plan-custom li h3{
  margin-top: 25px;
  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;
}

@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{margin-top: 80px;} */
/* #dress .cover{margin: 0 auto;} */
#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;}
}





/*--------------------------------------------------------------------------
 chapel-contact
---------------------------------------------------------------------------*/
#chapel-contact ul.cate {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 40px;
  padding: 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;
  box-shadow: 0 0 0 1px #efefef inset;
  text-align: center;
}
#chapel-contact ul.cate li {
  flex: 0 1 16.66666666%;
  max-width: 16.66666666%;
  box-shadow: 1px 0 0 0 #efefef inset;
  padding: 20px 0;
  cursor: pointer;
}
#chapel-contact ul.cate li.active {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #chapel-contact ul.cate li {font-size: 14px;}
}

@media screen and (max-width: 768px) {
  #chapel-contact .title-box {
    margin: 60px auto 20px;
    text-align: center;
  }
  #chapel-contact ul.cate {
    margin-bottom: 30px;
    padding: 0;
  }
  #chapel-contact ul.cate li {
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
    padding: 15px 0;
    box-shadow: 1px 1px 0 0 #efefef inset;
    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;
  background: #bf9a77;
  border-radius: 100px;
  color: #fff;
  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.detail {
  background: #fff;
  box-shadow: 0 0 0 1px #e4e4e4 inset;
}
#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.detail a {color: #6d6d6d;}
#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,
#chapel-contact #area_kansai ul.area_list{justify-content: normal;}
#chapel-contact #area_kanto ul.area_list li.area_li,
#chapel-contact #area_kansai ul.area_list li.area_li{margin-right: 3.5%;}
#chapel-contact #area_kanto ul.area_list li.area_li:nth-child(3n),
#chapel-contact #area_kansai ul.area_list li.area_li:nth-child(3){margin-right: 0;}

@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;
  }
}

@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: 3px;
    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: 7px 0;
    font-size: 11px;
    font-weight: bold;
  }
}





/*--------------------------------------------------------------------------
 GALLERY
---------------------------------------------------------------------------*/
/* #gallery .movie{
  width: 86.6666%;
  max-width: 960px;
  margin: 60px auto 0;
}


.movie-wrap{
    width: 960px;
    height: 540px;
    padding-top: 0;
    margin: auto;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
}
 */
#gallery .movie{
  width: 86.666%!important;
  max-width: 960px;
  margin: 60px auto 0;
}
#gallery .movie.responsive {
  width: 100%;
  aspect-ratio: 16/9;
}

#gallery ul {
  width: 70%;
  max-width: 768px;
  margin: 60px auto 180px;
  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;
}
#gallery ul li {
  max-width: 33.33333%;
  flex: 0 1 33.33333%;
}
#gallery ul li a {position: relative;}
#gallery ul li a img.thumb{
  aspect-ratio: 1/1;
  object-fit: cover;
}


@media screen and (max-width: 960px) {
  #gallery ul {margin: 40px auto 20px;}
}
@media screen and (max-width: 1025px){
/*   .movie-wrap{
    width: 640px;
    height: 360px;
  } */
}

@media screen and (max-width: 768px) {
/*   .movie-wrap{
    width: 448px;
    height: 252px;
  } */
  #gallery ul {margin-bottom: 0px;}
  #gallery ul li:last-child {margin-bottom: 40px;}
}

@media screen and (max-width: 429px){
/*   .movie-wrap{
    width: 320px;
    height: 180px;
  } */
}



