@charset "UTF-8";
/*========================================================

  1.インポートファイル
  2.基本設定

========================================================*/
/*========================================================

  １．インポートファイル

========================================================*/
/* 必須 */
/*——————— ▼ MacBook・ノートPC ———————*/
/*——————— ▼ iPad(横)・iPadPro　———————*/
/*——————— ▼ iPad mini(横) ———————*/
/*——————— ▼ iPad mini(縦) ———————*/
/*——————— ▼ スマホ ———————*/
/*========================================================

  1.transform
  2.flex-box
  3.gradient
  4.position
  5.other

========================================================*/
/*========================================================

  1.transform

========================================================*/
/*——————— ▼ transition ———————*/
/*——————— ▼ translate ———————*/
/*——————— ▼ scale ———————*/
/*——————— ▼ rotate ———————*/
/*——————— ▼ rotateX ———————*/
/*——————— ▼ rotateY ———————*/
/*==================================================

  2.flex-box

==================================================*/
/*——————— ▼ flexbox ———————*/
/*——————— ▼ justify-content ———————*/
/*——————— ▼ align-items ———————*/
/*——————— ▼ flex-wrap ———————*/
/*——————— ▼ flex ———————*/
/*==================================================

  3.gradient

==================================================*/
/*——————— ▼ 明 → 暗 ———————*/
/*——————— ▼ 暗 → 明 ———————*/
/*==================================================

  4.position

==================================================*/
/*——————— ▼ 上 真ん中 ———————*/
/*——————— ▼ 左上 ———————*/
/*——————— ▼ 右上 ———————*/
/*——————— ▼ 下 真ん中 ———————*/
/*——————— ▼ 左下 ———————*/
/*——————— ▼ 右下 ———————*/
/*——————— ▼ 上下中央 ———————*/
/*==================================================

  5.other

==================================================*/
/*——————— ▼ 天地中央 ———————*/
/*——————— ▼ opacity ———————*/
/*——————— ▼ border-radius ———————*/
/*——————— ▼ 正円 ———————*/
/*——————— ▼ 矢印 ———————*/
/* 必須 */
/*========================================================

  1.コンテンツレイアウト

========================================================*/
/*========================================================

  1.コンテンツレイアウト

========================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=WindSong:wght@400;500&display=swap");
.col-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*——————— ▼ PC ———————*/
  /*——————— ▼ tab ———————*/
  /*——————— ▼ phab ———————*/
  /*——————— ▼ sp ———————*/
}
.col-container .col-l-12 {
  width: 100%;
}
.col-container .col-l-11 {
  width: 91.6666666667%;
}
.col-container .col-l-10 {
  width: 83.3333333333%;
}
.col-container .col-l-9 {
  width: 75%;
}
.col-container .col-l-8 {
  width: 66.6666666667%;
}
.col-container .col-l-7 {
  width: 58.3333333333%;
}
.col-container .col-l-6 {
  width: 50%;
}
.col-container .col-l-5 {
  width: 41.6666666667%;
}
.col-container .col-l-4 {
  width: 33.3333333333%;
}
.col-container .col-l-3 {
  width: 25%;
}
.col-container .col-l-2 {
  width: 16.6666666667%;
}
.col-container .col-l-1 {
  width: 8.3333333333%;
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-9 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-6 {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-3 {
    width: 25%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1024px) {
  .col-container .col-m-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-9 {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-6 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-3 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  .col-container .col-sm-1 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-12 {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-11 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-10 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-9 {
    width: 75%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-8 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-7 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-6 {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-5 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-4 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-3 {
    width: 25%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-2 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 450px) {
  .col-container .col-s-1 {
    width: 8.3333333333%;
  }
}

.row-rev {
  flex-direction: row-reverse;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.フォントサイズ
  2.フォントサイズ基本設定

========================================================*/
/*========================================================

  1.フォントサイズ

========================================================*/
/*========================================================

  2.フォントサイズ基本設定

========================================================*/
/*——————— ▼ フォント設定 ———————*/
html {
  width: 100%;
  font-size: 62.5%;
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2;
  letter-spacing: 1.2px;
  color: #251e1c;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html body {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html body a {
  text-decoration: none;
}
html body img {
  max-width: 100%;
}
html body .mincho {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/* 必須 */
/*========================================================

  【初期設定】

  1.カラー設定

========================================================*/
/*========================================================

  1.カラー設定

========================================================*/
/*——————— ▼ ベースカラー（背景や余白） ———————*/
/*——————— ▼ メインカラー（navや見出し） ———————*/
/*——————— ▼ サブカラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 注目カラー（リンクやアクセント部分） ———————*/
/*——————— ▼ 背景（背景の違う色部分） ———————*/
/* 必須 */
/*========================================================

  【初期設定】

  1.コンテンツ幅

========================================================*/
/*========================================================

  1.コンテンツ幅

========================================================*/
/*——————— ▼ 全ページ共通　右コンテンツボックス幅 ———————*/
/*——————— ▼ TOPページ ———————*/
article#top {
  width: 100%;
}

/*——————— ▼ 下層ページ ———————*/
div#page {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#page {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  div#page {
    width: 100%;
  }
}

div#page100per {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  div#page100per {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  div#page100per {
    width: 100%;
  }
}

/*——————— ▼ アーカイブページ ———————*/
/*——————— ▼ シングルページ ———————*/
div#single {
  width: 1300px;
  margin: 4rem auto;
}
@media screen and (max-width: 1024px) {
  div#single {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  div#single {
    width: 100%;
  }
}

/* 必須 */
/*========================================================

  ローディング

========================================================*/
/*========================================================

  header

========================================================*/
.fullcreen {
  width: 100%;
  height: 100vh;
  position: relative;
}
.fullcreen .top-movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.fullcreen .top-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.fullcreen .top-img {
  position: relative;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.fullcreen .top-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 450px) {
  .fullcreen .top-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fullcreen .mv-text {
  padding: 2rem;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 10%;
  transition: all 2s ease;
  transform: translate(0, 50%);
}
@media screen and (max-width: 450px) {
  .fullcreen .mv-text {
    top: 20%;
  }
}
.fullcreen .mv-text p {
  letter-spacing: 0.8rem;
  font-size: 7rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: 900;
}
@media screen and (max-width: 1367px) {
  .fullcreen .mv-text p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .fullcreen .mv-text p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 450px) {
  .fullcreen .mv-text p {
    font-size: 2.6rem;
  }
  .fullcreen .mv-text p:nth-of-type(2) {
    margin-bottom: 4rem;
  }
}
.fullcreen .mv-text p br {
  display: none;
}
@media screen and (max-width: 450px) {
  .fullcreen .mv-text p br {
    display: block;
  }
}
.fullcreen .mv-text p:first-child {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-shadow: none;
}
@media screen and (max-width: 1024px) {
  .fullcreen .mv-text {
    left: 4%;
  }
}
.fullcreen .mv-text.delay {
  opacity: 1;
  transform: translate(0, 0);
}

.slider2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

/*——————— ▼ sp-header ———————*/
/*——————— ▼ アコーディオンメニューボタン ———————*/
div.btn {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 11111;
}

#panel-btn {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background: #b6966c;
}

#panel-btn:hover {
  background: #b6966c;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: 0.2s;
}

#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}

#panel-btn-icon:before {
  margin-top: -10px;
}

#panel-btn-icon:after {
  margin-top: 8px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.page-title {
  width: 100%;
  height: 600px;
  position: relative;
}
.page-title:before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.2);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page-title .page-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.page-title .page-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
.page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .page-title .page-headText .ribbon6 h1, .page-title .page-headText .ribbon6 h2, .page-title .page-headText .ribbon6 h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 450px) {
  .page-title {
    height: 500px;
  }
  .page-title .page-headText {
    width: 90%;
  }
}

.page-title-menu {
  background: url("../../images/header/page-title.jpg") center/cover;
}
@media screen and (max-width: 450px) {
  .page-title-menu {
    background: url("../../images/header/page-title.jpg") center/cover;
  }
}

.single-title {
  width: 100%;
  height: 700px;
  position: relative;
}
.single-title:before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.2);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.single-title .single-headText {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  /* リボン 6 ▽▽▽▽▽ */
  /* リボン 6 △△△△△ */
}
.single-title .single-headText .ribbon6 {
  position: relative;
  padding: 0.5rem;
  width: 80%;
  margin: 1rem auto 2rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 {
    width: 100%;
  }
}
.single-title .single-headText .ribbon6 h1 {
  position: relative;
  font-size: 40px;
  font-size: 4rem;
  /*フォントサイズ*/
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  color: #fff;
}
.single-title .single-headText .ribbon6 h1 span {
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  .single-title .single-headText .ribbon6 h1 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 2.6px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 450px) {
  .single-title .single-headText .ribbon6 h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText .ribbon6 p {
  color: #fff;
}
.single-title .single-headText-interview {
  width: 900px;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.single-title .single-headText-interview img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 1000px;
}
@media screen and (max-width: 450px) {
  .single-title .single-headText-interview img {
    display: none;
  }
}
.single-title .single-headText-interview .single-interview-headbox {
  z-index: 10;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
@media screen and (max-width: 450px) {
  .single-title .single-headText-interview .single-interview-headbox {
    bottom: 2%;
    left: 2%;
  }
}
.single-title .single-headText-interview .single-interview-headbox h1 {
  font-size: 2.6px;
  font-size: 2.6rem;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .single-title .single-headText-interview .single-interview-headbox h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.single-title .single-headText-interview .single-interview-headbox p {
  color: #fff;
}
.single-title .single-headText-interview .single-interview-headbox time {
  color: #fff;
}
@media screen and (max-width: 450px) {
  .single-title {
    height: 500px;
  }
  .single-title .single-headText {
    width: 90%;
  }
}

.single-title-menu {
  position: relative;
  z-index: -2;
}
.single-title-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

/* 必須 */
/*——————— ▼ pc-header ———————*/
header {
  position: fixed;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: 99999;
  transition: all 1s ease;
}
header div.inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 1s ease;
  position: relative;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 450px) {
  header div.inner {
    padding-left: 0rem;
  }
}

#menu a.shoplogo {
  display: block;
  width: 120px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin: 0 auto;
}
#menu a.shoplogo img {
  display: block;
  width: 100%;
}
#menu a.shoplogo img.logo.before {
  display: block;
}
#menu a.shoplogo img.logo.after {
  display: none;
}
#menu a.shoplogo img.logo.after.is-logo-animation {
  display: block;
}
#menu a.shoplogo img.logo.before.is-logo-animation {
  display: none;
}
#menu a.shoplogo-wedding {
  display: block;
  width: 340px;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  #menu a.shoplogo-wedding {
    width: 240px;
    height: 45px;
  }
}
#menu a.shoplogo-wedding img {
  display: block;
  width: 100%;
}
#menu a.shoplogo-wedding img.logo.before {
  display: block;
}
#menu a.shoplogo-wedding img.logo.after {
  display: none;
}
#menu a.shoplogo-wedding img.logo.after.is-logo-animation {
  display: block;
}
#menu a.shoplogo-wedding img.logo.before.is-logo-animation {
  display: none;
}

.is-animation {
  background-color: #fff;
}
.is-animation #menu-content li a {
  color: #000;
}

.is-animation #menu {
  display: flex;
  justify-content: space-between;
}
.is-animation #menu a.shoplogo {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .is-animation #menu a.shoplogo {
    margin: 0 auto;
  }
}
.is-animation #menu #menu-inner {
  width: 60%;
}
@media screen and (max-width: 450px) {
  .is-animation #menu #menu-inner {
    width: auto;
  }
}

#menu-btn {
  display: none;
}

#menu-content {
  margin: 0;
  list-style-type: none;
}

#menu-content {
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 450px) {
  #menu-content {
    display: block;
    width: 100%;
  }
}

#menu-content > li {
  transition: all 0.2s;
  z-index: 9999999;
}

#menu-content > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0rem;
  margin-bottom: 0.5rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  /* transparentで常に透明にする*/
  transition-duration: 1s;
}
#menu-content > li > a:hover {
  border-color: black;
}
@media screen and (max-width: 1024px) {
  #menu-content > li > a {
    color: #000;
  }
}

#menu-content li a {
  text-align: center;
}
#menu-content li a span {
  display: block;
}
#menu-content li a span:first-child {
  font-size: 1.5rem;
  padding-top: 0rem;
}
#menu-content li a span:nth-child(2) {
  display: none;
  font-size: 1.2rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 450px) {
  #menu-content li a span:nth-child(2) {
    display: block;
  }
}

#menu-content > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-content > li > ul.second-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
  background-color: #fff;
  box-shadow: 1px 1px 7px #bbb;
}

#menu-content > li:hover > ul.second-content {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-content > li > ul.second-content > li {
  text-align: center;
  width: 200px;
}

#menu-content > li > ul.second-content > li > a {
  display: block;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}
#menu-content > li > ul.second-content > li > a span {
  display: block;
  line-height: 1.4;
}

#menu-content > li > ul.second-content > li > a:hover {
  background: #eee;
  color: #000;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 40px;
    width: 1px;
    height: 30px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 4px;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  #mask {
    display: none;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu-content > li {
    width: 100%;
    margin-bottom: 15px;
  }
  #menu-content > li:hover {
    background: none;
  }
  #menu-content > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
  }
  #menu-content > li > ul.second-content {
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-content > li > ul.second-content > li {
    width: 100%;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #menu-content > li > ul.second-content > li > a {
    padding-left: 15px;
  }
  #menu-content > li > ul.second-content > li > a:hover {
    background: none;
  }
}

/* 必須 */
/*========================================================

  footer

========================================================*/
footer {
  background-color: #000;
}
footer .footer-inner {
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 450px) {
  footer .footer-inner {
    width: 100%;
  }
}
footer .footer-inner figure.footer-logo {
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  footer .footer-inner figure.footer-logo {
    width: 50%;
    margin: 0 auto;
  }
}
footer .footer-inner figure.footer-logo img {
  width: 100%;
}
footer .footer-inner p.footer-catch {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 450px) {
  footer .footer-inner p.footer-catch {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
}
footer .footer-inner p.footer-catch span {
  display: block;
  color: #fff;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  footer .footer-inner p.footer-catch span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
footer .footer-inner p.footer-info {
  color: #fff;
}
@media screen and (max-width: 450px) {
  footer .footer-inner p.footer-info {
    text-align: center;
  }
}
footer .footer-inner ul {
  padding-top: 3rem;
}
footer .footer-inner ul li a {
  display: block;
  border-left: 4px solid #b6966c;
  color: #fff;
  margin-bottom: 4px;
  padding-left: 2rem;
}
footer .footer-inner ul li a span {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (max-width: 450px) {
  footer .footer-inner ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 2rem;
  }
  footer .footer-inner ul li {
    padding-right: 1.4rem;
    width: 50%;
  }
  footer .footer-inner ul li a {
    line-height: 2.4rem;
  }
}
footer p.copyright {
  width: 100%;
  text-align: center;
  background-color: #b6966c;
  color: #fff;
}

.tel-num-pc {
  background-color: #b6966c;
  position: fixed;
  right: 0;
  top: 0%;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: none;
}
@media screen and (max-width: 1024px) {
  .tel-num-pc {
    right: 10%;
  }
}
@media screen and (max-width: 450px) {
  .tel-num-pc {
    display: block;
    border-left: none;
    border-bottom: none;
    top: auto;
    right: auto;
    left: 0%;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-right: 1px solid rgb(159.6954545455, 124.9318181818, 79.3045454545);
    border-top: 1px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
    z-index: 999999999;
  }
}
.tel-num-pc a {
  display: block;
  color: #fff;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 1.6rem;
  line-height: 4rem;
}
@media screen and (max-width: 450px) {
  .tel-num-pc a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  .tel-num-pc a {
    line-height: 1rem;
    padding: 1rem 0rem;
  }
}
.tel-num-pc p {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .tel-num-pc p {
    display: none;
  }
}

.webyoyaku-pc {
  position: fixed;
  right: 10%;
  bottom: 20px;
  background-color: #b6966c;
  z-index: 99999;
  border-radius: 20px;
}
@media screen and (max-width: 450px) {
  .webyoyaku-pc {
    border-left: none;
    border-top: none;
    top: auto;
    right: 0%;
    left: auto;
    bottom: 0%;
    width: 50%;
    height: 50px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-top: 1px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
    border-radius: 0;
    color: #fff;
    background-color: #b6966c;
  }
}
.webyoyaku-pc a {
  display: block;
  color: #fff;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  border: none;
}
@media screen and (max-width: 450px) {
  .webyoyaku-pc a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.webyoyaku-pc a i {
  display: none;
}
@media screen and (max-width: 450px) {
  .webyoyaku-pc a i {
    display: inline;
  }
}
@media screen and (max-width: 450px) {
  .webyoyaku-pc a {
    line-height: 1.6rem;
    padding: 1rem 0rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  .webyoyaku-pc a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 必須 */
.page-404 ul li a {
  color: #251e1c;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  .page-404 ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-404 ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  margin-right: 1rem;
}

/* 必須 */
article#top {
  overflow: hidden;
  /*マーカーアニメーション*/
  /* 007 */
}
article#top .row-rev {
  flex-flow: row-reverse;
}
@media screen and (max-width: 450px) {
  article#top .row-rev {
    flex-flow: wrap;
  }
}
article#top .marker-animation.active {
  background-position: -100% 0.5em;
}
article#top .marker-animation {
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 0) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 6s ease;
  font-weight: bold;
}
article#top a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
article#top a.btn .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #fff;
}
article#top a.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top a.btn-blue {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  color: #b6966c;
  text-align: center;
  font-weight: 700;
}
article#top a.btn-blue .parts {
  position: absolute;
  width: 120pt;
  height: 16pt;
  left: 80pt;
  top: 20pt;
  border: 2pt solid #b6966c;
}
article#top a.btn-blue:hover {
  background-color: rgba(255, 255, 255, 0.4);
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
article#top a.btn-blue:hover .parts {
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  left: 100pt;
}
article#top a.btn-blue .arrow-to-right {
  transform: perspective(200px) rotateX(60deg);
  border-left: 0pt;
  border-top: 0pt;
  padding-left: 10pt;
}
article#top .button007 a {
  border: 1px solid #251e1c;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
article#top .button007 a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #251e1c;
  transition: 1s;
}
article#top .button007 a:hover:before, article#top .button007 a:hover:after {
  right: -0.5em;
}
article#top .button007 a:hover {
  background: #251e1c;
  color: #fff;
}
article#top .box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  overflow: hidden;
}
article#top .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FEDE00;
  transition: 1s cubic-bezier(0.15, 0.65, 0.85, 0.65);
}
article#top .isPlay:before {
  transform: translate3d(100%, 0, 0);
}
article#top .pt1a .wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
article#top .pt1a .wrapper p.bg-text {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 160px;
  font-size: 16rem;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: rgba(0, 0, 0, 0);
}
article#top .pt1a .wrapper p.bg-text br {
  display: none;
}
@media screen and (max-width: 450px) {
  article#top .pt1a .wrapper p.bg-text {
    font-size: 80px;
    font-size: 8rem;
  }
  article#top .pt1a .wrapper p.bg-text br {
    display: block;
  }
}
article#top .pt1a .wrapper .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(rgba(52, 52, 52, 0.7) 5%, transparent 16%), radial-gradient(rgba(52, 52, 52, 0.7) 5%, transparent 16%);
  background-position: 0 0, 5px 5px;
  background-size: 10px 10px;
}
article#top .pt1a .wrapper .inner .inner-box {
  position: relative;
  max-width: 1280px;
  margin: 20rem auto 0rem;
  z-index: 2;
}
@media screen and (max-width: 450px) {
  article#top .pt1a .wrapper .inner .inner-box {
    margin-top: 2rem;
  }
}
article#top .pt1a .wrapper .inner .inner-box p {
  text-align: center;
  color: #b6966c;
}
article#top .pt1a .wrapper .inner .inner-box p span {
  display: block;
  margin-bottom: 4rem;
  color: #fff;
}
article#top .pt1a .wrapper .inner .inner-box h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
article#top .pt1a .wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../images/page-top/top-concept.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoom 15s 1;
  animation-fill-mode: forwards;
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
article#top .pt1b {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  article#top .pt1b {
    margin-bottom: 6rem;
  }
}
article#top .pt1b .pt1b-title p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #b6966c;
}
article#top .pt1b .pt1b-title p span {
  color: #251e1c;
}
article#top .pt1b .pt1b-title h2 {
  text-align: center;
  color: #251e1c;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
article#top .pt1b .pt1b-box {
  width: 1380px;
  margin: 4rem auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 450px) {
  article#top .pt1b .pt1b-box {
    width: 100%;
    display: block;
  }
}
article#top .pt1b .pt1b-box a {
  display: block;
  width: 25%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 4);
  width: 25%;
  margin-bottom: 0;
  padding: 1rem;
  color: #251e1c;
}
@media screen and (max-width: 450px) {
  article#top .pt1b .pt1b-box a {
    width: 100%;
  }
}
article#top .pt1b .pt1b-box a figure {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
article#top .pt1b .pt1b-box a figure img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
article#top .pt1b .pt1b-box a figure img:hover {
  transform: scale(1.1);
}
article#top .pt1b .pt1b-box a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1367px) {
  article#top .pt1b .pt1b-box a figure img {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  article#top .pt1b .pt1b-box a figure img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  article#top .pt1b .pt1b-box a figure img {
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt1b .pt1b-box a figure img {
    height: 190px;
  }
}
article#top .pt1b .pt1b-box a time {
  color: #b6966c;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
article#top .pt1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  article#top .pt1 {
    margin: 2rem 0;
  }
}
article#top .pt1 .pt1-titlebox {
  width: 80%;
  margin: 4rem auto;
}
article#top .pt1 .pt1-titlebox p strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #b6966c;
}
article#top .pt1 .pt1-titlebox p.text-box {
  margin-bottom: 4rem;
}
article#top .pt1 .pt1-titlebox h2 {
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
article#top .pt1 .slider {
  width: 135%;
}
article#top .pt1 .slider div {
  padding-right: 2rem;
}
article#top .pt1 .slider div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1367px) {
  article#top .pt1 .slider div img {
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  article#top .pt1 .slider div img {
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  article#top .pt1 .slider div img {
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt1 .slider div img {
    height: 400px;
  }
}
article#top .pt2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  article#top .pt2 {
    margin-bottom: 0rem;
  }
}
article#top .pt2 .pt2-title {
  margin-bottom: 6rem;
}
article#top .pt2 .pt2-title p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #b6966c;
}
article#top .pt2 .pt2-title p span {
  color: #251e1c;
}
article#top .pt2 .pt2-title h2 {
  text-align: center;
  color: #251e1c;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-title h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}
article#top .pt2 .pt2-box {
  width: 1180px;
  margin: 0 auto 3rem;
  background-color: #f2f3f5;
}
@media screen and (max-width: 768px) {
  article#top .pt2 .pt2-box {
    width: 100%;
  }
}
article#top .pt2 .pt2-box a.pt2-box-inner-l {
  display: block;
}
article#top .pt2 .pt2-box a.pt2-box-inner-l figure {
  width: 100%;
}
article#top .pt2 .pt2-box a.pt2-box-inner-l figure img {
  max-width: 100%;
}
@media screen and (max-width: 1367px) {
  article#top .pt2 .pt2-box a.pt2-box-inner-l figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  article#top .pt2 .pt2-box a.pt2-box-inner-l figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  article#top .pt2 .pt2-box a.pt2-box-inner-l figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box a.pt2-box-inner-l figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 150px;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r {
  padding: 2rem;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r {
    padding: 0.4rem;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r p {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.6px;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r h2 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r h2 {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    font-size: 2.2px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-address {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-address-info {
    display: none;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku {
  display: flex;
  margin-top: 2rem;
}
article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku a {
  display: block;
}
article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku a.pt2-yoyaku-web {
  width: 200px;
  background-color: #b6966c;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku a.pt2-yoyaku-web {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku a.pt2-yoyaku-phone {
  line-height: 4rem;
  padding-left: 2rem;
  color: #251e1c;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 450px) {
  article#top .pt2 .pt2-box .pt2-box-inner-r .pt2-yoyaku a.pt2-yoyaku-phone {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 0.4rem;
    font-weight: 500;
  }
}
article#top .pt3 {
  display: flex;
}
article#top .pt3 .pt3-left {
  width: 50%;
  position: relative;
  height: auto;
  background-color: #d3aaaa;
}
article#top .pt3 .pt3-left .pt3-left-inner {
  width: 96%;
  height: 86%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
article#top .pt3 .pt3-left .pt3-left-inner figure {
  width: 20%;
  margin: 1rem auto;
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner figure {
    width: 10%;
    margin: 0rem auto 0.4rem;
  }
}
article#top .pt3 .pt3-left .pt3-left-inner figure img {
  width: 100%;
}
article#top .pt3 .pt3-left .pt3-left-inner h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner h2 {
    font-size: 1.8px;
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
article#top .pt3 .pt3-left .pt3-left-inner h2 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner h2 {
    margin-top: -20px;
  }
}
article#top .pt3 .pt3-left .pt3-left-inner p {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner p {
    display: none;
  }
}
article#top .pt3 .pt3-left .pt3-left-inner a {
  display: block;
  width: 250px;
  background-color: #fff;
  text-align: center;
  padding: 1rem;
  margin: 0 auto;
  color: #d3aaaa;
}
@media screen and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner a {
    width: 140px;
    font-size: 1.2px;
    font-size: 1.2rem;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  article#top .pt3 .pt3-left .pt3-left-inner a {
    font-size: 10px;
    font-size: 1rem;
  }
}
article#top .pt3 .pt3-right {
  width: 50%;
  position: relative;
}
article#top .pt3 .pt3-right:after {
  content: "";
  display: block;
  width: 96%;
  height: 85%;
  border-top: 2px solid #d3aaaa;
  border-right: 2px solid #d3aaaa;
  border-bottom: 2px solid #d3aaaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
article#top .pt4 .pt4-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  article#top .pt4 .pt4-inner {
    width: 100%;
  }
}
article#top .pt4 .pt4-inner a {
  background-color: #b6966c;
  display: block;
  color: #fff;
  text-align: center;
  margin: 1rem;
  padding: 1rem;
}

#pages .content-width {
  width: 95%;
}
@media screen and (max-width: 450px) {
  #pages .content-width {
    width: 100%;
  }
}
#pages .content-width .page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 450px) {
  #pages .content-width .page-content {
    position: static;
    top: 0;
  }
}
#pages .content-width .page-content .page-content-inner {
  margin-left: 5%;
}
@media screen and (max-width: 450px) {
  #pages .content-width .page-content .page-content-inner {
    margin-left: 0;
  }
}
#pages .content-width .page-content .page-content-inner .page-content-innerBox {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #pages .content-width .page-content .page-content-inner .page-content-innerBox {
    width: 96%;
  }
}
#pages .content-width .page-content .page-content-inner div.pager {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border: solid #ccc;
  border-width: 1px 0;
}
#pages .content-width .page-content .page-content-inner div.pager div {
  display: flex;
  align-items: center;
  color: #333;
}
#pages .content-width .page-content .page-content-inner div.pager div a {
  color: #333;
}
#pages .content-width .page-content .page-content-inner div.pager div a:hover {
  text-decoration: underline;
}
#pages .content-width .page-content .page-content-inner div.pager div i {
  margin: 0 1rem;
}

#pages .content-width h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 4.8px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pages .content-width h2 {
    padding: 1rem;
    font-size: 20px;
    font-size: 2rem;
  }
}
#pages .content-width h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 3.2rem;
  border-bottom: 2px solid #b6966c;
}
#pages .content-width h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3.25px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #ccc;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pages .content-width h3 {
    padding: 1rem;
  }
}
#pages .content-width h3:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
}
#pages .content-width h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #pages .content-width h4 {
    padding: 2rem 1rem;
  }
}
#pages .content-width h4:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b6966c;
  margin-right: 8px;
}
#pages .content-width h4:after {
  content: "";
  display: block;
  clear: both;
}
#pages .content-width .bg-glay {
  background-color: #eeeeee;
  padding: 0.7rem;
}
#pages .content-width p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #pages .content-width p {
    padding: 2rem 1rem;
  }
}
#pages .content-width table.tb-price {
  border-collapse: collapse;
  width: 100%;
}
#pages .content-width .tb-price th,
#pages .content-width .tb-price td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}
#pages .content-width .tb-price th {
  background: #ff7bac;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #pages .content-width .tb-price .head {
    display: none;
  }
  #pages .content-width .tb-price {
    width: 100%;
  }
  #pages .content-width table.tb-price td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  #pages .content-width table.tb-price td:first-child {
    background: #ff7bac;
    color: #fff;
    font-weight: bold;
  }
  #pages .content-width table.tb-price td:before {
    content: attr(data-label);
    font-size: 0.7rem;
    font-weight: bold;
    color: #999;
    display: block;
  }
  #pages .content-width .tb-price tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
#pages .content-width table.tb-standard th, #pages .content-width table.tb-standard td {
  border: solid 1px black;
}
#pages .content-width .table-wrap {
  overflow-x: scroll;
}
#pages .content-width .table-wrap table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  white-space: nowrap;
}

#pages2 .content-width {
  width: 95%;
}
@media screen and (max-width: 450px) {
  #pages2 .content-width {
    width: 100%;
  }
}
#pages2 .content-width .page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 450px) {
  #pages2 .content-width .page-content {
    position: static;
    top: 0;
  }
}
#pages2 .content-width .page-content .page-content-inner {
  margin-left: 5%;
}
@media screen and (max-width: 450px) {
  #pages2 .content-width .page-content .page-content-inner {
    margin-left: 0;
  }
}
#pages2 .content-width .page-content .page-content-inner .page-content-innerBox {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #pages2 .content-width .page-content .page-content-inner .page-content-innerBox {
    width: 96%;
  }
}

#pages2 .content-width p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #pages2 .content-width p {
    padding: 2rem 1rem;
  }
}

/* 必須 */
.page-company article.page-company-box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box {
    margin-bottom: 6rem;
  }
}
.page-company article.page-company-box section.pt1 {
  margin-bottom: 8rem;
}
.page-company article.page-company-box section.pt1 p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.page-company article.page-company-box section.pt1 p span {
  color: #251e1c;
  text-align: center;
  color: #251e1c;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
.page-company article.page-company-box section.pt1 .pt1-catch {
  color: #b6966c;
  text-align: center;
  line-height: 0;
}
.page-company article.page-company-box section.pt1 .pt1-title {
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #251e1c;
  line-height: 0;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt1 .pt1-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt1 .pt1-content {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt1 .pt1-content {
    text-align: left;
  }
}
.page-company article.page-company-box section.pt2 {
  background-color: #f9f7f5;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-company article.page-company-box section.pt2 .pt2-leftbox {
  padding-left: 3rem;
  padding-right: 3rem;
}
.page-company article.page-company-box section.pt2 .pt2-leftbox p {
  margin: 0;
}
.page-company article.page-company-box section.pt2 .pt2-leftbox p:first-child {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.page-company article.page-company-box section.pt2 .pt2-leftbox p:first-child span {
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt2 .pt2-leftbox p:first-child span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner {
  padding: 3rem;
  background-color: #fff;
  margin-bottom: 2rem;
}
.page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p:first-child {
  font-size: 1.2px;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p:first-child {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p:first-child span {
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt2 .pt2-leftbox .pt2-leftbox-inner p:first-child span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-company article.page-company-box section.pt3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-company article.page-company-box section.pt3 .pt3-title p {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt3 .pt3-title p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-company article.page-company-box section.pt3 .pt3-title p span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt3 .pt3-title p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt3 .pt3-content figure {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-company article.page-company-box section.pt3 .pt3-content figure img {
  width: 100%;
}
.page-company article.page-company-box section.pt3 .pt3-content figure p {
  display: block;
}
.page-company article.page-company-box section.pt3 .pt3-content figure p span {
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt3 .pt3-content figure p span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page-company article.page-company-box section.pt4 {
  background-color: #f9f7f5;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-company article.page-company-box section.pt4 .pt4-title p {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt4 .pt4-title p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-company article.page-company-box section.pt4 .pt4-title p span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt4 .pt4-title p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt4 .pt4-content {
  width: 80%;
  margin: 0 auto;
}
.page-company article.page-company-box section.pt4 .pt4-content table {
  width: 100%;
}
.page-company article.page-company-box section.pt4 .pt4-content table tr {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f9f7f5;
}
.page-company article.page-company-box section.pt4 .pt4-content table tr th, .page-company article.page-company-box section.pt4 .pt4-content table tr td {
  padding: 1rem;
  text-align: left;
}
.page-company article.page-company-box section.pt4 .pt4-content table tr th {
  width: 20%;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt4 .pt4-content table tr th {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 0;
    font-size: 1.4px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  .page-company article.page-company-box section.pt4 .pt4-content table tr th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt4 .pt4-content table tr td {
  width: 80%;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt4 .pt4-content table tr td {
    display: block;
    width: 100%;
  }
}
.page-company article.page-company-box section.pt5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-company article.page-company-box section.pt5 .pt5-title p {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt5 .pt5-title p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-company article.page-company-box section.pt5 .pt5-title p span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt5 .pt5-title p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt5 .timeline {
  width: 96%;
  max-width: 940px;
  margin: 28px auto;
}
.page-company article.page-company-box section.pt5 .timeline-list {
  padding: 40px 0;
}
.page-company article.page-company-box section.pt5 .timeline-list-item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.page-company article.page-company-box section.pt5 .timeline-list-item .date {
  width: 20%;
  padding: 0 0px 0 20px;
  color: #888888;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .page-company article.page-company-box section.pt5 .timeline-list-item .date {
    font-size: 1.4px;
    font-size: 1.4rem;
    width: 33%;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  .page-company article.page-company-box section.pt5 .timeline-list-item .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-company article.page-company-box section.pt5 .timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #aaaaaa;
}
.page-company article.page-company-box section.pt5 .timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #b6966c;
  border-radius: 10px;
}

/* 必須 */
article#page-contact div.main-content {
  margin: 2rem 0;
}
article#page-contact div.main-content section.contact-message {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.contact-message {
    text-align: left;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #251e1c;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th, article#page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
article#page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table td input,
article#page-contact div.main-content section.form div.inner form table td textarea,
article#page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
article#page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
article#page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #b6966c;
  background-color: #b6966c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #b6966c;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #b6966c;
  background-color: #fff;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

.page-faq {
  /*＋、－切り替え*/
}
.page-faq section.faq div.inner {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-faq section.faq div.inner {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .page-faq section.faq div.inner {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 450px) {
  .page-faq section.faq div.inner {
    padding: 0;
  }
}
.page-faq section.faq div.inner dl dt, .page-faq section.faq div.inner dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.page-faq section.faq div.inner dl dt span, .page-faq section.faq div.inner dl dd span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .page-faq section.faq div.inner dl dt span, .page-faq section.faq div.inner dl dd span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-faq section.faq div.inner dl dt span.question, .page-faq section.faq div.inner dl dd span.question {
  padding-left: 1rem;
  color: #251e1c;
}
.page-faq section.faq div.inner dl dt span.question:after, .page-faq section.faq div.inner dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #251e1c;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.page-faq section.faq div.inner dl dt span.answer, .page-faq section.faq div.inner dl dd span.answer {
  color: #cc3714;
}
.page-faq section.faq div.inner dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
@media screen and (max-width: 450px) {
  .page-faq section.faq div.inner dl dt {
    align-items: flex-start;
  }
}
.page-faq section.faq div.inner dl dt span + p {
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  .page-faq section.faq div.inner dl dt span + p {
    width: 75%;
  }
}
.page-faq section.faq div.inner dl dd {
  padding: 1rem;
  display: flex;
  display: none;
}
@media screen and (max-width: 450px) {
  .page-faq section.faq div.inner dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-faq section.faq div.inner dl dd div.text_box {
  padding: 1rem;
}
.page-faq section.faq div.inner dl dd div.text_box p {
  line-height: 1.5;
}
.page-faq section.faq div.inner dl dd div.text_box a {
  color: #333;
  text-decoration: underline;
}
.page-faq section.faq div.inner dl dd div.text_box a:hover {
  opacity: 0.7;
}
.page-faq section.faq div.inner dl dd div.text_box ul {
  margin: 1rem 0;
}
.page-faq section.faq div.inner dl dd div.text_box ul li {
  line-height: 1.5;
}
.page-faq .accordion_icon,
.page-faq .accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.page-faq .accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-left: auto;
}
.page-faq .accordion_icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #251e1c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.page-faq .accordion_icon span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.page-faq .accordion_icon span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.page-faq .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.page-faq .accordion_icon.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* 必須 */
.page-wedding article.page-wedding-box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box {
    margin-bottom: 6rem;
  }
}
.page-wedding article.page-wedding-box ul.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.page-wedding article.page-wedding-box ul.tabs li {
  width: 15%;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box ul.tabs li {
    width: 50%;
  }
}
.page-wedding article.page-wedding-box ul.tabs li a {
  display: block;
  font-size: 1.4px;
  font-size: 1.4rem;
  text-align: center;
  background-color: #b6966c;
  border: 1px solid #b6966c;
  color: #fff;
  padding: 1rem;
  margin: 1rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box ul.tabs li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box ul.tabs li a {
    margin: 0;
  }
}
.page-wedding article.page-wedding-box ul.tabs li a:hover {
  background-color: #fff;
  color: #b6966c;
}
.page-wedding article.page-wedding-box section.pt1 {
  margin-bottom: 8rem;
}
.page-wedding article.page-wedding-box section.pt1 p {
  text-align: center;
  padding: 0;
  margin: 0;
}
.page-wedding article.page-wedding-box section.pt1 p span {
  color: #251e1c;
  text-align: center;
  color: #251e1c;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
.page-wedding article.page-wedding-box section.pt1 .pt1-catch {
  color: #b6966c;
  text-align: center;
  line-height: 0;
}
.page-wedding article.page-wedding-box section.pt1 .pt1-title {
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #251e1c;
  line-height: 0;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt1 .pt1-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding article.page-wedding-box section.pt1 .pt1-content {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt1 .pt1-content {
    text-align: left;
  }
}
.page-wedding article.page-wedding-box section.pt2 {
  margin-bottom: 8rem;
}
.page-wedding article.page-wedding-box section.pt2 figure {
  display: block;
  margin: 4rem 1rem;
}
.page-wedding article.page-wedding-box section.pt2 figure img {
  width: 100%;
}
.page-wedding article.page-wedding-box section.pt2 p {
  padding: 0;
  margin: 0;
}
.page-wedding article.page-wedding-box section.pt2 p span {
  color: #251e1c;
  text-align: center;
  color: #251e1c;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
.page-wedding article.page-wedding-box section.pt2 .pt2-catch {
  color: #b6966c;
  text-align: center;
  line-height: 0;
}
.page-wedding article.page-wedding-box section.pt2 .pt2-title {
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
  color: #251e1c;
  line-height: 0;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt2 .pt2-title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding article.page-wedding-box section.pt2 figcaption p {
  text-align: center;
}
.page-wedding article.page-wedding-box section.pt2 figcaption span {
  display: block;
  text-align: center;
}
.page-wedding article.page-wedding-box section.pt2 .pt2-content {
  text-align: left;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt2 .pt2-content {
    text-align: left;
  }
}
.page-wedding article.page-wedding-box section.pt2 table {
  max-width: 1180px;
  border-collapse: collapse;
}
.page-wedding article.page-wedding-box section.pt2 table td {
  vertical-align: middle;
  padding: 8px 12px;
  font-family: Calibri, Helvetica, sans-serif;
  color: #000;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.page-wedding article.page-wedding-box section.pt2 table td span {
  display: block;
  margin-top: 2rem;
  text-align: left;
}
.page-wedding article.page-wedding-box section.pt2 table td h3 {
  margin-top: -4rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-wedding article.page-wedding-box section.pt2 table td a {
  color: #000;
  text-decoration: none;
}
.page-wedding article.page-wedding-box section.pt2 table td a:hover {
  text-decoration: underline;
}
.page-wedding article.page-wedding-box section.pt3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-wedding article.page-wedding-box section.pt3 .pt3-title p {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt3 .pt3-title p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-wedding article.page-wedding-box section.pt3 .pt3-title p span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt3 .pt3-title p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding article.page-wedding-box section.pt3 .pt3-content figure {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-wedding article.page-wedding-box section.pt3 .pt3-content figure img {
  width: 100%;
}
.page-wedding article.page-wedding-box section.pt3 .pt3-content figure p {
  display: block;
}
.page-wedding article.page-wedding-box section.pt3 .pt3-content figure p span {
  font-size: 1.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt3 .pt3-content figure p span {
    font-size: 10px;
    font-size: 1rem;
  }
}
.page-wedding article.page-wedding-box section.pt4 {
  background-color: #f9f7f5;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-wedding article.page-wedding-box section.pt4 .pt4-title p {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt4 .pt4-title p {
    font-size: 50px;
    font-size: 5rem;
  }
}
.page-wedding article.page-wedding-box section.pt4 .pt4-title p span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt4 .pt4-title p span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content {
  width: 80%;
  margin: 0 auto;
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content table {
  width: 100%;
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content table tr {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f9f7f5;
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content table tr th, .page-wedding article.page-wedding-box section.pt4 .pt4-content table tr td {
  padding: 1rem;
  text-align: left;
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content table tr th {
  width: 20%;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt4 .pt4-content table tr th {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 0;
    font-size: 1.4px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 450px) and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt4 .pt4-content table tr th {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding article.page-wedding-box section.pt4 .pt4-content table tr td {
  width: 80%;
}
@media screen and (max-width: 450px) {
  .page-wedding article.page-wedding-box section.pt4 .pt4-content table tr td {
    display: block;
    width: 100%;
  }
}

/* 必須 */
.page-wedding-wedding {
  /* 共通設定 */
  /* next */
  /* prev */
}
.page-wedding-wedding article.box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box {
    margin-bottom: 6rem;
  }
}
.page-wedding-wedding article.box .pt1 h2 {
  text-align: center;
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt1 h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-wedding article.box .pt2 {
  position: relative;
  padding-top: 6rem;
}
.page-wedding-wedding article.box .pt2 .inner {
  background-color: #EBFAFF;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt2 {
    padding-bottom: 4rem;
  }
}
.page-wedding-wedding article.box .pt2 .left {
  padding-top: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 1024px) {
  .page-wedding-wedding article.box .pt2 .left {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt2 .left {
    padding-left: 2rem;
  }
}
.page-wedding-wedding article.box .pt2 .right {
  padding: 4rem;
}
@media screen and (max-width: 1024px) {
  .page-wedding-wedding article.box .pt2 .right {
    padding: 0;
  }
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt2 .right {
    padding: 4rem;
  }
}
.page-wedding-wedding article.box .pt2 .right .container {
  width: 100%;
}
.page-wedding-wedding article.box .pt2 .right .container .slider .slick-img {
  margin-bottom: 1rem;
}
.page-wedding-wedding article.box .pt2 .right .container .slider .slick-img img {
  width: 100%;
}
.page-wedding-wedding article.box .pt2 .right .container .slider .thumbnail .thumbnail-img img {
  width: 100%;
}
.page-wedding-wedding article.box .pt3 .box {
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1367px) {
  .page-wedding-wedding article.box .pt3 .box {
    width: 100%;
  }
}
.page-wedding-wedding article.box .pt3 .box .innerbox {
  padding: 2rem;
}
.page-wedding-wedding article.box .pt3 .box .innerbox figure {
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt3 .box .innerbox figure {
    padding: 0;
    padding-bottom: 2rem;
  }
}
.page-wedding-wedding article.box .pt3 .box .innerbox figure img {
  width: 100%;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt3 .box .innerbox figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
}
.page-wedding-wedding article.box .pt3 .box .innerbox h3 {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .page-wedding-wedding article.box .pt3 .box .innerbox p {
    border-bottom: 1px solid #b6966c;
  }
}
.page-wedding-wedding article.box .pt4 .box {
  width: 1180px;
  margin: 0 auto;
  padding: 6rem;
}
@media screen and (max-width: 1367px) {
  .page-wedding-wedding article.box .pt4 .box {
    width: 100%;
    padding: 2rem;
  }
}
.page-wedding-wedding article.box .pt4 .box .inner p {
  text-align: center;
}
.page-wedding-wedding .slick-arrow {
  display: block;
  position: absolute;
  top: -200px;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.page-wedding-wedding .slick-arrow:hover {
  opacity: 0.7;
}
.page-wedding-wedding .slick-next::before,
.page-wedding-wedding .slick-next::after,
.page-wedding-wedding .slick-prev::before,
.page-wedding-wedding .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page-wedding-wedding .slick-next::before,
.page-wedding-wedding .slick-prev::before {
  width: 36px;
  height: 1px;
  background: #fff;
}
.page-wedding-wedding .slick-next::after,
.page-wedding-wedding .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.page-wedding-wedding .slick-next {
  right: 26px;
}
.page-wedding-wedding .slick-next::before {
  right: 0;
}
.page-wedding-wedding .slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}
.page-wedding-wedding .slick-prev {
  left: 26px;
}
.page-wedding-wedding .slick-prev::before {
  left: 0;
}
.page-wedding-wedding .slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .page-wedding-wedding .slick-next::before,
  .page-wedding-wedding .slick-prev::before {
    width: 18px;
  }
  .page-wedding-wedding .slick-next::after,
  .page-wedding-wedding .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .page-wedding-wedding .slick-next {
    right: 8px;
  }
  .page-wedding-wedding .slick-prev {
    left: 8px;
  }
  .page-wedding-wedding .slick-prev::before {
    left: 2px;
  }
  .page-wedding-wedding .slick-next::after {
    right: 2px;
  }
}

.page-wedding-flow article.box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-wedding-flow article.box .pt1 a {
  display: block;
  padding: 1rem;
  color: #fff;
}
.page-wedding-flow article.box .pt1 a figure {
  display: block;
  position: relative;
}
.page-wedding-flow article.box .pt1 a figure .pt1-title {
  position: absolute;
  border: 1px solid #fff;
  width: 40%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.page-wedding-flow article.box .pt1 a figure .pt1-title p {
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 450px) {
  .page-wedding-flow article.box .pt1 a figure .pt1-title p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-wedding-flow article.box .pt1 a figure .pt1-title img {
  display: block;
  width: 40px;
  margin: 1rem auto;
}
.page-wedding-flow article.box .pt1 a figure .pt1-title span {
  display: block;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .page-wedding-flow article.box .pt1 a figure .pt1-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .page-wedding-flow article.box .pt1 a figure .pt1-title {
    width: 55%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    right: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding-flow article.box .pt1 a figure .pt1-title span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.page-wedding-flow article.box .pt2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-wedding-flow article.box .pt2 .head {
  background-color: #EBFAFF;
  margin-bottom: 4rem;
}
.page-wedding-flow article.box .pt2 .head p span {
  display: block;
  text-align: center;
  font-size: 2.6px;
  font-size: 2.6rem;
  color: #b6966c;
}
@media screen and (max-width: 450px) {
  .page-wedding-flow article.box .pt2 .head p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-flow article.box .pt2 .head img.head-logo {
  display: block;
  width: 70px;
  margin: 0 auto 2rem;
  filter: brightness(0) saturate(100%) invert(59%) sepia(41%) saturate(337%) hue-rotate(354deg) brightness(97%) contrast(86%);
}
.page-wedding-flow article.box .pt2 .head h2 {
  text-align: center;
  color: #b6966c;
}
.page-wedding-flow article.box .pt2 .head p {
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-flow article.box .pt2 .head p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-wedding-flow article.box .pt2 .box {
  width: 90%;
  margin: 0 auto 4rem;
  box-shadow: 0px 0px 15px -5px #777777;
}
.page-wedding-flow article.box .pt2 .box h2 {
  display: block;
  width: 80%;
  margin: 4rem auto 0;
}
.page-wedding-flow article.box .pt2 .box p {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-flow article.box .pt2 .box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-wedding-photograph-flow article.page-wedding-box {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.page-wedding-photograph-flow article.page-wedding-box .box {
  width: 90%;
  margin: 0 auto 4rem;
  box-shadow: 0px 0px 15px -5px #777777;
}
.page-wedding-photograph-flow article.page-wedding-box .box h2 {
  display: block;
  width: 80%;
  margin: 4rem auto 0;
}
.page-wedding-photograph-flow article.page-wedding-box .box p {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-photograph-flow article.page-wedding-box .box p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-wedding-photograph-price .disc {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-photograph-price .disc {
    text-align: left;
  }
}
.page-wedding-photograph-price .pt1 .pt1-titlebox ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #b6966c;
  padding: 1rem;
}
.page-wedding-photograph-price .pt1 .pt1-titlebox ul li {
  color: #fff;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 1rem;
  text-align: center;
  background-color: #fff;
  color: #b6966c;
}
@media screen and (max-width: 450px) {
  .page-wedding-photograph-price .pt1 .pt1-titlebox ul li {
    margin-bottom: 0.5rem;
  }
}
.page-wedding-photograph-price .pt1 .pt1-titlebox ul li:first-child {
  background-color: #b6966c;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  .page-wedding-photograph-price .pt1 .pt1-titlebox ul li:first-child {
    width: 100%;
  }
}
.page-wedding-photograph-price .pt2 .pt2-box {
  padding: 1rem;
}
.page-wedding-photograph-price .pt2 .pt2-box figure img {
  width: 100%;
}
.page-wedding-photograph-price .pt2 .pt2-box a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #b6966c;
  margin-top: 1rem;
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-photograph-price .pt2 .pt2-box a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-wedding-photograph-price .pt2 .pt2-box p {
  text-align: center;
}

.page-wedding-hairmake-reheasal .pt1 {
  position: relative;
}
.page-wedding-hairmake-reheasal .pt1:after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 0;
  width: 60%;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-reheasal .pt1:after {
    width: 80%;
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-reheasal .pt1:after {
    top: 10rem;
    height: 500px;
  }
}
.page-wedding-hairmake-reheasal .pt1 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-reheasal .pt1 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-reheasal .pt1 .inner h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-reheasal .pt1 .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-hairmake-reheasal .pt1 .inner h2 span {
  border-bottom: 2px solid #b6966c;
}
.page-wedding-hairmake-reheasal .pt2 {
  padding-top: 6rem;
}
.page-wedding-hairmake-reheasal .pt2 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-reheasal .pt2 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-reheasal .pt2 .inner figure img {
  width: 100%;
}
.page-wedding-hairmake-reheasal .pt2 .inner p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-reheasal .pt2 .inner p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.page-wedding-hairmake-guest .pt1 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-guest .pt1 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-guest .pt1 .inner h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-guest .pt1 .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-hairmake-guest .pt1 .inner h2 span {
  border-bottom: 2px solid #b6966c;
}
.page-wedding-hairmake-guest .pt2 {
  padding-top: 6rem;
}
.page-wedding-hairmake-guest .pt2 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-guest .pt2 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-guest .pt2 .inner figure img {
  width: 100%;
}

.page-wedding-hairmake-bodymake .pt1 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-bodymake .pt1 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-bodymake .pt1 .inner h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-bodymake .pt1 .inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-hairmake-bodymake .pt1 .inner h2 span {
  border-bottom: 2px solid #b6966c;
}
.page-wedding-hairmake-bodymake .pt2 {
  padding-top: 6rem;
}
.page-wedding-hairmake-bodymake .pt2 .inner {
  width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .page-wedding-hairmake-bodymake .pt2 .inner {
    width: 100%;
  }
}
.page-wedding-hairmake-bodymake .pt2 .inner .pt2-title {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-bodymake .pt2 .inner .pt2-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-wedding-hairmake-bodymake .pt2 .inner figure {
  padding: 1rem;
}
.page-wedding-hairmake-bodymake .pt2 .inner figure img {
  width: 100%;
}
.page-wedding-hairmake-bodymake .pt2 .inner p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .page-wedding-hairmake-bodymake .pt2 .inner p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* 必須 */
.page-weddingNew article.page-weddingNew-box {
  padding-top: 0rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box {
    margin-bottom: 6rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact {
  width: 300px;
  margin: 0 auto 4rem;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact p.point {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 250px;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 0;
  font-weight: bold;
  text-align: center;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact p.point::before,
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact p.point::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact p.point::before {
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact p.point::after {
  border-right: solid 3px;
  right: 0;
  transform: rotate(30deg);
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact .btn {
  display: block;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  background: salmon; /* 背景色 */
  color: #fff; /* 文字色 */
  padding: 16px 40px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 30px; /* 角を丸くする */
  transition-property: opacity;
  　-webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-contact .btn:hover {
  opacity: 0.7;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .pt1-campaign-header p {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .pt1-campaign-header p {
    text-align: left;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .pt1-campaign-header p span {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .pt1-campaign-header p span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3 a, .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3sp a {
  display: block;
  color: #251e1c;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3 a img, .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3sp a img {
  display: block;
  width: 100%;
  padding: 1rem;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3 a p, .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1-campaign .slider3sp a p {
  display: block;
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle {
  text-align: center;
  font-size: 1.8px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 3.25px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  border-bottom: 3px solid #ccc;
  position: relative;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle {
    padding: 1rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  border-bottom: 3px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle span {
  display: block;
  font-size: 2.2px;
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p.subtitle span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 .pt1-header p {
    text-align: left;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a {
  display: block;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a figure {
  display: block;
  position: relative;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a figure .pt1-title {
  position: absolute;
  border: 1px solid #fff;
  width: 40%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a figure .pt1-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a figure .pt1-title {
    width: 55%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    right: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt1 a figure .pt1-title span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 {
    padding-top: 4rem;
    padding-bottom: 50rem;
  }
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 {
    padding-bottom: 0;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 60rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box {
    width: 100%;
    padding-bottom: 6rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box figure {
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 55%;
  background-color: #EBFAFF;
  padding: 4rem;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right {
    position: relative;
    width: 90%;
    margin: -14rem auto 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  text-align: center;
  color: #333;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title span {
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title {
    font-size: 40px;
    font-size: 4rem;
  }
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title span {
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt2 .pt2-box .pt2-right p.pt2-title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt3 {
  margin-top: 16rem;
}
@media screen and (max-width: 1500px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt3 {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 1367px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt3 {
    margin-top: 18rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt3 {
    margin-top: 32rem;
  }
}
@media screen and (max-width: 450px) {
  .page-weddingNew article.page-weddingNew-box section.page-weddingNew-top .pt3 {
    margin-top: 0rem;
  }
}

#archive .content-width {
  width: 95%;
}
@media screen and (max-width: 450px) {
  #archive .content-width {
    width: 100%;
  }
}
#archive .content-width .archive-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 450px) {
  #archive .content-width .archive-content {
    position: static;
    top: 0;
  }
}
#archive .content-width .archive-content .archive-content-inner {
  margin-left: 5%;
}
@media screen and (max-width: 450px) {
  #archive .content-width .archive-content .archive-content-inner {
    margin-left: 0;
  }
}
#archive .content-width .archive-content .archive-content-inner .archive-content-innerBox {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #archive .content-width .archive-content .archive-content-inner .archive-content-innerBox {
    width: 96%;
  }
}

div.wp-pagenavi {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.wp-pagenavi span, div.wp-pagenavi a {
  width: 42px;
  line-height: 40px;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0 0.5rem;
  border-radius: 50%;
  color: #b6966c;
  border: 1px solid #b6966c;
}
div.wp-pagenavi span.current {
  background: #b6966c;
  color: #fff;
  border: 0;
}
div.wp-pagenavi a:hover {
  border-color: #b6966c;
  background: #b6966c;
  color: #fff;
}

#archive .archive-common-box {
  display: flex;
  flex-wrap: wrap;
}
#archive .archive-common-box a {
  display: block;
  width: 50%; /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 2);
  width: 50%;
  margin-bottom: 0;
  padding: 1rem;
  color: #251e1c;
}
@media screen and (max-width: 450px) {
  #archive .archive-common-box a {
    width: 100%;
  }
}
#archive .archive-common-box a figure {
  cursor: pointer;
  width: 500px;
  overflow: hidden;
  width: 100%;
}
#archive .archive-common-box a figure img {
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
#archive .archive-common-box a figure img:hover {
  transform: scale(1.1);
}
#archive .archive-common-box a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1367px) {
  #archive .archive-common-box a figure img {
    height: 220px;
  }
}
@media screen and (max-width: 1024px) {
  #archive .archive-common-box a figure img {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #archive .archive-common-box a figure img {
    height: 180px;
  }
}
@media screen and (max-width: 450px) {
  #archive .archive-common-box a figure img {
    height: 250px;
  }
}
#archive .archive-common-box a h2 {
  font-weight: bold;
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  #archive .archive-common-box a h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#archive .archive-common-box a time.date {
  font-size: 1.2px;
  font-size: 1.2rem;
  color: #b6966c;
}
@media screen and (max-width: 450px) {
  #archive .archive-common-box a time.date {
    font-size: 10px;
    font-size: 1rem;
  }
}
#archive .archive-common-box-category h3 {
  color: #b6966c;
  border-bottom: 1px solid #b6966c;
  font-size: 2.2px;
  font-size: 2.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media screen and (max-width: 450px) {
  #archive .archive-common-box-category h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#archive .archive-common-box-category a {
  display: block;
  color: #251e1c;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #ededed;
}

#archive-faq {
  background-color: #eee;
  padding-bottom: 8rem;
  width: 100%;
  overflow-x: hidden;
}
#archive-faq .pt3-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
#archive-faq .pt3-flexbox .pt3-flexinner {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: 33.3333333333%;
  display: flex;
}
@media screen and (max-width: 450px) {
  #archive-faq .pt3-flexbox .pt3-flexinner {
    width: 100%;
  }
}
#archive-faq .pt3-box-title {
  background-color: #251e1c;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0.5rem;
  padding: 4rem;
}
#archive-faq .pt3-box-title .pt3-title {
  align-items: center;
  width: 100%;
}
#archive-faq .pt3-box-title .pt3-title p {
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
#archive-faq .pt3-box-title .pt3-title p span {
  font-size: 50px;
  font-size: 5rem;
}
#archive-faq .pt3-box {
  margin: 0.5rem;
  padding: 4rem;
  background-color: #fff;
}
#archive-faq .pt3-box .pt3-q {
  color: #b6966c;
  font-weight: bold;
}
#archive-faq .pt3-box .pt3-q p {
  font-size: 2.2px;
  font-size: 2.2rem;
}
@media screen and (max-width: 450px) {
  #archive-faq .pt3-box .pt3-q p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#archive-faq .pt3-box .pt3-q p span {
  margin-right: 1rem;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

/* 必須 */
#single .content-width {
  width: 95%;
}
@media screen and (max-width: 450px) {
  #single .content-width {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #single .content-width .single-content {
    position: static;
    top: 0;
  }
}
#single .content-width .single-content .single-content-inner {
  margin-left: 5%;
}
@media screen and (max-width: 450px) {
  #single .content-width .single-content .single-content-inner {
    margin-left: 0;
  }
}
#single .content-width .single-content .single-content-inner .single-content-innerBox {
  width: 1050px;
  margin: 0 auto;
  /*=======ページャー=======*/
}
@media screen and (max-width: 1024px) {
  #single .content-width .single-content .single-content-inner .single-content-innerBox {
    width: 96%;
  }
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
  position: relative;
}
@media screen and (max-width: 450px) {
  #single .content-width .single-content .single-content-inner .single-content-innerBox h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #single .content-width .single-content .single-content-inner .single-content-innerBox h2 {
    padding: 1rem;
  }
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #b6966c;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h2.border {
  background-color: rgb(215.8454545455, 198.6818181818, 176.1545454545);
  color: #b6966c;
  text-align: center;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h2.border:after {
  left: 35%;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-top: 1px solid #b6966c;
  border-bottom: 1px solid #b6966c;
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  #single .content-width .single-content .single-content-inner .single-content-innerBox h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#single .content-width .single-content .single-content-inner .single-content-innerBox h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-left: 8px solid #b6966c;
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  #single .content-width .single-content .single-content-inner .single-content-innerBox h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single .content-width .single-content .single-content-inner .single-content-innerBox img {
  display: block;
  padding: 1rem;
  max-width: 100%;
  height: auto;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox div.pager {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border: solid #ccc;
  border-width: 1px 0;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox div.pager div {
  display: flex;
  align-items: center;
  color: #333;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox div.pager div a {
  color: #333;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox div.pager div a:hover {
  text-decoration: underline;
}
#single .content-width .single-content .single-content-inner .single-content-innerBox div.pager div i {
  margin: 0 1rem;
}

#single-inner {
  width: 80%;
  margin: 10rem auto;
}
@media screen and (max-width: 1024px) {
  #single-inner {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  #single-inner {
    width: 96%;
  }
}
#single-inner .content {
  width: 100%;
  margin: 0 auto;
}
#single-inner .content h2 {
  font-size: 2.6px;
  font-size: 2.6rem;
  margin-bottom: 2rem;
  border-bottom: 8px solid rgb(215.8454545455, 198.6818181818, 176.1545454545);
  position: relative;
}
@media screen and (max-width: 450px) {
  #single-inner .content h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #single-inner .content h2 {
    padding: 1rem;
  }
}
#single-inner .content h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30%;
  border-bottom: 8px solid #b6966c;
}
#single-inner .content h2.border {
  background-color: rgb(215.8454545455, 198.6818181818, 176.1545454545);
  color: #b6966c;
  text-align: center;
}
#single-inner .content h2.border:after {
  left: 35%;
}
#single-inner .content h3 {
  font-size: 2.2px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  border-top: 1px solid #b6966c;
  border-bottom: 1px solid #b6966c;
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  #single-inner .content h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#single-inner .content h4 {
  font-size: 1.8px;
  font-size: 1.8rem;
  border-left: 8px solid #b6966c;
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  #single-inner .content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content p {
  padding: 2rem 0;
}
@media screen and (max-width: 1024px) {
  #single-inner .content p {
    padding: 2rem 1rem;
    font-size: 1.8px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 450px) {
  #single-inner .content p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content img {
  display: block;
  padding: 1rem;
  width: 100%;
  height: auto;
}
#single-inner .content dl dt, #single-inner .content dl dd {
  font-size: 1.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 450px) {
  #single-inner .content dl dt, #single-inner .content dl dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#single-inner .content dl dt span, #single-inner .content dl dd span {
  font-size: 2.6px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  #single-inner .content dl dt span, #single-inner .content dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#single-inner .content dl dt span.question, #single-inner .content dl dd span.question {
  padding-left: 1rem;
  color: #b6966c;
}
#single-inner .content dl dt span.question:after, #single-inner .content dl dd span.question:after {
  content: "";
  display: block;
  width: 20%;
  height: 3px;
  background: #b6966c;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#single-inner .content dl dt span.answer, #single-inner .content dl dd span.answer {
  color: #cc3714;
}
#single-inner .content dl dt {
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #ccc;
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
#single-inner .content dl dd {
  background: #f5e8e5;
  padding: 1rem;
  display: flex;
  display: none;
}
#single-inner .content dl dd div.text_box {
  padding: 1rem;
}
#single-inner .content dl dd div.text_box p {
  line-height: 1.5;
}
#single-inner .content dl dd div.text_box ul {
  margin: 1rem 0;
}
#single-inner .content dl dd div.text_box ul li {
  font-size: 1.4px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 450px) {
  #single-inner .content dl dd div.text_box ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#single-post-course .content-width {
  width: 95%;
}
@media screen and (max-width: 450px) {
  #single-post-course .content-width {
    width: 100%;
  }
}
#single-post-course .content-width .page-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .content-width .page-content {
    position: static;
    top: 0;
  }
}
#single-post-course .content-width .page-content .page-content-inner {
  margin-left: 5%;
}
@media screen and (max-width: 450px) {
  #single-post-course .content-width .page-content .page-content-inner {
    margin-left: 0;
  }
}
#single-post-course .content-width .page-content .page-content-inner .page-content-innerBox {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #single-post-course .content-width .page-content .page-content-inner .page-content-innerBox {
    width: 96%;
  }
}
#single-post-course .content-width .page-content .page-content-inner div.pager {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border: solid #ccc;
  border-width: 1px 0;
}
#single-post-course .content-width .page-content .page-content-inner div.pager div {
  display: flex;
  align-items: center;
  color: #333;
}
#single-post-course .content-width .page-content .page-content-inner div.pager div a {
  color: #333;
}
#single-post-course .content-width .page-content .page-content-inner div.pager div a:hover {
  text-decoration: underline;
}
#single-post-course .content-width .page-content .page-content-inner div.pager div i {
  margin: 0 1rem;
}

#single-post-course .pt1 {
  margin-bottom: 6rem;
}
#single-post-course .pt1 h2 {
  text-align: center;
  font-size: 2.6px;
  font-size: 2.6rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt1 h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#single-post-course .pt1 h2 span {
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt1 h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#single-post-course .pt1 p {
  text-align: center;
  color: red;
  font-size: 1.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt1 p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#single-post-course .pt2 {
  margin-bottom: 6rem;
}
#single-post-course .pt2 figure {
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt2 figure {
    padding: 0;
  }
}
#single-post-course .pt2 figure img {
  width: 100%;
}
#single-post-course .pt2 .pt2-text {
  padding: 1rem;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt2 .pt2-text {
    padding: 0.5rem;
  }
}
#single-post-course .pt3 {
  margin-bottom: 6rem;
}
#single-post-course .pt3 h2 {
  background-color: #b6966c;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
#single-post-course .pt3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#single-post-course .pt3 ul li span {
  margin-right: 0.5rem;
  padding: 0.5rem;
  background-color: #F09D9D;
  color: #fff;
}
#single-post-course .pt3 .table-wrap {
  width: 100%;
  overflow-x: auto;
}
#single-post-course .pt3 .simple-table {
  width: 100%;
  border-collapse: collapse;
  /* スマホ */
}
#single-post-course .pt3 .simple-table tr {
  border-bottom: 1px solid #ccc;
}
#single-post-course .pt3 .simple-table td {
  padding: 12px 8px;
  vertical-align: top;
  border: none;
  font-size: 16px;
  text-align: left;
}
#single-post-course .pt3 .simple-table .label {
  width: 30%;
  font-weight: 800;
  white-space: nowrap;
}
#single-post-course .pt3 .simple-table .value {
  width: 70%;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt3 .simple-table tr {
    display: block;
    padding: 12px 0;
  }
  #single-post-course .pt3 .simple-table td {
    display: block;
    width: 100%;
    padding: 4px 0;
    text-align: left;
  }
  #single-post-course .pt3 .simple-table .label {
    font-size: 16px;
    color: #666;
  }
  #single-post-course .pt3 .simple-table .value {
    font-size: 14px;
  }
}
#single-post-course .pt4 {
  margin-bottom: 6rem;
}
#single-post-course .pt4 h2 {
  background-color: #b6966c;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
#single-post-course .pt4 .zoom-image {
  cursor: zoom-in;
  padding: 0.4rem;
}
#single-post-course .pt4 .zoom-image img {
  width: 100%;
  height: auto;
  display: block;
}
#single-post-course .pt4 .image-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
#single-post-course .pt4 .image-modal__content {
  max-width: 90%;
  max-height: 90%;
}
#single-post-course .pt4 .image-modal__close {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}
#single-post-course .pt4 .image-modal.is-active {
  display: flex;
}
#single-post-course .pt5 .course-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 450px) {
  #single-post-course .pt5 .course-tabs {
    flex-direction: column;
    align-items: center;
  }
}
#single-post-course .pt5 .course-tab {
  text-align: center;
}
#single-post-course .pt5 .course-tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: #e0e0e0;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
#single-post-course .pt5 .course-tab a:hover {
  background: #cfcfcf;
}
#single-post-course .pt5 .course-tab.is-active a {
  background: #000;
  color: #fff;
}

/* 必須 */
#sidebar {
  background-color: #f3fbfc;
  padding-top: 10rem;
}

.sidebar {
  width: 100%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 450px) {
  .sidebar {
    width: 100%;
    margin-right: 0;
    padding: 4rem 0;
  }
}
.sidebar .sidebar-inner .sidebar-title {
  color: #b6966c;
  margin-bottom: 20px;
}
.sidebar .sidebar-inner .sidebar-title h2 {
  font-size: 2.2px;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .sidebar .sidebar-inner .sidebar-title h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.sidebar .sidebar-inner .sidebar-title p {
  text-align: center;
}
.sidebar .sidebar-inner .side-btn {
  display: flex;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner .side-btn {
    width: 200px;
    margin: 2rem auto 4rem;
  }
}
.sidebar .sidebar-inner ul li a {
  display: block;
  color: #b6966c;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  padding-left: 4rem;
  line-height: 50px;
}
.sidebar .sidebar-inner ul li a:hover {
  background-color: rgb(215.8454545455, 198.6818181818, 176.1545454545);
  color: #fff;
}
@media screen and (max-width: 450px) {
  .sidebar .sidebar-inner ul li a {
    padding-left: 0;
  }
}
.sidebar .sidebar-inner ul.side-single figure img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 100px;
  }
}
@media screen and (max-width: 450px) {
  .sidebar .sidebar-inner ul.side-single figure img {
    height: 120px;
  }
}
.sidebar .sidebar-inner ul.side-single h2 {
  padding: 0.4rem;
  font-size: 1.4px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 450px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 1.8px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (max-width: 450px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .sidebar .sidebar-inner ul.side-single h2 {
    line-height: 1.6;
  }
}
.sidebar .sidebar-inner ul.side-single time {
  padding-left: 0.4rem;
  padding-bottom: 0.2rem;
}

/* 必須 */
article#page-contact div.main-content {
  margin: 2rem 0;
}
article#page-contact div.main-content section.contact-message {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.contact-message {
    text-align: left;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
  border: 2px solid red;
  color: red;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-validation-errors {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
  border: 0;
  background: #251e1c;
  color: #fff;
  width: 50%;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner .wpcf7-mail-sent-ok {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 70%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th, article#page-contact div.main-content section.form div.inner form table td {
  padding: 1rem;
  font-weight: normal;
  color: #808080;
}
article#page-contact div.main-content section.form div.inner form table th {
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table th {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table th span {
  color: red;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  article#page-contact div.main-content section.form div.inner form table td {
    display: block;
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form table td input,
article#page-contact div.main-content section.form div.inner form table td textarea,
article#page-contact div.main-content section.form div.inner form table td select {
  padding: 1rem;
}
article#page-contact div.main-content section.form div.inner form p.submit {
  text-align: center;
}
article#page-contact div.main-content section.form div.inner form p.submit input {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #b6966c;
  background-color: #b6966c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  article#page-contact div.main-content section.form div.inner form p.submit input {
    width: 100%;
  }
}
article#page-contact div.main-content section.form div.inner form p.submit input:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #b6966c;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover {
  color: #b6966c;
  background-color: #fff;
}
article#page-contact div.main-content section.form div.inner form p.submit input:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
  z-index: 10;
}

/*========================================================

  ２．基本設定

========================================================*/
/*=====改行 スマホで改行をなし　トップと固定ページ=======*/
/*=====Google recaptcha=======*/
.grecaptcha-badge {
  bottom: 10px;
  right: 10px;
  transform: scale(0.85);
  opacity: 0.6;
}
@media screen and (max-width: 450px) {
  .grecaptcha-badge {
    opacity: 0;
  }
}

/*=====スライドイン=======*/
.inview-zoomin {
  opacity: 0;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: 2.5s;
}
.inview-zoomin.move {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.inview-left {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(-100%, 0);
  transition-delay: 0.5s;
}
.inview-left.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-right {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(100%, 0);
  transition-delay: 1s;
}
.inview-right.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-bottom {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, 20%);
  transition-delay: 1s;
}
.inview-bottom.move {
  opacity: 1;
  transform: translate(0, 0);
}

.inview-top {
  opacity: 0;
  transition: all 0.8s ease;
  transform: translate(0, -100%);
  transition-delay: 1s;
}
.inview-top.move {
  opacity: 1;
  transform: translate(0, 0);
}

/*=====ボタン=======*/
a.more {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #b6966c;
  color: #b6966c;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  a.more {
    width: 100%;
  }
}
a.more:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #b6966c;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more:hover {
  color: #fff;
}
a.more:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

a.more_wh {
  margin: 0 auto;
  width: 200px;
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  a.more_wh {
    width: 100%;
  }
}
a.more_wh:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #fff;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
a.more_wh:hover {
  color: #b6966c;
}
a.more_wh:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.square_btn {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #b6966c 0%, rgb(159.6954545455, 124.9318181818, 79.3045454545) 100%);
  transition: 0.4s;
}

.square_btn:hover {
  background-image: linear-gradient(45deg, rgb(159.6954545455, 124.9318181818, 79.3045454545) 0%, #b6966c 100%);
}

/*=====ボタン=======*/
@media screen and (max-width: 450px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

/*=====文章強調=======*/
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
}/*# sourceMappingURL=style.css.map */