@charset "UTF-8";

/*===================================
  基本設定
===================================*/
.color01 {
  color: #a0b56b;
}

.color02 {
  color: #202020;
}

.color03 {
  color: #202020;
}

.color04 {
  color: #202020;
}

.link {
  color: #a0b56b;
  text-decoration: underline;
}

.bg1 {
  background-color: #FDFBF2;
}

.bg2 {
  background-color: #a0b56b;
}

.bgcolor02 {
  background-color: #202020;
}

.bgcolor03 {
  background-color: #202020;
}

.bgcolor04 {
  background-color: #202020;
}

/* 共通コンテンツ間隔 */
.area {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.up-fxd-even .box + .box,
.up-fxd-odd .box + .box {
  margin-top: 50px;
}

.up-show\@tb,
.up-show\@sp {
  display: none;
}

[data-element-id].up-show\@tb,
[data-element-id].up-show\@sp {
  display: block;
}

.js-thumb:hover {
  opacity: .6;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .up-show\@tb {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .up-show\@sp {
    display: block;
  }
  .h-auto-sp {
    height: auto !important;
  }
}

/*===================================
  共通ブロック　block-cmn
==================================*/
/* 共通ブロック１ */
/*===================================
  共通タイトル　ttl-cmn
===================================*/
/* 共通タイトル１ */
.ttl-cmn01 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 50px;
}

.ttl-cmn01 .s {
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    font-size: 24px;
  }
}

/*===================================
  共通リスト　list-cmn
==================================*/
/* 共通リスト１ */
.dl-cmn01 .ttl01 {
  font-size: 18px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  margin-bottom: 1rem;
  border-bottom: 1px solid #202020;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.dl-cmn01 .txt01 li {
  position: relative;
  padding-left: 1rem;
}

.dl-cmn01 .txt01 li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

.dl-cmn01 + .dl-cmn01 {
  margin-top: 30px;
}

/*===================================
  共通ボタン btn-cmn
===================================*/
/* 共通ボタン１ */
.btn-cmn01 {
  max-width: 180px;
  margin-top: 50px;
}

.btn-cmn01 a {
  display: block;
  padding: 5px 20px;
  background: #202020;
  color: #fff;
  text-align: center;
  position: relative;
}

.btn-cmn01 a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f054";
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}

.btn-cmn01.btn-back a:after {
  content: "\f053";
  right: inherit;
  left: 5px;
}

/*===================================
  他共通エレメント -cmn
===================================*/
/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
h1 {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
  line-height: 1.2;
}

/**
ヘッダー
header
*/
.header .logo {
  -webkit-filter: invert(1);
          filter: invert(1);
}

[data-element-id] .header .logo {
 filter: none; 
}


@media only screen and (max-width: 1024px) {
  h1 {
    width: calc(100% - 50px);
  }
  .header .logo img {
    max-height: 32px;
  }
}

@media only screen and (max-width: 599px){
  h1  {
    font-size: 10px;
  }
}

/* 下部固定コンテンツ */
.fix-bottom {
  position: relative;
  z-index: 250;
}

.fix-bottom .item {
  position: fixed;
  right: 0;
  text-align: center;
  width: 55px;
}

.fix-bottom .item.__reserve {
  top: 70px;
}

.fix-bottom .item.__contact {
  top: 220px;
}

.fix-bottom .item > a,
.fix-bottom .item > .a {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 35px 5px;
  text-align: left;
  background: #574128;
  color: #fff;
  border: 1px solid #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.fix-bottom.ab .item > a,
.fix-bottom.ab .item > .a {
  background: #fff;
  color: #574128;
  border: 1px solid #574128;
}

.fix-bottom .item > a:before,
.fix-bottom .item > .a:before {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5em;
}

.fix-bottom .item > a:hover,
.fix-bottom .item > .a:hover {
  cursor: pointer;
  opacity: 1;
  background: #9d7548;
}

.fix-bottom .__reserve .line_btns {
  position: absolute;
  display: block;
  width: 180px;
  top: 0;
  left: 0;
  z-index: -1;
}

.fix-bottom .__reserve .line_btns .item01 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.fix-bottom .__reserve .line_btns .item01:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fix-bottom .__reserve .line_btns .item01:nth-of-type(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.fix-bottom .__reserve .line_btns .item01:nth-of-type(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.fix-bottom .__reserve .line_btns .item01 + .item01 {
  margin-top: 5px;
}

.fix-bottom .__reserve .line_btns a {
  position: relative;
  display: block;
  background: #a0b56b;
  padding: 10px 10px 10px 35px;
  color: #fff;
}

.fix-bottom .__reserve .line_btns a:before {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 2em;
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-weight: 400;
  z-index: 1;
}

.fix-bottom .__reserve.active .item01 {
  -webkit-transform: translate(-180px, 0);
          transform: translate(-180px, 0);
}

.fix-bottom .__reserve .a:before {
  content: '\f073';
}

.fix-bottom .__contact a:before {
  content: '\f0e0';
}

[data-element-id] .head-area {
  position: relative;
}

[data-element-id].fix-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  position: relative;
  bottom: auto;
  left: auto;
}

[data-element-id] .fix-bottom .item {
  position: relative;
  text-align: right;
  width: 100%;
  top: 0;
}

[data-element-id] .fix-bottom .__reserve .line_btns {
  position: relative;
  margin-left: auto;
z-index: 0;
  
}

@media only screen and (max-width: 1024px) {
  /* 下部固定コンテンツ */
  .fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fix-bottom .item {
    width: 50%;
    text-align: center;
  }
  .fix-bottom .item.__contact,
  .fix-bottom .item.__reserve {
    bottom: 0;
    top: auto;
    position: relative;
  }
  .fix-bottom .item > a,
  .fix-bottom .item > .a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 10px 5px 10px 40px;
    width: 100%;
    display: block;
    border: none;
  }
  .fix-bottom .item > a:before,
  .fix-bottom .item > .a:before {
    left: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .fix-bottom .item > a {
    border-left: 1px solid #fff;
  }
  .fix-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 5px;
  }
  .fix-bottom .__reserve .line_btns {
    width: 100%;
  }
  .fix-bottom .__reserve.active .item01 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .fix-bottom .__reserve.active .item01:nth-of-type(1) {
    -webkit-transform: translate(0, -45px);
            transform: translate(0, -45px);
  }
  .fix-bottom .__reserve.active .item01:nth-of-type(2) {
    -webkit-transform: translate(0, -135px);
            transform: translate(0, -135px);
  }
  .fix-bottom .__reserve.active .item01:nth-of-type(3) {
    -webkit-transform: translate(0, -225px);
            transform: translate(0, -225px);
  }
  .fix-bottom .__reserve.active .item01.item01 {
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .fix-bottom .item > a,
  .fix-bottom .item > .a {
    padding: 5px 5px 5px 40px;
  }
}

/**
グローバルナビ
gnav
*/
.gnav {
  position: relative;
}

.gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  cursor: pointer;
}

.gnav.fixed .groval-nav {
  padding: 5px 0;
}

.gnav.fixed .groval-nav .grv-head {
  width: 6%;
}

.gnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.gnav .item01 {
  text-align: center;
  font-size: 14px;
  padding: 0 2rem;
}

.gnav .item01 > a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

[data-element-id].gnav .list02 {
  position: relative;
  visibility: visible;
  opacity: 1;
  margin-bottom: 2rem;
  
}

.gnav .item02 a {
  display: block;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: -webkit-transform ease 0.5s;
    transition: -webkit-transform ease 0.5s;
    transition: transform ease 0.5s;
    transition: transform ease 0.5s, -webkit-transform ease 0.5s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-overflow-scrolling: touch;
  }
  .gnav.action {
    z-index: 250;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
  .gnav .wrap {
    padding-bottom: 100px;
  }
  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }
  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }
  .gnav .list02 a:before {
    position: absolute;
    top: 19px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #202020;
    content: '';
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: fixed !important;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 42px;
  height: 42px;
  background: #170302;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -1px;
  padding: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:before,
.toggle .bar:after {
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  content: '';
}

.toggle .bar:before {
  top: -10px;
}

.toggle .bar:after {
  top: 10px;
}

.toggle.active .bar {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
  .overlay:after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    width: 100%;
    height: 100vh;
    background: #202020;
    content: '';
    opacity: 0.3;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
}
/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #202020;
  color: #fff;
  text-align: center;
  font-size: 26px;
  line-height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.totop:before {
  content: '\f0d8';
  font-weight: bold;
  font-family: 'Font Awesome 5 Free';
}

@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 70px;
  }
}

/**
フッター
footer
*/
.footer .copy {
  padding: 5px 0;
  background: #999;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 100px;
  }
}

/**
フッターナビ
fnav
*/
.fnav {
  padding: 50px 0;
  background: #eee;
}

.fnav .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fnav .list01 {
  width: 50%;
  -webkit-column-count: 3;
  column-count: 3;
}

.fnav .item {
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  position: relative;
  display: block;
  padding-left: 12px;
}

.fnav .item a:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #202020;
  content: '';
}

.fnav .list02 {
  width: 50%;
}

.fnav .datawrap {
  -webkit-column-count: 3;
  column-count: 3;
}

.fnav .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
}

.fnav .datattl:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #202020;
  content: '';
}

.fnav .data {
  margin-bottom: 5px;
  padding-right: 10px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .data a {
  position: relative;
  padding-left: 12px;
}

.fnav .data a:before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #202020;
  content: '';
}

@media only screen and (max-width: 1024px) {
  .fnav .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }
  .fnav .list02 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .fnav .list01 {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .fnav .datawrap {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

/**
2カラムページ
*/
.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 50px;
    width: 100%;
  }
  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side .list {
    width: 48%;
  }
}

@media only screen and (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 2em;
  background: #202020;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.list-side .data {
  margin-bottom: 10px;
  padding-left: 10px;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.list-side a:before {
  position: absolute;
  left: 0;
  color: #202020;
  content: '>';
}

@media only screen and (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }
  .list-side.type-archive .datawrap .data {
    width: 48%;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
トップ
*/
/*ホームビジュアル（トップ）*/
.homevisual {
  position: relative;
}

.homevisual .img {
  position: relative;
  min-height: 300px;
  max-height: 700px;
}

.homevisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 40%;
  content: '';
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    font-size: 28px;
  }
}

/* A-BiSUスライダー用 */
.mainimg {
  position: relative;
  overflow: hidden;
  max-height: 600px;
  min-height: 350px;
}

.mainimg img {
  width: 100%;
}

.mainimg .uk-slidenav-position:after {
  display: block;
  padding-top: 50%;
  content: '';
}

.mainimg .uk-slideshow {
  position: absolute;
  top: 0;
  height: 100% !important;
}

.mainimg .uk-slideshow li {
  height: 100% !important;
}

.mainimg .uk-slideshow .uk-flex {
  height: 100%;
}

.mainimg .uk-slideshow img {
  width: 100%;
  height: 100% !important;
  /*IE対策*/
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media only screen and (max-width: 599px){
.mainimg .uk-slidenav-position:after {
  padding-top: 70%;
}
}

/*IE対策*/
/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }
  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 400px;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* パンくずリスト */
.breadcrumb {
  margin-top: 10px;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item:not(:last-of-type):after {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}

.breadcrumb .home {
  color: #202020;
}

.breadcrumb .now {
  color: #202020;
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "\f053";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "\f054";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

.pagenation a,
.pagenation .now {
  font-weight: bold;
}

.pagenation .number a,
.pagenation .now {
  display: block;
  padding: 2px 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #202020;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.pagenation .number a:hover,
.pagenation .now {
  background: #808080;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 記事一覧ページ */
.list-article .cate span {
  display: inline-block;
  background: #202020;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.list-article .cate .cate1 {
  background: #00f;
}

/* 記事詳細ページ */
.articledtl01 .cate span {
  display: inline-block;
  background: #202020;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
}

.articledtl01 .cate .cate1 {
  background: #00f;
}

/* ギャラリー */
.list-gallery01 a {
  display: block;
  position: relative;
}

.list-gallery01 .img {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-gallery01 .block-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  overflow: hidden;
  visibility: hidden;
}

.list-gallery01 .cate {
  font-size: 14px;
  margin-bottom: 5px;
}

.list-gallery01 .head {
  font-size: 18px;
}

.list-gallery01 a:hover {
  opacity: 1;
}

.list-gallery01 a:hover .img {
  opacity: 0.5;
}

.list-gallery01 a:hover .block-txt {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 599px) {
  .list-gallery01 .block-txt {
    display: none;
  }
  .list-gallery01 .head {
    font-size: 14px;
  }
}

/* ギャラリー詳細 */
.gallerydtl01 .thumbnail {
  cursor: pointer;
}

/* フォーム */
.form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 20px 0;
  border-bottom: 2px solid #999;
}

.form .datattl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 200px;
  color: #202020;
  font-weight: bold;
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  background: red;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio'] + label {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}

.form .data input[type='radio'] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
  box-shadow: inset 1px 1px 0 1px #999;
  content: '';
}

.form .data input[type='radio']:checked + label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: '';
}

.form .data input[type='radio']:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
  border: none;
}

.form .btn button {
  margin: 10px 20px;
  padding: 0.2em;
  width: 200px;
  border: none;
  border-radius: 2em;
  background: #a0b56b;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.form .btn button:hover {
  opacity: 0.6;
  cursor: pointer;
}

.pp_dl + .pp_dl {
  margin-top: 30px;
}

.pp_dl .ttl01 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
  .form .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }
  .form .data {
    padding-left: 0;
  }
}

/* CSS Document */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.arial {
  font-family: arial, sans-serif;
}

.galdeno {
  font-family: 'Galdeano', sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 160%;
  color: #202020;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォント系*/
h2 {
  font-size: 40px;
  font-weight: normal;
}

h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 50px;
}

h4 {
  font-size: 24px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-weight: normal;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs46 {
  font-size: 46px;
}

.fs48 {
  font-size: 48px;
}

.fs50 {
  font-size: 50px;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: #fff;
}

/*クリアフィックス*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

.map {
  position: relative;
  overflow: hidden;
}

.map:after {
  display: block;
  content: "";
  padding-top: 35%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

iframe {
  max-width: 100%;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100% !important;
  height: auto !important;
}

img:not([src*="."]) {
  display: none;
}

.scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.scale:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
  display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
  position: relative;
}

.filter:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: radial-gradient(ellipse at center, white 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
  width: 80% !important;
  max-width: 400px !important;
  height: auto !important;
}

.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: initial !important;
}

.pic {
  text-align: center;
  width: 100%;
}

.pic img {
  width: 100%;
}

.rp .pic {
  width: 35%;
}

.rp .tbox {
  width: 60%;
}

.bkimg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg img {
  width: 100%;
  min-width: 1200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[data-element-id] .fead-mv {
  opacity: 1;
}

.fead-mv {
  opacity: 0;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -ms-transition: 0.6s;
}

.mv {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

a[href*="tel"] {
  pointer-events: none;
}

a[data-href="#"] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href*="."] {
  border: solid red 5px;
  display: block;
  position: relative !important;
  opacity: 1;
}

a[data-href="#"]:hover:before {
  content: "リンクが設定されていない可能性があります。";
  position: absolute !important;
  width: 100%;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a[data-href*="."]:hover:before {
  content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
  position: absolute !important;
  width: 100%;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tel a[data-href]:hover:before {
  content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
  position: absolute !important;
  width: 100%;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 100%;
  color: red;
  font-weight: bold;
  background: #555;
  padding: 5px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
  content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: absolute;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
  width: 100%;
}

[data-collection-list-content]:hover:before {
  content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
  display: block;
  line-height: 1.8;
  font-weight: bold;
  color: red;
  clear: both;
  background: #4c4c4c;
  padding: 5px;
  text-align: left;
  position: absolute;
  letter-spacing: 1px;
  z-index: 1000;
  font-size: 12px;
  width: 100%;
}

ul,
li {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  text-align: left;
  padding: 0;
  margin: 0;
}

p {
  text-align: left;
}

/*トランスフォーム*/
.tfmp {
  position: relative;
}

.tfmx {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.tfmy {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tfmxy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*トリミング*/
.trimmingInner {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*フレックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columnreverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.rowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*align-item*/
.itemstart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.itemcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemend {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*align-content*/
.contentstart {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.contentcenter {
  -ms-flex-line-pack: center;
  align-content: center;
}

.contentend {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

/*align-self*/
.selfstart {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.selfcenter {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.selfend {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexs > div[data-collection-list-content],
.flexb > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex > div[data-collection-filtered-content],
.flexc > div[data-collection-filtered-content],
.flexs > div[data-collection-filtered-content],
.flexb > div[data-collection-filtered-content] {
  width: 100%;
}

.flex > div[data-collection-archive-content],
.flexc > div[data-collection-archive-content],
.flexs > div[data-collection-archive-content],
.flexb > div[data-collection-archive-content] {
  width: 100%;
}

.flex > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-filtered-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb > div[data-collection-archive-content] {
  display: -webkit-box;
  display: -ms-flexsbox;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*カスタムコンテンツ用*/
.cc221 {
  width: 47%;
  margin-bottom: 4%;
}

.cc332 {
  width: 30%;
  margin-bottom: 4%;
}

.cc432 {
  width: 22%;
  margin-bottom: 4%;
}

.cc533 {
  width: 17%;
  margin-bottom: 4%;
}

/*横並び用*/
.gr211 {
  width: 47%;
  margin-bottom: 4%;
}

.gr321 {
  width: 30%;
  margin-bottom: 4%;
}

.gr422 {
  width: 22%;
  margin-bottom: 4%;
}

.gr532 {
  width: 17%;
  margin-bottom: 4%;
}

[data-element-id] #wrapper {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
  min-width: 320px;
}

.inner {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 0;
}

.subtit {
  position: relative;
  overflow: hidden;
}

.subtit h2 {
  text-align: center;
  width: 100%;
}

.subtit img {
  width: 100%;
}

.more {
  text-align: center;
  margin: 30px auto;
  width: 80%;
  max-width: 200px;
}

.more a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}

.mainimg {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .bkimg {
    position: relative;
  }
  .bkimg img {
    min-width: initial !important;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  h4 {
    font-size: 20px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 22px;
  }
  .fs28 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 24px;
  }
  .fs32 {
    font-size: 24px;
  }
  .fs34 {
    font-size: 26px;
  }
  .fs36 {
    font-size: 26px;
  }
  .fs38 {
    font-size: 28px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs42 {
    font-size: 30px;
  }
  .fs44 {
    font-size: 30px;
  }
  .fs46 {
    font-size: 32px;
  }
  .fs48 {
    font-size: 32px;
  }
  .fs50 {
    font-size: 32px;
  }
  a[href*="tel"] {
    pointer-events: initial !important;
  }
  .flex {
    max-width: 768px;
    margin: auto;
  }
  .flexc {
    max-width: 768px;
    margin: auto;
  }
  .flexs {
    max-width: 768px;
    margin: auto;
  }
  .flexb {
    max-width: 768px;
    margin: auto;
  }
  /*カスタムコンテンツ用*/
  .cc221 {
    width: 47%;
  }
  .cc332 {
    width: 30%;
  }
  .cc432 {
    width: 30%;
  }
  .cc533 {
    width: 30%;
  }
  /*横並び用*/
  .gr211 {
    width: 97%;
  }
  .gr321 {
    width: 47%;
  }
  .gr422 {
    width: 47%;
  }
  .gr532 {
    width: 30%;
  }
  .inner {
    width: 93%;
    max-width: 768px;
    padding: 40px 0;
  }
  #gnav p {
    display: block !important;
    position: fixed;
    width: 42px;
    height: 42px;
    top: 0px;
    right: 0px;
    background: #170302;
    cursor: pointer;
    opacity: 0.8;
    z-index: 251;
  }
  #gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease .40s;
    transition: ease .40s;
  }
  #gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
  }
  #gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #gnav.action p span.n:after,
  #gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  #gnav .accordion-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease .1s, opacity ease .4s;
    transition: height ease .1s, opacity ease .4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
  }
  #gnav.action .accordion-body {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }
  #gnav .accordion-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #gnav li {
    display: block !important;
    width: 100%;
    text-align: center;
    float: none;
    border: none !important;
    border-bottom: 1px dotted #cacad9 !important;
    padding: 0 !important;
    margin-top: 0;
  }
  #gnav li .item02:last-of-type {
    border: none !important;
  }
  #gnav li:hover:before {
    display: none;
  }
  #gnav ul li a {
    height: auto;
    display: block;
    text-align: left;
    padding: 10px 15px;
    border: none !important;
  }
  .overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs20 {
    font-size: 18px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs26 {
    font-size: 20px;
  }
  .fs28 {
    font-size: 22px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs32 {
    font-size: 24px;
  }
  .fs34 {
    font-size: 24px;
  }
  .fs36 {
    font-size: 26px;
  }
  .fs38 {
    font-size: 26px;
  }
  .fs40 {
    font-size: 28px;
  }
  .fs42 {
    font-size: 28px;
  }
  .fs44 {
    font-size: 30px;
  }
  .fs46 {
    font-size: 32px;
  }
  .fs48 {
    font-size: 32px;
  }
  .fs50 {
    font-size: 32px;
  }
  .flex {
    max-width: 450px;
    margin: auto;
  }
  .flexc {
    max-width: 450px;
    margin: auto;
  }
  .flexs {
    max-width: 450px;
    margin: auto;
  }
  .flexb {
    max-width: 450px;
    margin: auto;
  }
  /*カスタムコンテンツ用*/
  .cc221 {
    width: 97%;
  }
  .cc332 {
    width: 47%;
  }
  .cc432 {
    width: 47%;
  }
  .cc533 {
    width: 30%;
  }
  /*横並び用*/
  .gr211 {
    width: 97%;
  }
  .gr321 {
    width: 97%;
  }
  .gr422 {
    width: 47%;
  }
  .gr532 {
    width: 47%;
  }
  .rp {
    max-width: 450px;
    margin: auto;
  }
  .rp .pic {
    float: none !important;
    width: 90% !important;
    margin: 20px auto;
  }
  .rp .tbox {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .inner {
    width: 94%;
    max-width: 450px;
    padding: 30px 0;
  }
}

/* header */
.header {
  position: relative;
}

.head-area {
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 6;
  max-width: 1000px;
  width: 92%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.head-area .logo img {
  max-width: 140px !important;
}

@media only screen and (max-width: 599px) {
  .head-area {
    left: 5px;
    -webkit-transform: none;
    transform: none;
    max-width: auto;
    width: 25%;
  }
}

/* footer */
#footer {
  position: relative;
}

.foot-reserve {
  background: #77962c;
}

.foot-reserve a {
  color: #fff;
  padding: 40px 0;
}

.foot-bg {
  background: #555;
}

.foot-nav ul li {
  width: 14.285%;
  margin: 1% 0;
  text-align: center;
}

.foot-nav ul li a {
  color: #545454;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  display: block;
}

.foot-nav ul li a span {
  display: block;
}

.foot-data {
  background: #574128;
}

.foot-data p {
  text-align: center;
  color: #fff;
}

.foot-data .foot-logo img {
  max-width: 130px !important;
}

.foot-data .add,
.foot-data .time {
  margin-bottom: 15px;
}

.foot-data .time span {
  display: block;
}

.foot-data .hori {
  margin-bottom: 50px;
}

/* common */
/* btn */
.btn {
  border: 1px solid #000;
  margin: 50px auto 0;
  text-align: center;
}

.btn a {
  display: block;
  padding: 4% 0;
  color: #202020;
}

.w25 {
  width: 25%;
}

/* bkimg用 */
.posi {
  position: relative;
  overflow: hidden;
}

.posi-in {
  position: relative;
  z-index: 5;
}

.second h2 {
  text-align: center;
  margin-bottom: 50px;
}

.second h2 span {
  display: block;
  line-height: 120%;
}

.second h2 span.delete_blanc {
  display: inline-block;
  padding-left: 5px;
}

.groval-nav {
  max-width: 1200px;
  padding: 30px 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.groval-nav.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  max-width: 100%;
}

.groval-nav.fixed .grv-head {
  text-align: center;
}

.groval-nav .grv-head {
  width: 12%;
  margin-right: 2%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.groval-nav > ul {
  max-width: 86%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

.groval-nav ul li a,
.groval-nav ul li span {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  position: relative;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.groval-nav ul .item01 > a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: '•';
  text-shadow: 0 0 transparent;
  font-size: 1.2em;
  -webkit-transition: text-shadow 0.3s, color 0.3s;
  transition: text-shadow 0.3s, color 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

.groval-nav ul li a:hover:before,
.groval-nav ul li a:focus:before {
  color: #202020;
  text-shadow: 10px 0 #202020, -10px 0 #202020;
}

@media only screen and (max-width: 1024px) {
  .groval-nav .grv-head {
    width: 100%;
    margin-bottom: 2rem;
  }
  .groval-nav .grv-head a {
    display: block;
    width: 40%;
  }
  .groval-nav > ul {
    width: 100%;
  }
  .groval-nav ul .item01 > a:before {
    display: none;
  }
}

/* パンくず */
.breadcrumbs {
  background: #574128;
  padding: 10px 0;
}

.breadcrumbs ul {
  width: 92%;
  max-width: 1000px;
  margin: auto;
}

.breadcrumbs a,
.breadcrumbs .bread_title {
  color: #fff;
}

.breadcrumbs li:not(:last-child):after {
  content: ">";
  display: inline-block;
  color: #fff;
  padding: 0 5px;
}

/* 見出しボーダー */
.bodd {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.bodd:before {
  content: "";
  display: block;
  background: #232323;
  width: 7%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.bodd:after {
  content: "";
  display: block;
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* index */
.index .mainkey {
  position: relative;
  background: #000;
}

.index .mainkey .mainimg {
  opacity: 0.8;
}

.index h3 span {
  display: block;
  font-size: 14px;
  line-height: 100%;
}

.index .catch-area {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}

.index .catch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  color: #fff;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.6;
}

.index .catch-box .databox {
  border-left: 5px solid #fff;
  padding-left: 2%;
  margin-bottom: 2%;
}

.index .catch-box .databox i {
  font-size: 32px;
  color: #fff;
  margin-left: 10px;
  vertical-align: middle;
}

.index .catch-box .databox p {
  color: #fff;
  line-height: 200%;
}

.index .catch-box .databox .tel a {
  color: #fff;
}

.index .catch-box .reserve a {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  padding: 4% 0;
  display: block;
}

.index .catch-box .reserve {
  border: 1px solid #fff;
  width: 25%;
  text-align: center;
}

.index .top-news-post .cont-num {
  text-align: right;
  position: absolute !important;
  top: -10px;
  right: 10px;
}

.index .top-news-post .sechead {
  width: 20%;
  font-size: 26px;
  margin-bottom: 0;
}

.index .top-news-post .sechead span {
  display: block;
  line-height: 100%;
}

.index .top-news-post .news-list {
  width: 55%;
  margin-right: 5%;
}

.index .top-news-post .news-list dl {
  margin-bottom: 4%;
}

.index .top-news-post .news-list dt {
  color: #848a96;
  font-weight: normal;
  width: 90px;
}

.index .top-news-post .news-list dd {
  width: calc(100% - 90px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index .top-news-post .btn {
  width: 20%;
  margin-top: 0;
}

.index .top-concept {
  padding-bottom: 50px;
}

.index .top-concept .inner {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}

.index .top-concept .pic {
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.index .top-concept .pic img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.posiR {
  position: relative;
}

.index .top-concept-area .txt-pack {
  background: #fff;
  width: 60%;
  padding: 4%;
  margin: 5% 0 0 auto;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.index .top-concept-area .txt-pack .bg {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index .top-concept-area .txt-pack h3 {
  margin-top: -7%;
  margin-bottom: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index .top-concept .txt-pack h3 span {
  display: block;
  line-height: 100%;
}

.index .top-concept-area .txt-pack dt {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  margin-bottom: 30px;
}

.index .top-concept-area .txt-pack dd {
  margin-bottom: 30px;
  line-height: 300%;
}

.index .top-concept .btn {
  border: 1px solid #000;
  text-align: center;
  width: 50%;
}

.index .top-concept .btn a {
  display: block;
  padding: 4% 0;
}

.cont-num {
  color: #848a96;
  position: relative;
  z-index: 2;
}

.cont-num .int {
  font-family: 'Galdeano', sans-serif;
  margin-right: 5px;
  letter-spacing: -4px;
}

.cont-num .txt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  vertical-align: baseline;
}

.top-concept-area .cont-num {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute !important;
  left: 12px;
  bottom: 10px;
  z-index: 2;
}

.top-concept-area .cont-num .txt {
  vertical-align: top;
}

.top-concept .top-info-area .txt-pack,
.top-concept .top-info-area .map-area {
  width: 50%;
}

.top-concept .top-info-area .txt-pack {
  max-width: 500px;
  margin-left: auto;
}

.top-concept .top-info-area .map-area .map {
  height: 100%;
}

.top-concept .top-info-area .inbox {
  width: 80%;
  margin: 0 auto;
}

.top-concept .top-info-area .inbox h3,
.top-concept .top-info-area .inbox .sub {
  margin-bottom: 30px;
}

.top-concept .top-info-area .inbox .sub {
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.top-concept .top-info-area .inbox dl {
  margin-bottom: 25px;
}

.top-concept .top-info-area .inbox dt {
  width: 20%;
  font-weight: normal;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.top-concept .top-info-area .inbox dd {
  width: 80%;
}

.top-concept .top-info-area .cont-num {
  margin-top: -10px;
}

.top-gallery h3 {
  text-align: center;
}

.top-gallery li:last-child {
  background: #5B4023;
}

.top-gallery li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-gallery div .cont-num {
  color: #fff;
  margin: 0 auto 15px;
  text-align: center;
}

.top-gallery .btn {
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.top-gallery .btn a {
  display: block;
  padding: 4% 0;
  color: #fff;
}

.top-menu {
  padding: 50px 0;
}

.top-menu .inner {
  background: #fff;
  padding: 50px;
}

.top-menu .bkimg.filter:before {
  background: rgba(0, 0, 0, 0.6);
}

.top-menu h3 {
  text-align: center;
}

.top-menu .menu-cat {
  padding: 1% 4%;
  margin-bottom: 20px;
}

.top-menu ul li dl {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.top-menu ul li dl dt {
  width: 30%;
}

.top-menu ul li dl dd {
  width: 70%;
  text-align: right;
}

.coupon-banner {
  border: 2px solid #1e2f51;
  position: relative;
  background-size: auto auto;
  background-color: #576683;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, #67789a 5px, #67789a 10px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #67789a 5px, #67789a 10px);
}

.coupon-banner a {
  display: block;
}

.coupon-banner dl {
  padding: 3% 0;
}

.coupon-banner dt {
  margin-bottom: 10px;
}

.coupon-banner dt,
.coupon-banner dd {
  color: #fff;
  text-align: center;
}

.coupon-banner a {
  position: relative;
}

.coupon-banner .inbox:before,
.coupon-banner .inbox:after,
.coupon-banner .subinbox:before,
.coupon-banner .subinbox:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
}

.coupon-banner .inbox:before {
  background: url(#) no-repeat left top;
  left: 2px;
  top: 2px;
}

.coupon-banner .inbox:after {
  background: url(#) no-repeat left bottom;
  left: 2px;
  bottom: 2px;
}

.coupon-banner .subinbox:before {
  background: url(#) no-repeat right top;
  right: 2px;
  top: 2px;
}

.coupon-banner .subinbox:after {
  background: url(#) no-repeat right bottom;
  right: 2px;
  bottom: 2px;
}

.top-menu .cont-num {
  position: absolute;
  bottom: 0;
  max-width: 1000px;
  width: 92%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: right;
  color: #fff;
}

.top-menu .cont-num .int {
  margin-right: 10px;
}

.top-pickup {
  padding: 5% 0 0;
  position: relative;
}

.top-pickup h3 span {
  margin-top: 5px;
}

.top-pickup .cont-num {
  position: absolute !important;
  top: -10px;
  left: 0;
}

.top-pickup .cont-num .int {
  font-size: 100px;
}

.top-pickup .inner {
  background: #f9f9f9;
}

.top-pickup .txt-pack .inbox {
  position: relative;
  width: 45%;
}

.top-pickup .posiR:nth-child(odd) .txt-pack .inbox {
  margin: 0 0 0 auto;
  padding-right: 5%;
}

.top-pickup .posiR:nth-child(even) .txt-pack .inbox {
  margin: 0 auto 0 0;
  padding-left: 5%;
}

.top-pickup .btn {
  width: 55%;
  margin-left: 0;
}

.top-pickup .posiR .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-pickup .posiR:nth-child(odd) .pic {
  left: 0;
}

.top-pickup .posiR:nth-child(even) .pic {
  right: 0;
}

.top-pickup .txt-pack .txt {
  margin-bottom: 30px;
  line-height: 300%;
}

.top-pickup .top-spa {
  position: relative;
}

.top-pickup .top-spa .txt-pack {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.top-pickup .top-spa .cont-num {
  position: absolute;
  left: 5%;
  bottom: 50px;
}

.top-pickup .top-spa h3 {
  font-size: 24px;
  margin-bottom: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-pickup .top-spa .txt-pack dt {
  font-size: 24px;
  margin-bottom: 30px;
}

.top-pickup .top-spa .txt-pack dd {
  line-height: 200%;
  margin-bottom: 30px;
}

.top-pickup .top-spa .pic {
  left: 0;
  top: -5%;
  height: calc(105% - 80px);
  -webkit-transform: none;
          transform: none;
}

.top-staff {
  position: relative;
}

.top-staff .inner {
  background: none;
  position: relative;
}

.top-staff .staff-data {
  background: #f9f9f9;
  position: relative;
  padding: 20px 10px 10px;
}

.top-staff h3 {
  text-align: center;
}

.top-staff .staff-data .position {
  background: #333;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 2% 0;
  letter-spacing: 1px;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-staff .btn {
  width: 26%;
  background: #6f9700;
  border: none;
  border: 1px solid #6f9700;
}

.top-staff .btn a {
  color: #fff;
}

.top-staff .btn a:hover {
  color: #6f9700;
}

.cont-num .fs80 {
  font-size: 80px;
}

.top-staff .cont-num {
  color: #848a96;
  position: absolute !important;
  left: 0;
  bottom: 0;
}

.top-recruit .bkimg.filter:before {
  background: rgba(0, 0, 0, 0.4);
}

.top-recruit h3,
.top-recruit dt,
.top-recruit dd,
.top-recruit .btn a {
  color: #fff;
  text-align: center;
}

.top-recruit dt,
.top-recruit dd {
  margin-bottom: 30px;
}

.top-recruit dd {
  line-height: 250%;
}

.top-recruit .btn {
  border-color: #fff;
  width: 25%;
}

.cont-num .fs55 {
  font-size: 55px;
}

.top-recruit .cont-num {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.top-recruit .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top-recruit .pic:before {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.top-blog {
  background: #f0f0f0;
}

.top-blog dl {
  background: #f9f9f9;
  -webkit-box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 8px 10px 32px -10px rgba(0, 0, 0, 0.43);
  padding: 4%;
}

.top-blog dt {
  margin-bottom: 10px;
}

.top-blog .btn {
  width: 25%;
  background: #6f9700;
  border: none;
  margin: 30px auto 20px;
}

.top-blog .btn a {
  display: block;
  color: #fff;
}

.top-blog .inner {
  position: relative;
}

.top-blog .cont-num {
  position: absolute !important;
  left: 0;
  bottom: 0;
}

.top-before_after li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-before_after .cont-num {
  color: #fff;
  margin: 0 auto 15px;
  text-align: center;
}

.top-before_after .btn {
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.top-before_after .btn a {
  display: block;
  padding: 4% 0;
  color: #fff;
}

.index .top-concept-area .txt-pack dd {
  margin-bottom: 0;
  line-height: 300%;
}

.index h3 span {
  display: block;
  font-size: 21px;
  line-height: 100%;
}

.top-pickup .txt-pack h3 {
  font-size: 35px;
  margin-bottom: 30px;
}

.index .top-news-post .sechead {
  width: 25%;
  font-size: 50px;
  margin-bottom: 0;
}

.index .top-news-post .news-list {
  width: 55%;
  margin-right: 0;
}

.index .top-news-post .news-list dl {
  margin-bottom: 4%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.index .top-news-post .news-list dt {
  color: #848a96;
  font-weight: normal;
  width: 90px;
  position: relative;
}

.index .top-news-post .news-list dt:after {
  position: absolute;
  top: 50%;
  left: 92px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 0.3px;
  background-color: #000;
  content: '';
}

.index .top-news-post .news-list dd {
  width: calc(100% - 290px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 100px;
}

h3,
.ttl-index01 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-weight: bold;
  margin-bottom: 50px;
}

.ttl-index01 {
  font-size: 28px;
  margin-bottom: 30px;
}

.ttl-index01 span {
  display: block;
  font-size: 21px;
  line-height: 100%;
  margin-top: 5px;
}

.foot-nav ul li a {
  color: #fff;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  display: block;
  padding: 0 10px;
}

.foot-data .foot-logo {
  margin: 0 auto 30px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.foot-data .hori {
  margin-bottom: 15px;
}

.foot-data .line {
  margin: 0 auto 30px;
  text-align: center;
}

.foot-data .line i {
  font-size: 36px;
  margin: 0 20px;
  color: #fff;
}

.foot-nav ul li {
  width: 25%;
  margin: 1.5% 0;
  text-align: center;
}

.foot-nav ul li a {
  color: #202020;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .mainimg {
    min-height: auto;
    max-height: none;
  }
  .index .catch {
    font-size: 24px;
  }
  .index .catch-box {
    width: 90%;
    margin: 0 auto;
  }
  .index .catch-box .reserve {
    width: 45%;
    margin: 0 0 0 auto;
  }
  .index .catch-box .databox p {
    line-height: 160%;
  }
  .index .catch-box .databox {
    margin-bottom: 2%;
  }
  .index .catch-area {
    top: 60%;
  }
  .index .top-concept-area .posiR {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 30px;
  }
  .index .top-concept-area .txt-pack h3 {
    position: relative;
    left: auto;
    top: auto;
  }
  .index .top-news-post .news-list dd,
  .index .top-news-post .news-list dt {
    width: 100%;
  }
  .index .top-news-post .news-list dt {
    margin-bottom: 5px;
  }
  .index .top-concept .pic {
    width: 60%;
    margin: 0 auto;
  }
  .top-concept .top-info-area .txt-pack,
  .top-concept .top-info-area .map-area {
    width: 100%;
  }
  .top-concept .top-info-area .txt-pack {
    margin-bottom: 30px;
    margin-right: auto;
  }
  .top-before_after h3 {
    font-size: 32px;
  }
  .top-before_after .list01 {
    max-width: 650px;
  }
  .top-before_after .list01 li {
    margin: 0;
  }
  .top-before_after .list01 .__head {
    padding: 3rem 1rem;
  }
  .ttl-index01 {
    font-size: 24px;
  }
  .top-pickup h3,
  .top-staff h3,
  .top-pack h3,
  .top-recruit h3 {
    font-size: 32px;
  }
  .top-menu .bkimg,
  .top-recruit .bkimg {
    position: absolute;
  }
  .top-menu .bkimg img,
  .top-recruit .bkimg img {
    min-width: 1200px !important;
  }
  .top-menu .inner {
    padding: 4%;
  }
  .top-menu ul li dl dt,
  .top-menu ul li dl dd {
    width: 100%;
  }
  .top-pickup .posiR .pic,
  .top-pickup .top-spa .txt-pack h3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
  .top-pickup .txt-pack .inbox {
    width: 94%;
    margin: 0 auto;
  }
  .top-pickup .top-spa .txt-pack {
    padding: 30px 0;
  }
  .top-pickup .top-spa .cont-num {
    bottom: -5%;
  }
  .top-pickup .posiR .pic {
    width: 70%;
    margin: 0 auto;
  }
  .top-pickup .inner {
    background: none;
  }
  .top-pickup .posiR {
    background: #fff;
  }
  .top-pickup .top-esthe {
    padding-bottom: 40px;
  }
  .top-pickup .btn {
    margin: 0 auto;
  }
  .top-staff .inner,
  .top-blog .inner {
    padding-bottom: 100px;
  }
  .top-gallery li:last-child {
    margin: 0;
  }
}

@media only screen and (max-width: 599px) {
  .index .catch {
    font-size: 16px;
  }
  .index .catch-box .databox p.fs14 {
    font-size: 10px;
    line-height: 120%;
  }
  .index .catch-box .databox {
    border-left: 2px solid #fff;
  }
  .index .catch-box .reserve {
    position: absolute;
    top: 0;
    right: 45px;
    width: 35%;
    font-size: 12px;
  }
  .index .catch-area {
    top: 23px;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .index .catch-box .reserve a {
    padding: 2% 0;
  }
  .index .catch-box {
    padding-top: 40px;
    width: 96%;
  }
  .index .top-news-post .sechead {
    width: 100%;
    text-align: center;
  }
  .index .top-news-post .news-list {
    width: 100%;
  }
  .index .top-news-post .btn {
    width: 40%;
  }
  .index .top-concept .pic {
    position: relative;
    width: 100%;
  }
  .index .top-concept-area .txt-pack {
    width: 100%;
    margin-bottom: 30px;
  }
  .index .top-concept-area .txt-pack .posiR {
    padding-top: 0;
  }
  .top-concept-area .cont-num {
    left: 10%;
  }
  .index .top-concept .btn {
    margin-bottom: 20px;
  }
  .top-concept .top-info-area .inbox {
    width: 94%;
    margin: 0 auto;
  }
  .top-pickup .cont-num {
    top: -30px;
  }
  .top-concept .top-info-area .inbox dt,
  .top-concept .top-info-area .inbox dd {
    width: 100%;
  }
  .top-concept .top-info-area .inbox dt {
    margin-bottom: 10px;
  }
  .txt-pack h3,
  .top-pickup h3,
  .top-before_after h3,
  .top-staff h3,
  .top-recruit h3 {
    font-size: 28px;
  }
  .txt-pack h3 span,
  .top-pickup h3 span,
  .top-before_after h3 span,
  .top-staff h3 span,
  .top-recruit h3 span {
    font-size: 18px;
  }
  .ttl-index01 {
    font-size: 20px;
  }
  .top-menu {
    background: rgba(0, 0, 0, 0.6);
  }
  .top-menu .bkimg {
    display: none;
  }
  .top-staff .btn {
    width: 80%;
  }
  .cont-num .fs80 {
    font-size: 50px;
  }
  .top-pickup .posiR + .posiR {
    margin-top: 30px;
  }
  .top-pickup .top-staff .inner {
    padding-bottom: 60px;
  }
  .top-pickup .top-staff .gr321 {
    width: 80%;
  }
  .top-recruit .btn {
    width: 80%;
  }
  .top-recruit {
    padding-bottom: 50px;
  }
  .top-blog .btn {
    width: 80%;
  }
  .top-blog .gr321 {
    width: 80%;
  }
  .top-gallery .list01 + .list01 {
    margin-top: 50px;
  }
  .foot-nav ul li {
    width: 47%;
  }
  .foot-data .copyright {
    padding-bottom: 100px;
  }
}

.top-shop {
  margin-bottom: 80px;
}

.top-shop .inner {
  padding-bottom: 100px;
  position: relative;
}

.top-shop dl {
  width: 29.333%;
  margin: 2%;
}

.top-shop dd {
  text-align: center;
  margin-top: 10px;
}

.top-shop .tit {
  font-size: 18px;
}

.top-shop .tel a {
  font-size: 18px;
}

.top-shop .tel a:before {
  display: inline-block;
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.top-shop .btn {
  width: 80%;
  color: #fff;
  background: #000;
  border: none;
}

.top-shop .btn a {
  color: #fff;
  padding: 8px 0;
}

.top-shop .cont-num {
  position: absolute;
  bottom: 0;
  right: 0;
}

.key {
  min-height: 250px;
}

/* aboutus */
.aboutus.index .top-concept-area .txt-pack {
  background: rgba(255, 255, 255, 0.8);
}

.aboutus.index .top-concept .pic {
  width: 60%;
  height: 70%;
}

.aboutus .flow_li .item01 .no {
  top: 120px;
}

.aboutus .flow_li .item01:not(:last-of-type):after {
  display: none;
}

.access_box .dl01 {
  border-bottom: 1px solid #202020;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.access_box .ttl01 {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}

.route_li .item01 .thmb {
  position: relative;
}

.route_li .item01 .thmb::before {
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  font-size: 1.5em;
  color: #a0b56b;
}

.route_li .item01:first-of-type .thmb:before {
  display: none;
}

@media only screen and (max-width: 599px) {
  .aboutus.index .top-concept-area .txt-pack {
    background: white;
  }
  .aboutus.index .top-concept .pic {
    width: 100%;
    height: 100%;
  }
  .index .top-concept-area .txt-pack h3 {
    margin-bottom: -10px;
  }
}

/* menu */
.guide-section .menu-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.guide-section .menu-title:before {
  content: "";
  display: block;
  background: #232323;
  width: 7%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.guide-section .menu-title:after {
  content: "";
  display: block;
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.guide-section .menu-box {
  display: none;
}

.guide-section .menu-box.first {
  display: block;
}

[data-element-id].guide-section .menu-box {
  display: block;
}

.guide-section .menu-title:hover {
  cursor: pointer;
  opacity: .6;
}

.guide-section .menu-title dt,
.guide-section .menu-title dd {
  font-weight: bold;
}

.guide-section .menu-box {
  padding: 50px 2% 0;
}

.guide-section .menu-box .ttl {
width: 100%;
  font-weight: bold;
}

.guide-section .menu-box .price {
  width: 100%;
  text-align: right;
}

.guide-section .menu-box .txt {
  width: 100%;
  margin-top: 5px;
}

.guide-section .menu-box dl {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.guide-section .menu-pack + .menu-pack {
  margin-top: 50px;
}

.line_bnrs a {
  position: relative;
  display: block;
  background: #a0b56b;
  padding: 5rem 2rem 2rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
}

.line_bnrs a:before {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 2.5em;
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
  font-weight: 400;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .guide-section .menu-box {
    padding: 30px 2% 0;
  }
  .guide-section .menu-box dl dt,
  .guide-section .menu-box dl dd {
    width: 100%;
  }
  .guide-section .pagelink {
    margin-bottom: 50px;
  }
  .guide-section .menu-title:before {
    width: 13%;
  }
}

@media only screen and (max-width: 599px) {
  .guide-section .menu-title:before {
    width: 22%;
  }
}

/* explain*/
.flow_li .item01 {
  position: relative;
}

.flow_li .item01 .no {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -22px;
  top: 70px;
  z-index: 2;
  font-size: 22px;
  font-family: 'Galdeano', sans-serif;
  color: #848a96;
}

[data-element-id] .flow_li .item01 .no {
  transform: none !important;
  position: absolute !important;
}

.flow_li .item01 .s {
  font-size: 2.2em;
}

.flow_li .item01 + .item01 {
  margin-top: 75px;
}

.flow_li .item01:not(:last-of-type):after {
  position: absolute;
  display: block;
  content: "";
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 50px 0 50px;
  border-color: #fdf3c5 transparent transparent transparent;
}

.price_li .item01 {
  margin: 30px 0px;
  padding: 10px 20px;
  border-left: 1px solid;
}

.price_li .item01 .ttl {
  width: 70%;
}

.price_li .item01 .ttl .s {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.price_li .item01 .ttl span {
  display: block;
}

.price_li .item01 dd {
  text-align: right;
  letter-spacing: 2px;
  width: 25%;
}

.price_li .item01 dd .s {
  font-size: 1.5em;
  font-weight: bold;
  color: #a0b56b;
}

.price_li .item01 .d-price .ttl {
  width: 55%;
}

.price_li .item01 .d-price dd {
  width: 20%;
}

.price_li .item01 .d-price dd.__second .s{
  color: rgb(199,231,87);
}

@media only screen and (max-width: 1024px){
  .price_li .item01 .d-price .ttl {
   width: 100%;
   margin-bottom: 50px;
  }
  .price_li .item01 .d-price dd {
   width: 100%; 
  }
    .price_li .item01 .d-price dd.__second {
      margin-top: 10px;
    }
}

@media only screen and (max-width: 599px) {
  .flow_li .item01 .no {
    left: -5px;
  }
  .price_li .item01 .ttl {
    width: 100%;
    margin-bottom: 50px;
  }
  .price_li .item01 dd {
    width: 100%;
  }
}

/* staff staff_detail*/
.staff-data {
  position: relative;
  padding: 8% 3% 3%;
}

.staff-data .position {
  background: #574128;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 5px;
  letter-spacing: 2px;
  position: absolute;
  left: -10px;
  top: -12px;
}

.staff-data dt {
  margin-bottom: 10px;
}

.staff.detail h2 .fs30 {
  color: #a0b56b;
}

.staff.detail .thumb {
  width: 25%;
}

.staff.detail .databox {
  width: 65%;
}

.staff.detail .databox dl {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.staff.detail .databox dl:first-child {
  border-top: 1px solid #e5e5e5;
}

.staff.detail .databox dt {
  width: 25%;
  color: #574128;
}

.staff.detail .databox dd {
  width: 70%;
}

.staff_detail_wrap {
  margin-bottom: 50px;
}

.staff.detail .btn {
  width: 30%;
  background: #574128;
  margin: 0 auto 0 0;
}

.staff.detail .btn a {
  color: #fff;
}

.staff.detail .btn a:before {
  content: "<";
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.tantou-section h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.tantou-section h3:before {
  content: "";
  display: block;
  background: #232323;
  width: 7%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tantou-section h3:after {
  content: "";
  display: block;
  background: #e5e5e5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tantou-section .btn {
  width: 30%;
  background: #000;
}

.tantou-section .btn a {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .staff.detail .databox dt,
  .staff.detail .databox dd {
    width: 100%;
  }
  .staff.detail .btn {
    margin: auto;
  }
}

@media only screen and (max-width: 599px) {
  .staff_list .staff-data {
    padding-top: 1rem;
  }
  .staff-data .position {
    left: 0;
  }
  .staff.detail .thumb {
    width: 85%;
    margin: 0 auto 6%;
  }
  .staff.detail .databox dl dt,
  .staff.detail .databox dl dd,
  .staff.detail .databox {
    width: 100%;
  }
  .tantou-section .btn {
    width: 80%;
  }
  .staff.detail .btn {
    width: 80%;
  }
}

/* voice */
.voice_li .info_dl .ttl,
.voice_detail .info_dl .ttl {
  border-bottom: 1px solid #202020;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.voice_staff-box {
  padding: 2rem;
  background: #FDFBF2;
}

.voice.detail .btn {
  width: 30%;
  background: #574128;
  margin: 0 auto 0 0;
}

.voice.detail .btn a {
  color: #fff;
}

.voice.detail .btn a:hover {
  color: #574128;
}

.voice.detail .btn a:before {
  content: "<";
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .voice.detail .btn {
    margin: auto;
  }
}

@media only screen and (max-width: 599px) {
  .voice_li .item01 + .item01 {
    margin-top: 50px;
  }
  .voice.detail .btn {
    width: 80%;
  }
}

/* salon_info */
.salon-pack {
  margin-bottom: 30px;
}

.salon-pack p {
  padding: 30px 0;
}

.salon-pack p span {
  display: block;
}

.salon-pack h3 {
  margin-bottom: 0;
}

.salon-pack .bodd:before {
  width: 15%;
}

@media only screen and (max-width: 599px) {
  .salon-pack p {
    padding: 15px 0;
  }
}

/* post blog news */
.post-list-area {
  width: 75%;
}

.post-side-area {
  width: 20%;
}

.post-list-area li {
  margin-bottom: 6%;
}

.post-list-area dl {
  padding: 4%;
}

.post-list-area a {
  display: block;
}

.post-side-area h3 {
  margin-bottom: 30px;
}

.post-side-area h3 span {
  display: block;
  line-height: 100%;
}

.post-side-area ul li {
  position: relative;
  margin-bottom: 4%;
}

.post-side-area ul li:before {
  content: "→";
  display: inline-block;
  padding-right: 15px;
}

.post-side-area .bodd:before {
  width: 40%;
}

.post-side-area .cat-area {
  margin-bottom: 100px;
}

/* pagenav */
.pagenav {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.pagenav ul {
  text-align: center;
  background: #574128;
  width: 50%;
  margin: 0 auto;
}

.pagenav li {
  display: inline-block;
  margin: 0 5px;
  border-bottom: none;
  padding-bottom: 0;
  border-left: none;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
}

.pagenav li a {
  display: block;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.pagenav .prev,
.pagenav .next {
  position: relative;
}

.pagenav .prev .i-arrow_otL:before,
.pagenav .next .i-arrow_otR:after {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
}

.pagenav .prev .i-arrow_otL:before {
  left: 0;
}

.pagenav .next .i-arrow_otR:after {
  right: 0;
}

.pagenav li.st a,
.pagenav li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #202020;
}

.post-single .day {
  color: #848a96;
  margin-bottom: 10px;
}

.post-single .day,
.post-single .cat,
.post-single .title {
  text-align: center;
}

.post-single .cat {
  margin-bottom: 40px;
}

.post-single .title {
  margin-bottom: 60px;
}

.post-single .single-box img {
  display: block;
  margin-bottom: 10px;
}

.post-single .single-box {
  margin-bottom: 100px;
}

.post-single .btn {
  width: 30%;
  background: #574128;
  margin: 0 auto 0 0;
}

.post-single .btn a:before {
  content: "<";
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.post-single .btn a {
  color: #fff;
}

.blog .recommend {
  margin: 50px 0;
}

.recommend h3 span {
  display: block;
  line-height: 120%;
}

.blog .recommend .thumb,
.blog .recommend dt {
  margin-bottom: 8px;
}

.news .post-list-area dl {
  border-bottom: 1px solid #848a96;
  padding: 4% 4% 4% 0;
}

.news .post-list-area dt {
  color: #848a96;
  width: 20%;
}

.news .post-list-area li {
  margin-bottom: 0;
}

.news .post-list-area dd {
  width: 80%;
}

@media only screen and (max-width: 1024px) {
  .post-list-area {
    width: 100%;
    margin-bottom: 10%;
  }
  .pagenav ul {
    width: 70%;
  }
  .post-side-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-side-area .cat-area,
  .post-side-area .arc-area {
    width: 47%;
  }
  .post-side-area .arc-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-side-area .arc-area ul li {
    width: 47%;
  }
  .post-single .btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  .pagenav ul {
    width: 100%;
  }
  .pagenav li {
    margin: 0;
  }
  .post-side-area .cat-area,
  .post-side-area .arc-area {
    width: 100%;
  }
  .post-side-area h3 span {
    display: block;
    line-height: 140%;
  }
  .post-side-area .cat-area {
    margin-bottom: 50px;
  }
  .post-single .btn {
    width: 80%;
  }
  .news .post-list-area dt,
  .news .post-list-area dd {
    width: 100%;
  }
}

/* before_after */
.cat_link_list {
  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;
  margin-bottom: 50px;
}

.cat_link_list .item01 {
  border: 1px solid #202020;
  border-radius: 5px;
  margin: 0 .25rem .5rem;
  font-size: 14px;
  background: #f7f9f3;
}

.cat_link_list .item01 a {
  display: block;
  padding: 1rem;
}

.before_after-section .btn {
  width: 30%;
  background: #574128;
  margin: 0 auto 0 0;
}

.before_after-section .btn a {
  color: #fff;
}

.before_after-section .btn a:before {
  content: "<";
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 1024px) {
  .before_after-section .btn {
    margin: auto;
  }
}

@media only screen and (max-width: 599px) {
  .before_after-section .btn {
    width: 80%;
  }
  .cat_link_list .item01 a {
    padding: 0.5rem;
  }
}

/* concept */
.concept-area {
  margin-bottom: 6%;
}

.concept-list .concept-area:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.concept-area .txt-box {
  width: 50%;
}

.concept-area .pic,
.concept-area .pic-box {
  width: 48%;
}

@media only screen and (max-width: 1024px) {
  .concept-area .pic-box .pic {
    width: 60%;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 599px) {
  .concept-area .txt-box,
  .concept-area .pic,
  .concept-area .pic-box {
    width: 100%;
  }
  .concept-area .txt-box {
    margin-bottom: 15px;
  }
  .concept-area .pic-box .pic {
    width: 47%;
  }
}

/* faq */
.faq-box dt {
  font-weight: bold;
  position: relative;
  padding-right: 50px;
  margin-bottom: 30px;
}

.faq-box dt:hover {
  cursor: pointer;
  opacity: .6;
}

.faq-box dt,
.faq-box dd {
  position: relative;
  padding-left: 60px;
}

.faq-box dt:before,
.faq-box dd:before {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
}

.faq-box dt:before {
  content: "Q";
  background: #848a96;
  color: #fff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-box dd:before {
  content: "A";
  background: #fff;
  color: #848a96;
  border: 2px solid #848a96;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 44px;
}

.faq-box dt span:before {
  display: block;
  content: "";
  background: #848a96;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transition: ease .40s;
  transition: ease .40s;
}

.faq-box dt span:after {
  display: block;
  content: "";
  background: #848a96;
  height: 2px;
  width: 28px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: ease .40s;
  transition: ease .40s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.faq-box dt.open span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq-box dt.open span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-box dt.open + dd {
  min-height: 60px;
  -webkit-transition: min-height ease-out .40s;
  transition: min-height ease-out .40s;
  padding-top: 12px;
}

.faq-box dd {
  min-height: 0;
  -webkit-transition: min-height ease-out .40s;
  transition: min-height ease-out .40s;
  padding-top: 12px;
}

.faq-box dl {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
  .faq-box dt:before,
  .faq-box dd:before {
    width: 25px;
    height: 25px;
    line-height: 21px;
    font-size: 16px;
  }
  .faq-box dd:before {
    width: 21px;
    height: 21px;
  }
  .faq-box dt,
  .faq-box dd {
    padding-left: 30px;
  }
  .faq-box dt {
    padding-right: 25px;
  }
  .faq-box dt span:before,
  .faq-box dt span:after {
    width: 20px;
  }
}

/* ボタンエフェクト */
.hvr-shut {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shut:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shut:hover a,
.hvr-shut:focus a,
.hvr-shut:active a {
  color: white;
  opacity: 1;
}

.hvr-shut:hover:before,
.hvr-shut:focus:before,
.hvr-shut:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-shut01:before {
  background: #170302;
}

.hvr-shut02:before {
  background: #fff;
}

.hvr-shut02:hover a,
.hvr-shut02:focus a,
.hvr-shut02:active a {
  color: #202020;
}

hvr-shut02:active a {
  color: #202020;
}

/* 編集画面 */
#gnav[data-element-id] {
  display: block;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

#gnav[data-element-id] .accordion-body:before {
  content: "スマホ時表示→";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 20px;
  width: 8%;
  text-align: center;
}

.accordion-body[data-element-id] {
  width: 92%;
  max-width: 1200px;
  margin: 0 0 0 8%;
  border: 10px solid red;
}

.accordion-body ul li[data-element-id] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 10%;
  text-align: center;
  margin-bottom: 10px;
}

.accordion-body ul li[data-element-id] span {
  display: block;
}

.index .catch-box .databox {
  border-left: 5px solid #fff;
  padding-left: 2%;
  margin-bottom: 40px;
}

.hvr-shut01:before {
  background: #5B4023;
}

.top-staff .staff-data .position {
  background: #5B4023;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 2% 0;
  letter-spacing: 1px;
  position: absolute;
  left: -10px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog .hvr-shut01:before {
  background: #fff;
}

.blog .hvr-shut:hover a,
.blog .hvr-shut:focus a,
.blog .hvr-shut:active a {
  color: #5B4023;
}

.ba_dl01 .ba_ttl {
  font-weight: bold;
  color: /* rgb(199,231,87) */#a0b56b;
  
}
