@charset "UTF-8";

/* ※layout.cssとは
トップページを除くすべてのページに適用されるCSS。既存のCSS。 */

/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* gradient グラデーション管理
====================================== */
/* Animation
/* アニメーション関係変数
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #3f3a39 !important;
}

.com-bg-text {
  color: #3f3a39 !important;
}

.com-txt-color-sub-text {
  color: #3d2c0f !important;
}

.com-bg-sub-text {
  color: #3d2c0f !important;
}

.com-txt-color-main {
  color: #7c6355 !important;
}

.com-bg-main {
  color: #7c6355 !important;
}

.com-txt-color-sub-main {
  color: #f7f4f1 !important;
}

.com-bg-sub-main {
  color: #f7f4f1 !important;
}

.com-txt-color-accent-color {
  color: #152680 !important;
}

.com-bg-accent-color {
  color: #152680 !important;
}

.com-txt-color-danger {
  color: red !important;
}

.com-bg-danger {
  color: red !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  color: #fff !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  color: #3b5999 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  color: #18ba07 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 15px;
}

body {
  line-height: 2;
  color: #3f3a39;
  font-size: 15px;
  font-size: 1.5rem;
  /* letter-spacing: 0.1em; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3f3a39;
  line-height: 1.2;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #3f3a39;
  transition: 0.4s;
}

a:before,
a:after {
  transition: 0.4s;
}

a:hover {
  color: #3f3a39;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="image"]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.4em;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 5px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}

.uk-container-small {
  max-width: 375px;
}

.uk-container-large {
  max-width: 1300px;
}

.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* ぱんくず
--------------------------------- */
.breadcrumbs {
  color: #555;
  line-height: 1.6;
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 959px) {
  .breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* アニメーション
====================================== */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}

.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* section
====================================== */
/* parts
--------------------------------- */
/* pagetop
-------------------------------------- */
#pagetop {
  font-size: 10px;
  font-size: 1rem;
  position: fixed;
  right: 0;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: none;
}

@media (max-width: 768px) {
  #pagetop {
    width: 8%;
    bottom: 105px;
  }
}

/* telリンク
-------------------------------------- */
@media (min-width: 960px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  position: relative;
  padding: 76px 0 0 0;
}

@media (min-width: 769px) {
  .page-tit-01 {
    padding: 0px 0 0 0;
  }
}

* + .page-tit-01 {
  margin-top: 70px;
}

@media (min-width: 769px) {
  * + .page-tit-01 {
    margin-top: 90px;
  }
}

.page-tit-01 .bg {
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(black), to(#545454));
}

.page-tit-01 .slick-txt.text {
  line-height: 1 !important;
}

.page-tit-01 .main-tit {
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  max-width: 960px;
  z-index: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .page-tit-01 .main-tit {
    padding: 35px 20px 0 20px;
  }
}

@media (min-width: 769px) {
  .page-tit-01 .main-tit {
    top: 60%;
    left: 50%;
    right: inherit;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media (min-width: 1100px) {
  .page-tit-01 .main-tit {
    top: 58%;
  }
}

.page-tit-01 .tit {
  display: block;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.1429;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}

@media (min-width: 960px) {
  .page-tit-01 .tit {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-tit-01 .tit + .text {
  margin-top: 20px;
}

.page-tit-01 .text {
  display: block;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (min-width: 769px) {
  .page-tit-01 .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.page-tit-01 .bgInner {
  height: 180px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 769px) {
  .page-tit-01 .bgInner {
    height: 380px;
  }
}

.page-tit-01 .bgInner::before,
.page-tit-01 .bgInner::after {
  opacity: 0.04;
}

.page-tit-01 .bgInner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none;
  transform: scale(1.1);
  transition: transform 1s cubic-bezier(0.21, 0.4, 0.45, 0.94);
}

body.is-loaded .page-tit-01 .bg {
  opacity: 1;
}

body.is-loaded .page-tit-01 .bg img {
  transform: scale(1);
}

.com-tit-01 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-family: "Balqis", serif;
  text-align: center;
}

@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 68px;
    font-size: 6.8rem;
    margin-bottom: 80px;
  }
}

.com-tit-01 span {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .com-tit-01 span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.com-tit-02 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #3d2c0f;
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .com-tit-02 {
    margin-top: 20px;
  }
}

.com-tit-03 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 960px) {
  .com-tit-03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-tit-04 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

@media (min-width: 960px) {
  .com-tit-04 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-tit-04:before {
  content: "■";
  margin-right: 10px;
}

.com-tit-05 {
  color: #555;
  background: #e6e87b;
  /* 黄色 */
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .com-tit-05 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.com-tit-06 {
  color: #555;
  background: #e4d2b2;
  /* 茶色 */
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .com-tit-06 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* section毎のpadding
--------------------------------- */
.com-section {
  padding: 80px 0;
}

@media (min-width: 960px) {
  .com-section {
    padding: 100px 0;
  }
}

/* table  テーブル
--------------------------------- */
.com-table-01 {
  text-align: left;
  background: #fff;
  padding: 20px;
}

@media (min-width: 960px) {
  .com-table-01 {
    display: grid;
    grid-template: auto / max-content 1fr;
    padding: 30px;
  }
}

.com-table-01 > dt {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #789980;
  padding: 20px 15px 0;
  color: #74967c;
}

@media (min-width: 960px) {
  .com-table-01 > dt {
    padding: 30px;
  }
}

.com-table-01 > dt:first-child {
  border-top: none;
}

.com-table-01 > dd {
  padding: 0 15px 20px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .com-table-01 > dd {
    padding: 30px 20px;
    border-top: 1px solid #d1d8e9;
  }
}

.com-table-01 > dd:nth-child(2) {
  border-top: none;
}

/* panel  パネル
--------------------------------- */
/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}

@media (min-width: 769px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}

@media (min-width: 769px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}

.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

.com-list-01 li + li {
  margin-top: 0.4em;
}

.com-list-01.notice li::before {
  content: "※";
}

.com-list-01.circle li::before {
  content: "●";
}

.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.com-list-02 li {
  margin-left: 1.8em;
}

.com-list-02 li + li {
  margin-top: 0.4em;
}

.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

/* text テキスト
--------------------------------- */
.center {
  text-align: center;
}

@media (min-width: 960px) {
  .m-center {
    text-align: center;
  }
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 1rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 2rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 3rem;
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */

.com-btn-03 {
  /* background: #b91313; */
  background: #ea9faa;
  position: relative;
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50px;
  box-shadow: 8px 8px #eee;
}

.com-btn-03 a {
  color: #fff;
  padding: 1em;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .com-btn-03 a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.com-btn-03 a::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  position: absolute;
  right: 1.5em;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #fff;
}

.com-link-01 {
  text-decoration: underline;
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  padding: 0 1em;
  box-sizing: border-box;
  background: #789980;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}

.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
}

.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 5px;
}

.com-pagination ul .page-numbers.prev,
.com-pagination ul .page-numbers.next {
  padding: 1em;
}

.com-pagination ul .page-numbers.prev:hover,
.com-pagination ul .page-numbers.next:hover {
  color: #789980;
}

.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #789980 !important;
}

.com-pagination ul a:not(.prev):not(.next):hover {
  background: rgba(238, 245, 240, 0.8);
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #d1d1d1;
}

.column-btn-01:hover {
  background: rgba(238, 245, 240, 0.7);
}

.column-btn-01 .img {
  background: #f0f0f0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}

.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.column-btn-01 .tit {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 1.3rem;
}

.column-btn-01 .text {
  font-size: 12px;
  font-size: 1.2rem;
}

.archive-01 {
  padding: 30px 0;
}

@media (min-width: 960px) {
  .archive-01 {
    padding: 30px 0 120px 0;
  }
}

.archive-01 .img-thum {
  margin-bottom: 10px;
  height: 302px;
}
@media only screen and (max-width: 1300px) {
  .archive-01 .img-thum {
    height: 22vw;
  }
}
@media only screen and (max-width: 959px) {
  .archive-01 .img-thum {
    height: 32vw;
  }
}
@media only screen and (max-width: 639px) {
  .archive-01 .img-thum {
    height: 52vw;
  }
}
.archive-01 .img-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-tit-01 .month-tit {
  font-size: 15px;
  font-size: 1.5rem;
  border: none;
  margin-top: 15px;
}

.single-01 {
  padding: 30px 0;
}

@media (min-width: 960px) {
  .single-01 {
    padding: 30px 0 120px 0;
  }
}

.single-01 .thumbnail {
  margin-top: 10px;
}

.single-01 .com-tit-03 {
  padding: 20px 0 20px 20px;
  background: #f2f2f1;
  color: #789980;
  font-size: 22px;
  font-size: 2.2rem;
}

@media (max-width: 959px) {
  .single-01 .com-tit-03 {
    padding: 20px;
  }
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 769px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    -ms-grid-columns: 3fr 3fr 2fr;
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media (min-width: 769px) {
  .single-nav .back {
    width: 255px;
  }
}

.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #7ca785;
  color: #7ca785;
  position: relative;
}

.single-nav a::before {
  font-family: "FontAwesome", FontAwesome;
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.single-nav a[rel="prev"] {
  padding-left: 2em;
}

.single-nav a[rel="prev"]::before {
  content: "\f053";
  left: 1em;
}

.single-nav a[rel="next"] {
  padding-right: 2em;
}

.single-nav a[rel="next"]::before {
  content: "\f054";
  right: 1em;
}

.single-nav a.index {
  background: #789980;
  color: #fff;
  padding-right: 2em;
}

.single-nav a.index::before {
  content: "\f077";
  right: 1em;
}

.side-bar .entry-date {
  display: block;
  color: #555;
}

.side-bar .title-nolink {
  color: #fff;
  text-align: center;
  background: #789980;
  padding: 5px 0;
  margin-bottom: 10px;
  border-radius: 5px;
}

.recent-entry li {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.recent-entry li:last-child {
  border: none;
}

.recent-entry li a {
  line-height: 1.4;
}

/* dl table
--------------------------------- */
@media (max-width: 768px) {
  .form-table-01 {
    border-bottom: 0px solid #989898;
  }
}

@media (min-width: 769px) {
  .form-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    column-gap: 40px;
  }
}

.form-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}

@media (min-width: 769px) {
  .form-table-01 > dt {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .form-table-01 > dt:last-of-type {
    border-bottom: 1px solid #989898;
  }

  .form-table-01 > dt.none:last-of-type {
    border-bottom: none;
  }
}

.form-table-01 > dt.brder_no {
  border-top: none;
}

.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 1.1rem;
  background: red;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-left: 20px;
}

.form-table-01 > dd {
  padding-bottom: 2em;
}

@media (min-width: 769px) {
  .form-table-01 > dd {
    padding-top: 2em;
    /* border-top: 1px $border; */
  }

  .form-table-01 > dd:last-of-type {
    border-bottom: 1px solid #989898;
  }

  .form-table-01 > dd.none:last-of-type {
    border-bottom: none;
  }
}

.form-table-01 > dd.brder_no {
  border-top: none;
}

.form-table-01 > dd.brder_no textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}

.form-table-01 > dd.brder_no input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):not([type="submit"]):not([type="reset"]):not([type="button"]):not([type="image"]),
.form-table-01 > dd.brder_no select,
.form-table-01 > dd.brder_no textarea {
  background-color: transparent;
  border: none;
  white-space: normal;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: max-content 1fr;
  }
}

@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background: red;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

.wpcf7-radio,
.wpcf7-checkbox {
  margin-left: -1em;
}

input[type="radio"] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  background-position: 50% 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
  background: #fff;
}

input[type="radio"]:checked {
  border-color: #789980;
  border-width: 2px;
}

input[type="radio"]:checked:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #789980;
  border-radius: 50%;
}

input[type="radio"] label {
  display: inline-block;
}

input[type="checkbox"] {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}

input[type="checkbox"]:checked {
  position: relative;
}

input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  border: 4px solid #789980;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 6px;
}

input[type="checkbox"] label {
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="password"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0.8em;
  border: 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  line-height: 1.8;
  height: 40px;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

::-moz-placeholder {
  color: #a9a9a9;
}

::-ms-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

.form-table-01 dd.form-flex-01 > div > span {
  min-width: 66px;
  display: block;
}

.com-grid-15 {
  margin-left: -15px;
}

.com-grid-15 > * {
  padding-left: 15px;
}

@media (min-width: 769px) {
  .form-table-01 dd {
    border-top: 1px solid #a9a9a9;
  }
}

@media (min-width: 960px) {
  .form-table-01 dd {
    padding: 22px 0;
  }
}

.form-table-01 dd.form-flex-01 .uk-grid + .uk-grid {
  margin-top: 15px;
}

.uk-offcanvas-bar {
  background: #fff;
  padding: 0;
}

.uk-nav .uk-nav-header {
  background: #7c6355;
  padding: 0.5em 1em;
  border-bottom: 0;
}

.uk-nav .uk-nav-header::before {
  content: none;
}

.uk-nav > li {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.uk-nav > li::before {
  position: absolute;
  content: "\f15b";
  font-family: "FontAwesome";
  color: #808080;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 0.4em;
  font-style: normal;
  top: 10px;
  left: 15px;
}

.uk-nav > li img {
  display: none;
}

.uk-nav > li a {
  padding: 1em 2.5em;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3f3a39 !important;
}

.uk-nav > li a:hover {
  color: #7c6355 !important;
}

.uk-nav .uk-parent a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
  height: 2em !important;
}

.uk-nav .uk-parent.uk-open a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}

.uk-nav .uk-nav-sub {
  background: #f7f4f1;
  padding: 0;
}

.uk-nav .uk-nav-sub li a {
  padding: 0.5em 1em;
  padding-left: 2em;
}

.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

.uk-container-large {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 960px) {
  .uk-container-large {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

.uk-container-middle {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 960px) {
  .uk-container-middle {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto;
  }
}

.home .uk-slideshow .uk-slideshow-items li img {
  object-fit: cover;
  width: 100%;
  transform: translate(-50%, -51%);
}

.fair-template-default .breadcrumbs {
  margin: 50px 0px;
}

.campaign-template-default .breadcrumbs {
  margin: 50px 0px;
}

@media (max-width: 768px) {
  .top_concept {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .pd_30 {
    padding: 30px 0;
  }
}

@media (min-width: 769px) {
  .sp_hide {
    display: initial;
  }
}

@media (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}

@media (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_hide {
    display: initial;
  }
}

@media (max-width: 768px) {
  .uk-grid {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .mb_30 {
    margin-bottom: 30px;
  }
}

.pb50 {
  padding-bottom: 50px;
}

.reservebox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .reservebox {
    flex-direction: column;
  }
}

.reservebox .reservebox_left {
  width: 40%;
  padding: 0 0px 0 0;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .reservebox .reservebox_left {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.reservebox .reservebox_left::after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #a9a9a9;
  display: block;
  position: absolute;
  right: -25%;
  top: 5px;
}

@media (max-width: 768px) {
  .reservebox .reservebox_left::after {
    height: 1px;
    width: 100%;
    right: auto;
    top: auto;
    bottom: 0;
  }
}

.reservebox .reservebox_left .select_box {
  margin-top: 0px;
}

.reservebox .reservebox_right {
  width: 40%;
  padding: 0 0 0 0px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .reservebox .reservebox_right {
    width: 100%;
  }
}

.reservebox .reservebox_right .select_box {
  margin-top: 0px;
}

.reservebox .time {
  display: flex;
}

.reservebox .name {
  margin: 0px 10px 0px 5px;
}

.reservebox .name02 {
  margin: 0px 5px 0px 20px;
}

@media (max-width: 768px) {
  .reservebox .boxset {
    margin-bottom: 10px;
  }
}

.footer_time_01 {
  margin-top: 20px;
  color: #c1b7b2;
  font-size: 12px;
}

.footer_time_02 {
  color: #c1b7b2;
  font-size: 12px;
  margin-top: 0px;
}

.footer_time_03 {
  color: #c1b7b2;
  font-size: 12px;
  margin-top: 0px;
}

.footer_holiday_01 {
  color: #c1b7b2;
  margin-top: 20px;
  font-size: 12px;
}

.footer_holiday_02 {
  color: #c1b7b2;
  font-size: 12px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}

.pc_hide {
  display: none;
}

@media (max-width: 768px) {
  .pc_hide {
    display: inline;
  }
}

.line_btn {
  display: flex;
  justify-content: center;
}

.line_btn a {
  background-color: #00b900;
  color: #fff;
  padding: 5px 50px;
  margin: 20px 0px;
  border-radius: 5px;
}

/* .main-visual
--------------------------------- */
.main-visual {
  position: relative;
}

@media (max-width: 959px) {
  .main-visual .uk-slideshow-items {
    min-height: 480px !important;
  }
}

.main-visual [class*="uk-position-center-left"],
.main-visual [class*="uk-position-center-right"] {
  top: 55% !important;
}

.main-visual .catch-wrap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: absolute;
  bottom: 10%;
  left: 5%;
  right: 5%;
  text-align: center;
  background: rgba(124, 99, 85, 0.6);
  padding: 20px 10px;
  z-index: 1;
}

@media (min-width: 960px) {
  .main-visual .catch-wrap {
    padding: 40px 30px;
    left: 10%;
    right: inherit;
  }
}

.main-visual .catch-wrap span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media (min-width: 960px) {
  .main-visual .catch-wrap span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.main-visual .catch-wrap p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1.4;
}

@media (min-width: 960px) {
  .main-visual .catch-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* フェア
--------------------------------- */
.fair-03 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f7f4f1 50%, #f7f4f1 100%);
}

@media (max-width: 959px) {
  .fair-03 .other-post a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 959px) {
  .fair-03 .other-post a .visual-img {
    width: 50%;
  }
}

@media (max-width: 959px) {
  .fair-03 .other-post a .visual-img img {
    object-fit: cover;
    height: 150px;
    width: 100%;
  }
}

@media (max-width: 959px) {
  .fair-03 .other-post a .text {
    width: 46%;
  }
}

.fair-03 .other-post .term {
  position: relative;
  padding: 10px 0;
  line-height: 1.6;
  color: #7c6355;
}

@media (max-width: 959px) {
  .fair-03 .other-post .term {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 960px) {
  .fair-03 .other-post .term {
    padding: 10px 0 10px 40px;
  }
}

@media (min-width: 960px) {
  .fair-03 .other-post .term:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../img/home/plus.png) no-repeat;
  }
}

.fair-03 .other-post .catch {
  margin-top: 0;
}

@media (max-width: 959px) {
  .fair-03 .other-post .catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.fair-post {
  margin-bottom: 40px;
}

.fair-post .term {
  background: #fff;
  color: #7c6355;
  margin: -30px 0 20px 0;
  position: relative;
  padding: 10px 20px;
  max-width: 350px;
}

@media (max-width: 959px) {
  .fair-post .pick-up {
    display: block;
    width: 35%;
  }
}

@media (min-width: 960px) {
  .fair-post .pick-up {
    margin-right: 30px;
  }
}

.fair-post .title,
.campaign-post .title {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .fair-post .title,
  .campaign-post .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.other-post .catch {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .other-post .catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* キャンペーン
--------------------------------- */
.campaign-02 {
  background: linear-gradient(90deg, #eef5f0 0%, #eef5f0 50%, #fff 50%, #fff 100%);
}

.campaign-02 .other-post .term {
  background: #f7f4f1;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7c6355;
}

@media (min-width: 960px) {
  .campaign-02 .other-post .term {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px 10px 40px;
  }
}

.campaign-post {
  margin-bottom: 40px;
}

.campaign-post .term {
  background: #7c6355;
  color: #fff;
  padding: 10px 0 10px 40px;
  text-align: center;
  max-width: 350px;
  z-index: 1;
  position: relative;
}

.campaign-post a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.campaign-post a .text {
  padding: 37px 20px;
  background: #fff;
  border: 1px solid #eee;
}

@media (min-width: 960px) {
  .campaign-post a .text {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .campaign-post a .visual-img {
    width: 50%;
  }
}

@media (min-width: 960px) {
  .campaign-post a .visual-img img {
    object-fit: cover;
    height: 350px;
    width: 100%;
  }
}

.campaign-post .pick-up {
  margin-bottom: 10px;
  display: block;
}

.campaign-post .title {
  color: #7c6355;
  line-height: 1.6;
}

/* SP用キャンペーン slider */
.uk-dotnav > * > * {
  width: 13px !important;
  height: 13px !important;
}

.slider-campaign-sp {
  position: relative;
}

.slider-campaign-sp [class*="uk-position-center-left"],
.slider-campaign-sp [class*="uk-position-center-right"] {
  top: 35% !important;
}

.uk-position-center-right,
.uk-position-center-left {
  background: rgba(124, 99, 85, 0.8);
}

.uk-position-center-right svg,
.uk-position-center-left svg {
  color: #fff;
}

/* ウェディングプラン
--------------------------------- */
.plan-03 {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f7f4f1 20%, #f7f4f1 100%);
}

@media (min-width: 960px) {
  .plan-03 {
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #f7f4f1 70%, #f7f4f1 100%);
  }
}

.plan-03 .com-tit-01 {
  background: url(../img/common/com-dot.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 959px) {
  .plan-03 .com-tit-01 {
    background-position: -2px 7px;
  }
}

@media (min-width: 960px) {
  .plan-03 .com-tit-01 {
    height: 268px;
    margin-bottom: 0;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs-plan {
  margin-top: 50px;
}

/*タブのスタイル*/
.tab_item {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: calc(100% / 2);
  border-bottom: 2px solid #aeb1b6;
  background-color: #fff;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #3d2c0f;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .tab_item {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

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

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#photo:checked ~ #photo_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs-plan input:checked + .tab_item {
  background-color: #f7f4f1;
  border-bottom: 2px solid #635905;
}

@media (min-width: 960px) {
  #photo_content .com-tit-02 {
    height: 40px;
  }
}

.yen {
  color: #e87787;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 960px) {
  .yen {
    font-size: 2rem;
  }
}

/* コンセプト
--------------------------------- */
.concept-05 {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, #f7f4f1 40%, #f7f4f1 100%);
}

.concept-05 .concept-area .text {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .concept-05 .concept-area .text {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .concept-05 .concept-area figure {
    width: 70%;
  }
}

.concept-05 .concept-area .f-subph {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .concept-05 .concept-area .f-subph {
    margin-top: 100px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .concept-05 ul {
    margin: 0 100px;
  }
}

/* フォトギャラリー
--------------------------------- */
.gallery-06 {
  background: linear-gradient(180deg, #fff 0%, #fff 12%, #f7f4f1 12%, #f7f4f1 100%);
}

@media (min-width: 960px) {
  .gallery-06 .com-tit-01 {
    text-align: left;
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .gallery-06 .com-tit-01 span {
    display: inline-block;
    margin-left: 40px;
  }
}

.gallery-06 .p-gallery {
  padding: 20px;
}

@media (max-width: 959px) {
  .gallery-06 .p-gallery ul {
    flex-wrap: wrap;
  }
}

.gallery-06 .p-gallery .top-photo {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .gallery-06 .p-gallery .top-photo li {
    margin-right: 10px;
  }
}

.gallery-06 .p-gallery .top-photo li:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .gallery-06 .p-gallery .top-photo li:nth-child(1) {
    width: 40%;
    margin-bottom: 0;
  }
}

@media (max-width: 959px) {
  .gallery-06 .p-gallery .top-photo li:nth-child(2),
  .gallery-06 .p-gallery .top-photo li:nth-child(3),
  .gallery-06 .p-gallery .top-photo li:nth-child(4) {
    width: 32.2%;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .gallery-06 .p-gallery .top-photo li:nth-child(2),
  .gallery-06 .p-gallery .top-photo li:nth-child(3),
  .gallery-06 .p-gallery .top-photo li:nth-child(4) {
    width: 31.2%;
  }
}

@media (min-width: 960px) {
  .gallery-06 .p-gallery .top-photo li:nth-child(2),
  .gallery-06 .p-gallery .top-photo li:nth-child(3),
  .gallery-06 .p-gallery .top-photo li:nth-child(4) {
    width: 22.9%;
  }
}

.gallery-06 .p-gallery .top-photo li:nth-child(4) {
  margin-right: 0;
}

.gallery-06 .p-gallery .top-photo li img {
  width: 100%;
}

.gallery-06 .p-gallery .bottom-photo li {
  width: 33.3%;
  padding: 0;
  padding-right: 10px;
}

@media (max-width: 959px) {
  .gallery-06 .p-gallery .bottom-photo li {
    width: 32.2%;
  }
}

@media (max-width: 768px) {
  .gallery-06 .p-gallery .bottom-photo li {
    width: 31.2%;
  }
}

.gallery-06 .p-gallery .bottom-photo li:nth-child(3) {
  padding-right: 0;
}

.gallery-06 .p-gallery .bottom-photo li img {
  width: 100%;
}

/* コラム
--------------------------------- */
.column-07 .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 1.6;
}

@media (min-width: 960px) {
  .column-07 .title {
    width: 60%;
  }
}

.column-07 .date {
  display: none;
}

.column-07 .text {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .column-07 .text {
    width: 60%;
  }
}

/* お知らせ
--------------------------------- */
.news-08 {
  background: linear-gradient(180deg, #f7f4f1 0%, #f7f4f1 45%, #fff 45%, #fff 100%);
}

.news-08 .text,
.news-08 .img_box {
  display: none;
}

.news-08 .date {
  color: #827c7a;
  font-size: 14px;
  font-size: 1.4rem;
}

.news-08 .title {
  margin-top: 0;
}

.news-08 .text {
  font-size: 16px;
  font-size: 1.6rem;
}

.news-08 .column-blog {
  background: #fff;
  padding: 50px 30px;
  margin-top: -20px;
}

@media (max-width: 959px) {
  .news-08 .column-blog {
    margin: 0;
    padding: 30px 10px;
  }
}

@media (max-width: 768px) {
  .news-08 .column-blog li {
    padding-left: 10px;
  }
}

.news-08 .column-blog li:nth-child(1),
.news-08 .column-blog li:nth-child(2) {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

@media (max-width: 959px) {
  .news-08 .column-blog li:nth-child(3) {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
  }
}

/* バナー
--------------------------------- */
.banner-09 {
  background: #f0f5f6;
  padding: 40px 0;
}

@media (min-width: 960px) {
  .banner-09 {
    padding: 90px 0;
  }
}

/* アルバム
--------------------------------- */
.album-10 {
  background: linear-gradient(180deg, #fff 0%, #fff 38%, #f7f4f1 38%, #f7f4f1 100%);
}

.album-10 .ph-top {
  align-items: flex-end;
}

@media (min-width: 960px) {
  .album-10 .ph-top > li:nth-child(1) {
    width: 52%;
    padding-left: 80px;
  }
}

@media (min-width: 960px) {
  .album-10 .ph-top > li:nth-child(2) {
    margin-bottom: -50px;
  }
}

.album-10 .ph-bottom {
  border-bottom: 1px solid #c7b9ac;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .album-10 .ph-bottom {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 960px) {
  .album-10 .ph-bottom > li:nth-child(1) {
    width: 25%;
  }
}

@media (min-width: 960px) {
  .album-10 .ph-bottom > li:nth-child(2) {
    width: 45%;
  }
}

/* 下部共通バナー
--------------------------------- */
.banner-bottom ul:nth-child(1) {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .banner-bottom ul:nth-child(1) {
    padding-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .banner-bottom ul li:nth-child(1) {
    margin-bottom: 30px;
  }
}

.banner-bottom .sub-banner li div {
  background: #fbfbfb;
  border: 1px solid #f7f4f1;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .banner-bottom .sub-banner li div {
    padding: 30px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.banner-bottom .sub-banner li div:hover {
  background: #f7f4f1;
  border: 1px solid #c7b9ac;
}

.banner-bottom .sub-banner li div img {
  display: inline-block;
  margin-right: 20px;
}

/* 前撮り */
@media (max-width: 768px) {
  #maedori-02 ul {
    margin-top: 10px;
  }
}

/* フォトウェディング */
@media (max-width: 768px) {
  #photowedding-02 .link-plan li {
    margin-top: 10px;
  }

  #photowedding-02 .link-plan li:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 959px) {
  #photowedding-02 .link-plan li a {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.about-01 {
  background: linear-gradient(90deg, #f7f4f1 0%, #f7f4f1 50%, #fff 50%, #fff 100%);
}

@media (max-width: 959px) {
  .about-01 img {
    display: block;
    margin: 0 auto;
  }
}

.plan-01 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #f7f4f1 50%, #f7f4f1 100%);
  /*
  .first-slider{
      margin-top:-30px;
    } */
}

.plan-01 .uk-slidenav {
  color: #645a05 !important;
}

@media (max-width: 768px) {
  .plan-01 .uk-slidenav {
    top: 38%;
    margin: 15px 5px;
  }
}

.plan-01 .slide02 .uk-slidenav {
  color: #645a05 !important;
}

@media (max-width: 768px) {
  .plan-01 .slide02 .uk-slidenav {
    top: 38%;
    margin: 15px 5px;
  }
}

.plan-01 .slide03 .uk-slidenav {
  color: #645a05 !important;
}

@media (max-width: 768px) {
  .plan-01 .slide03 .uk-slidenav {
    top: 39%;
    margin: 15px 5px;
  }
}

@media (max-width: 959px) {
  .plan-01 .plan-area {
    margin: 30px auto 0 auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .plan-01 .plan-area {
    margin: -230px 0 0 -30px;
    padding-top: 270px;
  }
}

@media (min-width: 960px) {
  .plan-01 .plan-area {
    padding: 250px 20px 10px 20px;
    margin-top: -200px;
  }
}

@media (min-width: 1200px) {
  .plan-01 .plan-area {
    padding: 250px 0 0 0;
  }
}

@media (max-width: 959px) {
  .plan-01 .plan-area .text {
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 959px) {
  .plan-01 .plan-area figure {
    padding-left: 0;
  }
}

.plan-01 .plan-area .center {
  color: #000;
}

.plan-01 .plan-area .center.yen {
  color: #e87787;
}

.plan-01 .plan-area .com-tit-02 {
  color: #000;
}

@media (min-width: 960px) {
  .plan-01 .plan-area .com-tit-02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media (min-width: 960px) {
  .plan-01 .plan-area-02 {
    flex-direction: row-reverse;
  }
}

@media (min-width: 960px) {
  .plan-01 .icon-list li {
    padding-left: 20px;
  }
}

@media (min-width: 960px) {
  .plan-01 .icon-list li img {
    width: 64%;
    margin: 0 auto;
    display: block;
  }
}

.plan-01 .icon-list span {
  display: block;
  text-align: center;
  margin-top: 5px;
  line-height: 1.4;
  color: #7c6355;
}

@media (max-width: 768px) {
  .plan-01 .icon-list span {
    font-size: 10px;
    font-size: 1rem;
  }
}

.note {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}

@media (max-width: 959px) {
  .note {
    text-align: left;
  }
}

.feature-01 {
  background: #f8fbf9;
}

.feature-01 .com-tit-03 {
  color: #789980;
  border-bottom: 1px dashed #789980;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 23px;
  font-size: 2.3rem;
}

@media (min-width: 960px) {
  .feature-01 .com-tit-03 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.feature-01 .com-tit-03 span {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.feature-01 .concept-area {
  margin-top: 40px;
}

@media (min-width: 960px) {
  .feature-01 .concept-area {
    margin-top: 120px;
  }
}

@media (max-width: 959px) {
  .feature-01 .concept-area figure {
    margin-bottom: 20px;
  }
}

@media (min-width: 960px) {
  .feature-01 .concept-area figure {
    width: 70%;
  }
}

.feature-01 .concept-area-01 {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .feature-01 .concept-area-02 {
    flex-direction: row-reverse;
    &.first-type {
      margin-bottom: 120px;
      margin-top: 40px;
    }
  }
}

.feature-01 .chatch {
  padding: 10px;
  position: relative;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: #789980;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 400px) {
  .feature-01 .chatch {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media (min-width: 960px) {
  .feature-01 .chatch {
    padding: 8px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.option-01 .com-tit-02 {
  margin: 30px 0 20px 0;
}

@media (max-width: 959px) {
  .option-01 .com-tit-02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.option-01 .com-tit-02 span {
  display: inline-block;
  margin-left: 8px;
}

@media (min-width: 960px) {
  .option-01 .com-tit-02 span {
    margin-left: 20px;
  }
}

.flow-01 {
  background: linear-gradient(90deg, #eef5f0 0%, #eef5f0 50%, #fff 50%, #fff 100%);
}

.flow-01 .flow-area {
  background: #fff;
  padding: 20px;
}

@media (min-width: 960px) {
  .flow-01 .flow-area {
    padding: 50px 30px;
  }
}

.flow-01 .flow-area li {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.flow-01 .flow-area li:last-child {
  border: none;
  margin-bottom: 0px;
}

@media (min-width: 960px) {
  .flow-01 .flow-area li {
    display: flex;
  }
}

@media (min-width: 960px) {
  .flow-01 .flow-area li .text {
    width: 90%;
  }
}

.flow-01 .flow-area li .com-tit-02 {
  margin-bottom: 20px;
  color: #789980;
}

.num {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Balqis", serif;
  background: #7ca785;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .num {
    font-size: 46px;
    font-size: 4.6rem;
    margin-right: 30px;
  }
}

.faq-01 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #eef5f0 50%, #eef5f0 100%);
}

.faq-01 .faq-area li {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

.faq-01 .faq-area li:last-child {
  border: none;
  margin-bottom: 0px;
}

.faq-01 .faq-area .com-tit-02 {
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width: 959px) {
  .faq-01 .faq-area .com-tit-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.faq-01 .faq-area .com-tit-02:before {
  content: "Q";
  margin-right: 20px;
}

@media (min-width: 960px) {
  .faq-01 .faq-area .com-tit-02:before {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.link-plan {
  justify-content: space-evenly;
  align-items: center;
  line-height: 1.4;
  margin-left: 0;
}

@media (max-width: 768px) {
  .link-plan {
    margin-bottom: -30px;
  }
}

@media (min-width: 769px) {
  .link-plan {
    margin: 30px 0 0 -40px;
  }
}

.link-plan li {
  display: inline-grid;
}

@media (max-width: 768px) {
  .link-plan li {
    padding-left: 4px;
  }
}

@media (max-width: 768px) {
  .link-plan li:first-child {
    padding-left: 0px;
  }
}

.link-plan li a {
  background: #fff;
  border: 1px solid #7c6355;
  padding: 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .link-plan li a {
    font-size: 10px;
    font-size: 1rem;
  }
}

.link-plan li a:hover {
  background: #7c6355;
  color: #fff;
}

.locate {
  background: #f0eae4;
  padding: 10px 20px;
  color: #555;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}

.locate .tit {
  color: #7c6355;
  text-decoration: underline;
  margin-bottom: 10px;
}

.slider .block {
  overflow: hidden;
  margin: 100px auto 0;
}

.slider .box {
  transform: scale(0.8);
  opacity: 0.3;
  transition: 0.5s;
}

.slider .slick-center .box {
  transform: scale(1);
  opacity: 1;
}

.slider .slick-dots li button:before {
  font-size: 43px;
  line-height: 43px;
  color: #7c6355;
}

.slider .slick-dots li.slick-active button:before {
  color: #7c6355;
}

.dress-01 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #eef5f0 50%, #eef5f0 100%);
}

.dress-01 .slick-prev,
.dress-01 .slick-next {
  top: 50%;
  z-index: 9;
}

.dress-01 .slick-prev:before,
.dress-01 .slick-next:before {
  color: #789980;
}

.dress-area {
  margin-bottom: 90px;
}

@media (min-width: 960px) {
  .dress-area {
    margin-bottom: 120px;
  }
}

.dress-area:last-child {
  margin-bottom: 0;
}

.dress-area .com-tit-02 {
  background: #789980;
  padding: 10px 0 10px 30px;
  margin-bottom: 30px;
  color: #fff;
}

@media (max-width: 959px) {
  .dress-area .com-tit-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#concept-02.dress-01 {
  background: none;
}

.album-01 {
  background: linear-gradient(90deg, #eef5f0 0%, #eef5f0 50%, #fff 50%, #fff 100%);
}

@media (max-width: 768px) {
  .album-01 .com-tit-03 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .album-01 ul {
    margin-top: 40px;
  }
}

.retouch-02 {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #eef5f0 50%, #eef5f0 100%);
}

@media (max-width: 768px) {
  .retouch-02 .com-tit-02 {
    margin-top: 0;
  }
}

.retouch-02 .note {
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
}

@media (min-width: 960px) {
  .retouch-02 .note {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 959px) {
  .retouch-02 .photo-retouch {
    margin: 0;
    justify-content: space-between;
  }
}

@media (max-width: 959px) {
  .retouch-02 .photo-retouch li {
    width: 48%;
    padding: 0;
  }
}

.retouch-02 .retouch-detail-01 {
  margin-bottom: 50px;
}

.retouch-02 .retouch-detail-01 li {
  position: relative;
}

.retouch-02 .retouch-detail-01 li span {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dd7376;
  text-align: center;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: -27px;
  left: 10px;
}

@media (max-width: 768px) {
  .retouch-02 .retouch-detail-01 li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 960px) {
  .retouch-02 .retouch-detail-01 li span {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 55px;
  }
}

.retouch-02 .retouch-detail-01 .com-tit-02 {
  text-decoration: underline;
}

@media (min-width: 960px) {
  .retouch-02 .retouch-detail-01 .com-tit-02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .retouch-02 .retouch-detail-02 {
    flex-direction: row-reverse;
  }
}

/* fair 一覧 */
.fair-archive-01 {
  padding-bottom: 80px;
}

@media (min-width: 960px) {
  .fair-archive-01 {
    padding-bottom: 100px;
  }
}

.fair-archive-01 .catch {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 0;
}

@media (max-width: 959px) {
  .fair-archive-01 .catch {
    margin-top: 10px;
  }
}

@media (min-width: 960px) {
  .fair-archive-01 .catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fair-archive-01 .term {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0;
  color: #7c6355;
}

.fair-post-archive img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.fair-pick .catch {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .fair-pick .catch {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

.fair-pick .term {
  color: #fff;
  background: #7c6355;
  padding: 10px;
  text-align: center;
  margin: -20px 0 20px 0px;
  z-index: 1;
  position: relative;
}

@media (min-width: 960px) {
  .fair-pick .term {
    width: 40%;
    margin: -40px 0 20px 0;
  }
}

.fair-pick .pick-up {
  color: #e91e63;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 959px) {
  .fair-pick .pick-up img {
    width: 28%;
  }
}

@media (max-width: 768px) {
  .fair-pick .pick-up img {
    width: 50%;
  }
}

.fair-pick .text {
  margin: 20px 0 0 0px;
}

@media (min-width: 960px) {
  .fair-pick .text {
    margin: 20px 0 0 20px;
  }
}

/* fair campaign　フェア/キャンペーン詳細 */
.fair-01,
.campaign-01 {
  padding-top: 30px;
}

@media (min-width: 769px) {
  .fair-01,
  .campaign-01 {
    padding-top: 0px;
  }
}

.fair-01 .visual-img,
.campaign-01 .visual-img {
  margin: 0px 0 20px 0;
  position: relative;
}

.fair-01 .visual-img img,
.campaign-01 .visual-img img {
  background-size: cover;
  width: 100%;
}

.fair-01 .visual-img .catch,
.campaign-01 .visual-img .catch {
  /*position: absolute;*/
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 10px 20px;
  background: #f7f4f1;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (min-width: 960px) {
  .fair-01 .visual-img .catch,
  .campaign-01 .visual-img .catch {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
    left: 5%;
    right: inherit;
    bottom: 20px;
    text-align: center;
  }
}

.fair-01 .term,
.campaign-01 .term {
  color: #fff;
  padding: 10px;
  text-align: center;
  background: #789980;
}

@media (max-width: 768px) {
  .fair-01 .term,
  .campaign-01 .term {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 960px) {
  .fair-01 .term,
  .campaign-01 .term {
    width: 30%;
  }
}

.fair-01 .subtitle,
.campaign-01 .subtitle {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 2.5rem;
  color: #789980;
}

@media (max-width: 768px) {
  .fair-01 .subtitle,
  .campaign-01 .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.fair-01 .event-section,
.campaign-01 .event-section {
  padding-bottom: 80px;
  margin: 60px 0;
}

@media (max-width: 959px) {
  .fair-01 .event-section,
  .campaign-01 .event-section {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #eef5f0 50%, #eef5f0 100%);
  }
}

@media (max-width: 768px) {
  .fair-01 .event-section,
  .campaign-01 .event-section {
    background: linear-gradient(180deg, #fff 0%, #fff 80%, #eef5f0 80%, #eef5f0 100%);
  }
}

@media (min-width: 960px) {
  .fair-01 .event-section,
  .campaign-01 .event-section {
    margin-bottom: 60px;
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #eef5f0 70%, #eef5f0 100%);
  }
}

@media (min-width: 960px) {
  .fair-01 .event-section .event-area figure,
  .campaign-01 .event-section .event-area figure {
    width: 70%;
  }
}

.fair-01 .com-tit-01,
.campaign-01 .com-tit-01 {
  background: url(../img/ivy/common/com-flower.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 960px) {
  .fair-01 .com-tit-01,
  .campaign-01 .com-tit-01 {
    height: 268px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 959px) {
  .fair-01 .com-tit-01,
  .campaign-01 .com-tit-01 {
    background: none;
    font-size: 56px;
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .fair-01 .com-tit-01,
  .campaign-01 .com-tit-01 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.fair-01 .context,
.campaign-01 .context {
  color: #555;
  background: #f7f4f1;
  padding: 10px 20px;
}

.fair-01 .context span,
.campaign-01 .context span {
  display: block;
  margin-bottom: 5px;
  font-family: "Balqis", serif;
  color: #789980;
}

.fair-01 .fair-title,
.campaign-01 .fair-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #789980;
  color: #789980;
  margin-top: 40px;
}

.fair-01 .galley,
.campaign-01 .galley {
  margin-top: 40px;
}

@media (max-width: 959px) {
  .fair-01 .galley,
  .campaign-01 .galley {
    padding-left: 30px;
  }
}

.fair-01 .galley li,
.campaign-01 .galley li {
  position: relative;
}

.fair-01 .galley img,
.campaign-01 .galley img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  width: 100%;
  height: 150px;
}

@supports (object-fit: cover) {
  .fair-01 .galley img,
  .campaign-01 .galley img {
    position: static;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 960px) {
  .fair-01 .galley img,
  .campaign-01 .galley img {
    height: 350px;
  }
}

@media (max-width: 959px) {
  .fair-01 .galley li,
  .campaign-01 .galley li {
    padding-left: 0;
    margin-top: 0;
  }
}

.access-01 {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #eef5f0 20%, #eef5f0 100%);
}

@media (min-width: 960px) {
  .access-01 {
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #eef5f0 40%, #eef5f0 100%);
  }
}

@media (max-width: 768px) {
  .access-01 iframe {
    height: 220px;
  }
}

@media (max-width: 959px) {
  .access-01 .com-tit-02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* campaign 一覧 */
/* campaign 詳細 */
#campaign-01.campaign-01 .campaign-section {
  padding-bottom: 80px;
  margin-bottom: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #f7f4f1 20%, #f7f4f1 100%);
}

@media (max-width: 768px) {
  #campaign-01.campaign-01 .campaign-section {
    margin-top: 60px;
  }
}

@media (min-width: 960px) {
  #campaign-01.campaign-01 .campaign-section {
    padding-bottom: 100px;
    margin-bottom: 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 40%, #f7f4f1 40%, #f7f4f1 100%);
  }
}

#campaign-01.campaign-01 .campaign-section .com-tit-01 {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  #campaign-01.campaign-01 .campaign-section .com-tit-01 {
    margin: 30px 0;
  }
}

@media (max-width: 959px) {
  #campaign-01.campaign-01 .campaign-section li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  #campaign-01.campaign-01 .campaign-section li p {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#campaign-01.campaign-01 .campaign-section figure {
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  #campaign-01.campaign-01 .campaign-section figure {
    margin-right: 0px;
    width: 100%;
  }
}

.set-plan {
  border: 1px solid #eee;
}

.set-plan .com-tit-02 {
  text-align: center;
  padding: 30px 0;
  background: #f7f4f1;
}

@media (max-width: 768px) {
  .set-plan .com-tit-02 {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 20px 10px;
  }
}

@media (min-width: 960px) {
  .set-plan .com-tit-02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  .set-plan .cost-area {
    flex-direction: column-reverse;
  }
}

@media (max-width: 959px) {
  .set-plan .text-area {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .set-plan .text-area {
    padding: 20px 10px;
  }
}

@media (min-width: 960px) {
  .set-plan .text-area {
    padding: 10px 30px 20px 30px;
  }
}

.set-plan .term {
  margin-bottom: -10px;
  border: 1px solid #789980;
  background: #fff;
  color: #789980;
}

@media (max-width: 768px) {
  .set-plan .term {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 960px) {
  .set-plan .term {
    width: inherit;
    margin-bottom: -22px;
  }
}

.set-plan .cost {
  align-items: baseline;
}

@media (max-width: 959px) {
  .set-plan .cost {
    justify-content: center;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .set-plan .cost {
    display: flex;
    align-items: center;
  }
}

.set-plan .cost .small {
  font-size: 22px;
  font-size: 2.2rem;
}

@media (min-width: 960px) {
  .set-plan .cost .small {
    margin-right: 10px;
  }
}

@media (max-width: 959px) {
  .set-plan .cost .small {
    display: block;
  }
}

@media (max-width: 768px) {
  .set-plan .cost .small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.set-plan .list-price {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -0.04em;
  margin-right: 20px;
  color: #555;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width: 959px) {
  .set-plan .list-price {
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .set-plan .list-price {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

@media (min-width: 960px) {
  .set-plan .list-price {
    line-height: 1;
    font-size: 30px;
    font-size: 3rem;
  }
}

.set-plan span.ontax {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: right;
  display: block;
  margin-top: 10px;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .set-plan span.ontax {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 3px;
    margin-top: 0.3rem;
  }
}

.set-plan .cam-price {
  margin: 0;
  color: #b8192d;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: -0.04em;
}

@media (max-width: 959px) {
  .set-plan .cam-price {
    text-align: center;
    line-height: 1.4;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .set-plan .cam-price {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 20px;
  }
}

@media (min-width: 960px) {
  .set-plan .cam-price {
    font-size: 62px;
    font-size: 6.2rem;
    line-height: 1;
    margin-top: 40px;
    margin-left: 20px;
  }
}

.set-plan .discount {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #b8192d;
  letter-spacing: -0.04em;
}

@media (max-width: 1199px) {
  .set-plan .discount {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .set-plan .discount {
    font-size: 35px;
    font-size: 3.5rem;
    margin: 20px auto;
  }
}

@media (max-width: 959px) {
  .set-plan .left-plan {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1199px) {
  .set-plan .left-plan {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .set-plan .right-plan {
    margin-top: -48px;
  }
}

@media (max-width: 768px) {
  .set-plan .right-plan {
    margin-top: -30px;
  }
}

.triangle {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .triangle {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .triangle img {
    width: 15px;
  }
}

.set {
  padding: 10px 10px 0px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  column-gap: 2%;
  margin: 20px 0;
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}
@media (max-width: 959px) {
  .set {
    column-gap: 5%;
  }
}
@media (min-width: 960px) {
  .set {
    padding: 30px 30px 20px 30px;
  }
}

.set .gray {
  background: #eee;
  color: #d1d1d1;
}

.set li {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 959px) {
  .set li {
    width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .set li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 960px) {
  .set li {
    width: 23.5%;
    padding: 10px 5px;
  }
}

.note {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .movie_wrap iframe {
    height: 180px;
  }
}

.company-01 {
  background: url("../img/company/bg-company.jpg");
  background-size: cover;
}

.company-01 .com-tit-01 {
  color: #fff;
}

@media (max-width: 959px) {
  .access-01 img {
    margin: 0 auto;
    display: block;
  }
}

.access-01 .access-directions .com-tit-02 {
  margin-bottom: 15px;
  padding: 10px 0;
  border-radius: 30px;
  border: 1px solid #7c6355;
}

.access-01 .access-directions li img {
  border: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.page-id-134 main {
  overflow: hidden;
}

.scene-01 .scene-tit-wrap {
  background: url("../img/scene/bg-tit.png");
  background-repeat: no-repeat;
  background-position: -30% 29%;
  height: 332px;
}

@media (max-width: 1199px) {
  .scene-01 .scene-tit-wrap {
    background-size: cover;
    height: auto;
  }
}

@media (max-width: 959px) {
  .scene-01 .scene-tit-wrap {
    background-position: 100% 29%;
  }
}

@media (max-width: 959px) {
  .scene-01 .uk-inline .center {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.scene-com .scene-tit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .scene-com .scene-tit {
    margin-bottom: 20px;
  }
}

.scene-com .scene-tit .text {
  margin: 20px auto;
}

@media (max-width: 959px) {
  .scene-com .scene-tit .text {
    margin-top: -10px;
  }
}

@media (min-width: 960px) {
  .scene-com .scene-tit figure {
    width: 34%;
  }
}

.scene-com .scene-img {
  position: relative;
}

.scene-com .scene-img:after {
  font-family: "FontAwesome", FontAwesome;
  content: "\f065";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  background: rgba(129, 112, 86, 0.8);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.scene-com .com-tit-05 {
  margin-top: 10px;
  padding: 5px;
}

.scene-com .sub-scene-tit {
  color: #7c6355;
}

.scene-com .sub-scene-tit span {
  font-size: 32px;
  font-size: 3.2rem;
}

.scene-com .scene-tit-inner {
  padding-bottom: 10px;
  border-bottom: 1px solid #7c6355;
  text-align: center;
  margin: 40px 0 20px 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 960px) {
  .scene-com .scene-tit-01 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 40px;
  }
}

.scene-com .scene-tit-03 {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 960px) {
  .scene-com .scene-tit-03 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.scene-com .scene-tit-04 {
  line-height: 1.2;
  margin-top: -14px;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Balqis", serif;
}

@media (min-width: 960px) {
  .scene-com .scene-tit-04 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

.scene-com .scene-tit-beige .scene-tit-01 {
  color: #949673;
}

.scene-com .scene-tit-beige .scene-tit-04 {
  color: #7c6355;
}

.scene-com .scene-tit-pink .scene-tit-01 {
  color: #de8f8f;
}

.scene-com .scene-tit-pink .scene-tit-04 {
  color: #e47a7a;
}
.scene-com .scene-tit-green .scene-tit-01 {
  color: #789980;
}

.scene-com .scene-tit-green .scene-tit-04 {
  color: #789980;
}

.scene-com .scene-tit-blue .scene-tit-01 {
  color: #93aeb3;
}

.scene-com .scene-tit-blue .scene-tit-04 {
  color: #669ba4;
}

.scene-com .scene-tit-brown .scene-tit-01 {
  color: #dabea2;
}

.scene-com .scene-tit-brown .scene-tit-04 {
  color: #aa733d;
}
.scene-com .scene-tit-crystal .scene-tit-01 {
  color: #81b9d9;
}

.scene-com .scene-tit-crystal .scene-tit-04 {
  color: #3a90c1;
}
.scene-com .scene-tit-american .scene-tit-01 {
  color: #9da933;
}

.scene-com .scene-tit-american .scene-tit-04 {
  color: #5e661f;
}
.scene-com .scene-tit-vell .scene-tit-01 {
  color: #877246;
}

.scene-com .scene-tit-vell .scene-tit-04 {
  color: #6a5a37;
}
.scene-com .scene-tit-classic .scene-tit-01 {
  color: #f9809f;
}

.scene-com .scene-tit-classic .scene-tit-04 {
  color: #f76186;
}
.scene-com .scene-tit-vintage .scene-tit-01 {
  color: #75553f;
}

.scene-com .scene-tit-vintage .scene-tit-04 {
  color: #6b4e3a;
}
.scene-com .scene-tit-cute .scene-tit-01 {
  color: #53adb5;
}

.scene-com .scene-tit-cute .scene-tit-04 {
  color: #43949c;
}
.scene-com .scene-tit-flower .scene-tit-01 {
  color: #db6a2c;
}

.scene-com .scene-tit-flower .scene-tit-04 {
  color: #aa4f1d;
}
.scene-com .scene-tit-clear .scene-tit-01 {
  color: #7cb0d6;
}

.scene-com .scene-tit-clear .scene-tit-04 {
  color: #428dc4;
}

.scene-com .slick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 960px) {
  .scene-com .slick .slick-inner {
    width: 50%;
  }
}

.scene-com .slick-inner {
  padding-top: 40px;
}

.scene-com .slick-inner.slick-inner-beige {
  background: #f9faea;
}

.scene-com .slick-inner.slick-inner-pink {
  background: #f2ebeb;
}
.scene-com .slick-inner.slick-inner-green {
  background: #eef5f0;
}

.scene-com .slick-inner.slick-inner-blue {
  background: #f3f9fa;
}

.scene-com .slick-inner.slick-inner-brown {
  background: #f4ebe2;
}
.scene-com .slick-inner.slick-inner-crystal {
  background: #f2f8fb;
}
.scene-com .slick-inner.slick-inner-american {
  background: #f9faef;
}
.scene-com .slick-inner.slick-inner-vell {
  background: #f3f0e8;
}
.scene-com .slick-inner.slick-inner-classic {
  background: #fff9fa;
}
.scene-com .slick-inner.slick-inner-vintage {
  background: #f5f0ed;
}
.scene-com .slick-inner.slick-inner-cute {
  background: #f2f9fa;
}
.scene-com .slick-inner.slick-inner-flower {
  background: #fcf1ec;
}
.scene-com .slick-inner.slick-inner-clear {
  background: #f2f7fb;
}
.scene-com .uk-container-sub-right-large {
  padding: 0px 20px 0 20px;
}

@media (min-width: 1200px) {
  .scene-com .uk-container-sub-right-large {
    max-width: 650px;
    padding: 0;
    margin: 0 auto 0 40px;
  }
}

.scene-com .uk-container-sub-left-large {
  padding: 0px 20px 0 20px;
}

@media (min-width: 1200px) {
  .scene-com .uk-container-sub-left-large {
    max-width: 650px;
    padding: 0;
    margin: 0 40px 0 auto;
  }
}

/* ポップアップ内 */
.uk-transition-slide-bottom {
  transform: inherit;
}

@media (min-width: 960px) {
  .uk-transition-slide-bottom {
    margin: -30px 0 30px 0;
  }
}

.uk-lightbox {
  background: rgba(0, 0, 0, 0.8) !important;
}

.slick-dots li button:before {
  font-size: 32px !important;
  color: #7c6355 !important;
}

@media (min-width: 1200px) {
  .slick-dots li button:before {
    font-size: 40px !important;
  }
}

.slick-dots {
  display: none !important;
}

.cap-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.4;
}

.cap-title .small {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 8px;
}

@media (min-width: 960px) {
  .cap-title .small {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 20px;
  }
}

.cap-title-01 {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Balqis", serif;
  margin-right: 8px;
}

@media (min-width: 960px) {
  .cap-title-01 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-right: 40px;
  }
}

.cap-title-02 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Balqis", serif;
}

@media (min-width: 960px) {
  .cap-title-02 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

/* モダン */
.scene-modern .com-tit-05 {
  background: #e4d2b2;
}

/* 陽気 */
.scene-cheerful .com-tit-05 {
  background: #eec9c9;
}

@media (min-width: 960px) {
  .scene-cheerful .scene-tit figure {
    width: 25%;
  }
}

/* 伝統的 */
.scene-traditional .com-tit-05 {
  background: #c8e8ee;
}

@media (min-width: 960px) {
  .scene-traditional .scene-tit figure {
    width: 33%;
  }
}

.online-01 {
  background: linear-gradient(-90deg, #fff 0%, #fff 50%, #eef5f0 50%, #eef5f0 100%);
}

.online-01 li > div {
  background: #fff;
  border: 1px solid #789980;
  border-radius: 20px;
  padding: 0px 5px 20px 5px;
  text-align: center;
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 960px) {
  .online-01 li > div {
    padding: 15px 6px;
  }
}

.online-01 li img {
  width: 40%;
}

@media (min-width: 960px) {
  .online-01 li img {
    width: 60%;
  }
}

.online-01 li .tit {
  font-size: 20px;
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .online-01 li .tit {
    font-size: 18px;
    font-size: 1.8rem;
    color: #789980;
  }
}

.banner-01 {
  margin-top: 30px !important;
}

@media (min-width: 960px) {
  .banner-01 {
    margin-top: 80px !important;
  }
}

.banner-01 li.line a {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .banner-01 li.line a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.banner-01 li.line img {
  width: 10%;
  display: inline-block;
}

@media (min-width: 960px) {
  .banner-01 li.line img {
    margin-right: 10px;
  }
}

.banner-01 li.line > div {
  background: #547c5c;
  border: none;
}

@media (max-width: 959px) {
  .banner-01 li.line > div {
    padding: 20px 0;
  }
}

.banner-01 li.tel-banner a {
  color: #547c5c;
  font-size: 30px;
  font-size: 3rem;
}

@media (min-width: 960px) {
  .banner-01 li.tel-banner a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.banner-01 li.tel-banner img {
  width: 5%;
  display: inline-block;
  margin-right: 10px;
  margin-top: -8px;
}

@media (min-width: 960px) {
  .banner-01 li.tel-banner img {
    width: 3%;
  }
}

.banner-01 li.tel-banner > div {
  background: rgba(238, 245, 240, 0.4);
}

@media (max-width: 959px) {
  .banner-01 li.tel-banner > div {
    padding: 20px 0;
  }
}

.banner-01 li.tel-banner .small {
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.banner-01 li.tel-banner svg {
  width: 17px;
  fill: #547c5c;
  margin-bottom: 4px;
  margin-right: 5px;
}
@media only screen and (max-width: 959px) {
  .banner-01 li.tel-banner svg {
    margin-bottom: 7px;
  }
}

.banner-01 li > div {
  line-height: 1.4;
  color: #555;
  border: 1px solid #547c5c;
  border-radius: 20px;
  text-align: center;
  padding: 0;
}

.banner-01 li a {
  display: block;
  padding: 0px 6px;
  width: 100%;
}

@media (min-width: 960px) {
  .banner-01 li a {
    padding: 15px 6px;
  }
}

.online-03 {
  background: linear-gradient(180deg, #fff 0%, #fff 20%, #eef5f0 20%, #eef5f0 100%);
}

@media (min-width: 960px) {
  .online-03 {
    background: linear-gradient(180deg, #fff 0%, #fff 70%, #eef5f0 70%, #eef5f0 100%);
  }
}

.online-03 .com-tit-01 {
  background: url(../img/common/com-dot.png) no-repeat center;
  background-size: contain;
}

@media (min-width: 960px) {
  .online-03 .com-tit-01 {
    height: 268px;
    margin-bottom: 0;
  }
}

.online-03 ul li {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .online-03 ul li {
    margin-bottom: 80px;
  }
}

@media (min-width: 960px) {
  .online-03 ul li > div {
    display: flex;
    position: relative;
  }
}

.online-03 ul li .text {
  background: #fff;
  padding: 10px 20px 20px 20px;
}

@media (min-width: 769px) {
  .online-03 ul li .text {
    padding: 20px;
  }
}

@media (min-width: 960px) {
  .online-03 ul li .text {
    position: absolute;
    right: -10px;
    bottom: -60px;
    width: 80%;
    padding: 30px;
    border-radius: 10px 0 10px 0;
  }
}

.online-03 .com-tit-02 {
  margin-bottom: 15px;
}

@media (max-width: 959px) {
  .online-03 .com-tit-02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 959px) {
  .online-03 .banner-01 li {
    margin-bottom: 0;
  }
}

.online-03 .banner-01 .line a {
  width: 100%;
}

@media (max-width: 959px) {
  .online-04 {
    padding-bottom: 40px;
  }
}

.online-04 .num {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .online-04 .num {
    display: block;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 768px) {
  .online-04 .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 10px auto;
  }
}

.online-04 .banner-01 {
  margin-top: 20px !important;
}

.online-04 .banner-01 li {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .online-04 .banner-01 .line img {
    display: block;
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 959px) {
  .online-04 .banner-01 .line > div {
    border-radius: 50px;
  }
}

.online-04 ul li {
  margin-bottom: 40px;
}

.online-04 ul li img {
  /*border: 1px solid #eee;*/
}

.online-04 ul li .text {
  background: #f2f2f1;
  padding: 10px 20px 30px 20px;
}

@media (min-width: 769px) {
  .online-04 ul li .text {
    padding: 20px 40px 30px 40px;
  }
}

@media (max-width: 1199px) {
  .online-04 ul li .com-tit-02 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.banner-02 .contact-banner > div {
  background: #fff;
}

.banner-02 .contact-banner > div a {
  padding: 15px 0;
  color: #646114;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 960px) {
  .banner-02 .contact-banner > div a {
    padding: 32px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* panel
--------------------------------- */
#contact-01 {
  padding: 60px 0 40px 0;
}

#contact-01 .com-tit-02 {
  text-align: center;
  color: #000;
  font-weight: 600;
}

#contact-02 {
  background: #f8f7f4c9;
  padding: 80px 0;
}

#contact-02 .com-tit-02 {
  text-align: center;
  color: #000;
  font-weight: 600;
}

#contact-02 .com-list-01 .policy-line {
  color: #f7f4f1;
  margin-top: 20px;
}

.contact-panel-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.contact-panel-01 .tel {
  width: 40px;
  line-height: 22px;
  margin-right: 0.9em;
  text-align: center;
  color: #7c6355;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  border: #7c6355 1px solid;
}

@media (min-width: 769px) {
  .contact-panel-01 .tel {
    width: 52px;
    line-height: 28px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-panel-01 .number {
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #7c6355;
}

@media (min-width: 769px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

.contact-panel-01 .number a {
  color: #7c6355;
}

.contact-phone-text {
  text-align: center;
}

.policy-content {
  overflow-y: scroll;
  height: 120px;
  background: #fffffa;
  padding: 30px 20px;
}

@media (min-width: 960px) {
  .policy-content {
    padding: 40px 20px;
    height: 220px;
  }
}

.policy-content p {
  font-size: 14px;
  font-size: 1.4rem;
}

/* list
--------------------------------- */
#thanks-01.thanks-panel-01 {
  padding: 60px 0;
}

#thanks-01.thanks-panel-01 .com-tit-02 {
  text-align: center;
  color: #000;
  font-weight: 600;
}

#thanks-01 {
  padding: 40px 0;
}

#thanks-02 {
  background: #f8f7f4c9;
  padding: 40px 0;
}

@media (min-width: 960px) {
  #thanks-02 {
    padding: 80px 0;
  }
}

@media (min-width: 769px) {
  #thanks-02 address {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* 追加オプション設定 */

#maedori-03 .com-tit-02,
#photowedding-03 .com-tit-02 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 30px 0 5px 0;
}

#maedori-03 .uk-container-large .text p,
#photowedding-03 .uk-container-large .text p {
  font-size: 14px;
  font-size: 1.4rem;
}

#maedori-03 .uk-container-large .text .yen,
#photowedding-03 .uk-container-large .text .yen {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  #maedori-03 .uk-container-large .text .yen,
  #photowedding-03 .uk-container-large .text .yen {
    display: block;
  }
}

.op-tit-01 {
  background: #f3f9fa;
}

.op-tit-02 {
  background: #f4ebe2;
}

.op-tit-03 {
  background: #f9faea;
}

.op-tit-01,
.op-tit-02,
.op-tit-03 {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}

/* QAのボーダー */

#maedori-07 table,
#photowedding-07 table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 24px;
  margin-top: 2.4rem;
  text-align: center;
}

#maedori-07 table th,
#maedori-07 table td,
#photowedding-07 table th,
#photowedding-07 table td {
  background: #fff;
  border: #789980 solid 1px;
  line-height: 3em;
  text-align: center;
  width: 50%;
}

@media (max-width: 768px) {
  #maedori-07 table th,
  #maedori-07 table td,
  #photowedding-07 table th,
  #photowedding-07 table td {
    line-height: 1.5em;
    padding: 10px 5px;
  }
}

/*        フッター修正の追記
------------------------------*/

.footer-nav li {
  border-bottom: 1px solid #fff;
  padding-left: 5px;
  line-height: 4;
}

.footer-nav li.none {
  border-bottom: none;
}

.footer-nav li:first-child {
  border-top: 1px solid #fff;
}

.footer-nav li span {
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 4px solid;
  margin-right: 4px;
  display: inline-block;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .footer-nav li:first-child {
    padding: 10px 0 10px 5px;
  }

  .footer-nav li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 3;
  }

  .footer-nav li.none {
    border-bottom: none;
    line-height: 2;
  }

  .footer-nav.last {
    margin-top: 0;
  }

  .footer-nav.last li:first-child {
    border-top: none;
  }
}

.contact_box {
  display: flex;
}

.contact_box li:nth-child(1) {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .pd_left {
    padding-left: 35px;
  }
}

select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効 */
  border-radius: 0;
  padding-left: 10px;
}

select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}

/* セレクトボックスの矢印デザイン変更 */
select {
  background-image: url(../img/contact/arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px 8px;
}

@media (max-width: 768px) {
  #maedori-02 ul.icon-list li {
    width: 33%;
  }

  #photowedding-02 ul.icon-list li {
    width: 33%;
  }

  .plan-01 .icon-list span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* コラム・豆知識の改修
--------------------------------- */
.single-01 .single-detail h2 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #789980;
  margin: 40px auto 20px;
  border-bottom: solid 3px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  position: relative;
}

.single-01 .single-detail h2::before {
  content: "";
  width: 100%;
  height: 1px;

  background-color: #789980;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.single-01 .single-detail h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 40px auto 20px;
  color: #789980;
  border-left: 5px solid #789980;
  padding-left: 10px;
}

.single-01 .single-detail h4 {
  border-left: 2px dotted #789980;
  padding-left: 10px;
  margin: 40px auto 20px;
  color: #789980;
}

ul.schem-faq {
  list-style-type: none !important;
  padding: 1em;
  border: 1px solid #eee;
}

ul.schem-faq li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
}

ul.schem-faq li.question::before {
  position: absolute;
  content: "Q";
  display: inline-block;
  background: #7c6355;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
}

ul.schem-faq li.question::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #7c6355;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

ul.schem-faq li.answer {
  margin-bottom: 2%;
}

ul.schem-faq li.answer::before {
  position: absolute;
  content: "A";
  display: inline-block;
  background: #f7f4f1;
  color: #7c6355;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
}

ul.schem-faq li.answer::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #f7f4f1;
  top: 55%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

ul.schem-faq a {
  color: #7c6355;
  border-bottom: 1px solid;
}

/*目次調整*/
#ez-toc-container {
  display: block;
}

/*ブログカード調整*/
.lkc-internal-wrap {
  background: #f7f4f1;
  border: 1px solid #547c5c;
}

@media (max-width: 768px) {
  .lkc-content {
    height: auto;
  }

  .lkc-title-text {
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .h-text-sp {
    position: fixed;
    right: 4%;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    height: 20px;
    text-align: right;
    z-index: 100000;
    background-color: transparent;
  }

  .h-text-sp .h-text-tit {
    display: block !important;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* 追加CSS */

@media (max-width: 768px) {
  .page-tit-01 {
    padding: 60px 0 0;
  }

  /*.fair-01 .visual-img, .campaign-01 .visual-img {
        margin: 30px 0 20px;
    }*/
}

/*プランレイアウト修正*/
.plan-01 .plan-area .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 15px;
}

@media (max-width: 768px) {
  .plan-01 .plan-area .price {
    display: block;
  }
}

.plan-01 .plan-area .price .campaign_text {
  background: #e91e63;
  color: #fff;
  padding: 8px 5px;
  line-height: 1;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .plan-01 .plan-area .price .campaign_text {
    margin-right: 0;
  }
}

.plan-01 .plan-area .price_right .yen.new_layout.tax_in {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
  margin-top: 0;
  line-height: 1;
}

.plan-01 .plan-area .price_right .yen.new_layout .normal_top {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}

.plan-01 .plan-area .price_right .yen.new_layout .normal {
  text-decoration: line-through;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.plan-01 .plan-area .price_right .yen.new_layout.tax_in .normal {
  font-size: 13px;
  font-size: 1.3rem;
}

.plan-01 .plan-area .price_right .yen.new_layout .price_arrow {
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.plan-01 .icon-list span .caption_text {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: normal;
}

.plan-01 .plan-area .center.yen.new_layout .tax_in {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.note li.note_q {
  text-indent: -1em;
  padding-left: 1em;
  padding-top: 5px;
}

.note li.note_q .note_title {
  font-weight: bold;
}

.note li.note_q .pink {
  color: #e87787;
}

/*プランページ プランタイトル追加*/
.plan-title-box {
  margin: -80px auto 0;
  padding-top: 80px;
}

.plan-title-box h4.plan-title {
  font-size: 28px;
  font-size: 2.8rem;
  color: #7c6355;
  border-bottom: 1px dashed #7c6355;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: inline-block;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .plan-title-box {
    margin: -60px auto 0;
    padding-top: 60px;
  }

  .plan-title-box h4.plan-title {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 50px;
  }
}

/*footer SPフローティング修正*/
@media (max-width: 959px) {
  .following-list {
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .following .uk-container-large {
    padding: 0;
  }

  .following .following-list {
    margin-left: 0;
  }

  .following .following-list li:nth-of-type(2) {
    padding-left: 0;
  }
}

/*キャンペーンバナー追加*/
.uk-nav > li.menu_bnr img {
  display: block !important;
}

.uk-nav > li.menu_bnr:before {
  content: none;
}

.uk-nav > li.menu_bnr a {
  padding: 0.5em 1em;
}

.following .ft_campaign_text {
  text-align: center;
  background: #ff9900;
  border-radius: 50px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  margin: 0em 0.5em 0.8em;
  padding: 3px 0;
  letter-spacing: normal;
}

.following .ft_campaign_text .first {
  border: 1px solid #fff;
  padding: 1px;
  margin-right: 0.3em;
}

.following .ft_campaign_text .yellow {
  color: #ffe052;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .page-tit-01 {
    padding: 0px;
  }

  .page-tit-01 .main-tit {
    padding: 0px 20px 0;
  }

  .fair-01,
  .campaign-01 {
    padding-top: 0px;
  }

  .fair-01 .visual-img,
  .campaign-01 .visual-img {
    margin: 0px 0 20px;
  }
}

/*シーンページ改修*/
@media (max-width: 768px) {
  .scene-com .sub-scene-tit.bold {
    font-weight: 600;
  }

  .scene-com .scene-tit-inner.bold {
    font-weight: 600;
  }

  .scene-com .scene-tit-inner.bold .scene-tit-04 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }

  .cap-title.bold {
    font-weight: 600;
  }
}

.scene-com .scene-tit-inner.new {
  margin: 0 0 20px;
}

.scene-com .scene-text {
  margin-bottom: 15px;
}

.scene-com.new {
  margin-bottom: 60px;
}

/*プランページ改修*/
#planpage {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#planpage .com-section.section_title {
  padding: 50px 0;
}

 #planpage .plan_box span.due {
      padding-left: 12px;
      span {
        padding-right: 12px;
      }
  }

@media (min-width: 1200px) {
  #planpage .com-section.section_title {
    padding: 80px 0;
  }
}

#planpage .com-tit-01,
#planpage .com-tit-01 span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#planpage .com-tit-01 {
  margin-bottom: 0;
}

#planpage .com-tit-01 span {
  margin-top: 0;
}

#planpage .com-section.pt0 {
  padding-top: 0;
  padding-bottom: 0;
}

#planpage .plan_box {
  margin-bottom: 100px;
}

#planpage .plan_box a {
  display: block;
}

#planpage .plan_box a:hover {
  opacity: 0.8;
}

#planpage .plan_title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}
#planpage .plan_title .english {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  padding-top: 8px;
  letter-spacing: 2.6px;
}

#planpage .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px auto 10px;
  letter-spacing: -0.01rem;
}

#planpage .price .campaign_text {
  background: #eca0ab;
  color: #fff;
  padding: 8px 5px;
  line-height: 1;
  margin-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

#planpage .price .yen.new_layout .normal_top {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

@media only screen and (max-width: 350px) {
  #planpage .price .yen.new_layout .normal_top {
    font-size: 13px;
    font-size: 1.3rem;
    color: #000;
  }
}

#planpage .price .yen.new_layout .normal {
  text-decoration: line-through;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 350px) {
  #planpage .price .yen.new_layout .normal {
    text-decoration: line-through;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#planpage .price .yen.new_layout .price_arrow {
  padding: 0 5px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

#planpage .price .yen.new_layout .special {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
}

@media only screen and (max-width: 350px) {
  #planpage .price .yen.new_layout .special {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#planpage .price .yen.new_layout.tax_in {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-top: 0;
  line-height: 1;
  text-align: left;
}

@media only screen and (max-width: 350px) {
  #planpage .price .yen.new_layout.tax_in {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

#planpage .price .yen.new_layout.tax_in .normal {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 350px) {
  #planpage .price .yen.new_layout.tax_in .normal {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
#planpage .one_price {
  display: inline-block;
  text-align: right;
}
#planpage .one_price .yen.new_layout {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: 600;
  margin: 5px auto 0;
  letter-spacing: -0.01rem;
}
#planpage .one_price .yen.new_layout.cel {
  display: flex;
  align-items: center;
  margin: 8% auto 0;
  line-height: 1.4;
  padding: 0;
  justify-content: center;
  white-space: nowrap;
}
#planpage .one_price .yen.new_layout .att {
  font-size: 1.6rem;
  border: 1px solid;
  border-radius: 4px;
  padding: 1% 4%;
  align-items: stretch;
  margin-right: 0.5rem;
}

#planpage .one_price .tax_in {
  line-height: 1;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.01rem;
  color: #000;
}

@media (min-width: 1100px) {
  #planpage .plan_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #planpage .plan_box {
    max-width: 450px;
  }
  #planpage .colum3 {
    gap: 10px;
  }
  #planpage .colum3 .plan_box {
    width: calc((100% - 20px) / 3);
  }
  #planpage .price .campaign_text {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #planpage .price .yen.new_layout .normal_top,
  #planpage .price .yen.new_layout .normal_top.yen.new_layout,
  #planpage .price .yen.new_layout .normal,
  #planpage .price .yen.new_layout .price_arrow {
    font-size: 19px;
    font-size: 1.9rem;
  }

  #planpage .price .yen.new_layout .special {
    font-size: 35px;
    font-size: 3.5rem;
  }

  #planpage .price .yen.new_layout.tax_in,
  #planpage .price .yen.new_layout.tax_in .normal {
    font-size: 19px;
    font-size: 1.9rem;
  }

  #planpage .one_price .yen.new_layout {
    font-size: 35px;
    font-size: 3.5rem;
  }

  #planpage .one_price .tax_in {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media (max-width: 1099px) {
  #planpage .plan_box:last-child {
    margin-bottom: 0;
  }

  .planpage_breadcrumb .uk-container-large {
    padding: 0 5px 10px;
  }
}

/*プラン詳細ページ*/
#planpage.planpage_studio,
#planpage.planpage_location,
#planpage.planpage_studio_location,
#planpage.planpage_solo {
  background: #f2f2f1;
}

#planpage .com-section.pt0pb15 {
  padding-top: 0;
  padding-bottom: 15px;
}

.com-section.plan_option {
  padding: 30px 0;
}

#planpage .plan_detail_contents {
  background: #fff;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

#planpage .plan_detail_box__right {
  padding: 0 5px;
}

#planpage .note {
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}

#planpage .note li {
  text-align: left;
}

#planpage .plan_text {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  margin-top: 1em;
  line-height: 1.5;
}

#planpage .plan_item_box {
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
  padding: 0 10px;
}

#planpage .plan_item_box .item {
  display: flex;
  align-items: center;
  width: 49%;
  line-height: 1.5;
  margin-bottom: 5px;
}

#planpage .plan_item_box .item .icon {
  max-width: 45px;
  margin-right: 5px;
}

#planpage .plan_item_box .item .name {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  text-align: left;
  line-height: 1.5;
}

#planpage .plan_item_box .item .name .caption_text {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

#planpage .data_caption {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  padding: 0 5px;
  line-height: 1.5;
}

#planpage .data_caption .pink {
  color: #e87787;
}

@media (min-width: 960px) {
  #planpage .plan_detail_contents {
    padding: 30px;
  }

  #planpage .plan_detail_box {
    display: flex;
    justify-content: space-between;
  }

  #planpage .plan_detail_box__left {
    width: 40%;
  }

  #planpage .plan_detail_box__right {
    width: 58%;
    padding-top: 50px;
  }

  #planpage .plan_title {
    font-size: 29px;
    font-size: 2.9rem;
  }

  #planpage .note {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #planpage .plan_text {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    letter-spacing: normal;
  }

  #planpage .plan_item_box .item {
    display: block;
    width: 12%;
  }

  #planpage .plan_item_box .item .icon {
    max-width: 100%;
  }

  #planpage .plan_item_box .item .icon img {
    max-width: 75px;
  }

  #planpage .plan_item_box .item .name {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }

  #planpage .plan_item_box .item .name .caption_text {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #planpage .data_caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (max-width: 820px) {
  #planpage .plan_item_box {
    padding: 0 25px;
  }

  #planpage .plan_item_box .item {
    max-width: 133px;
  }
}
@media (max-width: 500px) {
  #planpage .plan_item_box {
    justify-content: space-between;
    column-gap: 0;
  }
}
@media (max-width: 342px) {
  #planpage .plan_item_box {
    padding: 0 10px;
  }
}

/*casual-wedding*/
/*紹介ページ*/
.about_casual_wedding {
  padding: 60px 0;
  .section_title {
    color: #789980;
    font-size: 2.6rem;
    font-weight: 600;
  }

  h2.cw-title {
    font-size: 32px;
    color: #789980;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-weight: 700;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
  }
  .contents_box01 {
    width: 100%;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    justify-content: space-around;
    align-items: center;
    .cb01_l {
      max-width: 40%;
      p {
        text-align: center;
        letter-spacing: 0.25em;
        font-size: 2rem;
        line-height: 1.8;
      }
    }
    .cb01_r {
      position: relative;
    }
  }
  .contents_box02 {
    display: flex;
    gap: 40px;
    align-items: center;
    h2.cw-title {
      text-align: left;
    }
    p {
      font-size: 2rem;
      line-height: 1.8;
    }
  }
  .plan_bg {
    text-align: center;
    .plan_box {
      background: #fff;
      display: inline-block !important;
      width: auto;
      div.pb_l {
        padding: 4% 0;
        width: auto !important;
        display: block !important;
        margin: auto;
        dl {
          margin-bottom: 2rem;
        }
        dt {
          img {
            display: block;
            max-height: 300px;
            margin: auto;
          }
        }
        .price_box {
          p .tax {
            color: #333;
            text-align: right;
            width: 100%;
            display: block;
          }
        }
      }
    }
  }
  .plan .plan_box {
    width: 90%;
    @media (min-width: 768px) {
      width: 33%;
    }
    dd {
      width: 100%;
      @media (min-width: 768px) {
        width: 80%;
      }
      span:not(.tax) {
        padding: 0 0 4%;
      }
      span.tax {
        padding-top: 4px;
      }
      .price_box p {
        display: inline-block;
      }
    }
  }
}
/*プランページ*/
#planpage.casual-wedding {
  .new_layout {
    .special {
      display: block;
      line-height: 1.2;
    }
    .special {
      small {
        font-size: 60%;
      }
    }
  }

  #planpage .price {
    margin: 24px auto 14px;
  }
  .plan_item_box {
    margin-bottom: 4%;
  }
  .price .yen.new_layout.tax_in {
    display: block !important;
    text-align: right;
    padding: 0.7rem 0 0;
  }
  .price .yen.new_layout {
    padding: 8% 0;
  }
  .optionn_item {
    h5 {
      font-size: 2.2rem;
      font-weight: 400;
      font-family: Georgia, "Times New Roman", Times, serif;
      margin-bottom: 12px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      &::before,
      &::after {
        content: "";
        width: 2px;
        height: 24px;
        background-color: #808080;
      }
      &::before {
        margin-right: 30px;
        transform: rotate(-35deg);
      }
      &::after {
        margin-left: 30px;
        transform: rotate(35deg);
      }
    }
    ul {
      width: 70%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      li {
        list-style-type: disc;
        list-style-position: inside;
        text-align: left;
        width: 46%;
        box-sizing: border-box;
        margin-right: 4%;
        :nth-child(2n) {
          margin-right: 0;
        }
      }
    }
  }
  .price .yen.new_layout .special {
    line-height: 1;
  }
  .price .yen.new_layout .special + .special {
    font-size: 3rem;
  }
  .price_include {
    text-align: left;
    padding: 2.8% 4% 2%;
    @media (max-width: 767px) {
      padding: 8% 4% 2%;
    }
    border: 1px solid #73a480;
    border-radius: 8px;
    position: relative;
    h5 {
      font-weight: 600;
      background: #73a480;
      padding: 8px 16px;
      display: inline-block;
      color: #fff;
      font-size: 1.8rem;
      position: absolute;
      left: 2%;
      top: -8%;
      .price_att {
        font-size: 1.4rem;
      }
    }
    ul {
      display: flex;
      align-items: center;
      gap: 20px;
      li {
        margin-right: 4%;
        color: #73a480;
        font-size: 2rem;
        &::before {
          content: "●";
          font-weight: 600;
          margin-right: 8px;
          font-size: 18px;
        }
      }
    }
  }
}

/*プランページ用 下部共通バナー*/
.banner-bottom.plan ul {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.banner-bottom.plan ul li {
  padding-left: 0;
  margin: 0 auto 25px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 19px;
  font-size: 1.9rem;
}

.banner-bottom.plan ul li:last-child {
  margin-bottom: 0;
}

.banner-bottom.plan ul li a {
  display: block;
  padding: 10px;
}

.banner-bottom.plan ul .contact,
.banner-bottom.plan ul .reserve {
  background: #f8a0a6;
  border-radius: 5px;
}

.banner-bottom.plan ul .contact a,
.banner-bottom.plan ul .reserve a {
  color: #fff;
}

.banner-bottom.plan ul .line,
.banner-bottom.plan ul .online {
  border: 1px solid #789980;
  border-radius: 5px;
}

.banner-bottom.plan ul .line a {
  color: #06c755;
}

.banner-bottom.plan ul .line span {
  margin-right: 10px;
}

.banner-bottom.plan ul .line span img {
  width: 30px;
}

.banner-bottom.plan ul .online a {
  color: #789980;
}

.banner-bottom.plan ul .contact a:hover,
.banner-bottom.plan ul .reserve a:hover {
  background: #ffdbdd;
  color: #f8a0a6;
}

.banner-bottom.plan ul .line a:hover {
  background: #f5fff9;
}

.banner-bottom.plan ul .online a:hover {
  background: rgba(120, 153, 128, 0.1);
}

@media (min-width: 1000px) {
  .banner-bottom.plan ul {
    justify-content: space-evenly;
    padding-top: 80px;
  }

  .banner-bottom.plan ul li {
    max-width: 325px;
    margin: 0 0 25px;
  }

  .banner-bottom.plan ul li:last-child {
    margin-bottom: 25px;
  }
}

/*シーンページ追加css 202204*/
.scene_link_btn {
  margin: 50px auto;
}

.scene_link_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.scene_link_btn ul li {
  width: calc(100% / 2.5);
  text-align: center;
}

.scene_link_btn ul li:first-child {
  margin-right: 20px;
}

.scene_link_btn ul li a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #789980;
  background: #789980;
  color: #fff;
}

.scene_link_btn ul li a:hover {
  color: #789980;
  background: #fff;
  border: 1px solid #789980;
}

@media (min-width: 960px) {
  .scene_link_btn {
    margin: 80px auto;
  }

  .scene_link_btn ul li {
    width: calc(100% / 3.5);
  }
}

#scene-01 .com-tit-01,
#location-01 .com-tit-01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding-top: 35px;
  margin-top: -35px;
}

@media (min-width: 960px) {
  #scene-01 .com-tit-01,
  #location-01 .com-tit-01 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
