/*--------------------------------------------------------------------------
 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 a{}
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: 1000px) {
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;
}
}

@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 ul.menu li {display: none;}
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 .hero-img::before {
 content: "";
 width: 100%;
 height: 100%;
 height : -webkit-calc(100% - 80px);
 height : calc(100% - 80px);
 position: absolute;
 left: 0;
 background: url(../img/wedding-special-hero-hero02.jpg) center center no-repeat;
 -webkit-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
}
#hero .info {
 width: 50%;
 max-width: 700px;
 margin: 0 auto;
 position: absolute;
 bottom: 12%;
 right: 30px;
}
#hero .info:hover{
  opacity: .85;
  transition: .8s;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
 #hero .hero-img::before {
  background: url(../img/wedding-special-hero-hero02@2x.jpg) center center no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
 }
}

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

@media screen and (max-width: 768px) {
#hero .hero-img::before {
height : -webkit-calc(100% - 60px);
height : calc(100% - 60px);
background: url(../img/wedding-special-hero-hero02-sp.jpg) center bottom no-repeat;
-webkit-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}
#hero .info {
 width: 95%;
 max-width: initial;
 margin: 0 auto;
 position: absolute;
 bottom: 10%;
 left: 0;
 right: 0;
}
}

@media screen and (max-width: 425px) {
 #hero .hero-img {
  width: 100%;
  height: 100%;
  min-height: initial;
  padding: 0;
  position: relative;
 }
 #hero .hero-img::before {
  height : -webkit-calc(100% - 60px);
  height : calc(100% - 60px);
  background: url(../img/wedding-special-hero-hero02-sp.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
 }
}


/*--------------------------------------------------------------------------
 banner
---------------------------------------------------------------------------*/
#banner{margin: 60px 0 160px;}
#banner .label {
 display: block;
 font-family: "Noto Serif Display", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
 "wdth" 100;
 font-size: 40px;
 line-height: 40px;
 color: #333;
 text-align: center;
}
#banner a{
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin-top: -20px;
  padding-left: 30px;
}
#banner a:hover{opacity: .8;}

@media screen and (max-width: 900px){
  #banner{margin: 0px 0 100px;}
  #banner .label{
    margin: 30px auto 20px;
    font-size: 32px;
  }
  #banner a{
    width: 90%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px){
  #banner .label {font-size: 25px;}
}


/*--------------------------------------------------------------------------
 lead
---------------------------------------------------------------------------*/
#lead {
 margin-bottom: 60px;
 padding: 0 5.333% 0;
 text-align: center;
 position: relative;
}
#lead::before{
  content: "";
  width: 100%;
  height: 50vh;
  background-color: #fcf9f4;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#lead .label {
 display: block;
 font-family: "Noto Serif Display", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
 "wdth" 100;
 font-size: 40px;
 line-height: 40px;
 color: #333;
}
#lead h2 {
 margin: 50px auto 20px;
 font-size: 40px;
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#lead figure{
  width: 60%;
  max-width: 600px;
  margin:  0 auto;
}
#lead p {
 width: 90%;
 max-width: 800px;
 margin: 60px auto 0;
 padding-bottom: 60px;
 letter-spacing: 0.1em;
 line-height: 2.6;
 font-size: 16px;
}
@media screen and (max-width: 1367px){
  #lead::before{height: 70vh;}
}
@media screen and (max-width: 900px) {
  #lead{margin-bottom: -70px;}
  #lead::before{height: 80vh;}
  #lead .label{font-size: 30px;}
  #lead h2{
    margin: 30px auto 20px;
    font-size: 32px;
  }
   #lead figure{width:86.666%;}
}
@media screen and (max-width: 768px) {
 #lead { padding: 0 3% 0;}
 #lead::before{height: 65vh;}
 #lead .label {font-size: 25px;}
 #lead h2 {
    font-size: 23px;
    margin: 15px auto 20px;
   }
  #lead p {
    width:86.666%;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
   }
}




/*--------------------------------------------------------------------------
 cover
---------------------------------------------------------------------------*/
.cover {
  width: 100%;
  max-width: 1200px;
  margin: 70px auto 0;
  position: relative;
}
#chapel .cover .dec {
  display: block;
  width: 600px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.cover img {width: 75%;}
.cover .card {
  width: 51.25%;
  height: 500px;
  position: absolute;
  right: -2%;
  bottom: -5%;
  background: #fff;
}
.cover .card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bf9a77;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
.cover .card .box {
 width: 100%;
 padding: 40px 40px;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.cover .card .label {
 color: #99cb97;
 font-size: 30px;
 font-family: 'Dancing Script', cursive;
 letter-spacing: 0;
 position: relative;
}
.cover .card .label {
 font-family: "Noto Serif Display", serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
 font-variation-settings:
 "wdth" 100;
 font-size: 40px;
 line-height: 40px;
 color: #333;
 text-align: center;
}
.cover .card .campaign {
  background: #d90000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

.card .box img {
  width: 55%;
  display: block;
  margin: 20px auto 40px;
}
.cover .card 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;
}
.cover .card p {
 width: 80%;
 margin: 20px auto 0;
 font-size: 14px;
 line-height: 2.4em;
}
.cover .card p .btn {
 display: block;
 color: #bf9a77;
}
.cover .card p .btn a {
 text-decoration: underline;
}


@media screen and (max-width: 1280px) {
  #chapel .cover .dec {
    display: block;
    width: 400px;
    position: absolute;
    top: -40px;
    left: 20px;
  }
  .cover .card {
    height: 400px;
    position: absolute;
    bottom: -5%;
    right: 0;
    background: #fff;
  }
  .cover .card::before {display: none;}
  .cover .card p {font-size: 12px;}
}
@media screen and (max-width: 900px) {
#chapel .cover .dec {
  display: block;
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: -6%;
}
.cover picture {
 position: relative;
 z-index: -10;
}
.cover img {width: 100%;}
.cover .card {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
  right: 0;
  bottom: 0;
  background: #fff;
}
.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;
}
.cover .card .label {
 width: 90%;
 max-width: 300px;
 margin: 0 auto;
 font-size: 20px;
 line-height: 20px;
 position: relative;
 z-index: 1;
}
.cover .card .campaign {
  margin: 10px 0;
  background: #d90000;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.cover .card .box {
  padding: 0 40px ;
  position: relative;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
}
.cover .card .box img {
  width: 65%;
  max-width: 300px;
  margin: 5px auto 20px;
}
.cover .card h3 {
  margin: 0;
  font-size:18px;
  line-height: 1.6;
}
.cover .card p {
  width:100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 2.2em;
}
}

@media screen and (max-width: 768px) {
#chapel .cover {
  margin: 30px auto 0;
}
#chapel .cover .dec {
  display: block;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  top: -6%;
}
.cover .card .label {font-size: 20px; line-height: 20px;}
.cover .card h3{
  margin: 10px 0;
  font-size: 21px;
  line-height: 1.4;
}
}


/*--------------------------------------------------------------------------
 plan-wrap
---------------------------------------------------------------------------*/
.plan-wrap {
 margin-top: -10px;
 padding-top: 10px;
}
.plan-wrap h3 {text-align: center;}

.plan-wrap .feature {
}
.plan-wrap .feature .copy {
max-width: 600px;
margin: 0 auto;
}
.plan-wrap .feature ul::before {
content: "";
display: block;
width: 17%;
order: 1;
}
.plan-wrap .feature ul::after {
content: "";
display: block;
width: 17%;
}
.plan-wrap .feature ul {
align-items: flex-start;
}
.plan-wrap .feature ul li {
max-width: 17%;
flex: 0 1 17%;
margin-bottom: 40px;
text-align: center;
}
.plan-wrap .feature ul li img {
overflow: hidden;
border-radius: 100%;
}
.plan-wrap .feature ul li p {
margin-top: 15px;
font-size: 14px;
line-height: 1.6em;
}

.plan-wrap .intro ul {
 width: 90%;
 max-width: 1440px;
 margin: 0 auto;
 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;
}
.plan-wrap .intro ul li {
  max-width: 30.555%;
  flex: 0 1 30.555%;
}
.plan-wrap .intro ul li h4{
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
}
.plan-wrap .intro ul li h4 span {}
.plan-wrap .intro ul li p{
  margin-top: 10px;
  font-size: 14px;
}
.plan-wrap .point{margin-top: 70px;}
.plan-wrap .point ul {
 width: 90%;
 max-width: 1440px;
 margin: 0 auto;
 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;
}
.plan-wrap .point ul li {
 max-width: 48%;
 flex: 0 1 49%;
 margin-bottom: 1.75%;
 /* padding: 20px;
 background: #fcf9f4; */
 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;
 align-items: center;
}
.plan-wrap .point ul li figure {
 max-width: 50%;
 flex: 0 1 50%;
}
.plan-wrap .point ul li .txt-wrap{
  max-width: 50%;
  flex: 0 1 50%;
  padding-left: 20px;
}
.plan-wrap .point ul li .txt-wrap p {
 font-size: 14px;
}
.plan-wrap .point ul li .txt-wrap p b {
 display: block;
 margin-bottom: 10px;
 font-size: 17px;
}
.plan-wrap .point ul li .txt-wrap .link{
  margin-top: 20px;
  text-align: right;
}
.plan-wrap .point ul li .txt-wrap .link a{
  padding-bottom: 1px;
  font-size: 12px;
  border-bottom: 1px solid #333;
}
.plan-wrap .point ul li .txt-wrap .link a:hover{
  opacity: .6;
  transition: .6s;
}


@media screen and (max-width: 1300px) {
.plan-wrap .intro ul li h4{font-size: 16px;}
.plan-wrap .intro ul li p {
 margin-top: 10px;
 font-size: 12px;
}
.plan-wrap .exsample ul li .txt-wrap p{
  margin-bottom: 15px;
  font-size: 16px;
}
}
@media screen and (max-width: 1200px) {
  .plan-wrap {
  margin-top: -10px;
  padding-top: 10px;
  }
  .plan-wrap .cover .card h3 br{display: block;}
  .plan-wrap .point ul li {padding: 20px 10px;}
  .plan-wrap .point ul li figure {
   max-width: 40%;
   flex: 0 1 40%;
  }
  .plan-wrap .intro ul li h4 {font-size: 13px;}
  .plan-wrap .intro ul li p {text-align: left;}
  .plan-wrap .point ul li .txt-wrap{
    max-width: 60%;
   flex: 0 1 60%;
   padding-left: 3%;
  }
  .plan-wrap .point ul li .txt-wrap p {
   font-size: 11px;
   line-height: 1.6em;
  }
  .plan-wrap .point ul li .txt-wrap p b {
    margin-bottom: 3px;
    font-size: 12px;
  }
 }

@media screen and (max-width: 960px) {
  .plan-wrap .feature ul::before {
    content: "";
    display: block;
    width: 22%;
    order: 1;
  }
  .plan-wrap .feature ul::after {
    content: "";
    display: block;
    width: 22%;
  }
  .plan-wrap .feature ul li {
    max-width: 22%;
    flex: 0 1 22%;
    margin-bottom: 40px;
    text-align: center;
  }
  .plan-wrap .intro ul li h4{
    font-size: 12px;
    line-height: 1.4em;
    }
  }
@media screen and (max-width: 900px) {
 .plan-wrap {
  margin-top: -1px;
  padding-top: 1px;
 }
 .plan-wrap .point{
  margin: 0;
  padding-top: 20px;
 }
 .plan-wrap .point ul {
  display: block;
  margin-top: 20px;
 }
 .plan-wrap .point ul li {
  max-width: 100%;
  flex: 0 1 100%;
  padding: 0;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
          background: #fff;
 }
 .plan-wrap .point ul li figure {
  max-width: 43.333%;
  flex: 0 1 43.3333%;
}
 .plan-wrap .point ul li:nth-child(2) { margin-top: 0;}
 .plan-wrap .point ul li:nth-child(3) { margin-top: 0;}
 .plan-wrap .point ul li:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0,0,0,.2);
 }
 .plan-wrap .point ul li .txt-wrap{
  max-width: 56.666%;
  flex: 0 1 56.666%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
 }
 .plan-wrap .point ul li .txt-wrap p {font-size: 11px;}
 .plan-wrap .point ul li .txt-wrap .link{
  margin-top: 10px;
}
.plan-wrap .point ul li .txt-wrap .link a{
  font-size: 10px;
}
.plan-wrap .intro ul {margin-top: 20px;}
.plan-wrap .intro ul li{
  max-width: 100%;
  flex: 0 1 100%;
  margin: 0 auto 30px;
}
.plan-wrap .intro ul li:last-child{margin: 0 auto 10px;}
.plan-wrap .intro ul li h4 {font-size: 18px;}
.plan-wrap .intro ul li p{
  margin-top: 5px;
  font-size: 12px;
}
}
@media screen and (max-width: 768px) {
.plan-wrap .feature {
  margin-top: 60px!important;
}
.plan-wrap .feature ul::before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}
.plan-wrap .feature ul::after {
  content: "";
  display: block;
  width: 30%;
}
.plan-wrap .feature ul li {
  max-width: 30%;
  flex: 0 1 30%;
  margin-bottom: 20px;
  text-align: center;
}
.plan-wrap .feature ul li p {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5em;
}
.plan-wrap .intro ul li h4{
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.4em;
}
.plan-wrap .intro ul{margin-top: 0;}
.plan-wrap .intro ul li h4 {font-size: 16px;}
}

/*--------------------------------------------------------------------------
 plan
---------------------------------------------------------------------------*/
#plan {border-top: dotted 1px #d3d3d3;}
#plan h2 {
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 40px;
 line-height: 40px;
 color: #333;
 text-align: center;
}
#plan .logo{
  width: 20%;
  margin: 0px auto 20px;
}
#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 .basic-plan{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#plan .basic-plan figure{width: 55%;}
#plan .basic-plan .txt{width: 40%;}
#plan .basic-plan .txt p{
  font-size: 15px;
  text-align: justify;
  line-height: 2em;
}
/* オプションチケット */
#plan .basic-plan .sub-campaign{
  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 .basic-plan .sub-campaign span{
  font-size: 14px;
  font-weight: normal;
}

#plan .basic-list ul{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .basic-list ul li{
  width: 18%;
  margin-bottom: 2%;
}
#plan .basic-list p{
  margin: 0 auto;
  font-size: 12px;
  color: #bf9a77;
}
#plan .campaign-box {
  margin: 0 auto;
  padding: 30px;
  box-shadow: 0 0 0 2px #bb9774 inset;
  border-radius: 3px;
}
#plan .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 .campaign-box .title br {display: none;}
#plan .campaign-box .attention {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8em;
  opacity: 0.5;
}
/* タブ切り替え */
#plan .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
}
/*タブのスタイル*/
#plan .tab_item {
  width: calc(100%/2);
  height:70px;
  padding-bottom: 5px;
  background-color: #d9d9d9;
  font-size: 20px;
  line-height: 1.4;
/*   text-align: center; */
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#plan .tab_item .sub {
  margin-bottom: 5px;
  font-size: 12px;
}
#plan .tab_item:hover {opacity: 0.75;}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {display: none;}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0px 40px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#day01:checked ~ #day01_content,
#day02:checked ~ #day02_content {display: block;}
/*選択されているタブのスタイルを変える*/
#plan .tabs input:checked + .tab_item {
  background-color: #bb9774;
  color: #fff;
}

#plan .brand-wrap{margin-top: 90px;}
#plan .brand-wrap .lead-box h3{font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  serif;}
#plan .brand-wrap .txt-wrap{text-align: center;}
#plan .brand-wrap .txt-wrap .reason{
  font-size: 24px;
  font-weight: bold;
}
#plan .brand-wrap .txt-wrap p{font-size: 16px; line-height: 2em}
#plan .brand-wrap ul{
  max-width: 850px;
  margin:  0 auto;
  display: flex;
  justify-content: space-between;
}
#plan .brand-wrap ul li{width: 30%;}
#plan .brand-wrap ul li p{
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
#plan .brand-wrap .btn {
  width: 300px;
  margin: 0 auto;
  border: solid 1px #d3d3d3;
  border-radius: 2px;
  text-align: center;
  position: relative;
  -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 .brand-wrap .btn:hover {background: #f1f1f1;}
#plan .brand-wrap .btn::after {
  content: "＋";
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
#plan .brand-wrap .btn a {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 14px;
}


@media screen and (max-width: 1300px) {
  #plan {margin: 50px auto 0;}
  #plan h2 {
   font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-size: 40px;
   line-height: 40px;
   color: #333;
   text-align: center;
  }
}

@media screen and (max-width: 900px) {
  #plan {
    margin: 30px auto 0;
    padding: 40px 0 20px;
  }
  #plan h2 {
    margin-top: 0;
    font-size: 30px;
  }
  #plan .logo{
    width: 40%;
/*     margin: 20px auto 0; */
  }
  /*タブのスタイル*/
  #plan .tab_item {
    padding: 0 10px;
    font-size: 15px;
  }
  #plan .tab_item .sub {font-size: 12px;}

  #plan .brand-wrap ul{display: block;}
  #plan .brand-wrap ul li{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
  }
  #plan .brand-wrap ul li img{width: 130px;}
  #plan .brand-wrap ul li p{
    width: calc(100% - 150px);
    text-align: left;
  }
  #plan .brand-wrap ul li p br {display: none;}
  #plan .brand-wrap ul li p b {display: block;}
  #plan .brand-wrap .btn {
    width: 200px;
    margin: 0 auto;
    border: solid 1px #d3d3d3;
    border-radius: 2px;
    text-align: center;
    position: relative;
    -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 .brand-wrap .btn a {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  #plan {
    margin: 0 auto;
    padding: 10px 0 0;
  }
  #plan h2 {margin-bottom: 20px;}
  #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 .basic-plan{display: block;}
  #plan .basic-plan figure{width: 100%;}
  #plan .basic-plan .txt{
    width: 100%;
    margin: 20px auto 0;
  }
  #plan .basic-plan .txt img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #plan .basic-plan .txt p{
    font-size: 14px;
    text-align: justify;
    line-height: 2em;
  }
  #plan .basic-list ul li{width: 32%;}
  #plan .basic-list p{font-size: 10px;}
  #plan .campaign-box {
    margin: 0 auto;
    padding: 20px;
  }
  #plan .campaign-box .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.4em;
  }
  #plan .campaign-box .title br {display: block;}
  /* オプションチケット */
  #plan .basic-plan .sub-campaign{margin-top: 20px;}
  #plan .basic-plan .sub-campaign span{font-size: 12px;}
  /*タブのスタイル*/
 /*  #plan .tab_item {font-size: 12px;}
  #plan .tab_item .sub {font-size: 9px;}

  #plan .brand-wrap{margin-top: 60px;}
  #plan .brand-wrap .txt-wrap{margin: 0 auto 20px;}
  #plan .brand-wrap .txt-wrap .reason{
    font-size: 22px;
    text-align: center;
  }
  #plan .brand-wrap .txt-wrap p{
    font-size: 14px;
    text-align: left;
  }
  #plan .brand-wrap ul li{
    margin-bottom: 20px;
    justify-content: space-between;
  }
  #plan .brand-wrap ul li img{
    width: 30%;
    margin: 0;
  }
  #plan .brand-wrap ul li p{width: 65%;font-size: 13px; }
  #plan .brand-wrap ul li p b {display: inline;}
} */

.remodal.petit-concept b {
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-size: 30px;
 line-height: 30px;
 font-weight: normal;
}
.remodal.petit-concept p {
 font-size: 15px;
 line-height: 2.2em;
}
}
@media screen and (max-width: 768px) {
  .remodal.petit-concept b {
   font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
   font-size: 20px;
   line-height: 20px;
   font-weight: normal;
  }
  .remodal.petit-concept p {
   font-size: 14px;
   line-height: 2em;
   text-align: left;
  }
  .remodal.petit-concept 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{width: 100%;}
#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;
}
}

/* --------------------------------
contact
-------------------------------- */
#contact{
/*   margin-top: 140px; */
/*   padding: 4.5% 0 5%; */
/*   background-color: #fcf9f4; */
  position: relative;
}
#contact .inner{
  width: 60%;
  margin: 0 auto;
  padding: 3.5% 0 4%;
  background-color: #fff;
}
#contact h2 {
  margin-bottom: 1.2rem;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}
#contact .btn{text-align: center;}
#contact .btn a{
  max-width: 560px;
  margin: 0 auto;
  padding: 20px 3% 20px;
  background: #d97d8e;
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #d97d8e;
  position: relative;
  display: block;
}
#contact .btn a span{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .1em;
  display: block;
}
#contact .btn a i{
  width: 17px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    fill: #fff;
}
#contact .btn a:hover {
  color: #d97d8e;
  background: #fff;
  transition: .4s;
}
#contact .btn a:hover i{fill: #d97d8e;}
#contact figure{
  width: 80%;
  max-width: 700px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1281px){
  #contact .inner{width: 80%;}
}

@media screen and (max-width: 768px){
  #contact{
    margin-top: 40px;
   /*  padding: 10% 0 11%; */
  }
  #contact .inner{
    width: 86.666%;
/*     padding: 8% 0 9%; */
  }
  #contact h2 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #contact .btn a{
    max-width: auto;
    width: 100%;
    padding: 10px 0% 10px;
    font-size:14px;
  }
  #contact .btn a span{font-size: 10px;}
  #contact .btn a i{width: 12px;}
  #contact .btn_tell{margin-top: 15px;}
  #contact .btn_tell a{
    color: #d97d8e;
    background-color: #fff;
  }
  #contact .btn_tell a i{
    width: 14px;
    fill: #d97d8e;
  }
  #contact .opening{
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
  }
}





/*--------------------------------------------------------------------------
 party
---------------------------------------------------------------------------*/
#party{margin-top: 120px;}
.remodal.party-detail .box {
}
.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-wrap {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
border: solid 1px #d3d3d3;
}
.remodal.party-detail .box table.menu-wrap 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;
}

@media screen and (max-width: 1200px) {
  #party .cover .box h3 br{display: block;}
  .remodal.party-detail .box {}
}

@media screen and (max-width: 960px) {
.remodal.party-detail .box {
}
.remodal.party-detail .box .cover {
}
.remodal.party-detail .box .label {}
.remodal.party-detail .box p {
}
.remodal.party-detail .box .label span {font-size: 20px;}
.remodal.party-detail .box .note {
}
}

@media screen and (max-width: 768px) {
#party{margin-top: 80px;}
.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-wrap 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;
}
}

/*--------------------------------------------------------------------------
 GALLERY
---------------------------------------------------------------------------*/
#gallery ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 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::before {
  content: "";
  display: block;
  width: 16.6666%;
  order: 1;
}
#gallery ul::after {
  content: "";
  display: block;
  width: 16.6666%;
}
#gallery ul li {
  max-width: 16.6666%;
  flex: 0 1 16.6666%;
}
#gallery ul li a {
  position: relative;
}
#gallery ul li a .hit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#gallery .btn-more {
  display: none;
}

@media screen and (max-width: 960px) {
#gallery ul {
  margin: 0 auto 20px;
}
#gallery ul::before {
  content: "";
  display: block;
  width: 33.3333%;
  order: 1;
}
#gallery ul::after {
  content: "";
  display: block;
  width: 33.3333%;
}
#gallery ul li:nth-child(n + 7) {
display: none;
}

#gallery ul li {
  max-width: 33.3333%;
  flex: 0 1 33.3333%;
}
#gallery .btn-more {
  display: block;
  width: 80%;
  max-width: 200px;
  margin: 0 auto 50px;
  padding: 15px 0;
  box-shadow: 0 0 0 1px #d3d3d3 inset;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  border-radius: 2px;
}
}

@media screen and (max-width: 768px) {
#gallery ul {
  width: 100%;
  margin-bottom: 20px;
}
#gallery ul li:last-child {
  margin-bottom: 40px;
}
}


/*--------------------------------------------------------------------------
 commitment
---------------------------------------------------------------------------*/
/*dress*/
#dress .cover{margin: 0 auto;}
#dress .cover .box h3 {margin-top: 25px;}
#dress .cover .box .btn {
  width: 80%;
  margin: 20px auto 0;
  text-align: center;
}
#dress .cover .box .btn a {
 display: block;
 width: 100%;
 height: auto;
 padding: 15px 0;
 color: #fff;
 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 .box .btn:hover a {background: #666;}

#commitment ul{
   width: 90%;
   max-width: 1200px;
   margin: 100px auto 180px;
}
#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: 1025px){
  #commitment ul li .txt h3 {font-size:21px;}
}

@media screen and (max-width: 900px) {
  #dress .cover .box h3 {margin-top: 5px;}
  #dress .cover .box .btn {
    width:86.666%;
    margin: 20px auto 0;
  }
}

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





/*--------------------------------------------------------------------------
 flow
---------------------------------------------------------------------------*/
/* #flow {
 padding: 0px 0 100px;
 position: relative;
}
#flow::before {
 content: "";
 width: 100%;
 height: 440px;
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #fcf9f4;
 z-index: -1;
}
#flow ul.flow-list {
  width: 90%;
  max-width: 1200px;
  margin:0 auto;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling : touch;
  display: flex;
  justify-content: space-between;
}
#flow ul.flow-list li.item {
  display: inline-block;
  width: 23%;
  margin: 16px 50px 16px 0;
  position: relative;
}
#flow ul.flow-list li figure {
 position: relative;
 color: #fff;
}
#flow ul.flow-list li figure::before {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 0 70px 70px;
 border-color: transparent transparent #f08c97 transparent;
 position: absolute;
 right: 0;
 bottom: 0;
}
#flow ul.flow-list li figure figcaption {
 position: absolute;
 right: 10px;
 bottom: 10px;
 font-size: 30px;
 font-weight: bold;
 line-height: 30px;
 color: #fff;
 letter-spacing: 0.02em;
}
#flow ul.flow-list li figure figcaption small {
 padding-right: 3px;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #fff;
}
#flow ul.flow-list li dl { padding-top: 30px;}
#flow ul.flow-list li dl dt {
 line-height: 1.33;
 font-size: 18px;
 font-weight: 500;
 font-weight: bold;
 letter-spacing: 0.02em;
}
#flow ul.flow-list li dl dd {
 padding-top: 10px;
 font-size: 14px;
 letter-spacing: 0.02em;
 line-height: 1.8;
 text-align: justify;
 white-space: normal;
}
#flow .flow-container .scroll {
  width: 90%;
  max-width: 1200px;
  margin: 20px auto 0;
}
#flow .flow-container .scroll img{width: 225px;}

@media screen and (max-width: 1025px){
  #flow ul.flow-list li.item{
    width: 30%;
    margin: 16px 30px 16px 0;
  }
  #flow ul.flow-list li dl{ padding-top: 15px;}
  #flow ul.flow-list li dl dt{font-size: 15px;}
  #flow ul.flow-list li dl dd{padding-top: 10px;}
}

@media screen and (max-width: 768px) {
 #flow { padding: 0 0 40px;}
 #flow::before { height: 256px;}
 #flow ul.flow-list {
  width: 86.666%;
}
 #flow ul.flow-list li.item {
    width: 80%;
    margin-top: 0;
 }
} */

#flow {
 padding: 80px 0 80px;
 position: relative;
}
#flow::before {
 content: "";
 width: 100%;
 height: 440px;
 display: block;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #fbfaf9;
 z-index: -1;
}
#flow .flow-wrap {
 letter-spacing: -5px;
 font-size: 0;
}
#flow .flow-wrap .txt-wrap {
 width: 28.125%;
 padding: 0 5%;
 display: inline-block;
 vertical-align: top;
}
#flow .flow-wrap .txt-wrap h2 {
 padding-top: 0.5em;
 letter-spacing: 0.1em;
 line-height: 1.33;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 40px;
  line-height: 40px;
}
#flow .flow-wrap .txt-wrap h2 + p {
 padding-top: 1.5em;
 line-height: 2;
 letter-spacing: 0.1em;
 font-size: 14px;
}
#flow .flow-wrap .scroll-wrap {
 width: 71.875%;
 display: inline-block;
 vertical-align: top;
 overflow: hidden;
}
#flow .flow-wrap .scroll-wrap ul {
 letter-spacing: -5px;
 font-size: 0;
}
#flow .flow-wrap .scroll-wrap ul li {
 width: 360px;
 margin-right: 40px;
 display: inline-block;
 vertical-align: top;
 cursor: grab;
}

#flow .flow-wrap .scroll-wrap ul li figure {
 position: relative;
 color: #fff;
}
#flow .flow-wrap .scroll-wrap ul li figure::before {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 0 70px 70px;
 border-color: transparent transparent #f08c97 transparent;
 position: absolute;
 right: 0;
 bottom: 0;
}
#flow .flow-wrap .scroll-wrap ul li figure figcaption {
 position: absolute;
 right: 10px;
 bottom: 10px;
 font-size: 30px;
 font-weight: bold;
 line-height: 30px;
 color: #fff;
 letter-spacing: 0.02em;
}
#flow .flow-wrap .scroll-wrap ul li figure figcaption small {
 padding-right: 3px;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #fff;
}

#flow .flow-wrap .scroll-wrap ul li dl { padding-top: 30px;}
#flow .flow-wrap .scroll-wrap ul li dl dt {
 line-height: 1.33;
 font-size: 20px;
 font-weight: 500;
 font-weight: bold;
 letter-spacing: 0.02em;
}
#flow .flow-wrap .scroll-wrap ul li dl dd {
 padding-top: 1.25em;
 font-size: 14px;
 letter-spacing: 0.02em;
 line-height: 1.8;
}
#flow .flow-wrap .scroll-wrap .scroll {
 width: 226px;
 padding-top: 50px;
}
#flow .flow-wrap .scroll-wrap .scroll.sp {
 display: none;
}

@media screen and (max-width: 1440px) {
 #flow .flow-wrap .txt-wrap { width: 33.333%;}
 #flow .flow-wrap .scroll-wrap { width: 66.6666%;}
 #flow .flow-wrap .scroll-wrap ul li { width: 306px;}
 #flow .flow-wrap .scroll-wrap .scroll {
  padding-top: 35px;
 }
}
@media screen and (max-width: 1200px) {
 #flow { padding: 80px 0 60px;}
 #flow::before { height: 320px;}
 #flow .flow-wrap .txt-wrap h2 { font-size: 24px;}
 #flow .flow-wrap .txt-wrap h2 + p { font-size: 12px;}
 #flow .flow-wrap .scroll-wrap ul li {
  width: 288px;
  margin-right: 30px;
 }
 #flow .flow-wrap .scroll-wrap ul li dl { padding-top: 20px;}
 #flow .flow-wrap .scroll-wrap ul li dl dt { font-size: 16px;}
 #flow .flow-wrap .scroll-wrap ul li dl dd { font-size: 12px;}
 #flow .flow-wrap .scroll-wrap .scroll {
  width: 180px;
  padding-top: 25px;
 }
}
@media screen and (max-width: 768px) {
 #flow { padding: 0 0 40px;}
 #flow::before { height: 256px;}
 #flow .ja-tit { margin-bottom: 15px;}
 #flow .flow-wrap .txt-wrap {
  width: 100%;
  padding: 0 6.666%;
  display: block;
 }
 #flow .flow-wrap .txt-wrap h2 {
  padding: 10px 0;
  font-family: "Noto Serif Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 30px;
  line-height: 30px;
 }
 #flow .flow-wrap .txt-wrap h2 br { display: none;}
 #flow .flow-wrap .txt-wrap h2 + p {
  padding-top: 0;
  font-size: 11px;
 }
 #flow .flow-wrap .scroll-wrap {
  width: 100%;
  padding: 20px 0 0 6.666%;
 }
 #flow .flow-wrap .scroll-wrap .scroll {
 display: none;
}
#flow .flow-wrap .scroll-wrap .scroll.sp {
 display: block;
}
 #flow .flow-wrap .scroll-wrap ul li {
  width: 260px;
  margin-right: 25px;
 }
 #flow .flow-wrap .scroll-wrap ul li dl { padding-top: 15px;}
 #flow .flow-wrap .scroll-wrap ul li dl dd { padding-top: 1em;}
 #flow .flow-wrap .scroll-wrap .scroll {
  width: 150px;
  padding-top: 0;
  padding-bottom: 18px;
 }
}


/*--------------------------------------------------------------------------
 covid
---------------------------------------------------------------------------*/
#covid {
 margin-top: 120px;
 padding: 100px 5.333%;
 position: relative;
}
#covid::before {
 content: "";
 width: 93.75%;
 width : -webkit-calc(100% - 120px);
 width : calc(100% - 120px);
 height: 100%;
 background: #F5F6F7;
 position: absolute;
 top: 0;
 left: 60px;
 z-index: -1;
}
#covid ul {
 max-width: 960px;
 margin: 0 auto;
}
#covid ul li {
 padding: 20px 30px 20px 20px;
 display: flex;
 -webkit-align-items: center;
         align-items: center;
 background: #FFF;
}
#covid ul li:not(:first-child) { margin-top: 5px;}

#covid ul li i {
 width: 20px;
 margin-right: 20px;
}
#covid ul li span {
 width: -weblit-calc(100% - 40px);
 width: calc(100% - 40px);
 letter-spacing: 0.1em;
 line-height: 1.75;
 font-size: 16px;
 font-weight: bold;
}

@media screen and (max-width: 1200px) {
 #covid {
  margin-top: 120px;
  padding: 80px 5.333%;
 }
 #covid::before {
  width: 98%;
  width : -webkit-calc(100% - 10px);
  width : calc(100% - 10px);
  left: 5px;
 }
 #covid ul li {
  padding: 16px 24px 16px 16px;
  -webkit-align-items: flex-start;
          align-items: flex-start;
 }
 #covid ul li:not(:first-child) { margin-top: 5px;}
 #covid ul li i {
  width: 16px;
  margin-right: 16px;
 }
 #covid ul li span {
  width: -weblit-calc(100% - 32px);
  width: calc(100% - 32px);
  margin-top: 2px;
  text-align: justify;
  font-size: 12px;
 }
}
@media screen and (max-width: 768px) {
 #covid {
  margin-top: 60px;
  padding: 50px 5.333%;
 }
 #covid ul li { padding: 12px 20px 12px 12px;}
 #covid ul li i {
  width: 16px;
  margin-right: 12px;
 }
 #covid ul li span {
  width: -weblit-calc(100% - 28px);
  width: calc(100% - 28px);
  color: #333;
  font-weight: normal;
 }
}

/*--------------------------------------------------------------------------
 chapel-contact
---------------------------------------------------------------------------*/

#chapel-contact ul.cate {
width: 90%;
max-width: 1200px;
margin: 0 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;
color: #fff;
-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(3),
#chapel-contact #area_kanto ul.area_list li.area_li:nth-child(6),
#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;
}
}

@media screen and (max-width: 768px) {
footer {
  padding-bottom: 80px;
}
}



/*--------------------------------------------------------------------------
banner
---------------------------------------------------------------------------*/
#link{
  padding: 0px 0 80px;
}
#link figure{
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}
#link figure a:hover{
  opacity: .6;
  transition: .8s;
}
@media screen and (max-width: 960px){
  #link figure{width: 90%;}
}

/*--------------------------------------------------------------------------
 notice
---------------------------------------------------------------------------*/
#notice{
  width: 86.666%;
  max-width: 550px;
  margin: 0 auto 80px;
}
#notice a:hover{
  opacity: .8;
  transition: .8s;
}
@media screen and (max-width: 768px){
  #notice{margin: 0 auto 40px;}
}

/* --------------------------------
daisoudankai(ドレスフェア)
-------------------------------- */
#daisoudankai{
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  border: solid 1px #d3d3d3;
  border-radius: 3px;
  text-align: center;
}
#daisoudankai .label {
  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;
}
#daisoudankai .day{
  width: 86.666%;
  max-width: 450px;
  margin: 20px auto 20px;
}
#daisoudankai .day+p{
  width: 70%;
  margin:0 auto;
}
#daisoudankai .day+p i{
  margin-top: 10px;
  font-size: 10px;
  line-height:1.4;
  color: #333;
  opacity: 0.7;
  font-style: normal;
  display: block;
}
#ohirome-photo{margin-top: 30px;}
#ohirome-photo .lead{text-align: center;}
#ohirome-photo .lead span {
  display: inline-block;
  padding: 5px 10px;
  background: #c0ac78;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  line-height: 1.2rem;
  vertical-align: middle;
}
#ohirome-photo .lead h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.8;
  color: #333;
}
#ohirome-photo .lead p{margin-top: 10px;}
#ohirome-photo .ohirome-photo-inner {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#ohirome-photo .ohirome-photo-inner .thumb {
    width: 55%;
    overflow: hidden;
    position: relative;
}
#ohirome-photo .ohirome-photo-inner .intro {
    width: 45%;
    padding-left: 5%;
    align-self: center;
    text-align: left;
}
#ohirome-photo .ohirome-photo-inner .intro .intro-label .dec {
    font-size: 1rem;
    font-weight: 600;
    color:#333;
  }
  #ohirome-photo .ohirome-photo-inner .intro .intro-txt .inner-list{padding-top: 10px;}
#daisoudankai .inner-list {
  font-size: 16px;
}
#daisoudankai .inner-list li{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
#daisoudankai .btn {
  width: 47%;
  max-width: 47%;
  margin: 50px auto 0;
  text-align: center;
  display: block;
}
#daisoudankai .btn a {
 display: block;
 width: 100%;
 height: auto;
 padding: 15px 0;
 color: #fff;
 background: #c0ac78;
 -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;
}
#daisoudankai .btn:hover a {background: #666;}
#daisoudankai .other-wrap{margin-top: 10px!important;}
#daisoudankai .other-wrap .hosoku {
font-size: 12px;
opacity: 0.7;
}

@media screen and (max-width: 1281px){
  #daisoudankai .day+p{width: 86.666%;}
}

@media screen and (max-width: 768px){
  #daisoudankai {
    padding: 30px 20px;
}
  #daisoudankai .label {
font-family: "Noto Serif Display", serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-variation-settings:
"wdth" 100;
font-size: 30px;
text-align: center;
line-height: 30px;
}
#ohirome-photo .lead h3 {font-size: 20px;}
#ohirome-photo .lead p{
  font-size: 14px;
  text-align: left;
}
#ohirome-photo .ohirome-photo-inner {margin-top: 20px;}
#ohirome-photo .ohirome-photo-inner .thumb {width: 100%;}
#ohirome-photo .ohirome-photo-inner .intro {
    width: 100%;
    padding-left: 0%;
    margin-top: 20px;
}
  #daisoudankai br.pc{display: none;}
  #daisoudankai .day+p{
    width: 100%;
    font-size: 12px;
    word-break: break-all;
  }
  #daisoudankai .day{width: 100%;}
  #daisoudankai .btn{
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
  }
  #plan .other .other-wrap .hosoku {
font-size: 10px;
}
}





