@charset "UTF-8";
/*---------------------------------------
 * パーティレポート
---------------------------------------*/
.w-report .archiveSec .inner {
  width: calc(100% - 40px);
  max-width: 1086px;
  margin: 0 auto;
}
.w-report .archiveSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .w-report .archiveSec .inner .list {
    display: block;
  }
}
.w-report .archiveSec .inner .list li {
  width: 31.31%;
  margin-right: 3.03%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-report .archiveSec .inner .list li {
    width: 100%;
    margin-right: 0;
  }
}
.w-report .archiveSec .inner .list li:nth-child(3n) {
  margin-right: 0;
}
.w-report .archiveSec .inner .list li a {
  width: 100%;
  height: 100%;
  display: block;
}
.w-report .archiveSec .inner .list li figure {
  width: 100%;
  height: 66.688vw;
  max-height: 226.72px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .w-report .archiveSec .inner .list li figure {
    max-height: none;
  }
}
.w-report .archiveSec .inner .list li figure img,
.w-report .archiveSec .inner .list li figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-report .archiveSec .inner .list li .postTitle {
  margin-bottom: 15px;
  color: #44605F;
  font-size: 1.5rem;
  line-height: 1.8;
}
.w-report .archiveSec .inner .list li .postData {
  margin-bottom: 15px;
}
.w-report .archiveSec .inner .list li .postData dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  font-size: 1.2rem;
}
.w-report .archiveSec .inner .list li .postData dl dt {
  width: 84px;
  position: relative;
  margin-right: 10px;
  color: #053735;
}
.w-report .archiveSec .inner .list li .postData dl dt::after {
  content: "";
  background: #DBDBDB;
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.w-report .archiveSec .inner .list li .btn {
  display: inline-block !important;
  padding-right: 30px;
  color: #44605F;
  line-height: 1;
  position: relative;
  display: block;
}
.w-report .archiveSec .inner .list li .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #053735;
}
.w-report .archiveSec .inner .list li .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-report .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-report .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}

/*---------------------------------------
 * パーティレポート 詳細
---------------------------------------*/
.w-report-single .postSec {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec {
    margin-bottom: 80px;
  }
}
.w-report-single .postSec .cover {
  background: #f0f0e9;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .cover {
    padding: 30px 0;
  }
}
.w-report-single .postSec .cover .inner {
  width: calc(100% - 40px);
  max-width: 1086px;
  margin: 0 auto;
}
.w-report-single .postSec .cover .inner figure {
  width: calc(100% + 40px);
  margin-bottom: 40px;
  margin-left: -20px;
}
.w-report-single .postSec .cover .inner .postTitle {
  margin-bottom: 40px;
  color: #44605F;
  font-size: 2rem;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .cover .inner .postTitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.w-report-single .postSec .cover .inner .postData {
  width: calc(100% - 40px);
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .cover .inner .postData {
    width: 100%;
    display: block;
  }
}
.w-report-single .postSec .cover .inner .postData dl {
  width: 23%;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .cover .inner .postData dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font-size: 1.2rem;
    text-align: left;
  }
}
.w-report-single .postSec .cover .inner .postData dl dt {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #cbcbcb;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .cover .inner .postData dl dt {
    width: 84px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .w-report-single .postSec .cover .inner .postData dl dt::after {
    content: "";
    background: #DBDBDB;
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.w-report-single .postSec .post {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0 60px;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .post {
    padding: 40px 0;
  }
}
.w-report-single .postSec .post figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .post figure {
    margin-bottom: 20px;
  }
}
.w-report-single .postSec .post .caption {
  margin-bottom: 50px;
  line-height: 2;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-report-single .postSec .post .caption {
    margin-bottom: 30px;
  }
}
.w-report-single .postSec .btn {
  width: 265px;
  display: block;
  margin: 0 auto;
  position: relative;
  display: block;
}
.w-report-single .postSec .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #44605F;
}
.w-report-single .postSec .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16.5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #053735;
  border-right: 1px solid #053735;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-report-single .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-report-single .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}

/*---------------------------------------
 * ウエディングプラン
---------------------------------------*/
.w-plan .bestrateSec {
  padding: 30px 0 20px;
  margin-top: -20px;
  margin-bottom: 90px;
  background: #E5E5E5;
}
@media screen and (max-width: 1000px) {
  .w-plan .bestrateSec {
    padding: 30px 0;
    margin-top: -30px;
    margin-bottom: 60px;
  }
}
.w-plan .bestrateSec .inner {
  width: calc(100% - 80px);
  max-width: 1086px;
  margin: 0 auto;
}
.w-plan .bestrateSec .inner .star {
  text-align: center;
  margin-bottom: 20px;
  color: #A08B3B;
}
.w-plan .bestrateSec .inner .star span {
  padding: 0 10px;
}
@media screen and (max-width: 1000px) {
  .w-plan .bestrateSec .inner .star span {
    padding: 0 6px;
  }
}
.w-plan .bestrateSec .inner .midashi {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.w-plan .bestrateSec .inner .catch {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-plan .bestrateSec .inner .catch {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.w-plan .bestrateSec .inner .read {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .w-plan .bestrateSec .inner .read {
    text-align: left;
    font-size: 1.3rem;
  }
}
.w-plan .archiveSec .inner {
  width: calc(100% - 40px);
  max-width: 1086px;
  margin: 0 auto;
}
.w-plan .archiveSec .inner .tabs {
  margin-bottom: 50px;
}
.w-plan .archiveSec .inner .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .tabs ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.w-plan .archiveSec .inner .tabs ul li {
  width: 16.51%;
  margin: 0 2px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .tabs ul li {
    width: calc(50% - 2px);
    margin: 0 4px 4px 0;
  }
  .w-plan .archiveSec .inner .tabs ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.w-plan .archiveSec .inner .tabs ul li:first-child {
  margin-left: 0;
}
.w-plan .archiveSec .inner .tabs ul li:last-child {
  margin-right: 0;
}
.w-plan .archiveSec .inner .tabs ul li:nth-child(6n) {
  margin-right: 0;
}
.w-plan .archiveSec .inner .tabs ul li:nth-child(6n+1) {
  margin-left: 0;
}
.w-plan .archiveSec .inner .tabs ul li a {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.w-plan .archiveSec .inner .tabs ul li a:hover {
  opacity: 0.75;
}
.w-plan .archiveSec .inner .tabs ul li a.current {
  background: #053735;
  color: #fff;
}
.w-plan .archiveSec .inner .archives {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives {
    margin-bottom: 60px;
  }
}
.w-plan .archiveSec .inner .archives ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #c2c7c7;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li {
    display: block;
    margin-bottom: 40px;
    padding: 0 0 40px;
    border: none;
  }
  .w-plan .archiveSec .inner .archives ul li::after {
    content: "";
    background: #c2c7c7;
    width: calc(100% + 40px);
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}
.w-plan .archiveSec .inner .archives ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li:last-child {
    padding-bottom: 0;
  }
  .w-plan .archiveSec .inner .archives ul li:last-child::after {
    content: none;
  }
}
.w-plan .archiveSec .inner .archives ul li .photo {
  width: 36.07%;
  height: 18.264vw;
  max-height: 249.49px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li .photo {
    width: 100%;
    height: 70vw;
    max-height: none;
    margin-bottom: 20px;
  }
}
.w-plan .archiveSec .inner .archives ul li .photo figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-plan .archiveSec .inner .archives ul li .photo figure img,
.w-plan .archiveSec .inner .archives ul li .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-plan .archiveSec .inner .archives ul li .photo .badge {
  background: #C4835B;
  width: 79px;
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -19.75px;
  left: -19.75px;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li .photo .badge {
    top: unset;
    right: 20px;
    bottom: -26.3333333333px;
    left: unset;
  }
}
.w-plan .archiveSec .inner .archives ul li .text {
  width: 60.34%;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li .text {
    width: 100%;
  }
}
.w-plan .archiveSec .inner .archives ul li .text .cat {
  margin-bottom: 10px;
}
.w-plan .archiveSec .inner .archives ul li .text .cat span {
  display: inline-block;
  margin: 0 2px 2px 0;
  padding: 0 10px;
  border: 1px solid #053735;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.w-plan .archiveSec .inner .archives ul li .text .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c7c7;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.w-plan .archiveSec .inner .archives ul li .text .title .price {
  display: block;
  margin-top: 5px;
}
.w-plan .archiveSec .inner .archives ul li .text .excerpt {
  margin-bottom: 20px;
  line-height: 1.8;
}
.w-plan .archiveSec .inner .archives ul li .text .btn {
  width: 265px;
  display: block;
  position: relative;
  display: block;
}
.w-plan .archiveSec .inner .archives ul li .text .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #44605F;
}
.w-plan .archiveSec .inner .archives ul li .text .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16.5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #053735;
  border-right: 1px solid #053735;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .w-plan .archiveSec .inner .archives ul li .text .btn {
    width: 100%;
  }
}
.w-plan .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-plan .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}
.w-plan .presentSec {
  padding: 127px 0 40px;
  background: #F0F0E9;
}

/*---------------------------------------
 * ウエディングプラン 詳細
---------------------------------------*/
.w-plan-single .postSec .inner {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto 50px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
.w-plan-single .postSec .inner .photo {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .photo {
    width: calc(100% + 40px);
    margin-bottom: 30px;
    margin-left: -20px;
  }
}
.w-plan-single .postSec .inner .postTitle {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  color: #44605F;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .postTitle {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.w-plan-single .postSec .inner .postTitle .price {
  display: block;
  margin-top: 10px;
}
.w-plan-single .postSec .inner .outline {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .outline {
    margin-bottom: 30px;
  }
}
.w-plan-single .postSec .inner .detail {
  line-height: 1.8;
}
.w-plan-single .postSec .inner .detail dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .detail dl {
    margin-bottom: 30px;
  }
}
.w-plan-single .postSec .inner .detail dl:last-child {
  margin-bottom: 0;
}
.w-plan-single .postSec .inner .detail dl dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #053735;
  font-weight: 700;
}
.w-plan-single .postSec .inner .detail .tokuten {
  background: #f0f0e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 30px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .detail .tokuten {
    display: block;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .w-plan-single .postSec .inner .detail .tokuten {
    margin-top: 30px;
  }
}
.w-plan-single .postSec .inner .detail .tokuten .komidashi {
  width: 40px;
  border-bottom: none;
  color: #053735;
  font-weight: 700;
}
.w-plan-single .recommendFairSec {
  background: #f0f0e9;
  margin-bottom: 60px;
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec {
    padding: 40px 0;
  }
}
.w-plan-single .recommendFairSec .inner {
  width: calc(100% - 40px);
  max-width: 1086px;
  margin: 0 auto;
}
.w-plan-single .recommendFairSec .inner .box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  padding: 38px 34px;
  border: 1px solid #c2c7c7;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.w-plan-single .recommendFairSec .inner .box:last-child {
  margin-bottom: 0;
}
.w-plan-single .recommendFairSec .inner .box .photo {
  width: 36.78%;
  height: 244px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box .photo {
    width: 100%;
    height: 53.917vw;
    margin-bottom: 20px;
  }
}
.w-plan-single .recommendFairSec .inner .box .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-plan-single .recommendFairSec .inner .box .photo figure img,
.w-plan-single .recommendFairSec .inner .box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-plan-single .recommendFairSec .inner .box .text {
  width: 57.25%;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box .text {
    width: 100%;
  }
}
.w-plan-single .recommendFairSec .inner .box .text .midashi1 {
  margin-bottom: 2px;
  color: #44605F;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box .text .midashi1 {
    font-size: 1.3rem;
  }
}
.w-plan-single .recommendFairSec .inner .box .text .midashi2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c2c7c7;
  color: #44605F;
  font-weight: 700;
  letter-spacing: 1px;
}
.w-plan-single .recommendFairSec .inner .box .text .title {
  margin-bottom: 20px;
  color: #44605F;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box .text .title {
    font-size: 1.6rem;
  }
}
.w-plan-single .recommendFairSec .inner .box .text .btn {
  max-width: 295px;
  position: relative;
  display: block;
}
.w-plan-single .recommendFairSec .inner .box .text .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-plan-single .recommendFairSec .inner .box .text .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .recommendFairSec .inner .box .text .btn {
    max-width: 100%;
  }
}
.w-plan-single .conversionSec {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec {
    margin-bottom: 80px;
  }
}
.w-plan-single .conversionSec .inner {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto;
}
.w-plan-single .conversionSec .inner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 100px 20px;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec .inner .btns {
    display: block;
    margin: 0 0 30px;
  }
}
.w-plan-single .conversionSec .inner .btns li {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec .inner .btns li {
    width: 100%;
    margin-bottom: 5px;
  }
}
.w-plan-single .conversionSec .inner .btns li a {
  width: 100%;
  display: block;
  position: relative;
  display: block;
}
.w-plan-single .conversionSec .inner .btns li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-plan-single .conversionSec .inner .btns li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-plan-single .conversionSec .inner .btns li:last-child a {
  position: relative;
  display: block;
}
.w-plan-single .conversionSec .inner .btns li:last-child a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-plan-single .conversionSec .inner .btns li:last-child a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-plan-single .conversionSec .inner .note {
  margin-bottom: 30px;
  color: #C4835B;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .w-plan-single .conversionSec .inner .note {
    line-height: 2;
  }
}
.w-plan-single .conversionSec .inner .tel {
  margin-bottom: 5px;
  color: #C4835B;
  font-weight: 700;
  text-align: center;
}
.w-plan-single .conversionSec .inner .tel .number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec .inner .tel .number {
    margin: 10px 0;
    padding: 12px 0;
    border: 1px solid #C4835B;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.w-plan-single .conversionSec .inner .openhour {
  margin-bottom: 60px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec .inner .openhour {
    margin-bottom: 40px;
    line-height: 1.6;
  }
}
.w-plan-single .conversionSec .inner .archiveback {
  width: 265px;
  display: block;
  margin: 0 auto;
  position: relative;
  display: block;
}
.w-plan-single .conversionSec .inner .archiveback::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #44605F;
}
.w-plan-single .conversionSec .inner .archiveback::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16.5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #053735;
  border-right: 1px solid #053735;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .w-plan-single .conversionSec .inner .archiveback {
    width: 100%;
  }
}
.w-plan-single .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-plan-single .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}

/*---------------------------------------
 * セレモニー
---------------------------------------*/
.w-ceremony .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .mvSec .inner {
    width: 100%;
    height: 100vw;
  }
}
.w-ceremony .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-ceremony .mvSec .inner figure img,
.w-ceremony .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-ceremony .outlineSec {
  padding: 60px 0 65px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .outlineSec {
    padding: 40px 0 80px;
  }
}
.w-ceremony .outlineSec .inner .midashi {
  text-align: center;
  margin-bottom: 30px;
  color: #44605F;
}
.w-ceremony .outlineSec .inner .midashi .en {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .outlineSec .inner .midashi .en {
    font-size: 2rem;
  }
}
.w-ceremony .outlineSec .inner .catch {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .outlineSec .inner .catch {
    text-align: left;
  }
}
.w-ceremony .outlineSec .inner .read {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .outlineSec .inner .read {
    text-align: left;
  }
}
.w-ceremony .outlineSec .inner .specification {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .outlineSec .inner .specification {
    text-align: left;
  }
}
.w-ceremony .outlineSec .inner .specification .komidashi {
  color: #44605F;
  margin-bottom: 5px;
}
.w-ceremony .ceremonystyleSec {
  background: #F0F0E9;
  padding: 100px 0 120px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec {
    padding: 60px 0 70px;
  }
}
.w-ceremony .ceremonystyleSec .inner .midashi {
  text-align: center;
  margin-bottom: 50px;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .midashi {
    margin-bottom: 40px;
  }
}
.w-ceremony .ceremonystyleSec .inner .midashi .en {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block {
    margin-bottom: 45px;
  }
  .w-ceremony .ceremonystyleSec .inner .block:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.w-ceremony .ceremonystyleSec .inner .block:nth-of-type(even) .flexBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.w-ceremony .ceremonystyleSec .inner .block:nth-of-type(even) .flexBox .text {
  padding-left: 0;
  padding-right: 9.08%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block:nth-of-type(even) .flexBox .text {
    padding-right: 0;
  }
}
.w-ceremony .ceremonystyleSec .inner .block:nth-of-type(even) .flexBox .text .komidashi .en::after {
  width: calc(100% + 50vw - 540px);
  margin-left: calc(-50vw + 540px);
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block:nth-of-type(even) .flexBox .text .komidashi .en::after {
    width: 100%;
    margin-left: 0;
  }
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block .flexBox {
    display: block;
  }
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .photo {
  width: 48%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block .flexBox .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .text {
  width: 52%;
  padding-left: 9.08%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block .flexBox .text {
    width: 100%;
    padding: 0;
  }
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .text .komidashi {
  color: #44605F;
  margin-bottom: 20px;
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .text .komidashi .en {
  font-size: 2rem;
  margin-bottom: 10px;
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .text .komidashi .en::after {
  content: "";
  display: block;
  width: calc(100% + 50vw - 540px + 21.2%);
  height: 1px;
  background: #D3D3C8;
  margin-top: 5px;
  margin-left: -21.2%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block .flexBox .text .komidashi .en::after {
    width: 100%;
    margin-left: 0;
  }
}
.w-ceremony .ceremonystyleSec .inner .block .flexBox .text .read {
  line-height: 2;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .ceremonystyleSec .inner .block .flexBox .text .read {
    margin-bottom: 5px;
  }
}
.w-ceremony .gallerySec {
  padding: 95px 0 85px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .gallerySec {
    padding: 70px 0;
  }
}
.w-ceremony .gallerySec .midashi {
  text-align: center;
  margin-bottom: 40px;
  color: #44605F;
}
.w-ceremony .gallerySec .midashi .en {
  font-size: 3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .gallerySec .midashi .en {
    font-size: 2.4rem;
  }
}
.w-ceremony .bridalSec {
  padding-top: 30px;
}
.w-ceremony .bridalSec .inner .title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.w-ceremony .bridalSec .inner .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .bridalSec .inner .title::before {
    height: 20px;
    margin: 0 auto 20px;
  }
}
.w-ceremony .recommendfairSec {
  padding: 80px 0;
  background: #F0F0E9;
}
.w-ceremony .recommendfairSec .inner .flex-box {
  background: #fff;
  border: 1px solid #C2C7C7;
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box {
    display: block;
    padding: 20px;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .photo {
  width: 35.74%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box .text {
    width: 100%;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .text .komidashi {
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box .text .komidashi {
    margin-bottom: 10px;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .text .title {
  font-size: 1.6rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box .text .title {
    margin-bottom: 10px;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .text .read {
  margin-bottom: 20px;
}
.w-ceremony .recommendfairSec .inner .flex-box .text .btn {
  width: 295px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .recommendfairSec .inner .flex-box .text .btn {
    width: 100%;
  }
}
.w-ceremony .recommendfairSec .inner .flex-box .text .btn::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border: 1px solid #c4835b;
  border-radius: 50%;
}
.w-ceremony .recommendfairSec .inner .flex-box .text .btn::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #c4835b;
  border-right: 1px solid #c4835b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.w-ceremony .conceptSec {
  padding: 60px 0;
  background: #F0F0E9;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .conceptSec {
    padding: 40px 0 60px;
  }
}
.w-ceremony .conceptSec .inner .ly_col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.w-ceremony .conceptSec .inner .ly_col .photo {
  width: 56.15%;
  margin-right: 6%;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .conceptSec .inner .ly_col .photo {
    width: 100%;
    height: 70vw;
    margin-bottom: 40px;
  }
  .w-ceremony .conceptSec .inner .ly_col .photo figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-ceremony .conceptSec .inner .ly_col .photo figure img,
  .w-ceremony .conceptSec .inner .ly_col .photo figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.w-ceremony .conceptSec .inner .ly_col .text {
  width: 425px;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .conceptSec .inner .ly_col .text {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.w-ceremony .conceptSec .inner .ly_col .text .title {
  margin-bottom: 20px;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .conceptSec .inner .ly_col .text .title {
    margin-bottom: 5px;
  }
}
.w-ceremony .conceptSec .inner .ly_col .text .copy {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1000px) {
  .w-ceremony .conceptSec .inner .ly_col .text .copy {
    margin-bottom: 5px;
  }
}
.w-ceremony .conceptSec .inner .ly_col .text .read {
  line-height: 2;
}
.w-ceremony .conceptSec .inner .ly_col .text .read p {
  margin-bottom: 10px;
}
.w-ceremony .conceptSec .inner .ly_col .text .read p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
 * バンケット
---------------------------------------*/
.w-banquet .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-banquet .mvSec .inner {
    width: 100%;
    height: 100vw;
  }
}
.w-banquet .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-banquet .mvSec .inner figure img,
.w-banquet .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-banquet .outlineSec {
  padding: 60px 0 30px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .outlineSec {
    padding: 40px 0 30px;
  }
}
.w-banquet .outlineSec .inner .catch {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .outlineSec .inner .catch {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .w-banquet .outlineSec .inner .catch {
    padding: 0 20px;
  }
}
.w-banquet .outlineSec .inner .read {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .outlineSec .inner .read {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .w-banquet .outlineSec .inner .read {
    padding: 0 20px;
  }
}
.w-banquet .banquetSec {
  margin-bottom: 100px;
}
.w-banquet .banquetSec.__markroom::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
.w-banquet .banquetSec .inner .midashi {
  text-align: center;
  color: #44605F;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .w-banquet .banquetSec .inner .midashi {
    margin-bottom: 30px;
  }
}
.w-banquet .banquetSec .inner .midashi .floor {
  font-size: 1.8rem;
}
.w-banquet .banquetSec .inner .midashi .en {
  font-size: 2.5rem;
}
.w-banquet .banquetSec .inner .img {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .w-banquet .banquetSec .inner .img {
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 100vw;
  }
  .w-banquet .banquetSec .inner .img figure {
    width: 100%;
    height: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-banquet .banquetSec .inner .img figure img,
  .w-banquet .banquetSec .inner .img figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.w-banquet .banquetSec .inner .catch {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .banquetSec .inner .catch {
    text-align: left;
  }
}
.w-banquet .banquetSec .inner .read {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .banquetSec .inner .read {
    text-align: left;
  }
}
.w-banquet .banquetSec .inner .specification {
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .banquetSec .inner .specification {
    text-align: left;
  }
}
.w-banquet .banquetSec .inner .specification .komidashi {
  color: #44605F;
  margin-bottom: 5px;
}
.w-banquet .gallerySec {
  padding: 95px 0 85px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .gallerySec {
    padding: 70px 0;
  }
}
.w-banquet .gallerySec .midashi {
  text-align: center;
  margin-bottom: 40px;
  color: #44605F;
}
.w-banquet .gallerySec .midashi .en {
  font-size: 3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .gallerySec .midashi .en {
    font-size: 2.4rem;
  }
}
.w-banquet .bridalSec {
  padding-top: 30px;
}
.w-banquet .bridalSec .inner .title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.w-banquet .bridalSec .inner .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .bridalSec .inner .title::before {
    height: 20px;
    margin: 0 auto 20px;
  }
}
.w-banquet .recommendfairSec {
  padding: 80px 0;
  background: #F0F0E9;
}
.w-banquet .recommendfairSec .inner .flex-box {
  background: #fff;
  border: 1px solid #C2C7C7;
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box {
    display: block;
    padding: 20px;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .photo {
  width: 35.74%;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box .text {
    width: 100%;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .text .komidashi {
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box .text .komidashi {
    margin-bottom: 10px;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .text .title {
  font-size: 1.6rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box .text .title {
    margin-bottom: 10px;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .text .read {
  margin-bottom: 20px;
}
.w-banquet .recommendfairSec .inner .flex-box .text .btn {
  width: 295px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-banquet .recommendfairSec .inner .flex-box .text .btn {
    width: 100%;
  }
}
.w-banquet .recommendfairSec .inner .flex-box .text .btn::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border: 1px solid #c4835b;
  border-radius: 50%;
}
.w-banquet .recommendfairSec .inner .flex-box .text .btn::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #c4835b;
  border-right: 1px solid #c4835b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*---------------------------------------
 * 料理
---------------------------------------*/
.w-cuisine .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .mvSec .inner {
    width: 100%;
    height: 100vw;
    margin-bottom: 40px;
  }
}
.w-cuisine .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .mvSec .inner figure img,
.w-cuisine .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .outlineSec {
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1001px) {
  .w-cuisine .outlineSec .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-cuisine .outlineSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 620px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box {
    display: block;
    min-height: auto;
  }
}
.w-cuisine .outlineSec .inner .content-box .photo {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .photo {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .photo .imgs {
    width: 100%;
    heigh: 53.333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.w-cuisine .outlineSec .inner .content-box .photo .figure1 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .outlineSec .inner .content-box .photo .figure1 img,
.w-cuisine .outlineSec .inner .content-box .photo .figure1 picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .photo .figure1 {
    width: calc(35% - 2px);
    display: none;
  }
}
.w-cuisine .outlineSec .inner .content-box .photo .figure2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 50px);
  height: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .outlineSec .inner .content-box .photo .figure2 img,
.w-cuisine .outlineSec .inner .content-box .photo .figure2 picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .photo .figure2 {
    position: static;
    width: 100%;
    height: 100%;
  }
}
.w-cuisine .outlineSec .inner .content-box .text {
  width: 46%;
  padding-bottom: 440px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .text {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.w-cuisine .outlineSec .inner .content-box .text .catch {
  font-size: 2rem;
  line-height: 2;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .text .catch {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.w-cuisine .outlineSec .inner .content-box .text .read {
  line-height: 2;
  padding-right: 20px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .outlineSec .inner .content-box .text .read {
    padding-right: 0;
  }
}
.w-cuisine .featureSec {
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec {
    margin-bottom: 70px;
  }
}
.w-cuisine .featureSec .inner .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44605F;
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec .inner .midashi {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-cuisine .featureSec .inner .midashi .en {
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec .inner .midashi .en {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.w-cuisine .featureSec .inner .midashi .ja {
  font-size: 1.2rem;
}
.w-cuisine .featureSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec .inner .list {
    display: block;
  }
}
.w-cuisine .featureSec .inner .list li {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec .inner .list li {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .w-cuisine .featureSec .inner .list li:last-child {
    margin-bottom: 0;
  }
}
.w-cuisine .featureSec .inner .list li figure {
  width: 100%;
  height: 481px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .featureSec .inner .list li figure img,
.w-cuisine .featureSec .inner .list li figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .featureSec .inner .list li figure {
    height: 78.667vw;
  }
}
.w-cuisine .featureSec .inner .list li .caption .komidashi {
  margin-bottom: 10px;
  color: #44605F;
}
.w-cuisine .featureSec .inner .list li .caption .komidashi .en {
  font-size: 2rem;
}
.w-cuisine .featureSec .inner .list li .caption .read {
  line-height: 2;
}
.w-cuisine .menuSec {
  margin-bottom: 100px;
}
.w-cuisine .menuSec .inner {
  padding-left: calc(50vw - 600px);
}
@media screen and (max-width: 1280px) {
  .w-cuisine .menuSec .inner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 0;
  }
}
.w-cuisine .menuSec .inner .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44605F;
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .midashi {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-cuisine .menuSec .inner .midashi .en {
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .midashi .en {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.w-cuisine .menuSec .inner .content-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 408px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box {
    display: block;
    min-height: auto;
  }
}
.w-cuisine .menuSec .inner .content-box .photo {
  width: 408px;
  margin-right: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-right: 0;
  }
}
.w-cuisine .menuSec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .menuSec .inner .content-box .photo figure img,
.w-cuisine .menuSec .inner .content-box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .menuSec .inner .content-box .text {
  width: calc(100% - 488px);
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-cuisine .menuSec .inner .content-box .text .komidashi {
  margin-bottom: 25px;
  color: #44605F;
}
.w-cuisine .menuSec .inner .content-box .text .komidashi .en {
  font-size: 2rem;
}
.w-cuisine .menuSec .inner .content-box .text .read {
  line-height: 2;
  padding-right: calc(50vw - 600px);
  margin-bottom: 26px;
}
.w-cuisine .menuSec .inner .content-box .text .menuSlides {
  width: calc(100% + 40px);
}
.w-cuisine .menuSec .inner .content-box .text .menuSlides .slide {
  width: 372px;
  height: 251px;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .text .menuSlides .slide {
    margin-right: 10px;
    width: 78.667vw;
    height: 53.067vw;
  }
}
.w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-prev {
  left: -50px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-prev {
    left: -35px;
  }
}
.w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-next {
  right: 80px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-next {
    right: 5px;
  }
}
.w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-dots {
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .menuSec .inner .content-box .text .menuSlides .slick-dots {
    text-align: center;
    margin-right: 40px;
  }
}
.w-cuisine .cakeSec {
  position: relative;
  margin-bottom: 100px;
}
.w-cuisine .cakeSec .inner .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44605F;
  position: relative;
  top: 40px;
  left: 60px;
}
@media screen and (max-width: 1280px) {
  .w-cuisine .cakeSec .inner .midashi {
    left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .midashi {
    display: block;
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-cuisine .cakeSec .inner .midashi .en {
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .midashi .en {
    font-size: 2.4rem;
  }
}
.w-cuisine .cakeSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 559px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box {
    display: block;
    min-height: auto;
  }
}
.w-cuisine .cakeSec .inner .content-box .photo {
  width: 38%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-bottom: 20px;
  }
}
.w-cuisine .cakeSec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .cakeSec .inner .content-box .photo figure img,
.w-cuisine .cakeSec .inner .content-box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .cakeSec .inner .content-box .text {
  width: 51.5%;
  padding-bottom: 380px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .w-cuisine .cakeSec .inner .content-box .text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0px;
  }
}
.w-cuisine .cakeSec .inner .content-box .text .catch {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box .text .catch {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.w-cuisine .cakeSec .inner .content-box .text .read {
  line-height: 2rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box .text .read {
    margin-bottom: 30px;
  }
}
.w-cuisine .cakeSec .inner .content-box .text .imgs {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(50% + 15px);
  height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .cakeSec .inner .content-box .text .imgs {
    width: calc(100% + 80px);
    height: 50.667vw;
    position: static;
    margin-left: -40px;
  }
}
.w-cuisine .cakeSec .inner .content-box .text .imgs figure {
  width: calc(33.3333% - 2px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .cakeSec .inner .content-box .text .imgs figure img,
.w-cuisine .cakeSec .inner .content-box .text .imgs figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .dessertSec {
  position: relative;
  margin-bottom: 140px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec {
    margin-bottom: 70px;
  }
}
.w-cuisine .dessertSec .inner .midashi {
  width: 51.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44605F;
  position: relative;
  top: 40px;
  left: calc(50% - 20px);
}
@media screen and (max-width: 1280px) {
  .w-cuisine .dessertSec .inner .midashi {
    left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .midashi {
    width: 100%;
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-cuisine .dessertSec .inner .midashi .en {
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .midashi .en {
    font-size: 2.4rem;
  }
}
.w-cuisine .dessertSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 559px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box {
    display: block;
  }
}
.w-cuisine .dessertSec .inner .content-box .photo {
  width: 38%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-bottom: 20px;
  }
}
.w-cuisine .dessertSec .inner .content-box .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .dessertSec .inner .content-box .photo figure img,
.w-cuisine .dessertSec .inner .content-box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .dessertSec .inner .content-box .text {
  width: 51.5%;
  padding-bottom: 380px;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .w-cuisine .dessertSec .inner .content-box .text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text {
    width: calc(100% - 40px);
    padding-right: 0;
    padding-bottom: 0;
    margin: 0 auto;
  }
}
.w-cuisine .dessertSec .inner .content-box .text .catch {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 15px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text .catch {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 1.8;
  }
}
.w-cuisine .dessertSec .inner .content-box .text .read {
  line-height: 2rem;
  margin-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text .read {
    margin-bottom: 40px;
  }
}
.w-cuisine .dessertSec .inner .content-box .text .imgs {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% + 15px);
  height: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text .imgs {
    position: static;
    width: calc(100% + 80px);
    height: 50.667vw;
    margin-left: -40px;
  }
}
.w-cuisine .dessertSec .inner .content-box .text .imgs figure {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-cuisine .dessertSec .inner .content-box .text .imgs figure img,
.w-cuisine .dessertSec .inner .content-box .text .imgs figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-cuisine .dessertSec .inner .content-box .text .imgs figure.figure1 {
  width: calc(70% - 2px);
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text .imgs figure.figure1 {
    width: calc(65% - 2px);
  }
}
.w-cuisine .dessertSec .inner .content-box .text .imgs figure.figure2 {
  width: calc(30% - 2px);
}
@media screen and (max-width: 1000px) {
  .w-cuisine .dessertSec .inner .content-box .text .imgs figure.figure2 {
    width: calc(35% - 2px);
  }
}
.w-cuisine .bridalSec {
  padding-top: 30px;
}
.w-cuisine .bridalSec .inner .title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.w-cuisine .bridalSec .inner .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .bridalSec .inner .title::before {
    height: 20px;
    margin: 0 auto 20px;
  }
}
.w-cuisine .recommendfairSec {
  padding: 80px 0;
  background: #F0F0E9;
}
.w-cuisine .recommendfairSec .inner .flex-box {
  background: #fff;
  border: 1px solid #C2C7C7;
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box {
    display: block;
    padding: 20px;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .photo {
  width: 35.74%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box .text {
    width: 100%;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .text .komidashi {
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box .text .komidashi {
    margin-bottom: 10px;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .text .title {
  font-size: 1.6rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box .text .title {
    margin-bottom: 10px;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .text .read {
  margin-bottom: 20px;
}
.w-cuisine .recommendfairSec .inner .flex-box .text .btn {
  width: 295px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-cuisine .recommendfairSec .inner .flex-box .text .btn {
    width: 100%;
  }
}
.w-cuisine .recommendfairSec .inner .flex-box .text .btn::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border: 1px solid #c4835b;
  border-radius: 50%;
}
.w-cuisine .recommendfairSec .inner .flex-box .text .btn::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #c4835b;
  border-right: 1px solid #c4835b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*---------------------------------------
 * ドレス
---------------------------------------*/
@media screen and (max-width: 1000px) {
  .w-dress .mvSec {
    margin-bottom: 70px;
  }
}
.w-dress .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-dress .mvSec .inner {
    width: 100%;
    height: 100vw;
  }
}
.w-dress .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-dress .mvSec .inner figure img,
.w-dress .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-dress .mvSec .inner figure img {
  -o-object-position: center 10%;
     object-position: center 10%;
}
@media screen and (max-width: 1000px) {
  .w-dress .mvSec .inner figure img {
    -o-object-position: center center;
       object-position: center center;
  }
}
.w-dress .outlineSec {
  margin-bottom: 170px;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock {
    margin-bottom: 40px;
  }
}
.w-dress .outlineSec .brandBlock .midashi {
  width: 46%;
  position: relative;
  top: 60px;
  left: 54%;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .midashi {
    width: 100%;
    position: static;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-dress .outlineSec .brandBlock .midashi .en {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .midashi .en {
    font-size: 2.4rem;
  }
}
.w-dress .outlineSec .brandBlock .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .content-box {
    display: block;
  }
}
.w-dress .outlineSec .brandBlock .content-box .photo {
  width: 44%;
  height: 626px;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .content-box .photo {
    width: 100%;
    height: 117.867vw;
    margin-bottom: 40px;
  }
}
.w-dress .outlineSec .brandBlock .content-box .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-dress .outlineSec .brandBlock .content-box .photo figure img,
.w-dress .outlineSec .brandBlock .content-box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-dress .outlineSec .brandBlock .content-box .text {
  width: 46%;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-dress .outlineSec .brandBlock .content-box .text .catch {
  color: #44605F;
  font-size: 2rem;
  margin-top: 90px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .brandBlock .content-box .text .catch {
    margin-top: 0;
    font-size: 1.8rem;
  }
}
.w-dress .outlineSec .brandBlock .content-box .text .read {
  line-height: 2;
}
.w-dress .outlineSec .qualityBlock {
  position: relative;
  margin-top: -116px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.w-dress .outlineSec .qualityBlock .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock .content-box {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-dress .outlineSec .qualityBlock .content-box .text {
  width: 44%;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock .content-box .text {
    width: 100%;
  }
}
.w-dress .outlineSec .qualityBlock .content-box .text .midashi {
  color: #44605F;
  margin-bottom: 20px;
}
.w-dress .outlineSec .qualityBlock .content-box .text .midashi .en {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock .content-box .text .midashi .en {
    font-size: 2.4rem;
  }
}
.w-dress .outlineSec .qualityBlock .content-box .text .read {
  line-height: 2;
}
.w-dress .outlineSec .qualityBlock .content-box .photo {
  width: 46%;
  height: 392px;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock .content-box .photo {
    width: 100%;
    height: 48.8vw;
    margin: 0 auto 30px;
  }
}
.w-dress .outlineSec .qualityBlock .content-box .photo figure {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 36px);
  height: 392px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-dress .outlineSec .qualityBlock .content-box .photo figure img,
.w-dress .outlineSec .qualityBlock .content-box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-dress .outlineSec .qualityBlock .content-box .photo figure {
    position: static;
    width: 100%;
    height: 48.8vw;
  }
}
.w-dress .accSec {
  margin-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec {
    margin-bottom: 100px;
  }
}
.w-dress .accSec .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner {
    width: calc(100% - 40px);
  }
}
.w-dress .accSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box {
    display: block;
    position: relative;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.w-dress .accSec .inner .content-box .midashi {
  color: #44605F;
  margin-bottom: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .midashi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
}
.w-dress .accSec .inner .content-box .midashi .en {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .midashi .en {
    font-size: 2.4rem;
  }
}
.w-dress .accSec .inner .content-box .midashi .en::after {
  content: "";
  display: block;
  margin: 5px 0 10px;
  width: calc(100% + 100px + 50vw - 683px);
  height: 1px;
  background: #D3D3C8;
  margin-left: -100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .midashi .en::after {
    content: none;
  }
}
.w-dress .accSec .inner .content-box .photo {
  width: 53.66%;
}
@media screen and (max-width: 768px) {
  .w-dress .accSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-bottom: 40px;
  }
  .w-dress .accSec .inner .content-box .photo figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-dress .accSec .inner .content-box .photo figure img,
  .w-dress .accSec .inner .content-box .photo figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.w-dress .accSec .inner .content-box .text {
  width: 46.34%;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-dress .accSec .inner .content-box .text .catch {
  color: #44605F;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .text .catch {
    padding: 0;
  }
}
.w-dress .accSec .inner .content-box .text .read {
  line-height: 2;
  padding-left: 100px;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .w-dress .accSec .inner .content-box .text .read {
    padding: 0;
    margin-bottom: 0px;
  }
}
.w-dress .kimonoSec {
  margin-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec {
    margin-bottom: 100px;
  }
}
.w-dress .kimonoSec .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner {
    width: calc(100% - 40px);
  }
}
.w-dress .kimonoSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .content-box {
    display: block;
    position: relative;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.w-dress .kimonoSec .inner .content-box .midashi {
  color: #44605F;
  margin-bottom: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .content-box .midashi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
}
.w-dress .kimonoSec .inner .content-box .midashi .en {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .content-box .midashi .en {
    font-size: 2.4rem;
  }
}
.w-dress .kimonoSec .inner .content-box .midashi .en::after {
  content: "";
  display: block;
  margin: 5px 0 10px;
  width: calc(50vw + 100px);
  height: 1px;
  background: #D3D3C8;
  margin-left: -100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .content-box .midashi .en {
    content: none;
  }
}
.w-dress .kimonoSec .inner .photo {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .w-dress .kimonoSec .inner .photo {
    width: 100%;
    margin-bottom: 40px;
    margin: 0 0 40px;
  }
  .w-dress .kimonoSec .inner .photo figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-dress .kimonoSec .inner .photo figure img,
  .w-dress .kimonoSec .inner .photo figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.w-dress .kimonoSec .inner .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-dress .kimonoSec .inner .text .catch {
  color: #44605F;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-right: 40px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .text .catch {
    padding: 0;
  }
}
.w-dress .kimonoSec .inner .text .read {
  line-height: 2;
  padding-left: 100px;
  padding-right: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .w-dress .kimonoSec .inner .text .read {
    padding: 0;
    margin-bottom: 0px;
  }
}

.shopSec {
  margin-bottom: 130px;
}
.shopSec .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner {
    width: calc(100% - 40px);
  }
}
.shopSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box {
    display: block;
    position: relative;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.shopSec .inner .content-box .midashi {
  color: #44605F;
  margin-bottom: 20px;
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .midashi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
}
.shopSec .inner .content-box .midashi .en {
  font-size: 3rem;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .midashi .en {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.shopSec .inner .content-box .midashi .en::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(-50vw + 683px);
  bottom: -5px;
  z-index: -1;
  margin-left: -500px;
  width: 50vw;
  height: 1px;
  background: #D3D3C8;
  margin-left: -100px;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .midashi .en::after {
    content: none;
  }
}
.shopSec .inner .content-box .photo {
  width: 53.66%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shopSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-bottom: 40px;
  }
  .shopSec .inner .content-box .photo figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shopSec .inner .content-box .photo figure img,
  .shopSec .inner .content-box .photo figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.shopSec .inner .content-box .text {
  width: 46.34%;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.shopSec .inner .content-box .text .catch {
  color: #44605F;
  font-size: 1.8rem;
  margin-bottom: 15px;
  padding-right: 100px;
  padding-left: 10%;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .text .catch {
    padding: 0;
  }
}
.shopSec .inner .content-box .text .read {
  line-height: 2;
  padding-right: 100px;
  padding-left: 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .text .read {
    padding: 0;
  }
}
.shopSec .inner .content-box .text .tel {
  line-height: 2;
  padding-right: 100px;
  padding-left: 10%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .text .tel {
    padding: 0;
  }
}
.shopSec .inner .content-box .text .btn {
  display: block;
  width: 265px;
  position: relative;
  margin-left: 10%;
  position: relative;
  display: block;
}
.shopSec .inner .content-box .text .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #44605F;
}
.shopSec .inner .content-box .text .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16.5px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #053735;
  border-right: 1px solid #053735;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .shopSec .inner .content-box .text .btn {
    width: 100%;
    margin-left: 0;
  }
}

.gallerySec {
  padding: 95px 0 85px;
}
@media screen and (max-width: 1000px) {
  .gallerySec {
    padding: 70px 0;
  }
}
.gallerySec .midashi {
  text-align: center;
  margin-bottom: 40px;
  color: #44605F;
}
.gallerySec .midashi .en {
  font-size: 3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .gallerySec .midashi .en {
    font-size: 2.4rem;
  }
}

.bridalSec {
  padding-top: 30px;
}
.bridalSec .inner .title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.bridalSec .inner .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .bridalSec .inner .title::before {
    height: 20px;
    margin: 0 auto 20px;
  }
}

.recommendfairSec {
  padding: 80px 0;
  background: #F0F0E9;
}
.recommendfairSec .inner .flex-box {
  background: #fff;
  border: 1px solid #C2C7C7;
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box {
    display: block;
    padding: 20px;
  }
}
.recommendfairSec .inner .flex-box .photo {
  width: 35.74%;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.recommendfairSec .inner .flex-box .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box .text {
    width: 100%;
  }
}
.recommendfairSec .inner .flex-box .text .komidashi {
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box .text .komidashi {
    margin-bottom: 10px;
  }
}
.recommendfairSec .inner .flex-box .text .title {
  font-size: 1.6rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box .text .title {
    margin-bottom: 10px;
  }
}
.recommendfairSec .inner .flex-box .text .read {
  margin-bottom: 20px;
}
.recommendfairSec .inner .flex-box .text .btn {
  width: 295px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .recommendfairSec .inner .flex-box .text .btn {
    width: 100%;
  }
}
.recommendfairSec .inner .flex-box .text .btn::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border: 1px solid #c4835b;
  border-radius: 50%;
}
.recommendfairSec .inner .flex-box .text .btn::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #c4835b;
  border-right: 1px solid #c4835b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*---------------------------------------
 * アイテム
---------------------------------------*/
.w-item .mvSec {
  margin-bottom: 150px;
}
@media screen and (max-width: 1000px) {
  .w-item .mvSec {
    margin-bottom: 70px;
  }
}
.w-item .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-item .mvSec .inner {
    width: 100%;
    height: 100vw;
  }
}
.w-item .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-item .mvSec .inner figure img,
.w-item .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-item .itemSec {
  margin-bottom: 130px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec {
    margin-bottom: 70px;
  }
}
.w-item .itemSec .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner {
    width: calc(100% - 40px);
  }
}
.w-item .itemSec .inner .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 75px;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner .content-box {
    display: block;
    position: relative;
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.w-item .itemSec .inner .content-box .midashi {
  color: #44605F;
  margin-bottom: 20px;
  padding-left: 100px;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner .content-box .midashi {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-left: 0;
  }
}
.w-item .itemSec .inner .content-box .midashi .en {
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner .content-box .midashi .en {
    font-size: 2.4rem;
  }
}
.w-item .itemSec .inner .content-box .photo {
  width: 53.66%;
}
@media screen and (max-width: 768px) {
  .w-item .itemSec .inner .content-box .photo {
    width: 100%;
    height: 89.333vw;
    margin-bottom: 20px;
  }
  .w-item .itemSec .inner .content-box .photo figure {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .w-item .itemSec .inner .content-box .photo figure img,
  .w-item .itemSec .inner .content-box .photo figure picture {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.w-item .itemSec .inner .content-box .text {
  width: 46.34%;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner .content-box .text {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-item .itemSec .inner .content-box .text .read {
  line-height: 2;
  padding-left: 100px;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-item .itemSec .inner .content-box .text .read {
    padding: 0;
    margin-bottom: 0px;
  }
}
.w-item .bridalSec {
  padding-top: 30px;
}
.w-item .bridalSec .inner .title {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.w-item .bridalSec .inner .title::before {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  background: #DBDBDB;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1000px) {
  .w-item .bridalSec .inner .title::before {
    height: 20px;
    margin: 0 auto 20px;
  }
}
.w-item .recommendfairSec {
  padding: 80px 0;
  background: #F0F0E9;
}
.w-item .recommendfairSec .inner .flex-box {
  background: #fff;
  border: 1px solid #C2C7C7;
  padding: 35px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box {
    display: block;
    padding: 20px;
  }
}
.w-item .recommendfairSec .inner .flex-box .photo {
  width: 35.74%;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.w-item .recommendfairSec .inner .flex-box .text {
  width: 56%;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box .text {
    width: 100%;
  }
}
.w-item .recommendfairSec .inner .flex-box .text .komidashi {
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box .text .komidashi {
    margin-bottom: 10px;
  }
}
.w-item .recommendfairSec .inner .flex-box .text .title {
  font-size: 1.6rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box .text .title {
    margin-bottom: 10px;
  }
}
.w-item .recommendfairSec .inner .flex-box .text .read {
  margin-bottom: 20px;
}
.w-item .recommendfairSec .inner .flex-box .text .btn {
  width: 295px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-item .recommendfairSec .inner .flex-box .text .btn {
    width: 100%;
  }
}
.w-item .recommendfairSec .inner .flex-box .text .btn::before {
  content: "";
  background: #fff;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border: 1px solid #c4835b;
  border-radius: 50%;
}
.w-item .recommendfairSec .inner .flex-box .text .btn::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #c4835b;
  border-right: 1px solid #c4835b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/*---------------------------------------
 * ステイ ウエディング
---------------------------------------*/
.w-staywedding .pageheadSec {
  padding-bottom: 40px;
}
.w-staywedding .introSec {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .introSec {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1001px) {
  .w-staywedding .introSec .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .w-staywedding .introSec .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.w-staywedding .introSec .inner .catch {
  font-size: 2rem;
  line-height: 2;
  color: #44605F;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .introSec .inner .catch {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.w-staywedding .introSec .inner .read {
  line-height: 2;
  padding-right: 20px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .introSec .inner .read {
    padding-right: 0;
  }
}
.w-staywedding .mvSec .inner {
  width: 100%;
  height: 630px;
  margin: 0 auto 120px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .mvSec .inner {
    width: 100%;
    height: 69.867vw;
    margin-bottom: 60px;
  }
}
.w-staywedding .mvSec .inner figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-staywedding .mvSec .inner figure img,
.w-staywedding .mvSec .inner figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .text {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .w-staywedding .text .midashi {
    font-size: 1.8rem;
    line-height: 2;
    color: #44605F;
  }
}
.w-staywedding .outlineSec {
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec {
    margin-bottom: 60px;
  }
}
.w-staywedding .outlineSec .inner .ly_col {
  height: 470px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec .inner .ly_col {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
  }
}
.w-staywedding .outlineSec .inner .ly_col .photo {
  width: 53.66%;
  height: 470px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec .inner .ly_col .photo {
    width: 100%;
    height: 57.333vw;
    margin-bottom: 40px;
  }
}
.w-staywedding .outlineSec .inner .ly_col .photo figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-staywedding .outlineSec .inner .ly_col .photo figure img,
.w-staywedding .outlineSec .inner .ly_col .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-staywedding .outlineSec .inner .ly_col .text {
  width: 46.34%;
  padding-left: 80px;
  padding-right: calc(50vw - 543px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec .inner .ly_col .text {
    width: 100%;
    padding: 0;
  }
}
.w-staywedding .outlineSec .inner .ly_col .text .midashi {
  font-size: 1.8rem;
  line-height: 2;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec .inner .ly_col .text .midashi {
    line-height: 1.8;
  }
}
.w-staywedding .outlineSec .inner .ly_col .text .read {
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .outlineSec .inner .ly_col .text .read {
    margin-bottom: 0;
  }
}
.w-staywedding .featureSec {
  margin-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec {
    margin-bottom: 70px;
  }
}
.w-staywedding .featureSec .inner .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #44605F;
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec .inner .midashi {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.w-staywedding .featureSec .inner .midashi .en {
  font-size: 3rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec .inner .midashi .en {
    font-size: 2.4rem;
    margin-right: 0;
  }
}
.w-staywedding .featureSec .inner .midashi .ja {
  font-size: 1.2rem;
}
.w-staywedding .featureSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec .inner .list {
    display: block;
  }
}
.w-staywedding .featureSec .inner .list li {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec .inner .list li {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .w-staywedding .featureSec .inner .list li:last-child {
    margin-bottom: 0;
  }
}
.w-staywedding .featureSec .inner .list li figure {
  width: 100%;
  height: 324px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-staywedding .featureSec .inner .list li figure img,
.w-staywedding .featureSec .inner .list li figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .featureSec .inner .list li figure {
    height: 78.667vw;
  }
}
.w-staywedding .featureSec .inner .list li .caption .read {
  text-align: center;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #44605F;
}
.w-staywedding .daysSec {
  background: #F0F0E9;
  padding: 40px 0 70px;
  margin-bottom: 80px;
}
.w-staywedding .daysSec .inner .title {
  width: calc(100% - 80px);
  height: 519px;
  margin: 0 auto 50px;
  position: relative;
  background: #000;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .title {
    height: 89.333vw;
  }
}
.w-staywedding .daysSec .inner .title figure {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-staywedding .daysSec .inner .title figure img,
.w-staywedding .daysSec .inner .title figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-staywedding .daysSec .inner .title .midashi {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.w-staywedding .daysSec .inner .title .midashi h2 {
  color: #fff;
  text-align: center;
}
.w-staywedding .daysSec .inner .title .midashi h2.en {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .title .midashi h2.en {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.w-staywedding .daysSec .inner .title .midashi h2.ja {
  font-size: 2.6rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .title .midashi h2.ja {
    font-size: 1.8rem;
  }
}
.w-staywedding .daysSec .inner .title::after {
  content: "";
  width: 1px;
  height: 38px;
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.w-staywedding .daysSec .inner .days {
  margin: 0 auto 40px;
}
.w-staywedding .daysSec .inner .days .nakamidashi {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.w-staywedding .daysSec .inner .days .nakamidashi .unit {
  font-size: 2rem;
  color: #44605F;
  margin-bottom: 5px;
}
.w-staywedding .daysSec .inner .days .nakamidashi .day {
  width: 43px;
  height: 43px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #44605F;
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
.w-staywedding .daysSec .inner .days .nakamidashi .badge {
  font-size: 3rem;
  letter-spacing: 1px;
  color: #44605F;
  margin: 10px 0 -10px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .days .nakamidashi .badge {
    font-size: 2.8rem;
  }
}
.w-staywedding .daysSec .inner .days .nakamidashi::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #CCC;
  margin: 0 auto;
  z-index: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.w-staywedding .daysSec .inner .days.day3 {
  margin-bottom: 0;
}
.w-staywedding .daysSec .inner .days.day3 .nakamidashi::after {
  height: 400px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .days.day3 .nakamidashi::after {
    height: 100%;
  }
}
.w-staywedding .daysSec .inner .slides {
  width: 100%;
}
.w-staywedding .daysSec .inner .slides.daySlides2 {
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .w-staywedding .daysSec .inner .slides.daySlides2 {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides.daySlides2 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .w-staywedding .daysSec .inner .slides {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.w-staywedding .daysSec .inner .slides .slide {
  width: 220px;
  margin: 0 13.5px;
}
@media screen and (max-width: 1200px) {
  .w-staywedding .daysSec .inner .slides .slide {
    width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides .slide {
    width: auto;
    margin: 0 10px;
  }
}
.w-staywedding .daysSec .inner .slides .slide figure {
  position: relative;
  z-index: 1;
  margin: 0 0 1em;
}
.w-staywedding .daysSec .inner .slides .slide .caption .point {
  width: 6px;
  height: 6px;
  background: #44605F;
  border-radius: 50%;
  margin: 0 auto 5px;
  position: relative;
}
.w-staywedding .daysSec .inner .slides .slide .caption .point::before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #44605F;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.w-staywedding .daysSec .inner .slides .slide .caption .time {
  color: #44605F;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides .slide .caption .time {
    font-size: 1.3rem;
  }
}
.w-staywedding .daysSec .inner .slides .slide .caption .read {
  font-size: 1.25rem;
}
.w-staywedding .daysSec .inner .slides .slick-prev,
.w-staywedding .daysSec .inner .slides .slick-next {
  top: 85px;
}
@media screen and (max-width: 1200px) {
  .w-staywedding .daysSec .inner .slides .slick-prev,
  .w-staywedding .daysSec .inner .slides .slick-next {
    top: 145px;
  }
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides .slick-prev,
  .w-staywedding .daysSec .inner .slides .slick-next {
    top: 30vw;
  }
}
.w-staywedding .daysSec .inner .slides .slick-prev {
  left: -15px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides .slick-prev {
    left: 25px;
  }
}
.w-staywedding .daysSec .inner .slides .slick-next {
  right: -15px;
}
@media screen and (max-width: 1000px) {
  .w-staywedding .daysSec .inner .slides .slick-next {
    right: 25px;
  }
}
.w-staywedding .gallerySec {
  margin-bottom: 70px;
}
.w-staywedding .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-staywedding .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}

/*---------------------------------------
 * フォトギャラリー
---------------------------------------*/
.w-photogallery .archiveSec {
  margin-bottom: 200px;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec {
    margin-bottom: 100px;
  }
}
.w-photogallery .archiveSec .inner .catselect {
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .catselect {
    margin-bottom: 30px;
  }
}
.w-photogallery .archiveSec .inner .catselect ul {
  width: 530px;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .catselect ul {
    width: 100%;
  }
}
.w-photogallery .archiveSec .inner .catselect ul li {
  display: inline-block;
  margin: 0 2px 5px;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .catselect ul li {
    margin: 0 0 1.5%;
  }
}
.w-photogallery .archiveSec .inner .catselect ul li a {
  display: block;
  border: 1px solid #053735;
  color: #053735;
  text-align: center;
  padding: 7px 30px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .catselect ul li a {
    padding: 7px 11px;
  }
}
.w-photogallery .archiveSec .inner .catselect ul li a:hover {
  opacity: 0.8;
}
.w-photogallery .archiveSec .inner .catselect ul li.current a {
  background: #053735;
  color: #fff;
}
.w-photogallery .archiveSec .inner .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-photogallery .archiveSec .inner .content .list .item {
  width: 24.4444444444%;
  height: min(23.1332357247vw, 264px);
  margin-right: 0.7407407407%;
  margin-bottom: min(0.5856515373vw, 8px);
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .content .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1001px) {
  .w-photogallery .archiveSec .inner .content .list .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .content .list .item {
    width: 32%;
    max-width: 32%;
    height: 29.3333333333vw;
    margin-right: 2%;
    margin-bottom: 1.8666666667vw;
  }
}
.w-photogallery .archiveSec .inner .content .list .item figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-photogallery .archiveSec .inner .content .list .item figure img,
.w-photogallery .archiveSec .inner .content .list .item figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-photogallery .archiveSec .inner .content .wp-pagenavi {
  margin-top: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .content .wp-pagenavi {
    margin-top: 40px;
  }
}
.w-photogallery .archiveSec .inner .content .wp-pagenavi span {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 0;
  line-height: 1;
  background: #053735;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .content .wp-pagenavi span {
    width: 20px;
    height: 20px;
  }
}
.w-photogallery .archiveSec .inner .content .wp-pagenavi a {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  line-height: 1;
  color: #053735;
}
@media screen and (max-width: 1000px) {
  .w-photogallery .archiveSec .inner .content .wp-pagenavi a {
    width: 20px;
    height: 20px;
  }
}

/*---------------------------------------
 * レコメンド フェア
---------------------------------------*/
.w-recommend_fair .mvSec .title {
  text-align: center;
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .mvSec .title {
    padding: 80px 0 50px;
  }
}
.w-recommend_fair .mvSec .title .midashi {
  font-size: 2rem;
  color: #F8C5AC;
  margin-bottom: 15px;
}
.w-recommend_fair .mvSec .title .catch {
  font-size: 2.8rem;
  letter-spacing: 3px;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .mvSec .title .catch {
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 2;
  }
}
.w-recommend_fair .mvSec .mv {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .mvSec .mv {
    height: 100vw;
  }
}
.w-recommend_fair .mvSec .mv figure {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-recommend_fair .mvSec .mv figure img,
.w-recommend_fair .mvSec .mv figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-recommend_fair .mvSec .mv figure img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.w-recommend_fair .pagemenuSec {
  padding: 50px 0 100px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
.w-recommend_fair .pagemenuSec .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul {
    display: block;
  }
}
.w-recommend_fair .pagemenuSec .inner ul li {
  width: 22%;
  max-width: 211px;
  margin: 0 min(1.5%, 20px);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul li {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.w-recommend_fair .pagemenuSec .inner ul li a {
  display: block;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid #44605F;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
  }
}
.w-recommend_fair .pagemenuSec .inner ul li a .en {
  font-size: 2rem;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #44605F;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul li a .en {
    font-size: 1.75rem;
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul li a .ja {
    font-size: 1.1rem;
  }
}
.w-recommend_fair .pagemenuSec .inner ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #44605F;
  border-bottom: 0;
  margin: 10px auto 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .pagemenuSec .inner ul li a::after {
    border-top: 7px solid #44605F;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
@media screen and (min-width: 1001px) {
  .w-recommend_fair .pagemenuSec .inner ul li a:hover::after {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.w-recommend_fair .outlineSec {
  padding-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec {
    padding-bottom: 60px;
  }
}
.w-recommend_fair .outlineSec .inner .box {
  padding-left: calc(50vw - 683px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .box {
    display: block;
  }
}
.w-recommend_fair .outlineSec .inner .box .photo {
  width: min(53.8067349927vw, 735px);
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .box .photo {
    width: calc(100% - 20px);
    height: 94.6666666667vw;
    margin-bottom: 30px;
  }
}
.w-recommend_fair .outlineSec .inner .box .photo figure {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-recommend_fair .outlineSec .inner .box .photo figure img,
.w-recommend_fair .outlineSec .inner .box .photo figure picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.w-recommend_fair .outlineSec .inner .box .text {
  width: 491px;
  padding-left: min(10.980966325vw, 150px);
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .box .text {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding-left: 0;
  }
}
.w-recommend_fair .outlineSec .inner .box .text .midashi {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #44605F;
}
.w-recommend_fair .outlineSec .inner .box .text .catch {
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .box .text .catch {
    font-size: 1.8rem;
  }
}
.w-recommend_fair .outlineSec .inner .box .text .read {
  line-height: 1.8;
}
.w-recommend_fair .outlineSec .inner .cando .nakamidashi {
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
  color: #44605F;
}
@media screen and (min-width: 1001px) {
  .w-recommend_fair .outlineSec .inner .cando .nakamidashi {
    display: none;
  }
}
.w-recommend_fair .outlineSec .inner .cando .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .cando .list {
    display: block;
    margin-bottom: 60px;
  }
}
.w-recommend_fair .outlineSec .inner .cando .list .card {
  width: 31.6666666667%;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .cando .list .card {
    width: 100%;
    margin-bottom: 40px;
  }
  .w-recommend_fair .outlineSec .inner .cando .list .card:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.w-recommend_fair .outlineSec .inner .cando .list .card figure {
  margin-bottom: 15px;
}
.w-recommend_fair .outlineSec .inner .cando .list .card .caption .komidashi {
  font-size: 1.8rem;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .outlineSec .inner .cando .list .card .caption .komidashi {
    margin-bottom: 10px;
  }
}
.w-recommend_fair .outlineSec .inner .cando .list .card .caption .read {
  line-height: 2;
}
.w-recommend_fair .outlineSec .inner .cando .btn {
  width: 295px;
  margin: 0 auto 10px;
  position: relative;
  display: block;
  position: relative;
  display: block;
}
.w-recommend_fair .outlineSec .inner .cando .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-recommend_fair .outlineSec .inner .cando .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-recommend_fair .voiceSec {
  background: #F0F0E9;
  padding: 80px 0 90px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec {
    padding: 80px 0;
  }
}
.w-recommend_fair .voiceSec .inner .midashi {
  color: #44605F;
  text-align: center;
  margin-bottom: 40px;
}
.w-recommend_fair .voiceSec .inner .midashi .en {
  font-size: 2.8rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .midashi .en {
    font-size: 2.4rem;
  }
}
.w-recommend_fair .voiceSec .inner .midashi .ja {
  font-size: 1.2rem;
}
.w-recommend_fair .voiceSec .inner .catch {
  font-size: 2.6rem;
  color: #44605F;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .catch {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
.w-recommend_fair .voiceSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .list {
    display: block;
  }
}
.w-recommend_fair .voiceSec .inner .list .card {
  width: 42.5925925926%;
  padding: 32px 30px;
  background: #fff;
  border: 1px solid #C2C7C7;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .list .card {
    width: calc(100% - 40px);
    padding: 20px;
    margin-bottom: 30px;
  }
  .w-recommend_fair .voiceSec .inner .list .card:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.w-recommend_fair .voiceSec .inner .list .card figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .list .card figure {
    margin-bottom: 20px;
  }
}
.w-recommend_fair .voiceSec .inner .list .card .komidashi {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .list .card .komidashi {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.w-recommend_fair .voiceSec .inner .list .card .name {
  font-size: 1.6rem;
  text-align: center;
  color: #44605F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .voiceSec .inner .list .card .name {
    font-size: 1.4rem;
  }
}
.w-recommend_fair .voiceSec .inner .list .card .read {
  line-height: 1.8;
}
.w-recommend_fair .recommendfairSec {
  padding: 110px 0 50px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec {
    padding: 60px 0;
  }
}
.w-recommend_fair .recommendfairSec .inner .midashi {
  text-align: center;
  color: #44605F;
  margin-bottom: 40px;
}
.w-recommend_fair .recommendfairSec .inner .midashi .en {
  font-size: 2.8rem;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .midashi .en {
    font-size: 2.4rem;
  }
}
.w-recommend_fair .recommendfairSec .inner .midashi .ja {
  font-size: 1.2rem;
}
.w-recommend_fair .recommendfairSec .inner .catch {
  color: #44605F;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .catch {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}
.w-recommend_fair .recommendfairSec .inner .read {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .read {
    text-align: left;
  }
}
.w-recommend_fair .recommendfairSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.w-recommend_fair .recommendfairSec .inner .list .item {
  width: 201px;
  margin: 0 min(1.9765739385vw, 27px);
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .list .item {
    width: 44.776119403%;
    margin: 0 0 40px;
  }
}
.w-recommend_fair .recommendfairSec .inner .list .item p {
  font-size: 1.5rem;
  text-align: center;
  color: #44605F;
}
.w-recommend_fair .recommendfairSec .inner .btn {
  width: 295px;
  margin: 0 auto 10px;
  position: relative;
  display: block;
  position: relative;
  display: block;
}
.w-recommend_fair .recommendfairSec .inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-recommend_fair .recommendfairSec .inner .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .recommendfairSec .inner .btn {
    width: 100%;
  }
}
.w-recommend_fair .weddingPlanSec {
  background: #F0F0E9;
  padding: 110px 0 40px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .weddingPlanSec {
    padding: 60px 0 100px;
  }
}
.w-recommend_fair .weddingPlanSec .inner .bl_present_top {
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .weddingPlanSec .inner .bl_present_top {
    margin-bottom: 0;
  }
}
.w-recommend_fair .weddingPlanSec .inner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .weddingPlanSec .inner .btns {
    display: block;
    margin-bottom: 0px;
  }
}
.w-recommend_fair .weddingPlanSec .inner .btns > .btn2 {
  display: block;
  width: 295px;
  margin: 0 10px;
  position: relative;
  display: block;
}
.w-recommend_fair .weddingPlanSec .inner .btns > .btn2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-recommend_fair .weddingPlanSec .inner .btns > .btn2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .weddingPlanSec .inner .btns > .btn2 {
    width: calc(100% - 40px);
    margin: 0 auto 10px;
  }
}
.w-recommend_fair .flowSec {
  padding: 110px 0 0;
}
.w-recommend_fair .flowSec .inner .midashi {
  text-align: center;
  color: #44605F;
  margin-bottom: 40px;
}
.w-recommend_fair .flowSec .inner .midashi .en {
  font-size: 2.8rem;
}
.w-recommend_fair .flowSec .inner .midashi .ja {
  font-size: 1.2rem;
}
.w-recommend_fair .flowSec .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .flowSec .inner .list {
    display: block;
  }
}
.w-recommend_fair .flowSec .inner .list .item {
  width: 25%;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .flowSec .inner .list .item {
    width: 100%;
    padding-bottom: 60px;
    margin-bottom: 45px;
  }
  .w-recommend_fair .flowSec .inner .list .item:nth-last-of-type(1) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.w-recommend_fair .flowSec .inner .list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #44605F;
  border-right: 0;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .flowSec .inner .list .item::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 14px solid #44605F;
    border-bottom: 0;
  }
}
.w-recommend_fair .flowSec .inner .list .item:nth-last-of-type(1)::after {
  content: none;
}
.w-recommend_fair .flowSec .inner .list .item .num {
  width: 90px;
  height: 90px;
  background: #44605F;
  border: 5px solid #F0F0E9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 3.1rem;
  font-weight: lighter;
  margin: 0 auto 40px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .flowSec .inner .list .item .num {
    margin-bottom: 15px;
  }
}
.w-recommend_fair .flowSec .inner .list .item .komidashi {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 5px;
  color: #44605F;
}
.w-recommend_fair .flowSec .inner .list .item .read {
  text-align: center;
  font-size: 1.3rem;
}
.w-recommend_fair .flowSec .inner .btn {
  width: 295px;
  margin: 0 auto 10px;
  position: relative;
  display: block;
  position: relative;
  display: block;
}
.w-recommend_fair .flowSec .inner .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #C4835B;
}
.w-recommend_fair .flowSec .inner .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #C4835B;
  border-right: 1px solid #C4835B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-recommend_fair .faqSec {
  padding: 50px 0 120px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .faqSec {
    padding: 120px 0 80px;
  }
}
.w-recommend_fair .faqSec .inner .midashi {
  text-align: center;
  color: #44605F;
  margin-bottom: 20px;
}
.w-recommend_fair .faqSec .inner .midashi .en {
  font-size: 2.8rem;
  margin-bottom: 5px;
}
.w-recommend_fair .faqSec .inner .midashi .ja {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .faqSec .inner .midashi .ja {
    font-size: 2rem;
    letter-spacing: 3px;
  }
}
.w-recommend_fair .faqSec .inner .faqbox {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .faqSec .inner .faqbox {
    width: 100%;
    margin: 0 auto;
  }
}
.w-recommend_fair .faqSec .inner .faqbox dl {
  padding-top: 20px;
}
.w-recommend_fair .faqSec .inner .faqbox dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 10px;
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
}
.w-recommend_fair .faqSec .inner .faqbox dl dt span {
  width: 20px;
  font-size: 1.6rem;
  margin-right: 10px;
  color: #053735;
}
.w-recommend_fair .faqSec .inner .faqbox dl dt p {
  width: calc(100% - 40px);
  font-size: 1.5rem;
  color: #44605F;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .faqSec .inner .faqbox dl dt p {
    padding-right: 40px;
  }
}
.w-recommend_fair .faqSec .inner .faqbox dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #44605F;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
}
.w-recommend_fair .faqSec .inner .faqbox dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 7px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #44605F;
  border-right: 1px solid #44605F;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.w-recommend_fair .faqSec .inner .faqbox dl dt.is-active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}
.w-recommend_fair .faqSec .inner .faqbox dl dd {
  display: none;
}
.w-recommend_fair .faqSec .inner .faqbox dl dd .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
}
.w-recommend_fair .faqSec .inner .faqbox dl dd .box span {
  width: 20px;
  font-size: 1.6rem;
  margin-right: 10px;
  color: #C4835B;
}
.w-recommend_fair .faqSec .inner .faqbox dl dd .box p {
  width: calc(100% - 40px);
  padding-top: 2px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .faqSec .inner .faqbox dl dd .box p {
    line-height: 2;
  }
}
.w-recommend_fair .accessSec {
  padding-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .accessSec {
    padding-bottom: 60px;
  }
}
.w-recommend_fair .accessSec .inner .map {
  width: 100%;
  height: 611px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .accessSec .inner .map {
    height: 89.3333333333vw;
    margin-bottom: 20px;
  }
}
.w-recommend_fair .accessSec .inner .map iframe {
  width: 100%;
  height: 100%;
}
.w-recommend_fair .accessSec .inner .caption {
  text-align: center;
}
.w-recommend_fair .accessSec .inner .caption a {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px solid #44605F;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .accessSec .inner .caption a {
    margin-bottom: 20px;
  }
}
.w-recommend_fair .accessSec .inner .caption a span {
  display: inline-block;
  width: 10px;
  height: 16px;
  vertical-align: bottom;
  padding-right: 5px;
}
.w-recommend_fair .accessSec .inner .caption .name {
  color: #44605F;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .w-recommend_fair .accessSec .inner .caption .name {
    margin-bottom: 20px;
  }
}
.w-recommend_fair .accessSec .inner .caption .name span {
  display: block;
}
.w-recommend_fair .accessSec .inner .caption .name span.en {
  font-size: 2rem;
}
.w-recommend_fair .accessSec .inner .caption .name span.ja {
  font-size: 1.2rem;
}
.w-recommend_fair .accessSec .inner .caption .address {
  color: #44605F;
  margin-bottom: 10px;
}
.w-recommend_fair .accessSec .inner .caption .address span {
  display: block;
}
.w-recommend_fair .accessSec .inner .caption .address span.en {
  font-size: 1.3rem;
}
.w-recommend_fair .accessSec .inner .caption .address span.ja {
  font-size: 1.3rem;
}
.w-recommend_fair .accessSec .inner .caption .tel {
  color: #053735;
  font-weight: 700;
}
.w-recommend_fair .bridalSec .inner .title {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.w-recommend_fair .bridalSec .inner .title::before {
  content: "";
  background: #ddd;
  width: 1px;
  height: 40px;
  display: block;
  margin: 0 auto 30px;
}