@charset "utf-8";

/* CSS Document */


/*===================================
基本設定
===================================*/

/*html*/

html {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

dt,
dd {
  font-weight: normal;
}

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

/*inner*/

@media (max-width: 1024px) {

  .inner500,
  .inner600,
  .inner700,
  .inner800,
  .inner900,
  .inner,
  .inner1100,
  .inner1200,
  .inner1300,
  .inner1400,
  .inner1500 {
    width: 94%;
  }
}

/*フォント*/

.font-nsr {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
}

.font-nsm {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}

.font-nsb {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
}

.font-d {
  font-family: "Dynalight", cursive;
  font-weight: 400;
}

.font-y {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  font-weight: bold;
  
}
.font-g {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/*テキストをスマホ時改行*/
.indention {
  display: inline;
}
@media only screen and (max-width: 599px) {
  .indention {
    display: block;
  }
}

/*表示・非表示*/

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用です。";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用です。";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}


/*  */
@media only screen and (max-width: 599px) {
  .up-d-inline\@sp {
    display: inline;
  }
}

/*fead*/

.fead-mv.mv {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/*画像*/

.img {
  text-align: center;
}

.pic {
  text-align: center;
}

.pic img {
  width: 100%;
}

.alt01 {
  display: none;
}

[class*="up-ofi"] {
  height: 100%;
}


/* up-btn */

[class^="up-btn"] {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
[class^="up-btn"] a:hover {
  opacity: 1;
}

.up-btn-pulse a {
  display: inline-block;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    display: inline-block;
    cursor: pointer;
}
.up-btn-pulse a:hover,
.up-btn-pulse a:focus,
.up-btn-pulse a:active {
  -webkit-animation-name: up-btn-pulse;
          animation-name: up-btn-pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes up-btn-pulse {
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes up-btn-pulse {
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

/*カラー*/

.color-black {
  color: #595959;
}

.color-white {
  color: #fff;
}

.color-brown {
  color: rgba(124, 81, 37, 255);
}

.color-gold {
  color: #b69e83;
}

/*背景カラー*/

.bgcolor-black {
  background-color: #595959;
}

.bgcolor-white {
  background-color: #fff;
}

.bgcolor-brown {
  background-color: rgba(124, 81, 37, 255);
}

.bgcolor-gray {
  background-color: #efefef;
}

.bgcolor-gold {
  background-color: #b69e83;
}

.bg_img {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
}

/* テキスト余白専用 */
.margin-txt-all {
  margin-top: 40px;
  margin-bottom: 40px;
}

.margin-txt-top {
  margin-top: 40px;
}

.margin-txt-medium-top {
  margin-top: 20px;
}

.margin-txt-bottom {
  margin-bottom: 40px;
}

.margin-txt-medium-bottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .margin-txt-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .margin-txt-top {
    margin-top: 30px;
  }

  .margin-txt-medium-top {
    margin-top: 15px;
  }

  .margin-txt-bottom {
    margin-bottom: 30px;
  }

  .margin-txt-medium-bottom {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .margin-txt-all {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-txt-top {
    margin-top: 20px;
  }

  .margin-txt-medium-top {
    margin-top: 10px;
  }

  .margin-txt-bottom {
    margin-bottom: 20px;
  }

  .margin-txt-medium-bottom {
    margin-bottom: 10px;
  }
}

/* 共通コンテンツ間隔 */

.margin-cmn-medium-top {
  margin-top: 70px;
}

.margin-cmn-small-top {
  margin-top: 40px;
}

.margin100-cmn-bottom {
  margin-bottom: 100px;
}

.margin50-cmn-all {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin50-cmn-top {
  margin-top: 50px;
}


@media only screen and (max-width: 1024px) {
  .margin-cmn-medium-top {
    margin-top: 50px;
  }

  .margin-cmn-small-top {
    margin-top: 20px;
  }

  .margin100-cmn-bottom {
    margin-bottom: 80px;
  }

  .margin50-cmn-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .margin50-cmn-top {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .margin-cmn-medium-top {
    margin-top: 30px;
  }

  .margin-cmn-small-top {
    margin-top: 10px;
  }

  .margin100-cmn-bottom {
    margin-bottom: 50px;
  }

  .margin50-cmn-all {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .margin50-cmn-top {
    margin-top: 25px;
  }
}

/* 共通コンテンツ間隔(ブロック) */

.margin-all {
  margin-top: 120px;
  margin-bottom: 120px;
}

.margin-top {
  margin-top: 120px;
}

.margin-bottom {
  margin-bottom: 120px;
}

.margin100-all {
  margin-top: 100px;
  margin-bottom: 100px;
}

.margin100-top {
  margin-top: 100px;
}

.margin100-bottom {
  margin-bottom: 100px;
}

.margin-medium-all {
  margin-top: 80px;
  margin-bottom: 80px;
}

.margin-medium-top {
  margin-top: 80px;
}

.margin-medium-bottom {
  margin-bottom: 80px;
}

.margin-small-all {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin-small-top {
  margin-top: 50px;
}

.margin-small-bottom {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .margin-all {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .margin-top {
    margin-top: 90px;
  }

  .margin-bottom {
    margin-bottom: 90px;
  }

  .margin100-all {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .margin100-top {
    margin-top: 80px;
  }

  .margin100-bottom {
    margin-bottom: 80px;
  }

  .margin-medium-all {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .margin-medium-top {
    margin-top: 55px;
  }

  .margin-medium-bottom {
    margin-bottom: 55px;
  }

  .margin-small-all {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .margin-small-top {
    margin-top: 30px;
  }

  .margin-small-bottom {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .margin-all {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .margin-top {
    margin-top: 60px;
  }

  .margin-bottom {
    margin-bottom: 60px;
  }

  .margin100-all {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .margin100-top {
    margin-top: 50px;
  }

  .margin100-bottom {
    margin-bottom: 50px;
  }

  .margin-medium-all {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-medium-top {
    margin-top: 40px;
  }

  .margin-medium-bottom {
    margin-bottom: 40px;
  }

  .margin-small-all {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .margin-small-top {
    margin-top: 25px;
  }

  .margin-small-bottom {
    margin-bottom: 25px;
  }
}

.padding-all {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding100-all {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding100-top {
  padding-top: 100px;
}

.padding100-bottom {
  padding-bottom: 100px;
}

.padding-medium-all {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-medium-top {
  padding-top: 80px;
}

.padding-medium-bottom {
  padding-bottom: 80px;
}

.padding-small-all {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-small-top {
  padding-top: 50px;
}

.padding-small-bottom {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .padding-all {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .padding-top {
    padding-top: 90px;
  }

  .padding-bottom {
    padding-bottom: 90px;
  }

  .padding100-all {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .padding100-top {
    padding-top: 80px;
  }

  .padding100-bottom {
    padding-bottom: 80px;
  }

  .padding-medium-all {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .padding-medium-top {
    padding-top: 55px;
  }

  .padding-medium-bottom {
    padding-bottom: 55px;
  }

  .padding-small-all {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-small-top {
    padding-top: 30px;
  }

  .padding-small-bottom {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .padding-all {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-top {
    padding-top: 60px;
  }

  .padding-bottom {
    padding-bottom: 60px;
  }

  .padding100-all {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding100-top {
    padding-top: 50px;
  }

  .padding100-bottom {
    padding-bottom: 50px;
  }

  .padding-medium-all {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-medium-top {
    padding-top: 40px;
  }

  .padding-medium-bottom {
    padding-bottom: 40px;
  }

  .padding-small-all {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .padding-small-top {
    padding-top: 25px;
  }

  .padding-small-bottom {
    padding-bottom: 25px;
  }
}

/* 共通コンテンツ配置 */
.margin-left {
  text-align: left;
}

.margin-center {
  text-align: center;
}

.margin-right {
  text-align: right;
}

.padding-left {
  text-align: left;
}

.padding-center {
  text-align: center;
}

.padding-right {
  text-align: right;
}

/*===================================
共通ブロック
==================================*/

/* 共通ブロック1 */
.about {
  color: rgba(124, 81, 37, 255);
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}


.about-black {
  color: #595959;
  line-height: 2;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .about {
    text-align: left;
    font-size: 14px;
  }

  .about-black {
    -webkit-box-flex: 14;
    -ms-flex: 14;
    flex: 14;
    text-align: left;
  }
}

.about_sub_ttl {
  text-align: center;
  color: rgba(124, 81, 37, 255);
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

@media only screen and (max-width: 599px) {
  .about_sub_ttl {
    font-size: 18px;
  }
}

.about_sub_ttl-black {
  text-align: center;
  color: #595959;
  font-size: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .about_sub_ttl-black {
    font-size: 18px;
  }
}

.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}

/*===================================
共通タイトル(h2)
===================================*/

/* 共通タイトル1 (英語と日本語セットの見出し)*/

.sub-ttl-01 {
  text-align: center;
}

.sub-ttl-01 span {
  display: block;
}

.sub-ttl-01 .en {
  font-size: 32px;
}

.sub-ttl-01 .ja {
  font-size: 14px;
}

/* 共通タイトル2  */

.sub-ttl-02 {
  text-align: center;
}

.sub-ttl-02 span {
  display: block;
  color: rgba(124, 81, 37, 255);
}

.sub-ttl-02 .ja {
  font-size: 36px;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-02 .ja {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-02 .ja {
    font-size: 24px;
  }
}

.hf-brown {
  color: rgba(124, 81, 37, 255);
  font-size: 36px;
  font-weight: 500;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hf-white {
  color: #fff;
  font-size: 36px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  font-weight: bold;
  letter-spacing: 2px;
}

/* 共通タイトル3(ボックス型見出し) */

.sub-ttl-03 {
  text-align: center;
}

.sub-ttl-03 span {
  display: block;
  color: #fff;
}

.sub-ttl-03 .en {
  font-size: 55px;
}

.sub-ttl-03 .ja {
  font-size: 20px;
  font-family: "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-03 .en {
    font-size: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-03 .en {
    font-size: 32px;
  }

  .sub-ttl-03 .ja {
    font-size: 18px;
  }
}

/* 共通タイトル4 (レコメンド)*/

.sub-ttl-04 {
  text-align: center;
}

.sub-ttl-04 span {
  display: block;
  color: #996b37;
}

.sub-ttl-04 .en {
  font-size: 19px;
}

.sub-ttl-04 .ja {
  font-size: 36px;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-04 .en {
    font-size: 16px;
  }

  .sub-ttl-04 .ja {
    font-size: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-04 .en {
    font-size: 14px;
  }

  .sub-ttl-04 .ja {
    font-size: 24px;
  }
}

/* 共通タイトル5 (英語と日本語セットの見出し)*/

.sub-ttl-05 {
  text-align: center;
}

.sub-ttl-05 span {
  display: block;
  color: #fff;
}

.sub-ttl-05 .en {
  font-size: 32px;
}

.sub-ttl-05 .ja {
  font-size: 42px;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-05 .en {
    font-size: 26px;
  }

  .sub-ttl-05 .ja {
    font-size: 33px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-05 .en {
    font-size: 20px;
  }

  .sub-ttl-05 .ja {
    font-size: 24px;
  }
}

/* 共通タイトル6 */

.sub-ttl-06 {
  text-align: center;
}

.sub-ttl-06 span {
  display: block;
  color: rgba(124, 81, 37, 255);
}

.sub-ttl-06 .en {
  font-size: 32px;
}

.sub-ttl-06 .ja {
  font-size: 33px;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-06 .en {
    font-size: 26px;
  }

  .sub-ttl-06 .ja {
    font-size: 28px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-06 .en {
    font-size: 20px;
  }

  .sub-ttl-06 .ja {
    font-size: 24px;
  }
}


/* 共通タイトル上書き */

.sub-ttl-large {
  font-size: 55px;
}

.sub-ttl-medium {
  font-size: 42px;
}

.sub-ttl-small {
  font-size: 24px;
}

.sub-ttl-dyna {
  font-family: "Dynalight", cursive;
  font-weight: 400;
}

.sub-ttl-gothic {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.sub-ttl-mincho {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.sub-ttl-left {
  text-align: left;
}

.sub-ttl-center {
  text-align: center;
}

.sub-ttl-right {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-large {
    font-size: 32px;
  }

  .sub-ttl-medium {
    font-size: 28px;
  }

  .sub-ttl-small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-large {
    font-size: 28px;
  }

  .sub-ttl-medium {
    font-size: 24px;
  }

  .sub-ttl-small {
    font-size: 20px;
  }
}

/*font-weight500の見出し用*/
 .fw500 {
   font-weight: 500;
 }

/* 共通タイトル余白 */

.sub-ttl-mb {
  margin-bottom: 80px;
}

.sub-ttl-mb-medium {
  margin-bottom: 60px;
}

.sub-ttl-mb-small {
  margin-bottom: 50px;
}

.sub-ttl-mb-very-small {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .sub-ttl-mb {
    margin-bottom: 60px;
  }

  .sub-ttl-mb-medium {
    margin-bottom: 50px;
  }

  .sub-ttl-mb-small {
    margin-bottom: 40px;
  }

  .sub-ttl-mb-very-small {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .sub-ttl-mb {
    margin-bottom: 40px;
  }

  .sub-ttl-mb-medium {
    margin-bottom: 30px;
  }

  .sub-ttl-mb-small {
    margin-bottom: 25px;
  }

  .sub-ttl-mb-very-small {
    margin-bottom: 15px;
  }
}

/*===================================
共通タイトル(h3)
===================================*/

/* 共通タイトル1 (英語と日本語セットの見出し)*/

.ttl-type-01 {
  text-align: center;
}

.ttl-type-01 span {
  display: block;
}

.ttl-type-01 .en {
  font-size: 32px;
}

.ttl-type-01 .ja {
  font-size: 14px;
}

/* 共通タイトル2 */

.ttl-type-02 {
  text-align: center;
}

.ttl-type-02 span {
  display: block;
  color: #fff;
}

.ttl-type-02 .en {
  font-size: 55px;
}

.ttl-type-02 .ja {
  font-size: 36px;
}

/* 共通タイトル3(フッター) */

.ttl-type-03 {
  text-align: center;
}

.ttl-type-03 span {
  display: block;
  color: rgba(124, 81, 37, 255);
}

.ttl-type-03 .en {
  font-size: 55px;
}

.ttl-type-03 .ja {
  font-size: 24px;
}

/* 共通タイトル4(カスコンページ) */

.ttl-type-04 {
  text-align: center;
}

.ttl-type-04 span {
  display: block;
  color: rgba(153, 107, 55, 255);
}

.ttl-type-04 .en {
  font-size: 13px;
}

.ttl-type-04 .ja {
  font-size: 18px;
}

/* 共通タイトル上書き */

.ttl-large {
  font-size: 55px;
}

.ttl-medium {
  font-size: 42px;
}

.ttl-small {
  font-size: 24px;
}

.ttl-dyna {
  font-family: "Dynalight", cursive;
  font-weight: 400;
}

.ttl-gothic {
  font-family: "Nono Sans JP", YuGothic, "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.ttl-mincho {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.ttl-left {
  text-align: left;
}

.ttl-center {
  text-align: center;
}

.ttl-right {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .ttl-large {
    font-size: 32px;
  }

  .ttl-medium {
    font-size: 28px;
  }

  .ttl-small {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-large {
    font-size: 28px;
  }

  .ttl-medium {
    font-size: 24px;
  }

  .ttl-small {
    font-size: 20px;
  }
}

/* 共通タイトル余白 */

.ttl-mb {
  margin-bottom: 60px;
}

.ttl-mb-medium {
  margin-bottom: 40px;
}

.ttl-mb-small {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .ttl-mb {
    margin-bottom: 40px;
  }

  .ttl-mb-medium {
    margin-bottom: 30px;
  }

  .ttl-mb-small {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .ttl-mb {
    margin-bottom: 30px;
  }

  .ttl-mb-medium {
    margin-bottom: 20px;
  }

  .ttl-mb-small {
    margin-bottom: 15px;
  }
}

/*===================================
共通リスト
==================================*/

/* 共通リスト1 */

.y-line {
  width: 1px;
  height: 70px;
  background-color: rgba(124, 81, 37, 255);
  margin: 40px auto -100px;
  position: relative;
  z-index: 1;
}

.yline {
  position: relative;  
}

.yline:after {
  width: 1px;
  height: 70px;
  content: "";
  background-color: rgba(124, 81, 37, 255);
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.en-heading {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  font-size: 32px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
  .hf-brown {
    font-size: 24px;
  }

  .hf-white {
    font-size: 24px;
  }

  .y-line {
    margin: 20px auto -50px;
  }

  .en-heading {
    font-size: 20px;
  }
}

.side_bar {
  border-left: 5px solid;
  padding-left: 5px;
  font-size: 28px;
  margin-bottom: 20px;
  color: rgba(124, 81, 37, 255);
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

.side_bar span {
  font-size: 15px;
    margin-left: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .side_bar {
    font-size: 24px;
  }
}

/* 枠ボックス */

.border.boxinner {
  padding: 40px;
  border: 4px solid #c0a383;
  width: 90%;
  margin: auto;
}

.border.boxinner .ttl {
      font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.border.boxinner .sub-ttl {
  font-size: 18px;
  color: #7c5125;
  border-bottom: 3px solid #e8bc7a;
    font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.border.boxinner .sub-ttl-1:before {
  content: "1,";
  top: 0;
  left: 0;
  font-family: "Dynalight", cursive;
  font-size: 30px;
  padding-right: 20px;
}

.border.boxinner .sub-ttl-2:before {
  content: "2,";
  top: 0;
  left: 0;
  font-family: "Dynalight", cursive;
  font-size: 30px;
  padding-right: 20px;
}

.border.boxinner .sub-ttl-3:before {
  content: "3,";
  top: 0;
  left: 0;
  font-family: "Dynalight", cursive;
  font-size: 30px;
  padding-right: 20px;
}

@media only screen and (max-width: 599px) {
  .border.boxinner .sub-ttl {
    font-size: 16px;
  }

  .border.boxinner .txt {
    padding-left: 0;
  }

  .border.boxinner .sub-ttl-1:before,
  .border.boxinner .sub-ttl-2:before,
  .border.boxinner .sub-ttl-3:before {
    padding-right: 0;
  }
}


/* 3カラムブロック */
.block-type-01-bg {
  padding-bottom: 150px;
  position: relative;
}

.block-type-01-bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-type-01-bg01:before {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
  background-size: cover;
}

.block-type-01-bg02:before {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/section_14.jpeg);
  background-size: cover;
  opacity: 0.3;
}

.block-type-01 .inner {
  position: relative;
  z-index: 5;
}

.block-type-01 .item {
  height: 100%;
  background: #fff;
}

.block-type-01 .item .pic {
  margin-bottom: 20px;
  position: relative;
}

.block-type-01 .item .pic .category {
  background: #b2a423;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.block-type-01 .item .pic .ribbon {
  display: none;
  width: 195px;
  height: 42px;
  color: #fff;
  background: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_03.png);
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.block-type-01 .item .pic .ribbon.表示する,
.block-type-01 .item .pic .ribbon.open_ribbon{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.block-type-01 .item .pic .ribbon .span {
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.block-type-01 .item .tit {
  width: 90%;
  color: rgba(124, 81, 37, 255);
  font-weight: bold;
  margin: 0 auto 20px;
}

.block-type-01 .item .txt {
  width: 90%;
  margin: 0 auto;
}

.block-type-01 .item .date {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .block-type-01-bg {
    padding-bottom: 30px;
  }
}

/* 3カラムブロック(上下装飾) */
.block-type-02-bg {
  padding-bottom: 80px;
  position: relative;
}

.block-type-02-bg:before {
  display: block;
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.block-type-02-bg01:before {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
  background-size: cover;
}

.block-type-02-bg02:before {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/section_14.jpeg);
  background-size: cover;
  opacity: 0.3;
}

.block-type-02 .inner {
  position: relative;
  z-index: 5;
}

.block-type-02 .item {
  height: 100%;
  background: #fff;
  padding-bottom: 20px;
}

.block-type-02 .item .pic {
  margin-bottom: 20px;
  position: relative;
}

.block-type-02 .item .pic .category {
  background: #b2a423;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.block-type-02 .item .pic .ribbon {
  width: 195px;
  height: 42px;
  color: #fff;
  background: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_03.png);
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.block-type-02 .item .pic .ribbon .span {
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.block-type-02 .item .tit {
  width: 90%;
  color: rgba(124, 81, 37, 255);
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.block-type-02 .item .txt {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.block-type-02 .item .date {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .block-type-02-bg {
    padding-bottom: 30px;
  }
}


/* frame-circle */

.frame-circle {
  position: relative;
}

.frame-circle .box1 {
  position: relative;
  z-index: 1;
}

.frame-circle .pic {
  height: 90%;
  width: 90%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 5%;
  left: 5%;
}

/* frame-circle-2 */
.frame-circle-2 {
  position: relative;
}

.frame-circle-2 .box1 {
  position: relative;
  z-index: 1;
}

.frame-circle-2 .pic {
  width: 70%;
  height: 90%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 4%;
}

@media only screen and (max-width: 1024px) {
  .frame-circle-2 .pic {
    width: 98%;
    height: 90%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 4%;
  }
}

/* frame-circle-3 */
[data-element-id] .frame-circle-3 .pic {
  z-index: 1;
}
.frame-circle-3 {
  position: relative;
}

.frame-circle-3 .box1 {
  position: relative;
  z-index: 1;
}

.frame-circle-3 .pic {
  width: 64%;
  height: 90%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 4%;
  left: 4%;
}

@media only screen and (max-width: 1024px) {
  .frame-circle-3 .pic {
    width: 90%;
    height: 90%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 4%;
    left: 5%;
  }
}

/* frame_square */

.frame_square {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.frame_square .inn {
  width: 250px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.frame_square .pic {
  position: relative;
}

.frame_square .pic:before {
  display: block;
  content: "";
  width: 90%;
  height: 90%;
  background: #4b3d31;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.frame_square .ttlbox {
  width: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 599px) {
  .frame_square .inn {
    width: 200px;
  }
}

/* frame_square-2 */
[data-element-id] .frame-square-2 .pic {
  z-index: 5;
}
.frame-square-2 {
  position: relative;
}

.frame-square-2 .box1 {
  position: relative;
  z-index: 1;
}

.frame-square-2 .pic {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 0;
}

.frame-square-2 .box1 img {
  width: 100%;
}

/* tab */

[data-element-id] .tab .tab-con {
    display: block;
}


.tab .tab-btn li {
  background: #996b37;
  color: #fff;
}

.tab .tab-btn li.active {
  background: #fff;
  color: #7c5125;
  -webkit-box-shadow: 0px -7px 10px -3px #777777;
  box-shadow: 0px -7px 10px -3px #777777;
}

.tab .tab-box li {
  width: 40%;
  padding-top: 1em;
}

.tab .tab-box p {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.tab .tab-box h3 {
  margin-bottom: -10px;
  font-size: 28px;
}

.top-tab {
  margin-top: -30px;
  z-index: 1;
  position: relative;
}

.top-tab .tab-body {
  -webkit-box-shadow: 0px -5px 10px -7px #777777;
  box-shadow: 0px -5px 10px -7px #777777;
}

@media only screen and (max-width: 599px) {
  .tab .tab-box h3 {
    font-size: 16px;
  }
}

/* banner */

.boxinner {
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  position: relative;
  overflow: hidden;
}

.boximg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxtext {
  max-width: 1100px;
  margin: auto;
  padding: 30px;
  background-color: #ffffff9c;
  z-index: 1;
  position: relative;
  text-align: center;
  color: #7c5125;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .boxinner {
    padding: 20px;
  }
}

/* icon-txt */

.icon-txt {
  width: 80%;
  margin: 0 auto;
}

.icon-txt .ttl,
.icon-txt .sub_ttl {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.icon-txt .txt {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 2;
}

.icon-txt .txt:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/wakuwaku/deco_01.png);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}

#form .table {
  padding: 1%;
  width: 90%;
  margin: 0 auto;
}

#form .table dl {
  border-bottom: 2px solid #e8bc7a;
  padding: 20px 0;
}

#form .table dt {
  width: 40%;
  position: relative;
  font-size: 15px;
}

#form .table dd {
  width: 55%;
}

#form .table dd .size1 {
  width: 100%;
  max-width: 550px;
  padding: 5px;
  height: 40px;
}
#form .table dd input[type="radio"] {
  width: auto;
  margin-right: 10px;
  height: auto;
}
#form .table .form_shape li {
  margin-right: 0
}

#form .selectbox select {
  padding: 10px;
  width: 70%;
}
#form .table input {
  border: #fff;
}

.contact_04 #form .table input {
  border: 1px solid #141414;
}

#form .table dt span {
  background: #B2A422;
  color: #fff;
  padding: 0 4%;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}

#form .table dd li {
  margin-right: 20px;
}



#form dd textarea {
  width: 100%;
  height: 180px;
  border: #fff;
  padding: 10px;
}

.contact_04 #form dd textarea {
  border: 1px solid #191919
}

#form .table .contact li {
  margin: 5px 0;
}

/* 手順 */
.process {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 50px;
    position: relative;
}

.process .left {
  text-align: center;
  background: #a67941;
  color: #fff;
  font-family: "Dynalight", cursive;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.process .left:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.process .left .item {
  width: 100%;
  height: 60%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.process .left .item .step {
  font-size: 25px;
}

.process .left .item .num {
  font-size: 40px;
}

.process .line {
  width: 1px;
  height: 100%;
  background-color: #a77a43;
  margin: 0 auto -80px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 10%;
}

_:-ms-lang(x)::-ms-backdrop, .process .line {
        left: 15%;
}

.process:last-child .line {
    background-color: transparent;
}

.process .right .ttl {
  font-size: 20px;
  text-align: left;
  border-bottom: 2px solid #e8bc7a;
  color: rgba(124, 81, 37, 255);
  padding-bottom: 20px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.process .right .ttl span {
  font-size: 15px;
  margin-left: 30px;
  font-weight: bold;
}

.process .right .txt {
  margin-top: 20px;
  padding-left: 20px;
  width: 70%;
}

.process .right .span {
  margin-top: 20px;
  background: #e8bc7a;
  padding: 0.5% 1%;
  border-radius: 20px;
  color: #fff;
  width: 20%;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .process .left .item {
    height: 80%;
  }
}

@media only screen and (max-width: 599px) {
  .process .left .item .step {
    font-size: 10px;
  }

  .process .left .item .num {
    font-size: 20px;
  }

  .process .right .span {
    width: 40%;
  }

  .process .right .txt {
    width: 90%;
  }
}

/* 円付きリスト */
.circle-list {
  text-align: center;
  position: relative;
}

.circle-list .list {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 0;
  border: 2px solid #7c5125;
}

.circle-list .ttl {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  color: #b69e83;
  font-size: 30px;
  line-height: 0.5;
}

.circle-list .item {
  background: #fff;
  border: 2px solid #7c5125;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  width: 90%;
  margin: -55px auto 0;
}

.circle-list .item:before {
  content: "";
  width: 106px;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: -2px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .circle-list {
    margin-top: 20px;
  }

  .circle-list .item:before {
    border-bottom: 4px solid #fff;
    top: -3px;
  }
}

.circle-list .item .pic {
  width: 80%;
  margin: 0 auto;
}

.circle-list .item .sub-ttl {
  font-size: 18px;
  margin: 20px 0;
  color: rgba(124, 81, 37, 255);
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;

}

.circle-list .item .txt {
  font-size: 15px;
  margin-bottom: 10px;
}

/* パンくず */

.breadcrumbs li {
  margin-right: 10px;
  position: relative;
  color: #b69e83;
  margin-top: 10px;
  font-size: 13px;
}

.breadcrumbs li:not(:first-of-type) {
  padding-left: 20px;
}

.breadcrumbs li:not(:first-of-type):before {
  content: "—";
  position: absolute;
  top: 0;
  left: 0;
}

/* pagelink */
.pagelink li {
  font-size: 13px;
  color: rgba(124, 81, 37, 255);
  text-align: center;
  white-space: nowrap;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .pagelink li {
    font-size: 11px;
  }
}

/* table */

.table table {
  width: 80%;
  margin: 0 auto;
}

.table th {
  width: 25%;
}

.table td {
  background: #fff;
}

.table tr,
.table th,
.table td {
  border: 1px solid #e8bc7a;
  border-collapse: collapse;
  text-align: left;
  padding: 1%;
}

.table th {
  background-color: #f3ddbc;
}

@media only screen and (max-width:599px) {
  .table table {
    width: 100%;
  }
}

/* detail */
.detail .prev,
.detail .next {
  color: #9b6e3b;
  position: relative;
}

.detail .prev {
  padding-left: 25px;
  text-align: left;
}

.detail .prev a:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/voice/deco_02.png);
  position: absolute;
  top: 0;
  left: 0;
}

.detail .next {
  padding-right: 25px;
  text-align: right;
}

.detail .next a:after {
  content: url(/import/tenant_1/160.16.225.139/html/images/voice/deco_01.png);
  position: absolute;
  top: 0;
  right: 0;
}

.detail .item02 {
  margin: 70px 0 100px;
}

.detail .btn-swipe-01 {
  margin: 0;
}

.detail .btn-swipe-01 a {
  font-size: 20px;
}

@media only screen and (max-width:599px) {
  .detail .btn-swipe-01 a {
    font-size: 16px;
  }
}


/* pagenav */

.pagenav li {
  font-family: "Dynalight", cursive;
    font-size: 30px;
    color: #c0a383;
}

.pagenav li a {
    display: block;
    padding: 5px 15px;
}
.pagenav li.prev a::after {
  content: url(/import/tenant_1/160.16.225.139/html/images/voice/deco_02.png);
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.pagenav li.next a::after {
  content: url(/import/tenant_1/160.16.225.139/html/images/voice/deco_01.png);
}


/*===================================
共通ボタン
===================================*/

/* 共通ボタン1 */

.btn-swipe-01 {
  margin-top: 50px;
  text-align: center;
}

.btn-swipe-01 a {
  width: 100%;
  max-width: 300px;
  height: 100%;
  text-align: center;
  background: #996b37;
  color: #fff;
  padding: 20px 30px;
  margin: auto;
  position: relative;
  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;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.btn-swipe-01 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  right: 15px;
  top: 50%;
}
.btn-swipe-01 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4B3D31;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-swipe-01 a:hover {
  opacity:0.9;
}
.btn-swipe-01 a:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1024px) {
  .btn-swipe-01 a::before {
    right: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-swipe-01 {
    margin-top: 30px;
  }
}

/* 共通ボタン2 */
.btn-swipe-02 {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
}

.btn-swipe-02 > * {
    display: inline-block;
    width: 300px;
    max-width: 100%;
    text-align: center;
    background: #996b37;
    border: none;
    color: #fff;
    padding: 10px;
    position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;

}

.btn-swipe-02 > *::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 50%;
}
.btn-swipe-02 > *::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4B3D31;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn-swipe-02 > *:hover {
  opacity: 0.9;
  color: #fff;
}

.btn-swipe-02 > *:hover:after {
    -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0)
}

.btn-swipe-02 .back::before {
    left: 15px;
}

/* 共通ボタン3 */
.btn-swipe-03 {
  margin-top: 10px;
}

.btn-swipe-03 a {
  display: inline-block;
  width: 70%;
  max-width: 300px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  color: #996b37;
  padding: 10px;
  position: relative;
}

.btn-swipe-03 a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #996b37;
  right: 16px;
  top: 50%;
}

@media only screen and (max-width: 599px) {
  .btn-swipe-03 a {
    padding: 5px;
  }
}

/* 共通ボタン4 */
.btn-swipe-04 {
  margin-top: 5px;
}

.btn-swipe-04 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #996b37;
  color: #fff;
  padding: 10px;
  position: relative;
  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;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.btn-swipe-04 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 50%;
}

.btn-swipe-04 a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ab9479;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-swipe-04 a:hover {
  opacity:0.9;
}
.btn-swipe-04 a:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media only screen and (max-width: 1024px) {
  .btn-swipe-04 {
    margin-top: 15px;
  }
}

/* 共通ボタン5 */
.btn-swipe-05 {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.btn-swipe-05 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #996b37;
  color: #fff;
  padding: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.btn-swipe-05 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  right: 10px;
  top: 50%;
}
.btn-swipe-05 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4B3D31;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-swipe-05 a:hover {
  opacity:0.9;
}
.btn-swipe-05 a:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}


/* 共通ボタン6 */
.btn-swipe-06 {
  margin-top: 10px;
  width: 65%;
}

.btn-swipe-06 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #c1a567;
  border-radius: 20px;
  color: #fff;
  padding: 5px;
  position: relative;
}

.btn-swipe-06 a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 50%;
}

/* 共通ボタン7 */
.btn-swipe-07 {
  margin-top: 10px;
}

.btn-swipe-07 a {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  color: #996b37;
  padding: 15px;
  position: relative;
}

.btn-swipe-07 a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  background: #996b37;
  right: 16px;
  top: 50%;
}

@media only screen and (max-width: 599px) {
  .btn-swipe-07 a {
    width: 90%;
    padding: 5px;
  }
}


/* 共通ボタン8 */
.btn-swipe-08 {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

.btn-swipe-08 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-align: center;
  background: #996b37;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 21px;
  padding: 20px 0px;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.btn-swipe-08 a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  right: 15px;
  top: 50%;
}

.btn-swipe-08 a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4B3D31;
  content: "";
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.btn-swipe-08 a:hover {
  opacity:0.9;
}
.btn-swipe-08 a:hover:after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* 共通ボタン9 */
.btn-swipe-09 {
  margin-top: 10px;
}

.btn-swipe-09 a {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  text-align: center;
  background: #c1a567;
  border-radius: 30px;
  color: #fff;
  padding: 5px;
  position: relative;
  font-size: 15px;
}

.btn-swipe-09 a::before {
  content: url(/import/tenant_1/160.16.225.139/html/images/online/deco_01.png);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* 共通ボタン配置 */
.btn-left {
  text-align: left;
}

.btn-center {
  text-align: center;
}

.btn-right {
  text-align: right;
}

/* 共通ボタン配置 */
.btn-mt-large {
  margin-top: 100px;
}

.btn-mt-medium {
  margin-top: 55px;
}

.btn-mt-small {
  margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .btn-mt-large {
    margin-top: 80px;
  }

  .btn-mt-medium {
    margin-top: 40px;
  }

  .btn-mt-small {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-mt-large {
    margin-top: 60px;
  }

  .btn-mt-medium {
    margin-top: 30px;
  }

  .btn-mt-small {
    margin-top: 15px;
  }
}

.btn-pt-large {
  padding-top: 100px;
}

.btn-pt-medium {
  padding-top: 55px;
}

.btn-pt-small {
  padding-top: 25px;
}

@media only screen and (max-width: 1024px) {
  .btn-pt-large {
    padding-top: 80px;
  }

  .btn-pt-medium {
    padding-top: 40px;
  }

  .btn-pt-small {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .btn-pt-large {
    padding-top: 60px;
  }

  .btn-pt-medium {
    padding-top: 30px;
  }

  .btn-pt-small {
    padding-top: 15px;
  }
}

/* 共通ボタン上書き */

.btn-mt-none {
  margin-top: 0;
}

/*===================================
共通要素
===================================*/
/* .pagettl {
    position: absolute;
    top: 9%;
    left: 14%;
    z-index: 201;
} */

/*ヘッダー*/

.header {
  position: fixed;
  z-index: 110;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#header #gnav .tel {
    margin-top: 10px;
}

#header #gnav .tel a {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

#header #gnav .tel a:before {
    display: block;
    content: "\f879";
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 100%;
    font-size: 50%;
    border: solid 2px;
    border-radius: 100%;
    margin-right: 4px;
    text-align: center;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.dropdown-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}


.dropdown.open {
  display: block;
}

[data-element-id] .dropdown {
  position: static;
}

.dropdown {
  z-index: 1000;
  background: rgba(124, 81, 37, 255);
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  padding: 10px 20px;
  display: none;
}

.dropdown li {
  margin: 10px 0;
}

.dropdown li a {
  color: #fff;
}

[data-element-id] .header .contents {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header .contents {
    position: relative;
}

[data-element-id] .header .logo {
    width: auto;
    position: static;
}

.header .logo {
    width: 18%;
    position: absolute;
    z-index: 200;
    background: #fff;
    top: 0;
    left: 0;
    padding: 15px 30px;
}

.header .logo img {
    margin-bottom: 10px;
}

[data-element-id] .header .list01 {
    flex-wrap: wrap;
}

.header .item01 {
  padding: 25px 0;
  margin: 0 10px;
  font-size: 15px;
  color: #4B3D31;
}


#gnav .icon-item {
  margin: 0 5px;
      font-size: 22px;
    line-height: 24px;
}
.gnav-banner {
  display: none;
  margin-top: 40px;
}
.gnav-banner a {
  display: block;
  position: relative;
}
.gnav-banner img {
  width: 100%;
}
.gnav-banner dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
}
.gnav-banner dt {
  text-align: center;
  background: -webkit-linear-gradient(
    180deg,
    #fff,
    #fff,
    #fff,
    #fdd6a1,
    #fff,
    #fff,
    #fff,
    #cd9c59,
    #fff,
    #fff,
    #fff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: calc(100vw * 20 / 1024);
}
.gnav-banner dt span {
  font-size: calc(100vw * 36 / 1024);
  font-weight: normal;
}
.gnav-banner dd {
  text-align: center;
  color: #fff;
  font-size: calc(100vw * 26 / 1024);
}
.gnav-banner dd i {
  font-size: calc(100vw * 16 / 1024);
}
[data-element-id] .gnav-banner {
  display: block;
}
h1 {
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  .gnav-banner {
    display: block;
  }
  .header {
    padding: 5px 0;
  }
  #gnav .icon-item {
    display: none;
  }

  .header .logo {
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  
  .header .logo img {
    margin-bottom: 0;
  }
  
  .header .logo .pagettl {
    margin-left: 20px;
  }

  .header .logo_bg h1 {
    margin-left: 20px;
  }
  
  .header .navlogo {
    margin-bottom: 30px;
    text-align: center;
  }
  
  .header .item01 {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #4B3D31;
  }
  
  .dropdown {
    width: 100%;
    position: static;
    background: none;
    padding: 0;
  }
  
  .dropdown li {
    padding-left: 10px;
    margin: 20px 0 0;
　}
  
  .dropdown li a {
    color: #4B3D31;
  }
  
  .dropdown li a:before {
    display: inline-block;
    content: "∟";
    margin-right: 5px;
  }
  
  .dropdown-btn > a::after {
    content: "\f067";
    font-size: 80%;
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-left: 10px;
    position: absolute;
    top: 0;
    right: 20px;
    transition: ease .3s;
    transform: translate(0, -50%) rotate(0deg);
}

.dropdown-btn.dropdown-btn-a > a::after {
    transition: ease .3s;
    transform: translate(0, -50%) rotate(45deg);
}
}

@media only screen and (max-width: 599px) {
  .header {
    position: absolute;
  }
  .header .logo img {
    max-width: 120px;
  }
  
  .header .logo .pagettl {
    font-size: 14px;
  }
}

/*gnav*/

@media only screen and (max-width: 1024px) {
  .toggle {
    display: block !important;
  }
  
  .toggle:before {
    text-align: center;
    width: 100%;
    font-weight: bold;
    content: "MENU";
    display: block;
    color: #170302;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  /*ハンバーガー*/

  .toggle {
    position: fixed !important;
    top: 0px;
    right: 0px;
    z-index: 251;
    width: 42px;
    height: 42px;
    background: #170302;
    opacity: 0.8;
    cursor: pointer;
  }

  .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);
  }

  .barger-body {
    width: 100%;
    height: 100vh;
    background: rgba(254, 241, 210,0.9);
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 250;
  }

  .barger-body.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .barger-inner {
    padding: 100px 0;
    width: 90%;
    margin: auto;
  }

  .overlay {
    width: 100%;
    height: 100vh;
    background: #595959;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }

  .overlay.active {
    opacity: 0.3;
    visibility: visible;
  }
  #header .list01 .icon {
    margin-right: 20px;
}
}

/*フッター*/

#footer .footfix {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
}

#footer .footfix .request {
  margin-bottom: 20px;
}

#footer .footfix .request a {
  height: 100%;
  background: #4b3d32;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

#footer .footfix .request .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

#footer .footfix .request a:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/index.html/icon_01.png);
}

#footer .footfix .contact a {
  background: #9A6B37;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

#footer .footfix .contact.type-b a {
  background: #c1a567;
  color: #fff;
} 

#footer .footfix .contact .txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

#footer .footfix .contact a:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/index.html/icon_02.png);
}

@media only screen and (max-width: 599px) {
  #footer .footfix {
    padding: 10px;
    left: 0;
    top: auto;
    bottom: 0;
  }
  
  #footer .footfix > * {
    width: 48%;
  }
  
  #footer .footfix .request {
    width: 48%;
    margin: 0;
  }

  #footer .footfix .contact {
    width: 100%;
  }

  #footer .footfix .request a,
  #footer .footfix .contact a {
    font-size: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 3px;
    border: 3px solid #fff;
  }

  #footer .footfix .request a:before,
  #footer .footfix .contact a:before {
    line-height: 1.5px;
    margin-right: 5px;
  }

  #footer .footfix .request .txt,
  #footer .footfix .contact .txt {
    display: inline-block;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    vertical-align: middle;
  }
}

.totop {
  position: fixed;
  z-index: 99;
  right: 4%;
  bottom: 5%;
  border: 2px solid #fff;
  border-radius: 3px;
}

@media only screen and (max-width: 599px) {
  .totop {
    right: 10px;
    bottom: 70px;
    width: 50px;
  }
}

#footer iframe {
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 599px) {
  #footer iframe {
    height: 250px;
  }
}

#footer .footer_container {
  background-color: #4b3d31;
  color: #fff;
}

#footer .footer_container .left {
  width: 40%;
}

#footer .footer_container .right {
  width: 60%;
}

#footer .box1 .item02 {
  position: relative;
}

#footer .box1 .item02 dl {
  width: 70%;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#footer .box1 .item02 dt {
  background: -webkit-linear-gradient(180deg,
      #fff,
      #fff,
      #fff,
      #fdd6a1,
      #fff,
      #fff,
      #fff,
      #cd9c59,
      #fff,
      #fff,
      #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#footer .box1 .item02 span {
  font-size: 36px;
  font-weight: normal;
  margin-left: 5px;
}

#footer .box1 .item02 dd {
  font-size: 26px;
}

#footer .box1 .item02 i {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

#footer .item2 .icon {
    margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  #footer .box1 .item02 span {
    font-size: 34px;
  }

  #footer .footer_container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
  }

  #footer .footer_container .left>div {
    width: 50%;
  }

  #footer .footer_container .right {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 599px) {
  #footer .box1 .item02 dt {
    font-size: 12px;
  }

  #footer .box1 .item02 span {
    font-size: 16px;
  }

  #footer .box1 .item02 dd {
    font-size: 18px;
  }

  #footer .footer_container .left {
    display: block;
  }

  #footer .footer_container .left>div {
    width: 100%;
  }
  
  #footer .footer_container .left>div .btn-swipe-04 a {
    margin: 0 auto;
  }
}

#footer .box2 .left .item1 {
  margin-bottom: 1.5em;
}

#footer .footnav .box {
  display: inline-block;
  vertical-align: top;
}

#footer .footnav .box2 {
  font-size: 14px;
}

#footer .footnav .box2 li {
  margin-top: 10px;
}

#footer .footnav .box>li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}

#footer .footnav .box>li>a::before {
  content: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_05.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat-y: no-repeat;
}

#footer .footnav .box img {
  margin-right: 3px;
}

@media only screen and (max-width: 599px) {
  #footer .footnav .box>li a {
    font-size: 14px;
  }
}

/* A-BiSUスライダー用 */

.mainimg {
  position: relative;
  overflow: hidden;
}

.mainimg .uk-slidenav-position {
  height: 100% !important;
}

.mainimg .uk-slideshow {
  height: 100% !important;
}

.mainimg .uk-slideshow>li {
  height: 100% !important;
}

.mainimg .uk-slideshow>li>div {
  height: 100% !important;
}

.mainimg .uk-slideshow>li>div>img {
  width: 100%;
  height: 100%;
  /*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%;
}

/*===================================
トップページ
===================================*/

/*メインビジュアル*/

[data-element-id] .line-p {
  z-index: 5;
}
[data-element-id] .frame-circle .pic {
  z-index: 1;
}
.homevisual {
  position: relative;
}

.homevisual .img {
  height: 700px;
}

.uk-slidenav-position {
  width: 100% !important;
  height: 100% !important;
}

.uk-slideshow {
  width: 100% !important;
  height: 100% !important;
}

.uk-slideshow > li {
  width: 100% !important;
  height: 100% !important;
}

.uk-slideshow > li > div {
  width: 100% !important;
  height: 100% !important;
}

.homevisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*IE対策*/
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.homevisual .box1 {
  width: 51%;
  max-width: 250px;
  position: absolute;
  top: 15%;
  right: 10%;
}

.homevisual .box2 {
  width: 51%;
  max-width: 280px;
  position: absolute;
  top: 15%;
  right: 10%;
}

.homevisual .main_list {
  max-width: 90%;
  position: absolute;
  top: 52%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homevisual .main_list li {
  margin-bottom: 1em;
}

@media only screen and (max-width: 1024px) {
  .homevisual .img {
    height: 400px;
  }

  .homevisual .box1 {
    width: 50%;
    max-width: 200px;
    position: absolute;
    top: 3%;
    right: 8%;
  }

  .homevisual .box2 {
    width: 50%;
    max-width: 200px;
    position: absolute;
    top: 3%;
    right: 8%;
  }

  .homevisual .main_list li {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .top .homevisual .main_list {
    max-width: 100px;
    width: 80%;
  }
  .homevisual .img {
    height: 268px;
  }
  .top .homevisual .main_list li {
    font-size: 13px;
  }
}

.homevisual .box {
  text-shadow: 3px 3px 15px #9b6c38, -3px 3px 26px #9b6c38,
    6px -3px 12px #9b6c38, -3px -3px 16px #9b6c38;
}

/*IE対策*/
.homevisual .head {
  position: absolute !important;
  top: 50%;
  left: 20%;
  font-size: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.homevisual .head2 {
  position: absolute !important;
  top: 63%;
  left: 30%;
  font-weight: bold;
  font-size: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .homevisual .head {
    left: 21%;
    font-size: 35px;
  }

  .homevisual .head2 {
    font-size: 50px;
    top: 65%;
    left: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .homevisual .head {
    top: 70%;
    left: 25%;
    font-size: 28px;
  }

  .homevisual .head2 {
    font-size: 32px;
    white-space: nowrap;
    top: 82%;
    left: 35%;
  }

  .homevisual .box1 {
    max-width: 190px;
  }

  .homevisual .box2 {
    max-width: 190px;
  }
}

#main {
  margin-top: 75px;
}

#main .main_list {
  list-style: unset;
  font-weight: bold;
}

.top_01 .banner_01 {
  margin: 40px 0 100px;
}

.top_02 {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
}

.line-p {
  position: relative;
}

.top_02 .bb {
  border-bottom: 3px solid #b69e83;
  margin-bottom: 15px;
}

.top_02 .both .feature {
  color: #fff;
  background: #c1a567;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
}

.top_02 .sub-ttl-02 span {
    display: inline-block;
    font-size: 140%;
}

@media only screen and (max-width: 1024px) {
  .top_02 .both .feature {
    display: block;
    width: 30%;
    margin-bottom: 10px;
  }

  #main {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .top_02 .both .feature {
    width: 50%;
  }
}

.top_02 .both li {
  line-height: 2;
  position: relative;
  padding-left: 0.8em;
}

.top_02 .both li::before {
  position: absolute;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
  content: "";
  background: #c1a567;
}

.top_02 .feature {
  text-align: center;
}

.top_02 .feature .feature_line {
  border-bottom: 2px solid #7c5125;
  margin-bottom: 15px;
}

.top_02 .feature dd {
  text-align: left;
}
.num01 {
    width: 70px;
    height: 70px;
    padding-top: 6px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.num01 span {
  display: block;
  margin-top: -10px;
  color: rgba(124, 81, 37, 255);
  font-size: 32px;
  font-family: "Dynalight", cursive;
}

@media only screen and (max-width: 599px) {
  .top_02 .feature dd {
    margin: 10px auto 0;
  }
}

.top_02 .feature dd.center {
  margin: 10px auto 0;
}

.top_02 .feature .session dd {
  line-height: 2;
  position: relative;
  padding-left: 0.8em;
}

.top_02 .feature .session dd::before {
  position: absolute;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
  content: "";
  background: #c1a567;
}

.top_02 .feature .frame-circle {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 1em;
}

@media only screen and (max-width: 599px) {
  .top_02 .feature {
    margin-bottom: 20px;
  }
  .top_02 .feature .frame-circle {
    width: 50%;
  }
}

.top_03 .heading {
  position: relative;
  color: #fff;
  padding: 60px 0 80px;
  margin: 0;
}

.top_03 .heading .pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_03 .heading .pic::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.top_03 .heading .heading_inner {
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 599px) {

  .top_03 .heading {
    padding: 40px 0 60px;
  }
}

.top_03 .salon_02 .course-inner {
  border: 2px solid #bbaea5;
}

@media only screen and (max-width: 1024px) {
  .top_03 .salon_02 .third {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .top_03 .salon_02 .first {
    margin-bottom: 30px;
  }
}

.top_03 .salon_02 .course dl {
  padding: 5px 10px;
  -ms-flex-item-align: center;
  align-self: center;
}

.top_03 .salon_02 .course dt {
  letter-spacing: -1px;
}

.top_03 .salon_02 .course dt:before {
  content: "ー";
  padding-right: 2px;
}

.top_04 {
  position: relative;
}

.top_04 .inner {
  position: relative;
  z-index: 5;
}

.top_04 .item {
  width: 48%;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
  position: relative;
}

.top_04 .item dt {
  color: rgba(124, 81, 37, 255);
  font-size: 24px;
  font-weight: bold;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.top_04 .item dd {
  color: #898989;
  font-weight: bold;
}

.top_04 .item01 .imgbox {
  position: absolute;
  bottom: -9%;
  right: 30%;
}

.top_04 .item02 .imgbox {
  position: absolute;
  left: 30%;
  bottom: -9%;
}

.top_04 .item03 .imgbox {
  position: absolute;
  right: 30%;
  top: -8%;
}

.top_04 .item04 .imgbox {
  position: absolute;
  left: 30%;
  top: -7%;
}

.top_04 .frame_square {
  margin-top: -30px;
  margin-bottom: -30px;
}

.top_04 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg_white::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1024px) {
  .top_04 .item {
    padding: 20px;
  }

  .top_04 .item dt {
    font-size: 18px;
  }

  .top_04 .item01 .imgbox {
    position: absolute;
    bottom: -14%;
    right: 40%;
  }

  .top_04 .item02 .imgbox {
    position: absolute;
    left: 40%;
    bottom: -15%;
  }

  .top_04 .item03 .imgbox {
    position: absolute;
    right: 40%;
    top: -11%;
  }

  .top_04 .item04 .imgbox {
    position: absolute;
    left: 40%;
    top: -11%;
  }

  .top_04 .frame_square {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

@media only screen and (max-width: 599px) {
  .top_04 .item dt {
    font-size: 16px;
  }

  .top_04 .item01 .imgbox {
    position: absolute;
    bottom: -8%;
    right: 60%;
  }

  .top_04 .item02 .imgbox {
    position: absolute;
    left: 60%;
    bottom: -9%;
  }

  .top_04 .item03 .imgbox {
    position: absolute;
    right: 60%;
    top: -6%;
  }

  .top_04 .item04 .imgbox {
    position: absolute;
    left: 60%;
    top: -6%;
  }
}

.top_06 .news .box1:nth-child(odd) {
    background: #efefef;
}

.top_06 .news dl.txt {
  padding: 15px 20px;
}

.top_06 .news dd {
  border-bottom: 1px solid #7c5125;
  width: 80%;
}

.top_06 .news dt {
  width: 20%;
}

@media only screen and (max-width: 599px) {
  .top_06 .news dt {
    width: 100%;
  }

  .top_06 .news dd {
    width: 100%;
  }
}

.top_07 {
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
}

.top_07 .item {
  background: #fff;
  padding: 15px;
}

/*コンセプト*/

/*===================================
下層ページ
===================================*/

/*メインビジュアル*/

.topvisual {
  position: relative;
}

/*コンセプト*/

/* about */
#main .main_list .ttl {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

#main .about .main_list .txt {
  font-size: 33px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
  #main .main_list .ttl {
    font-size: 20px;
  }

  #main .about .main_list .txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 599px) {
  #main .main_list .ttl {
    font-size: 16px;
  }

  #main .about .main_list .txt {
    font-size: 20px;
  }
}

.about_02 .frame-circle .pic {
  height: 75%;
}

.about_03 .box-map iframe {
  width: 65%;
}

.about_03 .box-map .txt {
  width: 35%;
  padding: 2% 4%;
  border: 3px solid #c0a383;
}

.about_03 .item .box1 {
  width: 25%;
}

.about_03 .item .box2 {
  width: 65%;
  font-size: 15px;
  margin-bottom: 100px;
}

.about_03 .item .box2 .cont {
  border-bottom: 2px solid #996b37;
  padding: 25px 10px;
}

.about_03 .item .box2 .ttl {
  width: 25%;
  text-align: left;
  -ms-flex-item-align: center;
  align-self: center;
  padding-right: 20px;
}

.about_03 .item .box2 .txt {
  width: 70%;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  .about_03 .item .box2 .ttl {
    width: 100%;
    padding-bottom: 20px;
  }
  .about_03 .item .box2 .txt {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {

  .about_03 .item .box1,
  .about_03 .item .box2 {
    width: 100%;
  }

  .about_03 .box-map iframe {
    width: 100%;
    height: 250px;
  }

  .about_03 .box-map .txt {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .about_4 .feature {
    margin-bottom: 20px;
  }
}

.about_05 .item {
  position: relative;
  text-align: center;
}

.about_05 .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.about_05 .box2 .txt {
  font-size: 24px;
  color: #b69e83;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .about_05 .box2 {
    width: 60%;
  }
  .about_05 .box2 .txt {
    font-size: 16px;
  }

  .about_05 .box2 .imgbox2 {
    width: 60%;
    margin: 0 auto;
  }
}

/* glassart */
#main .main_list .ttl {
  font-family: "Dynalight", cursive;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
}

#main .glassart .main_list .txt {
  font-size: 22px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  white-space: nowrap;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  #main .main_list .ttl {
    font-size: 20px;
  }

  #main .glassart .main_list .txt {
    font-size: 17px;
  }
}

@media only screen and (max-width: 599px) {
  #main .main_list .ttl {
    font-size: 16px;
  }

  #main .glassart .main_list .txt {
    font-size: 16px;
  }
}


.glassart_01 .boxtext .ttl {
  font-size: 26px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #7c5125;
}

@media only screen and (max-width: 599px) {
  .glassart_01 .boxtext .ttl {
    font-size: 20px;
  }
}

.glassart_01 .boxtext .txt {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.glassart_01 .boxtext .txt:before {
  content: url(/upload/tenant_1/f4f732199e80bd6d1557f5021816cc29.png);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 2px;
}

.glassart_01 .boxtext .sub-txt {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}

.glassart_02 .block-type-01 .item .pic .ribbon .span {
  font-size: 24px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.glassart_03 .box2 {
  margin-top: 30px;
}

.glassart_03 .border.boxinner .txt {
  padding-left: 30px;
}

.glassart_03 .border.boxinner .txt+.txt {
  margin-top: 10px;
}

@media only screen and (max-width: 599px) {
  .glassart_03 .border.boxinner .txt {
    padding-left: 0;
  }
}


.glassart_03 .box3 .item02 .right {
  margin-left: -10%;
  position: relative;
  z-index: 5;
}

.glassart_03 .box3 .item02 .right .txt1 {
  text-shadow: 0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff,
    0px 0px 10px #fff;

}

@media only screen and (max-width: 599px) {
  .glassart_03 .box3 .item02 .right {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
}

.glassart_06 .box1,
.glassart_06 .box2 {
  padding: 2% 4%;
  border: 4px solid #c0a383;
  margin-top: 30px;
  background: #fff;
  box-sizing: content-box;
}

.glassart_06 .item .table {
  margin: 20px 0;
}

.glassart_06 .item .table th {
  width: 25%;
}

.glassart_06 .item .table tr,
.glassart_06 .item .table th,
.glassart_06 .item .table td {
  border: 1px solid #e8bc7a;
  border-collapse: collapse;
}

.glassart_06 .item .table .list li {
  position: relative;
  padding-left: 15px;
}

.glassart_06 .item .table .list li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.glassart_06 .item .table th {
  background-color: #f3ddbc;
}

.glassart_07 .item .txt {
  padding: 1%;
}

.glassart_07 .item .text .tit {
/*   text-align: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; */
}

.glassart_08 .item .box1 {
  width: 25%;
}

.glassart_08 .item .box2 {
  width: 65%;
}

.glassart_08 .item .box2 .pic img {
  border: 5px solid #dac9b6;
}

.glassart_08.block-type-01 .item {
  background: none;
}

.glassart_08.block-type-01-bg:before {
  bottom: 10%;
}

@media only screen and (max-width: 1024px) {
  .glassart_08 .item .box1 {
    width: 100%;
  }

  .glassart_08 .item .box2 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .glassart_08.block-type-01-bg:before {
    bottom: 0;
  }
}

.glassart_09 .btn-swipe-01 {
  margin-top: 0;
}

@media only screen and (max-width: 599px) {
  .glassart_09 .btn-swipe-01 {
    margin-top: 20px;
  }
}

/* friends */
@media only screen and (max-width: 1024px) {
  .friends_01 .txt-box .about {
    font-size: 15px;
  }
}

.friends_02 .box1 .txt {
  width: 80%;
  margin: 10px auto 0;
}

.friends_03 .txt span {
  font-size: 15px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 599px) {
  .friends_03 .txt span {
    font-size: 12px;
  }
  .friends_02 .box1 .txt {
  width: 100%;
}
}

.friends_03 .block-type-01-bg {
  padding-bottom: 70px;
}

@media only screen and (max-width: 599px) {
  .friends_03 .block-type-01-bg {
    padding-bottom: 30px;
  }
}

/* wakuwaku */

.wakuwaku_03 .txt-box1 .about {
  color: #595959;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1px;
  font-size: 15px;
}

.wakuwaku_03 .txt-box2 {
  width: 80%;
  margin: 0 auto;
}

.wakuwaku_03 .txt-box2 .txt {
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 2;
}

.wakuwaku_03 .txt-box2 .txt:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/wakuwaku/deco_01.png);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 4px;
}

@media only screen and (max-width: 599px) {
  .wakuwaku_03 .txt-box2 {
    width: 100%;
  }
  .wakuwaku_03 .txt-box1 .about {
    text-align: left;
  }
}

/* bijou */
.bijou_04 .table th {
  width: 20%;
}

.bijou_04 .box .txt {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* 
@media only screen and (max-width: 1024px) {
  .bijou .frame-square-2 .pic {
    width: 90%;
    left: 5%;
  }
} */


.bijou .item .right .txt {
  color: #595959;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}

.bijou .item .left .picbox {
  position: relative;
}

.ribbon01 {
  width: 225px;
  height: 42px;
  color: #fff;
  background: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_03.png);
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 10;
}

.ribbon01 .span {
  font-size: 14px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.ribbon01 .span.big {
  font-size: 24px;
}

.bijou .item03 .ttl,
.bijou .item03 .sub_ttl {
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
}

.bijou .about_sub_ttl {
  text-align: left;
}

.bijou .item02 .title {
  font-size: 28px;
  color: rgba(124, 81, 37, 255);
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", serif;
  margin-top: 50px;
  white-space: nowrap;
  font-weight: bold;
}

.bijou .item02 .title:after {
  content: url(/import/tenant_1/160.16.225.139/html/images/bijou/deco_01.png);
  padding-left: 5px;
}

@media only screen and (max-width: 599px) {
  .bijou .item02 .flow {
    margin: 10px 20px;
  }

  .bijou .item02 .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.bijou .item02 .flow li .item {
  color: #fff;
  background: #b2a422;
  border-radius: 100%;
  text-align: center;
  position: relative;
}

.bijou .item02 .flow li .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.bijou .item02 .flow li .item .flow_number {
  display: none;
  font-size: 35px;
  color: #fff;
  font-family: "Dynalight", cursive;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.bijou .item02 .flow li .item .txt {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bijou .item02 .flow li:not(:last-child) .item::after {
  content: url(/import/tenant_1/160.16.225.139/html/images/glassart/deco_06.png);
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bijou .item02 .flow li .item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media only screen and (max-width: 599px) {
  .bijou .item02 .flow li .item {
    margin-bottom: 20px;
  }
  
  .bijou .item02 .flow li .item .flow_number {
    display: block;
  }
  
  .bijou .item02 .flow li:not(:last-child) .item::after {
    display: none;
  }
}

.bijou_08 .right .list .list-inner {
 /*  list-style: unset;
 list-style-position: inside; */
}

.bijou_08 .right .list .list-inner li {
  font-weight: bold;
  color: #e8bc7a;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}

.bijou_08 .right .list .list-inner li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #c1a567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.bijou_08 .right .list .list-inner li span {
  color: #7c5125;
}

.bijou_06 .sub_ttl {
  font-size: 18px;
  color: rgba(124, 81, 37, 255);
  margin-bottom: 15px;
  -moz-text-align-last: center;
  text-align-last: center;
}

/* silver */
.silver_07 .txt.sub-ttl {
  width: 70%;
  margin: 0 auto;
  color: rgba(124, 81, 37, 255);
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

.silver_07.bijou .item .right .txt {
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  .silver_07 .txt.sub-ttl {
    width: 90%;
    text-align: left;
  }
}

/* voice */

.side-box .txt {
  font-size: 15px;
  margin-bottom: 20px;
}

.voice-01 .main-box .imgbox {
  text-align: center;
  margin-bottom: 20px;
}

.voice-01 .main-box .imgbox img {
  -webkit-box-shadow: -1px 0px 20px -7px rgba(0, 0, 0, 0.6);
  box-shadow: -1px 0px 20px -7px rgba(0, 0, 0, 0.6);
}

.voice-01 .main-box .box a {
  border: 4px solid #c0a383;
  padding: 5%;
}

.voice-01 .main-box .txt-bg {
  width: 95%;
  margin: 0 auto 10px;
}

.voice-01 .main-box .txt-bg span {
  background: #b2a422;
  color: #fff;
  padding: 1% 5%;
}

.voice-01 .main-box .txt {
  font-size: 15px;
  width: 95%;
  margin: 0 auto;
}

.voice-01 .main-box .name {
  margin: 15px auto 70px;
}

/* voice detail*/
.vd-01 .item01 .txt-inner {
  border-bottom: 1px solid #e8bc7a;
  margin-left: 25px;
}

.vd-01 .item01 .txt-inner .ttl {
  position: relative;
  color: #996b37;
  line-height: 2;
  margin-top: 18px;
}

.vd-01 .item01 .txt-inner .ttl:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/wakuwaku/deco_01.png);
  position: absolute;
  top: 0;
  left: -25px;
  margin-top: 4px;
}

.vd-01 .item01 .imgbox .img-inner img {
  width: 100%;
}

/* bd */
.bd-01 .item01 .category span {
  background: #B2A422;
  color: #fff;
  padding: 0.5% 1%;
  font-size: 13px;
}

.bd-01 .item01 .date {
  margin: 15px 0 30px;
}

.bd-01 .item01 .ttl {
  border-bottom: 1px solid #e8bc7a;
  color: #7C5125;
  margin-bottom: 15px;
  font-size: 20px;
}

.bd-01 .item01 .txtbox .txt {
  line-height: 3;
}

.bd-01 .item02 {
  margin: 70px 0 100px;
}
.bd-01 .caption {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dotted #595959;
}

/* news */
.news-01 .item .box:nth-child(odd) {
  background: #efefef;
}

.news-01 .item .box a {
    display: block;
    padding: 20px
}

.news-01 .item dl.txt {
  padding: 1% 4%;
}





@media only screen and (max-width:599px) {
  .news-01 .item dl.txt {
    padding: 3% 4%;
  }
  .news-01 .item .box a {
    padding: 10px;
  }
}
.news-01 .item dt {
    font-size: 14px;
    margin-bottom: 10px;
}


.news-01 .item dd span {
  color: rgba(124, 81, 37, 255);
  border-bottom: 1px solid rgba(124, 81, 37, 255);
}

/* nd */
.nd-01 .item01 .category span {
  background: #B2A422;
  color: #fff;
  padding: 0.5% 1%;
  font-size: 13px;
}

.nd-01 .item01 .date {
  margin: 15px 0 30px;
}

.nd-01 .item01 .ttl {
  border-bottom: 1px solid #e8bc7a;
  color: #7C5125;
  margin-bottom: 15px;
  font-size: 20px;
}

.nd-01 .item01 .txtbox .txt {
  line-height: 3;
}


/* experience */

.experience_01 .process .right .txt {
  width: 100%;
}

.experience_02.glassart_03 .border.boxinner {
  background: #fff;
}

.experience_02.glassart_03 .box2 .sub-ttl:before {
  content: url(/import/tenant_1/160.16.225.139/html/images/experience/deco_01.png);
  position: absolute;
  top: -15px;
  left: 0;
  padding-right: 0;
}

.experience_02.glassart_03 .box2 .sub-ttl {
  width: 80%;
  margin: auto;
  position: relative;
  padding-left: 30px;
    line-height: 2;
}

.experience_02.glassart_03 .border.boxinner {
  padding: 35px 0 70px 0;
  border: 4px solid #c0a383;
  width: 80%;
  margin: auto;
}

.experience_03 .table tr,
.experience_03 .table td {
  border-top: none;
}

@media screen and (max-width: 599px) {
  .experience_02.glassart_03 .border.boxinner {
    width: 100%;
  }
}

/* accordion_one */

[data-element-id] .accordion_one .accordion_inner {
    display: block!important;
}

.accordion_one {
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.accordion_one .accordion_header {
  background: #f3ddbc;
  position: relative;
  /* width: 90%; */
  margin: 0 auto;
  padding: 1%;
  border: 1px solid #e8bc7a;
  cursor: pointer;
}

.accordion_one .accordion_header:hover {
  opacity: .8;
}


.accordion_one .accordion_header .i_box {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_one .accordion_header .i_box:before,
.accordion_one .accordion_header .i_box:after {
  display: block;
  content: '';
  background-color: #7c5125;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion_one .accordion_header .i_box:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordion_one .accordion_header .i_box:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion_one .accordion_header.open .i_box:after {
  display: none;
}

.accordion_one .accordion_inner {
  display: none;
}

.accordion_one:nth-of-type(1) .accordion_inner {
  display: block;
}

.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
.accordion_one .pic {
  width: 30%;
  padding: 10px;
  border-left: 1px solid #e8bc7a;
  border-bottom: 1px solid #e8bc7a;
}
.accordion_one .box_one {
  width: 70%;
}
.accordion_one th {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header {
    font-size: 18px;
  }

  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 599px) {
  .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  .accordion_one .pic {
    width: 100%;
    border-right: 1px solid #e8bc7a;
    padding: 10px 20%;
  }
  .accordion_one .box_one {
    width: 100%;
  }
  .accordion_one th {
    width: 30%;
  }
}
.accordion_wrap .accordion_one .table {
  height: 100%;
}
.accordion_wrap .accordion_one .table table {
  width: 100%;
  height: 100%;
}

.experience_04 .about {
  color: #595959;
}

.experience_04 .btn-swipe-02 {
  margin: 70px 0 0 0;
}

/* contact */
.contact_01 .box2 .txtbox {
  margin-left: 40px;
}

.contact_01 .box2 .txtbox .ttl {
  position: relative;
  color: rgba(124, 81, 37, 255);
  padding-bottom: 10px;
  border-bottom: 2px solid #e8bc7a;
  font-size: 18px;
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;
}

.contact_01 .box2 .txtbox .ttl::before {
  content: url(/import/tenant_1/160.16.225.139/html/images/contact/deco_01.png);
  position: absolute;
  top: -10px;
  left: -50px;
}

@media screen and (max-width: 599px) {
  .contact_01 .box2 .txtbox .ttl::before {
    left: -40px;
  }
  
  .contact_form #form .table dt {
    width: 100%;
    padding-bottom: 10px;
  }

  .contact_form #form .table dd {
    width: 100%;
  }
}

.contact_01 .box2 .txtbox .txt {
  margin: 20px 0 35px 0;
}

.banner2 {
  position: relative;
  border: 5px solid #a17747;
}

.banner2 .pic {
  position: relative;
}

.banner2 .pic .bg::after {
  background: #a17747;
  opacity: 0.7;
}

.banner2 .pic .imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.banner2 .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  font-family: "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .banner2 .txt {
    font-size: 20px;
  }
}

.contact_02 .right {
  font-size: 15px;
  color: rgba(146, 103, 57, 255);
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN",    "Hiragino Mincho ProN", serif;

}

.contact_02 .right .txt,
.contact_02 .right .flex {
  border-bottom: 2px solid #e8bc7a;
  padding: 15px 0 10px 0;
}

.contact_02 .right .ttl {
  width: 100px;
}

.contact_02 .right .txt01 {
  width: calc(100% - 100px);
}

/* enjoy */

#main .homevisual .ribbon {
    width: 210px;
    height: 42px;
    color: #fff;
    background: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_03.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: 10%;
    left: 15%;
}

#main .homevisual .ribbon .span {
    font-size: 16px;
    font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    /* -webkit-transform: rotate(
-7deg
); */
    transform: rotate(
-7deg
);
    line-height: 42px;
}

@media only screen and (max-width:1024px) {
  #main .homevisual .ribbon {
    left: 0;
  }
}

@media only screen and (max-width:599px) {
  #main .homevisual .ribbon {
    width: 160px;
    height: 35px;
    left: 10%;
  }
  #main .homevisual .ribbon .span {
    font-size: 12px;
    line-height: 35px;
  }
}

.enjoy_01 .box1 .right ul {
  color: #e8bc7a;
}

.enjoy_01 .box1 .right li {
  position: relative;
  padding-left: 1.5em;
}

.enjoy_01 .box1 .right li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #c1a567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.enjoy_01 .box1 .right li.txt {
  color: #e8bc7a;
}

.enjoy_01 .box1 .right li span {
  color: #595959;
}

.enjoy_03 .item .txtbox .txt {
  text-align: left;
}

.enjoy_03 .item02 {
  position: relative;
}

.enjoy .enjoy_03 .item02 .title {
  font-size: 28px;
  color: rgba(124, 81, 37, 255);
  font-family: "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
  margin-top: 0;
}

.enjoy .enjoy_03 .item02 .title:after {
  content: url(/import/tenant_1/160.16.225.139/html/images/bijou/deco_01.png);
}

.enjoy_03 .item02 .bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.enjoy_03 .item02 .bg-pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
}

.enjoy_03 .item02 .inner {
  position: relative;
  z-index: 1;
}

.enjoy_03 .item02 .txt {
  margin-top: 20px;
  text-align: left;
}

.enjoy_03 .item03 .box03 .txt {
  width: 80%;
  margin: 20px auto 0;
}

.enjoy_04 .table span {
  font-weight: bold;
}

.enjoy_04 .table th {
  width: 20%;
}

.enjoy_04 .table .cream {
  background: #f8f0e3;
}

.enjoy_04 .table .green {
  background: #e8e4bc;
}

.enjoy_04 .table tr,
.enjoy_04 .table th,
.enjoy_04 .table td {
  border-top: none;
}

.enjoy_05 .right .txt {
  line-height: 2;
  text-align: left;
}

.enjoy_07 .boxinner {
  padding: 4% 8% 6%;
}

.enjoy_07 .boxtext .ttl {
  font-size: 26px;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #7c5125;
}

.enjoy_07 .boxtext .txt {
  font-weight: normal;
  text-align: center;
  padding-left: 30px;
}

.enjoycraft_table .table table {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .enjoy_05 .item .frame-square-2 .pic {
    width: 90%;
    left: 5%;
  }
}

@media only screen and (max-width: 599px) {
  .enjoy_07 .boxtext .txt {
    padding-left: 0;
    text-align: left;
  }
  
}

/* 09discover */

.discover_03 .both .feature {
  color: #fff;
  background: #c1a567;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
}

.discover_04 table th {
  /* width: 20%; */
  width: 23%;
}

.discover_05 .side_bar span {
  font-size: 15px;
  margin-left: 20px;
  font-weight: bold;
}

.discover_06 .box1 .right ul {
  color: #e8bc7a;
}

.discover_06 .box1 .right li {
  position: relative;
  padding-left: 1.5em;
}

.discover_06 .box1 .right li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #c1a567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.discover_06 .box1 .right li.txt {
  color: #e8bc7a;
}

.discover_06 .box1 .right li span {
  color: #595959;
}

.discover_07 table th {
  width: 20%;
}

/* 10tc-color */
.tc-color_01 .box1 .item .ttl {
  color: rgba(124, 81, 37, 255);
  text-align: left;
  font-size: 20px;
  border-bottom: 2px solid #7c5125;
  margin-bottom: 15px;
}

.tc-color_01 .box1 .item .txt {
  line-height: 1.5;
}
.tc-color_01 .hf-brown {
  font-weight: bold;
  font-family: inherit;
}

.tc-color_03 .item .about span {
  border-bottom: 1px solid #7c5125;
}

.tc-color_03 .item .txtbox .ttl {
  margin-bottom: 15px;
}

.tc-color_03 .item .txtbox .ttl span {
  color: #fff;
  background: #c1a567;
  padding: 5px 10px;
  border-radius: 15px;
  margin-right: 10px;
}

.tc-color_03 .item2 .right .txt {
  width: 100%;
  padding-left: 0;
  line-height: 2;
}

.tc-color_03 .item2 .table table {
  width: 100%;
  margin-top: 30px;
}

.tc-color_03 .box2 .right ul {
  color: #e8bc7a;
}

.tc-color_03 .box2 .right li {
  color: #e8bc7a;
  line-height: 2;
  position: relative;
  padding-left: 1.5em;
}

.tc-color_03 .box2 .right li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #c1a567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
}

.tc-color_03 .box2 .right li span {
  color: #595959;
}

.tc-color_04 .process .line {
  background-color: #b2a422;
}

.tc-color_04 .process:last-child .line {
    background-color: transparent;
}

.tc-color_04 .process .left {
  background: #b2a422;
  border-radius: 100%;
}

.tc-color .item2 .right .txt {
  width: 100%;
  padding-left: 0;
  line-height: 2;
}

.tc-color .item2 .table table {
  width: 100%;
  margin-top: 30px;
}

.tc-color_07 .right .box2 .txt {
  padding-left: 0;
}

.tc-color_07 .dot-list li span {
  color: #595959;
}

.tc-color_07 .dot-list li span.pic_text {
  color: rgba(124, 81, 37, 255);
}

.tc-color_07 .dot-list ul {
  list-style: none;
}

.tc-color_07 .dot-list ul li {
  position: relative;
  padding-left: 1.5em;
}

.tc-color_07 .dot-list ul li:before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: #c1a567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}

/* 11.invite */

/* .invite_02 {
  background-image: url(/upload/tenant_1/8497c6f87cec282e9828ffd476f12cf6.png);
  background-size: cover;
} */

.invite_02 {
  position: relative;
}
.invite_02 .pic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.invite_02 .txtbox .ttl {
  border-bottom: 2px solid #9c846c;
}



/* 12.personal */

.personal_01 .border.boxinner {
  padding: 5% 10%;
}

.personal_01 .border.boxinner .sub-ttl {
  padding: 10px 0;
}

.personal_05 .circle-list .item {
  padding: 10px;
}

.personal_05 .item .btn-swipe-02 {
    margin: 0;
}

.personal_05 .item .more {
    margin: 20px 0;
}

.personal_05.circle .col > div:not(:last-child) .item::after {
  content: url(/import/tenant_1/160.16.225.139/html/images/glassart/deco_06.png);
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 13.psycho */

.psycho_01 .border.boxinner .txt {
  padding-left: 0;
}

.psycho_01 .border.boxinner .txt+.txt {
  margin-top: 10px;
}

.psycho_01 .title {
  font-size: 18px;
  color: rgba(153, 107, 55, 255);
  text-align: center;
  margin-bottom: 25px;
}

.psycho_03 .table .txt {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .psycho_03 .table .txt {
    width: 100%;
    font-size: 18px;
  }

  #main.enjoy-life .about .main_list .txt {
    font-size: 15px;
  }
}

.online-02 .btn-swipe-08 {
  text-align: center;
}

.online-02 .btn-swipe-08 a {
  background: rgba(189, 179, 39, 0.8);
  font-family: "YuMincho",
    "Yu Mincho",
    "游明朝体",
    "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN",
    serif;
  margin: 0 auto;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.online-02 .btn-swipe-08 span {
  font-size: 12px;
}

.online-03 .item2 .right .txt a {
  text-decoration: underline;
  color: blue;
}

.online .process .right .txt {
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
}

/* 16.schedule */
.schedule-01 .col .box {
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #fff;
  text-align: center;
  padding: 11px 6px;
  text-shadow: 1px 1px 1px #ababab;
  border-radius: 3px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-01 .col .box1 {
  background: #f65161;
}

.schedule-01 .col .box2 {
  background: #ff954a;
}

.schedule-01 .col .box3 {
  background: #FFBC5E;
}

.schedule-01 .col .box4 {
  background: #aeda49;
}

.schedule-01 .col .box5 {
  background: #36c398;
}

.schedule-01 .col .box6 {
  background: #4dabff;
}

.schedule-01 .col .box7 {
  background: #7d5cc1;
}

.schedule-01 .col .box8 {
  background: #fc78b9;
}

.schedule-01 .col .box9 {
  background: #595959080;
}

/*------------カレンダー-------------------*/

.fc-day-grid-event .fc-content {
    white-space: unset !important;
    overflow: auto !important;
    }
.fc-event {
    position: relative;
    display: block;
    font-size: 14px !important;
    line-height: 1.3;
    border-radius: 0 !important;
    border: none !important;
    font-weight: normal !important;
    }
.fc-day-grid-event .fc-time {
    font-weight: bold;
    display: none;
    }
.fc-day-grid-event .fc-content .fc-title {
    color: #fff !important;
    }    
    
.cal_1 {
    background: #cc6cc1 !important;
    } 
.cal_2 {
    background: #fc78b9 !important;
    }         
.cal_3 {
    background: #aeda49 !important;
    }   
.cal_4 {
    background: #3F51B5 !important;
    } 
.cal_5 {
    background: #f65161 !important;
    } 
.cal_6 {
    background: #ffbc5e !important;
    }   
.cal_7 {
    background: #A79B8E !important;
    } 
.cal_8 {
    background: #4dabff !important;
    }         
.cal_9 {
    background: #EF6C00 !important;
    }   
.cal_10 {
    background: #B39DDB !important;
    } 
.cal_11 {
    background: #F6BF26 !important;
    }         
.cal_12 {
    background: #ff954a !important;
    }  
.cal_13 {
    background: #616161 !important;
    } 
.cal_14 {
    background: #36c398 !important;
    }         
.cal_15 {
    background: #7d5cc1 !important;
    } 
.cal_16 {
    background: #a5d43a !important;
    }   
.cal_18 {
    background: #595959080 !important;
    }
 .cal_19 {
    background-color: rgb(167, 155, 142) !important;
    }
    
    
    
    
.fc-day-grid-event {
    margin: 1px 0 !important;
    padding: 1px 2px !important;
    text-align: center !important;
    }
.fc-toolbar h2 {
    margin: 0;
    font-size: 34px;
    letter-spacing: 17px;
    color: #a4733b;
    }

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 40px;
    padding: 7px;
    font-size: 18px;
    white-space: normal;
    cursor: pointer;
    border: none;
    background: #fff;
}

/* 18.blog */
.line-clamp-one {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 1;
}

.line-clamp-two {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.line-clamp-three {
  display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

block-type-03

.block-type-03 .item02 .txt {
  width: 80%;
  margin: 0 auto;
}

.block-type-03 .table {
  margin-top: 25px
}

.block-type-03 .table th {
  width: 20%;
}

.block-type-03 .table td {
  width: 80%;
}

.dot-list ul {
  list-style: inside;
}

.dot-list li {
  color: #e8bc7a;
}

.dot-list li span {
  color: #7c5125;
}

.dot-list li::marker {
  list-style-type: none;
}

[data-element-id] .dropdown li a {
  color: #fff;
}

.recommend li {
    /* color: #e8bc7a; */
    line-height: 2;
    position: relative;
    padding-left: 1.5em;
}

.recommend li::before {
  position: absolute;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
  content: "";
  background: #c1a567;
}

.recommend02 {
    color: rgb(255, 255, 255);
    background: rgb(193, 165, 103);
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
  
}


.txt.about-black.txt-left.margin-txt-medium-top.mb30 {
    margin-bottom: 30px;
}



/* 2021.12.01 */

.santakkuro-su{
  width: 30%;
  margin: auto;
}


@media only screen and (max-width: 599px) {
.santakkuro-su {
    width: 48%;
    margin: auto;
}
}



/* 2021.12.20 */

.enjoy01{
  width: 51%;
    max-width: 390px !important;
    position: absolute;
    top: 16%;
    left: 6% !important;
}

.enjoy02{
  font-size: 30px;
  text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
}

.enjoy03{
  font-size: 18px;
  text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
}

.enjoy04{
  max-width: 1150px !important;
}

.enjoy08 .pic{
  height: 21% !important;
    width: 88%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 1% !important;
    left: 5%;
}

.enjoy08{
  margin-top: 20px;
}
  
.enjoy11{
  width: 86%;
}
  
.step02{
  font-size: 18px;
  text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
}

.step03{
  font-size: 18px;
  text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
}

 .step04 {
    font-size: 18px !important;
    text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
}

.step05{
  margin-bottom: 30px;
}


@media only screen and (max-width: 1024px) {
  
.enjoy01{
  width: 51%;
    max-width: 250px !important;
    position: absolute;
    top: 16%;
    left: 6% !important;
}

.enjoy05{
  margin-left: -30px;
}

.enjoy08{
  width: 38%;
}

.enjoy09{
  max-width: 900px !important
}

.enjoy10{
  width: 87%
}

.enjoy08 .pic {
    height: 17% !important;
    width: 78%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 1% !important;
    left: 4%;
}

.step03 {
    font-size: 18px;
    text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
    margin-left: -36px;
}
}


@media only screen and (max-width: 599px) {
  
.enjoy01{
  width: 54% !important;
    max-width: 390px !important;
    position: absolute;
    top: 13% !important;
    left: 24% !important;
}

.enjoy05{
    margin-left: -66px;
}

.enjoy07{
  font-size: 20px !important;
}

.tanoshimibito01{
  font-size: 17px !important;
  margin: 10px auto;
}

.kokorobreak01{
  margin-left: 43px;
}

.enjoy08 {
    width: 63%;
}

.enjoy08 .pic {
    height: 70% !important;
    width: 78%;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 6% !important;
    left: 4%;
}

.step03 {
    font-size: 18px;
    text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
    margin-left: -70px !important;
    line-height: 0 !important;
}

.step02 {
    font-size: 18px;
    text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
    margin-left: -13px;
}

.step04 {
    font-size: 18px;
    text-shadow: 3px 3px 15px #745431, -3px 3px 26px #745431, 6px -3px 12px #745431, -3px -3px 16px #745431 !important;
    margin-left: 49px;
}
}

.fs22 {
  font-size: 22px;
}
.fs30 {
  font-size: 30px;
}
.top_01 .banner_01.soudan {
  margin: 40px 0;
}

@media only screen and (max-width: 599px) {
  .fs22 {
    font-size: 20px;
  }
  .fs30 {
    font-size: 24px;
  }
}

.inner.nabi01 {
  max-width: 1200px;
}
.box.b01 {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 50px;
    width: 200px;
}

.box.b02 {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 45px;
    width: 200px;
}

.box.b01 .boxinner , .box.b02 .boxinner {
  padding: 20px;
}

.box.b01 .boxtext , .box.b02 .boxtext {
  padding: 10px;
}
.fs18 {
  font-size: 18px;
}

span.n {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .box.b01 {
    width: 250px;
    left: initial;
    right: 110px;
    bottom: 45px;
  }
  .box.b01 .boxinner {
    padding: 10px;
  }
  span.n {
    display: inline-block;
  }
  .box.b02 {
    left: initial;
    right: 20px;
    bottom: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .box.b01 {
    width: 75%;
    right: initial;
    left: 10px;
    bottom: 70px;
    border: 3px solid #fff;
  }
  .box.b01 .boxinner {
    padding: 5px;
  }
  .boxtext {
    width: 80%;
  }
  .box.b01 .boxtext {
    padding: 5px;
  }
  .boxtext.fs18 {
    font-size: 14px;
  }
  .box.b02 { 
    display: none;
  }
}


/* 2022.11.24 */

.kokorotukuri01{
  justify-content: space-around;
}

.disnon{
  display: none !important;
}
#popup-inner-294 {
  right: auto !important;
  left: 10px
}


/* 2023/05/18 */
@media (max-width:599px) {
  .slick04 .slick-track > div {
      margin: 0 20px;
  }
  .slick04 {
      display: flex;
  }
  
  .slick04 .btn-slick {
      width: auto;
      position: absolute;
      z-index: 1;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      width: 22px;
      height: 22px;
      background: #4b3d32;
      color: #fff;
      padding-bottom: 0;
      display: flex!important;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
  }
  
  .slick04 .btn-back {
      left: 5px;
  }
  
  .slick04 .btn-next {
      right: 5px;
  }

}

.grisimg{
  height: 55% !important;
    width: 88% !important;
    margin: auto;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 4% !important;
    left: 6% !important;
}

.grismore a {
    background: linear-gradient(45deg, #b98212 0%, #DAAF08 45%, #e1d197 70%, #DAAF08 85%, #b98212 92% 100%);
}


.grisgris{
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);
  height: 720px;
}

.grisgrisbox{
  width: 50% !important;
    max-width: 260px !important;
    position: absolute;
    top: 4% !important;
    right: 0% !important;
    left: 56%;
}

/**2025/08/02修正**/
.grisgrisbox{
    max-width: 350px !important;
    position: absolute;
    top: 35% !important;
    right: 0% !important;
    left: 62%;
}


.vijushokai{
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);    
  padding-bottom: 50px;
}

.vijutotle{
  padding-top: 40px;
}

.costumebox{
  background-image: url(/import/tenant_1/160.16.225.139/html/images/index.html/deco_07.jpg);    
}

.Bricolageimg{
  background-image: none;    
}

.midashiframe{
  width: 170px;
}

.grish2box{
  top: 47% !important;
    left: 51% !important;
}

/* .work01, .work02{
  display: flex;
    justify-content: space-between;
} */

.work4{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  border: 1px solid #38261e;
    border-radius: 15px;
    padding: 30px 20px;
    background: #c5b49417;
}

/* .work4 img{
  width: 100%;
}
 */
.Memory01{
  width: 100%;
    margin: 30px auto 30px;
}

.workimgp{
  width: 44%;
}

.work4 p{ 
  width: 53%;
  font-size: 14px;
  color: rgb(97 59 21);
  font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.workimgp img{
  box-shadow: 10px 10px 0 #593e0045;
}

.farwork{
  font-size: 18px;
}

.far01{
  font-size: 16px;
  margin-top: 15px;
}

.Venice01{
  font-size: 18px;
  font-weight: bold;
}

.midashiframe {
    width: 120px;
}

.grisgrish3{
  color: #ab9909;
    background: -webkit-linear-gradient(36deg, #e5e08f, #b79572, #2f0e0e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.workbox{
  font-size: 16px;
    width: 80%;
    margin: auto;
}

.sakka{
  color: rgba(124, 81, 37, 255);
}

.griscontact{
  border-bottom: 1px solid;
}


@media only screen and (max-width: 1024px) {
.grisgrisbox {
  width: 50% !important;
    max-width: 230px !important;
    position: absolute;
    top: 30% !important;
    right: 0% !important;
    left: 62%;
}

.grisimg {
    height: 87% !important;
    width: 88% !important;
}
}

@media (max-width:599px) {
.Memory01 {
    width: 98%;
}

.work4 {
    display: block;
    width: 96%;
    margin: 0 auto 20px;
}

.workimgp {
    width: 95%;
    margin: 0 auto 25px;
}

.work4 p {
    width: 98%;
    margin: auto;
}

.grisgrisbox {
  width: 50% !important;
    max-width: 140px !important;
    position: absolute;
    top: 30% !important;
    right: 0% !important;
    left: 58%;
}

.grish2{
  font-size: 12px !important;
}

.farwork {
    font-size: 18px;
}

.Memory01 {
    width: 100%;
}

.Memory01 img{
    box-shadow: 10px 10px 0 #593e0045;
}

.far01 {
    margin-top: 25px;
}

.work402{
  flex-direction: column-reverse;
    display: flex;
}

.grisgris {
    height: 350px;
}

.grismainimg img{
  height: 103% !important;
}

.workbox {
    width: 92%;
}

.grisabout{
  width: 95%;
    margin: auto;
}
}

.blog-detail.breadcrumbs {
  margin-top: 140px;
}

.top footer .top_07 {
  display: none
}

/* 1004追記 */

.lead-contents .lead-txt{
    text-align: center;
    font-weight: bold;
    color: rgba(124, 81, 37, 255);
    margin-bottom: 25px;
}

.lead-contents ul{
    border: 2px solid #ebbf7e;
    border-radius: 10px;
    width: 60%;
    margin: auto;
    padding: 20px;
    counter-reset: number;
}

.lead-contents ul li {
    color: rgba(124, 81, 37, 255);
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    border-bottom: 1px dashed #e9ba78;
    width: 80%;
    padding-bottom: 5px;
}

.lead-contents ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.lead-contents ul li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 0px;
    top: -50%;
    transform: translateY(50%);
    color: #fff;
    background: #a67941;
    border-radius: 50%;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Dynalight", cursive;
}

@media only screen and (max-width: 1024px){
  
.lead-contents .lead-txt{
  font-size: 14px;
}
  
  
.lead-contents ul {
    padding: 20px 10px;
    width: 80%;
}

.lead-contents ul li:before {
    top: -61%;
    height: 25px;
}
}

@media only screen and (max-width: 599px){
  
  .lead-contents ul {
    width: 100%;
}

  .lead-contents ul li {
    width: 100%;
    font-size: 12px;
}  

.lead-contents ul li:before {
    top: -70%;
    height: 25px;
}


}

.enjoy-btn{
  background: #1a0dab;
}

.enjoy-dd{
  line-height: 2.7;
}

.enjouy-input{
  height: 30px;
}

.enjoy-yoyaku{
  margin: 20px auto 60px;
}

.form-day a{
  border-bottom:1px solid; 
}

.enjoy-yoyaku a{
  border-bottom: 1px solid #595959;
    color: #0c37d3;
    font-weight: bold;
}


.tenjikai-a, .blog-more{
  border-bottom: 1px solid;
}

.tenjikai-p{
  color: rgba(124, 81, 37, 255);
  text-align: center;
  margin-top: 25px;
  line-height: 1.8;
}


.blog-more {
  font-weight: bold;
}

.monodukuri{
  box-shadow: 10px 10px 4px #ccc ;
}


@media only screen and (max-width: 599px){
.tenjikai-p {
    font-size: 15px;
}
}

/**2024/05/02追記**/
.btn-swipe-06.d-none {
  width: 90%;
}
.top_02 .feature .session dd.d-none::before {
  display: none;
}


/* 20240723追記 */

.w100-img img{
  width: 100%;
}


.monotsukuri, .kokorotsukuri{
  border: 1px solid;
    border-radius: 15px;
    padding: 20px 10px;
    margin: 0 auto 30px;
    background: #f7f0ef;
}

.monotsukuri p, .kokorotsukuri p{
  text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    color: rgba(124, 81, 37, 255);
}

.monotsukuri .imgbox, .kokorotsukuri .imgbox{
  width: 170px;
    margin: auto;
}

.mono-span{
  font-weight: bold;
}


.level{
  text-align: center;
}

.mt10{
  margin-top: 10px;
}

.kouchiku{
  top: 70% !important;
    right: 45% !important;
}

.kouchiku02{
text-shadow: none !important;
    color: #a36f41;
}

.work04box{
  justify-content: center;
}


@media only screen and (max-width: 599px){
.kouchiku {
    top: 80% !important;
    right: 45% !important;
}

.sp-none{
  display: none;
}
}

.work04box{
  margin-bottom: 50px;
}

