@import "icoWnew2.css";

.ts-PUP {
  display: block;
}

#mainTitle {
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  /* background-image: url(../../images/main_wedding.jpg); */
  background-position: center center;
  background-size: cover;
}

.topMain {
  position: relative;
  width: 100%;
  /* padding-top: 50%; */
}

.topMain .copy {
  color: white;
  text-shadow: 0 0 5px #000000;
  font-family: "Noto Serif JP", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.topMain .copy h2 {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.topMain .copy h2 .sub1 {
  display: block;
  font-size: 1.5rem;
}

.topMain .copy .sub2 {
  font-size: 1.1rem;
}

/* トップメインビデオ */
#mainSpace {
  padding: 0 80px;
}
#video-area {
  position: relative;
  z-index: -1; /*最背面に設定*/
  height: calc(100vh - 115px);
  /* top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
  overflow: hidden;
}
#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/* オーベルジュウエディング */
.auberge-wedding {
  font-size: 0.8rem;
  padding: 30px 0;
  background-color: #f2eeeb;
  margin-bottom: 50px;
}

.cuisine-top,
.ceremony-top,
.banquet-top {
  font-size: 0.8rem;
  padding: 30px 0;
  margin-bottom: 50px;
}

/* 予約ブロック */
/* 既存の予約ブロック非表示 */
.foot-resv {
  display: none;
}

.foot-resv-wedd {
  color: white;
  font-size: 0.8rem;
  text-align: center;
  text-shadow: 0 0 5px #000;
  background-color: #4c4c4c;
}
.foot-resv-wedd .inner {
  width: 100%;
  max-width: 980px;
  padding: 40px 20px;
  margin: auto;
}
.foot-resv-wedd .inner .row1 {
  padding-top: 50px;
}
.foot-resv-wedd .inner .row1 h4 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
}
.foot-resv-wedd .inner .row1 h4 .sub {
  font-size: 0.7rem;
  position: absolute;
  top: -25px;
  left: 0;
}
.foot-resv-wedd .inner .row1 .lead {
  display: inline-block;
}
.foot-resv-wedd .inner .row3 {
  display: table;
  width: 100%;
  margin: auto;
}
.foot-resv-wedd .inner .row3 .col {
  display: table-cell;
  width: 33.33%;
  padding: 25px;
  vertical-align: middle;
}
.foot-resv-wedd .inner .row3 .col .sub {
  display: block;
  margin-bottom: 10px;
}
.foot-resv-wedd .inner .row3 .col a {
  display: block;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 15px;
  border: 1px solid #d1d1d1;
}

/* メニューテンプレート用 */
.tmpMenu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.tmpMenu .thumb {
  width: 30%;
}
.tmpMenu .thumb img {
  width: 100%;
  height: auto;
}
.tmpMenu .cont {
  width: 65%;
}
.tmpMenu h3.title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.tmpMenu h3.title .sub {
  font-size: 0.9rem;
}
.tmpMenu ul.ico-label {
  text-align: center;
  padding: 0;
  margin-bottom: 25px;
}
.tmpMenu ul.ico-label li {
  list-style: none;
  display: inline-block;
}
.tmpMenu ul.ico-label li a {
  color: #43362b;
  font-size: 0.7rem;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: #c8c3c0;
}
.tmpMenu .price {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  padding: 25px 35px;
  margin-bottom: 25px;
  border: 1px solid #dad7d0;
  background-color: #fffdf8;
}
.tmpMenu .price .small {
  display: block;
  padding-top: 10px;
  margin-bottom: 15px;
}
.tmpMenu .price .mid {
  font-size: 0.8rem;
  line-height: 1.7rem;
}
.tmpMenu .comm {
  padding: 0 20px 20px 20px;
}
.tmpMenu h4 {
  font-size: 1.2rem;
  padding-top: 15px;
  margin-bottom: 20px;
}
.tmpMenu a.btn-resv-menu {
  display: inline-block;
  color: white;
  font-size: 0.8rem;
  line-height: 1;
  padding: 12px 40px;
  border-radius: 5px;
  background-color: #454545;
}
.tmpMenu .table-2 {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
}
.tmpMenu .table-2 th {
  padding: 10px;
  border: 1px solid #d1d1d1;
  background-color: #f2f2f2;
}
.tmpMenu .table-2 td {
  padding: 10px;
  border: 1px solid #d1d1d1;
  background-color: white;
}

/* MENUアコーディオン */
.accordion-title {
  font-size: 1rem !important;
  padding: 10px !important;
  padding-left: 20px;
  /* border-top-color: white;
  border-top-style: solid;
  border-top-width: 1px; */
  background-color: white;
  position: relative;
  margin: 0;
  margin-bottom: 0 !important;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #d1d1d1;
  transition: all 0.3s ease-out;
}
.accordion-title:hover,
.accordion-title:active,
.accordion-title.open {
  /* border-top-color: #e1e1e1;
  border-top-style: solid;
  border-top-width: 1px; */
  /* background-color: #fbfbfb; */
  color: #fff;
  background-color: #d9cec6;
}
.accordion-title::after {
  color: #ca2664;
  content: "▼";
  position: absolute;
  font-size: 0.7rem;
  line-height: 1;
  top: 40%;
  right: 25px;
  transition: all 0.5s ease-in-out;
}
.accordion-title:hover::after,
.accordion-title:active::after,
.accordion-title.open::after {
  color: #fff;
}
.accordion-title.open::after {
  transform: rotate(180deg);
}
.accordion-content {
  /* border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-bottom-width: 1px; */
  font-size: 0.8rem;
  line-height: 1.5rem;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #fffdfa;
  padding: 25px;
}

.accordion-content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.accordion-content ul li {
  margin-bottom: 0.4rem;
}
.accordion-content ul li strong {
  color: #9b8466;
  font-size: 0.85rem;
}

/* オーベルジュ */
.intoro {
  color: rgb(73, 73, 73);
  font-size: 1rem;
  line-height: 1.8em;
  text-align: center;
  letter-spacing: 1.5px;
  padding: 2px 0;
  margin-bottom: 50px;
}
.intoro .main-image {
  margin-bottom: 50px;
}
.intoro h3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 25px;
}

.auberge-cont {
  font-size: 0.9rem;
  position: relative;
  padding: 40px 10px;
}
.auberge-cont::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background-color: #ccc7bb;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}
.auberge-cont .flexCol2 .thumb {
  width: 54% !important;
}
.auberge-cont .flexCol2 .cont {
  width: 46% !important;
}
.auberge-cont .each .flexCol2:nth-child(odd) .cont {
  padding-left: 35px;
  padding-right: 10px;
}
.auberge-cont .each .flexCol2:nth-child(even) .cont {
  padding-left: 10px;
  padding-right: 35px;
}
.auberge-cont .flexCol2 .cont h4 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  line-height: 1.7em;
  padding-top: 35px;
  margin-bottom: 20px;
}

.fig img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.fig .comm {
  color: #484848;
  font-size: 0.85rem;
  letter-spacing: 1px;
  line-height: 1.3rem;
  padding-top: 15px;
  width: 80%;
}
.fig .comm h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.fig1 {
  position: relative;
  display: flex;
  max-width: 1400px;
  padding: 50px 20px;
  margin: auto;
  margin-bottom: 20px;
  justify-content: space-between;
}
.fig1 .box1 {
  width: 40%;
  margin-top: -40px;
}
.fig1 .box2 {
  position: relative;
  width: 50%;
}
.fig1 .box2 .comm {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.fig2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 50px;
}
.fig2 .col {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.fig2 img {
  display: inline-block;
  width: 55%;
}
.fig2 .comm {
  display: inline-block;
  width: 42%;
  padding-right: 20px;
  float: right;
}

.fig3 {
  display: flex;
  justify-content: space-between;
  padding: 50px 20px;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 30px;
}
.fig3 .col {
  /* width: 45%; */
}
.fig3 .box1 {
  width: 43%;
  margin-top: -30px;
}
.fig3 .box2 {
  width: 48%;
  padding-top: 150px;
}

.fig3.cere .box1 {
  width: 48%;
  margin-top: 40px;
}
.fig3.cere .box2 {
  width: 43%;
  padding-top: 0;
}

/* バンケット */
.banq {
  display: flex;
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  margin: auto;
  margin-bottom: 20px;
  justify-content: space-between;
}
.banq .col {
  width: 48%;
}

.banq2 .box1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.banq2 .box1 .flCol {
  width: 48%;
}
.banq2 .box1 .flCol .comm {
  width: 100%;
}
.banq2 .box2 {
  margin-top: -160px;
}

.banq3 {
  flex-direction: row-reverse;
}
.banq3 .box2 .comm {
  margin-left: auto;
  margin-right: 0;
}

/* banq4はbanq2と左右線対称レイアウト */
.banq4 {
  flex-direction: row-reverse;
}
.banq4 .box1 {
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: space-between;
}
.banq4 .box1 .flCol {
  width: 48%;
}
.banq4 .box1 .flCol .comm {
  width: 100%;
}
.banq4 .box2 {
  margin-top: -160px;
}

/* Best Rate */
.bestRateWrapper {
  padding: 50px 20px;
  background-color: #f5f4f1;
  margin-bottom: 50px;
}
.bestRate {
  position: relative;
  font-size: 0.9rem;
  text-align: center;
  max-width: 780px;
  padding: 20px;
  margin: auto;
  border-color: #a48c42;
  border-style: solid;
  border-width: 4px;
  border-radius: 10px;
  background-color: #ffffff;
}
.bestRate h3 {
  font-size: 1.5rem;
  line-height: 1;
  padding-top: 30px;
  margin-bottom: 20px;
}
.bestRate .logo_BR {
  display: block;
  position: absolute;
  width: 180px;
  height: auto;
  top: -50px;
  left: -50px;
}
.bestRate .inner {
  display: flex;
}
.bestRate .col {
  width: 50%;
  padding: 15px 25px;
}
.bestRate .col:first-child {
  border-right: 1px solid #d1d1d1;
}
.bestRate .col h4.label {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  line-height: 1;
  padding: 10px 20px;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #928227;
}
.bestRate .col img {
  width: 100%;
  height: auto;
}
.bestRate .col span {
  display: block;
  font-size: 0.8rem;
}
.bestRate .col .message {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 0;
}

/* ブライダルフェア・ウィジェット */
.BF_container {
  padding: 50px 20px;
  padding-top: 20px;
  /* margin-bottom: 50px; */
  background-color: #f2eeeb;
}

/* 料理ギャラリー */
.gallery {
  width: 100%;
  padding: 30px 0;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 60px;
}
.cui-gallery img {
  width: 100%;
  height: auto;
}

/* 追加 */
.flexCol2 .thumb img {
  width: 100%;
  height: auto;
}

/* 新着の補正 */
.icoWnew2 {
  margin-bottom: 0;
  background-color: white;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 428px) {
  .flexCol2 h4 {
    font-size: 1.3rem !important;
    padding-top: 20px;
  }

  /* オーベルジュウエディング（topの） */
  .auberge-wedding {
    font-size: 0.8rem;
    padding: 15px;
    margin-bottom: 0px;
  }

  .cuisine-top,
  .ceremony-top,
  .banquet-top {
    font-size: 0.8rem;
    padding: 20px;
    margin-bottom: 0;
  }

  /* メニューテンプレート用 */
  .tmpMenu {
    display: block;
    margin-bottom: 35px;
  }
  .tmpMenu .thumb {
    width: 100%;
  }
  .tmpMenu .cont {
    width: 100%;
  }
  .tmpMenu h3.title {
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 0;
  }
  .tmpMenu h3.title .sub {
    font-size: 0.9rem;
  }
  .tmpMenu ul.ico-label {
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }
  .tmpMenu ul.ico-label li {
    list-style: none;
    display: inline-block;
  }
  .tmpMenu ul.ico-label li a {
    color: #43362b;
    font-size: 0.7rem;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 2px;
    background-color: #c8c3c0;
  }
  .tmpMenu .price {
    font-size: 1.2rem;
    padding: 25px 20px;
    margin-bottom: 15px;
  }
  .tmpMenu .price .small {
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
  }
  .tmpMenu .comm {
    padding: 0 0 20px 0;
  }

  .accordion-content ul {
    padding-left: 15px;
    margin-bottom: 10px;
  }

  /* Best Rate */
  .bestRateWrapper {
    padding: 30px 10px;
    margin-bottom: 0px;
  }
  .bestRate {
    position: relative;
    font-size: 0.9rem;
    text-align: center;
    padding: 20px;
    padding-bottom: 0;
  }
  .bestRate > p br {
    display: none;
  }
  .bestRate h3 {
    padding-top: 50px;
  }
  .bestRate .logo_BR {
    display: block;
    position: absolute;
    width: 130px;
    height: auto;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .bestRate p.small {
    margin-bottom: 30px;
  }
  .bestRate .inner {
    display: block;
  }
  .bestRate .col {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .bestRate .col:first-child {
    border-right: 0px solid #d1d1d1;
  }

  /* テンプレ */
  .intoro {
    margin-bottom: 20px;
  }
  .intoro h3 {
    font-size: 1.4rem;
  }
  .intoro > p {
    padding: 0 20px;
  }
  .intoro > p br {
    display: none;
  }

  .fig img {
    margin-bottom: 10px;
  }
  .fig .comm {
    color: #484848;
    font-size: 0.85rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    padding: 15px 10px;
    width: 100%;
  }
  .fig .comm h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .fig1 {
    display: block;
    padding: 20px 20px;
    padding-bottom: 0;
    margin: auto;
    margin-bottom: 0;
  }
  .fig1 .box1 {
    width: 100%;
    margin-top: 0;
  }
  .fig1 .box2 {
    width: 100%;
  }
  .fig1 .box2 .comm {
    position: relative;
    width: 100%;
    bottom: auto;
  }

  .fig2 {
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
  .fig2 .col {
    width: 100%;
  }
  .fig2 img {
    display: inline-block;
    width: 100%;
  }
  .fig2 .comm {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 15px 10px;
  }

  .fig3 {
    display: block;
    padding: 20px 20px;
    margin-bottom: 0;
  }
  .fig3 .col {
    /* width: 45%; */
  }
  .fig3 .box1 {
    width: 100%;
    margin-top: ;
  }
  .fig3 .box2 {
    width: 100%;
    padding-top: 0;
  }

  .fig3.cere .box1 {
    width: 100%;
    margin-top: 0;
  }
  .fig3.cere .box2 {
    width: 100%;
    padding-top: 0;
  }

  /* バンケット */
  .banq {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 0;
  }
  .banq .col {
    width: 100%;
  }

  .banq2 .box1 {
    display: block;
  }
  .banq2 .box1 .flCol {
    width: 100%;
  }
  .banq2 .box1 .flCol .comm {
    width: 100%;
  }
  .banq2 .box2 {
    margin-top: 0;
  }

  .banq3 {
    flex-direction: row-reverse;
  }
  .banq3 .box2 .comm {
    margin-left: auto;
    margin-right: auto;
  }

  .banq4 {
    flex-direction: row-reverse;
  }
  .banq4 .box1 {
    display: block;
  }
  .banq4 .box1 .flCol {
    width: 100%;
  }
  .banq4 .box1 .flCol .comm {
    width: 100%;
  }
  .banq4 .box2 {
    margin-top: 0px;
  }

  /* 料理 */
  .gallery {
    margin-bottom: 20px;
  }

  /* フッター予約 */
  .foot-resv-wedd {
    /* color: white;
  font-size: 0.8rem;
  text-align: center;
  text-shadow: 0 0 5px #000;
  background-color: #4c4c4c; */
  }
  .foot-resv-wedd .inner {
    padding: 30px 20px;
  }
  .foot-resv-wedd .inner .row1 {
    padding-top: 40px;
  }
  .foot-resv-wedd .inner .row1 h4 {
    font-size: 1.4rem;
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .foot-resv-wedd .inner .row1 h4 .sub {
    font-size: 0.75rem;
  }
  .foot-resv-wedd .inner .row1 .lead {
    display: inline-block;
  }
  .foot-resv-wedd .inner .row3 {
    display: block;
  }
  .foot-resv-wedd .inner .row3 .col {
    display: block;
    width: 100%;
    padding: 15px 25px;
  }
  .foot-resv-wedd .inner .row3 .col .sub {
    display: block;
    margin-bottom: 10px;
  }
  .foot-resv-wedd .inner .row3 .col a {
    display: block;
    color: white;
    font-size: 1rem;
    line-height: 1;
    padding: 15px;
    border: 1px solid #d1d1d1;
  }
}

/*------------------------------PC & Tab用------------------------------*/
@media screen and (min-width: 429px) {
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 415px) and (max-width: 820px) {
}
