@charset "utf-8";
/* CSS Document */

/**/

/**/

/**/

/* */

.oswald {
    font-family: 'Oswald', sans-serif;
}

.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: #000;
    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: bold;
    margin-bottom: 50px;
}

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;
}

.orange {
    color: #f29726;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    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: 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: 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: 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: 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%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.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;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カラム*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

.w100 {
    width: 100%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

/*trimming関連*/
.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    /*	overflow: hidden;*/
}

.inner {
    width: 92%;
    max-width: 1000px;
    margin: auto;
    padding: 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 .txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    font-size: 42px;
    font-weight: bold;
    text-shadow: 2px 2px 3px #999;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.mainimg .txt .small {
    display: block;
    font-size: 30px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    text-shadow: none;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    h1 {
        width: 90%;
    }

    .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%;
    }

    .gr321 {
        width: 47%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 30%;
    }

    .inner {
        width: 93%;
        max-width: 768px;
        padding: 0;
    }



    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #33a398;
        cursor: pointer;
        opacity: 0.8;
        z-index: 251;
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 28px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 7px;
        margin-top: -1px;
        position: absolute;
        -webkit-transition: ease .40s;
        transition: ease .40s;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: -10px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 28px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed;
        top: 0;
        right: 0;
        width: 65%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.8);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;
    }

    #gnav.action .accordion-body {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav .accordion-inner {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    #header #gnav.fixed.h_nav ul li.sp {
        display: block;
    }

    #gnav li {
        display: block !important;
        width: 100%;
        text-align: center;
        float: none;
        border: none !important;
        border-bottom: 1px dotted #cacad9 !important;
        padding: 0 !important;
        margin-top: 0;
    }

    #gnav li:hover:before {
        display: none;
    }

    #gnav ul li a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 15px;
        border: none !important;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100vh;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 150;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .mainimg .txt {
        font-size: 32px;
    }

    /* スマホナビの並び順変更 */
    .accordion-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* TOP1 */
    .accordion-inner>li:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    /* ドクター紹介2 */
    .accordion-inner>li:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    /* ホワイトニング3 */
    .accordion-inner>li:nth-of-type(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    /* クラウン4 */
    .accordion-inner>li:nth-of-type(4) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    /* メタルフリーのメリット5 */
    .accordion-inner>li:nth-of-type(5) {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    /* インレー6 */
    .accordion-inner>li:nth-of-type(6) {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    /* 歯が無くなった方へ7 */
    .accordion-inner>li:nth-of-type(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    /* 当院のご案内8 */
    .accordion-inner>li:nth-of-type(8) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    /* 義歯9 */
    .accordion-inner>li:nth-of-type(9) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    /* 予防歯科10 */
    .accordion-inner>li:nth-of-type(10) {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    /* 無痛治療11 */
    .accordion-inner>li:nth-of-type(11) {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    /* ブリッジ12 */
    .accordion-inner>li:nth-of-type(12) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    /* インプラント13 */
    .accordion-inner>li:nth-of-type(13) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    /* 採用情報14 */
    .accordion-inner>li:nth-of-type(14) {
        -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
        order: 14;
    }

    /* スマホナビの並び順変更ここまで */
}

@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: 20px;
    }

    .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%;
    }

    .w70 {
        width: 100%;
    }

    .w65 {
        width: 100%;
    }

    .w60 {
        width: 100%;
    }

    .w55 {
        width: 100%;
    }

    .w50 {
        width: 100%;
    }

    .w48 {
        width: 100%;
    }

    .w45 {
        width: 100%;
    }

    .w40 {
        width: 100%;
    }

    .w35 {
        width: 100%;
    }

    .w30 {
        width: 100%;
    }

    .w25 {
        width: 100%;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }

    .mainimg .txt {
        font-size: 18px;
    }

    .mainimg .txt .small {
        font-size: 16px;
    }
}

#snav {
    display: none;
}

#sidemenu {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 1;
    width: 125px;
}

#sidemenu .contact-button {
    background: #33a398;
    border-radius: 10px 0 0 10px;
    width: 100%;
}

#sidemenu .contact-button.rec-button {
    background: #46b9ae;
}

#sidemenu li.contact-button a,
#sidemenu li.tel-button .a {
    padding: 15px 2%;
    color: #fff;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    display: block;
    text-align: center;
}

#sidemenu li img {
    display: block;
    margin: 0 auto;
}

#sidemenu li .tel-num {
    font-weight: bold;
}

#sidemenu .tel-button {
    background: #8ec8bf;
    border-radius: 10px 0 0 10px;
    width: 100%;

}

#sidemenu .tel-button img {
    width: 45%;
    padding: 5px 0;
}

#sidemenu li:not(:first-of-type) {
    margin-top: 20px;
}

.index #footer {
    margin-top: 0;
}

#footer .time {
    width: 33%;
}

#footer .foot-nav {
    width: 33%;
}

#footer .foot-nav li {
    width: 50%;
    padding-bottom: 3px;
}

#footer .foot-nav li a {
    color: #009089;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .time table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
}

#footer .time th {
    width: 40%;
}

#footer .time td,
#footer .time th {
    border-top: 1px solid #66bcb8;
    padding: 15px 0;
    color: #444444;
    text-align: center;
}

#footer .time tr:nth-child(n+2) td {
    color: #66bcb8;
}

#footer .time tr:last-child td,
#footer .time tr:last-child th {
    border-bottom: 1px solid #66bcb8;
}

@media only screen and (max-width: 1024px) {

    .grass {
        opacity: 1;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 2;
    }

    #footer .flex {
        max-width: 100%;
    }

    #sidemenu {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        z-index: 1;
        width: 100%;
    }

    #sidemenu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #sidemenu .contact-button,
    #sidemenu .tel-button {
        width: 20%;
        border-radius: 0;
        ;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #sidemenu .contact-button.rec-button {
        width: 60%;
    }

    #sidemenu .side-sp {
        display: none;
    }

    #sidemenu .tel-button {
        margin-top: 0;
    }

    #sidemenu .contact-button.rec-button a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    #sidemenu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #sidemenu li a,
    #sidemenu li.tel-button .a {
        padding: 0;
    }

    #sidemenu li img {
        display: inline;
        margin: 0 10px;
        width: 45%;
    }

    #sidemenu .contact-button.rec-button img {
        width: 30%;
        display: inline-block;
    }

    #sidemenu li:not(:first-of-type) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 599px) {

    #sidemenu li a,
    #sidemenu li .a {
        font-size: 14px;
    }

    #header .time th {
        font-size: 12px;
        width: 30%;
    }

    #sidemenu .contact-button.rec-button img {
        width: 23%;
    }
}

/*文字非表示*/
.clearText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/*幅系枠系*/
.w472 {
    width: 472px;
    max-width: 100%;
    margin: auto;
}

.w650 {
    width: 650px;
    max-width: 100%;
    margin: auto;
}

.bg_aqua {
    background: #e0f2f1;
}

.bg_aqua2 {
    background: #cce9e7;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb150 {
    margin-bottom: 150px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
    .w650 {
        width: 100%;
    }

    .w472 {
        width: 100%;
    }

    .mb15 {
        margin-bottom: 2%;
    }

    .mb20 {
        margin-bottom: 2.5%;
    }

    .mb30 {
        margin-bottom: 3%;
    }

    .mb40 {
        margin-bottom: 4%;
    }

    .mb50 {
        margin-bottom: 5%;
    }

    .mb60 {
        margin-bottom: 6%;
    }

    .mb70 {
        margin-bottom: 7%;
    }

    .mt80 {
        margin-top: 8%;
    }

    .mb130 {
        margin-bottom: 10%;
    }

    .mb150 {
        margin-bottom: 10%;
    }

    .mt30 {
        margin-top: 3%;
    }

    .mt40 {
        margin-top: 4%;
    }

    .mt50 {
        margin-top: 5%;
    }

    .mt60 {
        margin-top: 6%;
    }

    .mt70 {
        margin-top: 7%;
    }

    .mt80 {
        margin-top: 8%;
    }



}

/*header周辺*/
/* #header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 2;
} */

#header .inner {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .header_box .inner>.flexb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .logo {
    width: 30%;
}

#header .h_right {
    width: 60%;
    text-align: right;
}

#header .h_right p {
    text-align: right;
}

#header .h_right h2 {
    font-weight: normal;
    color: #666666;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#header .h_right>.flexb {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#header .tel a {
    color: #009089;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#header .tel .fs16 {
    position: relative;
}

#header .tel:before {
    background: url(/import/tenant_1/133.167.36.175/html/images/index/ico_tel.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
    content: "";
    left: -35px;
    background-size: contain;
}

#header #gnav.fixed.h_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    padding: 10px 0;
    display: inline-block;
}

#header #gnav.fixed.h_nav .accordion-body {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#header .h_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 20px;
    width: 100%;
}

#header .h_nav ul {
    max-width: 1000px;
    margin: 0 0 0 auto;

}

#header #gnav.fixed.h_nav>ul {
    margin: 0 auto;
    width: 100%;
}

#header .h_nav li {
    padding-left: 30px;
    position: relative;
}

#header .h_nav li.sp {
    display: none;
}

#header #gnav.fixed.h_nav ul li {
    width: 13%;
    text-align: center;
    padding-left: 0;
}


#header .h_nav li a {
    color: #009089;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#header .h_nav li span {
    color: #009089;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    cursor: pointer;
}

#header .h_nav li span:hover {
    opacity: 0.6;
}

#header .h_nav li ul {
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    position: absolute;
    top: 50px;
    width: 220px;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#header .h_nav li ul:before {
    display: block;
    position: absolute;
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    top: -20px;
    left: 50%;

}

#header .h_nav li ul li {
    width: 49%;
    padding: 0;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}

#header .h_nav li .dropdown {
    display: none;
    z-index: 2;
}

#header .h_nav li .dropdown[data-element-id] {
    display: block;
    top: 100px;
}

#header .h_nav.fixed ul {
    width: 910px;
}

#header #gnav.fixed.h_nav ul li {
    width: auto;
}

#header #gnav.fixed.h_nav ul li ul li {
    width: 49%;
    text-align: left;
}

#header #gnav.fixed.h_nav ul li ul {
    width: 220px;
}

@media only screen and (max-width: 1024px) {
    #header .logo {
        margin: 0 auto;
        width: 40%;
    }

    #header .header_box .inner {
        height: auto;
    }

    #header h1.logo {
        background-size: contain;
        width: 70px;
        height: 80px;

    }

    #header .header_box .inner {
        padding-top: 0;
        padding-bottom: 5px;
        height: auto;
    }

    #header .h_right {
        width: 100%;
        padding: 1% 0;
        padding-right: 0;
    }

    #header .h_right>.flexb {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .h_right>.flexb .tel {
        font-size: 33px;
    }

    #header .tel:before {
        width: 30px;
        height: 30px;
        background-position: center;
        vertical-align: middle;
        background-size: 100% 100%;
    }

    #header .h_nav li .dropdown {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    #header .logo {
        width: 50%;
    }

    #header .header_box .inner {
        padding-bottom: 10px;
    }

    #header .h_right .tel {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    #header .h_right>.flexb .time {
        width: 100%;
    }

    #header .h_nav {
        padding-top: 0;
    }
}

/*フッター*/
#footer {
    position: relative;
}

#footer .w650 {
    padding: 45px 0;
}

#footer .bg_aqua .inner {
    padding: 75px 0;
}

#footer .bg_aqua .text_box {
    text-align: center;
    width: 30%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer .bg_aqua .text_box .add {
    color: #009089;
    text-align: left;
    font-weight: bold;
}

#footer .bg_aqua .text_box .logo {
    width: 85%;
    margin: 0 auto;
}

#footer .bg_aqua .text_box .add2 {
    color: #333;
    padding-top: 15px;
}

#footer .w472 {
    padding-top: 37px;
}

.btn_nav li {
    width: 46%;
}

.btn_nav li:nth-child(1) {
    background: #66bcb8;
}

.btn_nav li:nth-child(2) {
    background: #f7bb66;
}

.btn_nav li a {
    width: 100%;
    line-height: 40px;
    height: 40px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

#footer .menu {
    width: 25%;
}

#footer .menu a {
    color: #009089;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

#footer .copy {
    background: #66bcb8;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    padding: 0 20px;
    line-height: 50px;
}

#footer .sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #footer .menu {
        width: 50%;
    }

    #footer .bg_aqua .text_box {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    #footer .time,
    #footer .foot-nav {
        width: 48%;
    }

    #footer .time td,
    #footer .time th {
        font-size: 14px;
    }

    #footer .bg_aqua .inner {
        padding: 5% 0;
    }

    #footer .copy {
        margin-bottom: 30px;
        line-height: 100%;
        padding: 10px 0 50px 0;
    }

    #footer .sp {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    #footer .reserved_btn {
        width: 50%;
        height: 40px;
        background: #66bcb8;
    }

    #footer .reserved_btn a span {
        position: relative;
    }

    #footer .reserved_btn a span:before {
        position: absolute;
        top: 5px;
        left: -23px;
        content: "";
        width: 20px;
        height: 30px;
        background: url(/import/tenant_1/133.167.36.175/html/images/index/ico_tel2.png) no-repeat;
        background-size: contain;
    }

    #footer .reserved_btn a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        height: 100%;
    }

    #footer .bg_aqua .text_box {
        width: 100%;
        display: block;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 599px) {

    #footer .menu {
        width: 50%;
    }

    .btn_nav li {
        width: 100%;
    }

    .btn_nav li:nth-child(1) {
        margin-bottom: 10px;
    }

    #footer .w650 {
        padding: 0;
    }

    #footer .bg_aqua .text_box .logo {
        width: 70%;
        margin: 20px auto 0 auto;
    }

    #footer .foot-nav {
        padding-top: 30px;
    }

    #footer .time,
    #footer .foot-nav {
        width: 100%;
    }
}

/*トップページ*/



.index .news_box dl {
    border-bottom: 1px solid #66bcb8;
    padding: 15px 0;
}

.index .news_box dl a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.index .news_box dt {
    width: 100%;
    margin-top: 5px;
}

.index .news_box dd {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.index .news_box .text_link {
    text-align: right;
}

.index .news_box .text_link a {
    display: inline-block;
    color: #009089;
}

.index .news_cont {
    border-top: 6px solid #b5dfdd;
    position: relative;
}

.index .news_cont:before {
    content: "";
    width: 50%;
    height: 6px;
    position: absolute;
    top: -6px;
    border-top: 6px solid #73c2be;
}

.index .info_box {
    width: 48%;
}

.time {
    width: 55%;
}

.time table {
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
}

.time td,
.time th {
    border-top: 1px solid #66bcb8;
    padding: 6px 0;
    color: #444444;
    text-align: center;
}

.time tr:nth-child(n+2) td {
    color: #66bcb8;
}

.time tr:last-child td,
.time tr:last-child th {
    border-bottom: 1px solid #66bcb8;
}

.table-notice {
    font-size: 12px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.index .txt-wrap {
    background: #cce9e8;
    padding: 80px 0;
    margin-top: 80px;
}

.index .txt-wrap h3 {
    text-align: center;
    color: #33a295;
    margin-bottom: 30px;
}

.index .txt-wrap .pic {
    position: relative;
    overflow: hidden;
}

.index .txt-wrap .pic:before {
    content: "";
    display: block;
    padding-top: 43%;
}

.index .txt-wrap .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index .txt-wrap .txt {
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
}

.index .info_box .acc_box {
    width: 230px;
    margin: 5px auto 20px;
}

.index .info_box .acc_box .btn_box {
    width: 120px;
    height: 22px;
    line-height: 22px;
}

.index .info_box .acc_box .btn_box a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    text-align: center;
    letter-spacing: -2px;
}

.index .info_box .add2 {
    color: #444444;
    text-align: center;
}

.index .info_box .add {
    color: #009089;
    text-align: center;
}

.index .info_box .name {
    color: #009089;
    text-align: center;
}

.index .green_box li {
    width: 24.6%;
    margin: 0 0.2% 0.4%;
    background: #cce9e7;
    text-align: center;
    height: 176px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.index .green_box li:hover {
    background: #a9e8e4;
}

.index .green_box li .name {
    color: #009089;
    text-align: center;
    font-weight: bold;
}

.index .green_box li .text {
    color: #444;
    padding: 0 10px;
    text-align: center;
}

.index .green_box li .box {
    border: 1px solid #009089;
    background: #fff;
    width: 164px;
    padding: 3px 0;
    margin: auto;
    margin-top: 14px;
    color: #009089;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.index .green_box li:hover .box {
    background: #009089;
    color: #fff;
}

.index .green_box .pic img {
    height: 42px !important;
    width: auto;
}

.index .green_box li a {
    display: inline-block;
    width: 100%;
    height: calc(100% - 40px);
    padding: 20px 0;
}

.index .green_box li a:hover {
    opacity: 1.0;
}

.index .banner_box {
    width: 48%;
}

.index .banner_box .banner {
    position: relative;
    margin-bottom: 16px;
}

.index .banner_box .banner a {
    padding: 5px;
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
}

.index .banner_box .banner:nth-child(1) .border {
    height: 100%;
    border: 1px solid #fff;
}

.index .banner_box .banner:nth-child(2) .border {
    height: 100%;
    border: 1px solid #009089;
}

.index .banner_box .banner:nth-child(3) .border {
    height: 100%;
    border: 1px solid #fff;
}

.index .banner_box .text p {
    width: 100%;
}

.index .banner1 .text {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .banner1 .text div {
    color: #fff;
    position: relative;
}

.index .banner1 .text div:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: -40px;
    width: 34px;
    height: 34px;
    background: url(/import/tenant_1/133.167.36.175/html/images/index/banner1_ico.png) no-repeat;
}

.index .banner2 .text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 35px;
}

.index .banner1 p {
    text-align: center;
    color: #fff;
}

.index .banner2 .text div {
    color: #009089;
}

.index .banner2 p {
    color: #009089;
}

.index .banner3 .text p,
.index .banner3 .text div {
    text-align: right;
    color: #fff;
}

.index .banner3 .text {
    height: 100%;
    text-align: right;
    padding: 6% 3.5% 0 0;
}

.index .banner3 .text2 {
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #f4f98a;
    text-align: center;
    padding: 8% 0 0 10%;
}

.index .twitter_box {
    width: 48%;
}

.ttl_box {
    text-align: center;
}

.ttl_box h3 {
    color: #009089;
    font-weight: normal;
    margin: 0;
}

.ttl_box p {
    text-align: center;
}

.ttl_box .oswald {
    color: #999;
    position: relative;
}

.ttl_box.ttl_border p:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    display: block;
    top: 22px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 3px;
    background: #cccccc;
}

.googlemap_shop {
    position: relative;
    padding-bottom: 31%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.googlemap_normal {
    position: relative;
    padding-bottom: 37.3%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.twitter_box {
    position: relative;
    width: 100%;
}

.index .onayami .bg_aqua:nth-last-of-type(even) .t_and_p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.index .onayami .bg_aqua:nth-last-of-type(even) .t_and_p .text_box {
    margin: 0 auto 0 0;
}

.index .t_and_p .text_box {
    width: calc(50% - 10%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 auto;
}

.index .t_and_p .photo_box {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.index .t_and_p .text_box .text_inner {}

.index .t_and_p .ttl {
    text-align: center;
    color: #009089;
    margin-top: 30px;
    padding: 0 30px;
    font-weight: bold;
}

.index .t_and_p .text {
    padding: 0 30px;
    margin: 30px 0;
}

.index .t_and_p .box a {
    border: 1px solid #009089;
    background: #fff;
    width: 164px;
    padding: 3px 0;
    margin: auto;
    color: #009089;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.index .rec .recruit {
    position: relative;
    width: 48%;
}

.index .rec .news_box {
    width: 48%;
}

.index .rec .recruit dt {
    font-size: 18px;
    text-align: center;
    background: #73c2be;
    color: #fff;
    padding: 23px 0;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.index .rec .recruit dt:after {
    content: "";
    background: url(/import/tenant_1/133.167.36.175/html/images/index/yajirusi.png) no-repeat;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 51px;
    height: 25px;

}

.index .rec .recruit dd {
    position: absolute;
    top: 0;
    width: 100%;
}

.index .rec .recruit:after {
    content: "";
    display: block;
    padding-top: 62%;
}

@media only screen and (max-width: 1024px) {
    .index .mv {
        padding-top: 85px;
    }

    .index .mv .menu {
        display: none;
    }

    .index .mv .text_box {
        padding-top: 85px;
    }

    .index .mv .catch_text {
        color: #fff;
        padding: 20px 0;
    }

    .index .news_box {
        width: 100%;
        height: auto !important;
        margin-bottom: 10%;
    }

    .index .info_box {
        width: 100%;
        height: auto !important;
    }

    .index .green_box li .box {
        width: 80%;
    }

    .index .green_box li {
        height: auto;
    }

    .index .banner1 .text div {
        color: #fff;
        position: relative;
    }

    .index .banner1 .text div:before {
        content: "";
        position: absolute;
        display: inline-block;
        left: -40px;
        width: 34px;
        height: 34px;
        background: url(/import/tenant_1/133.167.36.175/html/images/index/banner1_ico.png) no-repeat;
    }

    .index .banner3 .text p,
    .index .banner3 .text div {
        text-align: right;
        color: #fff;
    }

    .index .banner3 .fs18 {
        font-size: 12px;
    }

    .index .banner3 .fs24 {
        font-size: 17px;
    }

    .index .banner3 .text {
        width: 65%;
        padding: 19px 20px 0 0;
    }

    .index .banner3 .text2 {
        width: 35%;
        padding: 25px 0 0 22px;
    }

    .index .t_and_p .ttl {
        margin: 10px 0;
        font-size: 18px;
        padding: 0;
    }

    .index .t_and_p .box a {
        margin: 15px auto;
    }

    .index .t_and_p .text {
        padding: 0 15px;
        margin: 0;
    }

    .index .t_and_p.flexb {
        max-width: 100%;
    }

    .index .t_and_p .text_box {
        width: 50%;
        padding: 0 20px;
    }

    .index .t_and_p .photo_box .trimmingInner {
        padding-top: 105% !important;
    }

    .index .rec .recruit dt {
        font-size: 15px;
    }

    .index .rec .recruit dd {
        position: relative;
    }

    .index .rec .recruit:after {
        content: none;
    }

}


@media only screen and (max-width: 599px) {
    .index .txt-wrap {
        margin-top: 0;
        padding: 30px 0;
    }

    .index .txt-wrap .txt {
        font-size: 16px;
    }

    .ttl_box {
        margin-bottom: 40px;
    }

    .index .t_and_p.flexb,
    .index .onayami .bg_aqua:nth-last-of-type(even) .t_and_p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .index .onayami .bg_aqua:nth-last-of-type(even) .t_and_p .text_box {
        margin-bottom: 30px;
    }

    .index .t_and_p .photo_box .trimmingInner {
        padding-top: 62% !important;
    }

    .index .rec .recruit {
        width: 100%;
    }

    .index .rec .recruit dt {
        padding: 23px 10px;
    }

    .index .rec .news_box {
        width: 100%;
        margin-top: 50px;
    }

    .map:after {
        padding-top: 55%;
    }

    .index .mv .text_box {
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 10px 0;
    }

    .index .mv .text_or_box {
        padding: 1% 10%;
    }

    .index .mv .catch_text {
        color: #f18e00;
        padding: 10px 0;
    }

    .index .mv .name {
        color: #009089;
    }

    .index .green_box li {
        width: 48%;
        margin: 0 1% 2%;
        background: #cce9e7;
        text-align: center;
    }

    .index .banner_box {
        width: 100%;
        margin-bottom: 10px;
    }

    .index .twitter_box {
        width: 100%;
    }

    .index .banner3 .flexb {
        display: block;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .index .banner3 .text2 {
        width: 100%;
        padding: 0;
        text-align: right;
    }

    .index .banner3 .text2 br {
        display: none;
    }

    .index .banner3 .text {
        width: 100%;
        padding: 0;
    }

    .index .banner3 .fs18 {
        font-size: 12px;
    }

    .index .banner3 .fs24 {
        font-size: 20px;
    }

    .index .twitter_box iframe {
        height: 400px !important;

    }

    .index .t_and_p .text_box {
        width: 100%;
        position: relative;
        padding: 0;
        margin-bottom: 30px;
    }

    .index .t_and_p .photo_box {
        width: 100%;
    }

    .index .t_and_p .photo_box .pic {
        position: static;
        -webkit-transform: none;
        transform: none;
    }

}

/*下層ページ*/
/*12kyosei*/
.under .col1_text {
    width: 100%;
}

.under .blue_ttl {
    width: 100%;
    background: #e0f2f1;
    color: #009089;
    line-height: 56px;
    text-align: center;
}

.under .border_ttl {
    border-left: 4px solid #f7bb66;
    color: #009089;
    line-height: 20px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.under .t_and_p .pic {
    width: 35%;
}

.under .t_and_p .text_box {
    width: 63%;
}

.under .box2 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*
.under .inner .box2:nth-of-type(even) .t_and_p{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
*/
.under .bg_aqua {
    padding: 50px 0
}

.under .bg_aqua .t_and_p .text_box {
    width: 45%;
}

.under .bg_aqua .pic {
    width: 50%;
}

.under .bg_aqua .ttl_text {
    color: #009089;
}

.under .col2_box {
    width: 48%;
}

.under.ippan .t_and_p .pic {
    width: 45%;
}

.under.ippan .t_and_p .text_box {
    width: 53%;
}

.under .ttl_text_borderbottom {
    border-bottom: 1px solid #009089;
    color: #009089;
}

.under.ippan .bg_aqua .text_box {
    width: 77%;
}

.under.ippan .bg_aqua .pic {
    width: 20%;
}

.under.ippan .text_ttl {
    color: #009089;
    width: 100%;
}

.under.ippan .bg_aqua .text_box span {
    color: #009089;
}

.under.ippan .bg_aqua .text_box .text_box {
    width: 100%;
    background: #edf7f7;
    padding: 15px 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.under.ippan .box2 .text_box {
    width: 63%;
}

.under.ippan .box2 .pic {
    width: 32%;
}

.under.contact .contact_form {
    width: 70%;
    margin: 0 auto;
}

.under.contact dl {
    color: #009089;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.under.contact dt {
    width: 35%;
    color: #009089;
}

.under.contact .contact_form dt span {
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    background: #f7bb66;
    border-radius: 8px;
    width: 38px;
    line-height: 16px;
    text-align: center;
}

.under.contact dd {
    width: 60%;

}

.under.contact dd input {
    width: 100%;
    border: 1px solid #3ca09a;
    padding: 7px;
}

.under.contact dd textarea {
    width: 100%;
    border: 1px solid #3ca09a;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 150px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;
    font-size: 16px;
}

.under.contact .more_btn {
    margin: 0 20px;
}

.back-top {
    text-align: center;
}

.back-top a {
    border: 1px solid #009089;
    background: #fff;
    width: 164px;
    padding: 3px 20px;
    margin: auto;
    margin-top: 25px;
    color: #009089;
    cursor: pointer;
}

.under.contact .more_btn button {
    border: 1px solid #009089;
    background: #fff;
    width: 164px;
    padding: 3px 0;
    margin: auto;
    margin-top: 25px;
    color: #009089;
    cursor: pointer;
}

.under.contact .more_btn button:hover {
    opacity: 0.6;
}

.under.contact button:focus {
    outline: none;
}

@media only screen and (max-width: 599px) {
    .under .bg_aqua {
        padding: 0;
    }

    .under .t_and_p .pic {
        width: 100%;
    }

    .under .t_and_p .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .under .col2_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .under.ippan .bg_aqua .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .under.ippan .bg_aqua .pic {
        width: 100%;
    }

    .under.ippan .box2 .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .under.ippan .box2 .pic {
        width: 100%;
    }

    .under.ippan .t_and_p .text_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .under.ippan .t_and_p .pic {
        width: 100%;
    }

    .under .blue_ttl {
        line-height: 100%;
        padding: 10px 0;
    }

    .under.contact .contact_form {
        width: 100%;
    }

    .under.contact dl {
        margin-bottom: 25px;
    }

    .under.contact dt {
        width: 100%;
        padding-bottom: 10px;
    }

    .under.contact dd {
        width: 100%;
    }

    .under.ippan.recruit .bg_aqua .text_box .text_box {
        padding: 15px 10px;
    }
}

.under.yobou .t_and_p .pic {
    width: 45%;
}

.under.yobou .t_and_p .text_box {
    width: 53%;
}

.under .col1_text span {
    color: #009089;
}

/* second共通 */

.second .title-area {
    position: relative;
}

.second .title-area .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.second .title-box {
    margin-left: -999rem;
    padding-left: 999rem;
}

.second .title-box .center {
    position: relative;
    text-align: center;
    margin: 0 auto 0 0;
    display: inline-block;
}

.second h2 {
    color: #009089;
    font-weight: normal;
    letter-spacing: 0.15em;
    text-shadow: 2px 1px 0px #ffffff, 1px 1px 2px #fff;
}

.second .title-box .title-ruby {
    color: #999;
    display: inline-block;
    margin: 0 auto;
}

.second .title-area span {
    border-bottom: 3px solid #cccccc;
    padding: 0 2px 5px;
}

.second .title-img {
    width: 55%;
    margin: 0 0 0 auto;
}

.second .title-img .pic {
    position: relative;
    overflow: hidden;
}

.second .title-img .pic:before {
    content: "";
    display: block;
    padding-top: 45%;
}

.second .title-img .pic img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

/* h3見出しの装飾 */
.bgline {
    background-color: #e0f2f1;
    color: #009089;
    text-align: center;
    margin-bottom: 8%;
    font-weight: normal;
}

/* h4見出し装飾 */
.lefB {
    border-left: 4px solid #f7bb66;
    color: #009089;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 599px) {
    .second h2 {
        letter-spacing: 0;
        font-size: 22px;
    }

    .second .title-box {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5;
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding-bottom: 10px;
        margin-left: 0;
        padding-left: 0;
    }

    .second .title-box .center {
        display: block;
    }

    .second .title-img {
        width: 100%;
    }
}

/* guide */
.guide-section .bgline {
    margin-bottom: 3%;
}

.guide-section .submain-img {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.guide-section .submain-img:before {
    content: "";
    display: block;
    padding-top: 35%;
}

.guide-section .submain-img img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.guide-section .innai01 .txt {
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
}

.guide-sub-box {
    padding: 40px 0;
}

.guide-sub-box .msg {
    margin-bottom: 20px;
}

.guide-sub-box li .pic {
    margin-bottom: 20px;
}

.guide-sub-box li dt {
    margin-bottom: 10px;
    color: #009089;
    font-weight: bold;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .guide-section .submain-img {
        margin-bottom: 0;
    }

    .guide-section .innai01 .txt {
        padding-top: 30px;
    }
}

/* beginners */
.beginners-section .step-title {
    color: #009089;
    margin-bottom: 10px;
}

.beginners-step-list {
    margin-bottom: 40px;
}

.beginners-section .step-title .num {
    background: url(/import/tenant_1/133.167.36.175/html/images/beginners/icon_bg_tooth.png) no-repeat center center;
    background-size: 38px 41px;
    position: relative;
    width: 10%;
    text-align: center;
    line-height: 41px;
}

.beginners-section .step-title .num:before {
    content: 'STEP';
    display: block;
    position: absolute;
    left: 50%;
    top: -26px;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.beginners-section .step-title .title {
    border-bottom: 1px solid #73c2be;
    padding-bottom: 5px;
    width: 88%;
    margin: 0 0 0 2%;
}

.beginners-section .msg a {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    .beginners-section .step-title .num {
        width: 14%;
    }

    .beginners-section .step-title .title {
        width: 84%;
    }
}

@media only screen and (max-width: 1024px) {
    .beginners-step-list li {
        margin-bottom: 40px;
    }

    .beginners-step-list li .left {
        margin-bottom: 10px;
    }
}

/* doctor */
.doctor .dafposi {
    position: relative;
    padding: 30px 0 50px;
    margin-bottom: 50px;
}

.doctor .staff-list-section .dafposi {
    margin-top: 100px;
}

.doctor .section-title {
    border-bottom: 1px solid #009089;
    color: #009089;
    width: 90%;
    margin: 0 auto;
}

.doctor .data-box.cc221>dl {
    padding-bottom: 50px;
}

.doctor .cc221>dl>dt {
    margin-bottom: 20px;
    color: #009089;
    font-weight: bold;
}

.doctor .cc221>dl .name span {
    padding-left: 20px;
    font-weight: bold;
}

.doctor .biography-box dd dl {
    padding-bottom: 10px;
}

.doctor .biography-box dd dt {
    width: 20%;
    font-size: 16px;
}

.doctor .biography-box dd dd {
    font-size: 16px;
    width: 80%;
}

.doctor .second-pack .name-pack {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.doctor .second-pack .txt {
    padding-top: 20px;
}

@media (max-width: 599px) {
    .doctor .staff-top-section .incont .data-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .doctor .staff-top-section .incont .pic {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .doctor .staff-top-section .incont .biography-box {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .doctor .staff-top-section .incont .activity-box {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .doctor .biography-box dd dt,
    .doctor .biography-box dd dd {
        width: 100%;
    }

    .doctor .staff-list-section .cc221:not(:first-of-type) {
        padding-top: 50px;
    }
}

/* news・blog */
.post-section .post-list-box {
    width: 72%;
}

.post-section .post-list-box>ul li {
    margin-right: 5%;
}

.post-section .post-list-box>ul li:nth-of-type(3n) {
    margin-right: 0;
}

.post-section .post-list-box .pic,
.post-section .post-list-box .post-data {
    margin-bottom: 15px;
}

.post-section .post-list-box .pic a {
    display: block;
}

.post-section .post-list-box .post-data .cat span {
    /* width: 60%; */
    background-color: #73c2be;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    margin-right: 5px;
}

.post-section .post-list-box .title {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #73c2be;
    padding-top: 15px;
}

.post-section .side-box {
    width: 25%;
}

.post-section .side-box .cat,
.post-section .side-box .arc {
    width: 100%;
}

.post-section .side-box .cat {
    margin-bottom: 50px;
}

.post-section .side-box dt {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.post-section .side-box dt:after {
    content: "";
    display: block;
    border-bottom: 3px solid #cccccc;
    width: 30%;
    margin: 0 auto;
}

.post-section .side-box dd {
    text-align: center;
    margin-bottom: 2%;
}

.post-section .side-box dd a {
    background-color: #c9cdcc;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.post-section .side-box dd a:hover {
    background-color: #73c2be;
}

/* pagenav */
.pagenav {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.pagenav ul {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenav li {
    display: inline-block;
}

.pagenav li a {
    color: #bcbcbc;
    padding: 5px;
    margin: 0 10px;
    display: block;
    font-weight: bold;
}

.pagenav li.st a {
    color: #444444;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

.pagenav li.st a,
.pagenav li a:hover {
    border-bottom: 1px solid #cccccc;
}

.post-list-box .main-list .pagenav li {
    margin-bottom: 0;
}

.pagenav .prev img,
.pagenav .next img {
    vertical-align: middle;
}

.post-section .post-detail-box {
    width: 72%;
}

.post-detail-box h3 {
    border-bottom: 1px solid #73c2be;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.post-detail-box .post-data {
    margin-bottom: 40px;
}

.post-detail-box .post-data span.cat {
    display: block;
}

.post-detail-box .cat span {
    padding: 2px 5px;
    background-color: #73c2be;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}

.post-detail-box .post-contents {
    line-height: 2em;
    margin-bottom: 40px;
}

.post-detail-box .post-contents img {
    display: block;
    width: 70%;
    margin-bottom: 20px;
}

.post-detail-box .btn {
    border: 1px solid #009089;
    width: 24%;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 100px;
}

.post-detail-box .btn a {
    display: block;
}

.post-section .recommend-box .post-list-box {
    width: 100%;
}

.post-section .recommend-box h4 {
    color: #6bb2ad;
    border-bottom: 1px solid #73c2be;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1024px) {
    .post-section .post-list-box>ul li {
        width: 30%;
    }

    .post-section .post-list-box,
    .post-section .side-box {
        width: 100%;
    }

    .post-section .side-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .post-section .post-list-box {
        margin-bottom: 50px;
    }

    .post-section .side-box .cat,
    .post-section .side-box .arc {
        width: 47%;
    }

    .post-section .post-detail-box {
        width: 100%;
    }

    .post-detail-box .post-contents img {
        margin: 0 auto 20px;
    }

    .post-detail-box .btn {
        width: 50%;
        margin: 0 auto 50px;
    }

    .post-section .post-list-box .post-data .cat span {
        display: block;
        margin-bottom: 3px;
        max-width: 150px;
    }
}

@media only screen and (max-width: 599px) {
    .post-section .post-list-box .gr321 {
        margin-bottom: 8%;
        width: 100%;
        margin-right: 0;
    }

    .post-section .side-box .cat,
    .post-section .side-box .arc {
        width: 100%;
    }

    .pagenav li a {
        margin: 0 7px;
    }

    .post-detail-box .post-contents img {
        width: 100%;
    }

    .post-detail-box .btn {
        width: 100%;
    }
}

/* recruit */
.rec-section .rec-table {
    border: 1px solid #73c2be;
}

.rec-section .rec-table dt {
    background-color: #edf7f7;
    width: 25%;
    border-right: 1px solid #73c2be;
}

.rec-section .rec-table dd {
    width: 75%;
}

.rec-section .rec-table dt,
.rec-section .rec-table dd {
    padding: 40px 0;
    text-align: center;
}

@media only screen and (max-width: 1024px) {

    .rec-section .rec-table dt,
    .rec-section .rec-table dd {
        width: 100%;
        text-align: left;
        padding: 25px 10px;
    }

    .rec-section .rec-table dt {
        border-right: none;
    }
}

@media only screen and (max-width: 599px) {}

.under.cost .inner {
    width: 100%;
}

.under.cost table {
    border-spacing: 0;
}

.under.cost .name {
    width: 100px;
}

.under.cost .name td {
    text-align: center;

}

.under.cost .name div {
    color: #009089;
}

.under.cost .photo {
    width: 160px;
    text-align: center;
}

.under.cost .photo td {
    text-align: center;
}

.under.cost .item {
    width: 100px;
    text-align: center;
}

.under.cost .item td {
    text-align: center;
}

.under.cost .common {
    width: 440px;
}

.under.cost .common td {
    text-align: left;
}

.under.cost .common td span {
    color: #009089;
}

.under.cost .common .text {
    padding: 0;
}

.under.cost .year {
    width: 100px;
    text-align: center;
}

.under.cost .year td {
    text-align: center;
}

.under.cost .table_box .price {
    width: 100px;
    text-align: center;
}

.under.cost .price td {
    text-align: center;
}

.under.cost .common td {
    text-align: left;
}

.under.cost .item td {
    text-align: left;
}

.under.cost td div {
    padding: 20px 10px;
}

.under.cost .table_box div.pic {
    padding: 0;
}

.under.cost .photo td ul {
    width: 80%;
    margin: auto;
}

.under.cost .photo td li {
    margin-top: 10px;
    margin-bottom: 10px;
}

.under.cost td {
    padding: 0;
    border-right: 1px solid #73c2be;
    border-bottom: 1px solid #73c2be;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.under.cost table.name td:first-child {
    border-left: 1px solid #73c2be;
}

.under.cost th {
    background: #cce9e7;
    border-right: 1px solid #73c2be;
    border-bottom: 1px solid #73c2be;
    text-align: center;
    line-height: 44px;
}

.under.cost .table_box:nth-of-type(n+2) th {
    display: none;
}

.under.cost .table_box:nth-of-type(n+2) td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.under.cost .table_box {
    text-align: left;
    width: 100%;
}

.under.cost .table_box .heightLine-td {
    height: auto;
}

.under.cost .table_box2 table {
    width: 1000px;
    max-width: 100%;
    border-top: 1px solid #73c2be;
    border-left: 1px solid #73c2be;
    border-bottom: none;
}

.under.cost .table_box2 table th,
.under.cost .table_box2 table td {
    width: 50%;
    text-align: center;
}

.under.cost .table_box2 .name {
    width: 100%;
    color: #009089;
}

.under.cost .w700 {
    width: 700px;
    margin: 0 auto;
}

.under.cost .w540 {
    width: 540px;
    margin: auto;
}

.under.cost .table_box3 {
    border-top: 1px solid #73c2be;
    border-left: 1px solid #73c2be;
}

.under.cost .table_box3 th {
    background: #fff;
    border-right: 1px solid #73c2be;
    border-bottom: 1px solid #73c2be;
    text-align: left;
    width: calc(100% / 3);
    line-height: 150%;
    padding: 5px 10px;
}

.under.cost .table_box3 .name {
    width: 100%;
    text-align: center;
}

.under.cost .table_box3 .name .fs24 {
    color: #009089;
}

.under.cost .table_box3 .price2 {
    width: 80%;
    margin: auto;
}

.under.cost .w700 .orange {
    font-weight: bold;
}

.under.cost .price {
    width: 100%;
    text-align: center;
}

.under.cost .w540 dl dt {
    width: 47%;
    position: relative;
}

.under.cost .w540 dl dt:after {
    content: "";
    position: absolute;
    background: url(/import/tenant_1/133.167.36.175/html/images/cost/ico_kara.png) no-repeat;
    width: 15px;
    height: 42px;
    top: 0;
    right: 0;
}

.under.cost .w540 dl dd {
    width: 47%;
}

.under.cost .list_box dl {
    width: 220px;
}

.under.cost .list_box dl dt {
    text-align: center;
}

.under.cost .list_box dl dd {
    background: #edf7f7;
    border-radius: 8px;
    position: relative;
}

.under.cost .list_box dl .fs16:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #edf7f7;
}

.under.cost .list_box dl:nth-child(4) dd {
    overflow: hidden;
}

.under.cost .list_box dl dd div {
    padding: 30px 20px;
}

.under.cost .w540 span.fs16 {
    color: #009089;
}

@media only screen and (max-width: 1024px) {
    .under.cost .w700 {
        width: 100%;
        margin: 0 auto;
    }

    .under.cost .w500 {
        width: 100%;
        margin: 0 auto;
    }

    .under.cost .inner {
        width: 94%;
    }

    .under.cost .table_box:nth-of-type(n+2) th {
        display: inline-table;
    }

    .under.cost .table_box table {
        width: 100% !important;
        margin: 0;
    }

    .under.cost .table_box table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .under.cost .table_box table tr:nth-child(1) {
        width: 30%
    }

    .under.cost .table_box table tr:nth-child(2) {
        width: 70%;
        height: auto !important;
    }

    .under.cost .table_box .cont .table_box:nth-of-type(n+2) td {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .under.cost .table_box table.name td:first-child {
        border-left: none;
    }

    .under.cost .table_box th {
        background: #cce9e7;
        border-right: 1px solid #73c2be;
        border-bottom: 1px solid #73c2be;
        text-align: center;
        display: inline-table;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .under.cost .table_box td {
        padding: 0;
        border-right: none;
        border-bottom: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        border-bottom: 1px solid #73c2be;
        height: 100%;
    }

    .table_box {
        border: 1px solid #73c2be;
        margin-bottom: 50px;
        border-bottom: none;
    }

    .under.cost .photo td {
        /*		padding: 15px;*/
    }

    .under.cost .photo td ul {
        width: 100%;
        margin: auto;
    }

    .under.cost .photo img {
        width: auto;
    }

    .under.cost ul.flexc {
        margin-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .under.cost .photo td li {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .under.cost .photo td li:nth-child(1) {
        margin-right: 15px;
    }

    .table_box2 {
        width: 100%;
    }

    .table_box2 table {
        width: 100%;
    }

    .under.cost .list_box dl {
        width: 47%;
        margin-bottom: 30px;
    }

    .under.cost .list_box dl .fs16:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #edf7f7;
    }

    .under.cost .list_box dl:nth-child(2) dd {
        overflow: hidden;
    }

    .under.cost .list_box dl dd div {
        padding: 30px 20px;
    }

    .under.cost .list_box dl .arrow {
        display: none;
    }

}


@media only screen and (max-width: 599px) {
    .under.cost .photo td {
        padding: 0;
    }

    .under.cost td div {
        padding: 10px 5px;
    }

    .under.cost .inner {
        padding-bottom: 0;
    }

    .under.cost .table_box table {
        width: 100% !important;
        margin: auto;
        border: 1px solid #73c2be;
        border-top: none;
        border-bottom: none;

    }

    .under.cost .table_box table tbody {
        display: block;
    }

    .under.cost .table_box table tr:nth-child(1) {
        width: 100%
    }

    .under.cost .table_box table tr:nth-child(2) {
        width: 100%;
    }

    .under.cost .table_box table .heightLine-td {
        height: auto !important;
    }

    .under.cost .table_box {
        margin-bottom: 30px;
        border: none;
        border-bottom: 1px solid #73c2be;
        width: 85%;
    }

    .under.cost .table_box2 {
        margin-bottom: 0;
        border: none;
        width: 85%;
    }

    .under.cost .table_box table tr {
        display: block;
        margin-bottom: 0;
        overflow: hidden;
    }

    .under.cost .table_box table th {
        display: block;
        line-height: 30px;
        width: 100%;
        border-right: none;
        border-top: 1px solid #73c2be;
    }

    .under.cost .table_box table td {
        display: block;
        width: 100%;
        border: none;
    }

    .under.cost .table_box table.name td:first-child {
        border-left: none;
    }

    .under.cost .inner {
        width: 94%;
    }

    .under.cost .table_box .photo td li:nth-child(1) {
        margin-right: 0;
    }

    .under.cost .table_box .photo td li {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .under.cost .w540 {
        width: 100%;
        margin: auto;
    }

    .under.cost .w540 dl dt {
        width: auto;
        position: relative;
        margin-bottom: 40px;
    }

    .under.cost .w540 dl dt:after {
        content: "";
        position: absolute;
        background: url(/import/tenant_1/133.167.36.175/html/images/cost/ico_kara.png) no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 15px;
        height: 42px;
        top: 40px;
        right: 50%;
        margin-right: -8px;
    }

    .under.cost .w540 dl dd {
        width: 100%;
    }

    .under.cost .photo td ul {
        padding-top: 15px;
    }

    .under.cost .list_box dl {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
    }

    .under.cost .list_box dl .arrow {
        display: block;
        background: none;
        position: absolute;
        bottom: -25px;
        left: 50%;
        width: 60px;
        border-radius: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: 30px solid #edf7f7;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
    }

    .under.cost .list_box dl dd:after {
        display: none;
    }

    .under.cost .list_box dl:nth-child(2) dd {
        overflow: hidden;
    }
}

.staff .staff_box {
    width: 48%;
    border: 2px solid #e0f2f1;
    padding: 15px;
    margin-bottom: 20px;
}

.staff .staff_box dl dt {
    width: 30%;
    color: #009089;
    font-weight: bold;

}

.staff .staff_box dl dd {
    width: 70%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 599px) {
    .staff .staff_box {
        width: 100%;
        margin-bottom: 15px;
    }
}

/*whitening*/
.cont-title {
    border-bottom: 1px solid #009089;
    text-align: center;
    padding-top: 80px;
}

.whitening-pack .flexb {
    background-color: #e0f2f1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.whitening-pack .flexb:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.whitening-pack .flexb .left dl {
    width: 70%;
    margin: 0 auto;
}

.whitening-pack .flexb .left dt {
    margin-bottom: 25px;
    text-align: center;
    color: #009089;
    font-weight: bold;
}

.whitening-pack .flexb .left dd {
    line-height: 1.8em;
}

.whitening-change-section {
    padding-bottom: 100px;
}

.whitening-change-section li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.whitening-change-section li:before {
    content: "";
    background: url(/import/tenant_1/133.167.36.175/html/images/whitening/icon.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.whitening-smile-section {
    position: relative;
    overflow: hidden;
}

.whitening-smile-section .inner {
    position: relative;
    z-index: 1;
}

.whitening-smile-section .bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e0f2f1;
}

.whitening-smile-section .bkimg img {
    opacity: 0.2;
}


.whitening-smile-section .inner>.txt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 40px;
}

.whitening-smile-section .inner .flexb .txt {
    font-weight: bold;
    line-height: 200%;
}

@media (max-width: 1024px) {
    .whitening-pack .flexb {
        max-width: 100%;
    }

    .whitening-pack .flexb .left dl {
        width: 94%;
    }

    .whitening-pack .flexb .right .pic .trimmingInner {
        padding-top: 150% !important;
    }

    .whitening-smile-section .bkimg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .whitening-smile-section .bkimg img {
        width: auto;
    }
}

@media (max-width: 599px) {
    .whitening-pack .flexb .right .pic .trimmingInner {
        padding-top: 65% !important;
    }

    .whitening-pack .flexb,
    .whitening-pack .flexb:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .whitening-pack .flexb:not(:first-of-type) {
        padding-top: 50px;
    }

    .whitening-pack .flexb .left dl {
        padding: 30px 0;
    }

    .whitening .cont-title {
        padding-top: 0;
    }

    .whitening-change-section {
        padding-bottom: 40px;
    }

    .cont-title {
        padding-top: 30px;
    }
}

/*メタルフリー*/
.-main-section .headtitle .pic {
    width: 30%;
}

.-main-section .headtitle .txt {
    width: 65%;
    font-size: 16px;
    font-weight: bold;
    line-height: 200%;
}

.metal .-point {
    background-color: #e0f2f1;
    padding: 50px 0 30px;
    margin: 80px 0;
}

.metal .-point li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}

.metal .-point li:before {
    content: "";
    background: url(/import/tenant_1/133.167.36.175/html/images/whitening/icon.png) no-repeat;
    position: absolute;
    top: 15px;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: 32px;
    height: 32px;

}

.metal .-lisk-section>.pic {
    position: relative;
    overflow: hidden;
}

.metal .-lisk-section>.pic:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.metal .-lisk-section>.pic img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.metal .-lisk-section dl {
    border: 1px solid #eee;
    width: 80%;
    margin: 30px auto 0;
}

.metal .-lisk-section dt {
    background: #cce9e7;
    padding: 8px 30px;
    color: #009089;
    font-weight: bold;
    font-size: 16px;
}

.metal .-lisk-section dd {
    padding: 30px;
}

.metal .-lisk-section dd li {
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.metal .-lisk-section dd li:before {
    content: "■";
    color: #009089;
    width: 20px;
    height: 20px;
    padding-right: 10px;
}

.metal .box-wrap .flexb:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.metal .box-wrap .flexb:not(:first-of-type) {
    padding-top: 40px;
}

.metal .box-wrap .pic {
    width: 40%;
}

.metal .box-wrap dl {
    width: 55%;
}

.metal .box-wrap dt {
    font-size: 20px;
    font-weight: bold;
    color: #009089;
    padding-bottom: 5px;
    border-bottom: #cce9e7 1px solid;
    margin-bottom: 20px;
}

.metal .box-wrap dd {
    line-height: 200%;
}

@media (max-width: 599px) {
    .-main-section .headtitle .pic {
        width: 100%;
    }

    .-main-section .headtitle .txt {
        width: 100%;
        padding-top: 20px;
    }

    .metal .-point {
        padding: 30px 0 30px;
        margin: 40px 0;
    }

    .metal .-lisk-section dl {
        width: 100%;
    }

    .metal .-lisk-section dd {
        padding: 30px 10px;
    }

    .metal .-lisk-section dd li {
        padding-left: 2em;
        text-indent: -2em;
    }

    .metal .box-wrap .pic {
        width: 100%;
    }

    .metal .box-wrap dl {
        width: 100%;
        padding-top: 20px;
    }
}

/*10クラウン*/
.crw-box:not(:first-of-type) {
    padding-top: 50px;
}

.crw-box .pic {
    position: relative;
    overflow: hidden;
}

.crw-box .pic:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.crw-box .pic img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.crw-box .md {
    background: #f7f7f7;
    margin-top: 50px;
    padding: 0 20px;
}

.crw-box .md dl {
    width: 45%;
    margin: 30px auto;
    border: none;
}

.crw-box .md dt {
    background: none;
    border-bottom: 1px solid #999;
    margin: 0;
}

.metal .-lisk-section .crw-box>dl {
    width: 100%;
}

@media (max-width: 1024px) {
    .metal .-lisk-section .md dd {
        padding: 30px 0;
        padding-left: 2em;
        text-indent: -2em;
    }
}

@media (max-width: 599px) {
    .crw-box .md dl {
        margin: 30px auto 0;
        width: 100%;
    }

    .metal .-lisk-section .md dd {
        padding-left: 0;
        text-indent: 0;
    }

    .crw-box .md {
        margin-top: 20px;
    }
}

/*12歯が無くなってしまった方へ*/
.disa .-main-section .headtitle .txt {
    width: 100%;
}

@media (max-width: 1024px) {
    .metal.disa .-lisk-section .md dd {
        padding-left: 0;
        text-indent: 0;
    }

    .metal.disa .-lisk-section .md dd li {
        padding-left: 2em;
        text-indent: -2em;
    }
}

/*13義歯*/
.under .g-box .t_and_p .text_box {
    width: 60%;
}

@media (max-width: 599px) {
    .under .g-box .t_and_p.flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .under .g-box .t_and_p .text_box {
        width: 100%;
        padding-top: 20px;
    }
}

/*14ブリッジ*/
.bridge .headtitle .flexb .pic-left {
    width: 35%;
}

.bridge .headtitle .flexb .t {
    width: 60%;
    font-size: 16px;
    line-height: 200%;
}

.bridge.metal .-lisk-section.-main-section dd {
    padding: 30px 0;
}

@media (max-width: 599px) {
    .bridge .headtitle .flexb .pic-left {
        width: 100%;
    }

    .bridge .headtitle .flexb .t {
        width: 100%;
        padding-top: 20px;
    }
}

/*15インプラント*/
.implant-wrap {
    background: #e0f2f1;
    padding: 50px 0;
}

.implant-wrap .box {
    background: #fff;
    padding: 30px;
}

.implant-wrap .box:not(:first-of-type) {
    margin-top: 50px;
}

.implant-wrap .box .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.implant-wrap .box h3 {
    padding-top: 0;
}

.implant-wrap .box .pic {
    width: 40%;
}

.implant-wrap .box .txt {
    width: 55%;
}

.implant-wrap .box .txt ul {
    padding: 20px 0;
}

.implant-wrap .box .txt ul li {
    font-weight: bold;
}

.implant-wrap .box .txt ul li:before {
    content: "■";
    color: #009089;
    width: 20px;
    height: 20px;
    padding-right: 10px;
}

.implant-wrap .box .txt dl {
    padding: 20px 0;
}

.implant-wrap .box .txt dl dt {
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-size: 16px;
}

@media (max-width: 599px) {
    .implant-wrap .box .pic {
        width: 100%;
    }

    .implant-wrap .box .txt {
        padding-top: 20px;
        width: 100%;
    }

    .implant-wrap .box {
        padding: 30px 10px;
    }
}

/*16予防歯科*/
.yobo-t,
.yobo-in02 {
    font-size: 16px;
    line-height: 200%;
}

.yobo-in .t_and_p.flexb {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.under.ippan .yobo-in .text_ttl {
    margin-bottom: 20px;
    border-left: 4px solid #009089;
    padding-left: 10px;
}

.care-flow {
    background: #f7f7f7;
    padding: 25px;
}

.care-flow dt {
    color: #009089;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}

.care-flow dd li {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 2em;
    text-indent: -2em;
}

.care-flow dd li .num {
    background: #009089;
    color: #fff;
    padding: 4px 7px;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 599px) {

    .yobo-in .t_and_p.flexb,
    .pmtc-box .box .t_and_p.flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .yobo-in .t_and_p.flexb .pic,
    .pmtc-box .box .t_and_p.flexb .pic {
        width: 80%;
        margin: 0 auto;
    }

    .yobo-in .t_and_p.flexb .text_box,
    .pmtc-box .t_and_p.flexb .text_box {
        padding-top: 20px;
    }

    .pmtc-box .t_and_p.flexb .text_box .mb80 {
        margin-bottom: 0;
    }

    .care-flow {
        padding: 25px 10px;
    }

    .care-flow dd li .num {
        font-size: 18px;
        margin-right: 6px;
    }
}

/*17無痛治療*/
.under.ippan .less .bg_aqua .inner>.pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.under.ippan .less .bg_aqua .inner>.pic:before {
    content: "";
    display: block;
    padding-top: 40%;
}

.under.ippan .less .bg_aqua .inner>.pic img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.under.ippan .less .bg_aqua .t {
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 50px;
}

/*18求人情報*/
.recruit .box:first-of-type {
    margin-top: 50px;
}

.recruit .rec2 .list {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 110px;
}

.recruit .rec2 .list dl {
    width: 20%;
    background: #33a398;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2% 20px 2%;
}

.recruit .rec2 .list dt {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.recruit .rec2 .list dt:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px auto 0 auto;
}

.recruit .rec2 .list dd {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.recruit .rec2 .list dl+dl:before {
    content: "";
    width: 25px;
    height: 100%;
    background: url(/import/tenant_1/133.167.36.175/html/images/recruit/icon_01.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -13px;
    top: 0;
}

.recruit .rec3 dl {
    border-bottom: 1px dotted #7f7f7f;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit .rec3 dt {
    width: 20%;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recruit .rec3 dd {
    width: 80%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .recruit .rec2 .list {
        margin-bottom: 0;
    }

    .recruit .rec2 .list dl {
        padding: 15px 2%;
    }

    .recruit .rec2 .list dt {
        font-size: 20px;
    }

    .recruit .rec2 .list dd {
        font-size: 12px;
    }
}

@media (max-width: 599px) {
    .recruit .rec2 .list dl {
        width: 100%;
    }

    .recruit .rec2 .list dl+dl:before {
        content: "";
        width: 25px;
        height: 117px;
        background: url(/import/tenant_1/133.167.36.175/html/images/recruit/icon_01.png) no-repeat;
        background-size: contain;
        position: absolute;
        left: 0;
        top: -50%;
        right: 0;
        text-align: center;
        margin: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .recruit .rec3 dl {
        padding: 15px 0;
    }

    .recruit .rec3 dt {
        width: 100%;
        padding-bottom: 10px;
    }

    .recruit .rec3 dd {
        width: 100%;
        padding-left: 0;
    }
}

/*編集画面のみ*/
[data-element-id]#sidemenu li .tel-num {
    display: block;
}

[data-element-id]#header #gnav.fixed.h_nav {
    position: relative;
}

[data-element-id]#header .h_nav li.sp {
    display: inline-block;
}
