@charset "utf-8";
/* CSS Document */

/**/

/**/

/**/

/* */

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family: "游ゴシック", 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;*/
    /*font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";*/
    line-height: 160%;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    /* 	position: absolute;
	bottom: 200%; */
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 34px;
    font-weight: normal;
    /*margin-bottom: 50px;*/
    line-height: 40px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.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;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs .inner {
    padding: 0;
}

.breadcrumbs-box {
  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;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

.breadcrumbs-list li.breadcrumbs-home a,
.breadcrumbs-list li.breadcrumbs-prevpage a {
  font-weight: bold;
  color: #170302;
}

.breadcrumbs-list li+li::before {
  content: "＞";
  font-family: var(--ff99);
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .breadcrumbs {
    margin: 20px 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    -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;
  }

  .breadcrumbs-list {
    width: calc(100% - 70px);
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    margin: 15px 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

.gr425 {
    width: 25%;
    margin-bottom: 4%;
}

@media(max-width:599px) {
.gr425 {
    width: 50%;
    margin-bottom: 0;
}    
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.subtit {
    position: relative;
    overflow: hidden;
}

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

.more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 65%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }
    .bkimg img {
        min-width: initial !important;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    h4 {
        font-size: 20px;
    }
    .fs20 {
        font-size: 18px;
    }
    .fs22 {
        font-size: 20px;
    }
    .fs24 {
        font-size: 20px;
    }
    .fs26 {
        font-size: 22px;
    }
    .fs28 {
        font-size: 22px;
    }
    .fs30 {
        font-size: 24px;
    }
    .fs32 {
        font-size: 24px;
    }
    .fs34 {
        font-size: 26px;
    }
    .fs36 {
        font-size: 26px;
    }
    .fs38 {
        font-size: 28px;
    }
    .fs40 {
        font-size: 28px;
    }
    .fs42 {
        font-size: 30px;
    }
    .fs44 {
        font-size: 30px;
    }
    .fs46 {
        font-size: 32px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex {
        max-width: 768px;
        margin: auto;
    }
    .flexc {
        max-width: 768px;
        margin: auto;
    }
    .flexs {
        max-width: 768px;
        margin: auto;
    }
    .flexb {
        max-width: 768px;
        margin: auto;
    }
    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }
    .cc332 {
        width: 30%;
    }
    .cc432 {
        width: 30%;
    }
    .cc533 {
        width: 30%;
    }
    /*横並び用*/
    .gr211 {
        width: 97% !important;
    }
    .gr321 {
        width: 47%;
    }
    .gr422 {
        width: 47%;
    }
    .gr532 {
        width: 30%;
    }
    .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    .fs18 {
        font-size: 16px;
    }
    .fs20 {
        font-size: 18px;
    }
    .fs22 {
        font-size: 18px;
    }
    .fs24 {
        font-size: 20px;
    }
    .fs26 {
        font-size: 20px;
    }
    .fs28 {
        font-size: 22px;
    }
    .fs30 {
        font-size: 22px;
    }
    .fs32 {
        font-size: 24px;
    }
    .fs34 {
        font-size: 24px;
    }
    .fs36 {
        font-size: 26px;
    }
    .fs38 {
        font-size: 26px;
    }
    .fs40 {
        font-size: 28px;
    }
    .fs42 {
        font-size: 28px;
    }
    .fs44 {
        font-size: 30px;
    }
    .fs46 {
        font-size: 32px;
    }
    .flex {
        max-width: 450px;
        margin: auto;
    }
    .flexc {
        max-width: 450px;
        margin: auto;
    }
    .flexs {
        max-width: 450px;
        margin: auto;
    }
    .flexb {
        max-width: 450px;
        margin: auto;
    }
    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }
    .cc332 {
        width: 47%;
    }
    .cc432 {
        width: 47%;
    }
    .cc533 {
        width: 30%;
    }
    /*横並び用*/
    .gr211 {
        width: 97%;
    }
    .gr321 {
        width: 97%;
    }
    .gr422 {
        width: 47%;
    }
    .gr532 {
        width: 47%;
    }
    .rp {
        max-width: 450px;
        margin: auto;
    }
    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }
    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* header */

h1 {
    font-size: 14px;
    padding: 16px 0;
}

/* TOPのヘッダー・Key */

#header .inner {
    padding: 10px 0;
    position: relative;
    max-width: 100%;
}

#header .key-box {
    position: relative;
}

/* 下層のヘッダー */

#header .right-data .adress,
#header .right-data .tel,
#header .right-data .open,
#header .right-data .close,
#header .right-data .follow .title {
    display: none;
}

#header .right-data {
    position: static;
    z-index: 200;
}

#header .logo {
    line-height: 120%;
}

#header .logo a {
  display: inline-block;
}

#header .logo .shop-name {
    display: block;
}

#header .follow {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .follow span {
    margin: 0 20px 0 0;
}

/* INDEXのヘッダー */

.index #header .right-data .adress,
.index #header .right-data .tel,
.index #header .right-data .open,
.index #header .right-data .close,
.index #header .right-data .follow .title {
    display: block;
}

.index #header .right-data {
    position: absolute;
    right: 0;
    top: 78px;
    z-index: 200;
}

.index #header .logo {
    line-height: 120%;
    margin: 0 0 0 auto;
    padding: 0 0 30px;
    width: 70%;
}

.index #header .logo span {
    display: block;
}

.index #header .right-data p {
    font-size: 16px;
    text-align: right;
}

.index #header .right-data .adress,
.index #header .right-data .open {
    padding: 0 0 1vh;
}

.index #header .right-data .tel,
.index #header .right-data .close {
    padding: 0 0 2vh;
}

.index #header .right-data .follow {
    text-align: center;
}

.index #header .right-data .follow .title {
    display: block;
}

.index #header .right-data .follow {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#gnav .shop-data-inmenu {
    display: none
}

.index #gnav p {
    top: 20px;
}

#key {
    position: relative;
    max-width: 80%;
    width: 100%;
}

#key .key-txt {
    color: #fff;
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 5;
}

#key .key-txt .name {
    display: block;
    font-size: 260%;
    padding: 10px 0 0;
}

@media only screen and (max-width: 1024px) {
    .index #header .right-data {
        position: static;
        z-index: 200;
    }
    .index #header .logo {
        margin: 0;
        width: 100%;
    }
    .index #header .logo span {
        display: inline;
    }
    .index #header .logo .shop-name {
        display: block;
    }
    .index #header .right-data p {
        display: inline;
        text-align: left;
    }
    .index #header .right-data p br {
        display: none;
    }
    .index #header .right-data .follow {
        position: absolute;
        right: 0;
        top: 25%;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }
    .index #header .right-data .follow .title {
        margin: 0 0 10px;
    }
    .index #key {
        max-width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    #gnav .shop-data-inmenu {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #170302;
        border-top: 1px solid #170302;
    }
    .index #gnav .shop-data-inmenu p {
        position: static;
        width: 100%;
        background: none;
        padding: 0 15px;
        color: #fff;
    }
    .index #gnav .shop-data-inmenu p a {
        padding: 10px 0;
        color: #fff;
    }
    .index #gnav .shop-data-inmenu p br {
        display: none;
    }
    .shop-data-outmenu {
        display: none
    }
    .index #header .right-data .follow {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 50%;
    }
    .index #header .right-data {
        position: relative;
        top: 0;
    }
    .index #header .right-data .logo {
        width: 50%;
    }
    #header .follow {
      right: 0px;
      padding: 30px 0 0 0;
    }
    .index #header .follow {
      right: 20px;
      padding: 0;
    }
}

/* footer */

#footer .footer-menu ul li {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}

#footer .footer-menu ul .gr532 {
    width: 20%;
}

#footer .footer-menu ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

#footer .footer-menu ul li .txt-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

#footer .footer-menu ul li .hover-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    z-index: 5;
}

#footer .footer-menu ul li a:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#footer .footer-menu ul li a:hover:after {
    display: none;
}

#footer .footer-menu ul li a:hover .hover-box {
    border: 1px solid #fff;
}

#footer .footer-menu ul li a:hover {
    opacity: 1;
}

#footer .footer-menu ul li .txt-box h4,
#footer .footer-menu ul li .txt-box p {
    color: #fff;
    text-align: center;
}

#footer .footer-menu ul li .txt-box h4 {
    margin: 0 0 50px;
    padding: 0 0 20px;
    position: relative;
    font-size: 18px;
}

#footer .footer-menu ul li .txt-box h4:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30%;
    border-bottom: 1px solid #fff;
}

.home-map {
    position: relative;
    overflow: hidden;
}

.home-map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .instagram-box .inner {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

#footer .instagram-box h3,
#footer .instagram-box p {
    margin-bottom: 20px;
    text-align: center;
}

#footer .instagram-box li {
    -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 2%;
}

#footer .foot-data {
    border-bottom: 26px solid #423d30;
}

#footer .foot-data p {
    text-align: center;
    margin: 0 0 40px;
}

#footer .foot-data .logo {
    line-height: 120%;
}

#footer .foot-data .logo span {
    display: block;
}

.totop {
    position: fixed !important;
    z-index: 100;
    right: 2%;
    bottom: 2%;
    width: 80px;
    height: 100px;
    text-align: center;
}

.totop span {
    display: block;
    padding: 10px 0 0;
}

@media only screen and (max-width: 1024px) {
    #footer .footer-menu ul .gr532 {
    width:  50%;
}

#footer .footer-menu ul .gr532:nth-of-type(5n+3) {
    width: 33.3%;
}

#footer .footer-menu ul .gr532:nth-of-type(5n+4) {
    width:  33.3%;
}

#footer .footer-menu ul .gr532:nth-of-type(5n+5) {
    width:  33.3%;
}
    .totop img {
        width: 70%;
    }
    #footer .instagram-box .inner {
        width: 93%;
        max-width: 768px;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 599px) {
    #footer .foot-data {
        padding-bottom: 80px;
    }
    .totop {
    bottom: 4%;
}
    .totop img {
        width: 50%;
    }
    #footer .instagram-box .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* 共通 */

#gnav p {
    display: block !important;
    width: 42px;
    height: 42px;
    background: #170302;
    cursor: pointer;
    margin: 0 0 0 auto;
    opacity: 0.8;
    position: fixed;
    z-index: 251;
    top: 60px;
    right: 20px;
}

#gnav p span.n {
    display: block;
    background: #fff;
    height: 2px;
    width: 28px;
    text-indent: 9999px;
    padding: 0;
    top: 50%;
    left: 7px;
    margin-top: -1px;
    position: absolute;
    -webkit-transition: ease .40s;
    transition: ease .40s;
}

#gnav p span.n:before {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: -10px;
    left: 0;
}

#gnav p span.n:after {
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 28px;
    position: absolute;
    top: 10px;
    left: 0;
}

#gnav.action p span.n {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#gnav.action p span.n:after,
#gnav.action p span.n:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
    left: 0;
}

#gnav .accordion-body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    -webkit-transition: height ease .1s, opacity ease .4s;
    transition: height ease .1s, opacity ease .4s;
    padding: 0;
    border: none;
    padding-bottom: 0;
    background: rgba(51, 51, 51, 0.8);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: -10;
}

#gnav.action .accordion-body {
    height: 100vh;
    opacity: 1;
    z-index: 250;
}

#gnav .accordion-inner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

#gnav .flexb {
    max-width: 100%;
}

#gnav li {
    display: block !important;
    width: 50%;
    text-align: center;
    float: none;
    border: none !important;
    border-bottom: 1px dotted #cacad9 !important;
    padding: 0 !important;
    margin-top: 0;
}

#gnav li:first-child {
    width: 100%;
}

#gnav li:nth-child(even) {
    border-right: 1px dotted #cacad9 !important;
}


#gnav li:hover:before {
    display: none;
}

#gnav ul li a {
  color: #fff;
    height: auto;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border: none !important;
}

.overlay:after {
    content: "";
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 150;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.more-btn {
    background-color: #eeeeee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #423d30;
    width: 50%;
    min-width: 192px;
    max-width: 192px;
    ;
}

.more-btn a {
    display: block;
    padding: 15px;
    position: relative
}

.more-btn a:after {
    content: "＞";
    border-left: 2px solid #423d30;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 360%;
    width: 20%;
    height: 100%;
}

/* 下層h3 */

.second-ornament {
    border-top: 2px solid #c9c5c6;
    border-bottom: 2px solid #c9c5c6;
    font-size: 60px;
    padding: 50px 0;
    text-align: center;
}

.second-ornament .ruby {
    display: block;
}

h4 {
    line-height: 100%;
    /*text-align: center;*/
    margin: 0 0 50px;
}

h4 .ruby {
    display: block;
}

/* :hover */

.cont-hv a {
    position: relative;
    display: block;
    z-index: 5;
}

.cont-hv a:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(108, 94, 62, 0.5);
}

.cont-hv .staff-name {
    color: #fff;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
    white-space: nowrap;
}

.cont-hv .post-box {
    color: #fff;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.cont-hv .post-box span {
    display: block;
}

.cont-hv .post-box .post-title {
    padding-bottom: 10px;
}

.cont-hv .post-box .post-link {
    text-align: right;
}

.cont-hv:hover a:after {
    display: block;
}

.cont-hv:hover .post-box {
    display: block;
}

.cont-hv:hover .staff-name {
    display: block;
}

/* ギャラリー等のメニュー */

.menu-nav {
    margin: 0 0 70px;
}

.menu-nav ul {
    width: 80%;
}

.menu-nav ul li:not(:last-child) {
    margin: 0 30px 0 0;
}

.menu-nav a {
    padding: 5px;
}

.menu-nav a:hover {
    background-color: #ff9d92;
}

/* サムネイル画像の並び */

.thumb-list ul {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .more-btn,
    .top-about .more-btn {
        margin: 0 auto !important;
    }
    #gnav p {
        top: 0;
        right: 0;
    }
    .index #gnav p {
        top: 0;
    }
    .second-ornament {
        padding: 40px 0 20px;
        font-size: 40px;
    }
    .cont-hv .post-box {
        background-color: rgba(255, 255, 255, 0.8);
        color: #222222;
        display: block;
        width: 100%;
        padding: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .second-ornament {
        padding: 30px 0 15px;
    }
    .staff .gr321 {
        padding: 0 20px;
    }
    .menu-nav {
        margin: 0 0 30px;
    }
    .menu-nav a {
        text-decoration: underline;
    }
    .menu-nav ul {
        width: 97%;
    }
    .menu-nav ul li:not(:last-child) {
        margin: 0 0 10px 0;
    }
    #gnav ul {
        margin-bottom: 20px;
    }
}

/* index */

.index .h3-sub {
    display: block;
    font-size: 30%;
}

.left-border,
.right-border {
    position: relative;
}

.left-border {
    padding: 0 0 0 5%;
}

.right-border {
    padding: 0 5% 0 0;
}

.left-border:before,
.left-border:after,
.right-border:before,
.right-border:after {
    content: "";
    background-color: #d2d2d2;
    position: absolute;
}

.left-border:before,
.right-border:before {
    top: 0;
    width: 7px;
    height: 34px;
}

.left-border:after,
.right-border:after {
    bottom: 0;
    width: 3px;
    height: 94%;
}

.left-border:before {
    left: 0;
}

.left-border:after {
    left: 2px;
}

.right-border:before {
    right: 0;
}

.right-border:after {
    right: 2px;
}

.shop-about .top-post .left {
    width: 36%;
}

.shop-about .top-post .right {
    width: 61%;
}

.shop-about .top-post-box {
    margin: 0 0 20px;
}

.shop-about .top-post-box:last-child {
    margin: 0 0 40px;
}

.shop-about .top-post-box .box {
    border: 2px solid #423d30;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 10px;
    text-align: center;
}

.shop-about .top-post-box .fill-box {
    background-color: #ff9d92;
    border: none;
}

.shop-about .top-post-box .title {
    display: block;
    margin: 0 0 10px;
}

.shop-about .top-post-box .txt {
    font-size: 86%;
}

.top-concept-box {
    margin: 0 0 50px;
}

.top-concept-box h3 {
    margin: 0 0 0 auto;
    width: 22%;
}

.top-concept {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.top-about .cont-title {
    padding: 70px 0;
}

.top-about .cont-txt {
    margin: 0 0 40px;
}

.top-about .more-btn {
    margin: 0 0 0 auto;
}

.top-concept .left {
    width: 28%;
}

.top-concept .right {
    width: 68%;
}

.top-product .left,
.top-product .right {
    width: 30%;
}

.top-product h3 {
    margin-bottom: 0px;
}

.top-staff-box {
    margin: 0 0 50px auto;
    width: 20%;
}

.top-staff-box h3 {
    margin-bottom: 0px;
}

.top-staff .staff-list ul li {
    position: relative;
    overflow: hidden;
}

.top-staff .staff-list .staff-name {
    white-space: normal
}

.top-staff .staff-list .staff-name .posi {
    display: block;
}

.top-staff .staff-list .staff-name .name-br {
  display: block;
}

@media only screen and (max-width: 1024px) {
    .left-border:before,
    .left-border:after,
    .right-border:before,
    .right-border:after {
        display: none;
    }
    .left-border,
    .right-border {
        padding: 0;
    }
    h3 {
        text-align: center;
        margin: 0 0 30px !important;
    }
    .top-concept-box h3 {
        width: 100%;
    }
    .top-staff-box {
        width: 100%;
    }
    #footer .footer-menu ul li .txt-box h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
  .top-about .cont-title {
    padding: 30px 0;
  }
  .index .h3-sub {
    font-size: 16px;
  }
}

/* 02.MENU */

.menu .inner {
    max-width: 860px;
}

.menu .menu-box {
    position: relative;
    margin: auto auto 100px;
}

.menu h4 {
    border-bottom: 1px solid #c9c5c6;
    line-height: 100%;
    margin: 0 0 20px;
}

.menu h4 .ruby {
    display: inline-block;
}

.cut-menu .left,
.color-menu .left {
    width: 74%;
}

.menu-box .right {
    width: 26%;
}

.menu-box dl {
    border-bottom: 1px solid rgba(201, 197, 198, 0.5);
    max-width: 96%;
    padding: 5px 0;
    width: 100%;
}

.menu-box dl .flexb .msg{
  width: calc(100% - 70px);
}

.menu-box dl dd{
  text-align: right;
    width: 70px;
    align-self: flex-end;
}

.perm-menu .left,
.option .left {
    width: 74%;
}

.color-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.color-menu h4 {
    text-align: right;
}

.color-menu dl {
    margin: 0 0 0 auto;
}

.treatment-menu .left {
    position: relative;
    width: 50%;
}

.treatment-menu .left dl {
    margin: 0 0 10px;
}

.treatment-menu .left .msg {
    max-width: 360px;
    margin: 0 0 30px;
}

.treatment-menu .right p {
    width: 26%;
    height: auto;
    position: absolute;
}

.treatment-menu .right p:first-child {
    right: 0;
    top: 0;
}

.treatment-menu .right p:last-child {
    right: 150px;
    top: 150px;
}

@media only screen and (max-width: 1024px) {
    .menu .menu-box {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-bottom: 80px;
    }
    .menu-box .left,
    .menu-box .right {
        width: 45%;
    }
    .treatment-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .treatment-menu .right p {
        position: relative;
        width: 100%;
    }
    .treatment-menu .right p:last-child {
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .menu .menu-box {
        margin-bottom: 60px;
    }
    .menu-box .left,
    .menu-box .right {
        margin: 0 auto;
        width: 94%;
    }
    .menu-box .left {
        margin-bottom: 20px;
    }
    .treatment-menu {
        display: block;
    }
    
    .menu-box dl{
      max-width: 100%;
    }
    
    .menu-box dl .flexb .msg {
        width: 100%;
    }
    
    .menu-box dl dd{
      width: 100%;
      margin-top: 10px;
    }
    
    .color-menu h4{
        text-align: left;
    }
    
    .treatment-menu .left .msg{
      margin-bottom: 0;
    }
}

/* staff */

.stylist-box h4 {
    line-height: 100%;
    text-align: center;
    margin: 0 0 50px;
}

.stylist-box h4 .ruby {
    display: block;
}

.stylist-box li a {
    position: relative;
    margin-bottom: 20px;
}

.stylist-box li dl,
.stylist-box li dt,
.stylist-box li dd {
    text-align: center;
}

.stylist-box,
.asistant-box {
    margin: 0 0 100px;
}

.staff .stylist-box .gr321,
.staff .asistant-box .gr321 {
    padding: 50px;
}

/* staff-detail */

.staff-data-box,
.staff-blog,
.staff-style {
    margin-bottom: 100px;
}

.staff-blog h4,
.staff-style h4 {
    text-align: left;
}

.staff-data-box .left {
    border-right: 3px solid #c9c5c6;
    width: 50%;
}

.staff-data-box .img {
    width: 44%;
}

.staff-data-box .name {
    text-align: center;
    width: 43%;
    line-height: 1.2;
}

.staff-data-box .pos {
    text-align: center;
    width: 13%;
}

.staff-data-box .right {
    width: 47%;
}

.staff-detail .right dl {
    border-bottom: 2px dotted #cccccc;
    padding: 30px 0;
}

.staff-detail .right dt {
    width: 32%;
}

.staff-detail .right dd {
    width: 68%;
}

.staff-single-back {
    border: 2px solid #000;
    text-align: center;
    width: 50%;
    padding: 10px 0;
    margin: 0 auto 60px;
}

.staff-detail-box .staff-blog .cont-hv a {
  position: relative;
  padding-top: 65%;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .staff .stylist-box .flexs,
    .staff .asistant-box .flexs {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .staff .stylist-box .gr321,
    .staff .asistant-box .gr321 {
        padding: 0;
    }
    .staff-data-box,
    .staff-blog,
    .staff-style {
        margin-bottom: 80px;
    }
    .staff-blog h4,
    .staff-style h4 {
        text-align: center;
    }
    .staff-detail .left {
        border-right: none;
        width: 94%;
    }
    .staff-data-box .img {
    margin:  auto;
    width: 60%;
    }
    .staff-data-box .name {
    width:  100%;
    margin-top:  10px;
    }
    .staff-data-box .pos {
    width:  100%;
    }
    .staff-detail .right {
        margin: 0 auto;
        width: 94%;
    }
    .stylist-box li a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .staff-data-box,
    .staff-blog,
    .staff-style {
        margin-bottom: 60px;
    }
    .staff .stylist-box .gr321,
    .staff .asistant-box .gr321 {
        width: 47%;
    }
    .staff-detail .img {
        margin: 0 auto 20px;
        width: 80%;
    }
    .staff-detail .name,
    .staff-detail .pos {
        margin: 0 auto;
        width: 80%;
    }
    .staff-detail .name {
        margin-bottom: 10px;
    }
    .staff-detail .right dt {
        width: 50%;
    }
    .staff-detail .right dd {
        width: 50%;
    }
}

/* salon */

.salon .second-key-box {
    margin: 0 0 100px;
    position: relative;
}

.salon .key-txt {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2%;
    position: absolute;
    left: 4%;
    bottom: 10%;
    font-weight: bold;
}

.salon-data-box {
    width: 29%;
}

.salon .logo {
    line-height: 120%;
}

.salon .logo .shop-name {
    display: block;
}

.salon .data-title,
.salon dl dt {
    margin: 0 0 20px;
}

.salon dl dt,
.salon dl dd {
    width: 100%;
}

.salon dl:not(:last-child) {
    margin: 0 0 20px;
}

.salon-img-box {
    width: 42%
}

.salon-img-box ul li {
    width: 49%;
    margin-bottom: 2%;
}

.salon-map {
    width: 27%;
}

@media only screen and (max-width: 1024px) {
    .salon .second-key-box {
        margin: 0 0 80px;
    }
    .salon-data-box {
        margin: 0 auto 30px;
        width: 97%;
    }
    .salon-map {
        width: 49%;
    }
}

@media only screen and (max-width: 599px) {
    .salon .second-key-box {
        margin: 0 0 40px;
    }
    .salon-data-box dt {
        width: 30%;
    }
    .salon-img-box {
        width: 97%;
        margin: 0 auto 40px;
    }
    .salon-map {
        margin: 0 auto 40px;
        width: 97%;
    }
}

/* concept */

.concept .slide-area {
    margin: 0 0 100px;
}

.concept .slide-area p {
    margin: 0 auto;
    /*width: 55%;*/
}

.concept-msg-area {
    margin: 0 0 100px;
}

.concept .left {
    width: 58%;
}

.concept .right {
    width: 32%;
}

.concept .right h4 {
    margin-bottom: 120px;
    text-align: left;
}

.concept .right .title {
    margin: 0 0 70px;
}

.salon-concept-area h4 {
    text-align: left;
}

.salon-concept-area .evolve {
    background-color: #ff9d92;
    font-weight: bold;
    padding: 4px 20px;
    display: inline-block;
    margin: 0 0 30px;
}

.salon-concept-area ul li {
    position: relative;
}

.salon-concept-area .msg-box {
    background-color: #ebe5dc;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 10px;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.salon-concept-area .pos-txt01,
.salon-concept-area .pos-txt02 {
    color: #fff;
    position: absolute;
    z-index: 4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
}

.salon-concept-area .pos-txt01 {
    font-size: 320%;
    top: 10px;
    left: 10px;
}

.salon-concept-area .pos-txt01 span {
    color: #ff6666;
}

.salon-concept-area .pos-txt02 {
    font-size: 800%;
    bottom: 95px;
    right: 5px;
}

.salon-concept-area .msg-box .title {
    font-weight: bold;
    margin: 0 0 10px;
}

@media only screen and (max-width: 1024px) {
    .concept .left,
    .concept .right {
        margin: 0 auto;
        width: 97%;
    }
    .concept .left {
        margin-bottom: 30px;
    }
    .concept .right h4 {
        margin-bottom: 30px;
        text-align: center;
    }
    .concept .right .title {
        margin: 0 0 30px;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {}

/* coupon */

.coupon-ticket {
    position: relative;
    max-width: 851px;
    margin: 0 auto 40px;
}

.coupon-ticket .left {
    border: 1px solid #cccccc;
    border-radius: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 86px;
    width: 5%;
    position: relative;
}

.coupon-ticket .left:after {
    content: "COUPON";
    white-space: nowrap;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.coupon-ticket .left p {
    text-align: center;
    padding: 8em 0 0;
}

.coupon-ticket .right {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    max-width: 764px;
    width: 95%;
    margin: 0 auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.coupon .target {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    width: 25%;
}

.coupon .normal-price {
    text-decoration: line-through;
}

.coupon .discount-price {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 3px;
}

.coupon .normal-price,
.coupon .discount-price {
    margin: 0 0 0 60px;
}

.coupon .contact-btn {
    background-color: #ff9999;
    border-radius: 4px;
    display: inline-block;
    padding: 2px 15px;
    margin: 0 0 50px 55%;
}

.coupon .shop-logo {
    color: #cccccc;
    position: absolute;
    right: 3%;
    top: 0;
}

.coupon .shop-logo span {
    display: block;
    font-size: 90px;
    padding: 10px 0 0;
}

.coupon .bottom-msg {
    margin: 0 0 10px;
}

.coupon .barcode {
    position: absolute;
    right: 3%;
    bottom: 9%;
}

@media only screen and (max-width: 1024px) {
    .coupon-ticket .left p {
        padding: 10em 0 0;
    }
    .coupon-ticket .right {
        width: 87%;
    }
    .coupon .target {
        width: 28%;
    }
    .coupon .discount-price {
        margin-bottom: 80px;
        font-size: 50px;
    }
    .coupon .contact-btn {
        position: absolute;
        margin: 0;
        right: 20%;
        bottom: 40%;
    }
    .coupon .shop-logo {
        color: #cccccc;
        position: absolute;
        right: 3%;
        top: 0;
    }
    .coupon .shop-logo span {
        font-size: 70px;
    }
    .coupon .bottom-msg {
        width: 60%;
    }
    .coupon .contact-btn a {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .coupon-ticket .left {
        display: none;
    }
    .coupon .contact-btn {
      position: static;
      right: 0;
      bottom: 0;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .coupon .target {
        width: 48%;
    }
    .coupon .target,
    .coupon .coupon-name {
        position: relative;
        z-index: 5;
    }
    .coupon .discount-price {
        margin: 0 0 20px;
        text-align: center;
        font-size: 40px;
    }
    .coupon .normal-price {
        width: 70%;
        margin: 0 auto;
        text-align: left;
    }
    .coupon .valid {
      width: 60%;
    }
    .coupon .barcode {
      bottom: 3%;
    }
    .coupon-ticket .right {
      padding-bottom: 60px !important;
    }
}

/* post(blog.news) */

.post-list-box .left {
    width: 75%;
}

.post-list-box ul .gr321 {
    border: 2px solid #000;
}

.post-list-box .thumb {
    border-bottom: 2px solid #000;
}

.post-list-box .post-data-pack {
    padding: 30px 20px 15px;
}

.post-list-box .post-day {
    color: #ccc;
}

.post-list-box .post-title {
    font-weight: bold;
    margin: 0 0 20px;
}

.blog .post-list-box .post-more {
    background-color: #707070;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.blog .post-list-box .post-more a {
    color: #fff;
    display: block;
    padding: 4px 0;
}

.post-list-box .right {
    width: 21%;
}

.post-list-box .post-cat-box,
.post-list-box .post-arc-box {
    border: 2px solid #000;
}

.post-list-box .post-cat-box {
    margin-bottom: 10px;
}

.post-list-box .right dl {
    padding: 30px 30px 30px 20px;
}

.post-list-box .right dt {
    margin-bottom: 40px;
}

.post-list-box .right dd {
    border-bottom: 1px dashed #423d30;
    padding: 5px 0;
}

.news .post-list-box .post-more {
    text-align: right;
}

.news .post-list-box .post-more a {
    display: block;
}

/* pagenav */

.post-list-box .pagenav {
    border: 2px solid #000;
    width: 97%;
    margin: 0 auto;
}

.pagenav ul {
  text-align: center;
}

.pagenav li {
    font-size: 18px;
    display: inline-block;
}

.pagenav li a {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
}

.pagenav .st a {
    text-decoration: underline;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

/* single */

.post-single-box {
    margin: 0 0 50px;
}

.post-single-box .post-single-pack {
    border: 2px solid #000;
    padding: 40px 40px 80px;
    margin: 0 0 40px;
}

.post-single-box .left .cat,
.post-single-box .left .title,
.post-single-box .left .day {
    text-align: center;
    margin: 0 0 20px;
}

.post-single-box .left .cat,
.post-single-box .left .day {
    color: #ccc;
}

.post-single-box .left .txt-area img {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
}

.post-single-box .post-single-back {
    border: 2px solid #000;
    text-align: center;
}

.post-single-box .post-single-back a {
    display: block;
    padding: 10px 0;
}

.blog_detail .recommend h4 {
    border-bottom: 3px solid #535353;
    color: #fff;
    text-align: left;
}

.blog_detail .recommend h4 span {
    background-color: #535353;
    display: block;
    padding: 6px 0 2px 15px;
    width: 40%;
}

.blog_detail .recommend .thumb {
    margin: 0 0 20px;
}

.blog_detail .recommend .title {
    text-align: center;
}

.blog_detail .recommend div:not(:last-child) {
    margin: 0 0 40px;
}

@media only screen and (max-width: 1024px) {
    .post-list-box .left,
    .post-list-box .right {
        margin: 0 auto;
        width: 94%;
    }
    .pagenav {
        margin: 0 auto 30px !important;
        width: 100% !important;
    }
    .post-list-box .right dt {
        margin-bottom: 30px;
    }
    .post-single-box .post-single-back {
        margin-bottom: 30px;
    }
    .blog-detail .recommend {
        margin: 0 auto;
        width: 94%;
    }
    .blog-detail .recommend ul li {
        margin: 0 auto 30px;
        width: 94%;
    }
    .blog-detail .recommend h4 span {
        width: 60%;
    }
}

@media only screen and (max-width: 599px) {
  .post-list-box ul .gr321 {
        width: 100%;
    }
    .post-list-box .pagenav {
        width: 100%;
    }
}

/* gallery */

.gallery .menu-nav ul {
    margin: 0 auto;
}

.gallery .menu-nav li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.gallery .gallery-list {
    border-bottom: 3px solid #000;
    margin: 0 0 40px;
}

.gallery .gallery-list .gr422 {
    width: 24%;
}

.gallery .gallery-list .thumb {
    margin: 0 0 20px;
}

.gallery .gallery-list .style-data dd {
    font-weight: bold;
    margin: 0 0 20px;
}

.gallery .gallery-list .stylist-data .stylist-thumb {
    max-width: 100px;
    max-height: 100px;
    margin: 0 0 0 auto;
}

.gallery .pagenav {
    margin: 0 auto 50px;
    width: 34%;
}

.gallery .cont-hv a:after {
    background-color: rgba(17, 17, 17, 0.6);
}

.gallery .recommend h4 {
	text-align: center;
}

.gallery_detail .left {
    width: 47%;
}

.gallery_detail .right {
    width: 47%;
}

.gallery_detail .right ul li {
    margin-bottom: 1%;
    width: 49%;
}

.gallery_detail .style-data {
    margin-bottom: 70px;
}

.gallery_detail .style-data dt {
    margin: 0 0 20px;
}

.gallery_detail .style-data dd {
    font-weight: bold;
}

.gallery_detail .gallery-staf-area {
    position: relative;
}

.gallery_detail .gallery-staf-area h4 {
    position: absolute;
    left: 0;
    top: -8%;
    color: #fff;
    background-color: #535353;
    font-weight: normal;
    width: 25%;
    padding: 15px 0;
	text-align: center;
}

.gallery_detail .gallery-staf-area {
    margin: 0 3%;
}

.gallery_detail .staff-data-box {
    border: 1px solid #535353;
    padding: 20px 40px;
}

.gallery_detail .staff-data-box .left {
    width: 50%;
}

.gallery_detail .staff-data-box .right {
    padding: 20px 0 20px 5%;
}

.gallery_detail .gallery-shop-logo {
    color: #cccccc;
    margin: 0 0 20px;
}

.gallery_detail .gallery-shop-logo span {
    display: block;
    font-size: 80px;
    padding: 10px 0 0;
    line-height: 100%;
}

.gallery_detail .staff-data-box .contact-btn {
    text-align: center;
}

.gallery_detail .staff-data-box .contact-btn a {
    background-color: #ff9999;
    border-radius: 10px;
    font-weight: bold;
    display: block;
    padding: 4px 0;
    width: 50%;
}

.gallery_detail .gallery-single-back {
    border: 2px solid #000;
    margin: 0 auto;
    text-align: center;
    width: 80%;
}

.gallery_detail .gallery-single-back a {
    display: block;
    padding: 6px 0;
}


@media only screen and (max-width: 1024px) {
    .menu-nav ul {
        width: 100%;
    }
    .menu-nav {
        width: 94%;
        margin: 0 auto 40px
    }
    .menu-nav ul li:not(:last-child) {
        margin: 0 15px 10px 0 !important;
    }
    .gallery .gallery-list .gr422 {
        width: 47%;
    }
    .gallery .pagenav {
        text-align: center;
        width: 94%;
    }
    .gallery .pagenav ul {
        display: inline-block;
    }
    .gallery_detail .staff-data-box {
        border: 1px solid #535353;
        padding: 2% 4%;
    }
    .gallery_detail .staff-data-box .left {
        border-right: none;
        width: 94%;
    }
    .gallery_detail .staff-data-box .right {
        width: 94%;
    }
    .gallery_detail .staff-data-box .contact-btn a {
        margin: 0 auto;
        width: 80%;
    }
}

@media only screen and (max-width: 599px) {
    .gallery .pagenav li a {
        padding: 10px 15px;
    }
    .gallery .gallery-list .gr422 {
        margin: 0 auto 30px;
    }
    .gallery .menu-nav ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .gallery .menu-nav li {
        -webkit-box-flex: unset;
        -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        margin: 0 15px 20px 0 !important;
    }
    .gallery_detail .left,
    .gallery_detail .right {
        margin: 0 auto 20px;
        width: 94%;
    }
    .gallery_detail .right ul li {
        width: 24%;
    }
    .gallery_detail .gallery-staf-area h4 {
        width: 45%;
    }
    .gallery_detail .gallery-shop-logo span {
        font-size: 60px;
    }
    .gallery .gallery-list .stylist-name {
      margin-bottom: 10px;
    }
}

/* damage */
.damage h4,
.gray h4 {
	text-align: center;
}

.damage-less {
    position: relative;
}

.damage-less .damage-img {
    position: relative;
}

.damage-less .damage-img img {
    height: auto;
    width: 80%;
}

.damage-less .txt-box {
    background-color: rgba(255, 250, 240, 0.5);
    padding: 2% 4%;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.damage-less .txt-box p:first-child {
    margin: 0 0 20px;
}

.damage .bg-inner {
    background-color: #fffaf0;
}

.damage .inner {
    padding-bottom: 0px;
    margin-bottom: 50px;
}

.damage-person h4 {
    margin: 0 0 80px;
}

.damage-person .left {
    position: relative;
    width: 38%;
}

.damage-person .left .img-over {
    position: relative;
    width: 55%;
    z-index: 2
}

.damage-person .left .img-under {
    width: 55%;
    margin: -10% 0 0 25%;
}

.damage-person .center {
    width: 40%;
}

.damage-person .center li {
    margin: 0 0 30px;
}

.damage-person .center label {
    font-weight: bold;
}

.damage-person .right {
    width: 22%;
}

.damage .no-bottom-inner {
    margin-bottom: 0;
}

#main .damage-care .left,
#main .damage-care .right {
    width: 50%;
}

#main .damage-care .right p {
    font-weight: bold;
    line-height: 250%;
}

.damage-care .left .img-over,
.damage-care .right .img-over {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .damage-less .damage-img {
        margin: 0 auto;
        width: 94%;
    }
    .damage-less .damage-img img {
        width: 100%;
    }
    .damage-less .txt-box {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 94%;
        margin: 0 auto;
    }
    .damage-person {
        margin: 0 auto;
        width: 94%;
    }
    .damage-person .left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 30px;
        width: 100%;
    }
    .damage-person .left .img-under {
        margin: 0;
    }
    .damage-person .left .img-over,
    .damage-person .left .img-under {
        width: 50%;
    }
    .damage-person .center {
        width: 55%;
    }
    .damage-person .right {
        width: 45%;
    }
    #main .damage-care .left,
    #main .damage-care .right {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
  .damage-person .center {
    width: 100%;
  }
  .damage-person .right {
    margin: 0 auto;
  }
}

/* faq */

.faq .outer-key {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.faq .outer-key:before {
    content: "";
    display: block;
    padding-top: 25%;
}

.faq .outer-key .second-key {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.faq .outer-key .second-key img {
    width: 100%;
}

.faq-box li {
    border-bottom: 1px solid #d2d2d2;
    padding: 30px 0;
}

.faq-box li:first-child {
    border-top: 1px solid #d2d2d2;
}

.faq-box .faq-q,
.faq-box .faq-a {
    border: 3px solid #333333;
    display: inline-block;
    padding: 8px 18px;
    margin: 0 20px 0 0;
}

.faq-box .faq-a {
    background-color: #000;
    color: #fff;
}

.faq-box dl {
    width: 95%;
    margin: 0 auto;
}

.faq-box dl:first-child {
    margin-bottom: 30px;
}

.faq-box dt {
    font-weight: bold;
    margin: 0 0 30px;
}

/* recruit */

.recruit .left {
    width: 40%;
}

.recruit .right {
    width: 54%;
}

.recruit .left-border {
    padding: 20px 0 20px 5%;
}

.rec-box h4 {
    font-weight: normal;
    text-align: left;
}

.recruit .msg-title {
    border: 2px solid #423d30;
	font-weight: bold;
    margin: 0 0 40px;
    padding: 5px 0 5px 10px;
    width: 60%;
}

.rec-box .msg {
    margin: 0 0 40px;
}

.rec-btn {
    background-color: #ff9999;
    border-radius: 10px;
    width: 50%;
}

.rec-btn a {
    display: block;
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
}

.curriculum-box {
    margin: 0 0 100px;
}

.recruit .tc {
    color: #ff9999;
}

.rec-curriculum .rec-btn {
    font-weight: bold;
    padding: 4px 0;
    text-align: center;
    margin: 0 auto 20px;
    width: 20%;
}

.rec-curriculum .msg-title {
    margin: 45px 0;
}

.rec-curriculum .skil {
    margin: 0 0 20px;
}

.rec-curriculum ul {
    margin: 0 0 30px;
}

.rec-curriculum ul li {
    list-style-type: disc;
    list-style-position: inside;
    width: 50%;
}

.rec-curriculum .under-img {
    width: 50%;
    height: auto;
    margin: 0 0 0 auto;
}

.rec-curriculum .over-img {
    width: 40%;
    height: auto;
    margin: -17% 0 0 20%;
}

.recruit .staff-comment {
    background: url(/import/tenant_1/153.126.177.147/html/images/recruit/bg_stripe.png) repeat left top;
    padding: 1px;
}

.recruit .staff-comment-inner {
    background-color: #fff;
    padding: 6% 0;
}

.recruit .staff-comment-inner .left {
    width: 20%;
}

.recruit .staff-comment .staff-photo {
    -webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.8);
}

.recruit .staff-comment-inner .right {
    width: 60%;
}

.recruit .staff-comment h4 {
    text-align: left;
}

.recruit .staff-comment h4 .ruby {
    display: inline;
}

.recruit .staff-comment .comment-title {
    font-weight: bold;
    margin: 0 0 30px;
}

.recruit .rec-flow ul li {
    margin: 0 0 30px;
    position: relative;
}

.recruit .rec-flow ul li:not(:last-child):after {
    content: "";
    background: url(/import/tenant_1/153.126.177.147/html/images/recruit/arrow.png) no-repeat center bottom;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -22px;
    width: 23px;
    height: 13px;
}

.recruit .rec-flow dl {
    padding: 40px 0 0;
    width: 70%;
}

.recruit .rec-flow dl dt {
    margin: 0 0 30px;
}

.recruit .rec-flow dl dt span {
    border: 3px solid #000;
    font-weight: bold;
    padding: 12px 14px;
    margin: 0 30px 0 0;
}

.recruit .rec-flow .pic {
    width: 25%;
    margin: 0 0 0 5%;
}

.recruit .rec-table {
    border: 1px solid #7c7c7c;
}

.recruit .rec-table dl:not(:last-child) {
    border-bottom: 1px solid #7c7c7c;
}

.recruit .rec-table dl dt {
    text-align: center;
    width: 18%;
}

.recruit .rec-table dl dd {
    border-left: 1px solid #7c7c7c;
    padding: 15px 0 15px 30px;
    width: 82%;
}

.recruit .rec-table .bold {
    font-weight: bold;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .recruit .left,
    .recruit .right {
        margin: 0 auto;
        width: 94%;
    }
    .recruit .left {
        margin-bottom: 50px;
    }
    .recruit .left-border {
        padding: 0;
    }
    .rec-btn {
        margin: 0 auto;
    }
    .rec-curriculum ul {
        width: 100%;
    }
    .rec-curriculum ul li {
        margin: 0 0 10px;
        width: calc(100% / 3);
    }
    .rec-curriculum .curriculum-box .right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .rec-curriculum .over-img {
        width: 50%;
        margin: 0;
    }
    .recruit .staff-comment h4 .ruby {
        display: block;
    }
    .recruit .rec-flow dl {
        padding: 0;
    }
    .recruit .rec-flow ul li {
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 599px) {
    .rec-btn {
        width: 80%;
    }
    .recruit .msg-title {
        width: 100%;
    }
    .rec-curriculum ul li {
        width: 50%;
    }
    .rec-curriculum .rec-btn {
        width: 40%;
    }
    .recruit .staff-comment-inner .left,
    .recruit .staff-comment-inner .right {
        width: 90%;
    }
    .recruit .rec-flow dl,
    .recruit .rec-flow .pic {
        width: 94%;
    }
    .recruit .rec-flow dl dt span {
        margin: 0 10px 0 0;
        padding: 6px 8px;
    }
    .recruit .rec-flow dl dd {
        margin: 0 0 20px;
    }
    .recruit .rec-table {
        margin: 0 auto;
        width: 94%;
    }
    .recruit .rec-table dl dt {
        border-bottom: 1px solid #7c7c7c;
        padding: 10px 0;
        width: 100%;
    }
    .recruit .rec-table dl dd {
        border-left: none;
        padding: 10px;
        width: 100%;
    }
    .recruit .rec-flow dl,
    .recruit .rec-flow .pic {
        margin: 0 auto;
    }
}

/* ranking */


.ranking h4 {
    text-align: left;
}

.ranking .pic {
    margin: 0 0 20px;
}

.ranking .top-ranking {
    width: 97%;
    margin: 0 auto;
}

.ranking .rank {
    color: #ff0000;
    background-size: 43px 35px;
    font-weight: bold;
    width: 43px;
    padding: 0 0 30px;
    text-align: center;
    margin: 0 auto 30px;
}

.ranking .ranking-box {
    counter-increment: number;
}

.ranking .ranking-box .rank:before {
    content: counter(number)"";
}

.ranking-box {
    width: 30%;
    margin-bottom: 4%;
}

.ranking-box:nth-child(1),
.ranking-box:nth-child(2) {
    width: 47%;
    margin-bottom: 4%;
}

.ranking .ranking-box:nth-child(1) .rank {
    background: url(/import/tenant_1/153.126.177.147/html/images/ranking/icon_ranking01.png) no-repeat center bottom;
}

.ranking .ranking-box:nth-child(2) .rank {
    background: url(/import/tenant_1/153.126.177.147/html/images/ranking/icon_ranking02.png) no-repeat center bottom;
}

.ranking .ranking-box:nth-child(3) .rank {
    background: url(/import/tenant_1/153.126.177.147/html/images/ranking/icon_ranking03.png) no-repeat center bottom;
}

.ranking .itemcenter {
    margin: 0 0 30px;
}

.ranking dl .title {
    font-weight: bold;
    margin: 0 0 0 20px;
}

.ranking .rank-staff-box .left,
.ranking .rank-staff-box .right {
    width: 47%;
}


.ranking .rank-staff-box .left dl {
  width: 100%;
}

.ranking .rank-staff-box .left p {
    width: 75%;
}

.ranking .rank-staff-box .left p {
    margin: 20px 0 0 0;
}

.ranking .rank-staff-box .right dt {
    margin: 0 0 10px;
}

.ranking .ranking-box:nth-child(n + 3) .rank-staff-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.ranking .ranking-box:nth-child(n + 3) .rank-staff-box .left {
    width: 100%;
    margin-bottom: 20px;
}

.ranking .ranking-box:nth-child(n + 3) .rank-staff-box .right {
    width: 97%;
}

.ranking .ranking-box:nth-child(n + 3) .rank-staff-box .left dl,
.ranking .ranking-box:nth-child(n + 3) .rank-staff-box .left p {
    width: 47%;
}

.ranking .ranking-box:nth-child(n + 3) .rank-staff-box .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.ranking .ranking-box:nth-child(n + 3) .itemcenter {
    margin: 10px 10px 10px 0;
}


.ranking .ranking-box:nth-child(n + 3) .right dt {
    width: 24%;
}

.ranking .ranking-box:nth-child(n + 3) .right dd {
    width: 76%;
    margin-bottom: 20px;
}

.ranking .ranking-box:nth-child(n + 3) .comment-box {
    margin: 0 0 10px;
}

.ranking .ranking-box:nth-child(n + 3) .staff-box dl {
    width: 35%;
}

.ranking .ranking-box:nth-child(n + 3) .staff-box p {
    padding: 20px 0 0 0;
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .ranking .top-ranking {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ranking-box {
        width: 47%;
    }
    .ranking-box:nth-child(1),
    .ranking-box:nth-child(2) {
        width: 97% !important;
    }
    .ranking .no-01,
    .ranking .no-02 {
        margin-bottom: 10%;
    }
    .ranking .main-photo {
        width: 100%;
        margin: 0 auto 20px;
    }
    .ranking .rank-staff-box .left {
        margin: 0 auto 0 0;
    }
    .ranking .columnreverse .flex {
        margin: 0;
    }
    .ranking .ranking-box:nth-child(n + 3) .itemcenter {
        margin-bottom: 20px;
    }
    .ranking .ranking-box:nth-child(n + 3) .staff-box dl {
        width: 50%;
    }
    .ranking .ranking-box:nth-child(n + 3) dl .title {
        margin: 0;
    }
    .ranking .ranking-box:nth-child(n + 3) .staff-box p {
        width: 40%;
    }
    .ranking .ranking-box:nth-child(n + 3) li {
        margin-bottom: 60px;
    }
    .ranking .ranking-box:nth-child(n + 3) .itemcenter dt,
  .ranking .ranking-box:nth-child(n + 3) .itemcenter dd,
  .ranking .ranking-box:nth-child(n + 3) .right dt, 
  .ranking .ranking-box:nth-child(n + 3) .right dd {
    width: 100%;
  }
  .ranking .ranking-box:nth-child(n + 3) .rank-staff-box .left {
    width: 100%;
  }
  .ranking .ranking-box:nth-child(n + 3) .rank-staff-box .left dl {
    width: 100%;
  }
  
}

@media only screen and (max-width: 599px) {
    .ranking-box,
    .ranking-box:nth-child(2) {
        width: 47% !important;
    }
    .ranking-box:nth-child(1) {
        width: 97% !important;
    }
    
    .ranking-box:nth-child(1) .left .pic {
      margin: 20px auto;
    }
    .ranking .main-photo {
        width: 100%;
        margin: 0 auto 20px;
    }
    .ranking dl .title {
        margin: 0;
    }
    .ranking .rank-staff-box .left,
    .ranking .rank-staff-box .right {
        width: 97%;
    }
    .ranking .rank-staff-box .right dt {
        margin: 0 0 10px;
    }
    .ranking .ranking-box:nth-child(n + 3) .rank-staff-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ranking .ranking-box:nth-child(n + 2) .rank-staff-box .left {
        width: 97%;
        margin-bottom: 20px;
    }
    .ranking .ranking-box:nth-child(n + 2) .rank-staff-box .left p {
        width: 44%;
    }
    .ranking .ranking-box:nth-child(n + 2) .right dt {
        width: 100%;
    }
    .ranking .ranking-box:nth-child(n + 2) .right dd {
        width: 100%;
    }
    .ranking .ranking-box:nth-child(n + 2) ul li {
        margin: 0 auto;
    }
    .ranking .ranking-box:nth-child(n + 2) .rank-staff-box .left dl {
    width: 100%;
  }
  .ranking .ranking-box:nth-child(n + 2) .itemcenter {
    margin-bottom: 20px;
  }
  .ranking .itemcenter dt,
  .ranking .itemcenter dd {
    width: 100%;
  }
}

/* privacy */

#main .privacy-box {
    border: 2px solid #000;
    padding: 5% 10%;
}

#main .privacy-box dl dt {
    background-color: #333333;
    color: #fff;
    padding: 5px 0 5px 15px;
}

#main .privacy-box dt,
#main .privacy-box dd,
#main .privacy-box p,
#main .privacy-box li {
    margin-bottom: 30px;
}

#main .privacy-box ul {
    padding-top: 30px;
}

/* product */

.product #main .menu-nav ul {
    margin: 0 auto;
}

.product .item-photo,
.product .item-name {
    margin: 0 0 20px;
}

.product .item-name dd {
    font-weight: bold;
}

.product .item-txt {
    margin: 0 0 15px;
}

.product .item-price {
    border: 1px solid #ccc;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 60%;
}

.product .pagenav ul {
    margin: 0 auto 60px;
    max-width: 528px;
}

.product .form-link {
    background-color: #423d30;
    width: 15%;
    margin: 0 auto;
    text-align: center;
}

.product .form-link a {
    background: url(/import/tenant_1/153.126.177.147/html/images/product/icon_product.png) no-repeat 94% center;
    color: #fff;
    display: block;
    padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
    .product #main .menu-nav ul li {
        margin: 0 15px 10px;
    }
    .product .form-link {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .product .form-link {
        width: 65%;
    }
    .product .pagenav li a {
        padding: 10px 14px;
    }
}

/* contact */

.contact .top-msg {
    margin: 0 0 15px;
    text-align: center;
}

.contact #main .tel {
    border: 1px solid #ccc;
    margin: 0 auto 90px;
    padding: 20px 0;
    text-align: center;
    width: 80%;
}

.contact #main .tel span {
    font-size: 160%;
}

.contact h4 {
	text-align: center;
}

.contact .form dl {
    border-bottom: 1px solid #a0a0a0;
    padding: 20px 5%;
}

.contact .form dl:last-of-type {
    border-bottom: none;
}

.contact .form dt {
    width: 35%;
    padding: 10px 0;
    font-weight: bold;
}

.contact .form dd {
    width: 65%;
}

.contact .form dd input {
    padding: 10px 0;
    width: 100%;
}

.contact .form dd li {
    margin-bottom: 10px;
}

.contact .form dd li select {
    width: 40px;
    height: 40px;
    margin: 0 5px 0 20px;
}

.contact .form dd label {
    margin: 0 20px 0 0;
}

.contact .form dd label input {
    width: 20px;
}

.contact .form dd textarea {
    resize: none;
    width: 100%;
    height: 250px;
}

.contact .form .btn-box {
    width: 40%;
    margin: 0 auto;
}

.contact .form .item-order input,
.contact .form .method input {
    width: 20px;
    vertical-align: middle;
}

.contact .form .item-order .item-int {
    width: 60px;
}

.contact .form .item-order dd ul li div {
  display: inline-block;
}

.contact .form .method {
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*
.contact .form .method dd input {
  margin-top: 4px;
}
*/

/* buttonリセット */

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact .form button {
    color: #fff;
    width: 47%;
    padding: 20px 0;
    text-align: center;
}

.contact .form .enter {
    background-color: #a0a0a0;
}

.contact .form .reset {
    background-color: #cccccc;
}

.contact .contact-bottom .left,
.contact .contact-bottom .right {
    width: 44%;
}

.contact .contact-bottom h4 {
    margin: 0 0 10px;
    text-align: left;
}

.contact .contact-bottom .postage-msg {
    margin-bottom: 20px;
}

.contact .contact-bottom .postage-table {
    border: 1px solid #a0a0a0;
}

.contact .contact-bottom .postage-table dl:first-of-type {
    background-color: #dcdcdc;
    font-weight: bold;
}

.contact .contact-bottom .postage-table dl:not(:last-of-type) {
    border-bottom: 1px solid #a0a0a0;
}

.contact .contact-bottom .postage-table dt {
    width: 25%;
    text-align: center;
    padding: 5px 0;
}

.contact .contact-bottom .postage-table dd {
    width: 75%;
    border-left: 1px solid #a0a0a0;
    padding: 5px 0 5px 20px;
}

.contact .contact-bottom .right dl {
    margin-bottom: 20px;
}

.contact-end-msg {
  text-align: center;
  line-height: 200%;
  margin-bottom: 60px;
}

/* siteフォント */

.site-font {
    font-family: Century Gothic, sans-serif;
}

.site-font-bold {
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
}

.normal-font {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

h2,
h3,
h4,
.menu-nav ul li a,
.staff-list .staff-name,
.footer-menu .hover-box h4,
.staff #main dt,
.staff #main dd,
.coupon-ticket .left:after,
.blog .post-list-box .post-more a,
.post-cat-box dt,
.post-arc-box dt {
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
}

.more-btn {
    font-family: Century Gothic, sans-serif;
    font-weight: bold;
}

.h3-sub {
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* コンセプト　スライドショー */

.concept .uk-slidenav-position {
width: 60%;
margin: 0 auto;
}

.concept .uk-slideshow {
overflow: hidden;
    
}



.concept .uk-flex {
overflow: visible;
position: relative;
    width: 100%;
}

.concept .uk-flex:before {
    content: "";
    display: block;
    padding-top: 60%;
}

.concept .uk-flex img {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.concept .uk-slidenav-position .uk-slidenav-previous {
left: -60px;
}

.concept .uk-slidenav-position .uk-slidenav-next {
right: -60px;
}

.concept .uk-slidenav-position .uk-slidenav {
display: block;
}

.concept .uk-slidenav-previous:before,
.concept .uk-slidenav-next:before {
color: #423d30
}

.concept .uk-slideshow li {
overflow: hidden;
    
}

@media only screen and (max-width: 1024px) {
  .concept .uk-slidenav-position {
width: 75%;
}
}

@media only screen and (max-width: 599px) {
  .concept .uk-slidenav-position {
    width: 90%;
  }
  .concept .uk-slidenav {
    width: 30px;
  }
  .concept .uk-slidenav-position .uk-slidenav-previous {
left: -10%;
}

.concept .uk-slidenav-position .uk-slidenav-next {
right: -10%;
}
}
span.red {
  margin-left: 10px;
}

.footer-tel-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

[data-element-id] .footer-tel-btn {
    display: block;
    max-width: 375px;
    margin: 20px auto;
    position: relative;
    padding-bottom: 20px;
    border: 3px solid green;
}

[data-element-id] .footer-tel-btn::before {
    content: "モバイル用";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: green;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.footer-tel-btn a {
    color: #fff;
    display: block;
    padding: 10px 0;
    background-color: #ff9d92;
    text-align: center;
}

.footer-tel-btn .abtest-b a{
  background-color: #20b3c6;
}

@media only screen and (max-width: 599px) {
    .footer-tel-btn {
        display: block;
    }
    .contact #main .tel {
        font-size: 16px;
        width: 90%;
        padding: 0;
    }
    .contact #main .tel a {
      display: block;
        padding: 4%;
    }
    .contact .form dt,
    .contact .form dd {
        width: 100%;
    }
    .contact .form .flex dd span {
      width: 100%;
      margin-bottom: 10px;
    }
    .contact .form .flex dd label{
    margin: 0 0 0 10px;
}
}

/* 2025/10/14 */
.list-check li{
  padding-left: 2em;
  position: relative;
}

.list-check li::before{
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('/upload/tenant_1/check.webp');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.up-ta-c{
  text-align: center;
}

.up-ta-l{
  text-align: left;
}

.up-ta-r{
  text-align: right;
}

.up-fw-bold{
  font-weight: bold;
}

.up-mt-50{
  margin-top: 50px;
}

.up-mt-20{
  margin-top: 20px;
}

.up-mb-50{
  margin-bottom: 50px;
}

.up-mb-20{
  margin-bottom: 20px;
}

.fee-table-wrapper {
  width: 100%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border: 1px solid #000;
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  min-width: 700px;
}

.fee-table tr {
  border-bottom: 1px solid #000;
}

.fee-table th {
  background-color: #777;
  color: #fff;
  padding: 1em;
  border-bottom: 1px solid #000;
}

.fee-table td {
  background-color: #ffffff;
  padding: 1em;
  border-top: 1px solid #000;
}

.fee-table th,
.fee-table td {
  border-left: 1px solid #000;
}

/* .fee-table th:first-child,
.fee-table td:first-child {
  border-left: none;
} */

.scrollable {
  overflow-x: auto;
  /* 横方向にはみ出た場合にスクロールバーを表示 */
}

@media(max-width:1024px){
.damage-less .txt-box.ver02 {
    width:100%;
} 
}

@media(max-width:599px) {
.concept-msg-area.-mb0{
  margin-bottom: 20px;
}

.concept-msg-area.-mb0+.concept-msg-area.-mb0{
  margin-bottom: 0px;
}

.fee-table {
  min-width: auto;
  font-size: 12px;
  white-space: nowrap;
}

.scrollable {
  overflow: hidden!important;
}
}

[data-element-id]#gnav .accordion-body {
    position: relative;
    height: auto;
    opacity: 1;
    z-index: 1;
}

[data-element-id].index #header .right-data {
  position: relative;
}

/* 2025/10/21 */
.staff-single-box .contact-btn a {
    background-color: #ff9999;
    border-radius: 10px;
    font-weight: bold;
    display: block;
    padding: 4px 0;
    width: 50%;
    text-align: center;
}

@media (max-width: 599px) {
.staff-single-box .contact-btn a {
    width: 100%;
}
}

/* 2025/10/21 */
.color-menu.-ver02 .left {
    width: 70%;
}

.color-menu.-ver02 .right {
    width: 25%;
}

.menu.-ver02 h4 {
    text-align: left;
}

.color-menu.-ver02 h4 {
    text-align: right;
}

.treatment-menu.-ver02 .text{
    max-width: 360px;
}

.list-size li{
  display: flex;
  gap: 1em;
}

.list-size li .left{
  width:5em;
}

.list-size li .right{
  width: calc((100% - 5em));
}

@media (max-width: 599px) {
.color-menu.-ver02 .left {
    width: 94%;
    margin: 0 auto;
}

.color-menu.-ver02 .right {
    width: 94%;
    margin: 0 auto;
}

.color-menu.-ver02 h4 {
    text-align: left;
}

.treatment-menu.-ver02 .text{
    max-width: none;
    width: 100%;
}

.newext{
  width: 94%;
  margin: 0 auto 30px;
}
}
