@charset "UTF-8";
/* Scss Document */
main {
  color: #707070;
}

.Point h3, .WOption h3, .Location-img-txt p {
  color: #343434;
}

@media (min-width: 769px) {
  .Block01 .title02 {
    margin: 0 auto 20px;
  }
}

@media (min-width: 769px) {
  .cosGrid {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.cosGrid .Block01 {
  text-align: center;
}

.cosGrid .Block01 p {
  margin: 20px auto;
  text-align: left;
  font-weight: bold !important;
  max-width: 408px;
}

#wedding .WOption, .PhotoWedding-top, #wedding-photo .WOption, .Voice, .Faq, .Wedding-top, .Locationphoto-top, .Location, .Live-top {
  padding-top: 0;
}

.list-type-maru {
  position: relative;
  padding-left: 18px;
}

.list-type-maru li::before {
  content: "〇 ";
  position: absolute;
  left: 0;
}

.list-type-counter {
  counter-reset: item;
}

.list-type-counter li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list-type-counter li::before {
  counter-increment: item;
  content: "*" counter(item) " ";
}

/**************  wedding  *******************/
.Wedding-top {
  color: #fff;
}

.Wedding-top h2 {
  padding: 50px 0 30px;
  background: #95ADBF;
}

.Wedding-top h2 img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.Wedding-top .top-txt {
  width: auto;
  max-width: 600px;
  width: auto;
  margin: 5%;
}

@media (min-width: 769px) {
  .Wedding-top .top-txt {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    background: #95ADBF;
  }
}

.Wedding-top .top-txt li {
  width: 100%;
}

@media (min-width: 769px) {
  .Wedding-top .top-txt li {
    width: 50%;
  }
}

.Wedding-top .top-txt li p {
  background: #95ADBF;
  padding: 30px 5%;
}

.Wedding-plan {
  padding: 0 0 35px;
}

@media (min-width: 769px) {
  .Wedding-plan {
    padding: 35px 0 35px;
  }
}

.Wedding-plan .Block01 {
  width: 100%;
}

@media (min-width: 769px) {
  .Wedding-plan .Block01 {
    width: 31%;
  }
}

@media (min-width: 769px) {
  .Wedding-plan .Block01 .dashed {
    background: none;
  }
}

.Wedding-plan-txt {
  max-width: 397px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .Wedding-plan-txt {
    max-width: 323px;
  }
}

@media (min-width: 769px) {
  .Wedding-plan-txt {
    font-size: 0.8em;
    line-height: 26px;
  }
}

.Wedding-plan li:nth-child(2) .Wedding-plan-txt {
  max-width: 450px;
}

.Wedding-plan .Btn01 {
  max-width: 240px;
  font-weight: 500;
  margin: 20px auto 0;
}

.Wedding-top, .Wedding-plan .title02 span, .Voice, .PhotoWedding-top {
  text-align: center;
}

.txtRed {
  color: #e83221;
}

.PhotoWedding-top {
  background: #fffff4;
}

.Point {
  background: #FFF2E0;
  padding-bottom: 35px;
  margin-top: 250px;
  position: relative;
}

@media only screen and (max-width: 480px) {
  .Point {
    margin-top: 210px;
  }
}

@media (min-width: 769px) {
  .Point {
    margin-top: 200px;
    z-index: 2;
  }
}

.Point::before {
  content: "";
  background: url(../img/wedding/wed14.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 73%;
  height: 350px;
  position: absolute;
  top: -280px;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .Point::before {
    height: 29%;
    top: -237px;
  }
}

@media (min-width: 769px) {
  .Point::before {
    height: 350px;
  }
}

.Point .Point_inner {
  padding: 20px 0 20px 10px;
}

.Point .Point_inner li {
  width: 100%;
}

@media (min-width: 769px) {
  .Point .Point_inner li {
    width: 48%;
  }
}

.Point .Point_inner li h3 {
  font-size: 16px;
  background: #fff;
  position: relative;
  padding: 10px 0 12px 30px;
  margin: 10px 0 15px 0px;
}

@media screen and (max-width: 375px) {
  .Point .Point_inner li h3 {
    font-size: 12px;
  }
}

.Point .Point_inner li h3::before {
  content: "";
  width: 16%;
  height: 65px;
  position: absolute;
  top: -7px;
  left: -23px;
}

.Point .Point_inner li p {
  padding: 0 20px 50px;
}

@media only screen and (max-width: 480px) {
  .Point .Point_inner li p {
    padding: 0 5px 30px;
  }
}

.Point .Point_inner .step01 h3::before {
  background: url(../img/wedding/point1.png) no-repeat;
  background-size: contain;
}

.Point .Point_inner .step02 h3::before {
  background: url(../img/wedding/point2.png) no-repeat;
  background-size: contain;
}

.Point .Point_inner .step03 h3::before {
  background: url(../img/wedding/point3.png) no-repeat;
  background-size: contain;
}

.Point .Point_inner .step04 h3::before {
  background: url(../img/wedding/point4.png) no-repeat;
  background-size: contain;
}

.Point .Point_inner .step05 h3::before {
  background: url(../img/wedding/point5.png) no-repeat;
  background-size: contain;
}

.Point .Point_inner .step06 h3::before {
  background: url(../img/wedding/point6.png) no-repeat;
  background-size: contain;
}

.Voice .voice-title {
  background: #DFEAE6;
  position: relative;
  margin-bottom: 120px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .Voice .voice-title {
    margin-bottom: 70px;
  }
}

.Voice .voice-title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -11vh;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #DFEAE6;
}

@media only screen and (max-width: 480px) {
  .Voice .voice-title::before {
    bottom: -40px;
  }
}

@media (min-width: 769px) {
  .Voice .voice-title::before {
    bottom: -7vh;
  }
}

@media only screen and (min-width: 1250px) {
  .Voice .voice-title::before {
    bottom: -6vh;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg);
  }
}

.Voice .voice-title h2 {
  padding: 30px 5% 0 40%;
  text-align: right;
}

.Voice .voice-title h2 img {
  max-width: 350px;
  width: 100%;
}

.Voice > img {
  margin-top: -120px;
  z-index: -2;
}

@media only screen and (max-width: 480px) {
  .Voice > img {
    margin-top: -70px;
  }
}

.Voice-Btn {
  text-align: center;
}

.Voice-Btn a {
  font-size: 16px;
  -webkit-transition: 1.0s;
  transition: 1.0s;
  text-align: center;
  width: 90%;
  max-width: 250px;
  margin: 30px auto 10px;
  background-color: #C3ACAC;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  padding: 10px 0 13px;
  border-radius: 30px;
}

.Voice-Btn a:hover {
  opacity: 0.55;
}

.Voice-more {
  text-align: center;
}

.Voice-more a {
  -webkit-transition: 1.0s;
  transition: 1.0s;
}

.Voice-more a:hover {
  opacity: 0.55;
}

.Voice-more a img {
  max-width: 300px;
}

.Voice-more a .Voice-Btn {
  text-align: center;
  max-width: 300px;
  margin: 30px auto 10px;
}

.Voice_inner li {
  padding-bottom: 30px;
  position: relative;
}

@media (max-width: 460px) {
  .Voice_inner li {
    padding-bottom: 40px;
  }
}

.Voice_inner li a::after {
  /*content: "…続きを読む";*/
  font-size: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 480px) {
  .Voice_inner li a::after {
    bottom: 15px;
  }
}

@media (min-width: 769px) {
  .Voice_inner li a::after {
    font-size: 12px;
  }
}

.Voice_inner li .thumbnail span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 50%;
}

.Voice_inner li .title {
  margin-top: 6px;
  color: #5F5544;
  letter-spacing: 0;
  font-size: 11px;
  padding: 0 0 5px 0;
  font-weight: 500;
}

@media (min-width: 769px) {
  .Voice_inner li .title {
    font-size: 16px;
  }
}

.Voice_inner li .title h3, .Voice_inner li .title p {
  display: inline-block;
  text-align: left;
}

.Voice_inner li .title h3 {
  font-size: 11px;
}

@media (min-width: 769px) {
  .Voice_inner li .title h3 {
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .Voice_inner li .title p {
    font-size: 16px;
  }
}

.Voice_inner li .Archives, .Voice_inner li .Order {
  font-size: 10px;
}

@media (min-width: 769px) {
  .Voice_inner li .Archives, .Voice_inner li .Order {
    font-size: 12px;
  }
}

.Voice_inner li:first-child {
  margin-top: 40px;
  width: 100%;
  display: block;
  padding-top: 30px;
}

@media (min-width: 769px) {
  .Voice_inner li:first-child a::after {
    bottom: 10px;
  }
}

.Voice_inner li:first-child .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}

.Voice_inner li:first-child .title h3 {
  font-size: 14px;
}

@media (min-width: 769px) {
  .Voice_inner li:first-child .title h3 {
    font-size: 16px;
  }
}

.Voice_inner li:first-child .title p {
  font-size: 14px;
}

@media (min-width: 769px) {
  .Voice_inner li:first-child .title p {
    font-size: 16px;
  }
}

.Voice_inner li:nth-child(2) {
  width: 40%;
  margin-right: 2%;
}

@media (min-width: 769px) {
  .Voice_inner li:nth-child(2) {
    width: 31%;
    margin-right: auto;
  }
}

.Voice_inner li:nth-child(2) .title {
  border-bottom: 1px dashed #eee;
}

.Voice_inner li:nth-child(2) .thumbnail span {
  padding-top: 62%;
}

@media (min-width: 769px) {
  .Voice_inner li:nth-child(2) .thumbnail span {
    padding-top: 63%;
  }
}

.Voice_inner li:nth-child(3) {
  width: 58%;
}

@media (min-width: 769px) {
  .Voice_inner li:nth-child(3) {
    width: 31%;
    margin-right: auto;
  }
}

.Voice_inner li:nth-child(3) .title {
  border-bottom: 1px dashed #eee;
}

.Voice_inner li:nth-child(3) .thumbnail span {
  padding-top: 120%;
}

@media (min-width: 769px) {
  .Voice_inner li:nth-child(3) .thumbnail span {
    padding-top: 63%;
  }
}

.Voice_inner li:last-child {
  width: 40%;
  margin-right: 2%;
  margin-top: -29vw;
}

@media (min-width: 769px) {
  .Voice_inner li:last-child {
    width: 31%;
    margin-right: auto;
    margin-top: 0;
  }
}

.Voice_inner li:last-child .title {
  border-bottom: 1px dashed #eee;
}

@media (max-width: 460px) {
  .Voice_inner li:last-child {
    margin-top: -29vw;
  }
}

.Voice_inner li:last-child .thumbnail span {
  padding-top: 63%;
}

.Voice_inner li p {
  font-size: 12px;
}

@media (min-width: 769px) {
  .Voice_inner li p {
    font-size: 14px;
  }
}

.Frow {
  background: #fdfff5;
}

.Frow h2 {
  width: 100%;
}

.Frow h2 img {
  width: 32%;
}

@media (min-width: 769px) {
  .Frow ul {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 50px;
  }
}

.Frow ul li {
  padding: 5%;
  background: #B9D1B4;
  position: relative;
  width: 100%;
  max-width: 380px;
  margin: 0 auto 50px;
}

@media (min-width: 769px) {
  .Frow ul li {
    padding: 1%;
    width: 30.5%;
    margin: 23px 1.3% 40px;
  }
}

.Frow ul li::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .Frow ul li::before {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 769px) {
  .Frow ul li::before {
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.Frow ul li:first-child::before {
  background: url(../img/wedding/step1.png) no-repeat;
  background-size: cover;
}

.Frow ul li:nth-child(2)::before {
  background: url(../img/wedding/step2.png) no-repeat;
  background-size: cover;
}

.Frow ul li:nth-child(3)::before {
  background: url(../img/wedding/step3.png) no-repeat;
  background-size: cover;
}

.Frow ul li:nth-child(4)::before {
  background: url(../img/wedding/step4.png) no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .Frow ul li:nth-child(5) {
    margin-bottom: 20px;
  }
}

.Frow ul li:nth-child(5)::before {
  background: url(../img/wedding/step5.png) no-repeat;
  background-size: cover;
}

.Frow ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #B9D1B4;
  position: absolute;
  bottom: -23px;
  right: 0;
  left: 0;
  margin: auto;
}

@media (min-width: 769px) {
  .Frow ul li::after {
    top: 75px;
    bottom: 0;
    left: auto;
    right: -25px;
    margin: 0;
    border-left: 15px solid #B9D1B4;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
}

.Frow ul li:last-child::after {
  display: none;
}

.Frow ul li .Frow-list {
  background: #fff;
  padding: 5%;
}

@media (min-width: 769px) {
  .Frow ul li .Frow-list {
    padding: 8% 0 5%;
    text-align: center;
    height: 100%;
  }
}

.Frow ul li .Frow-list h3 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(85%, #DFFC00));
  background: -webkit-linear-gradient(transparent 80%, #DFFC00 85%);
  background: linear-gradient(transparent 80%, #DFFC00 85%);
}

@media (min-width: 769px) {
  .Frow ul li .Frow-list h3 {
    font-size: 18px;
  }
}

.Frow ul li .Frow-list p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.Frow ul li .Frow-list p span {
  display: block;
  font-size: 0.8em;
}

.title04 {
  background: #727272;
}

.title04 span {
  display: block;
  font-weight: normal;
}

.Outline-box {
  width: 100%;
  padding: 3%;
  background: #fff;
}

@media only screen and (max-width: 480px) {
  .Outline-box {
    width: 100%;
    background: #fff;
    margin: auto;
  }
}

.Outline-box h3, .Outline-box p {
  margin: 10px 0;
}

@media (min-width: 769px) {
  .Outline-box h3, .Outline-box p {
    margin-bottom: 0;
  }
}

.Outline-box h3 {
  margin: 0;
  padding: 10px 3%;
}

@media (min-width: 769px) {
  .Outline-box h3 {
    line-height: 2.5;
  }
}

@media only screen and (max-width: 480px) {
  .Outline-box h3 span {
    display: block;
    padding-left: 130px;
  }
}

.Outline-box p {
  padding: 5px 3% 10px;
}

.Outline-box img {
  width: 100%;
  max-width: 450px;
}

@media (min-width: 769px) {
  .Outline-box img {
    margin-top: 20px;
  }
}

.Outline-box-price, .Outline-box-content, .Outline-box-remarks {
  padding: 10px 5%;
}

@media only screen and (max-width: 480px) {
  .Outline-box-price, .Outline-box-content, .Outline-box-remarks {
    font-size: 12px;
  }
}

.Outline-box-price {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
}

.Outline-box-price span {
  display: block;
  font-size: 12px;
  padding-left: 56%;
  margin-top: -20px;
  font-weight: normal;
}

@media (min-width: 769px) {
  .Outline-box .span7 {
    padding: 0 3%;
  }
}

@media (min-width: 769px) {
  .Option #OptionLeft {
    float: none;
    width: 50%;
  }
}

/* アコーディオンB */
.WOther {
  max-width: 750px;
  margin: 0 auto;
}

.WOther .span9 {
  border-top: 1px solid #727171;
}

.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cp_actab label {
  position: relative;
  cursor: pointer;
  display: block;
  background: url(../img/icon05.png) no-repeat;
  background-position-y: 20px;
  background-size: 20px;
  width: 100%;
}

@media (min-width: 769px) {
  .cp_actab label {
    background-position-y: 0;
    background-size: 25px;
    background-position: 10px center;
  }
}

.cp_actab label > span {
  display: block;
  padding: 15px 30px 15px 8.5%;
  position: relative;
  text-align: center;
}

@media (min-width: 769px) {
  .cp_actab label > span {
    margin: 0 auto;
    padding: 20px 30px 20px 45px;
  }
}

.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.cp_actab .cp_actab-content p {
  border-top: 1px solid #9e9d9d;
  margin: 0 25px;
  padding: 20px 0;
}

@media (min-width: 769px) {
  .cp_actab .cp_actab-content p {
    background-position: 5px 15px;
  }
}

.cp_actab .cp_actab-content span {
  display: block;
  text-align: left;
}

@media (min-width: 769px) {
  .cp_actab .cp_actab-content span {
    padding: 0 0 0 20px;
  }
}

.cp_actab .cp_actab-content span .Option-box {
  margin: 0 auto;
}

.cp_actab p {
  margin-bottom: 0px;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 100%;
}

/*チェックのアイコン（↓）*/
.cp_actab label:after {
  position: absolute;
  top: 35%;
  bottom: 0;
  right: 3%;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/wedding/icon-01white.svg) no-repeat;
  background-size: 15px 15px;
}

@media (min-width: 769px) {
  .cp_actab label:after {
    width: 30px;
    height: 30px;
  }
}

/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
  background: url(../img/wedding/icon-02white.svg) no-repeat;
  background-size: 15px 15px;
}

.WOther .title02 {
  width: 50%;
}

.WOther_box li {
  width: 100%;
}

.WOther_box li .cp_actab {
  color: #fff;
}

.WOther_box li .cp_actab .cp_actab-content {
  color: #707070;
}

.WOther_box li:first-child {
  background: #AEB3CE;
}

.WOther_box li:first-child tr, .WOther_box li:first-child th {
  border: 15px solid #AEB3CE;
}

.WOther_box li:nth-child(2) {
  background: #B3BAB6;
}

.WOther_box li:nth-child(2) tr, .WOther_box li:nth-child(2) th {
  border: 15px solid #B3BAB6;
}

.WOther_box li:nth-child(3) {
  background: #C3C1AF;
}

.WOther_box li:nth-child(3) tr, .WOther_box li:nth-child(3) th {
  border: 15px solid #C3C1AF;
}

.WOther_box li:nth-child(4) {
  background: #CCB9C4;
}

.WOther_box li:nth-child(4) tr, .WOther_box li:nth-child(4) th {
  border: 15px solid #CCB9C4;
}

.WOther_box li:nth-child(5) {
  background: #9BC19B;
}

.WOther_box li:nth-child(5) tr, .WOther_box li:nth-child(5) th {
  border: 15px solid #9BC19B;
}

.WOther-title {
  display: block;
  font-size: 1.8em;
  letter-spacing: 0.5px;
  margin-bottom: -10px;
}

.Faq {
  background: #D6D8D8;
}

.Faq_img {
  padding-top: 100%;
  background: url(../img/wedding/wed15.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 769px) {
  .Faq_img {
    padding-top: 43%;
    background-size: contain;
  }
}

.Faq_img h2 {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  max-width: 200px;
}

@media only screen and (max-width: 480px) {
  .Faq_img h2 {
    top: 30px;
  }
}

.Faq_img h2 img {
  width: 60%;
}

.Faq .container {
  max-width: 800px;
}

.Faq_box li {
  width: 100%;
  color: #343434;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #343434;
  /*チェックのアイコン（↓）*/
  /*チェックのアイコン（↑）*/
}

.Faq_box li label span {
  padding-left: 8.5%;
}

@media only screen and (max-width: 480px) {
  .Faq_box li label span {
    padding-left: 10.5%;
  }
}

.Faq_box li label span::before {
  position: absolute;
  top: 15px;
  left: 2%;
}

@media (min-width: 769px) {
  .Faq_box li label span::before {
    top: 20px;
    left: 3%;
  }
}

.Faq_box li:first-child label span::before {
  content: "Q1";
}

.Faq_box li:nth-child(2) label span::before {
  content: "Q2";
}

.Faq_box li:nth-child(3) label span::before {
  content: "Q3";
}

.Faq_box li:nth-child(4) label span::before {
  content: "Q4";
}

.Faq_box li:nth-child(5) label span::before {
  content: "Q5";
}

.Faq_box li:nth-child(6) label span::before {
  content: "Q6";
}

.Faq_box li:nth-child(7) label span::before {
  content: "Q7";
}

.Faq_box li:nth-child(8) label span::before {
  content: "Q8";
}

.Faq_box li:nth-child(9) label span::before {
  content: "Q9";
}

.Faq_box li:nth-child(10) label span::before {
  content: "Q10";
}

.Faq_box li:nth-child(11) label span::before {
  content: "Q11";
}

.Faq_box li:nth-child(12) label span::before {
  content: "Q12";
}

.Faq_box li:nth-child(13) label span::before {
  content: "Q13";
}

.Faq_box li .cp_actab label span {
  text-align: left;
}

.Faq_box li .cp_actab .cp_actab-content span {
  padding: 0 20px 10px;
}

.Faq_box li .plus.icon {
  color: #343434;
  width: 30px;
}

.Faq_box li .cp_actab label:after {
  top: 35%;
  bottom: 0;
  right: 3%;
  content: '';
  background: url(../img/wedding/icon-01black.svg) no-repeat;
  background-size: 15px 15px;
}

.Faq_box li .cp_actab input:checked ~ label::after {
  background: url(../img/wedding/icon-02black.svg) no-repeat;
  background-size: 15px 15px;
}

/************************  photowedding  **********************************/
.PhotoWedding-top h2 {
  padding: 15px 0 30px;
  background: #D0D064;
  color: #fff;
}

.PhotoWedding-top h2 img {
  display: block;
  margin: 20px auto 0;
}

.PhotoWedding-top h3, .PhotoWedding-top p {
  position: relative;
  text-align: left;
}

.PhotoWedding-top h3 {
  margin-bottom: 20px;
}

.PhotoWedding-top li {
  width: 100%;
}

@media (min-width: 769px) {
  .PhotoWedding-top_box01 li:first-child {
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 769px) {
  .PhotoWedding-top_box01 li:last-child {
    width: 64%;
    margin: auto;
    max-width: 780px;
  }
}

.PhotoWedding-top_box02 li {
  position: relative;
}

.PhotoWedding-top_box02 li h3 {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .PhotoWedding-top_box02 li h3 {
    padding: 0;
  }
}

.PhotoWedding-top_box02 li p {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .PhotoWedding-top_box02 li p {
    margin-top: 20px;
  }
}

.PhotoWedding-top_box02 li .Sponly {
  position: absolute;
  top: 30px;
  right: 10%;
}

@media only screen and (max-width: 480px) {
  .PhotoWedding-top_box02 li .Sponly {
    right: 3%;
  }
}

@media (min-width: 769px) {
  .PhotoWedding-top_box02 li:first-child {
    width: 40%;
    margin: 0;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .PhotoWedding-top_box02 li:first-child {
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 769px) {
  .PhotoWedding-top_box02 li:last-child {
    width: 52%;
    margin: 0 2.5%;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .PhotoWedding-top_box02 li:last-child {
    width: 64%;
    margin: auto;
    max-width: 780px;
  }
}

@media (min-width: 769px) {
  .PhotoWedding-top_box03 li:first-child {
    width: 50%;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .PhotoWedding-top_box03 li:first-child {
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 769px) {
  .PhotoWedding-top_box03 li:last-child {
    width: 45%;
    margin: 0 2.5%;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .PhotoWedding-top_box03 li:last-child {
    width: 64%;
    margin: auto;
    max-width: 780px;
  }
}

.PhotoWedding-top .tori01 {
  margin: auto;
  padding-left: 4.5rem;
  margin: 30px 0 10px;
  background: url(../img/wedding/photo/tori01.png) no-repeat;
  background-size: 6rem;
  background-position: -10px -20px;
}

.PhotoWedding-top .tori02 {
  padding-bottom: 15%;
  background: url(../img/wedding/photo/tori02.png) no-repeat;
  background-size: 3.5rem;
  background-position: 50% 20px;
  padding-top: 60px;
}

@media (min-width: 769px) {
  .PhotoWedding-top .tori02 {
    background-position: 30% 20px;
    padding: 0;
    margin: 30px 0 10px;
  }
}

.PhotoWedding-top .tori03 {
  margin: 30px 0 10px;
  background: url(../img/wedding/photo/tori03.png) no-repeat;
  background-size: 6rem;
  background-position: left -10px;
  padding-left: 6rem;
}

.Item {
  background: #F7F8FF;
  margin-top: 250px;
  position: relative;
  padding-top: 80px;
}

@media only screen and (max-width: 480px) {
  .Item {
    margin-top: 210px;
  }
}

.Item::before {
  content: "";
  background: url(../img/wedding/photo/photo05.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 310px;
  position: absolute;
  top: -260px;
  right: 0;
  left: -50px;
  margin: auto;
}

@media only screen and (max-width: 480px) {
  .Item::before {
    height: 220px;
    top: -23%;
    left: -30px;
  }
}

.Item-box li {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .Item-box li {
    width: 30%;
  }
}

@media (min-width: 769px) {
  #wedding-photo .Access02 {
    margin-top: 330px;
    max-width: 885px;
  }
}

@media (min-width: 769px) {
  #wedding-photo .Item {
    margin-top: 330px;
  }
}

#wedding-photo .WOption {
  background: #ECEEE3;
}

#wedding-photo .WOption .Outline-box-price span {
  font-size: 12px;
  text-align: right;
  margin-top: -20px;
  font-weight: normal;
}

/****************************  item  **********************************/
.Itemlist {
  padding: 0;
}

@media (min-width: 769px) {
  .Itemlist {
    padding: 40px 0;
  }
}

.Itemlist-box li {
  position: relative;
  width: 100%;
  padding-top: 150%;
}

@media (min-width: 769px) {
  .Itemlist-box li {
    width: 33.3%;
    padding-top: 50%;
  }
}

.Itemlist-box li:first-child {
  background: url(../img/wedding/photo/item01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.Itemlist-box li:nth-child(2) {
  background: url(../img/wedding/photo/item02.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.Itemlist-box li:last-child {
  background: url(../img/wedding/photo/item03.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

#wedding-option01, #wedding-option02 {
  background: url(../img/wedding/wed-bg01.png) no-repeat;
  background-position: right center;
  background-size: contain;
}

#wedding-item .WOption {
  background: #ECEEE3;
}

#wedding-option01 .Option-box .title04, #wedding-option02 .Option .title04 {
  background: #727272;
}

#wedding-option01 .Option-box tr, #wedding-option02 .Option tr {
  background: #fff;
}

#wedding-option01 .Option-box .Option-txt, #wedding-option02 .Option .Option-txt {
  background: none !important;
}

#wedding-option01 .Option-box .Option-txt th, #wedding-option02 .Option .Option-txt th {
  padding: 5px 5% 15px;
}

.Ophoto {
  background: #D4D6E1;
}

.Odress {
  background: #DBE2DE;
}

.Odress .Option-box th, .Odress .Option-box td {
  border: 5px solid #DBE2DE;
}

.O-01 {
  background: #EED5E3;
}

.O-01 .Option-box th, .O-01 .Option-box td {
  border: 5px solid #EED5E3;
}

.O-02 {
  background: #E5F5E5;
}

.O-02 .Option-box th, .O-02 .Option-box td {
  border: 5px solid #E5F5E5;
}

/****************************  location  **********************************/
@media (min-width: 769px) {
  #wedding-location .PcImg {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.Locationphoto-top h2 {
  padding: 50px 0 30px;
  background: #F5F2DE;
}

.Locationphoto-top h2 img {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 20px auto 0;
}

.Location {
  background: #EFEDE2;
}

.Location-box {
  padding: 30px 0;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.Location-box li {
  width: 48%;
  margin-right: 2%;
  padding: 10px 3% 20px;
  margin-bottom: 3%;
  background: #fff;
}

.Location-box li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 769px) {
  .Location-box li {
    width: 30%;
    margin-right: 2%;
    padding: 10px 3% 20px;
  }
  .Location-box li:nth-child(2n) {
    margin-right: 2%;
  }
  .Location-box li:nth-child(3n) {
    margin-right: 0;
  }
}

.Location-box li h3, .Location-box li p {
  text-align: left;
}

.Location-box li h3 {
  color: #a08e60;
  margin: 15px auto 5px;
}

.Location-box li p {
  line-height: 1.5;
}

@media (min-width: 769px) {
  .Location-box li p {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.btn-insta {
  margin: 20px auto 50px;
  width: 65%;
  max-width: 350px;
}

@media only screen and (max-width: 480px) {
  .btn-insta {
    margin: 0 auto 30px;
  }
}

.btn-gallerry {
  margin: 30px auto 60px;
  max-width: 600px;
}

@media only screen and (max-width: 480px) {
  .btn-gallerry {
    margin: 20px auto 30px;
  }
}

/****************************  live  **********************************/
.Live-top h2 {
  padding: 15px 0 30px;
  background: #e5f2e4;
}

.Live-top h2 img {
  max-width: 120px;
  width: 25%;
  display: block;
  margin: 20px auto 0;
}

.Live-box > li {
  width: 100%;
  border: solid 1px #93a3ae;
  margin-bottom: 30px;
}

.Live-box > li h3 {
  background: #687490;
  padding: 17px 5% 10px;
  color: #fff;
}

.Live-box > li .Live-box_inner {
  padding: 20px 3% 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .Live-box > li .Live-box_inner {
    max-width: 475px;
  }
}

@media only screen and (max-width: 480px) {
  .Live-box > li .Live-box_inner > p {
    font-size: 1.1em;
  }
}

.Live-box > li .Live-box_inner a {
  display: inline-block;
}

.Live-box > li .Live-box_inner .price {
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.3;
  margin-left: 5px;
  margin-bottom: 20px;
}

.Live-box > li .Live-box_inner .price span {
  font-size: 1.2rem;
  font-weight: 300 !important;
}

@media screen and (min-width: 355px) {
  .Live-box > li .Live-box_inner figcaption, .Live-box > li .Live-box_inner p {
    padding-left: 5%;
  }
}

.Live-box > li .Live-box_inner .tax {
  display: block;
  margin-top: 15px;
}

.Live-box > li .img {
  text-align: center;
  margin: 10px auto;
}

.Live-box > li .img img {
  width: 70%;
}

.Live-box > li .Live-box_txt {
  padding-top: 0;
  margin-top: -15px;
}

.Live-box:last-child li .span6 {
  margin: 30px auto;
}

@media (min-width: 769px) {
  .Live-box:last-child li .span6 {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 769px) {
  .Live-box:last-child li .Live-box_txt {
    margin: 20px 0 0 20px;
  }
}
/*# sourceMappingURL=page-wedding.css.map */