@charset "UTF-8";
/* base.css上書き */
html {
  letter-spacing: 1px;
  background-color: white;
}

.map:after {
  padding-top: 40%;
}

@media (max-width: 1024px) {
  .map::after {
    padding-top: 40%;
  }
}

@media (max-width: 599px) {
  html {
    font-size: 14px;
  }
  .map::after {
    padding-top: 80%;
  }
}

.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.up-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.up-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 1024px) {
  .up-order-1\@tb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .up-order-2\@tb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .up-order-3\@tb {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 599px) {
  .up-order-1\@sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .up-order-2\@sp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .up-order-3\@sp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

/* 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-cmn04 {
    margin-top: 60px;
  }
  .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-cmn04 {
    margin-top: 50px;
  }
  .right-cmn {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .tb-br {
    display: block;
  }
}

@media (max-width: 599px) {
  .sp-br {
    display: block;
  }
}

/* common */
h1 {
  padding: 5px;
  font-size: 10px;
  color: white;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

.logo {
  width: 200px;
  max-width: 80%;
  margin: 0;
}

.color-white {
  color: white;
}

.bgc-white {
  background-color: white;
}

.all-white * {
  color: white;
}

@media (max-width: 1024px) {
  .logo {
    width: 180px;
  }
}

@media (max-width: 599px) {
  .logo {
    width: 160px;
  }
}

/* icon */
[class^="icon-brands"]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
}

[class^="icon-free"]::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.icon-brands-facebook::before {
  content: "\f082";
}

.icon-brands-instagram::before {
  content: "\f16d";
}

.icon-brands-line::before {
  content: "\f3c0";
}

.icon-free-map::before {
  content: "\f3c5";
}

.icon-free-cal::before {
  content: "\f073";
}

.icon-free-cal::before {
  content: "\f073";
}

.icon-free-contact::before {
  content: "\f1d8";
}

/* parts */
.color-01 {
  color: #cca57e;
}

.color-02 {
  color: #ECF6F2;
}

.color-03 {
  color: #583101;
}

.color-04 {
  color: #F7F5F4;
}

.color-05 {
  color: #E0DAD3;
}

.color-06 {
  color: #fffff5;
}

.color-07 {
  color: #fbfef3;
}

.color-08 {
  color: #D0C6BB;
}

.color-09 {
  color: #e7e7e7;
}

.color-10 {
  color: #666;
}

.bgc-01 {
  background-color: #cca57e;
}

.bgc-02 {
  background-color: #ECF6F2;
}

.bgc-03 {
  background-color: #583101;
}

.bgc-04 {
  background-color: #F7F5F4;
}

.bgc-05 {
  background-color: #E0DAD3;
}

.bgc-06 {
  background-color: #fffff5;
}

.bgc-07 {
  background-color: #fbfef3;
}

.bgc-08 {
  background-color: #D0C6BB;
}

.bgc-09 {
  background-color: #e7e7e7;
}

.bgc-10 {
  background-color: #666;
}

.box-border {
  padding: 30px 20px;
}

.box-border.-c01 {
  border: 1px solid #999;
}

.box-menu {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.box-menu .title-02 {
  padding-right: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.box-menu-item {
  padding: 30px 20px;
  background-color: white;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.box-menu-item + .box-menu-item {
  margin-top: 30px;
}

.box-recruit01 .bg-cont {
  min-height: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 30px;
}

.box-recruit01 .bg-cont > * {
  width: 100%;
}

.box-white {
  padding: 50px 30px;
  background-color: white;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 0.5fr;
}

.grid-item {
  min-width: 0;
}

.grid-item .img {
  border: 5px solid white;
}

.grid-01 {
  -webkit-transform: translate(15%, 15%);
  transform: translate(15%, 15%);
}

.grid-03 {
  -webkit-transform: translate(-15%, 15%);
  transform: translate(-15%, 15%);
}

.grid-04 {
  -webkit-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
}

.grid-04 .img02 {
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
}

.grid-05 {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-06 {
  -webkit-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

.grid-06 .img02 {
  -webkit-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
}

.grid-07 {
  -webkit-transform: translate(5%, -25%);
  transform: translate(5%, -25%);
}

.grid-09 {
  -webkit-transform: translate(-5%, -25%);
  transform: translate(-5%, -25%);
}

.btn-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-bottom > * {
  width: 100%;
}

.btn-bottom [class*="btn"] {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.frame {
  position: relative;
}

.frame::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #999;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.block01 .bg-cont {
  min-height: 600px;
}

.table-like dl {
  padding: 20px 5px;
}

.table-like dl + dl {
  border-top: 1px solid #fbfef3;
}

.table-like dl dt {
  font-weight: bold;
}

@media (max-width: 1024px) {
  .box-recruit01 .bg-cont {
    padding: 30px 20px;
  }
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-item {
    width: calc(94% / 3);
    margin: 1%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .grid-04, .grid-06 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .grid-04 [class*="img"], .grid-06 [class*="img"] {
    width: calc(94% / 3);
    margin: 1%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .grid-04 {
    margin-top: -10%;
  }
  .grid-05 {
    width: 100%;
    padding: 30px 10px;
  }
  .grid-06 {
    margin-bottom: -10%;
  }
  .block01 .bg-cont {
    min-height: 400px;
  }
}

@media (max-width: 599px) {
  .box-menu {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .grid-item .img {
    border: 3px solid white;
  }
}

/* title */
.title-01 {
  margin-bottom: 50px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
}

.title-01 .en {
  display: block;
  line-height: 200%;
  letter-spacing: 2px;
  font-size: 14px;
}

.title-02 {
  margin-bottom: 30px;
  padding: 15px;
  font-weight: bold;
  font-size: 22px;
}

.title-03 {
  margin-bottom: 15px;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 20px;
}

.title-04 {
  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;
  margin-bottom: 30px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  letter-spacing: 0.25em;
  text-align: center;
}

.title-04::before, .title-04::after {
  content: "";
  width: 40px;
  height: 2px;
  margin: 0 20px;
  background-color: #999;
}

.title-04.-white::before, .title-04.-white::after {
  background-color: white;
}

.title-05 {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  background-color: #583101;
}

.title-06 {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  color: white;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #583101;
}

.title-07 {
  color: #583101;
  padding: 0.25em 0;
  border: solid 1px;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
}

.title-08 {
  font-size: 36px;
}

.title-08 .tit {
  position: absolute;
  z-index: 1;
  left: 50%;
  color: black;
  top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-08 .sub {
  position: absolute;
  z-index: 1;
  left: 50%;
  color: #333;
  top: 60px;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-09 {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  background-color: #e7e7e7;
}

.title-10 {
  margin-bottom: 15px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 34px;
  background-color: #583101;
  color: white;
}

@media (max-width: 1024px) {
  .title-01 {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .title-02 {
    padding: 12px;
    font-size: 20px;
  }
  .title-03 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .title-04 {
    font-size: 29px;
  }
  .title-04::before, .title-04::after {
    width: 32px;
    height: 1px;
    margin: 0 16px;
  }
  .title-05 {
    padding: 5px 15px;
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .title-01 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .title-02 {
    font-size: 18px;
  }
  .title-04 {
    font-size: 22px;
  }
  .title-04::before, .title-04::after {
    width: 24px;
    margin: 0 12px;
  }
  .title-07 {
    font-size: 18px;
  }
  .title-08 {
    font-size: 22px;
  }
  .title-10 {
    font-size: 20px;
  }
}

/* list */
.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}

.list-sns li a {
  font-size: 24px;
}

.list-sns li + li {
  margin-left: 15px;
}

.list-dash li:nth-of-type(even) {
  margin-top: 30px;
}

.list-check li {
  padding-left: 30px;
  font-size: 18px;
  position: relative;
}

.list-check li + li {
  margin-top: 10px;
}

.list-check li::before {
  font-size: 24px;
  color: #cca57e;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
}

.list-salon .salon-name {
  padding: 5px;
  font-weight: bold;
  font-size: 20px;
}

.list-salon .salon-address {
  margin: 5px 0;
  font-size: 14px;
}

.list-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-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;
}

.list-menu {
  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;
  padding: 20px 5px;
}

.list-menu + .list-menu {
  border-top: 1px solid #E0DAD3;
}

.list-menu dt {
  font-weight: bold;
}

.list-menu .note {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

.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;
  letter-spacing: 2px;
  text-align: center;
  background-color: #999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.list-flow li .img {
  width: 20%;
}

.list-flow li .item {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  padding: 10px;
}

.list-days li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.list-days li + li {
  margin-top: 80px;
}

.list-days li + li::after {
  content: "";
  width: 2px;
  height: calc(100% + 80px);
  display: inline-block;
  background-color: #ECF6F2;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  position: absolute;
  top: 125px;
  left: 50px;
  z-index: -1;
}

.list-days-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.list-days-time {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px);
  z-index: 2;
}

.list-days-time .square-inner {
  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;
  font-weight: bold;
  font-size: 24px;
  color: #ECF6F2;
  border: 2px solid #ECF6F2;
  border-radius: 100%;
  background-color: white;
}

.list-days-img {
  width: 30%;
}

.list-days-content {
  width: 10%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px 15px;
}

@media (max-width: 1024px) {
  .list-sns {
    margin: 10px auto;
  }
  .list-sns li a {
    font-size: 34px;
  }
  .list-sns li + li {
    margin-left: 30px;
  }
  .list-check li {
    padding-left: 24px;
    font-size: 16px;
  }
  .list-flow li + li {
    margin-top: 15px;
  }
  .list-flow li .num {
    padding: 5px 15px;
    font-size: 15px;
  }
  .list-flow li .img {
    width: 30%;
  }
  .list-days li + li::after {
    top: 95px;
    left: 60px;
  }
  .list-days-time {
    width: 120px;
    height: 120px;
    -webkit-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
  .list-days-time .square-inner {
    font-size: 19px;
  }
  .list-days-img {
    width: 100%;
  }
  .list-days-content {
    padding: 20px 10px;
  }
}

@media (max-width: 599px) {
  .list-salon .list-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-salon .img {
    width: 30%;
    height: 100%;
  }
  .list-salon .item {
    width: 65%;
  }
  .list-grid li {
    width: calc((100% - 4px) / 2);
  }
  .list-flow li .img {
    width: 100%;
  }
  .list-flow li .item {
    margin-left: 0;
  }
  .list-days li + li::after {
    height: 80px;
    margin: auto;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    top: 0;
    left: 0;
    right: 0;
  }
  .list-days-time {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -10px;
    left: -5px;
  }
}

/* button */
.btn {
  width: 300px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.btn a,
.btn button {
  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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 40px 10px 10px;
  color: white;
  letter-spacing: 4px;
  border: 2px solid #583101;
  background-color: #583101;
  position: relative;
}

.btn a::after,
.btn button::after {
  margin: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
}

.btn a:hover,
.btn button:hover {
  color: #583101;
  background-color: white;
  opacity: 1;
}

.btn.-c01 a,
.btn.-c01 button {
  border: 2px solid #cca57e;
  background-color: #cca57e;
}

.btn.-c01 a:hover,
.btn.-c01 button:hover {
  color: #cca57e;
  background-color: white;
}

.btn.-c02 a,
.btn.-c02 button {
  border: 2px solid #ECF6F2;
  background-color: #ECF6F2;
}

.btn.-c02 a:hover,
.btn.-c02 button:hover {
  color: #ECF6F2;
  background-color: white;
}

.btn.-c03 a,
.btn.-c03 button {
  border: 2px solid #583101;
  background-color: #583101;
}

.btn.-c03 a:hover,
.btn.-c03 button:hover {
  color: #583101;
  background-color: white;
}

.btn.-c04 a,
.btn.-c04 button {
  border: 2px solid #F7F5F4;
  background-color: #F7F5F4;
}

.btn.-c04 a:hover,
.btn.-c04 button:hover {
  color: #F7F5F4;
  background-color: white;
}

.btn.-c05 a,
.btn.-c05 button {
  border: 2px solid #E0DAD3;
  background-color: #E0DAD3;
}

.btn.-c05 a:hover,
.btn.-c05 button:hover {
  color: #E0DAD3;
  background-color: white;
}

.btn.-c06 a,
.btn.-c06 button {
  border: 2px solid #fffff5;
  background-color: #fffff5;
}

.btn.-c06 a:hover,
.btn.-c06 button:hover {
  color: #fffff5;
  background-color: white;
}

.btn.-c07 a,
.btn.-c07 button {
  border: 2px solid #fbfef3;
  background-color: #fbfef3;
}

.btn.-c07 a:hover,
.btn.-c07 button:hover {
  color: #fbfef3;
  background-color: white;
}

.btn.-c08 a,
.btn.-c08 button {
  border: 2px solid #e7e7e7;
  background-color: #e7e7e7;
}

.btn.-c08 a:hover,
.btn.-c08 button:hover {
  color: #e7e7e7;
  background-color: white;
}

.btn.-c09 a,
.btn.-c09 button {
  border: 2px solid #666;
  background-color: #666;
}

.btn.-c09 a:hover,
.btn.-c09 button:hover {
  color: #666;
  background-color: white;
}

.btn.-text {
  width: auto;
  max-width: none;
}

.btn.-text a,
.btn.-text button {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 5px 30px 5px 5px;
  color: #cca57e;
  border: none;
  background-color: transparent;
}

.btn.-text.-right {
  text-align: right;
}

.btn.hmore a {
  padding: 15px 30px 15px 10px;
}

.btn.-back a,
.btn.-back button {
  padding: 10px 10px 10px 40px;
}

.btn.-back a::after,
.btn.-back button::after {
  content: "\f053";
  left: 10px;
  right: auto;
}

.btn.-small {
  width: 240px;
}

.btn.-small a,
.btn.-small button {
  font-size: 12px;
}

.btn.-large {
  width: 420px;
}

.btn.-large a,
.btn.-large button {
  padding: 15px 45px 15px 15px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 6px;
}

.btn.-exlarge {
  width: 100%;
  max-width: 100%;
}

.btn.-exlarge a,
.btn.-exlarge button {
  font-size: 20px;
}

.btn.-w-100\% {
  width: 100%;
  max-width: 100%;
}

.btn.-mt-0 {
  margin-top: 0;
}

.btn.-mt-exsmall {
  margin-top: 10px;
}

.btn.-mt-small {
  margin-top: 30px;
}

.btn.-mt-middle {
  margin-top: 50px;
}

.btn.-mt-large {
  margin-top: 80px;
}

.btn.-left {
  margin-left: 0;
  margin-right: auto;
}

.btn.-right {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1024px) {
  .btn.-small a,
  .btn.-small button, .btn.-small\@tb a,
  .btn.-small\@tb button {
    font-size: 12px;
  }
  .btn.-middle, .btn.-middle\@tb {
    width: 150px;
  }
  .btn.-middle a,
  .btn.-middle button, .btn.-middle\@tb a,
  .btn.-middle\@tb button {
    font-size: 14px;
  }
  .btn.-large a,
  .btn.-large button, .btn.-large\@tb a,
  .btn.-large\@tb button {
    font-size: 16px;
  }
  .btn.-exlarge a,
  .btn.-exlarge button, .btn.-exlarge\@tb a,
  .btn.-exlarge\@tb button {
    font-size: 18px;
  }
  .btn.-mt-0\@tb {
    margin-top: 0;
  }
  .btn.-mt-small\@tb {
    margin-top: 30px;
  }
  .btn.-mt-middle\@tb {
    margin-top: 50px;
  }
  .btn.-mt-large\@tb {
    margin-top: 80px;
  }
  .btn.-left\@tb {
    margin-left: 0;
  }
  .btn.-right\@tb {
    margin-left: auto;
    margin-right: 0;
  }
  .btn.-center\@tb {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 599px) {
  .btn.-small a,
  .btn.-small button, .btn.-small\@sp a,
  .btn.-small\@sp button {
    font-size: 14px;
  }
  .btn.-middle, .btn.-middle\@sp {
    width: 150px;
  }
  .btn.-middle a,
  .btn.-middle button, .btn.-middle\@sp a,
  .btn.-middle\@sp button {
    font-size: 14px;
  }
  .btn.-large a,
  .btn.-large button, .btn.-large\@sp a,
  .btn.-large\@sp button {
    font-size: 16px;
  }
  .btn.-exlarge a,
  .btn.-exlarge button, .btn.-exlarge\@sp a,
  .btn.-exlarge\@sp button {
    font-size: 18px;
  }
  .btn.-mt-0\@sp {
    margin-top: 0;
  }
  .btn.-mt-small\@sp {
    margin-top: 30px;
  }
  .btn.-mt-middle\@sp {
    margin-top: 50px;
  }
  .btn.-mt-large\@sp {
    margin-top: 80px;
  }
  .btn.-left\@sp {
    margin-left: 0;
    margin-right: auto;
  }
  .btn.-right\@sp {
    margin-left: auto;
    margin-right: 0;
  }
  .btn.-center\@sp {
    margin-left: auto;
    margin-right: auto;
  }
}

/* header */
header {
  width: 100%;
  padding: 10px 4%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-address {
  font-size: 10px;
}

.scrolled header {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  header {
    width: 65%;
    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;
    overflow: visible;
    margin-left: 0;
    background-color: #F7F5F4;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: 15;
  }
  .header-common {
    height: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-common .logo {
    margin: 5px auto;
  }
  .header-address {
    text-align: center;
  }
  .scrolled header {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .active header {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: -2px 0px 15px -5px #000;
    box-shadow: -2px 0px 15px -5px #000;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (max-width: 599px) {
  header {
    width: 85%;
  }
}

/* nav */
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*   overflow: hidden; */
  margin-left: 30px;
}

nav:hover {
  overflow: visible;
}

nav .mobile-nav-info {
  display: none;
}

.nav-list {
  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;
}

.nav-list > li a,
.nav-list > li span {
  display: inline-block;
  padding: 5px 0px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: white;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

.nav-list > li a:hover,
.nav-list > li span:hover {
  opacity: 0.5;
  cursor: pointer;
}

.nav-list > li + li {
  margin-left: 15px;
}

.nav-list > .flex li {
    margin-left: 15px;
}

.nav-list > .flex li a {
    display: block;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

.nav-list li.web a {
  display: inline-block;
  padding: 5px 10px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 2px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: white;
}

.nav-list li.web {
  margin-left: 15px;
}

/* .nav-list li.web.type-b {
  background: #fff;
  border-radius: 0px;
}

.nav-list li.web.type-b a {
  color: #000;
}
 */

.dropmenu .dropdown.type-b .dropdown-btn a {
  color: #000;
  background: #fff;
}

.dropmenu .dropdown .dropdown-btn a {
  text-align: center;
  padding: 5px 10px;
}

.fb {
    position: relative;
}

.fb a:before {
  content: "\f09a";
    font-weight: 900;
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    color: #fff;
    font-size: 24px;
}
.nav-list .fb a {
    padding: 0;
}

.insta {
    position: relative;
}

.insta a:before {
    content: "\f16d";
    font-weight: 900;
    font-family: "Font Awesome 5 Brands";
    display: inline-block;
    color: #fff;
    font-size: 24px;
}



.nav-list .insta a {
    padding: 0;
}




.megamenu-btn {
  position: relative;
}

.megamenu-btn::after {
  content: "";
  width: 150%;
  height: 30px;
  display: block;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  position: absolute;
  bottom: 0;
  left: -25%;
  z-index: 1;
}

.megamenu-box {
  width: 100%;
  height: auto;
  visibility: hidden;
  margin: auto;
  background-color: #583101;
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.megamenu-box-list {
  width: 1200px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto;
}

.megamenu-box-list li {
  width: calc((100% - 80px) / 4);
  margin: 10px;
}

.megamenu-box-list li a {
  height: 100%;
  display: block;
  padding: 30px 10px;
  text-align: center;
  background-color: white;
  color: black;
}

.megamenu-box-list li a .megamenu-box-list-icon {
  width: 70%;
  display: block;
  margin: 15px auto;
  padding: 0;
}

.megamenu-menu {
  overflow: hidden;
}

.megamenu-menu:hover {
  overflow: visible;
}

.megamenu-menu:hover .megamenu-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.dropdown-box {
  width: 300px;
  height: auto;
  visibility: hidden;
  margin: 30px auto 0;
  padding: 30px 20px;
  background-color: #583101;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
  position: absolute;
  top: 100%;
  left: -150px;
  right: -150px;
  z-index: 2;
}

.dropdown-box::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin: auto;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #583101 transparent;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}

.dropdown-box::after {
  content: "";
  width: 100%;
  height: 30px;
  display: block;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown-box-list a {
  color: white;
}

.dropdown-menu {
  overflow: hidden;
  position: relative;
}

.dropdown-menu:hover {
  overflow: visible;
}

.dropdown-menu:hover .dropdown-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 1024px) {
  nav {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    margin-left: 0;
  }
  nav:hover {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .nav-list {
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 30px 10px;
  }
  .nav-list > li > a,
  .nav-list > li > span {
    display: block;
    padding: 5px 40px 5px 10px;
  }
  .nav-list > li + li {
    margin-top: 10px;
    margin-left: 0;
  }
  .nav-list > .flex li.dropdown {
    margin-left: 0;
    margin-top: 10px;
    overflow: visible;
  }
  
  .nav-list > .flex li.dropdown a {
    padding: 5px 40px 5px 10px;
  }


  .megamenu-btn::before {
    margin: auto;
    color: white;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 10px;
    right: 10px;
    content: "\f103";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
  }
  .megamenu-btn::after {
    display: none;
  }
  .megamenu-btn.action::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .megamenu-box {
    visibility: visible;
    padding: 10px 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }
  .megamenu-box-list {
    width: 100%;
    margin: 0;
  }
  .megamenu-box-list li {
    width: 100%;
    margin: 0;
  }
  .megamenu-box-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: 15px;
    text-align: left;
  }
  .megamenu-box-list li a .megamenu-box-list-icon {
    width: 15%;
  }
  .megamenu-box-list li a .megamenu-box-list-title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
  }
/*   .dropdown-btn::before {
  margin: auto;
  color: white;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  top: 10px;
  right: 10px;
  content: "\f103";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  line-height: 1;
} */
  .dropdown-btn::after {
    display: none;
  }
  .dropdown-btn.action::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .dropdown-box {
    width: 100%;
    visibility: visible;
    margin: 10px 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
  }
  .dropdown-box-list {
    width: 100%;
    margin: 0;
  }
  .dropdown-box-list li {
    width: 100%;
    margin: 0;
  }
  .dropdown-box-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    font-size: 15px;
    color: inherit;
    text-align: left;
    background-color: white;
  }
  .dropdown-box-list li a .dropdown-box-list-icon {
    width: 15%;
  }
  .dropdown-box-list li a .dropdown-box-list-title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
  }
  .dropdown-box::before, .dropdown-box::after {
    display: none;
  }
}

/* footer */
.footer_top .mini .mini_conta {
  color: #fffff5;
}

.footer_top .mini .mini_conta:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1d8";
  font-weight: 900;
  padding-right: 10px;
}

.footer .stores .item {
  border: 1px solid #fbfef3;
  padding: 5%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .stores h3 {
  font-family: inherit;
  border: none;
  margin: 0;
  font-weight: bold;
  color: inherit;
  letter-spacing: 0;
}

.footer .footernav {
  position: relative;
  width: 100%;
  background: #fffff5;
  margin-left: 0;
}

.footer .footernav li {
  color: #583101;
}

.footer .footernav li a {
  font-size: 14px;
  display: block;
  padding: 10px 20px;
}

.copy {
  padding: 20px;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #434343;
}

@media (max-width: 1024px) {
  .footer .logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .footernav li a {
    padding: 10px 15px;
  }
}

@media (max-width: 599px) {
  .footer {
    padding-bottom: 85px;
  }
  .footer .footernav li a {
    padding: 10px 5px;
  }
}

/* main visual */
.hero-section {
  position: relative;
}

.hero-section .logobox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  max-width: 350px;
  z-index: 5;
}

.hero-section .logobox dt {
  padding-bottom: 30px;
}

.hero-section .logobox dt a {
  display: block;
}

.hero-section .logobox dd {
  color: #fff;
  line-height: 200%;
  text-shadow: 0px 0px 5px rgb(0 0 0 / 40%);
}

.hero-section .logobox dd a {
  color: #fff;
}

.hero-section .logobox dd a::before {
  content: "\f095";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  border: 1px solid;
  border-radius: 50px;
  padding: 4px 7px;
  letter-spacing: 0;
}

.hero-section .scroll {
  font-size: 14px;
  color: white;
  letter-spacing: 2px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 2;
}

.hero-section .scroll::after {
  content: "";
  width: 10px;
  height: 150px;
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  -webkit-box-shadow: -4px 6px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 6px 5px -3px rgba(0, 0, 0, 0.2);
  -webkit-transform: skewY(-45deg);
  transform: skewY(-45deg);
}

.hero-section .scroll:hover {
  opacity: 0.6;
  cursor: pointer;
}

.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: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  color: white;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.hero-section .mbm-filter.mbm-multiply {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fdc44f4d;
  mix-blend-mode: multiply;
}

[data-element-id].slider-content {
  position: relative;
  z-index: 2;
}

[data-element-id].slider-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fdc44f4d;
  mix-blend-mode: multiply;
}

@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;
  }
}

/* custom contents */
.two-line,
.three-line {
  display: block;
}

.date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 60px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}

.date::before {
  content: "";
  width: 50px;
  height: 1px;
  display: inline-block;
  margin: auto;
  background-color: #999;
  -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: #583101;
}

.category span + span {
  margin-left: 2px;
}

.cc-wrap {
  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;
}

.cc-content {
  width: 70%;
}

.cc-side {
  width: 25%;
}

.cc-side-title {
  margin-bottom: 15px;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: #583101;
}

.cc-side-list {
  padding: 10px;
}

.cc-side-list li + li {
  margin-top: 5px;
}

.cc-side-list li a {
  padding: 5px 5px 5px 30px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
}

.cc-side-list li a::before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #583101;
  position: absolute;
  top: 11px;
  left: 0;
}

.cc-voice-title {
  font-size: 24px;
}

.cc-voice-title-wrap {
  padding: 10px;
  border-bottom: 1px solid #583101;
}

.cc-voice-title-wrap .age {
  margin-top: 10px;
  text-align: right;
}

.cc-staff-title {
  font-weight: bold;
  font-size: 20px;
}

.cc-detail-title {
  margin: 15px 0 30px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 2px solid #ECF6F2;
}

.detail.voice .cc-content, .detail.voice .cc-side {
  width: 100%;
}

.detail.voice .cc-side {
  margin-top: 100px;
}

.detail.voice .cc-side-wrap {
  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;
}

.detail.voice .cc-side-box {
  width: 48%;
}

.detail.voice .cc-side-box + .cc-side-box {
  margin-top: 0;
}

.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;
}

.list-voice .info {
  margin-top: 5px;
}

.list-voice .info .cc-title {
  display: block;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style02 a:hover {
  opacity: 1;
}
.list-product02 .cc-product-title {
  font-weight: bold;
}

.list-product02 .product-kind {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 14px;
  color: #ECF6F2;
  border-bottom: 1px solid #ECF6F2;
}

.list-product02 .text {
  font-size: 13px;
}

.list-staff02 .staff-item {
  margin-top: 15px;
}

.list-style02 figure {
  position: relative;
}

.list-style02 figure figcaption {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.list-style02 figure figcaption .category {
  font-weight: bold;
  font-size: 20px;
}

.list-style02 figure figcaption .style-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-style02 figure figcaption .style-info-list dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  padding: 2px 10px;
  font-size: 10px;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  border-radius: 20px;
}

.list-style02 figure figcaption .style-info-list dd {
  width: 10%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 12px;
}

.list-style02 figure:hover figcaption {
  opacity: 1;
  z-index: 1;
}

.list-style02 figure .cat {
  color: #b0b0b0;
}

.list-style02 figure .stylist {
  color: #b0b0b0;
}

.staff-item .staff-shop {
  padding: 2px 5px;
  font-size: 14px;
  color: #cca57e;
  text-align: center;
  border: 1px solid #cca57e;
}

.staff-item .position {
  color: #cca57e;
}

.staff-by {
  padding: 30px;
  border: 1px solid #999;
}

.staff-by > .parallel > .block {
  padding: 30px;
}

.staff-by > .parallel > .block + .block {
  border-left: 1px solid #999;
}

.thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.thumbs li {
  width: calc((100% - 20px) / 3);
}

.thumbs li + li {
  margin-left: 10px;
}

.style-detail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.style-detail-block > * {
  width: 100%;
}

.style-detail-block .box-white {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.style-detail-block .category {
  font-weight: bold;
}

.style-detail-block .style-title {
  margin: 10px 0 30px;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 20px;
  color: #cca57e;
  border-bottom: 1px solid #cca57e;
}

@media (max-width: 1024px) {
  .cc-content, .cc-side {
    width: 100%;
  }
  .cc-side {
    margin-top: 50px;
  }
  .cc-side-wrap {
    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;
  }
  .cc-side-box {
    width: 48%;
  }
  .cc-side-title {
    font-size: 16px;
  }
  .cc-staff-title {
    font-size: 16px;
  }
  .detail.voice .cc-side {
    margin-top: 80px;
  }
  .list-style02 figure {
    position: relative;
  }
  .list-style02 figure figcaption {
    padding: 10px;
  }
  .list-style02 figure figcaption .category {
    font-size: 16px;
  }
  .list-style02 figure figcaption .style-info-list dt {
    margin-right: 5px;
    padding: 1px 5px;
  }
  .staff-by {
    padding: 20px;
  }
  .staff-by > .parallel > .block {
    padding: 20px;
  }
}

@media (max-width: 599px) {
  .date {
    font-size: 12px;
  }
  .category span {
    font-size: 12px;
  }
  .cc-side-box {
    width: 100%;
  }
  .detail.voice .cc-side-box {
    width: 100%;
  }
  .detail.voice .cc-side-box + .cc-side-box {
    margin-top: 30px;
  }
  .list-blog li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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-blog.sp-block li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-blog.sp-block li a > div {
    width: 100%;
  }
  .staff-by > .parallel > .block {
    padding: 30px 15px;
  }
  .staff-by > .parallel > .block + .block {
    border-top: 1px solid #999;
    border-left: none;
  }
}

/* form */
.area {
  padding: 80px 0;
}

.area60 {
  padding: 60px 0;
}

@media only screen and (max-width: 1024px) {
  .area {
    padding: 60px 0;
  }
  .area60 {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 599px) {
  .area {
    padding: 40px 0;
  }
  .area60 {
    padding: 40px 0;
  }
}

.conceptinn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.conceptinn .trimmingInner {
  border-radius: 50%;
}

.conceptcol li {
  width: 33.333%;
}

.conceptflow h3 {
  display: inline-block;
  margin-bottom: 20px;
}

.conceptflow .txt dt {
  padding-bottom: 20px;
  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 {
  position: relative;
}

.conceptflow01inn .picbox li {
  text-align: right;
}

.conceptflow01inn .picbox li img {
  border: 5px solid #fff;
}

.conceptflow01inn .picbox li:nth-of-type(1) {
  position: absolute;
  left: -10%;
  bottom: -10%;
  text-align: left;
  z-index: 1;
  max-width: 310px;
  min-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,
.conceptflow02inn .txt dd {
  text-align: center;
}

.conceptflow03inn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.conceptflow03inn .info dt {
    font-weight: bold;
    padding-right: 1em;
    width: 25%;
    border-right: 1px solid #583101;
}

.conceptflow03inn .info dd {
    width: 72%;
    padding: 0 0 2% 3%;
}

.conceptflow03inn .info .time dt {
    border: none;
    font-weight: normal;
    color: inherit;
}

@media only screen and (max-width: 1024px) {
  .conceptflow01inn .picbox li:nth-of-type(1) {
    min-width: auto;
    position: static;
  }
  .conceptflow01inn .picbox li img {
    width: 100%;
  }
  .conceptflow02inn {
    padding: 80px 0;
  }
  .conceptflow .txt dt {
    padding-bottom: 20px;
    width: 80px;
  }
  .conceptflow01inn .txt {
    padding-bottom: 20px;
  }
  .conceptflow01inn .txt .pix {
    padding: 20px 0 0;
  }
  .conceptflow03inn .info dd {
    width: 10%;
    flex-grow: 1;
  }
}

@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%;
  }
  .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;
  }
}

.area-35 .store {
  margin-bottom: 150px;
}

.area-35 .store:last-of-type {
  margin-bottom: 0;
}

.area-35 .store .store_sld {
  position: relative;
  margin-bottom: 60px;
}

.area-35 .store .info dt {
  font-weight: bold;
  padding-right: 1em;
  width: 25%;
  color: #666;
  border-right: 1px solid #583101;
}

.area-35 .store .info dd {
  width: 72%;
  padding: 0 0 2% 3%;
}

.area-35 .store .time dt {
  border: none;
  font-weight: normal;
  color: inherit;
  /* text-align: center; */
}

@media (max-width:1024px) {

  .area-35 .store {
    margin-bottom: 100px;
  }
}
@media (max-width:599px) {

  .area-35 .store {
    margin-bottom: 80px;
  }
  .area-35 .store .store_sld {
    margin-bottom: 30px;
  }
}

.area-36 .item dt {
  font-weight: bold;
  width: 100%;
  color: #666;
  padding-bottom: 1em;
}

.area-36 .item dd {
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #583101;
}

/* float */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box:before {
  content: "";
  display: block;
  clear: both;
}

.float-box:after {
  content: "";
  display: block;
  clear: both;
}

.float-box .float-box-img {
  float: right;
}

.float-box .float-box-title {
  float: left;
}

.float-box .float-box-content {
  float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }
  .up-fl-right\@tb {
    float: right;
  }
  .up-fl-none\@tb {
    float: none;
  }
  .up-flc-left\@tb {
    clear: left;
  }
  .up-flc-rigjt\@tb {
    clear: right;
  }
  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }
  .up-fl-right\@sp {
    float: right;
  }
  .up-fl-none\@sp {
    float: none;
  }
  .up-flc-left\@sp {
    clear: left;
  }
  .up-flc-rigjt\@sp {
    clear: right;
  }
  .up-flc-both\@sp {
    clear: both;
  }
}

.tab-menu {
  border-bottom: 1px solid #583101;
  margin-bottom: 40px;
}

.tab-menu .tab-btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-menu .tab-btn a {
  color: #cca57e;
  font-weight: bold;
  font-size: 20px;
}

.area-37 .single-section {
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.area-37 .single-box {
  width: 73%;
  margin: 0 auto;
}

.area-37 .single-box .mainpic {
  margin-bottom: 50px;
}

.area-37 .single-box .msg {
  margin-bottom: 40px;
  line-height: 2em;
}

.area-37 .sns-btn {
  margin-bottom: 50px;
}

.area-37 .sns-btn .bt-fb {
  margin: 0 10px 0 0;
}

.area-37 .sns-btn .bt-tw {
  margin: 0 10px 0 0;
}

.area-37 .sns-btn > div {
  background-color: #d2d2d2;
  text-align: center;
  width: 20%;
}

.area-37 .sns-btn > div a {
  display: block;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
}

.area-37 .stylist-box .thumb {
  width: 20%;
}

.area-37 .stylist-box .staff-box {
  width: 76%;
}

.area-37 .stylist-box .staff-box .name {
  font-weight: bold;
  margin-bottom: 28px;
}

.area-37 .stylist-box .staff-box .msg {
  margin-bottom: 40px;
  line-height: 2em;
}

@media (max-width: 1024px) {
  .area-37 .single-box {
    width: 100%;
  }
  .area-37 .sns-btn > div {
    width: 48%;
  }
  .area-37 .sns-btn .bt-fb {
    margin-bottom: 10px;
  }
  .area-37 .sns-btn .bt-tw {
    margin-bottom: 10px;
  }
}

@media (max-width: 599px) {
  .area-37 .stylist-box .thumb {
    width: 60%;
  }
  .area-37 .stylist-box .staff-box {
    width: 100%;
  }
}

.area-38 .box {
  width: 100%;
  padding: 1em 1.5em;
  border: 1px solid #583101;
  outline: 10px solid #fff;
  background: #fff;
}

.area-38 .box + .box {
  margin-top: 70px;
}

.area-38 .box .name {
  border-bottom: 1px solid #583101;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}

.area-38 .box .address {
  margin-bottom: 2em;
}

.area-38 .box dl dt {
  background: #583101;
  color: #fff;
  text-align: center;
  padding-left: 1em;
  margin-top: 3em;
}

.area-38 .box dl:first-of-type dt {
  margin-top: 0;
}

.area-38 .box dl dd {
  margin-top: 5px;
}

.area-39 .box .table {
  margin: 0 0px 35px 0px;
  border-left: 1px solid #fff;
}

.area-39 .box .table dl {
  float: left;
  text-align: center;
  width: 20%;
  height: auto;
  border-bottom: 1px solid #fff;
}

.area-39 .box .table dt {
  border-right: 1px solid #fff;
  background: #583101;
  color: #fff;
  font-size: 12px;
  padding: 10px 5px;
}

.area-39 .box .table dd {
  padding: 10px 5px;
  border-right: 1px solid #fff;
  color: #CE2021;
}

.area-39 .box .from {
  background: #fff;
  margin: 0 6px 0 7px;
  position: relative;
}

.area-39 .box .from dt {
  margin-top: 10px;
  text-align: center;
}

.area-39 .box .from dt a {
  display: block;
  background: #583101;
  color: #fff;
  text-decoration: none;
  line-height: 130%;
  padding: 2px 0;
  font-size: 11px;
}

@media (max-width: 599px) {
  .area-39 .box .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-39 .box .table dl {
    float: none;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .area-39 .box .table dl:first-of-type {
    width: 100%;
  }
}

.area-40 dl {
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.area-40 dl:hover {
  opacity: 0.6;
}

.area-40 dl:hover dt {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.area-40 dl:hover dt:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.area-41 .left .pic li {
  width: 46%;
  margin-bottom: 40px;
}

.area-41 .left .info {
  /* font-weight: 700; */
  padding-bottom: 30px;
}

.area-41 .right {
  padding-left: 2%;
  border-left: 1px solid #666;
}

.area-41 .right .list dt {
  font-weight: 700;
  width: 30%;
  padding-right: 1em;
}

.area-41 .right .list dd {
  border-bottom: 1px solid #666;
  width: 70%;
  padding: 40px 0;
}

.area-41 .reserve a {
  display: block;
}

.area-41 .reserve dl {
  max-width: 500px;
  margin: 80px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #E0DAD3;
  background: #fff;
}

.area-41 .reserve dt {
  border-right: 1px solid #E0DAD3;
  text-align: center;
  width: 50%;
}

.area-41 .reserve dt .pix {
  display: inline-block;
  max-width: 180px;
}

.area-41 .reserve dd {
  text-align: center;
  font-weight: 700;
  width: 50%;
}

@media (max-width: 1024px) {
  .area-41 .left .pic li {
    margin-bottom: 30px;
  }
  .area-41 .left .info {
    padding-bottom: 20px;
  }
  .area-41 .right {
    padding-left: 0;
    border-top: 1px solid #666;
    border-left: none;
  }
  .area-41 .right .list dd {
    padding: 30px 0;
  }
  .area-41 .reserve dl {
    margin: 60px auto 0;
  }
}

@media (max-width: 599px) {
  .area-41 .left .pic li {
    margin-bottom: 20px;
    width: 100%;
  }
  .area-41 .left .info {
    padding-bottom: 20px;
  }
  .area-41 .right .list dl {
    padding: 20px 0;
    border-bottom: 1px solid #aaa;
  }
  .area-41 .right .list dt {
    width: 100%;
    padding-right: 0;
  }
  .area-41 .right .list dd {
    width: 100%;
    padding: 0;
    border: none;
  }
  .area-41 .reserve dl {
    margin: 40px auto 0;
  }
  .area-41 .reserve dt {
    width: 100%;
    border: none;
    padding: 0 0 10px;
  }
  .area-41 .reserve dd {
    width: 100%;
  }
}

.area-42 dl {
  width: 100%;
  margin-bottom: 80px;
}

.area-42 dl dt {
  text-indent: -2em;
  padding-left: 2em;
  font-size: 22px;
  font-weight: bold;
  color: #583101;
  border-bottom: 1px solid #E0DAD3;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.area-42 dl dt:before {
  content: 'Q';
  font-size: 24px;
  padding: 0.3em 0.3em 0.15em 0.3em;
  color: #fff;
  background: #583101;
  margin-right: 0.5em;
  font-weight: normal;
}

.area-42 dl dd {
  text-indent: -3em;
  padding-left: 3em;
}

.area-42 dl dd:before {
  content: 'A';
  font-size: 24px;
  padding: 0.3em 0.35em;
  color: #fff;
  background: #666;
  margin-right: 0.5em;
  font-weight: normal;
}

.area-43 .box {
  margin: 0 0 40px;
}

.area-43 .box dl {
  border-bottom: 1px solid #666;
  padding: 0 0 40px;
}

.area-43 .box dt {
  padding-bottom: 20px;
}

.area-43 .box dd {
  text-align: right;
}

.area-43 .detailbox .single {
  padding-left: 3%;
  padding-right: 3%;
}

.area-43 .blogbox {
  border-bottom: 1px solid #666;
  padding: 0px 10px 40px;
}

.area-43 .blogbox + .blogbox {
  margin-top: 40px;
}

.area-43 .blogbox .picbox {
  border: 1px solid;
}

.area-43 .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;
}

.area-43 .blogbox .tbox dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding-bottom: 40px;
}

.area-43 .blogbox .tbox dd {
  text-align: right;
  width: 100%;
}

.area-43 .blogbox .tbox dd .staffName {
  margin-right: 0.5em;
}

@media (max-width: 1024px) {
  .area-43 .blogbox .tbox dt {
    padding-bottom: 30px;
  }
}

@media (max-width: 599px) {
  .area-43 .blogbox .tbox dt {
    padding-bottom: 20px;
  }
}

.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;
}

.area-43 .pbox {
  position: relative;
  z-index: 2;
}

.recruit-cross .tbox {
  position: relative;
  z-index: 1;
  padding: 5% 0;
}

.recruit-cross .tbox:before {
  content: "";
  width: 600%;
  height: 110%;
  background: #f3efe9;
  top: 0;
  left: -50%;
  position: absolute;
  z-index: -1;
  padding-bottom: 20px;
  margin-left: 0;
}

.recruit-cross .box:nth-child(2n+2) .tbox:before {
  left: unset;
  right: -50%;
}

.recruit-cross .box:nth-child(2n+2) .pbox .pic {
  width: 120%;
}

@media (max-width: 1024px) {
  .recruit-cross .box:nth-child(2n+2) .pbox .pic {
    width: 100%;
  }
}

.rec h2 {
  padding-bottom: 15px;
}

.rec h2 + p {
  text-align: center;
  font-weight: bold;
  padding: 0 0 70px 0;
}

.rec1 {
  padding-bottom: 90px;
}

.rec1 .tbox {
  width: calc(100% - 320px);
}

.rec1 h4 {
  width: 290px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3efe9;
  font-size: 20px;
  margin-bottom: 20px;
  min-height: 150px;
  position: relative;
}

.rec1 .tbox p {
  padding: 0 0 20px 0;
}

.rec1 h4 .w {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rec1 h4:before {
  content: "";
  width: 10000%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f3efe9;
  position: absolute;
  z-index: -1;
}

.rec1 .box {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .rec1 h4 {
    font-size: 18px;
    width: 260px;
  }
  .rec1 .tbox {
    width: calc(100% - 280px);
  }
}

@media only screen and (max-width: 599px) {
  .rec h2 + p {
    padding: 0;
  }
  .rec .rec1 {
    padding-bottom: 0;
  }
  .rec1 .tbox {
    width: 100%;
  }
  .rec1 h4 {
    width: 100%;
    min-height: 100px;
  }
  .rec1 .box {
    padding-bottom: 0;
  }
}

.rec h3.subtit,
.rec strong.subtit {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  padding-top: 0;
}

.rec h3.subtit:after,
.rec strong.subtit:after {
  width: 50px;
}

.rec2 {
  padding: 0 0 100px 0;
}

.rec2 h3.w50 {
  display: block;
}

.rec2 .wrap {
  position: relative;
}

.rec2 .wrap:before {
  content: "";
  width: 300%;
  left: 25%;
  top: 0;
  bottom: 0;
  background: #f7f8f9;
  position: absolute;
  z-index: -1;
}

.rec2 .pic {
  width: 46%;
  margin-top: -60px;
}

.rec2 .w50 {
  padding-top: 50px;
}

.rec2 .float-box-title {
  padding-bottom: 40px;
}

.rec2 .float-box-title:nth-child(2n+2) {
  padding-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rec2 .float-box-title:nth-child(2n+2) .pic {
  width: 57%;
  margin-top: 0;
}

.rec2 .wrap p {
  padding: 0 0 20px 0;
}

.rec2 h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.rec2 .txt + .txt {
  padding-top: 25px;
}

.rec2 h3 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .rec2 h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 599px) {
  .rec .rec2 {
    padding: 0;
  }
  .rec2 h3 {
    padding-bottom: 80px;
  }
  .rec2 .pic {
    width: auto;
  }
  .rec2 .w50 {
    padding-top: 20px;
  }
  .rec2 .flex:nth-child(2n+2) {
    padding-top: 0;
  }
  .rec2 .flex:nth-child(2n+2) .pic {
    width: auto;
  }
  .rec2 .flex:nth-child(2n+2) .tbox {
    width: auto;
    padding-top: 20px;
  }
}

.rec3 {
  padding-bottom: 40px;
}

.rec3 .time + div {
  width: calc(100% - 180px);
}

.rec3 .img {
  width: 47.19%;
  padding: 0 0 20px 0;
}

.rec3 h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.rec3 .tbox p {
  padding: 0 0 20px 0;
}

.rec3 .time {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Lora', serif;
}

.rec3 .box {
  margin-bottom: 30px;
}

.rec3 .rpic {
  padding-bottom: 30px;
  margin: 0;
}

.rec3 .time .w {
  position: relative;
  z-index: 1;
  background: #fff;
  display: block;
  padding-bottom: 10px;
}

.rec3 .time:before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #f3efe9;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.rec3 .time:after {
  content: url(#);
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  line-height: 1;
  font-size: 1;
  height: 32px !important;
}

.rec3 .box:last-child .time:before, .rec3 .box:last-child .time:after {
  display: none;
}

.rec3 h3 {
  padding-bottom: 60px;
}

.rec1 h3 {
  padding-bottom: 60px;
}

.rec4 h4 {
  font-size: 36px;
  font-family: 'Lora', serif;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #f0f2ed;
}

.rec4 h4:before {
  background-color: #f0f2ed;
}

.rec5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #dddddd;
  margin-bottom: 96px;
  width: 73%;
}

.rec5 dl {
  max-width: 590px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 18px;
  margin: 0 auto;
  padding-top: 28px;
}

.rec5 dl:last-child {
  margin-bottom: 43px;
}

.rec5 dt {
  float: left;
  font-weight: bold;
  font-size: 16px;
}

.rec5 dd {
  padding: 0 0 0 157px;
  font-size: 16px;
}

.rec5 .table {
  padding: 0 2.5%;
}

.rec5 h3 {
  width: 35.3%;
  background-color: #fff;
  margin: -20px auto 0;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .rec3 .time {
    font-size: 16px;
  }
  .rec3 .time + div {
    width: calc(100% - 60px);
  }
  .rec4 h4 {
    font-size: 24px;
  }
  .rec5 {
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .rec3 .img {
    width: auto;
    margin: 0 auto;
  }
  .rec5 dt {
    float: none;
    font-size: 14px;
  }
  .rec5 dd {
    font-size: 14px;
    width: 100%;
    padding: 0;
  }
}

.rec6 {
  background: #f3efe9;
  padding: 40px 0;
}

.rec6 .tit {
  width: 22.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
  position: relative;
}

.rec6 .tit h3 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 0;
}

.rec6 ul {
  width: 73.3%;
}

.rec6 li {
  font-size: 16px;
  padding: 5px 0 5px 1em;
  text-indent: -1em;
}

@media only screen and (max-width: 1024px) {
  .rec6 li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 599px) {
  .rec6 .tit {
    border: none;
    width: 100%;
  }
  .rec6 .tit h3 {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 30px;
  }
  .rec6 ul {
    width: auto;
  }
}

.rec7 {
  padding: 90px 0;
}

.rec7 p {
  padding: 0 0 20px 0;
  text-align: center;
}

.rec7 p a {
  display: inline-block !important;
  position: relative;
  background: #000;
}

.rec7 p a strong {
  color: #fff;
  position: absolute;
  width: 95%;
  padding: 0 2.5%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  line-height: 120%;
}

.rec7 p a strong:after {
  background: #fff;
  margin-top: 10px;
}

.rec7 p a img {
  opacity: 0.6;
}

@media only screen and (max-width: 599px) {
  .rec7 p a strong {
    font-size: 16px;
  }
}

.info .homeblog {
  width: 40%;
}

.info .homeblog .homebloglist li {
  padding: 10px 0;
}

.info .homeblog .homebloglist li dt {
  width: 30%;
  border: 1px solid;
}

.info .homeblog .homebloglist li dd {
  width: 66%;
}

.info .homeblog .homebloglist li dd span {
  display: block;
  padding-bottom: 5px;
  line-height: 2;
}

.info .home-news {
  width: 40%;
}

.info .home-news .homenewslist dl {
  border-bottom: 1px solid #e7e7e7;
  padding: 21.8px 0;
}

@media (max-width:1024px) {
  .info .homeblog {
    width: 48%;
  }
  .info .home-news {
    width: 48%;
  }
}

@media (max-width: 599px) {
  .info .homeblog {
    width: 100%;
  }
  .info .home-news {
    width: 100%;
  }
}

.homestylelist .list li {
  width: calc(100% / 6 - 2%);
  position: relative;
  overflow: hidden;
/*   -webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; */
  margin: 1%;
}

.homestylelist .list 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 dl dt {
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.homestylelist dl dd {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

.homestylelist dl dd li {
  padding: 5px 0;
}

.homestylelist dl dd .title {
  width: 20%;
  border-radius: 20px;
  border: 1px solid #000;
  margin-right: 10px;
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: 0;
}

.homestylelist dl dd .hairs {
  width: calc(100% - 25% - 10px);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .homestylelist .list > li {
    width: calc(100% / 3 - 2%);
  }
}

.homearea {
  padding: 80px 0;
}

.homerecruitbox {
  background: #fff;
  padding: 10px;
}

.bkimg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.bkimg img {
  width: 100%;
  min-width: 1400px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-shop .pic {
  margin-bottom: 20px;
}

.home-shop .tel:before {
  content: 'TEL：';
}

.qa {
  width: 500px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.qa .qa-sub {
  position: absolute;
  bottom: 20px;
  left: 80%;
}

.tomore a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-left: 20px;
}

@media (max-width: 599px) {
  .homestylelist .list > li {
    width: calc(100% / 2 - 2%);
  }
  .homerecruitbox {
    padding: 20px;
  }
  .qa .qa-sub {
    left: 70%;
  }
}

/* blog_detail */
.blog_detail .single h2 {
    padding: 0.5rem 1.5rem;
    border-left: 4px solid #000;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
.blog_detail .single h3 {
    border-bottom: 3px dashed #000;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}

.blog_detail .single h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

/* recruit */
.bg-img.-filter-black:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

#recruit {
    display: none;
}

.contact-item dd.button input.rec-check:checked~#recruit {
    display: block;
    width: 100%;
}

.contact-item dd.button input.rec-check:checked~#recruit dd input {
    width: 100%;
}

[data-element-id]#recruit {
  display: block!important;
  position: relative;
  width: 100%;
  border: 2px solid blue;
}

[data-element-id]#recruit:before {
  content: "求人を選択された際に表示されます。";
  background: blue;
  color: #fff;
  display: block;
  width: 100%;
}



/* footer-kotei */
[data-element-id].footer_kotei {
    position: static;
    display: block;
    border: 2px solid green;
    max-width: 400px;
}

[data-element-id].footer_kotei:before {
    content: "モバイル用です";
    background: green;
    top: 0px;
    left: 0;
    position: absolute;
    font-size: 12px;
    color: #fff;
}


  .footer_kotei {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    display: none;
    flex-wrap: wrap;
    padding: 7px 8px 7px 10px;
    margin: 0 auto;
    background: #F7F5F4;
    font-size: 24px;
    font-weight: 600;
}

.footer_kotei .tel {
    width: 67%;
    padding: 2% 1%;
    margin: 0 auto;
    text-align: center;
}

.footer_kotei .tel a {
    font-size: 20px;
    color: #583101;
}

.footer_kotei .tel a .txt {
    display: block;
    font-size: 12px;
}

.footer_kotei .tel a .i {
    margin-right: 5px;
    display: inline-block;
}

.footer_kotei .mail {
/*     display: flex;
width: 30%;
margin: 0 auto;
background: #583101;
border-radius: 5px;
text-align: center;
padding: 5px 0; */
  width: 48%;
  margin: 0 auto;
  background: #583101;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: block;
}
/* 

.footer_kotei .mail a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    margin: auto;
}

.footer_kotei .mail a img {
    display: block;
    margin: 0 auto;
} */

.footer_kotei .mail img {
  display: block;
  margin: 0 auto;
}

.footer_kotei >div {
  position: relative;
}

.footer_kotei >div:after {
  content: "";
  width: 35%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50.1%, rgba(255, 255, 255, 0.5)), color-stop(50.6%, transparent));
  background: linear-gradient(to top left, rgba(255, 255, 255, 0.5) 50.1%, transparent 50.6%);
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width:599px) {
    .footer_kotei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
}

@media (max-width:1024px) {
  .menu .flex .btn.-small {
    width: 48%;
    margin-top: 25px;
  }
}

.footer_kotei .tell .txt {
  display: block;
}

.footer_kotei .tell {
  width: 48%;
  margin: 0 auto;
  background: #666;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  display: block;
}

.footer_kotei .tell img {
  display: block;
  margin: 0 auto;
}

.footer_kotei .tell .txt i {
  margin-right: 5px;
}


/* みたまま編集 */
[data-element-id] .area-28 .tab-box {
    flex-wrap: nowrap;
}

[data-element-id] .area-28 .tab-box .tab-btn {
    width: 20%;
}
[data-element-id] header {
    background-color: rgba(0, 0, 0, 0.8);
    position: static;
}

[data-element-id].mobile-only, [data-element-id].sp-only {
    display: block;
    border: 2px solid green;
    position: relative;
    padding-top: 10px;
}

[data-element-id].mobile-only:before, [data-element-id].sp-only:before {
    content: "モバイル用";
    font-size:10px;
    position: absolute;
    top: 0;
    left: 0;
    background: green;
    color: #fff;
    width: 100%;
}
[data-element-id] .conceptflow02inn {
    z-index: 1;
    margin-top: 70px;
}




[data-element-id].dropmenu .dropdown {
    overflow: visible;
        text-align: center;
}

[data-element-id].dropmenu .dropdown ul {
    opacity: 1;
    position: relative;
    right: 0;
    left: 0;
    transform: translate(0, -15px)!important;
}


.dropmenu .dropdown {
  overflow: hidden;
  position: relative;
}

.dropmenu .dropdown::after {
  content: "";
  width: 280px;
  height: 30px;
  border: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  right: 50%;
  left: -40%;
  z-index: 2;
}

.dropmenu .dropdown ul {
width: 200px;
  height: auto;
  margin: 23px auto 0 50px;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: #583101;
  -webkit-box-shadow: 3px 3px 10px -7px black;
          box-shadow: 3px 3px 10px -7px black;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(0, -15px);
          transform: translate(0, -15px);
  position: absolute;
  top: 100%;
  right: -175px;
  left: -175px;
  z-index: 2;
}

.dropmenu .dropdown ul::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  margin: auto;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: transparent transparent #583101 transparent;
  position: absolute;
  top: -7px;
  right: -130px;
  left: 0;
}

.dropmenu .dropdown ul li + li {
  border-top: 1px solid white;
}

.dropmenu .dropdown ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-left: 0;
}

.dropmenu .dropdown ul li a {
  display: block;
  padding: 10px 5px;
  color: white;
}

.dropmenu .dropdown:hover {
  overflow: visible;
}

.dropmenu .dropdown:hover ul {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}


@media (max-width:1024px) {
  .dropmenu .dropdown ul {
    opacity: 1;
    position: static;
    width: auto;
    background-color: unset;
    margin: 0;
    padding: 0;
    box-shadow: none;
    margin-top: 10px;
  }
  .dropmenu .dropdown.type-b ul {
    margin-top: 20px;
  }
  .dropmenu .dropdown .dropdown-btn a {
    text-align: left;
  }
  .dropmenu .dropdown:hover ul {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
  }
  .dropmenu .dropdown ul li {
    position: relative;
    padding-left: 20px;
  }
  .dropmenu .dropdown ul li:before {
    content: "└";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
  }
  
  .dropmenu .dropdown ul::before {
      display: none;
  }
  
  .dropmenu .dropdown ul li + li {
      border: none;
  }
/*   
.nav-list > .flex li.dropdown .dropdown-btn {
    display: none;
} */
  .nav-list > .flex li.dropdown {
    overflow: visible;
  }
  .nav-list > .flex li.fb {
      order: 2;
  }
  
  .nav-list > .flex li.insta {
      order: 3;
  }
  
}


.tab .tab-con {
  display: none;
}

[data-element-id] .tab .tab-con {
  display: block;
}

.tab .tab-con.active {
  display: block;
}

.tab .tab-btn li {
  background: #666;
  color: #fff;
}

.tab .tab-btn li.active {
  background: #fff;
  color: #666;
  -webkit-box-shadow: 0px -7px 10px -3px #777777;
  box-shadow: 0px -7px 10px -3px #777777;
}

.tab .tab-box li {
  width: 40%;
  padding-top: 1em;
}
.tab .tab-box li .ttl {
  position: relative;
}
.tab .tab-box li .ttl:before {
  content: "\f0dd";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 25px;
}
.tab .tab-box p {
  font-weight: 400;
  letter-spacing: 0.5px;
}

.tab .tab-box h3 {
  margin-bottom: -10px;
  font-size: 28px;
}


.tab .tab-body {
  -webkit-box-shadow: 0px -5px 10px -7px #777777;
  box-shadow: 0px -5px 10px -7px #777777;
}

@media (max-width:1024px) {
  .tab .tab-box li .ttl:before {
    bottom: -65%;
  }
}

@media only screen and (max-width: 599px) {
  .tab .tab-box h3 {
    font-size: 15px;
  }
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    display: none;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 44px 10px 30px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1;
    cursor: pointer;
}
.spreserve_tel-list li + li {
  margin-top: 10px;
}

.spreserve_tel-list li a {
    color: #fff;
    background: #cca57e;
    text-align: center;
    min-height: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1px;
}

.spreserve_tel-list li.colha a {
    background: #583101;
}

@media (max-width:599px) {
    .sp-reserved {
        display: block;
    }
    .popup {
        display: block;
    }
}
[data-element-id] .sp-reserved{
  display: block;
  position: static !important;
}
[data-element-id] .sp-reserved li .pic{
  max-width: 40px;
}

[data-element-id].popup {
    display: block;
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    opacity: 1;
    visibility: visible;
}
[data-element-id] .black-background{
  display: none;
}
[data-element-id] .popup-inner{
  position: static;
  transform: none;
}

/*# sourceMappingURL=style.css.map */


/* 2023.04.06 */

.menu01{
  margin-bottom: 30px;
    border-bottom: 1px solid;
}

.mentecolor{
  margin-bottom: 15px;
}
