@charset "UTF-8";
.lowerpage-visual-wp {
  background-image: url("../img/plan/waso-photo/main.jpg");
}

@media screen and (min-width: 800px) {
  .lowerpage-visual-wp {
    background-image: url("../img/plan/waso-photo/main-pc.jpg");
  }
}
.lowerpage-visual-wp.princess {
  background-image: url("../img/plan/princess-photo/main.jpg");
}

@media screen and (min-width: 800px) {
  .lowerpage-visual-wp.princess {
    background-image: url("../img/plan/princess-photo/main-pc.jpg");
  }
}
.lowerpage-visual-wp.casual {
  background-image: url("../img/plan/casual-photo/main.jpg");
}

@media screen and (min-width: 800px) {
  .lowerpage-visual-wp.casual {
    background-image: url("../img/plan/casual-photo/main-pc.jpg");
  }
}
.bg-crest {
  padding: 30px 0;
}

.bg-crest.shodow {
  margin-bottom: 15px;
  box-shadow: 0 3px 4px 1px #E6E6E6;
  -moz-box-shadow: 0 3px 4px 1px #E6E6E6;
  -webkit-box-shadow: 0 3px 4px 1px #E6E6E6;
}

@media screen and (min-width: 800px) {
  .btn-wp.pc-wide {
    margin-top: 2em;
  }
  .btn-wp.pc-wide a.w-full {
    width: 35em;
    background-position: 25px 50%;
  }
}
.main-ph {
  max-width: 1260px;
  margin: 0 auto 30px;
}

.lead-wp {
  margin: 0 1em;
}
.lead-wp .price {
  margin-bottom: 40px;
  font-size: 15px;
}
.lead-wp .price b {
  font-size: 19px;
}
.lead-wp .price small {
  font-size: 12px;
}
.lead-wp .price.multiple {
  padding-left: 3em;
}

.add-plan {
  margin-bottom: 15px;
  color: #AA8250;
  text-align: center;
}
.add-plan span {
  padding: 3px 1em;
  border-top: solid 1px #AA8250;
  border-bottom: solid 1px #AA8250;
}

@media screen and (max-width: 320px) {
  .lead-wp .price {
    font-size: 13px;
  }
  .lead-wp .price.multiple {
    padding-left: 2em;
  }
}
@media screen and (min-width: 800px) {
  .lead-wp {
    margin: 0;
  }
  .lead-wp .txt-lead {
    text-align: center;
  }
  .lead-wp .price {
    width: 440px;
    margin: 0 auto 55px;
    font-size: 21px;
  }
  .lead-wp .price b {
    font-size: 28px;
  }
  .lead-wp .price small {
    font-size: 16px;
  }
  .lead-wp .price.multiple {
    padding-left: 4.5em;
  }

  .add-plan {
    font-size: 20px;
  }
  .add-plan span {
    padding: 5px 0.75em 3px;
  }
}
.spec-wp {
  position: relative;
  padding: 25px 0;
}
.spec-wp .txt-lead {
  margin: 0 1em 20px;
  color: #ffffff;
}
.spec-wp .spec {
  margin-bottom: 20px;
  text-align: center;
}
.spec-wp .spec li {
  position: relative;
  width: 26%;
  margin: 0 2.5%;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}
.spec-wp .spec li:not(:last-child)::after {
  position: absolute;
  top: 0;
  content: "";
  width: 15px;
  height: 100%;
  background-image: url("../img/plan/common/plus.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 15px auto;
}
.spec-wp .spec li:not(:last-child)::after {
  right: -19px;
}
.spec-wp .spec li.smt-content-none::after {
  position: static;
  content: none;
}
.spec-wp .spec.six li {
  width: 78px;
}
.spec-wp .spec.six li:nth-child(3) {
  margin-right: 62px;
}
.spec-wp .spec.six li:nth-child(4) {
  margin-left: 62px;
}
.spec-wp .spec.six li:nth-child(4),
.spec-wp .spec.six li:nth-child(5),
.spec-wp .spec.six li:nth-child(6) {
  margin-top: -25px;
}
.spec-wp .spec.five li:nth-child(4),
.spec-wp .spec.five li:nth-child(5) {
  margin-top: -25px;
}
.spec-wp .detail {
  width: 85%;
  margin: 0 auto;
}
.spec-wp .detail .list {
  margin-bottom: 20px;
}
.spec-wp .detail .title {
  margin-bottom: 8px;
  padding: 3px 3px 1px;
  background-color: #AA8250;
  color: #ffffff;
}
.spec-wp .detail li {
  color: #ffffff;
}
.spec-wp .detail li:not(:last-child) {
  margin-bottom: 3px;
}
.spec-wp .detail li::before {
  content: "●";
  color: #ffffff;
}

.spec-wp::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #ffffff;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}

@media screen and (max-width: 320px) {
  .spec-wp .spec.six li {
    width: 68px;
  }
}
@media screen and (min-width: 800px) {
  .spec-wp {
    padding: 45px 0;
  }
  .spec-wp .txt-lead {
    margin: 0 0 30px;
    text-align: center;
  }
  .spec-wp .spec {
    max-width: 824px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .spec-wp .spec li {
    position: relative;
    width: 113px;
    margin: 0 10px;
  }
  .spec-wp .spec li:not(:last-child)::after {
    right: -20px;
  }
  .spec-wp .spec li.smt-content-none::after {
    position: absolute;
    content: "";
  }
  .spec-wp .spec.six li {
    width: 113px;
  }
  .spec-wp .spec.six li:nth-child(3) {
    margin-right: 10px;
  }
  .spec-wp .spec.six li:nth-child(4) {
    margin-left: 10px;
  }
  .spec-wp .spec.six li:nth-child(4),
  .spec-wp .spec.six li:nth-child(5),
  .spec-wp .spec.six li:nth-child(6) {
    margin-top: 0;
  }
  .spec-wp .spec.five {
    max-width: 690px;
  }
  .spec-wp .spec.five li:nth-child(4),
  .spec-wp .spec.five li:nth-child(5) {
    margin-top: 0;
  }
  .spec-wp .detail {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  .spec-wp .detail .list {
    float: left;
    width: 30%;
    margin: 0 1.5%;
    margin-bottom: 20px;
  }
  .spec-wp .detail .title {
    margin-bottom: 8px;
    padding: 3px 3px 1px;
    background-color: #AA8250;
    color: #ffffff;
  }
  .spec-wp .detail li {
    color: #ffffff;
  }
  .spec-wp .detail li:not(:last-child) {
    margin-bottom: 3px;
  }
  .spec-wp .detail li::before {
    content: "●";
    color: #ffffff;
  }

  .spec-wp::before {
    border-top: 12px solid #ffffff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
  }
}
.notes-wp {
  margin-bottom: 4px;
  padding: 30px 1em 25px;
  box-shadow: 0 1px 6px 0px #999999;
  -moz-box-shadow: 0 1px 6px 0px #999999;
  -webkit-box-shadow: 0 1px 6px 0px #999999;
}

.notes {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 1em 20px;
  background-color: #ffffff;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
}
.notes .h-title-s {
  margin-top: -30px;
}
.notes .h-title-s span {
  padding: 0 10px;
  background-color: #ffffff;
}

@media screen and (min-width: 800px) {
  .notes-wp {
    padding: 30px 1em 25px;
  }
}
.location-wp .lead {
  margin-bottom: 20px;
  text-align: center;
}
.location-wp .title-wp {
  margin-bottom: 5px;
  text-align: center;
}
.location-wp .title-wp .h-title-s {
  margin-bottom: 5px;
  font-size: 17px;
}
.location-wp .title-wp .price {
  font-size: 15px;
}
.location-wp .title-wp .price b {
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  font-size: 19px;
}
.location-wp .title-wp .price small {
  font-size: 12px;
}
.location-wp .list {
  margin: 0 15px;
}
.location-wp .list > li {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ffffff;
  border-top: solid 1px #960000;
}
.location-wp .list > li .txt {
  overflow: hidden;
}
.location-wp .list > li .btn-wp {
  margin-bottom: 0;
}
.location-wp .caution {
  margin: 0 15px 40px;
}

@media screen and (min-width: 800px) {
  .location-wp .lead {
    margin-bottom: 35px;
    font-size: 16px;
  }
  .location-wp .title-wp {
    margin-bottom: 10px;
    text-align: left;
    overflow: hidden;
  }
  .location-wp .title-wp .h-title-s {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
  }
  .location-wp .title-wp .price {
    float: right;
    font-size: 26px;
  }
  .location-wp .title-wp .price b {
    font-size: 26px;
  }
  .location-wp .title-wp .price small {
    font-size: 16px;
  }
  .location-wp .list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .location-wp .list > li {
    padding: 30px 270px 30px 30px;
    border-top: solid 2px #960000;
  }
  .location-wp .list > li .btn-wp {
    margin-bottom: 0;
    overflow: hidden;
  }
  .location-wp .list > li .btn-wp a {
    float: right;
    margin: 15px 0 5px;
  }
  .location-wp .list > li.no1 {
    background-image: url("../img/plan/waso-wedding/location01.jpg?170902");
    background-repeat: no-repeat;
    background-position: 97% 30px;
    background-size: 230px auto;
  }
  .location-wp .list > li.no2 {
    background-image: url("../img/plan/waso-wedding/location02.jpg?170902");
    background-repeat: no-repeat;
    background-position: 97% 30px;
    background-size: 230px auto;
  }
  .location-wp .list > li.no3 {
    background-image: url("../img/plan/waso-wedding/location03.jpg?170902");
    background-repeat: no-repeat;
    background-position: 97% 30px;
    background-size: 230px auto;
  }
  .location-wp .list > li.no4 {
    background-image: url("../img/plan/waso-wedding/location04.jpg?170902");
    background-repeat: no-repeat;
    background-position: 97% 30px;
    background-size: 230px auto;
  }
  .location-wp .caution {
    max-width: 1000px;
    margin: 0 auto 60px;
  }
}
.gallery-wp {
  max-width: 1260px;
  margin: 0 auto;
}
.gallery-wp > p img:first-child {
  margin-bottom: 5px;
}
.gallery-wp .btn-wp {
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .gallery-wp > p {
    margin-bottom: 30px;
  }
  .gallery-wp > p img:first-child {
    margin-bottom: 20px;
  }
  .gallery-wp .btn-wp {
    margin-bottom: 30px;
  }
}
.schedule-wp {
  margin: 30px 2em;
}
.schedule-wp .h-title {
  color: #4D4D4D;
}
.schedule-wp .h-title span {
  padding: 0 2em 8px;
  border-bottom: solid 2px #960000;
}
.schedule-wp .h-title.bb-red {
  position: relative;
  padding-bottom: 8px;
}
.schedule-wp .h-title.bb-red::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  margin: 0 25%;
  background-color: #960000;
}
.schedule-wp .ex {
  margin: 10px 0;
  text-align: center;
}
.schedule-wp .flow-wp .title {
  position: relative;
  margin-bottom: 20px;
  background-color: #F4E5E5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url("PIE.htc");
  text-align: center;
  font-weight: bold;
  color: #960000;
}
.schedule-wp .flow-wp .title::after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  left: calc(50% - 5px);
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid #F4E5E5;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.schedule-wp .flow-wp > dl {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #F4E5E5;
  letter-spacing: -.40em;
}
.schedule-wp .flow-wp > dl > dt,
.schedule-wp .flow-wp > dl > dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.schedule-wp .flow-wp > dl > dt {
  width: 37%;
  margin-right: 3%;
  font-weight: bold;
  color: #960000;
}
.schedule-wp .flow-wp > dl > dd {
  width: 60%;
}
.schedule-wp .flow-wp > dl > dd b {
  font-weight: bold;
  color: #960000;
}
.schedule-wp .flow-wp > dl > dd .btn-wp {
  margin: 0;
}
.schedule-wp .flow-wp > dl > dd .btn-wp a {
  width: 17em;
}
.schedule-wp .flow-wp > dl > dd small {
  font-weight: bold;
}
.schedule-wp .flow-wp > dl::before,
.schedule-wp .flow-wp > dl::after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 2px;
  background: #960000;
  -webkit-transform-origin: right center;
}
.schedule-wp .flow-wp > dl::after {
  left: 48px;
  bottom: 3px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.schedule-wp .flow-wp > dl::before {
  left: 40px;
  bottom: -5px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.schedule-wp .flow-wp > dl.no-arrow::before,
.schedule-wp .flow-wp > dl.no-arrow::after {
  content: none;
}
.schedule-wp .flow-wp > dl.smt-bb-none {
  border-bottom: none;
}
.schedule-wp .flow-wp > dl.smt-dd-only > dt {
  display: none;
}
.schedule-wp .flow-wp > dl.smt-dd-only > dd {
  width: 100%;
}
.schedule-wp .flow-wp.jp .title {
  background-color: #E1DAC9;
  color: #9C854C;
}
.schedule-wp .flow-wp.jp .title::after {
  border-top: 8px solid #E1DAC9;
}
.schedule-wp .flow-wp.jp > dl {
  border-bottom: solid 1px #E1DAC9;
}
.schedule-wp .flow-wp.jp > dl > dt {
  color: #9C854C;
}
.schedule-wp .flow-wp.jp > dl > dt img.smt {
  width: 80%;
  margin: 10px auto;
}
.schedule-wp .flow-wp.jp > dl > dd b {
  color: #9C854C;
}
.schedule-wp .flow-wp.jp > dl::before,
.schedule-wp .flow-wp.jp > dl::after {
  content: none;
}
.schedule-wp .flow-wp.jp > dl.smt-bb-none {
  border-bottom: none;
}
.schedule-wp .flow-caution {
  margin-bottom: 40px;
  padding: 10px;
  background-color: #F8F8F8;
}
.schedule-wp .flow-caution dt {
  font-weight: bold;
  color: #960000;
}

@media screen and (max-width: 400px) {
  .flow-wp > dl > dd .btn-wp {
    margin: 6em 0 0 -10em;
  }
  .flow-wp > dl > dd .btn-wp a {
    width: 14em !important;
  }
}
@media screen and (max-width: 320px) {
  .flow-wp > dl > dd .btn-wp {
    margin: 2em 0 0 -8em;
  }
  .flow-wp > dl > dd .btn-wp a {
    width: 10.5em !important;
  }
}
@media screen and (min-width: 800px) {
  .schedule-wp {
    max-width: 800px;
    margin: 30px auto;
  }
  .schedule-wp .ex {
    margin: 10px 0 70px;
  }
  .schedule-wp .flow-wp {
    margin-bottom: 25px;
  }
  .schedule-wp .flow-wp .title {
    position: static;
    margin-bottom: 0;
    background-color: transparent !important;
    border-bottom: solid 1px #960000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    behavior: url("PIE.htc");
    text-align: left;
  }
  .schedule-wp .flow-wp .title span {
    display: block;
    width: 200px;
    padding: 4px 10px 2px;
    background-color: #960000;
    color: #ffffff;
  }
  .schedule-wp .flow-wp .title::after {
    content: none;
  }
  .schedule-wp .flow-wp .ex {
    margin: -23px 0 0 220px;
    text-align: left;
  }
  .schedule-wp .flow-wp > dl {
    position: static;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: solid 1px #DFB2B2;
  }
  .schedule-wp .flow-wp > dl > dt {
    width: 200px;
    margin-right: 0;
    padding: 10px;
    font-weight: bold;
    color: #960000;
    background-color: #F4E5E5;
    overflow: hidden;
  }
  .schedule-wp .flow-wp > dl > dt span {
    float: left;
  }
  .schedule-wp .flow-wp > dl > dt span.en {
    font-size: 18px;
    font-weight: normal;
  }
  .schedule-wp .flow-wp > dl > dt img {
    float: right;
    width: 120px;
  }
  .schedule-wp .flow-wp > dl > dd {
    width: 550px;
    padding: 10px;
  }
  .schedule-wp .flow-wp > dl > dd .btn-wp {
    margin-left: 300px;
  }
  .schedule-wp .flow-wp > dl > dd .btn-wp a {
    width: auto;
  }
  .schedule-wp .flow-wp > dl > dd .items {
    overflow: hidden;
    margin: 10px 0 0;
  }
  .schedule-wp .flow-wp > dl > dd .items li {
    float: left;
    width: 103px;
    font-size: 12px;
    font-weight: bold;
    color: #960000;
    line-height: 1.4;
  }
  .schedule-wp .flow-wp > dl > dd .items li img {
    margin-bottom: 10px;
  }
  .schedule-wp .flow-wp > dl > dd .items li:not(:last-child) {
    position: relative;
    padding-right: 40px;
  }
  .schedule-wp .flow-wp > dl > dd .items li:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 68px;
    top: 0;
    right: 0;
    background-image: url("../img/plan/common/items-arrow.jpg");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 18px auto;
  }
  .schedule-wp .flow-wp > dl::before,
  .schedule-wp .flow-wp > dl::after {
    content: none;
  }
  .schedule-wp .flow-wp > dl.smt-dd-only > dt {
    display: inline-block;
    background-color: #F6F2ED;
    border-bottom: solid 1px #F6F2ED;
  }
  .schedule-wp .flow-wp > dl.smt-dd-only > dd {
    width: 540px;
    padding: 10px;
    border-bottom: solid 1px #E1DAC9;
  }
  .schedule-wp .flow-wp > dl.smt-bb-none {
    border-bottom: solid 2px #960000;
  }
  .schedule-wp .flow-wp.jp .title {
    border-bottom: solid 1px #AA8250;
  }
  .schedule-wp .flow-wp.jp .title span {
    background-color: #AA8250;
  }
  .schedule-wp .flow-wp.jp > dl > dt {
    background-color: #F6F2ED;
  }
  .schedule-wp .flow-wp.jp > dl.smt-bb-none {
    border-bottom: solid 2px #AA8250;
  }
  .schedule-wp .flow-wp.jp > dl.pc-bb-none {
    border-bottom: none;
  }
  .schedule-wp .flow-caution {
    margin: 0 0 25px;
    padding: 20px;
  }
}
.option-wp {
  max-width: 1000px;
  margin: 0 1em;
}
.option-wp .option {
  margin-bottom: 35px;
  padding: 25px 0;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
}
.option-wp .option .price {
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  margin: 10px 0 15px;
  text-align: center;
}
.option-wp .option .price b {
  font-size: 15px;
}
.option-wp .option > p {
  margin: 0 1em;
}
.option-wp .h-title-s.border-tb {
  padding: 10px 0;
  border-top: solid 1px #4D4D4D;
  border-bottom: solid 1px #4D4D4D;
}
.option-wp .list {
  margin: 0 15px;
}
.option-wp .list li {
  margin-bottom: 18px;
  font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
  line-height: 1.4;
  overflow: hidden;
}
.option-wp .list li .ph {
  float: left;
  width: 15%;
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #960000;
}
.option-wp .list li div {
  overflow: hidden;
}
.option-wp .list li .title {
  font-weight: bold;
  color: #960000;
}
.option-wp .list li b {
  font-size: 14px;
}

@media screen and (min-width: 800px) {
  .option-wp {
    margin: 0 auto;
  }
  .option-wp .option {
    margin-bottom: 70px;
    padding: 35px 20px;
    overflow: hidden;
  }
  .option-wp .option .h-title-s {
    font-size: 30px;
    text-align: left;
  }
  .option-wp .option .price {
    margin: 10px 0 15px;
    text-align: right;
    font-size: 16px;
  }
  .option-wp .option .price b {
    font-size: 26px;
  }
  .option-wp .option > div {
    float: left;
    width: 55%;
    margin-top: 80px;
  }
  .option-wp .option > p {
    float: right;
    width: 42%;
    margin: 0;
  }
  .option-wp .list {
    margin: 0 25px 25px;
  }
  .option-wp .list li {
    display: inline-block;
    width: 48%;
    margin-bottom: 25px;
    line-height: 1.4;
    vertical-align: top;
  }
  .option-wp .list li .ph {
    float: left;
    width: 15%;
    margin-right: 8px;
    padding-right: 8px;
  }
  .option-wp .list li div {
    overflow: hidden;
  }
  .option-wp .list li .title {
    font-size: 22px;
  }
  .option-wp .list li b {
    font-size: 22px;
  }
}

/*# sourceMappingURL=plan-subpage.css.map */
