@charset "utf-8";
/* CSS Document */






@font-face {
    font-family: '源ノ明朝';
    src: url(/import/tenant_1/153.126.186.16/html/images/font/SourceHanSerif-Regular.otf);
  
}

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

.hanserif {
    font-family: '源ノ明朝',
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif; */
    font-family: "Noto Sans Japanese",
        sans-serif,
        "游ゴシック",
        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: #3c3f42;
    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;
}

.fs54 {
    font-size: 54px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 25%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fead-mv {
    /* opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s; */
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s;
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
}

.mv {
    /* opacity: 1; */
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

a {
    text-decoration: none;
    color: #3c3f42;
}

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;
}

/*トランスフォーム*/

.tfmp {
    position: relative;
}

.tfmx {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.tfmy {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.tfmxy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カスタムコンテンツ用*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

/*横並び用*/

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1200px;
    margin: auto;
    padding: 50px 0;
}

.subtit {
    position: relative;
    overflow: hidden;
}

.subtit h2 {
    text-align: center;
    width: 100%;
}

.subtit img {
    width: 100%;
}

.more {
    text-align: center;
    margin: 30px auto;
    width: 80%;
    max-width: 200px;
}

.more a {
    display: block;
    color: #fff;
    padding: 10px 20px;
}

.mainimg {
    position: relative;
    overflow: hidden;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 37%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .fs54 {
        font-size: 38px;
    }

    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: 40px 0;
    }

    #gnav p {
        display: block !important;
        position: fixed;
        width: 42px;
        height: 42px;
        top: 0px;
        right: 0px;
        background: #170302;
        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);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(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;
    }

    #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;
    }
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 20px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 22px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 24px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 26px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 28px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    .fs54 {
        font-size: 36px;
    }

    .flex {
        max-width: 450px;
        margin: auto;
    }

    .flexc {
        max-width: 450px;
        margin: auto;
    }

    .flexs {
        max-width: 450px;
        margin: auto;
    }

    .flexb {
        max-width: 450px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 97%;
    }

    .cc332 {
        width: 47%;
    }

    .cc432 {
        width: 47%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .gr321 {
        width: 97%;
    }

    .gr422 {
        width: 47%;
    }

    .gr532 {
        width: 47%;
    }

    .rp {
        max-width: 450px;
        margin: auto;
    }

    .rp .pic {
        float: none !important;
        width: 90% !important;
        margin: 20px auto;
    }

    .rp .tbox {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/* header */
#header .logo {
    width: 45%;
    padding: 40px 0 40px 10%;
}

#header .head-data-pack {
    width: 40%;
    margin: 0 0 0 auto;
    max-width: 388px;
}

#header .head-contact {
    margin-bottom: 10px;
}

#header .head-contact span {
    display: block;
}

#header .head-contact .fs14 {
    line-height: 120%;
}

#header .head-contact .contact-box {
    position: relative;
    width: 52%;
    padding: 5px 0 0 35px;
    margin: 0 0 0 auto;
}

#header .head-contact .contact-box:before {
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.186.16/html/images/common/icon_tel.png) no-repeat left bottom;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
}

#header .head-contact .contact-box .fs14 {
    padding-bottom: 5px;
}

#header .net-reserve {
    /* background-color: #436ea0; */
    width: 47%;
}

#header .net-reserve a {
    display: block;
    /* padding: 5px 10px 0; */
    position: relative;
}

#header .net-reserve a:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
    width: 10px;
    height: 10px;
}

#header .net-reserve span {
    color: #fff;
}

#header .head-data-pack .add {
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
#header .net-reserve a img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
    #header .logo {
        width: 80%;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }

    #header .head-data-pack {
        width: 90%;
        margin: 0 auto;
        max-width: 430px;
    }

    #header .head-data-pack .add {
        text-align: center;
    }

    .head-contents {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 599px) {
    #header .head-contact .contact-box {
        width: 100%;
        padding: 0 0 10px;
    }

    #header .head-contact .contact-box span {
        text-align: center;
    }

    #header .head-contact .contact-box span.tel a {
        position: relative;
        padding: 0 0 0 35px;
    }

    #header .head-contact .contact-box span.tel a:before {
        content: "";
        display: block;
        background: url(/import/tenant_1/153.126.186.16/html/images/common/icon_tel.png) no-repeat left bottom;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
    }

    #header .head-contact .contact-box:before {
        display: none;
    }

    #header .net-reserve {
        /* width: 100%;
        margin: 0 auto; */
        display: none;
    }

    #header .net-reserve a {
        padding: 5px 0;
    }

    #header .net-reserve p {
        text-align: center;
    }

    #header .net-reserve span {
        display: inline;
    }

    #header .head-data-pack .add {
        text-align: left;
    }
}

/* footer */

.foot-data {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(70%, #fff), to(#4c94bb));
    background: -webkit-linear-gradient(left top, #fff 0, #fff 70%, #4c94bb 100%);
    background: linear-gradient(to right bottom, #fff 0, #fff 70%, #4c94bb 100%);
}

.foot-data .data-box {
    width: 44%;
}

.foot-data .shop-table-box {
    width: 55%;
}

.foot-data .foot-logo {
    margin-bottom: 15px;
}

.foot-data .add {
    margin-bottom: 30px;
}

.foot-data .telephone a {
    color: #283f70;
}

.shop-table {
    width: 100%;
    border-collapse: collapse;
}

.shop-table th {
    font-weight: normal;
    width: 30%;
}

.shop-table th,
.shop-table td {
    padding: 15px 0;
    text-align: center;
}

.shop-table tr:first-child {
    border-top: 1px solid #3c3f42;
    border-bottom: 1px solid #3c3f42;
}

.shop-table tr:last-child {
    border-bottom: 1px solid #3c3f42;
}

.foot-menu {
    background: url(/import/tenant_1/153.126.186.16/html/images/common/bg_pat_02.png) repeat left top;
}

.foot-menu .inner {
    padding: 20px 0;
}

.foot-menu .clon-menu li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #3c3f42;
    text-align: center;
    padding: 0 2%;
    margin-bottom: 2%;
}

.copyright {
    text-align: center;
    padding: 10px 0;
}

.totop {
    width: 52px;
    height: 52px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.totop a {
    display: block;
}

.footer-banner {
    display: none;
}

@media only screen and (max-width: 1024px) {

    .foot-data .data-box,
    .foot-data .shop-table-box {
        width: 100%;
    }

    .foot-data .data-box p {
        text-align: center;
    }

    .foot-data .data-box .telephone {
        margin-bottom: 20px;
    }

    .foot-menu .clon-menu li {
        width: 30%;
        border-right: none;
        border-bottom: 1px solid #3c3f42;
        margin: 0 1.66% 15px;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 599px) {
    .foot-data .data-box p {
        text-align: left;
    }

    .foot-data .shop-table th {
        width: 35%;
    }

    .foot-menu .clon-menu li {
        width: 40%;
    }

    .foot-data .shop-table .caution span {
        width: 100%;
    }

    .copyright {
        padding-bottom: 100px;
    }

    .footer-banner {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .footer-banner ul li {
        width: 50%;
        text-align: center;
        background: #446ea0;
        padding: 2px;
    }

    .footer-banner ul li a {
        color: #fff;
        display: block;
        padding: 8% 0;
        border: 1px solid #fff;
    }
    
    .footer-banner ul li.reserve {
      background: none;
      padding: 0;
    }
    
    .footer-banner ul li.reserve a {
      padding: 0;
      border: none;
    }

    .totop {
        bottom: 60px;
    }
}

/* index */
.key {
    position: relative;
}

.key-catch {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 5;
    width: 80%;
}

.key-catch h2 {
    background-color: rgba(67, 110, 160, 0.8);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}

.top-news-area {
    background: #446ea0;
}

.top-news-area .inner {
    padding: 20px 0;
}

.top-news-box {
    background: #fff;
    border-radius: 6px;
    padding: 10px 0;
    width: 85%;
}

.top-news-box dt {
    color: #436ea0;
    border-right: 2px solid #436ea0;
    padding: 30px 0;
    width: 25%;
    text-align: center;
}

.top-news-box dd {
    padding: 20px 5%;
    width: 75%;
}

.top-news-box dd span {
    display: block;
}

.top-news-link {
    padding: 26px 0;
    width: 15%;
    text-align: center;
}

.top-news-link a {
    color: #fff;
    display: block;
    position: relative;
    padding: 40px 0 0 0;
}

.top-news-link a.bg-arrow:before {
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.186.16/html/images/common/arrow_right.png) no-repeat center center;
    background-size: 100% auto;
    width: 22px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.top-comment-section {
    position: relative;
    background: url(/import/tenant_1/153.126.186.16/html/images/common/bg_pat_01.png) repeat left top;
    overflow: hidden;
    padding: 80px 0 160px;
}

.top-comment-section .comment-box {
    position: relative;
    z-index: 5;
    width: 67%;
    padding: 0;
    margin: 0 auto 0 4%;
    max-width: 800px;
}

.top-comment-section .comment-box h3 {
    margin-bottom: 20px;
}

.top-comment-section .comment-txt {
    width: 85%;
    line-height: 180%;
    margin-bottom: 70px;
}

.top-comment-section .comment-box .btn {
    border: 1px solid #436ea0;
    border-radius: 10px;
    width: 45%;
    text-align: center;
}

.top-comment-section .comment-box .btn a {
    color: #436ea0;
    display: block;
    padding: 20px;
}

.top-comment-section .comment-box .btn a:hover {
    opacity: 1;
    color: #fff;
}

.top-comment-section .comment-box .btn a.i-arrowR:after {
    padding-left: 15px;
}

.top-comment-section .comment-photo {
    width: 60%;
    position: absolute;
    right: 0;
    top: 80px;
}

.top-comment-section .comment-photo .pic {
    text-align: right;
}

.top-comment-section .comment-photo .pic img {
    max-width: 700px !important;
    text-align: right;
}

.top-comment-section .comment-photo-box {
    position: relative;
}

.top-comment-section .comment-photo-box .name {
    position: absolute;
    right: 0%;
    bottom: 0px;
    color: #000000;
    font-weight: bold
}

.top-head {
    text-align: center;
    margin-bottom: 40px;
}

.top-msg {
    text-align: center;
    margin-bottom: 50px;
}

.top-safety-section ul li .pic {
    margin-bottom: 15px;
}

.top-safety-section ul li .colBL {
    text-align: center;
}

.top-health-section ul li {
    position: relative;
}

.top-health-section ul li .pic {
    margin-bottom: 15px;
}

.top-health-section ul li dt {
    text-align: center;
    margin-bottom: 15px;
}

.top-health-section ul li dd {
    margin-bottom: 20px;
}

.top-health-section ul li .btn {
    border: 1px solid #3c3f42;
    border-radius: 10px;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.top-health-section ul li .btn a {
    display: block;
    padding: 5px;
}

.top-health-section ul li .btn a:hover {
    opacity: 1;
    color: #fff;
}

.top-health-section ul li .btn a.i-arrowR:after {
    padding-left: 15px;
}

.top-health-section .bkimg.filter:before {
    background: rgba(255, 255, 255, 0.9);
}

.top-health-section .bkimg img {
    max-width: 1400px;
}

.top-health-section .point-head {
    background: #436ea0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2%;
    z-index: 1;
    width: 25%;
    padding: 2px 0;
    text-align: center;
}

.top-nayami-section {
    background: url(/import/tenant_1/153.126.186.16/html/images/common/bg_pat_02.png) repeat left top;
}

.top-nayami-section ul li {
    margin-bottom: 6%;
}

.top-nayami-section ul li:after {
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.186.16/html/images/common/traiangle.png) no-repeat center bottom;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -10%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 15%;
    height: 15%;
}

.top-nayami-section ul li .circle {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50%;
    border-radius: 50%;
    background: #436ea0;
}

.top-nayami-section ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-nayami-section ul li span {
    display: block;
    color: #fff;
}

.top-nayami-section ul li .pic {
    margin: 0 auto 20px;
}

.top-nayami-section ul li.gra .pic {
    max-width: 107px;
    max-height: 104px;
}

.top-nayami-section ul li.bras .pic {
    max-width: 67px;
    max-height: 78px;
}

.top-nayami-section ul li.tyaku .pic {
    max-width: 78px;
    max-height: 86px;
}

.top-nayami-section ul li.ago .pic {
    max-width: 100px;
    max-height: 92px;
}

.top-nayami-section ul li.narabi .pic {
    max-width: 171px;
    max-height: 98px;
}

.top-nayami-section ul li.imp .pic {
    max-width: 73px;
    max-height: 92px;
}

.top-nayami-section ul li.ire .pic {
    max-width: 84px;
    max-height: 85px;
}

.top-menu-area ul {
    margin: 0 0.05%;
}

.top-menu-area ul li {
    width: 33.3%;
}

.top-menu-area ul li:first-child {
    background: #436ea0;
    padding: 1%;
    width: 66.6%;

}

.top-menu-area ul li:first-child .border-box {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-menu-area ul li:first-child .border-box p {
    color: #fff;
}

.top-menu-area ul li.jump {
    position: relative;
}

.top-menu-area ul li.jump a {
    display: block;
}

.top-menu-area ul li.jump a:hover {
    opacity: 1;
}

.top-menu-area ul li.jump .inbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    opacity: 0;
    visibility: hidden;
}

.top-menu-area ul li.jump .inbox .border-box {
    border: 1px solid #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.top-menu-area ul li.jump .inbox p {
    padding: 2%;
}

.top-menu-area ul li.jump .inbox p span {
    display: block;
    text-align: center;
}

.top-menu-area ul li.jump .inbox p span.title {
    margin-bottom: 15px;
    line-height: 130%;
}

.top-menu-area ul li.jump:hover .inbox {
    opacity: 1;
    visibility: visible;
}

.top-blog-section .blog-title-box {
    position: relative;
}

.top-blog-section h3 {
    border-bottom: 2px solid #436ea0;
    font-weight: normal;
}

.top-blog-section .blog-link .i-arrowRb:before {
    color: #436ea0;
}

.top-blog-section .blog-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-blog-list .pic {
    margin-bottom: 15px;
}

.top-blog-section .banner-link li {
    border: 2px solid #436ea0;
}

.top-blog-section .banner-link li a {
    display: block;
    padding: 8% 0;
}

.top-blog-section .banner-link li.big-paddingtop a{
   padding: 20% 0;
}

.top-blog-section .banner-link li a p {
    text-align: center;
}

.top-blog-section .banner-link .bkimg img {
    min-width: 560px;
}

.top-blog-section .banner-link .bkimg.filter:before {
    background: rgba(255, 255, 255, 0.4);
}

.top-blog-section {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #fff), color-stop(70%, #fff), to(#4c94bb));
    background: -webkit-linear-gradient(left top, #fff 0, #fff 70%, #4c94bb 100%);
    background: linear-gradient(to right bottom, #fff 0, #fff 70%, #4c94bb 100%);
}

.top-movie-area .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.top-movie-area .movie {
    position: relative;
    width: 80%;
    padding-top: 56.25%;
    margin: 0 auto;
    display: none
  }

.top-move {
/*   background: #e9f5fb;
 */}
 .top-move h3 {
   width: 25%;
}
.top-move h3 span {
  display: block;
font-weight: normal;
line-height: 100%;
  text-align: center;
  padding: 5px 0;
}
.top-move .flex {
  max-width: 940px;
  margin: auto;
 -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.top-move .in {
  max-width: 640px;
}
.top-move .in video {
  width: 100%;
}

@media only screen and (max-width: 1024px) {

.key-catch {
  width: 100%;
}

    .top-news-box {
        width: 80%;
    }

    .top-news-link {
        width: 20%;
    }

    .top-news-box dd {
        padding-left: 4%;
    }

    .top-comment-section {
        padding: 40px 0;
    }

    .top-comment-section .comment-photo {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
        width: 80%;
    }

    .top-comment-section .comment-box {
        width: 93%;
        margin: 0 auto 30px;
    }

    .top-comment-section .comment-txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .top-comment-section .comment-box .btn {
        width: 60%;
        margin: 0 auto;
    }

    .top-comment-section .comment-photo .pic {
        margin: 0 auto;
        text-align: center;
    }

    .top-comment-section .comment-photo .pic img {
        text-align: center;
    }

    .top-health-section ul li {
        margin-bottom: 6%;
    }

    .top-health-section .bkimg.filter:before {
        background: rgba(255, 255, 255, 0.6);
    }

    .top-nayami-section ul li {
        margin-bottom: 12%;
    }

    .top-menu-area ul li:first-child {
        width: 100%;
    }

    .top-menu-area ul li:first-child .border-box {
        padding: 5% 0;
    }

    .top-menu-area ul li {
        width: 50%;
    }

    .top-menu-area ul li.jump .inbox {
        opacity: 1 !important;
        visibility: visible;
    }

    .top-blog-section .banner-link .bkimg {
        position: absolute;
    }

    .top-blog-section .banner-link li.hv-out:before {
        border: none;
    }

    .top-blog-section .banner-link .bkimg img {
        min-width: 110% !important;
    }

    .top-movie-area .movie {
        width: 100%;
    }

    .map:after {
        padding-top: 50%;
    }

    .top-menu-area ul {
        margin: 0 auto;
    }

    .top-nayami-section ul li .circle {
        padding: 35%;
        width: 70%;
        height: 70%;
        margin: 0 auto;
    }

    .top-nayami-section ul li span {
        font-size: 14px;
    }
    .top-health-section .bkimg {
      display: none;
    }
    .top-move .in {
    width: 70%;
    }
    .top-move .flex {
      padding: 0 0 50px 0;
    }
    .top-blog-section .banner-link li.big-paddingtop a{
       padding: 20% 0;
    }
    .top-blog-section .banner-link li.big-paddingtop .bkimg img{
      min-width: 101% !important;
    }
}

@media only screen and (max-width: 599px) {

    .key-catch {
        width: 100%;
        bottom: auto;
        top: 90%;
        -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
    
    .key-catch h2 {
      font-size: 18px;
      padding: 1% 2%;
      line-height: 130%;
    }

.top-news-area {
  background: none;
}

    .top-news-box {
        width: 100%;
        padding: 0;
    }
    
    .top-news-box dl.flex {
      margin-bottom: 10px;
    }

    .top-news-box dt {
        width: 100%;
        border-right: none;
        border-bottom: 2px solid #436ea0;
        padding: 0;

    }

    .top-news-box dd {
        width: 100%;
        padding: 5px 10px;
    }

    .top-news-link a.bg-arrow:before {
        left: 5%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 12px;
        height: 16px;
    }

    .top-news-link {
        width: 50%;
        text-align: left;
        padding: 5px 0;
        background: #446ea0;
        margin: 0 auto;
    }

    .top-news-link a {
        padding: 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    
    .top-comment-section .comment-box h3 {
      font-size: 17px !important;
    }

    .top-comment-section .comment-box .btn {
        width: 100%;
    }
    
    .top-safety-section h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }

    .top-nayami-section ul li .circle {
        width: 100%;
        height: 100%;
        padding: 50%;
    }

.top-nayami-section ul li .pic {
      margin: 0 auto;
    }

    .top-nayami-section ul li.gra .pic,
    .top-nayami-section ul li.ago .pic {
      width: 45%;
      margin-bottom: 5px;
    }
    
    .top-nayami-section ul li.bras .pic {
      width: 35%;
    }
    
    .top-nayami-section ul li.tyaku .pic {
      width: 38%;
    }
    
    .top-nayami-section ul li.narabi .pic {
      width: 55%;
      margin-bottom: 20px;
    }
    
    .top-nayami-section ul li.imp .pic {
      width: 32%;
      margin-bottom: 5px;
    }
    
    .top-nayami-section ul li.ire .pic {
        width: 35%;
        margin-bottom: 5px;
    }

    .top-menu-area ul li {
        width: 100%;
    }
    
    .top-move .in {
  width: 100%;
}
.top-move h3 {
    width: 100%;
}
    
}

/* doctor */
.doctor-section .name-box {
    border-bottom: 2px solid #436ea0;
    margin-bottom: 60px;
}

.doctor-section .plof-box dt {
    width: 28%;
    font-weight: normal;
}

.doctor-section .plof-box dd {
    width: 72%;
}

.doctor .clinic-data-section .clinic-data-box {
    border: 2px solid #436ea0;
    width: 90%;
    margin: 0 auto;
    padding: 4%;
}

.doctor .clinic-data-section .clinic-data-box dt {
    font-weight: bold;
    width: 16%;
    padding-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.doctor .clinic-data-section .clinic-data-box dd {
    padding-left: 6%;
    width: 84%;
    padding-bottom: 30px;
    border-left: 1px solid #3c3f42;
}

@media only screen and (max-width: 1024px) {
    .doctor .clinic-data-section .clinic-data-box {
        width: 100%;
    }

    .doctor .clinic-data-section .clinic-data-box dt,
    .doctor .clinic-data-section .clinic-data-box dd {
        width: 100%;
    }

    .doctor .clinic-data-section .clinic-data-box dd {
        padding-left: 0;
        border-left: none;
    }

    .doctor .clinic-data-section .clinic-data-box dt {
        border-bottom: 1px solid #3c3f42;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 599px) {

    .doctor-section .plof-box dt,
    .doctor-section .plof-box dd {
        width: 100%;
    }

    .doctor-section .plof-box .prof-end {
        text-align: right;
    }

    .doctor .clinic-data-box .clone-table .caution span {
        margin: 0 0 0 auto;
    }
}

/* access */

.access-section .access-photo-box {
    width: 60%;
}

.access-section .access-data-box {
    width: 30%;
}

.access-section .access-photo-box p {
    margin-bottom: 30px;
}

.access-section .access-photo-box ul li {
    width: 32%;
    margin: 0 0.66%;
}

.access-data-box .access-logo {
    margin-bottom: 30px;
}

.access-data-box .add {
    margin-bottom: 20px;
}

.access-data-box dl {
    margin-bottom: 10px;
}

.access-data-box dl dd span {
    display: block;
}

.access-section .access-data-box .data-txt-box dl dt {
  font-weight: normal;
}

@media only screen and (max-width: 1024px) {

    .access-section .access-photo-box,
    .access-section .access-data-box {
        width: 100%;
    }

    .access-section .access-photo-box {
        margin-bottom: 6%;
    }

    .access-section .access-data-box .access-logo {
        text-align: center;
    }

    .access-data-box .data-txt-box {
        width: 70%;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 599px) {

    .access-section .access-data-box .access-logo {
        width: 70%;
        margin: 0 auto 20px;
    }

    .access-data-box .data-txt-box {
        width: 90%;
    }
}

/* about */

.about-point-list .txt-box .point-title {
    width: 92%;
}

.about-point-list .txt-box .point-num {
    background: #436ea0;
    color: #fff;
    width: 6%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-point-list .txt-box .num-posi {
    margin-bottom: 20px;
}

.about-point-list .txt-box .msg {
    margin-bottom: 20px;
}

.about-point-list .txt-box {
  position: relative;
}

.about-point-list .btn {
    border: 1px solid #3c3f42;
    border-radius: 10px;
    width: 45%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.about-point-list .btn a {
    display: block;
    padding: 5px;
}

.about-point-list .btn a:hover {
    color: #fff;
    opacity: 1;
}

.about-point-list li {
    margin-bottom: 6%;
}

.about-point-list li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.about-point-list li:nth-child(even) .btn {
  left: 0;
  
}

.about-point-list li:nth-child(odd) .btn {
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .about-point-list .txt-box .point-title br {
    display: none;
  }
  .about-point-list .btn {
    position: static;
    margin: 0 auto 30px;
    width: 60%;
    bottom: auto;
  }
  .about-point-list li:nth-child(even) .btn {
  left: auto;
}

.about-point-list li:nth-child(odd) .btn {
  right: auto;
}
}

@media only screen and (max-width: 599px) {
    .about .second-title {
        font-size: 20px;
    }
.about-point-list li .gr211 {
  margin: 0 auto 4%;
}
    .about-point-list .txt-box .point-num {
        width: 10%;
    }

    .about-point-list .txt-box .point-title {
        width: 100%;
        text-align: center;
    }

    .about-point-list .txt-box .num-posi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about-point-list .btn {
        width: 100%;
        margin: 0 auto 30px;
    }

    .about-point-list .txt-box .msg {
        margin-bottom: 30px;
    }
}

/* 一般 */

.ippan-box {
    margin-bottom: 6%;
    overflow: hidden;
}

.ippan-box .msg-box {
    width: 61%;
    background: #436ea0;
    position: relative;
    z-index: 5;
}

.ippan-box .flexb {
    position: relative;
}

.ippan-box .msg-box .msg-inbox {
    padding: 10% 5% 10% 15%;
}

.ippan-box .msg-box h3,
.ippan-box .msg-box p {
    color: #fff;
}

.ippan-box .msg-box h3 {
    font-weight: normal;
    margin-bottom: 30px;
}

.ippan-box .msg-box .msg {
    line-height: 180%;
}

.ippan-box .photo-box {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
}

.ippan-box .photo-box .pic.filter:before {
    background: rgba(255, 255, 255, 0.1);
    z-index: 4;
}

.ippan-box:nth-child(odd) .msg-box:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #436ea0)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #436ea0 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #436ea0 50.5%) no-repeat top left/100% 100%;
    width: 10%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    z-index: 5;
}

.ippan-box:nth-child(even) .msg-box:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #436ea0)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #436ea0 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #436ea0 50.5%) no-repeat top left/100% 100%;
    width: 10%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: 5;
}

.ippan-box:nth-child(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.ippan-box:nth-child(even) .photo-box {
    left: 0;
    right: auto;
}

@media only screen and (max-width: 1024px) {

    .ippan-box .photo-box {
        position: static;
        top: auto;
        right: auto;
        width: 60%;
        margin: 0 auto;
    }

    .ippan-box:nth-child(even) .photo-box {
        left: auto;
    }

    .ippan-box:nth-child(odd) .msg-box:after,
    .ippan-box:nth-child(even) .msg-box:before {
        display: none;
    }

    .ippan-box .msg-box {
        width: 100%;
    }

    .ippan-box .msg-box .msg-inbox {
        padding: 4%;
    }
}


@media only screen and (max-width: 599px) {
    .ippan-box .photo-box {
        width: 100%;
    }
}

/* yobou */

.yobou-box .msg-box h3 {
    font-weight: normal;
    margin-bottom: 30px;
}

.yobou-box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* shinbi */

.shinbi .msg-box h4 {
    margin-bottom: 30px;
}

.shinbi-cont-box .whitening-list dt {
    border-left: 6px solid #436ea0;
    line-height: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}

.shinbi-cont-box .whitening-list li {
    width: 100%;
    margin-bottom: 6%;
}

.shinbi-cont-box .whitening-list li:not(:first-child) {
    width: 47%;
}

.whitening-section .shinbi-cont-box:nth-of-type(odd) .white-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .shinbi-cont-box .whitening-list li:not(:first-child) {
        width: 100%;
    }
}

/* gakukan */
.gakukan-section .cont-box:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* shouni */
.shouni-section .single-cont:nth-of-type(odd) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.shouni-section .other-cont .flexb:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* implant */

.implant-box {
    margin-bottom: 10%;
    overflow: hidden;
}

.implant-box .msg-box {
    width: 61%;
    background: #dff1f9;
    position: relative;
    z-index: 5;
}

.implant-box .flexb {
    position: relative;
}

.implant-box .msg-box .msg-inbox {
    padding: 10% 5% 10% 15%;
}

.implant-box .msg-box .msg-inbox dl dt {
  font-weight: normal;
}

.implant-box .msg-box h3 {
    font-weight: normal;
    margin-bottom: 30px;
}

.implant-box .msg-box .msg {
    line-height: 180%;
}

.implant-box .photo-box {
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
}

.implant-box:nth-child(odd) .msg-box:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #dff1f9)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top right, rgba(255, 255, 255, 0) 50%, #dff1f9 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #dff1f9 50.5%) no-repeat top left/100% 100%;
    width: 10%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    z-index: 5;
}

.implant-box:nth-child(even) .msg-box:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #dff1f9)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #dff1f9 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #dff1f9 50.5%) no-repeat top left/100% 100%;
    width: 10%;
    height: 100%;
    position: absolute;
    left: -10%;
    top: 0;
    z-index: 5;
}

.implant-box:nth-child(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.implant-box:nth-child(even) .photo-box {
    left: 0;
    right: auto;
}

.implant-box dl {
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    .implant-box .photo-box {
        position: static;
        top: auto;
        right: auto;
        width: 60%;
        margin: 0 auto;
    }

    .implant-box:nth-child(even) .photo-box {
        left: auto;
    }

    .implant-box:nth-child(odd) .msg-box:after,
    .implant-box:nth-child(even) .msg-box:before {
        display: none;
    }

    .implant-box .msg-box {
        width: 100%;
    }

    .implant-box .msg-box .msg-inbox {
        padding: 4%;
    }
}

@media only screen and (max-width: 599px) {
    .implant-box .photo-box {
        width: 100%;
    }
    
    .implant-box.merit .pic {
      position: relative;
      overflow: hidden;
    }
    .implant-box.merit .pic:after {
      content: "";
      display: block;
      padding-top: 80%;
    }
    .implant-box.merit .pic img {
      position: absolute;
      left: 0;
      top: -20%;
    }
}

/* gishi */

.gishi-section .cont-box:first-child .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.gishi-section ul li dt {
    border-left: 6px solid #436ea0;
    line-height: 100%;
    padding-left: 10px;
    margin-bottom: 20px;
}

.gishi-section ul li {
    margin-bottom: 10%;
}

.gishi-section .head.list-title {
    margin-bottom: 60px !important;
}

.gishi-section .msg-box ul.flexb {
    max-width: 1200px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {}

/* trouble */
.trouble-list-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.trouble-list-title .num {
    width: 10%;
    background: #436ea0;
    color: #fff;
    line-height: 100%;
    text-align: center;
    max-width: 34px;
    height: 34px;
    line-height: 34px;
}

.trouble-list-title h3 {
    margin-bottom: 0 !important;
    width: 92%;
    padding-left: 1%;
}

.trouble-section .nayami-cat {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.trouble-section .nayami-cat .nayami {
    border: 1px solid #436ea0;
    border-radius: 20px;
    padding: 0 2%;
    width: 28%;
    text-align: center;
    margin: 0 2% 0 0;

}

.trouble-section .nayami-cat .txt {
    width: 65%;
}

.trouble-section dl dt {
    border-bottom: 1px solid #3c3f42;
    color: #436ea0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .trouble .second-title {
        font-size: 22px;
    }

    .trouble-list-title h3 {
        width: 90%;
    }

    .trouble-section .nayami-cat .nayami {
        width: 50%;
        margin-bottom: 10px;
    }

    .trouble-section .nayami-cat .txt {
        width: 100%;
    }
}

/* faq */

.faq-section li {
    margin-bottom: 6%;
}

.faq-section li:not(:first-of-type) dl dd {
    display: none;
}

.faq-section dl dt {
    color: #436ea0;
    font-weight: bold;
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}

.faq-section dl dt:before {
    content: "Q";
    display: inline-block;
    font-size: 32px;
    background: #436ea0;
    color: #fff;
    font-weight: normal;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 4px;
    line-height: 100%;
}

.faq-section dl dd {
    position: relative;
    padding-left: 50px;
}

.faq-section dl dd:before {
    content: "A";
    display: inline-block;
    font-size: 32px;
    border: 1px solid #436ea0;
    color: #436ea0;
    font-weight: normal;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    line-height: 100%;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
  .faq-section li {
    margin-bottom: 15%;
  }
  .faq-section dl dd:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* news */

.news-section li {
    border-bottom: 1px solid #3c3f42;
    padding-bottom: 15px;
    margin-bottom: 6%;
}

.news-section .data-box {
    margin-bottom: 10px;
}

.news-section .data-box span {
    display: inline-block;
    line-height: 100%;
}

.news-section .data-box .day {
    border-right: 1px solid #3c3f42;
    padding-right: 10px;
}

.news-section .data-box .cat {
    padding-left: 10px;
}

.news-section .title a {
    color: #436ea0;
}

.news-list-box {
    margin-bottom: 100px;
}

.catarc-area .title {
    border: 1px solid #436ea0;
    padding: 10px;
    margin-bottom: 15px;
}

.catarc-area .title span {
    display: block;
    text-align: center;
}

.catarc-area .title span.fs32 {
    letter-spacing: 4px;
    margin-bottom: 5px;
}

.catarc-area ul {
    padding-left: 10%;
}

.catarc-area ul li {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.catarc-area ul li a.i-arrowRb:before {
    padding-right: 10px;
}

.single-box {
    margin-bottom: 100px;
}

.single-box .title {
    border-bottom: 1px solid #3c3f42;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.single-box .post-cont {
    margin-bottom: 100px;
}

.single-box .btn {
    border: 1px solid #3c3f42;
    border-radius: 10px;
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

.single-box .btn a {
    display: block;
    padding: 10px 0;
}

.single-box .btn a.i-arrowR {
    position: relative;
}

.single-box .btn a.i-arrowR:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


@media only screen and (max-width: 1024px) {
    .single-box .btn {
        width: 40%;
    }
}

@media only screen and (max-width: 599px) {
    .single-box .btn {
        width: 80%;
    }
}

/* blog */
.blog-list-box {
    margin-bottom: 100px;
}

.blog-list-box .thumb {
    margin-bottom: 10px;
}

.blog-list-box .data-box {
    margin-bottom: 10px;
}

.blog-list-box .title a {
    color: #436ea0;
}

.recom-area .main-header {
    margin-bottom: 50px !important;
}

/* recruit */
.rec-message-area {
    background: #e9f5fb;
    margin-bottom: 100px;
}

.rec-message-area h3 {
    font-weight: normal;
    text-align: center;
    line-height: 100%;
}

.rec-message-area h3 span {
    display: block;
}

.rec-message-area p {
    text-align: center;
}

.rec-message-area p.catch {
    margin-bottom: 10px;
}

.rec-table-area {
    padding: 50px 0;
}

.rec-table-area .btn-area {
    border-bottom: 2px solid #436ea0;
}

.rec-table-area .btn-box {
    width: 45%;
    margin: 0 auto;
}

.rec-table-area .btn-box p {
    background: #c9cdcc;
    cursor: pointer;
    color: #fff;
    width: 47%;
    text-align: center;
    padding: 10px 0;
}

.rec-table-area .btn-box p.is-active {
    background: #436ea0;
}

.rec-table-box dl {
    padding: 30px 0;
    border-bottom: 1px solid #3c3f42;
}

.rec-table-box dl dt {
    font-weight: bold;
    width: 26%;
}

.rec-table-box dl dd {
    width: 74%;
}

.ChangeElem_Panel {
    display: none;
}

.rec-table-box {
    margin-bottom: 50px;
}

.rec-table-area .recBtn {
    border: 1px solid #54575a;
    border-radius: 10px;
    width: 28%;
    margin: 0 auto;
    text-align: center;
}

.rec-table-area .recBtn a {
    padding: 20px 0;
    position: relative;
    display: block;
}

.rec-table-area .recBtn a.i-arrowR:after {
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.rec-flow-area ul {
    width: 70%;
    margin: 0 auto;
}


.rec-flow-area ul li:not(:last-child):after {
    content: "";
    display: block;
    background: url(/import/tenant_1/153.126.186.16/html/images/common/flow_arrow.png) no-repeat center -50%;
    background-size: 100% auto;
    width: 58px;
    height: 20px;
    margin: 40px auto;

}

.rec-flow-area ul li span {
    font-weight: bold;
    display: inline-block;
}

.rec-flow-area ul li span.num {
    background: #436ea0;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
    .rec-message-area {
        margin-bottom: 50px;
    }

    .rec-table-area .btn-box {
        width: 80%;
    }

    .rec-table-area .recBtn {
        width: 50%;
    }

    .rec-flow-area ul {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .rec-message-area {
        margin-bottom: 30px;
    }

    .rec-table-area .btn-box {
        width: 100%;
    }

    .rec-table-box dl dt,
    .rec-table-box dl dd {
        width: 100%;
    }

    .rec-table-area .recBtn {
        width: 80%;
    }

    .rec-table-area {
        padding: 30px 0;
    }

    .rec-flow-area ul li span {
        display: block;
    }

    .rec-flow-area ul li span.num {
        margin: 0 auto 10px;
    }

    .rec-flow-area ul li:not(:last-child):after {
        margin: 25px auto;
    }
}

/* common */

/* Gnav */
#gnav ul li.hide:not(:first-child) {
    display: none;
}

#gnav ul li {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#gnav ul li span {
    display: block;
}

#gnav ul li span.fs12 {
    color: #436ea0;
}

#gnav ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

#gnav ul li a {
    display: block;
}

#gnav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 10;
}

.colBL {
    color: #436ea0;
}

.posi {
    position: relative;
    overflow: hidden;
}

.posi-in {
    position: relative;
    z-index: 5;
}

/* アイコン */
/* 右アロー */
.i-arrowR:after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: bold;
}

.i-arrowRb:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    font-weight: bold;
}

.i-arrow_otR:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: bold;
}

.i-arrow_otL:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0d9';
    font-weight: bold;
}

/* ホバーエフェクト */
.hv-fade {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

.hv-fade:hover,
.hv-fade:focus,
.hv-fade:active {
    background-color: #436ea0;
}

.hv-float {
    -webkit-transform: perspective(0px) translateZ(0);
    transform: perspective(0px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hv-float:hover,
.hv-float:focus,
.hv-float:active {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hv-out {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.hv-out:before {
    content: '';
    position: absolute;
    border: #436ea0 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

.hv-out:hover:before,
.hv-out:focus:before,
.hv-out:active:before {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
}

/* 下層メインビジュアル */
.second .second-key {
    overflow: hidden;
    position: relative;
}

.second .key-box {
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
    overflow: hidden;
}

.second .second-key .pic.filter:before {
    background: rgba(147, 167, 186, 0.6);
}

.second .second-title {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
    font-weight: normal;
    width: 90%;
    text-align: center;
}

/* パンくず */
.breadcrumbs ul li:not(:last-child):after {
    content: ">";
    display: inline-block;
}
.breadcrumbs ul li:not(:last-child) a {
padding-right: 5px;  
}

.breadcrumbs ul li:not(:first-child) p,
.breadcrumbs ul li:not(:first-child) a{
  padding-left: 5px;
}

/* 下層タイトル */
.second .main-header {
    border-bottom: 2px solid #436ea0;
    padding-bottom: 5px;
    margin-bottom: 100px;
    text-align: center;
}

.second .cont-box .head {
    font-weight: normal;
    margin-bottom: 30px;
}

.second .cont-box {
    margin-bottom: 6%;
}

/* .gr211 {
    margin: 0 auto 4%;
} */

/* pagenav */
.pagenav {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.pagenav ul {
    text-align: center;
}

.pagenav li {
    display: inline-block;
    margin: 0 5px;
    border-bottom: none;
    padding-bottom: 0;
}

.pagenav li a {
    padding: 0px 6px;
    display: block;
}

.pagenav .prev a {
    padding-left: 6px;
}

.pagenav .next a {
    padding-right: 6px;
}

.pagenav li.st a,
.pagenav li a:hover {
    border-bottom: 1px solid #dc7ca5;
}

.post-list-box .main-list .pagenav li {
    margin-bottom: 0;
}

.pagenav .prev a,
.pagenav .next a {
    background: none;
    font-size: 0;
}

.pagenav .prev a.i-arrow_otL:before {
    background: #436ea0;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
}

.pagenav .next a.i-arrow_otR:after {
    background: #436ea0;
    color: #fff;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
}

@media only screen and (max-width: 1024px) {
    #gnav ul li span.fs12 {
        display: none;
    }


}

@media only screen and (max-width: 599px) {
    .second .main-header {
        margin-bottom: 40px;
    }

    .second .cont-box {
        margin-bottom: 10%;
    }
    
    .second .key-box .pic {
      position: relative
    }
    
    .second .key-box .pic img {
      max-width: 170% !important;
      width: 170% !important;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    }
    
    .second .key-box .pic:after {
      content: "";
    display: block;
    position: relative;
    padding-top: 30%;
    }
}

/* 編集画面 */
#gnav .accordion-inner li.hide[data-element-id] {
  display: block;
}

.top-movie-area .movie iframe[data-element-id] {
  pointer-events: none;
}
.footer-banner[data-element-id] {
  display: block;
  position: fixed;
  bottom: 10%;
  right: 0;
  width: 200px;
  z-index: 10;
}

.footer-banner[data-element-id] ul li {
  width: 200px;
  text-align: center;
  background: #446ea0;
  padding: 2px;
}

.footer-banner[data-element-id] ul li.reserve {
  background: none;
}

.footer-banner[data-element-id] ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  border: 1px solid #fff;
}

.footer-banner[data-element-id] ul li.reserve a {
  padding: 0;
}

.top-blog-section .banner-link[data-element-id] .posi-in {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.top-blog-section .banner-link[data-element-id] .bkimg {
  position: static;
  top: auto;
  left: auto;
  transform: none;
}
.top-menu-area ul li.jump .inbox[data-element-id] {
  width: 100%;
  height:auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 599px) {
.sp_tex {
  font-size: 18px !important;
  line-height:30px;
  padding: 0 10px;
  display: block;
}
}

.doctors {
    padding: 110px 275px;
}

.max-box{
    width:100%;
    height:100%
}

/**2025/04/02**/
.implant-box .msg-box h2 {
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.implant .about-point-section h2 {
  font-weight: normal;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin-bottom: 50px;
}

.implant .about-point-section h3 {
  margin-bottom: 20px;
}

.implant-box .msg-box h3 {
  margin-bottom: 10px;
}

.implant-box .msg-txtbox {
  margin-bottom: 20px;
}

.implant .rec-flow-area h2 {
  font-weight: normal;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  margin-bottom: 50px;
}

.implant .rec-flow-area ul {
  padding-bottom: 50px;
}

.implant .rec-flow-area li p {
  margin-top: 10px;
}

img.pc-none {
  display: block;
}
img.sp-none {
  display: none;
}

@media (max-width: 1024px){
  .implant-box .photo-box {
    width: 90%;
  }
  img.pc-none {
    display: none;
  }
  img.sp-none {
    display: block;
  }
}

@media (max-width: 599px){
  .implant-box .photo-box {
    width: 100%;
  }
  .implant .about-point-section h2 {
    margin-bottom: 20px;
  }
  .implant .rec-flow-area h2 {
    margin-bottom: 20px;
  }
}

/* 2025/07/10 */
.ortchild_ttl01{
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}

.ortchild_ttl02{
  font-family: 'Noto Serif', serif;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.ortchild_ttl02 span{
  display: block;
}

.ortchild_ttl02 span.deco{
  background-color: #436ea0;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
  padding: 0.25em 0.5em;
}

.ortchild_ttl03{
  font-family: 'Noto Serif', serif;
}

.ortchild_box01{
  border: 2px solid #436ea0;
  border-radius: 5px;
  padding: 20px;
}

.ortchild_box01+.ortchild_box01{
  margin-top: 20px;
}

.ortchild_list li{
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
}

.ortchild_list li::before{
  content: "・";
}

.ortchild_list.black li{
  color: #000;
}

.ortchild_list02 li{
  padding-left: 1em;
  text-indent: -1em;
}

.ortchild_list02 li::before{
  content: "・";
}

.ortchild_section_blue{
  background-color: #dff1f9;
  padding: 80px 0;
}

.ortchild_section_gray{
  background-color: #eeeeee;
}

.about-point-list .ortchild_list li {
  margin-bottom: 0;
}

.ippan-box.ver02 .msg-box .msg {
  color: #fff;
}

.mt20{
  margin-top: 20px;
}

@media(max-width:599px) {
.about-point-list.ver02 li {
    flex-direction: column-reverse;
}

.second .key-box.ver02 .pic:after {
    padding-top: 80%;
}

.ippan-box.ver02 {
    margin-bottom: 0;
}

.ortchild_ttl02{
  display: block;
}

.ortchild_ttl02 span.deco {
  width: fit-content;
  margin-bottom: 10px;
}

.rec-flow-area.ver02 ul li span.num {
  margin: 0 auto 10px 0;
}

.ortchild_section_blue{
  padding: 0 0;
}

.tablewrap{
  overflow-x: auto;
}

.tablewrap table{
  min-width: 1000px;
}
}

.pic img.l70 {
  left: 70% !important;
}
