@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway&family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&family=Raleway&family=Zen+Kurenaido&display=swap");

.robo {
  font-family: "Roboto", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
  font-family: "Roboto", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  /*font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
  line-height: 160%;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* bace.css上書き */
[class*="up-ofi"] {
  height: 100%;
}

.color_01 {
  color: #91b8a5;
}
.color_02 {
  color: #303030;
}
.bg-color01 {
  background: #C2E1D2;
}

.bg-color01 * {
  color: #6b6561!important;
}

.bg-color02 {
   background: #C2E1D2;
}

.hiragino {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.popup {
    display: none;
}

.popup-title {
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 22px;
    color: #597466!important;
    text-align: center;
}

.popup-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modaal-container {
    border-radius: 15px;
}

.modaal-content {
    height: 100%;
}

.modaal-content-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .popup {
    max-width: 500px;
    display: block;
    margin: 30px auto;
    padding: 2em 1em 1em;
    border: 2px solid green;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

[data-element-id] .popup::before {
    content: "公式アプリのポップアップです";
    width: 100%;
    display: block;
    padding: 0.5em;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-element-id] .popup .text {
    color: #597466!important;
}

[data-element-id] .list-inpage {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.pc-br {
  display: block;
}
@media (max-width: 599px) {
  .pc-br {
    display: inline;
  }
}

.pc-br.tb {
  display: block;
}
@media (max-width: 1024px) {
  .pc-br.tb {
    display: inline;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

/* left right */
@media (max-width: 1024px) {
  .tb > [class^="left-cmn"] {
    width: 100%;
  }

  .tb > [class^="right-cmn"] {
    width: 100%;
  }

  .tb > .right-cmn01 {
    margin-top: 10px;
  }

  .tb > .right-cmn02 {
    margin-top: 15px;
  }

  .tb > .right-cmn03 {
    margin-top: 20px;
  }

  .tb > .right-cmn {
    margin-top: 25px;
  }
}

@media (max-width: 599px) {
  [class^="left-cmn"] {
    width: 100%;
  }

  [class^="right-cmn"] {
    width: 100%;
  }

  .right-cmn01 {
    margin-top: 5px;
  }

  .right-cmn02 {
    margin-top: 10px;
  }

  .right-cmn03 {
    margin-top: 15px;
  }

  .right-cmn {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

/*  レイアウト  */
.cross-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cross.-rowr .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cross.-none .cross-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.parallel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parallel.-jc-fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.parallel.-jc-fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.parallel.-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parallel.-rowr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .cross.-rowr\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@tb .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@tb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@tb {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@tb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@tb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 599px) {
  .cross.-rowr\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cross.-rowr\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cross.-none\@sp .cross-item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .parallel.-jc-fs\@sp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .parallel.-jc-fe\@sp {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .parallel.-jc-c\@sp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .parallel.-row\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .parallel.-rowr\@sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/*  Y方向の余白（margin）  */
.space-v0 > .space + .space {
  margin-top: 0;
}

.space-v5 > .space + .space {
  margin-top: 5px;
}

.space-v10 > .space + .space {
  margin-top: 10px;
}

.space-v15 > .space + .space {
  margin-top: 15px;
}

.space-v20 > .space + .space {
  margin-top: 20px;
}

.space-v25 > .space + .space {
  margin-top: 25px;
}

.space-v30 > .space + .space {
  margin-top: 30px;
}

.space-v35 > .space + .space {
  margin-top: 35px;
}

.space-v40 > .space + .space {
  margin-top: 40px;
}

.space-v45 > .space + .space {
  margin-top: 45px;
}

.space-v50 > .space + .space {
  margin-top: 50px;
}

.space-v55 > .space + .space {
  margin-top: 55px;
}

.space-v60 > .space + .space {
  margin-top: 60px;
}

.space-v65 > .space + .space {
  margin-top: 65px;
}

.space-v70 > .space + .space {
  margin-top: 70px;
}

.space-v75 > .space + .space {
  margin-top: 75px;
}

.space-v80 > .space + .space {
  margin-top: 80px;
}

.space-v85 > .space + .space {
  margin-top: 85px;
}

.space-v90 > .space + .space {
  margin-top: 90px;
}

.space-v95 > .space + .space {
  margin-top: 95px;
}

.space-v100 > .space + .space {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .space-v0\@tb > .space + .space {
    margin-top: 0;
  }

  .space-v5\@tb > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@tb > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@tb > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@tb > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@tb > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@tb > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@tb > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@tb > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@tb > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@tb > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@tb > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@tb > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@tb > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@tb > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@tb > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@tb > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@tb > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@tb > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@tb > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@tb > .space + .space {
    margin-top: 100px;
  }
}

@media (max-width: 599px) {
  .space-v0\@sp > .space + .space {
    margin-top: 0;
  }

  .space-v5\@sp > .space + .space {
    margin-top: 5px;
  }

  .space-v10\@sp > .space + .space {
    margin-top: 10px;
  }

  .space-v15\@sp > .space + .space {
    margin-top: 15px;
  }

  .space-v20\@sp > .space + .space {
    margin-top: 20px;
  }

  .space-v25\@sp > .space + .space {
    margin-top: 25px;
  }

  .space-v30\@sp > .space + .space {
    margin-top: 30px;
  }

  .space-v35\@sp > .space + .space {
    margin-top: 35px;
  }

  .space-v40\@sp > .space + .space {
    margin-top: 40px;
  }

  .space-v45\@sp > .space + .space {
    margin-top: 45px;
  }

  .space-v50\@sp > .space + .space {
    margin-top: 50px;
  }

  .space-v55\@sp > .space + .space {
    margin-top: 55px;
  }

  .space-v60\@sp > .space + .space {
    margin-top: 60px;
  }

  .space-v65\@sp > .space + .space {
    margin-top: 65px;
  }

  .space-v70\@sp > .space + .space {
    margin-top: 70px;
  }

  .space-v75\@sp > .space + .space {
    margin-top: 75px;
  }

  .space-v80\@sp > .space + .space {
    margin-top: 80px;
  }

  .space-v85\@sp > .space + .space {
    margin-top: 85px;
  }

  .space-v90\@sp > .space + .space {
    margin-top: 90px;
  }

  .space-v95\@sp > .space + .space {
    margin-top: 95px;
  }

  .space-v100\@sp > .space + .space {
    margin-top: 100px;
  }
}

.area {
  padding: 80px 0;
}

.areat {
  padding-top: 80px;
}

.areab {
  padding-bottom: 80px;
}

.area-medium {
  padding: 50px 0;
}

.areat-medium {
  padding-top: 50px;
}

.areab-medium {
  padding-bottom: 50px;
}

@media (max-width: 599px) {
  .area {
    padding: 40px 0;
  }

  .areat {
    padding-top: 50px;
  }

  .areab {
    padding-bottom: 50px;
  }

  .area-medium {
    padding: 30px 0;
  }

  .areat-medium {
    padding-top: 30px;
  }

  .areab-medium {
    padding-bottom: 30px;
  }
}

.pic-radius10 img {
  border-radius: 10px;
}
.pic-radius20 img {
  border-radius: 20px;
}

.pic-radius30 img {
  border-radius: 30px;
}

.pic-radius40 img {
  border-radius: 40px;
}

/*フォント系*/

h2 {
  font-size: 36px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs34 {
  font-size: 34px;
}

.fs36 {
  font-size: 36px;
}

.fs38 {
  font-size: 38px;
}

.fs40 {
  font-size: 40px;
}

.fs42 {
  font-size: 42px;
}

.fs44 {
  font-size: 44px;
}

.fs46 {
  font-size: 46px;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: #fff;
}

/* タイトル */

.title-box01.-mb20 {
  margin-bottom: 20px;
}

.title-box01.-mb50 {
  margin-bottom: 50px;
}
.title-box01 .title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 50px;
  padding: 5px;
  color: #b1d7bf;
  line-height: 1.6;
}

.title-box01 .title.-black {
  color: #000;
}

.title-box01 .title.-ja {
  font-size: 40px;
}

.title-box01 .title.-white {
  color: #fff;
}
.title-box01 .sub {
  font-size: 18px;
  font-family: "Pinyon Script";
  display: block;
  padding: 20px 0;
  letter-spacing: 2px;
  display: none;
}

.title-box01 .sub-tit {
    font-size: 18px;
    font-family: "Pinyon Script";
    display: block;
    padding: 0px 0;
    letter-spacing: 2px;
}

@media (max-width: 1024px) {
  .title-box01 .title.-ja {
    font-size: 36px;
  }
}

@media (max-width: 599px) {
  .title-box01 .title.-ja {
    font-size: 24px;
  }
  .title-box01.-mb50 {
    margin-bottom: 20px;
  }
  .title-box01 .title {
    font-size: 40px;
  }
  .title-box01 .sub {
    padding: 15px 0;
  }
}

.title-box02 {
  margin-bottom: 10px;
}

.title-box02.-mb20 {
  margin-bottom: 20px;
}
.title-box02 .title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 50px;
  padding: 5px;
  color: #b1d7bf;
  line-height: 1;
}

.title-box02 .title.-white {
  color: #fff;
}
.title-box02 .sub {
  font-size: 18px;
  font-family: "Pinyon Script";
  display: block;
  text-align: right;
  display: none;
}

.title-box02 .sub.-left {
  text-align: left;
}

@media (max-width:599px) {
  .title-box02 {
    text-align: center;
  }
  .title-box02 .title {
    font-size: 40px;
  } 
  .title-box02 .sub.-center\@sp {
    text-align: center;
  }
}

.title-box03 {
  position: relative;
}
.title-box03 .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #b1d7bf;
  text-align: center;
}
.title-box03.-left {
  text-align: left;
}
.title-box03.-right {
  text-align: right;
}
.title-box04 {
  position: relative;
  background: #c8b192;
  padding: 10px 20px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-box04 .title {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}
.title-box04 .sub {
  background: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.title-box05 {
  margin-bottom: 15px;
  padding: 10px 5px;
}
.title-box05 .title {
  font-weight: bold;
  font-size: 20px;
}


.title-06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 20px;
    letter-spacing: 0.25em;
    text-align: center;
    color: #6b6561;
}

.title-06::before,
.title-06::after {
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 20px;
    background-color: #6b6561;
}

.title-06.-white::before,
.title-06.-white::after {
    background-color: white;
}

.title-07 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
} 

.title-07:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}

@media (max-width:1024px) {


    .title-06::before,
    .title-06::after {
        width: 32px;
        height: 1px;
        margin: 0 16px;
    }

}


@media (max-width: 599px) {

    .title-06 {
        font-size: 18px;
    }

    .title-06::before,
    .title-06::after {
        width: 24px;
        margin: 0 12px;
    }
}

.title-08 {
    margin-bottom: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 18px;
    letter-spacing: 0.25em;
    text-align: center;
    color: #6b6561;
}

@media (max-width: 599px) {

    .title-08 {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: left;
    }

}

.title-09 {
    margin-bottom: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: clamp(1.25rem, 0.982rem + 1.1vw, 1.875rem);
    letter-spacing: 0.25em;
    text-align: center;
    color: #6b6561;
    border-top: 1px solid #666666;
    border-bottom: 1px dashed #666666;
    padding: 25px 0;
}

@media (max-width: 599px) {

    .title-09 {
        margin-bottom: 10px;
        padding: 15px 0;
    }

}

/*クリアフィックス*/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  display: block;
  content: "";
  clear: both;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clear {
  clear: both;
}

iframe {
  max-width: 100%;
}

img {
  vertical-align: top;
  border: none;
  max-width: 100% !important;
  height: auto !important;
}

.lb-outerContainer {
  width: 80% !important;
  max-width: 450px !important;
  height: auto !important;
}

.lightbox .lb-image {
  width: 100% !important;
  height: auto !important;
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: initial !important;
}

.pic {
  text-align: center;
}

.pix {
  text-align: center;
}

.pic img {
  width: 100%;
}

.w100 {
  width: 100%;
  display: block;
}

.bkimg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.bkimg img {
  width: 100%;
  min-width: 1400px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bkimg-wrap * {
  color: #fff;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover {
  opacity: 0.6;
  color: inherit;
  text-decoration: none;
}

a[href*="tel"] {
  pointer-events: none;
}

h1 {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 5;
  font-size: 10px;
}

[data-element-id] h1 {
  position: initial;
  text-indent: initial;
}

/*アラート系*/

ul,
li {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}

dl,
dt,
dd {
  text-align: left;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

/*altlist*/

.altlist01 .alt01 {
  display: none;
}

/* breadcrumbs */

.breadcrumbs {
    padding: 30px 0;
    background: #d2d2d2;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs-list li {
    font-size: 13px;
    letter-spacing: 1px;
}

.breadcrumbs-list .breadcrumbs-home,
.breadcrumbs-list li a {
    font-weight: bold;
    color: #83B2A0;
}

.breadcrumbs-list li+li::before {
  content: '\f105';
  display: inline-block;
  margin: 0 10px;
  font-family: "font awesome 5 Free";
  font-weight: bold;
}

.breadcrumbs.bgc-gray {
    position: relative;
}

.breadcrumbs.bgc-gray::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, -100%);
    z-index: -1;
}

/* breadcrumbs end */


/*totop*/

#totop {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 99;
  text-align: center;
  
}

#totop a {
  display: block;
}

#totop a:before {
    content: "\f0d8";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#totop a {
    font-size: 14px;
    font-weight: 600;
    background: #c8b192;
    display: block;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#totop img {
  width: 80px;
}

@media only screen and (max-width: 1024px) {
  #totop a {
    padding: 3px 14px;
  }
}

@media only screen and (max-width: 599px) {
  #totop {
    bottom: 70px;
  }
  #totop a {
    padding: 2px 13px;
  }
}

/*トランスフォーム親*/

.tfmp {
  position: relative;
  overflow: hidden;
}

.z1 {
  position: relative;
  z-index: 1;
}

/*左右中央寄せ*/

.tfmx {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.tfmx[data-elemenid] {
  position: absolute !important;
}

/*上下中央寄せ*/

.tfmy {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.tfmy[data-elemenid] {
  position: absolute !important;
}

/*上下左右中央寄せ*/

.tfmxy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.tfmxy[data-elemenid] {
  position: absolute !important;
}

/*ofiImg*/

.ofiImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: top center;";
  /*IE対策*/
}

@media all and (-ms-high-contrast: none) {
  .ofiImg img {
    background-position: top center !important;
  }
}

.ofiImg.tc {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
}

.ofiImg.h100 {
  height: 100%;
}

.ofiImg.t150 {
  position: relative;
  padding-top: 150%;
  display: block;
}

.ofiImg.t150 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t140 {
  position: relative;
  padding-top: 140%;
  display: block;
}

.ofiImg.t140 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t130 {
  position: relative;
  padding-top: 130%;
  display: block;
}

.ofiImg.t130 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t120 {
  position: relative;
  padding-top: 120%;
  display: block;
}

.ofiImg.t120 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t110 {
  position: relative;
  padding-top: 110%;
  display: block;
}

.ofiImg.t110 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t100 {
  position: relative;
  padding-top: 100%;
  display: block;
}

.ofiImg.t100 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t90 {
  position: relative;
  padding-top: 90%;
  display: block;
}

.ofiImg.t90 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t80 {
  position: relative;
  padding-top: 80%;
  display: block;
}

.ofiImg.t80 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t75 {
  position: relative;
  padding-top: 75%;
  display: block;
}

.ofiImg.t75 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t70 {
  position: relative;
  padding-top: 70%;
  display: block;
}

.ofiImg.t70 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t60 {
  position: relative;
  padding-top: 60%;
  display: block;
}

.ofiImg.t60 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t50 {
  position: relative;
  padding-top: 50%;
  display: block;
}

.ofiImg.t50 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t40 {
  position: relative;
  padding-top: 40%;
  display: block;
}

.ofiImg.t40 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t30 {
  position: relative;
  padding-top: 30%;
  display: block;
}

.ofiImg.t30 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

.ofiImg.t20 {
  position: relative;
  padding-top: 20%;
  display: block;
}

.ofiImg.t20 img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-object-position: top center;
  object-position: top center;
}

/*フレックス*/

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-collection-list-content],
.flexc > div[data-collection-list-content],
.flexb > div[data-collection-list-content],
.flexsb > div[data-collection-list-content],
.flexs > div[data-collection-list-content] {
  width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flexc > div[data-recommend-collection-list-content],
.flexb > div[data-recommend-collection-list-content],
.flexsb > div[data-recommend-collection-list-content],
.flexs > div[data-recommend-collection-list-content] {
  width: 100%;
}

.flex > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexsb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexb > div[data-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  justify-content: center;
}

.flexs > div[data-recommend-collection-list-content] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexsb > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexb > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-archive-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexc > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexsb > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexb > div[data-collection-filtered-content] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row2 {
  width: 48%;
  margin: 1%;
}

.row3 {
  width: 31.333%;
  margin: 1%;
}

.row4 {
  width: 23%;
  margin: 1%;
}

.row5 {
  width: 18%;
  margin: 1%;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.asc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ase {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.spa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*common*/

.splogo a {
  display: inline-block;
  max-width: 180px;
}

.homeSlide .logobox .hlogoimg {
  max-width: 250px;
  display: inline-block;
}

.gnavinn .glogo .glogoimg {
  max-width: 180px;
  display: inline-block;
}

/*gnav*/

.headerinner .splogo {
  display: none;
}

[data-element-id].headerinner .splogo {
    display: block;
    border: 1px solid green;
    padding-top: 20px;
}

[data-element-id].headerinner .splogo:before {
  content:"モバイル";
  display: block;
  background: green;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
}

.gnavinn .glogo {
  display: none;
}

[data-element-id].gnavinn .glogo {
    display: block;
    position: relative;
    border: 2px solid green;
    padding: 30px 0 0 0;
}

[data-element-id].gnavinn .glogo:before {
    content: "モバイル用です";
    display: block;
    background: green;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
}


.gnavinn .glogo span {
  color: #fff;
  margin-left: 1em;
  vertical-align: bottom;
}

#gnav p span.n {
  display: none;
}

#gnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
  width: 85%;
  position: absolute;
  background: rgba(177, 215, 191, 0.7);
  top: 20px;
  right: 0;
  border-radius: 10px 0 0 10px;
}

[data-element-id] #gnav {
  top: 180px;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
}

#gnav ul.flexs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

#gnav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}

#gnav li.pcnone {
  display: none;
}

[data-element-id] #gnav li.pcnone {
  display: block;
  border: 1px solid green;
  padding: 20px 20px 0;
  position: relative;
}

[data-element-id] #gnav li.pcnone:before {
  content: "モバイル用";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: green;
  color: #fff;
  width: 100%;
  font-size: 10px;
}

#gnav li a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

#gnav.fix {
  position: fixed;
  z-index: 200;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
}

.fix .accordion-toggle {
  opacity: 0.8;
}

#gnav li.web a {
  border-radius: 10px;
  border: 2px solid #fff;
  width: 100px;
}

#gnav li.web.type-b a {
  border: 2px solid #91b8a5;
  background: #fff;
  color: #91b8a5;
}

#gnav li.icon a {
  font-size: 30px;
}

#gnav li.pull {
  position: relative;
}

#gnav li a {
  padding: 10px 0;
}

#gnav li.pull ul {
  display: none;
  border: 1px solid #122b3f;
  position: absolute;
  margin-top: 40px;
  top: 0px;
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#gnav li.pull ul:before {
  border-bottom: 10px solid #122b3f;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#gnav li.pull:hover ul {
  display: block;
}

#gnav li.pull ul li {
  width: 100%;
  border-bottom: 1px solid #122b3f;
  background: rgba(255, 255, 255, 0.8);
}

#gnav li.pull ul li a {
  padding: 10px 5px;
}

#gnav li.pull ul li a:hover {
  background: #122b3f;
  color: #fff;
  opacity: 1;
}

#gnav li.pull ul li:last-child {
  border-bottom: none;
}

/*ハンバーガー*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation: fadeIn 6s, forwards;
  animation: fadeIn 6s, forwards;
}

@media only screen and (max-width: 1024px) {
  .gnavinn .glogo {
    display: block;
    padding: 3%;
    text-align: center;
  }
  .gnavinn li.fadeIn:nth-of-type(1) {
    -webkit-animation: fadeIn 3s, forwards;
    animation: fadeIn 3s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(2) {
    -webkit-animation: fadeIn 3.5s, forwards;
    animation: fadeIn 3.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(3) {
    -webkit-animation: fadeIn 4s, forwards;
    animation: fadeIn 4s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(4) {
    -webkit-animation: fadeIn 4.5s, forwards;
    animation: fadeIn 4.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(5) {
    -webkit-animation: fadeIn 5s, forwards;
    animation: fadeIn 5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(6) {
    -webkit-animation: fadeIn 5.5s, forwards;
    animation: fadeIn 5.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(7) {
    -webkit-animation: fadeIn 6s, forwards;
    animation: fadeIn 6s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(8) {
    -webkit-animation: fadeIn 6.5s, forwards;
    animation: fadeIn 6.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(9) {
    -webkit-animation: fadeIn 7s, forwards;
    animation: fadeIn 7s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(10) {
    -webkit-animation: fadeIn 7.5s, forwards;
    animation: fadeIn 7.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(11) {
    -webkit-animation: fadeIn 8s, forwards;
    animation: fadeIn 8s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(12) {
    -webkit-animation: fadeIn 8.5s, forwards;
    animation: fadeIn 8.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(13) {
    -webkit-animation: fadeIn 9s, forwards;
    animation: fadeIn 9s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(14) {
    -webkit-animation: fadeIn 9.5s, forwards;
    animation: fadeIn 9.5s, forwards;
  }
  .gnavinn li.fadeIn:nth-of-type(15) {
    -webkit-animation: fadeIn 10s, forwards;
    animation: fadeIn 10s, forwards;
  }
}

@media only screen and (max-width: 1024px) {
  #gnav .gnavinn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease 0.1s, opacity ease 0.4s;
    transition: height ease 0.1s, opacity ease 0.4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
  }
  #gnav li.pull ul {
    border: 1px solid #122b3f;
    position: relative;
    display: block;
    -webkit-transform: initial;
    transform: initial;
    top: initial;
    left: initial;
    width: 100%;
    margin-top: 0;
  }
  #gnav li.pull ul:before {
    left: 30px;
    -webkit-transform: initial;
    transform: initial;
  }
  #gnav ul li {
    display: block !important;
    width: 100%;
    text-align: center;
    position: static;
  }
  #gnav p {
    display: block !important;
    position: fixed;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 0px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    opacity: 0.8;
    margin: 2px;
    box-shadow: 0px 0px 0px 2px #000;
    -moz-box-shadow: 0px 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 0px 2px #000;
    z-index: 251;
  }
  #gnav li {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 0;
    display: block !important;
  }
  #gnav li.pull {
    position: static;
  }
  #gnav.action .gnavinn {
    height: 100vh;
    opacity: 1;
    z-index: 250;
  }
  #gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
  }
  #gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
  }
  #gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: ease 0.1s;
    transition: ease 0.1s;
  }
  #gnav.action p span.n:after,
  #gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
  }
  #gnav .gnavinn > ul {
    width: 100%;
    padding: 10px 3% 80px;
  }
  #gnav .gnavinn > ul a {
    height: auto;
    display: block;
    text-align: left;
    padding: 10px 10px 10px 20px;
  }
  #gnav li.web a {
    width: fit-content;
    padding: 10px 20px;
  }
  #gnav.fix {
    padding: 0;
  }
  .overlay {
    overflow: hidden;
  }
  .overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 100;
  }
  /*#gnav ul li+li{
		padding-left:15px;
	}*/
}

@media only screen and (max-width: 599px) {
  .headerinner .splogo {
    display: block;
    padding: 20px;
  }
  #gnav p {
    top: unset;
    right: unset;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    box-shadow: none;
    margin: 0;
    border: none;
    
  }
    
  #gnav p span.n {
      width: 40px;
      left: 10px;
  }
  
  #gnav p span.n:before {
      width: 40px;
      top: -10px;
  }
  
  #gnav p span.n:after {
      width: 40px;
      top: 10px;
  }
}

/* gnav追記 */
@media (max-width:599px) {
    .nav-bar {
        width: 100%;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: #597466;
    }

    .nav-bar .hamburger {
        width: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .nav-bar .hamburger .menu-trigger-wrap {
        padding: 15px;
    }
    .nav-btn-wrap {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 60px;
    }

    .nav-btn-wrap div {
        height: 100%;
    }

    .nav-btn-inner a {
        font-size: 14px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0.2em;
        font-weight: bold;
        font-size: 14px;
        color: #597466;
        background: #fff;
        flex-direction: inherit;
    }
    .nav-btn-inner a:before {
    font-family: "font awesome 5 Free";
    font-weight: bold;
    content: "\f0e0";
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
  }

    .nav-btn.-app {
        width: 60px;
        display: block;
        border-right: 1px solid #f7f3ec;
        position: relative;
    }

    .nav-btn.-app a {
        color: white;
        background-color: #597466;
    }

    .nav-sns {
        width: 180px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
    }

    .nav-sns .list-sns li {
        margin: 12px;
    }

    .nav-sns .list-sns li a {
        font-size: 30px;
        color: #fff;
    }
    .nav-sns .list-sns li.top a {
      font-size: 20px;  
      width: auto;
    height: auto;
    }
    .nav-sns .list-sns li.top a span {
    width: auto;
    height: auto;
  }

    .nav-content {
        width: 100%;
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .active .nav-bar {
        border-top: 1px solid #f7f3ec;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .list-nav {
        padding: 10px;
    }

    .list-nav li .common-nav-list {
        width: 100%;
    }
}

nav {
    margin-left: auto;
    background-color: #597466;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: fixed;
    bottom: 0;
    left: auto;
    z-index: 20;
    width: 100vw;
    display: none;
}

[data-element-id] nav {
    display: block;
    border: 2px solid green;
    position: relative;
    bottom: unset;
    top: 0;
    left: 0;
    margin: 50px 0;
    max-width: 400px;
}
[data-element-id] nav a {
    color: #fff;
}
[data-element-id] nav:before {
  content:"モバイル用です";
  display: block;
  background: green;
  color: #fff;
}
[data-element-id].nav-btn:before {
    padding: 5%;
}


.nav-btn-wrap .nav-btn {
    width: 100%;
    position: relative;
}

.nav-btn:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.nav-btn-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


[data-element-id].nav-bar.grain-box {
    display: flex;
    justify-content: space-between;
}

[data-element-id].nav-btn-wrap {
    flex: 1;
}

[data-element-id].nav-btn.-app {
    flex: 1;
}

[data-element-id].nav-btn-inner {
    position: relative;
}

[data-element-id].nav-sns {
    flex: 1;
}


.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

[data-element-id].list-sns {
    justify-content: space-around;
}

.list-sns li a {
    display: block;
    font-size: 38px;
    line-height: 1;
}

@media (max-width:1024px) {
      .nav-sns .list-sns li {
        margin: 20px;
    }
}


@media (max-width:599px) {
    nav {
      display: block;
    }
  
    .nav-sns {
        width: 45%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .nav-sns .list-sns li {
        margin: 12px;
    }

    .nav-sns .list-sns li a {
        font-size: 30px;
    }
    .nav-sns .top .txt {
        font-size: 14px;
        margin-left: 5px;
    }
    
    .nav-sns .list-sns li.top a {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
    }
    .nav-sns .list-sns li.top {
    width: 100%;
  }

}
.nav-sns [class^=icon] {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 1;
}

.nav-sns .list-sns li a [class*=icon]::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^=icon-fa-brands]::before {
    font-family: "Font Awesome 5 Brands";
}

[class^=icon-fa-solid]::before {
    font-family: "font awesome 5 Free";
}

.icon-fa-brands-instagram::before {
    content: "\f16d";
}

.icon-fa-brands-line::before {
    content: "\f3c0";
}

.icon-fa-solid-top::before {
    content: "\f062";
    font-family: "font awesome 5 Free";
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 30px;
  }

  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 20px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 22px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 24px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 26px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 28px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 30px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }
  a[href*="tel"] {
    pointer-events: initial !important;
  }
  .row4 {
    width: 31.333%;
  }
  .row5 {
    width: 23%;
  }
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 24px;
  }

  h5 {
    font-size: 16px;
  }

  .fs18 {
    font-size: 16px;
  }

  .fs20 {
    font-size: 18px;
  }

  .fs22 {
    font-size: 18px;
  }

  .fs24 {
    font-size: 20px;
  }

  .fs26 {
    font-size: 20px;
  }

  .fs28 {
    font-size: 22px;
  }

  .fs30 {
    font-size: 22px;
  }

  .fs32 {
    font-size: 24px;
  }

  .fs34 {
    font-size: 24px;
  }

  .fs36 {
    font-size: 26px;
  }

  .fs38 {
    font-size: 26px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs42 {
    font-size: 28px;
  }

  .fs44 {
    font-size: 30px;
  }

  .fs46 {
    font-size: 32px;
  }
  .row2 {
    width: 98%;
  }
  .row3 {
    width: 48%;
  }
  .row4 {
    width: 48%;
  }
  .row5 {
    width: 31.333%;
  }
}

/*スライドショー*/

.homeSlide {
  text-align: center;
  position: relative;
}

.homeSlide .logobox {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  max-width: 340px;
}

.homeSlide .logobox dt {
  padding-bottom: 30px;
}

.homeSlide .logobox dt a {
  display: block;
}

.homeSlide .logobox dt span {
  color: #fff;
  vertical-align: bottom;
}

.homeSlide .logobox dd {
  color: #fff;
  line-height: 200%;
}

.homeSlide .logobox dd + dd {
  padding-top: 10px;
}

.homeSlide .logobox dd a {
  color: #fff;
}

.tel a {
  letter-spacing: 5px;
}

.homeSlide .logobox dd.tel a:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 6px 6px;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px;
}

.homeSlide .uk-slidenav-position {
  text-align: center;
  position: relative;
  overflow: hidden;
  min-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
  padding-top: 50%;
  content: "";
  display: block;
}

.homeSlide .uk-slideshow {
  position: absolute;
  top: 0;
}

.homeSlide .uk-slideshow > li {
  opacity: 1;
/* position: relative;  */
}

@media only screen and (max-width: 1024px) {
  .homeSlide .logobox dt {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .homeSlide .logobox dt {
    padding-bottom: 0;
    text-align: center;
  }
  .homeSlide .logobox dt span {
    padding: 10px 0;
    display: block;
  }
  .homeSlide .logobox {
    position: static;
    -webkit-transform: none;
    transform: none;
    background: #e7e7e7;
    max-width: none;
    text-align: center;
    padding: 3%;
    display: none;
  }
  .homeSlide .logobox dd {
    text-align: center;
  }
}

/*footer*/

#footer {
  background: #a8ceb2;
  position: relative;
}

#footer * {
  color: #fff;
}

.footerinner {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.bkpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.fshopbox {
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fshopbox .flogo {
  margin-bottom: 30px;
}

.flogo a {
  display: inline-block;
  max-width: 150px;
}

.fshop dt {
  padding: 5px 0;
}

.fshop dd {
  padding: 5px 0;
}

.fshop dd li {
  padding: 2px 0;
  font-weight: 700;
  width: 48%;
}

.fnav {
  padding: 40px 0;
}

.fnav li {
  width: 48%;
  margin: 1%;
}

.fnav li a {
  display: block;
  padding: 5px;
}

.fshopbox .snsbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fshopbox .snsbox li {
  position: relative;
  font-size: 40px;
}

.fshopbox .snsbox li + li {
  margin-left: 10px;
}

.fshopbox .snsbox li a {
  display: block;
}

.fshopbox .snsbox .line a:before {
  content: "\f3c0";
  display: inline-block;
  font-family: "font awesome 5 Brands";
}

.fshopbox .snsbox .insta a:before {
  content: "\f16d";
  display: inline-block;
  font-family: "font awesome 5 Brands";
}

@media only screen and (max-width: 1024px) {
  .fnav {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 599px) {
  #footer {
    padding-bottom: 65px;
  }
  .fnav {
    padding: 20px 0;
  }
  .footerinner {
    padding: 60px 0 0;
  }

  .flogo {
    padding-bottom: 20px;
    text-align: center;
  }
  .fshop dt {
    text-align: center;
    padding: 2px 0;
  }

  .fshop dd {
    text-align: center;
    padding: 2px 0;
  }
  .fshop dd ul {
    max-width: 220px;
    margin: auto;
  }
  .fshopbox .snsbox ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/*fead*/

.fead-up {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}

[data-element-id].fead-up {
  opacity: 1;
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media (max-width:599px) {
  .fead-left\@sp {
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  .fead-left\@sp.mv {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
  }
    .fead-right\@sp {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  .fead-right\@sp.mv {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 1s;
    transition: 1s;
  }
}

/* home-pickup */
.home-pickup {
  position: relative;
  margin-top: -90px;
}

.home-pickup .col {
  width: 100%;
}

.home-pickup .col .item {
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
}
.home-pickup .col .item .left {
  width: 30%;
}
.home-pickup .col .item .right {
  width: 65%;
}
.home-pickup .col .item .right .tit {
  margin-bottom: 10px;
}
.home-pickup .col .item .right .tit a {
  font-size: 14px;
}

.home-pickup .col .item .right .day {
  font-size: 14px;
  margin-right: 10px;
}
.home-pickup .col .item .right .cate {
  font-size: 14px;
  color: #b1d7bf;
}

@media (max-width: 1024px) {
  .home-pickup {
    margin-top: -30px;
  }


}

@media (max-width:599px) {
    .home-pickup .col {
   min-width: 800px;
    }
}

/*map*/



.home-map {
  position: relative;
  overflow: hidden;
}

.home-map:after {
  display: block;
  content: "";
  padding-top: 50%;
}

#map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width:599px) {
  .map {
  padding-top: 40%;
  }
}

/*wrap*/

#wrapper {
  overflow: hidden;
  min-width: 320px;
  margin: 0 auto;
  background: #f8f8f8;
}

/*common*/

.w100 {
  width: 100%;
  display: block;
}

w20 {
  width: 20%;
}

.w26 {
  width: 26%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w46 {
  width: 46%;
}

.w48 {
  width: 48%;
}

.w50 {
  width: 50%;
}

.w80r {
  width: 76%;
  margin: 0 4% 0 0;
}

.w80l {
  width: 66%;
  margin: 0 0 0 4%;
}

.w70r {
  width: 66%;
  margin: 0 4% 0 0;
}

.w70l {
  width: 66%;
  margin: 0 0 0 4%;
}

.w60r {
  width: 56%;
  margin: 0 4% 0 0;
}

.w60l {
  width: 56%;
  margin: 0 0 0 4%;
}

.memh {
  margin: 0.5em 0;
}

.mem1 {
  margin: 1em 0;
}

.mem2 {
  margin: 2em 0;
}

.mbemh {
  margin-bottom: 0.5em;
}

.mbem1 {
  margin-bottom: 1em;
}

.mbem2 {
  margin-bottom: 2em;
}

.mbem3 {
  margin-bottom: 3em;
}

.mremh {
  margin-right: 0.5em;
}

.mrem1 {
  margin-right: 1em;
}

.mrem2 {
  margin-right: 2em;
}

.mrem3 {
  margin-right: 3em;
}

.mlemh {
  margin-left: 0.5em;
}

.mlem1 {
  margin-left: 1em;
}

.mlem2 {
  margin-left: 2em;
}

.mlem3 {
  margin-left: 3em;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.m900 {
  max-width: 900px;
  margin: auto;
}

.m960 {
  max-width: 960px;
  margin: auto;
}

.m1000 {
  max-width: 1000px;
  margin: auto;
}

.m1200 {
  max-width: 1250px;
  width: 96%;
  margin: auto;
}

.homearea {
  padding: 160px 0 80px;
}

.area60 {
  padding: 60px 0;
}

.mainImg {
  position: relative;
  overflow: hidden;
}

.mainImg h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 15px #fff, -2px 2px 15px #fff, 2px -2px 15px #fff, -2px -2px 15px #fff;
  width: 90%;
  margin: auto;
}

.mainImg h2 span {
  display: block;
  text-align: center;
  line-height: 100%;
}

.mainImg .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 500px;
}

.mainImg .pic img {
  position: absolute;
  top: 50%;
  left: 50;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainImg .pic:before {
  content: "";
  display: block;
  padding-top: 30%;
  background: rgba(0, 0, 0, 0.2);
}

/* main visual */
.hero-section {
  position: relative;
}

.hero-section-lower {
  position: relative;
}

.hero-section-lower .img {
  width: 100%;
  display: block;
  position: relative;
}

.hero-section-lower .img::after {
  content: "";
  display: block;
  padding-top: 40%;
}

.hero-section-lower .img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section-lower-title {
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero-section-lower-title .lower-title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 36px;
  color: white;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.uk-slidenav-position .uk-slidenav {
  display: block;
}

.uk-slidenav-position .uk-slidenav {
  width: auto;
  height: auto;
}

@media (max-width: 1024px) {
  .hero-section-lower .img::after {
    padding-top: 60%;
  }

  .hero-section-lower-title .lower-title {
    font-size: 29px;
  }
}

@media (max-width: 599px) {
  .hero-section-lower .img::after {
    padding-top: 100%;
  }

  .hero-section-lower-title .lower-title {
    font-size: 25px;
  }
}

.copy {
  padding: 20px 0 0;
}

.txt {
  line-height: 200%;
}

.l200 {
  line-height: 200%;
}

.e7 {
  background: #e7e7e7;
}

.b1 {
  background: #1b1b1b;
}

/* .underarea h2 {
  padding-bottom: 40px;
  text-align: center;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.underarea h3 {
  text-align: center;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
} */
/*
.homearea .mv h2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.underarea .mv h2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.underarea .mv h3 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.homearea h2.mv {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.underarea h2.mv {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.underarea h3.mv {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.underarea h4.mv {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
} */

.homearea h2 .tomore {
  display: block;
  line-height: 0;
  text-align: right;
  font-weight: 700;
}

.homearea h2 .en {
  display: block;
  line-height: 200%;
  letter-spacing: 2px;
}

.underarea h2 .tomore {
  display: block;
  line-height: 0;
  text-align: right;
  font-weight: 700;
}

.underarea h2 .en {
  display: block;
  line-height: 200%;
  letter-spacing: 2px;
}

.underarea h2 span.jp {
  display: block;
  padding: 20px 0;
  line-height: 200%;
}

.homearea h2 .e7 {
  padding: 0 5px;
}

.underarea h2 .e7 {
  padding: 0 5px;
}

.underarea h3 .e7 {
  padding: 0 5px;
}

.underarea h2 .b1 {
  padding: 0 5px;
  color: #fff;
}

.underarea h3 .b1 {
  padding: 0 5px;
  color: #fff;
}

.tomore.-right {
  text-align: right;
}
.tomore.-center {
  text-align: center;
}
.tomore.-left {
  text-align: left;
}

.tomore a:after {
  content: "\f105";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .m900 {
    width: 96%;
  }
  .m960 {
    width: 96%;
  }
  .m1000 {
    width: 96%;
  }
  .homearea {
    padding: 60px 0;
  }
  .area60 {
    padding: 50px 0;
  }
  .homearea h2 {
    padding-bottom: 30px;
  }
  .underarea h2 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 599px) {
  .w20 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w20 {
    max-width: 400px;
  }
  .w26 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w26 {
    max-width: 400px;
  }

  .w30 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w30 {
    max-width: 400px;
  }
  .w40 {
    width: 100%;
    margin: 2% auto;
  }
  .pic.w40 {
    max-width: 400px;
  }
  .w46 {
    width: 100%;
    margin: 2% auto;
  }
  .w48 {
    width: 100%;
    margin: 2% auto;
  }
  .w50 {
    width: 100%;
  }
  .w60r {
    width: 100%;
    margin: 2% auto;
  }

  .w60l {
    width: 100%;
    margin: 2% auto;
  }
  .w70r {
    width: 100%;
    margin: 2% auto;
  }

  .w70l {
    width: 100%;
    margin: 2% auto;
  }

  .w80r {
    width: 100%;
    margin: 2% auto;
  }
  .w80l {
    width: 100%;
    margin: 2% auto;
  }
  .m900 {
    width: 94%;
  }
  .m960 {
    width: 94%;
  }
  .m1000 {
    width: 94%;
  }
  .m1200 {
    width: 94%;
  }
  .homearea {
    padding: 40px 0;
  }
  .area60 {
    padding: 40px 0;
  }
  .homearea h2 {
    padding-bottom: 20px;
    max-width: none;
  }
  .homearea h2 span.jp {
    padding: 10px 0;
  }
  .underarea h2 {
    padding-bottom: 20px;
  }
  .copy {
    padding: 20px 0;
    text-align: center;
  }
}

/*blog*/

.underarea h2.post {
  padding-left: 2em;
  background: -webkit-gradient(linear, left top, right top, from(#91b8a5), color-stop(0.5em, #91b8a5), color-stop(0.5em, #e7e7e7), to(#e7e7e7));
  background: linear-gradient(90deg, #91b8a5 0%, #91b8a5 0.5em, #e7e7e7 0.5em, #e7e7e7 100%);
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 40px;
}

.bloglist {
  width: 76%;
}

.catarclist {
  width: 20%;
}

.catarclist dt {
  font-weight: 700;
  background: #91b8a5;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.catarclist li {
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.catarclist li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: bold;
}

.catarclist ul {
  padding: 10px 0;
}

.catlist {
  padding-bottom: 40px;
}

.arclist {
  padding-bottom: 40px;
}

.pagenav {
  padding: 5px;
  margin: 80px 0;
}

.pagenav ul {
  max-width: 300px;
}

.pagenav li {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.pagenav li a {
  display: block;
}

.blogbox {
  border-bottom: 1px solid #aaa;
  padding: 0px 10px 40px;
  margin: 0 0 40px;
}

.blogbox .picbox {
  width: 30%;
}

.blogbox .tbox {
  width: 66%;
}

.blogbox .tbox dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blogbox .tbox dt {
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 40px;
}

.blogbox .tbox dd {
  text-align: right;
  width: 100%;
}

.blogdetailbox dt {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
}

.blogdetailbox dd {
  text-align: center;
  padding: 10px 0;
}

.backbox {
  text-align: center;
  margin: 80px 0;
  font-weight: 700;
}

.backbox a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
  font-size: 18px;
  vertical-align: middle;
}

.recommendarea .blogreco {
  padding: 20px 0;
}

.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 60px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
  font-size: 12px;
  position: relative;
}

.date::before {
  content: "";
  width: 19px;
  height: 1px;
  display: inline-block;
  margin: auto;
  background-color: #91b8a5;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.category span {
  display: inline-block;
  padding: 2px 15px;
  font-size: 14px;
  font-size: 12px;
  color: white;
  line-height: 1.2;
  text-align: center;
  background-color: #91b8a5;
}

.category span + span {
  margin-left: 2px;
}

.blogdetailbox .cc-detail-title {
  margin: 15px 0 0px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 28px;
  border-bottom: 2px solid #91b8a5;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .blogbox .tbox dt {
    padding-bottom: 30px;
  }

  .bloglist {
    width: 100%;
  }

  .catarclist {
    width: 100%;
  }
  .backbox {
    margin: 60px 0;
  }
  .blogdetailbox .cc-detail-title {
    margin: 10px 0 50px;
    font-size: 26px;
  }
}

@media only screen and (max-width: 599px) {
  .blogbox .tbox dt {
    padding-bottom: 20px;
  }
  .backbox {
    margin: 40px 0;
  }
  .blogdetailbox .cc-detail-title {
    margin: 10px 0 40px;
    font-size: 24px;
  }
}

/*contact*/

.contactarea .contact {
    padding: 50px;
    border-radius: 50px;
    background: #C2E1D2;
}

.contactarea h3 {
  padding-bottom: 60px;
  text-align: center;
}

.contactarea h3:after {
  content: "";
  height: 2px;
  max-width: 420px;
  background: #aaa;
  margin: 15px auto;
  display: block;
}

.contact dl {
  padding: 20px 0;
}

.contact dt {
  width: 20%;
  float: left;
  font-weight: 700;
  padding: 10px;
}

.contact dd {
  width: 80%;
  padding-left: 2em;
  float: right;
}

.contact dd div {
  padding: 10px;
}

.contact dd input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.contact dd select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}

.contact .radio dd {
  padding: 10px 0 0 2em;
}

.contact .radio dd input {
  width: auto;
}

.contact .radio dd label {
  margin: 0 5px;
}

.contact dd textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

#check {
  font-size: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  width: 230px;
  margin: 50px auto;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
}

.formbtn#check {
  width: 230px;
}

#check a {
  display: block;
  color: #fff;
}

#check:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-weight: bold;
}

#check:hover {
  opacity: 0.6;
  cursor: pointer;
}

#back {
  font-size: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  width: 230px;
  margin: 50px auto;
  padding: 10px 0;
  border-radius: 5px;
  position: relative;
}

.formbtn#back {
  width: 230px;
}

#back a {
  display: block;
  color: #fff;
}

#back:after {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-weight: bold;
}

#back:hover {
  opacity: 0.6;
  cursor: pointer;
}

.contbtm {
  /*    background: url('/import/tenant_1/160.16.150.232/html/images/grey.png') no-repeat;*/
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 160px;
}

@media only screen and (max-width: 1024px) {
  .contact dt {
    width: 100%;
    float: none;
    padding: 5px;
    padding-bottom: 1em;
  }

  .contact dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .contact dd div {
    padding: 5px;
  }
  .contact dd input {
    padding: 5px;
  }
  .contact dl {
    padding: 15px 0;
  }
  #check,#back {
    margin: 40px auto;
    width: 230px;
    padding: 10px 0;
  }
  .formbtn#check {
    width: 200px;
  }
  .contactarea h3 {
    padding-bottom: 50px;
  }
  .contbtm {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .formbtn li {
    width: 48%;
  }
  #check,#back {
    margin: 30px auto;
    width: 100%;
    padding: 5px 0;
  }
  .contact {
    padding: 40px 0;
  }
  .contactarea .contact {
    padding: 30px;
    border-radius: 30px;
  }
  .formbtn#check {
    width: 130px;
  }
  .contactarea h3 {
    padding-bottom: 40px;
  }
  .contact .radio dd {
    padding: 5px 0;
  }
  .contbtm {
    padding-bottom: 80px;
  }
}

/*homenews */

.homenews .homenewsbox {
  width: 48%;
}

.homenewslist dl {
  border-bottom: 1px solid #fff;
  padding: 15px 0;
}

.homenewslist dt {
  width: 20%;
  font-weight: bold;
}

.homenewslist dd {
  width: 80%;
  padding-left: 2em;
}

@media only screen and (max-width: 1024px) {
  .homenews .homenewsbox {
    max-width: none;
    margin: 0 auto;
  }
  .homenewslist dt {
    width: 100%;
  }
  .homenewslist dd {
    width: 100%;
    padding-left: 0;
    padding: 10px 0 0;
  }
}

@media only screen and (max-width: 599px) {
  .homenews .homenewsbox {
    width: 100%;
  }
}

/*homeconcept*/

.homeconceptbox {
  position: relative;
  padding: 600px 0;
  max-width: 400px;
  margin: auto;
}

/*
.homeconceptbox li {
    width: 19%;
}

.homeconceptbox li img {
    width: 100%;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.homeconceptbox ul {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.homeconceptbox li {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.homeconceptbox li img {
  width: 100%;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.homeconceptlist li:nth-of-type(1) {
  z-index: 9;
}

.homeconceptlist li:nth-of-type(2) {
  z-index: 8;
}

.homeconceptlist li:nth-of-type(3) {
  z-index: 7;
}

.homeconceptlist li:nth-of-type(4) {
  z-index: 5;
}

.homeconceptlist02 li:nth-of-type(1) {
  z-index: 6;
}

.homeconceptlist02 li:nth-of-type(2) {
  z-index: 2;
}

.homeconceptlist02 li:nth-of-type(3) {
  z-index: 3;
}

.homeconceptlist02 li:nth-of-type(4) {
  z-index: 2;
}

.homeconceptlist02 li:nth-of-type(5) {
  z-index: 1;
}

.homeconceptlist li:nth-of-type(1) img {
  -webkit-transform: translate(-130%, -20%);
  transform: translate(-130%, -20%);
}

.homeconceptlist li:nth-of-type(2) img {
  -webkit-transform: translate(-80%, -90%);
  transform: translate(-80%, -90%);
}

.homeconceptlist li:nth-of-type(3) img {
  -webkit-transform: translate(20%, -140%);
  transform: translate(20%, -140%);
}

.homeconceptlist li:nth-of-type(4) img {
  -webkit-transform: translate(120%, -50%);
  transform: translate(120%, -50%);
}

.homeconceptlist02 li:nth-of-type(1) img {
  -webkit-transform: translate(130%, 0%);
  transform: translate(130%, 0%);
}

.homeconceptlist02 li:nth-of-type(2) img {
  -webkit-transform: translate(100%, 80%);
  transform: translate(100%, 80%);
}

.homeconceptlist02 li:nth-of-type(3) img {
  -webkit-transform: translate(10%, 160%);
  transform: translate(10%, 160%);
}

.homeconceptlist02 li:nth-of-type(4) img {
  -webkit-transform: translate(-90%, 180%);
  transform: translate(-90%, 180%);
}

.homeconceptlist02 li:nth-of-type(5) img {
  -webkit-transform: translate(-125%, 80%);
  transform: translate(-125%, 80%);
}

.homeconceptbox h2 {
  position: relative;
  z-index: 10;
}

.homeconceptbox .txt {
  position: relative;
  z-index: 10;
}

.homeconceptbox .tbox {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1500px) {
  .homeconceptbox li {
    width: 90%;
  }
  .homeconceptbox {
    padding: 550px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .homeconceptbox li {
    width: 80%;
  }
  .homeconceptbox {
    padding: 500px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .homeconceptbox li {
    width: 70%;
  }
  .homeconceptbox {
    padding: 400px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .homeconceptbox {
    padding: 0;
    max-width: none;
  }
  .homeconceptbox ul {
    position: static;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .homeconceptbox ul.homeconceptlist {
    padding: 60px 0 0;
  }
  .homeconceptbox ul.homeconceptlist02 {
    padding: 0 0 60px;
  }
  .homeconceptbox ul.homeconceptlist li {
    width: 25%;
  }
  .homeconceptbox ul.homeconceptlist02 li {
    width: 25%;
  }
  .homeconceptbox ul.homeconceptlist02 li:nth-child(1) {
    display: none;
  }
  .homeconceptbox li {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 20%;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 1);
  }
  .homeconceptbox li.trim {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
  }
  .homeconceptbox li.trim img {
    height: 105% !important;
    max-width: none !important;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    border: none;
  }
  .homeconceptbox li.trimY {
    position: relative;
    overflow: hidden;
    top: auto;
    left: auto;
  }
  .homeconceptbox li.trimY img {
    height: 105% !important;
    max-width: none !important;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    border: none;
  }
  .homeconceptbox .tbox {
    margin: auto;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 599px) {
  .homeconceptbox ul.homeconceptlist {
    padding: 0;
    max-width: none;
  }
  .homeconceptbox ul.homeconceptlist02 {
    padding: 0;
    max-width: none;
  }
  .homeconceptbox .txt {
    text-align: center;
  }
  .homeconceptbox li.trimY img {
    width: 100%!important;
  }
}

/*homestyle*/

.homestyle h2 {
  text-align: center;
  margin: auto;
}

.homestylelist .col > div > li {
  position: relative;
  overflow: hidden;
}

.homestylelist .col > div > li a {
  opacity: 1;
  display: block;
}

.homestylelist .col > div > li:hover dl {
  opacity: 1;
  visibility: visible;
}

.homestylelist dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  opacity: 0;
  visibility: hidden;
}

.homestylelist dt {
  font-weight: 700;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.homestylelist dd {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

.homestylelist dd li {
  padding: 5px 0;
}

.homestylelist ul.col {
  padding: 2px 0;
}

.homestylelist dd li.fs12 {
  width: 20%;
  border-radius: 20px;
  border: 1px solid #000;
  text-align: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.homestylelist dd li.alt {
  width: 80%;
  padding-left: 1em;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
}

.stylenav li {
  margin: 1%;
}

@media only screen and (max-width: 1024px) {
  .homestylelist ul.col {
    max-width: 700px;
    padding: 5px 0;
    margin: auto;
  }
  .homestylelist .col > div:nth-child(n + 4) {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 599px) {
  /*
    .homestylelist dl {
        visibility: visible;
        opacity: 1;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 10px;
    }
    .homestylelist dd li.fs12 {
        width: 100%;
    }
    .homestylelist dd li.alt {
        width: 100%;
        padding-left: 0;
    }
    .homestylelist dt {
        text-align: center;
        padding-bottom: 10px;
    }
*/
  .homestylelist dl {
    padding: 10px;
  }
  .homestylelist dt {
    font-size: 18px;
  }
  .homestylelist dd li.fs12 {
    width: auto;
    padding: 0 5px;
    display: inline-block;
  }
  .homestylelist dd li.alt {
    width: 100%;
    padding-left: 0;
  }
}

/*homebnr*/

/*homerecruit*/
@media (max-width:599px) {
  .homerecruitbox .moreB {
    margin-left: auto;
    margin-right: 5%;
  }
}
[data-element-id].homerecruitbox ul > .moreB {
  position: relative;
  display: block;
  border: 2px solid green;
}
[data-element-id].homerecruitbox ul > .moreB:before {
    content: "モバイル";
    display: block;
    background: green;
    color: #fff;
}

/* block-type */
.block-type-01 .tbox dl {
  position: relative;
}

.block-type-01 .tbox dt {
  padding-bottom: 40px;
}

.block-type-01 .tbox dd {
  text-align: right;
  margin-top: -80px;
}

.moreB {
  font-weight: 700;
  text-align: center;
}

.moreB a {
  border: 2px solid;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #b1d7bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  font-family: "Roboto", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}
.moreB.-right a {
  margin-left: auto;
}
.moreB.-center a {
  margin-left: auto;
  margin-right: auto;
}
.moreB.-left a {
  margin-right: auto;
}

.btn-pos-pt01 {
  position: relative;
}
.btn-pos-pt01 .moreB {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .moreB:after {
    padding: 15px 0;
  }
  .block-type-01 .tbox dd {
    margin-top: 0;
  }
}

@media only screen and (max-width: 599px) {
  .moreB a {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }
  .moreB:after {
    padding: 10px 0;
  }
  .btn-pos-pt01 .moreB {
    position: relative;
  }
  .block-type-01 li {
    width: 100%;
    margin: 1% 0;
  }
  .block-type-01 .tbox dt {
    padding-bottom: 20px;
    padding-top: 90px;
  }
  .block-type-01 .tbox dd {
    position: absolute;
    top: 0;
    right: 5%;
  }
}

.block-type-02 {
  position: relative;
}
.block-type-02 .item {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}
.block-type-02 .item:before {
  display: block;
  clear: both;
  content: "";
}
.block-type-02 .item:after {
  display: block;
  clear: both;
  content: "";
}

.block-type-02 .title {
  float: right;
  width: 55%;
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
}
.block-type-02 .title.location:before {
  content: "\f3c5";
  color: #b1d7bf;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.block-type-02 .pic {
  float: left;
  width: 40%;
}
.block-type-02 .tbox {
  float: right;
  width: 55%;
}
.block-type-02 .tbox .tel a {
  display: inline-block;
  background: #91b8a5;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0;
  padding: 3px 5px;
}

@media (max-width: 1024px) {
  .block-type-02 .title {
    width: 100%;
  }
  .block-type-02 .pic {
    width: 100%;
  }
  .block-type-02 .tbox {
    width: 100%;
    margin-top: 10px;
  }
}

.block-type-03 {
  position: relative;
}
.block-type-03 .item .txt {
  font-size: 14px;
}
.block-type-03 .item {
  position: relative;
  padding: 20px 35px;
}
.block-type-03 .col > div:not(:nth-child(1)) .item:before {
  content: "";
  width: 1px;
  height: 235px;
  background-color: #dddddd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.block-type-03.-pt-02 .col > div:not(:nth-child(1)) .item:before {
  background-color: #6b6561;
}

@media (max-width: 1024px) {
  .block-type-03 .item {
    padding: 0px 20px;
  }
  .block-type-03 .col > div:last-child .item {
    padding-top: 20px;
  }
  .block-type-03 .col > div:last-child .item:before {
    top: 0;
    width: 100%;
    height: 1px;
  }
  
}

@media (max-width: 599px) {
  .block-type-03 .col > div:not(:nth-child(1)) .item {
    padding-top: 20px;
  }
  .block-type-03 .col > div:not(:nth-child(1)) .item:before {
    top: 0;
    width: 100%;
    height: 1px;
  }
  .block-type-03 .col > div:nth-child(3) {
    padding-bottom: 10px;
  }
}

.block-type-04 {
  position: relative;
  z-index: 1;
}

.block-type-04 .pbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.block-type-04 .pbox .pic {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}

.block-type-04 .tbox {
  position: relative;
  z-index: 2;
  padding: 15% 10% 10% 10%;
}
.block-type-04 .tbox dl {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.block-type-04 .tbox dl dt {
  text-align: center;
}

.block-type-04 .tbox dl dt .title {
  font-size: 24px;
  font-family: "Cormorant", serif;
  font-weight: bold;
  color: #fff;
}

.block-type-04 .tbox dl .txt {
  font-size: 14px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.block-type-04 .tbox dl .btn {
  margin-top: 20px;
  border: 1px solid;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  font-family: "Libre Baskerville", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.block-type-04 .tbox dl dt .sub {
  color: #fff;
}

@media (max-width: 599px) {
  .block-type-04 .tbox {
    padding: 5%;
  }
  .block-type-04 .tbox dl .txt {
    width: 100%;
  }
  
  .block-type-04 .tbox dl {
      padding: 20px;
  }
}

.block-type-05 {
  position: relative;
}

.block-type-05 .wrap {
  position: relative;
  z-index: 1;
}

.block-type-05 .pbox {
  position: relative;
  z-index: 1;
}

.block-type-05 .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  white-space: nowrap;
}
.block-type-05 .tbox .title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Cormorant", serif;
  background: rgba(255, 255, 255, 0.45);
  padding: 10px 30px;
  color: #b1d7bf;
}

.block-type-05 .txt {
  background: #fff;
  font-size: 14px;
  padding: 15px 21px;
}

@media (max-width: 1024px) {
  .block-type-05 .tbox .title {
    padding: 5px 10px;
    font-size: 24px;
  }
  .block-type-05 .txt {
    padding: 5px;
  }
}

.block-type-06 .box .pic {
  margin-left: 5%;
}
.block-type-06 .box:nth-child(even) .pic {
  margin-right: 5%;
  margin-left: 0;
}
.block-type-06 .list-box {
  border: 2px solid #91b8a5;
  background: #e5ffef;
  border-radius: 30px;
  padding: 30px;
}

.block-type-06 .special {
    padding: 40px 5% 40px 5%;
    border: double 5px #c8b192;
    background: #fff;
}

[data-element-id].block-type-06 .txt {
  width: 50%;
}

@media (max-width: 599px) {
  .block-type-06 .pic {
    margin-left: 0;
  }
  .block-type-06 .txt {
    float: left;
  }
  .block-type-06 .list-box .txt {
    float: none;
  }
}

.block-type-07 {
  position: relative;
}
.block-type-07 .item {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
}

.block-type-07 .title {
  width: 100%;
  position: relative;
  font-size: 22px;
  margin-bottom: 10px;
}
.block-type-07 .title.location:before {
  content: "\f3c5";
  color: #b1d7bf;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.block-type-07 .title.menu:before {
  content: "\f14a";
  color: #b1d7bf;
  font-family: "font awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.block-type-07 .pic {
  width: 100%;
}
.block-type-07 .tbox {
  width: 100%;
  margin-top: 10px;
}
.block-type-07 .tbox .cate {
  margin-bottom: 5px;
}
.block-type-07 .tbox .cate span {
  display: inline-block;
  background: #91b8a5;
  color: #fff!important;
  padding: 0 10px;
  font-size: 12px;
  margin: 5px 0;
}
.block-type-07 .tbox .cate span:not(:last-child) {
  margin-right: 5px;
}
.block-type-07 .tbox .tel a {
  display: inline-block;
  background: #91b8a5;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0;
  padding: 3px 5px;
}

.block-type-07 .more a {
  color: #91b8a5!important;
  font-weight: bold;
}

.block-type-07.-pt02 .item {
    background: #C2E1D2;
}

.block-type-07.-pt02 .title.location:before {
    color: #fff;
}

.block-type-07.-pt02 .tbox .cate span {
    color: #91b8a5!important;
    background: #fff;
}

.sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: 15px;
}

.sns-list.-white li a {
  color: #fff;
}

.sns-list li a {
    color: #91b8a5;
    display: block;
    font-size: 20px;
}

.sns-list li + li {
    margin-left: 10px;
}


/*menu*/

.f105B:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.f105A:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
}

.f104B:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5em;
}

.bwA {
  position: relative;
}

.bwA:after {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  position: absolute;
  top: 30px;
  left: 30px;
  pointer-events: none;
}

.flbox {
  position: relative;
  padding: 60px 0;
}

flbox:after {
  display: none;
}

.flbox .tbox {
  width: 70%;
  position: relative;
  z-index: 1;
}

.flbox.reverse .tbox {
  width: 60%;
}

.flbox .picbox {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.flbox.reverse .picbox {
  width: 50%;
}

.flbox.reverse .picbox {
  right: auto;
  left: 0;
}

.flbox .picbox ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flbox .picbox li:nth-of-type(2n + 1) {
  position: absolute;
  left: 0;
  bottom: 0;
}

.flbox .picbox li {
  width: 60%;
  margin-left: auto;
}

.flbox.reverse .picbox li:nth-of-type(2n + 1) {
  left: auto;
  position: static;
}

.flbox.reverse .picbox li:nth-of-type(2n + 2) {
  position: absolute;
  right: 0;
  top: 20%;
}

.flbox.reverse .picbox li {
  margin-left: 0;
  margin-right: auto;
}

.menubox .tbox {
  background: rgba(0, 0, 0, 0.6);
  padding: 60px;
}

.menubox .tbox h3 {
  color: #fff;
  padding-bottom: 60px;
}

.menubox .tbox dl {
  padding: 10px 0;
}

.menubox .tbox dt {
  color: #fff;
  font-weight: 700;
  width: 80%;
}

.menubox .tbox dd {
  color: #fff;
  font-weight: 700;
  width: 20%;
  padding-left: 1em;
  text-align: right;
}

.menubox .picbox img {
  border: 5px solid #fff;
}

.greyc {
  color: #999;
}

.menubox02area h3 {
  text-align: center;
}

.menubox02 .tbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px;
  margin: 10px;
}

.menubox02 .tbox dl {
  padding: 15px 0;
}

.menubox02 .tbox dt {
  width: 80%;
  font-weight: 700;
}

.menubox02 .tbox dt span {
  display: block;
  font-weight: 400;
}

.menubox02 .tbox dd {
  width: 20%;
  padding-left: 1em;
  font-weight: 700;
}

.menubox02 .tbox p {
  border-top: 2px solid #aaa;
  padding: 10px 0;
  margin: 20px;
}

.menubox02 .tbox p .telbox {
  padding: 2px 15px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 1em;
}

.menubox02 .bkimg {
  position: absolute;
}

.menubox02 .bkimg img {
  min-width: 600px !important;
}

.menubox03 .tit {
  width: 36%;
  padding: 100px 0;
}

.menubox03 h3 {
  text-align: center;
}

.menubox03 .tit h3.diamonds {
  position: relative;
}

.menubox03 .tit h3.diamonds:after {
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  z-index: -1;
}

.menubox03 .tbox {
  width: 60%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.menubox03 .tbox dl {
  padding: 15px 0;
  border-bottom: 2px solid #aaa;
  margin-bottom: 60px;
}

.menubox03 .tbox dt {
  width: 100%;
  font-weight: 700;
}

.menubox03 .tbox dd.price {
  width: 100%;
  padding-left: 1em;
  font-weight: 700;
  text-align: right;
  padding-top: 10px;
}

.menubox03 .tbox dd .number {
  font-weight: normal;
}

.menubox03 .tbox dd.w100 {
  padding: 10px 0;
}

.menubox03.w46 h3 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #597466;
  /* padding-bottom: 80px; */
}

.menubox03.w46 .tbox {
  width: 100%;
}

.menupic {
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}

.menupic:before {
  padding-top: 30%;
  display: block;
  content: "";
}

.menupic:after {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menupic img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -40%);
}

@media only screen and (max-width: 1024px) {
  .flbox .tbox {
    width: 100% !important;
    padding: 40px;
    background: rgba(0, 0, 0, 0.8);
  }
  .flbox .picbox {
    width: 100% !important;
    top: 10%;
    right: 5% !important;
    left: auto !important;
    z-index: 2;
    position: static;
  }
  .flbox .picbox ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px 0;
  }
  .flbox .picbox li {
    width: 50% !important;
    position: relative !important;
    margin: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 5px #fff;
    box-shadow: 0 0 0 5px #fff;
  }
  .flbox .picbox li:before {
    padding-top: 130%;
    content: "";
    display: block;
  }
  .flbox .picbox li img {
    width: auto;
    height: 105% !important;
    position: absolute;
    max-width: none !important;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: none;
  }
  .bwA:after {
    height: 94%;
    width: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flbox {
    margin: 40px 0;
    padding: 0;
  }
  .menubox .tbox h3 {
    padding-bottom: 40px;
  }
  flbox:after {
    display: block;
  }
  .menubox02 .tbox {
    padding: 40px;
  }
  .menubox03 .tit h3.diamonds:after {
    width: 150px;
    height: 150px;
  }
  .menubox03 .tit {
    padding: 80px 0;
  }
  .menubox03 .tbox dl {
    margin-bottom: 40px;
  }
  .menupic {
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 599px) {
  .flbox {
    margin: 20px 0;
  }
  .flbox .tbox {
    padding: 30px;
  }
  .menubox .tbox dd {
    padding-left: 0.5em;
    text-align: right;
  }
  .menubox .tbox h3 {
    padding-bottom: 20px;
  }
  .menubox02 .bkimg {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .menubox02 .tbox {
    padding: 20px;
    margin: 0;
  }
  .menubox02 .bkimg img {
    min-width: auto !important;
  }
  .menubox02 .tbox dl {
    padding: 10px 0;
  }
  .menubox02 .tbox dt {
    width: 100%;
  }
  .menubox02 .tbox dd {
    width: 100%;
    text-align: right;
    padding-left: 0;
    padding-top: 10px;
  }
  .menubox03 .tit {
    width: 100%;
    padding: 40px 0 80px;
  }
  .menubox03 .tbox {
    width: 100%;
  }
  .menubox03 .tbox dt {
    width: 100%;
  }

  .menubox03 .tbox dd.price {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .menubox03 .tit h3.diamonds:after {
    width: 100px;
    height: 100px;
  }
  .menubox03 .tbox dl {
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .menubox03.w46 h3 {
    font-size: 20px;
  }
  .menupic {
    margin: 0 0 0;
  }
  .menubox .tbox dt {
    width: 100%;
  }
  .menubox .tbox dd {
    width: 100%;
    padding-left: 0;
  }
}

/*staff*/

.stafflist h3 {
  padding: 0 0 60px;
}

.stafflist ul {
  padding: 20px 0;
}

.stafflist li {
  margin: 0 1% 10%;
}

.stafflist li > a {
  display: block;
  transition-duration: .5s;
  opacity: 1;
}

.stafflist li > a img {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.stafflist li > a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/* .stafflist dt:hover:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} */

/* .stafflist dt:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
} */

.stafflist li a {
  display: block;
}

.stafflist dt {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.stafflist dd {
  text-align: center;
}

.stafflist dd.alt {
  font-weight: 700;
}

.stafflist .icon a {
    display: inline-block;
}

.stafflist .icon a i {
    font-size: 24px;
    margin-top: 10px;
}


@media only screen and (max-width: 1024px) {
  .stafflist h3 {
    padding: 0 0 40px;
  }
}

@media only screen and (max-width: 599px) {
  .stafflist h3 {
    padding: 0 0 20px;
  }
}

/*staffdetail*/

.staffdetailleft {
  width: 40%;
}

.staffdetailleft .profpic .trimmingInner {
  border-radius: 50%;
}

.staffdetailleft .profpic ul.altlist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staffdetailleft .profpic li {
  width: 100%;
  padding-bottom: 40px;
}

.staffdetailleft .profpic li dt {
  font-weight: 700;
}

.staffdetailleft .profpic li dt .fs14 {
  font-weight: 400;
  padding-left: 1em;
}

.staffdetailleft .profpic li dd {
  font-weight: 700;
}

.staffdetailleft .profpic li dd .w100 {
  font-weight: 400;
}

.staffdetailleft .profinfo dt {
  font-weight: 700;
  padding-bottom: 30px;
}

.staffdetailright {
  width: 56%;
  padding-left: 2%;
  border-left: 1px solid #aaa;
}

.staffdetailright .proflist dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staffdetailright .proflist dt {
  font-weight: 700;
  width: 30%;
  padding-right: 1em;
}

.staffdetailright .proflist dd {
  border-bottom: 1px solid #aaa;
  width: 70%;
  padding: 40px 0;
}

.staffreserve dl {
  max-width: 500px;
  margin: 80px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.staffreserve dt {
  border-right: 1px solid #e7e7e7;
  text-align: center;
  width: 50%;
}

.staffreserve dt .pix {
  display: inline-block;
  max-width: 180px;
}

.staffreserve dd {
  text-align: center;
  font-weight: 700;
  width: 50%;
}

.staffreserve a {
  display: block;
}

.staffdetailrec {
  text-align: center;
}

.staffdetailreclist li a {
  display: block;
}

.staffdetailreclist li dt {
  padding-bottom: 30px;
}

.staffdetailreclist li dd {
  font-size: 14px;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .staffdetailleft .profpic li dt .fs14 {
    display: block;
    padding-left: 0;
  }
  .staffdetailreclist li dt {
    padding-bottom: 20px;
  }
  .staffdetailleft {
    width: 100%;
  }
  .staffdetailright {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #aaa;
    border-left: none;
    margin-top: 20px;
  }
  .staffdetailright .proflist dd {
    padding: 30px 0;
  }
  .staffdetailleft .profinfo dt {
    padding-bottom: 20px;
  }
  .staffdetailleft .profpic li {
    padding-bottom: 30px;
  }
  .staffreserve dl {
    margin: 60px auto;
  }
  .staffdetailreclist li {
    width: 23%;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .staffdetailleft .profinfo dt {
    padding-bottom: 10px;
  }
  .staffdetailleft .profpic li {
    padding-bottom: 20px;
    width: 100%;
  }
  .staffdetailreclist li {
    width: 48%;
  }
  .staffdetailreclist li dt {
    padding-bottom: 10px;
  }
  .staffreserve dl {
    margin: 40px auto;
  }
  .staffdetailright .proflist dt {
    width: 100%;
    padding-right: 0;
  }
  .staffdetailright .proflist dd {
    width: 100%;
    padding: 0;
    border: none;
  }
  .staffdetailright .proflist dl {
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
  }
  .staffreserve dt {
    width: 100%;
    border: none;
    padding: 0 0 10px;
  }
  .staffreserve dd {
    width: 100%;
  }
  .staffdetailrec {
    padding: 20px 0 0;
  }
}

/*salon*/

.salonconceptbox dl.titbox {
  max-width: 400px;
  margin: auto;
}

.salonconceptbox .titbox dt {
  padding-bottom: 60px;
}

.salonconceptbox .titbox dt .pimg {
  max-width: 180px;
  display: inline-block;
}

.salonconceptlist li {
  width: 31.333%;
}

.salonconceptlist li:nth-last-of-type(-n + 3) {
  margin-top: -8%;
}

.salonconceptlist li:nth-of-type(6n + 5) .pimg {
  max-width: 300px;
  display: inline-block;
}

.salonconceptlist li:last-of-type {
  margin-top: -20%;
}

.salonconceptlist img {
  border: 5px solid #fff;
}

.accarea h3 {
  padding-bottom: 60px;
}

.accboxl {
  width: 44%;
  max-width: 450px;
  margin: 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.accboxr {
  width: 50%;
  border-left: 1px solid #aaa;
  padding-left: 6%;
}

.accboxl .tbox .pix .pimg {
  display: inline-block;
  max-width: 180px;
}

.accboxr dt {
  margin-bottom: 20px;
}

.accboxr dd li {
  width: 46%;
}
.accboxr .map {
  padding-top: 50%;
}

.salonconceptbox .titbox dt {
  padding-bottom: 40px;
}

.accboxl .fshop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accboxl .fshop dt {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.accboxl .fshop dd {
  padding-left: 180px;
}

@media (max-width:1024px) {
    .accboxl {
    width: 100%;
  }
  
  .accboxr {
      width: 80%;
      padding-left: 0;
      margin: 30px auto 0;
  }
}

@media only screen and (max-width: 599px) {
  .accboxl {
    width: 100%;
  }

  .accboxr {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #aaa;
    padding-left: 0;
    padding: 4% 0;
    margin: 4% 0;
  }

  .accboxr dt {
    margin-bottom: 5px;
  }
  .accboxl .tbox dd li {
    text-align: center;
  }
  .accboxl .fshop dt {
    position: static;
    width: 100%;
    text-align: left;
  }

  .accboxl .fshop dd {
    padding: 0;
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  .salonconceptbox .titbox dt {
    padding-bottom: 20px;
  }
}

/*concept*/

.conceptinn .trimmingInner {
  border-radius: 50%;
}

.conceptinn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.conceptcol li {
  width: 33.333%;
}

.conceptflow h3 {
  display: inline-block;
  margin-bottom: 20px;
}

.conceptflow .txt dt {
  padding-bottom: 60px;
  font-weight: 700;
}

.conceptflow01inn .txt {
  width: 44%;
}

.conceptflow01inn .txt .pix {
  text-align: right;
  padding: 40px 0 0;
}

.conceptflow01inn .txt .pix img {
  border: 5px solid #fff;
}

.conceptflow01inn .picbox li img {
  border: 5px solid #fff;
}

.conceptflow01inn .picbox {
  position: relative;
}

.conceptflow01inn .picbox li {
  text-align: right;
}

.conceptflow01inn .picbox li:nth-of-type(1) {
  position: absolute;
  left: -10%;
  bottom: -10%;
  text-align: left;
  z-index: 1;
  max-width: 310px;
}

.conceptflow02inn {
  z-index: -1;
  padding: 120px 0;
}

.conceptflow02inn .bkimg {
  position: absolute;
}

.conceptflow02inn .bkimg:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.conceptflow02inn .bkimg img {
  min-width: 1200px !important;
}

.conceptflow02inn .txt {
  text-align: center;
}

.conceptflow02inn .txt dt {
  text-align: center;
}

.conceptflow02inn .txt dd {
  text-align: center;
}

.conceptflow03inn ul.flexsb {
  width: 100%;
}

.conceptflow03inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .conceptflow01inn .picbox li img {
    width: 70%;
  }
  .conceptflow02inn {
    padding: 80px 0;
  }
  .conceptflow .txt dt {
    padding-bottom: 40px;
  }
  .conceptflow01inn .txt .pix {
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 599px) {
  .conceptflow01inn .picbox li:nth-of-type(1) {
    position: static;
  }
  .conceptflow01inn .picbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .conceptflow01inn .picbox li {
    width: 48%;
  }
  .conceptflow01inn .picbox li img {
    width: 100%;
  }
  .conceptflow01inn .txt {
    width: 100%;
    padding-bottom: 20px;
  }

  .conceptflow02inn {
    padding: 60px 0;
  }
  .conceptflow02inn .bkimg img {
    min-width: 1000px !important;
  }
  .conceptflow .txt dt {
    padding-bottom: 20px;
  }
  .conceptflow01inn .txt .pix {
    padding: 10px 0 0;
    text-align: center;
  }
}

/*voice*/

.voicebox {
  padding: 4% 0;
}

.voicebox li.w48 {
  padding: 60px 60px 10%;
  border: 1px solid #b2b2b2;
}

.voicebox li .tit {
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 20px;
}

.voicebox li.abox dl {
  padding: 20px 0;
}

.voicebox li.abox dt {
  font-weight: 700;
}

.voicebox li.abox dd {
  padding-left: 0.5em;
  color: #333;
}

.ballonB:before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: inline-block;
  color: #fff;
  text-shadow: 1px 1px 10px #aaa;
}

.voicebox li.pbox {
  width: 20%;
  margin: auto;
  margin-top: -10%;
}

.voicebox li.pbox .trimming {
  -webkit-box-shadow: 0 0 0 10px #fff;
  box-shadow: 0 0 0 10px #fff;
}

@media only screen and (max-width: 1024px) {
  .voicebox li.w48 {
    padding: 40px 20px 10%;
  }
  .voicebox li.abox dl {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .voicebox li.w48 {
    padding: 20px;
  }
  .voicebox li.abox dl {
    padding: 10px 0;
  }
  .voicebox li.pbox {
    margin-left: auto;
    margin-top: -27.5%;
    margin-right: 6%;
  }
  .voicebox li.w48.cbox {
    padding-bottom: 30%;
  }
}

/*newsbox*/

.newsbox {
  margin: 0 0 40px;
}

.newsbox dl {
  border-bottom: 1px solid #aaa;
  padding: 0 0 40px;
}

.newsbox dt {
  font-weight: 700;
  padding-bottom: 20px;
}

.newsbox dd {
  text-align: right;
}

.e7A15:after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin: 15px 0;
}

@media only screen and (max-width: 1024px) {
  .newsbox {
    margin: 0 0 30px;
  }

  .newsbox dl {
    padding: 0 0 30px;
  }
  .newsbox dt {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .newsbox {
    margin: 0 0 20px;
  }

  .newsbox dl {
    padding: 0 0 20px;
  }
  .newsbox dt {
    padding-bottom: 0;
  }
}

/*style*/

.homestylelist.stylelist > ul > li {
  width: 25.333%;
  margin: 4%;
}

.sidePiclist li {
  width: 31.333%;
}

.styledetailbox .bkimg {
  position: absolute;
}

.styledetailbox .bkimg:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}

.styledetailbox .bkimg img {
  min-width: 2000px !important;
}

.styledetailbox .pricelist {
  background: #fff;
  padding: 60px;
}

.styledetailbox .pricelist li {
  padding: 10px 0;
}


.styledetailbox .pricelist .stylepricesum {
  border-top: 1px solid #aaa;
  text-align: right;
  font-weight: 700;
  padding: 10px 0;
}

.styledetailR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.styledetailR .staffreserve dl {
  margin: 20px auto 0;
  max-width: 600px;
}

.styledetailR .sidePiclist {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
}

.styledetailR .sidePiclist li:hover {
  cursor: pointer;
  opacity: 0.6;
}

.styledetailR .staffbox {
    margin: 20px auto 0;
    width: 100%;
    background: #fff;
    padding: 20px;
}

.styledetailR .staffbox dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.styledetailR .staffbox .shopname {
    position: relative;
}

.styledetailR .staffbox .shopname:before {
    font-family: "font awesome 5 Free";
    font-weight: bold;
    content: "\f015";
    margin-right: 5px;
}
.styledetailR .staffbox .readbox {
    margin: 10px 0 0 auto;
    max-width: 200px;
}

.chargeinn {
  padding: 60px;
  border: 1px solid #aaa;
  width: 90%;
  margin: auto;
}

.chargeinn > ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chargeinnL {
  width: 50%;
  padding-right: 4%;
  border-right: 1px solid #aaa;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chargeinnL .picbox .trimmingInner {
  border-radius: 50%;
}

.chargeinnL .tbox dt {
  font-weight: 700;
  padding-bottom: 40px;
}

.chargeinnL .tbox dd {
  padding: 10px 0;
  font-weight: 700;
}

.chargeinnL .tbox .shopname {
  font-weight: normal;
  padding: 0;
  color: #333;
}

.chargeinnL .tbox dd span {
  font-weight: 400;
}

.chargeinnL .tbox dd.fs20 span {
  padding-left: 1em;
}

.chargeinnL .tbox dd.alt span {
  display: block;
}

.chargeinnR {
  width: 46%;
}

.chargeinnR dt {
  font-weight: 700;
  text-align: center;
}

.readbox {
  max-width: 250px;
  margin: 40px auto;
}

.readbox a {
  text-align: center;
  display: block;
  padding: 10px;
  border: 1px solid #aaa;
}

.readbox a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.5em;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .styledetailbox .pricelist {
    padding: 20px;
  }
  .chargeinn {
    padding: 40px;
  }
  .chargeinnL {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4%;
    border-right: 0;
    border-bottom: 1px solid #aaa;
  }
  .chargeinnR {
    width: 100%;
    padding-top: 4%;
  }
  .chargeinnR .readbox {
    margin: 10px auto;
  }
  .chargeinnL .tbox dt {
    padding-bottom: 20px;
  }
  .styledetailbox .bkimg img {
    min-width: 2200px !important;
  }
  .homestylelist.stylelist > ul > li {
    width: 42%;
  }
}

@media only screen and (max-width: 599px) {
  .homestylelist.stylelist > ul > li {
    width: 48%;
    margin: 1%;
  }
  .styledetailbox .pricelist {
    padding: 20px;
  }
  .chargeinn {
    padding: 20px;
  }
  .chargeinnL .picbox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .chargeinnL .tbox {
    width: 100%;
    padding: 10px 0;
  }
  .chargeinnL .tbox dt {
    padding-bottom: 10px;
  }
  .chargeinnL .tbox dd {
    padding: 5px 0;
  }
  .styledetailbox .bkimg img {
    min-width: 2400px !important;
  }
}

/*movie*/

.movielist li dl {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.movielist li dt {
  padding-bottom: 20px;
}

.movielist li dd.tit {
  font-weight: 700;
  padding: 20px 0;
}

.movielist li dd {
  text-align: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.moviebox {
  background: rgba(83, 83, 83, 0.8);
}

.movieboxinn {
  max-width: 70%;
  margin: auto;
}

.moviearea h2 span.jp {
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .movielist li dt {
    padding-bottom: 10px;
  }
  .movielist li dd.tit {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 599px) {
  .movielist li dt {
    padding-bottom: 0;
  }
  .movielist li dd.tit {
    padding: 10px 0;
  }
  .movielist li {
    margin-bottom: 4%;
  }
}

/*product*/

.productlist li dl {
  height: 100%;
  position: relative;
  padding-bottom: 65px;
}

.productlist li dt {
  padding-bottom: 20px;
}

.productlist li dd.alt {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.productlist li dd.tit {
  font-weight: 700;
  padding: 20px 0;
}

.productlist li dd {
  text-align: center;
  width: 100%;
}

.productlist li dd.pri {
  position: absolute;
  bottom: 0;
}


@media only screen and (max-width: 1024px) {
  .productlist li dt {
    padding-bottom: 10px;
  }
  .productlist li dd.tit {
    padding: 15px 0;
  }
  .productlist li dl {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 599px) {
  .productlist li dt {
    padding-bottom: 0;
  }
  .productlist li dd.tit {
    padding: 10px 0;
  }
  .productlist li {
    margin-bottom: 4%;
  }
  .productlist li dl {
    padding-bottom: 45px;
  }

}

/*.point*/

.pointflow .conceptflow02inn .txt dl {
  max-width: 500px;
  margin: auto;
}

.pointflow .conceptflow02inn .txt dt {
  color: #fff;
}

.pointflow .conceptflow02inn .txt dd {
  color: #fff;
}

.pointflow .conceptflow02inn .bkimg:before {
  background: rgba(0, 0, 0, 0.4);
}

.pointflow .conceptflow03inn .txt .pix {
  padding: 40px 0;
}

.pointflow .conceptflow03inn .txt .tbox ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointflow .conceptflow03inn .txt .tbox li {
  width: 46%;
  padding-bottom: 40px;
}

.pointflow .conceptflow03inn .txt .tbox li .trimmingInner {
  border-radius: 50%;
}

.pointflow .conceptflow03inn .txt .tbox dt {
  padding-bottom: 30px;
}

.pointflow .conceptflow03inn .txt .tbox dd {
  font-weight: 700;
}

.pointflow .conceptflow03inn .txt .tbox dt.fs14 {
  font-weight: 400;
  padding-left: 1em;
}

.pointflow .conceptflow03inn .txt .tbox dd.w100 {
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .pointflow .conceptflow03inn .txt .pix {
    padding: 30px 0;
  }
  .pointflow .conceptflow03inn .txt .tbox dt {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 599px) {
  .pointflow .conceptflow03inn .txt .pix {
    padding: 20px 0;
  }
  .pointflow .conceptflow03inn .txt .tbox dt {
    padding-bottom: 10px;
  }
}

/*recruit*/

.recnav a {
  display: block;
  height: 100%;
}

.recnav dl {
  height: 100%;
  background: #bfbfbf;
  padding: 30px;
}

.recnav dt {
  text-align: center;
  font-weight: 700;
}

.recnum {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  max-width: 75px;
  max-height: 75px;
  padding: 21px 0;
  margin: 30px auto;
  font-weight: 700;
}

.recnumb {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 19px 25px;
  margin-right: 0.5em;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}

.recnav dd {
  text-align: center;
  font-weight: 700;
  padding-bottom: 30px;
}

.recflow .pnum {
  padding-bottom: 40px;
}

.recflow .pnum dt {
  padding-left: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.recflow .pnum dd {
  position: relative;
  padding-left: 90px;
  position: relative;
  padding-top: 20px;
}

.recflow .txtbox dt {
  padding-bottom: 40px;
  font-weight: 700;
}

.recflow .txtbox dd {
  line-height: 200%;
}

.cc0 {
  color: #0000cc;
}

.recflow01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recflow01 .picbox.w30 {
  position: relative;
}

.recflow01 .picbox.w30:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(to left, transparent 0%, #fff 100%);
}

.e7ff {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
}

.markercd3 {
  border-radius: 3em 0.7em 2em 0.7em/0.7em 2em 0.7em 3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #4cd3d7));
  background: linear-gradient(transparent 70%, #4cd3d7 70%);
}

.recflow02 .tbox {
  padding: 60px;
}

.recflow02 .tbox dt {
  font-weight: 700;
}

.recflow02 .tbox dd li {
  text-align: center;
  width: 180px;
  height: 180px;
  margin: 40px 1%;
  font-weight: 700;
  border-radius: 50%;
  background: #fff;
  padding: 20px;
  position: relative;
}

.recflow02 .tbox dd li span.fs20 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  line-height: 160%;
}

.recflow02 .tbox dd {
  text-align: center;
}

.recflow02 .tbox dd.txt {
  width: 90%;
  margin: auto;
}

.recflow02 .bkimg:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.staffdetailbox > .tit {
  padding-bottom: 30px;
}

.staffdetailright .combox dt {
  font-weight: 700;
  padding-bottom: 40px;
}

.staffdetailright .combox dt.ballonB:before {
  font-size: 24px;
}

.gnum {
  padding: 3px 15px;
  background: #00989d;
  color: #fff;
  line-height: 160%;
  margin-right: 0.5em;
  font-weight: 700;
}

.recflowitem dt {
  font-weight: 700;
  padding-bottom: 40px;
}

.recflowlist .recflowbox:nth-of-type(odd) {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #e7e7e7 0, #e7e7e7 6px);
}

.recflowlist .recflowbox {
  position: relative;
}

.recflowlist .recflowbox:first-of-type:after {
  display: none;
}

.recflowlist .recflowbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: solid 30px #00989d;
  border-left: solid 60px transparent;
  border-right: solid 60px transparent;
  z-index: 1;
}

.recflow05list .recflow01:nth-of-type(1) {
  padding-top: 0;
}

.recflow05list .recflow01:nth-of-type(even) {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reclistinn {
  width: 90%;
}

.reclistinn dl {
  padding: 20px 0;
}

.reclistinn dt {
  width: 30%;
  line-height: 200%;
  font-weight: 700;
}

.reclistinn dd {
  width: 70%;
  padding-left: 1em;
  font-weight: 500;
  line-height: 200%;
}

.reclistinn dd li {
  font-weight: 500;
  padding-bottom: 20px;
  line-height: 200%;
}

.tag70 {
  background: linear-gradient(90deg, #707070 0, #707070 10px, transparent 10px, transparent 100%);
  padding-left: 20px;
}

.recapplist {
  padding: 40px 0;
}

.recapplist li dt {
  padding: 10px;
}

.recapplist li {
  width: 27%;
  position: relative;
}

.recapplist li:after {
  content: "";
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 115%;
  border-left: 30px solid #707070;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.recapplist li:last-of-type:after {
  display: none;
}

.recapplist li dd {
  padding: 10px;
}

.skilllist li {
  width: 31.333%;
}

.skilllist li dl.tfmp > dt {
  padding-bottom: 0;
}

.skilllist li dl.tfmp > dd {
  position: absolute;
  top: 0;
  left: 0;
  background: url('/import/tenant_1/160.16.150.232/html/images/skillbox.png') no-repeat;
  background-size: 100% 100%;
  width: 90%;
  padding: 30px;
}

.skilllist li .skillbox dt {
  padding-bottom: 0;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 1024px) {
  .recnav dl {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recnav li {
    width: 100%;
  }
  .recnum {
    margin: 10px auto;
    max-width: 70px;
  }
  .recnav dt {
    width: 30%;
  }
  .recnav dd {
    width: 70%;
    padding-left: 1em;
    padding-bottom: 0;
  }
  .recflow .pnum {
    padding-bottom: 30px;
  }
  .recflow .txtbox dt {
    padding-bottom: 30px;
  }
  .recflow02 .tbox dd ul {
    margin: 30px 0;
  }
  .recflow02 .tbox dd li {
    width: 100%;
    height: auto;
    margin: 1%;
    border: 1px solid #000;
    border-radius: 0;
    position: static;
    padding: 10px;
  }
  .recflow02 .tbox dd li span.fs20 {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
  }
  .recflow02 .tbox {
    padding: 0;
  }
  .recflow02 .bkimg {
    -webkit-transform: none;
    transform: none;
    padding: 20px 0;
  }
  .recflow02 .bkimg:after {
    display: none;
  }
  .staffdetailright .combox dt {
    padding: 30px 0;
  }
  .recflowlist .recflowbox:after {
    border-top: solid 20px #00989d;
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
  }
  .recflowitem dt {
    padding-bottom: 30px;
  }
  .recapplist li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
  .recapplist li .trimming80 {
    width: 48%;
  }
  .recapplist li dl {
    width: 48%;
  }
  .recapplist li:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-top: 30px solid #707070;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .recapplist li dt {
    padding: 10px 0;
  }
  .recapplist li dd {
    padding: 10px 0;
  }
  .skilllist li dl.tfmp > dd {
    position: static;
    width: 100%;
    padding: 10px;
    background: none;
  }
}

@media only screen and (max-width: 599px) {
  .recnav dl {
    padding: 10px;
  }
  .recnum {
    margin: 5px auto;
    max-width: 50px;
    padding: 11px 0;
  }
  .recnumb {
    padding: 9px 16px;
  }
  .recflow .pnum dt {
    padding-left: 5px;
    padding-bottom: 5px;
  }
  .recflow .pnum {
    padding-bottom: 20px;
  }
  .recflow .txtbox dt {
    padding-bottom: 20px;
  }
  .recflow01 .picbox.w30:before {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    background: linear-gradient(to top, transparent 0%, #fff 100%);
  }
  .recflow02 .tbox dd ul {
    margin: 20px 0;
  }
  .staffdetailright .combox dt {
    padding: 20px 0;
  }
  .recflowlist .recflowbox:after {
    border-top: solid 15px #00989d;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
  }
  .recflowitem dt {
    padding-bottom: 20px;
  }
  .recflow05list .recflow01 {
    padding: 20px 0;
  }
  .reclistinn dl {
    border-bottom: 1px solid #000;
  }
  .reclistinn dt {
    width: 100%;
    padding-bottom: 20px;
  }

  .reclistinn dd {
    width: 100%;
    padding-left: 0;
  }
  .recapplist li .trimming80 {
    width: 100%;
  }
  .recapplist li dl {
    width: 100%;
  }
  .recflow .pnum dd {
    padding-left: 60px;
    padding-top: 15px;
  }
  .skilllist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .skilllist li dl.tfmp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .skilllist li dl.tfmp > dt {
    width: 48%;
  }
  .skilllist li dl.tfmp > dd {
    width: 48%;
  }
}

/* 新規作成 */

/* list01 */
.list01 dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list01 dl dt {
  width: 30%;
  text-align: center;
  padding: 10px 0;
  background: #91b8a5;
  color: #fff;
}

.list01 dl dd {
  padding: 10px 20px;
  width: 70%;
}

.list01 {
  border: 1px solid #91b8a5;
  border-radius: 20px;
  overflow: hidden;
}

.list01 dl:not(:first-child) dt {
  border-top: 1px solid #fff;
}

.list01 dl:not(:first-child) dd {
  border-top: 1px solid #91b8a5;
}

@media (max-width: 599px) {
  .list01 {
    overflow-x: scroll;
  }
  .list01 .box {
    width: 1000px;
  }
  .list01 dl dt {
    width: 20%;
  }
  
  .list01 dl dd {
      width: 80%;
  } 
}

/* list-circle */
.square {
  position: relative;
}

.square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.square .square-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.centering {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.infinity {
  margin-left: -999rem;
  margin-right: -999rem;
  padding-left: 999rem;
  padding-right: 999rem;
}

.infinity-left {
  margin-left: -999rem;
  padding-left: 999rem;
}

.infinity-right {
  margin-right: -999rem;
  padding-right: 999rem;
}

.box-shadow__01 {
  -webkit-box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 6px 1px rgb(0 0 0 / 20%);
}

.square .square-inner .title {
  font-weight: bold;
}

@media (max-width: 599px) {
  .list__circle li {
    width: 60%;
  }
  .list__circle li:nth-child(even) {
    margin-left: auto;
  }
  .square .square-inner {
    padding: 10px;
  }
}

/* list-check */
.list-check li {
  padding-left: 30px;
  font-size: 18px;
  position: relative;
}

.list-check li + li {
  margin-top: 10px;
}

.list-check li::before {
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  font-size: inherit;
  color: #6b6561;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0;
}

.list-check.-pt02 {
    display: flex;
    flex-wrap: wrap;
}

.list-check.-pt02 li {
    width: 48%;
}

.list-check.-pt02 li + li {
    margin-top: 0;
}

.list-check.-pt02 li + li + li {
    margin-top: 5px;
}


@media (max-width: 1024px) {
  .list-check li {
    padding-left: 24px;
    font-size: 16px;
  }
}

/* list-blog */
.cc-content {
  width: 76%;
}

.list-inner {
  width: 100%;
  height: 100%;
}

.list-blog .block {
  text-align: right;
}

.list-blog .block .date {
  display: inline-block;
  margin: 10px 0;
}

.list-blog .block .cc-title {
  font-weight: bold;
  text-align: left;
  color: #91b8a5;
}

@media (max-width: 599px) {
  .cc-content {
    width: 100%;
  }
  .list-blog li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .list-blog li a .img {
    width: 30%;
  }

  .list-blog li a .block {
    width: 65%;
    text-align: left;
  }
}

.list-flat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-flat > dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.list-flat > dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
}

.list-flat.-fixed-width.-long > dt {
  min-width: 40%;
}

.list-flat.-fixed-width.-middle > dt {
  min-width: 35%;
}

.list-flat.-fixed-width.-short > dt {
  min-width: 25%;
}

@media (max-width: 1024px) {
  .list-flat.-fixed-width.-long > dt {
    min-width: 100%;
  }

  .list-flat.-fixed-width.-middle > dt {
    min-width: 100%;
  }

  .list-flat.-fixed-width.-short > dt {
    min-width: 100%;
  }

  .list-flat > dd {
    margin-left: 15px;
  }
}

@media (max-width: 599px) {
  .list-flat.-fixed-width.-long > dt {
    min-width: 100%;
  }

  .list-flat.-fixed-width.-middle > dt {
    min-width: 100%;
  }

  .list-flat.-fixed-width.-short > dt {
    min-width: 100%;
  }

  .list-flat > dd {
    margin-left: 10px;
  }
}

.list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-grid li {
  width: calc((100% - 6px) / 3);
  margin: 1px;
}

.list-grid li figure {
  position: relative;
}

.list-grid li figure figcaption {
  width: 100%;
  padding: 20px 5px 10px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 118, 97, 0)), to(#847661));
  background: linear-gradient(to bottom, rgba(132, 118, 97, 0) 0%, #847661 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00847661', endColorstr='#847661', GradientType=0);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 599px) {
  .list-grid li {
    width: calc((100% - 4px) / 2);
  }
}

/* list-flow */
.list-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  position: relative;
}

.list-flow li + li {
  margin-top: 20px;
}

.list-flow li .num {
  padding: 5px 20px;
  font-size: 20px;
  color: white!important;
  letter-spacing: 2px;
  text-align: center;
  background-color: #c8b192;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.list-flow li .img {
  width: 40%;
}

.list-flow li .item {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  padding: 10px;
}

@media (max-width: 1024px) {
  .list-flow li + li {
    margin-top: 15px;
  }

  .list-flow li .num {
    padding: 5px 15px;
    font-size: 15px;
  }

  .list-flow li .img {
    width: 30%;
  }
}

@media (max-width: 599px) {
  .list-flow li .img {
    width: 100%;
  }

  .list-flow li .item {
    margin-left: 0;
  }
}

.list-flow02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list-flow02 li {
    width: 48%;
    margin-top: 40px;
    position: relative;
    padding: 30px 30px 20px;
    border-radius: 10px;
    background: #fff;
}

.list-flow02 li .num {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    line-height: 38px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 50%;
    background: #b1d7bf;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: -20px;
    left: 50%;
    z-index: 0;
}

.list-flow02 li .txt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

@media (max-width:599px) {
  .list-flow02 li {
    width: 100%;
  }
}

/* list-shop */
.list-shop {
    position: relative;
}
.list-shop ul {
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    min-width: 1000px;
}

[data-element-id].list-shop ul {
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-shop li {
    height: auto !important;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
    z-index: 0;
    width: calc(100% / 3);
    flex-shrink: 0;
}
.list-shop ul.type02 li {
    width: calc(100% / 2);
}

.list-shop li .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
    background: #fff;
}

.list-shop .item .left {
    width: 35%;
}

.list-shop .item .left .pic {
    overflow: hidden;
    border-radius: 50%;
}

.list-shop .item .right {
    width: 60%;
}

.list-shop .item .right .txt {
    font-size: 14px;
    line-height: 1.8;
    float: none;
}

[data-element-id].list-shop .item .right .txt {
    width: auto;
}

.list-shop .item .right .tit {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #b1d7bf!important;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #b1d7bf;
}

.list-shop .item .right .link-box a {
    display: inline-block;
    font-size: 14px;
    text-align: right;
    padding: 5px 20px;
}

.list-shop .item .right .link-box {
    text-align: right;
}




/* list-product */
.list-product02 .cc-product-title {
    display: block;
    position: relative;
    color: #666;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.list-product02 a {
    display: block;
}

.list-product02 .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-product02 .tag .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
}

.list-product02 .tag .item .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 5px 15px;
    min-width: 120px;
    width: auto;
    height: 28px;
    border: 1px solid #666666;
    letter-spacing: .1em;
    font-size: 0.75rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #666;
}

.list-product02 .tag .item:last-of-type {
    margin-right: 0;
}

.list-product02 .yen {
    margin-top: 4px;
    text-align: center;
}

.list-product02 .yen > * {
    display: inline-block;
    color: #666;
}

.list-product02 .yen .yen-item {
    letter-spacing: .13em;
    font-size: 1.25rem;
}

.list-product02 .yen .yen-txt {
    margin-left: -0.7em;
    letter-spacing: .1em;
    font-size: 0.875rem;
}


.list-product02 a:hover .img {
    -webkit-box-shadow: 0 15px 30px -5px rgb(0 0 0 / 35%), 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 35%), 0 0 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.list-product02 a:hover {
    opacity: 1;
}

.list-product02 a .img {
    position: relative;
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.product-text {
    text-align: center;
    line-height: 2;
    font-size: clamp(1rem, 0.893rem + 0.44vw, 1.25rem);
    color: #666666;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    margin-bottom: 30px;
}


@media (max-width:599px) {
  .list-product02 .tag .item .txt {
      min-width: 100px;
      font-size: 10px;
      padding: 5px 15px;
      height: 24px;
  }
  .list-product02 .tag {
    display: block;
    text-align: center;
  }
  
  .list-product02 .tag .item {
      margin-right: 0px;
      margin-bottom: 5px;
      justify-content: center;
  }
  
  .list-product02 .tag .item:last-of-type {
      margin-bottom: 0;
  }
  
  .list-product02 .cc-product-title {
      font-size: 12px;
  }
  
  .list-product02 .yen .yen-item {
      font-size: 14px;
  }
  
  .list-product02 .yen .yen-txt {
      font-size: 10px;
  }


}




/* 07kitsuke */
.price-txt {
  position: relative;
  padding: 20px;
  text-align: center;
}

.price-txt .txt01 {
  font-size: 40px;
}

.price-txt .txt02 {
  font-size: 14px;
}

.plus-box {
  position: relative;
}

.plus-box:before {
  content: "\f067";
  font-family: "font awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 70px;
}

@media (max-width:599px) {
  .price-txt .txt01 {
    font-size: 26px;
  }
}


.table-01 .box {
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
  border: 5px solid #D9E6E2;
}

.table-01 table {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-collapse: collapse;
}

.table-01 thead th {
  padding: 10px;
  font-size: 26px;
  color: #303030;
  letter-spacing: 2px;
  background: #D9E6E2;
}

.table-01 thead th.tit {
    font-size: 18px;
    font-weight: bold;
}


.table-01 tbody tr + tr {
  border-top: 1px solid #ccc;
}

.table-01 tbody td {
  width: calc(100% / 3);
  padding: 20px;
  color: #303030;
}



.table-01 tbody .tit-box {
  font-weight: bold;
}

.table-01 .table-col-5 tbody td {
  width: calc(100% / 5);
}
.table-01 .table-col-6 tbody td {
  width: calc(100% / 6);
}

.table-01 .table-col-133 tbody td:first-of-type {
  width: 150px;
}

.table-01 .table-col-133 tbody td {
  width: calc(100% - 150px);
}

.table-01 .table-col-1133 tbody td:nth-of-type(1),
.table-01 .table-col-1133 tbody td:nth-of-type(2) {
  width: 150px;
}

.table-01 .table-col-1133 tbody td {
  width: calc(50% - 150px);
}

.table-01 .imgtit {
  margin-bottom: 10px;
  text-align: center;
}

.table-01 .line {
  display: inline-block;
  position: relative;
}

.table-01 .line:after {
  content: "";
  width: 100%;
  height: 20%;
  background: rgb(169, 200, 218);
  position: absolute;
  bottom: 4px;
  left: 0;
  z-index: -1;
}

.table-01 .pic {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.table-01 .pic img {
  width: auto;
  max-width: 100%;
  height: initial !important;
  max-height: 100%;
}

.table-01 tbody .text {
     font-size: 22px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 3px;
}

.table-01 tbody .tit {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.table-01 tbody .titlist li {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.table-01 tbody .titlist li + li {
  margin-top: 10px;
}

.table-01 tbody .degreelist .item + .item {
  margin-top: 20px;
}

.table-01 tbody .degreelist dt {
  margin-bottom: 5px;
}

.table-01 tbody .degreelist dd > * {
  display: inline-block;
  margin: 0 5px;
  font-size: 20px;
}
.table-01 .scroll-hint-icon-wrap {
    top: -20px;
}


@media (max-width: 1024px) {
  .table-01 .table-box.table-col-5 {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .table-01 .table-box.table-col-5 table {
    width: 900px;
  }
/*     .table-01 .table-box {
display: block;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
  } */

  .table-01 .table-box table {
    width: 1000px;
  }

}

@media (max-width: 599px) {



  .table-01 tbody .titlist li {
    font-size: 16px;
  }

  .table-01 tbody td {
    padding: 10px;
  }

  .table-01 tbody .degreelist dt {
    font-size: 14px;
  }

  .table-01 tbody .degreelist dd > * {
    font-size: 16px;
  }
}
.kitsuke-banner .cont {
    position: relative;
}

.kitsuke-banner .cont .tbox {
    position: absolute;
    bottom: 20px;
    left: 2vw;
}

.kitsuke-banner .cont .date-kitsuke .num {
    font-size: 3vw;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    display: inline-block;
    line-height: 1;
}

.kitsuke-banner .cont .date-kitsuke {
    font-size: 16px;
    margin-bottom: 1vw;
}

.kitsuke-banner .accent {
    font-size: 28px;
    color: #F9506B;
    font-weight: bold;
}

@media (max-width:1024px) {
  .kitsuke-banner .cont .date-kitsuke {
    font-size: calc(100vw * 16 / 1024);
  }
  
  .kitsuke-banner .cont .date-kitsuke .num {
      font-size: calc(100vw * 28 / 1024);
  }
  .kitsuke-banner .accent {
    font-size: calc(100vw * 28 / 1024);
  }
  
  .kitsuke-banner .cont .tbox .txt {
      font-size: calc(100vw * 16 / 1024);
  }

}

@media (max-width:599px) {
  .kitsuke-banner .cont .tbox .txt {
    line-height: 1.1;
  }
  .kitsuke-banner .cont .tbox {
    bottom: 2vw;
    left: -4vw;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .kitsuke-banner .cont .date-kitsuke {
    font-size: calc(100vw * 16 / 599);
  }
  
  .kitsuke-banner .cont .date-kitsuke .num {
      font-size: calc(100vw * 28 / 599);
  }
  .kitsuke-banner .accent {
    font-size: calc(100vw * 16 / 599);
    margin-right: 10px;
  }
  
  .kitsuke-banner .cont .tbox .txt {
      font-size: calc(100vw * 16 / 599);
  }
}


/* 10faq */
.faq .faqbox {
  border-radius: 20px 0 20px 0;
  background-color: #fff;
  padding: 35px 7% 10px 7%;
  margin-bottom: 30px;
}

.faq .faqbox .qb {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.faq .faqbox .qb.q {
  background-color: #91b8a5;
}

.faq .faqbox .qb.a {
  background-color: #e7b5c0;
}

.faq .faqbox .dt {
  position: relative;
  padding: 10px 30px 0 70px;
  color: #5b7782;
  min-height: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}

.faq .faqbox .dd {
  position: relative;
  padding: 8px 0 50px 70px;
  display: none;
}

.faq .faqbox .dt:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #91b8a5;
  position: absolute;
  right: 14px;
  top: 23px;
}

.faq .faqbox .dt:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #91b8a5;
  position: absolute;
  right: 14px;
  top: 23px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.faq .faqbox .dt.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

[data-element-id].faq .faqbox .dd {
    display: block;
}

@media only screen and (max-width: 599px) {
  .faq .faqbox .qb {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
  .faq .faqbox .dt {
    padding-left: 50px;
    padding-right: 40px;
  }
  .faq .faqbox .dd {
    padding-left: 50px;
    padding-bottom: 20px;
  }
}

/* 99shop_detail */

.table-like dl {
  padding: 20px 5px;
}

.table-like dl + dl {
  border-top: 1px solid #d7d3d0;
}

.table-like dl dt {
  font-weight: bold;
}

/* 99blog_detail */
.blogdetailbox .single h2 {
    font-size: 24px;
    border-bottom: dashed 2px #91b8a5;
    margin-bottom: 20px;
}

.blogdetailbox .single h4 {
    font-size: 18px;
    color: #91b8a5;
    font-weight: bold;
    margin-bottom: 20px;
}

.blogdetailbox .single h3 {
    background: #91b8a5;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0 5px;
}

@media (max-width:1024px) {
  .blogdetailbox .single h2 {
      font-size: 22px;
  }

}

@media (max-width:599px) {
  .blogdetailbox .single h2 {
      font-size: 20px;
  }
  
  .blogdetailbox .single h3 {
      background: #91b8a5;
      font-size: 18px;
  }
  .blogdetailbox .single h4 {
      font-size: 18px;
  }
}



/* 元サイトより引用 */
/*指示数ランキング記事*/
#ranking strong {
    text-align: center;
    font-size: 22px;
    border-top: dotted 1px #d7d7d7;
    border-bottom: dotted 1px #d7d7d7;
    display: block;
    padding: 10px;
    margin: 30px auto;
}
#ranking small {
    color: #aaa8a8;
    text-align: center;
    margin: 0 auto;
}
#ranking .box {
    margin-bottom: 60px;
    text-align: center;
    height: auto;
}
#ranking li {
    float: left;
    width: 30%;
    list-style: none;
    margin: 0 1.5% 2rem;
    line-height: 1.5em;
    position: relative;
    display: inline-block;
}
#ranking .no1 .copy {
    border-bottom: solid 5px #dbb168;
    display: inline-block;
}
#ranking .no2 .copy {
    border-bottom: solid 5px #bbbbbb;
    display: inline-block;
}
#ranking .no3 .copy {
    border-bottom: solid 5px #b39b72;
    display: inline-block;
}
#ranking li .copy {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
}
#ranking li .shop {
	color: #aaa8a8;
}

#ranking .box li .genre {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 60px;
}

@media (max-width:767px) {
  #ranking .box li .genre {
    position: absolute;
    top: -6px;
    left: 6px;
    width: 27%;
  }
  #ranking li .copy {
    font-size: 1.35rem;
    line-height: 1.4em;
    padding-bottom: 5px;
  }
  #ranking .name a, #ranking .shop{
    font-size: 1.3rem;
  }

}

.shop-map.map {
    padding-top: 70%;
}

.kirinuki-pic .tbox {
    background: #fff;
    padding: 50px;
}

.kirinuki-pic .tbox .tit {
    color: #91b8a5;
    font-size: clamp(1.25rem, 0.929rem + 1.32vw, 2rem);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    letter-spacing: 3px;
}

.kirinuki-pic .tbox .tit:first-letter {
    font-size: 140%;
}

.kirinuki-pic .tbox .txt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
}

@media (max-width:599px) {
  .kirinuki-pic .tbox .tit {
    display: inline-block;
  }
  
  .kirinuki-pic .tbox .tit + .tit {
      margin-left: 10px;
  }
  
  .kirinuki-pic .tbox {
      padding: 30px 20px;
  }
}

.set-box {
    position: relative;
}

.set-box .item {
    background: #D9E6E2;
    border-radius: 20px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.set-box .item .text {
    background: #fff;
    border-radius: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 25px;
    font-weight: bold;
    margin: 10px 5px;
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
}


.set-box.-komono .item {
    background: #F1DFE2;
    padding: 30px 20px;
}

.set-box.-komono .item .text {
    padding: 10px 20px;
}

.set-box .item .present {
    font-size: 10px;
    text-align: center;
    color: #F75D79;
    position: relative;
    padding-left: 35px!important;
}

.set-box .item .present:before {
    content: "\f06b";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: clamp(1rem, 0.946rem + 0.22vw, 1.125rem);
}
@media (max-width:599px) {
  .set-box + .set-box {
    margin-top: 120px;
  }
}


.kimono-block {
    position: relative;
    color: #303030;
}

.kimono-block .txt01 {
    font-size: clamp(1.25rem, 0.714rem + 2.2vw, 2.5rem);
}

.kimono-block .price-box {
    background: #E8F2EF;
    padding: 15px 20px;
    margin-top: 20px;
}

.kimono-block .price-box .txt {
    font-size: clamp(1.25rem, 0.875rem + 1.54vw, 2.125rem);
    line-height: 1;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.kimono-block * {
    color: #303030;
}

.kimono-block .price-box .price {
    font-size: clamp(1.25rem, 0.714rem + 2.2vw, 2.5rem);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.kimono-block.total-price {
}

.kimono-block .total-price {
    border: 5px solid #F697A8;
    padding: 20px 30px;
}

.kimono-block .total-price .left .txt {
    width: 100%;
    text-align: center;
}

.kimono-block .total-price .left .txt span {
    font-size: clamp(1.125rem, 0.643rem + 1.98vw, 2.25rem);
}

.kimono-block .total-price .right .price {
    color: #F75672;
    font-weight: bold;
    font-size: clamp(1.5rem, 0.536rem + 3.96vw, 3.75rem);
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    display: inline-block;
}

.kimono-block .total-price .right {
    width: 70%;
}

.kimono-block + .kimono-block:before {
    content: "\f067";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 70px;
}

@media (max-width:599px) {
  .kimono-block .total-price .left {
    width: 45%;
  }
  .kimono-block .total-price .right {
    width: 55%;
  }
  .kimono-block .total-price {
    padding: 20px;
  }
}

.pick-box .txt .border-txt {
    margin-top: 20px;
}

.pick-box .txt .border-txt .text {
    border-top: 2px dashed #91b8a5;
    padding: 5px 0;
}

/* 12/18 追記 */

.r{
  display: inline-block;
}

.v{
  display: block;
}

.attention-txt{
    text-align: center;
    font-weight: bold;
    color: red;
}

@media screen and (max-width:599px) {
 .r{
  display: block;
}

.v{
  display: inline-block;
}

.attention-txt{
  font-size: 12px;
}
}

/* 2025/02/05 新卒・中途採用ぺージへのリンク追加 */
#gnav li.recruit01 a,
#gnav li.recruit02 a{
    width: 100px;
    border: 2px solid;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 10%);
    color: #fff;
}

@media(max-width:1024px){
#gnav li.recruit01 a,
#gnav li.recruit02 a{
    width: 100%;
    border: none;
    border-radius: none;
    background-color: transparent;
}    
}

.block-type-01 .tbox.ver02 dd {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.block-type-01 .tbox.ver02 .moreB.-right a {
    margin-left: 0;
}

.block-type-01 .tbox.ver02 .moreB.-right.-re01 a,
.block-type-01 .tbox.ver02 .moreB.-right.-re02 a{
    position: relative;
}

.block-type-01 .tbox.ver02 .moreB.-right.-re01 a:before {
    content: "▼新卒採用";
    display: block;
    position: absolute;
    top: -30px;
    font-size: 14px;    
}

.block-type-01 .tbox.ver02 .moreB.-right.-re02 a:before {
    content: "▼中途採用";
    display: block;
    position: absolute;
    top: -30px;
    font-size: 14px;     
}

.block-type-01 .tbox.ver02 dt {
    padding-bottom: 10px;
}

.recruit-spbtn-wrap{
  display: flex;
}

.recruit-spbtn-wrap .moreB.-right.-re01 a,
.recruit-spbtn-wrap .moreB.-right.-re02 a{
    position: relative;
}

.recruit-spbtn-wrap .moreB.-right.-re01 a:before {
    content: "▼新卒採用";
    display: block;
    position: absolute;
    top: -20px;
    font-size: 10px;    
}

.recruit-spbtn-wrap .moreB.-right.-re02 a:before {
    content: "▼中途採用";
    display: block;
    position: absolute;
    top: -20px;
    font-size: 10px;     
}

.ofi-height-auto [class*="up-ofi"] {
    height: auto;
}

.ofi-height-auto li{
    padding: 20px;
    background-color: rgba(255,255,255,0.3);
}

@media(max-width:599px) {
.block-type-01 .tbox.ver02 dt {
    padding-top: 0;
}

.block-type-01 .tbox.ver02 dd {
    position: relative;
    right: 0;
}

.block-type-01 .tbox.ver02 .moreB.-right.-re01 a:before {
    top: -25px;
    font-size: 13px;    
}

.block-type-01 .tbox.ver02 .moreB.-right.-re02 a:before {
    top: -25px;
    font-size: 13px;     
}

.ofi-height-auto li {
    padding: 30px;
}
}

[data-element-id] .recruit-spbtn-wrap .moreB{
  display: block;
}

[data-element-id] .recruit-spbtn-wrap{
  border: 2px solid #000;
  padding-top: 3em;
  position: relative;
}

[data-element-id] .recruit-spbtn-wrap:before{
  content: "モバイルで表示";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
}


/* 2026.06.12 */
/* 常に横並びを維持するコンテナ */
.line-container-horizontal {
  display: flex;
  gap: 12px;
  justify-content: center;
  max-width: 600px;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/* 各アカウントのボックス */
.line-box-horizontal {
  flex: 1;
  min-width: 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

/* アカウント名 */
.line-title-horizontal {
  font-size: 14px;
  margin: 0 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* QRコードの画像 */
.line-qr-img-horizontal {
  width: 100%;
  max-width: 110px;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  margin: 0 auto 10px auto;
}

/* 友だち追加ボタン */
.line-btn-horizontal {
  display: block;
  background-color: #06C755;
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 4px;
  white-space: nowrap;
}

.line-catch{
  margin-top: 4rem;
    font-size: 24px;
    text-align: center;
    color: #116030;
}

/* 常に横並びを維持するコンテナ */
.line-simple-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  max-width: 500px;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
  font-family: sans-serif;
}

/* 各アカウントの枠 */
.line-simple-box {
  flex: 1;
  min-width: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

/* 店舗名・アカウント名 */
.line-simple-shop {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 友だち追加ボタン（文字色を白色に固定するよう強化） */
.line-simple-btn {
  display: block;
  background-color: #06C755 !important; /* 背景の緑色 */
  color: #ffffff !important;           /* 文字の白色を最優先で適用 */
  text-decoration: none !important;    /* 下線を確実に消す */
  font-size: 13px;
  font-weight: bold;
  padding: 8px 4px;
  border-radius: 4px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

/* ボタンホバー時 */
.line-simple-btn:hover {
  opacity: 0.8;
  color: #ffffff !important;           /* マウスを乗せたときも白を維持 */
}



@media (max-width: 599px) {
.line-catch {
    margin-top: 3rem;
    font-size: 18px;
}

.line-title-horizontal {
    font-size: 12px;
    margin: 0 0 10px 0;
    white-space: normal;
}

.line-title-horizontal span{
  font-size: 10px;
}

.line-box-horizontal {
  padding: 8px 0px 0px;
}

.line-simple-shop {
    font-size: 12px;
    white-space: normal;
}

.line-simple-container {
    display: flex;
    gap: 3px;
    justify-content: center;
    max-width: 500px;
    margin: 20px auto;
    padding: 0 0px;
}

.line-simple-box {
    padding: 12px 5px;
}

.line-simple-shop span{
  font-size: 10px;
}
}
