@charset "utf-8";
/* CSS Document */

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

.mincho {
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.txB {
    font-weight: bold;
}

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: #454545;
    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;
    margin-bottom: 5px;
}

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;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
/*    width: 100%;*/
    width: 60%;
}

.rp .pic {
    width: 35%;
}

.rp .tbox {
    width: 60%;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -ms-transition: 0.6s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #454545;
}

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: 1170px;
    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: 45%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;
}

@media only screen and (max-width: 1024px) {
    .bkimg {
        position: relative;
    }

    .bkimg img {
        min-width: initial !important;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    h4 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs22 {
        font-size: 20px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs28 {
        font-size: 22px;
    }

    .fs30 {
        font-size: 24px;
    }

    .fs32 {
        font-size: 24px;
    }

    .fs34 {
        font-size: 26px;
    }

    .fs36 {
        font-size: 26px;
    }

    .fs38 {
        font-size: 28px;
    }

    .fs40 {
        font-size: 28px;
    }

    .fs42 {
        font-size: 30px;
    }

    .fs44 {
        font-size: 30px;
    }

    .fs46 {
        font-size: 32px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex {
        max-width: 768px;
        margin: auto;
    }

    .flexc {
        max-width: 768px;
        margin: auto;
    }

    .flexs {
        max-width: 768px;
        margin: auto;
    }

    .flexb {
        max-width: 768px;
        margin: auto;
    }

    /*カスタムコンテンツ用*/
    .cc221 {
        width: 47%;
    }

    .cc332 {
        width: 30%;
    }

    .cc432 {
        width: 30%;
    }

    .cc533 {
        width: 30%;
    }

    /*横並び用*/
    .gr211 {
        width: 97%;
    }

    .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;
    }

    .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 {
    position: relative;
}

#header .header-contents {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
}

#header .inner {
    padding: 20px 0;
}

.header-logo {
    width: 25%;
}

.shop-table-pack {
    width: 27%;
    margin: 0 0 0 auto;
}

.shop-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #333333;
}

.shop-table tr:not(:last-of-type) {
    border-bottom: 1px solid #333333;
}

.shop-table tr:first-of-type th,
.shop-table tr:first-of-type td {
    background: #bd0c57;
    color: #fff;
}

.shop-table tr th,
.shop-table tr td {
    text-align: center;
}

.shop-table tr td {
    border-left: 1px solid #333333;
}

.shop-table-pack .caution {
    text-align: right;
}

.shop-table-pack .caution span:first-of-type {
    padding: 0 20px 0 0;
}

.head-contact {
    width: 44%;
    padding-left: 1%;
}

.head-teladd {
    width: 66%;
    margin: 0 0 0 auto;
}

.head-contact-btn {
    width: 30%;
    background: #bd0c57;
    text-align: center;
    height: 74px;
}

.head-contact-btn a {
    color: #fff;
    display: block;
    height: 100%;
}


@media only screen and (max-width: 1024px) {
    #header .header-contents {
        position: relative;
        left: auto;
        top: auto;
    }

    .header-logo {
        width: 38%;
    }

    .shop-table-pack {
        width: 58%;
        margin: 0 0 20px auto;
    }

    .head-contact {
        width: 100%;
    }

    .head-contact-btn {
        width: 24%;
    }

    .head-teladd .tel {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 599px) {
    h1 {
        width: 90%;
    }

    .header-logo {
        width: 80%;
        margin: 0 auto 20px;
    }

    .shop-table-pack {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .head-contact-btn .i-mail:before {
        font-size: 24px;
    }

    .head-contact-btn {
        width: 35%;
    }

    .head-teladd {
        width: 100%;
        margin: 0 0 15px;
    }

    .head-contact-btn {
        width: 100%;
    }

    .head-contact-btn .i-mail:before {
        display: inline-block;
        padding: 0 10px 0 0;
    }

    .head-contact-btn {
        height: auto;
    }

    .head-contact-btn a {
        padding: 10px 0;
    }

    .head-contact.fixed {
        z-index: 10;
        position: relative;
    }

    .head-contact.fixed .head-teladd .tel {
        position: fixed;
        left: 0;
        top: 0;
        font-size: 0;
        width: 42px;
        height: 42px;
        border: 1px solid #365793;
        background: #fff;
        z-index: 10;
    }

    .head-contact.fixed .head-teladd .tel.i-tel:before {
        width: 22px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .head-contact.fixed .head-teladd .tel a {
        width: 42px;
        height: 42px;
        display: block;
    }

    .head-contact.fixed .head-contact-btn {
        position: fixed;
        left: 42px;
        top: 0;
        font-size: 0;
        width: 42px;
        height: 42px;
        z-index: 10;
    }

    .head-contact.fixed .head-contact-btn a {
        padding: 0;
        position: relative;
    }

    .head-contact.fixed .head-contact-btn .i-mail:before {
        padding: 0;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

/* footer */
#footer .logo-clon .logo {
    width: 60%;
    margin: 0 auto 10px;
}

#footer .teladd-clon .txt {
    text-align: center;
    margin-bottom: 10px;
}

#footer .teladd-clon .head-teladd {
    margin: 0 auto;
    margin-bottom: 30px;
}

#footer .teladd-clon .tel {
    text-align: center;
}

#footer .table-clon .shop-table-pack {
    width: 90%;
    margin: 0 auto;
}

#footer .table-clon .shop-table-pack th,
#footer .table-clon .shop-table-pack td {
    padding: 5px 0;
}

#footer .footer-menu {
    background: #3e5694;
}

#footer .clonNav ul li a {
    color: #fff;
}

#footer .clonNav ul {
    -webkit-column-count: 4;
    column-count: 4;
    padding: 10px;
    display: block;
}

#footer .clonNav ul li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
}

#footer .clonNav ul li.sub {
    margin-left: 10px;
}

#footer .clonNav ul li.sub:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 6px;
    height: 2px;
    padding-right: 0;
    margin-right: 10px;
}

#footer .clonNav {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}


#footer .copyright-box p {
    color: #fff;
    text-align: right;
}

.totop {
    background-color: #bd0c57;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}

.totop a {
    display: block;
    position: relative;
}

.totop img {
    text-align: center;
    padding-top: 25%;
}


@media only screen and (max-width: 1024px) {
    #footer .clonNav ul {
        -webkit-columns: 3;
        columns: 3;
    }

    #footer .clonNav ul li {
        margin-bottom: 10px;
    }

    .totop {
        width: 57px;
        height: 57px;
    }

    .footer-menu .inner {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 599px) {
    #footer .logo-clon .logo {
        width: 100%;
    }

    #footer .teladd-clon .head-teladd {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer .table-clon .shop-table-pack {
        width: 100%;
    }

    #footer .clonNav ul {
        -webkit-columns: 2;
        columns: 2;
    }
}

/* common */
/* width */
.w28 {
    width: 28%;
}

.w70 {
    width: 70%;
}

.w35 {
    width: 35%;
}

.w60 {
    width: 60%;
}

/* アイコン */
.i-tel:before {
    content: "";
    display: inline-block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/icon_tel.png) no-repeat left center;
    background-size: 100% auto;
    width: 17px;
    height: 22px;
    margin-right: 5px;
}

.i-train:before {
    content: "";
    display: inline-block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/icon_train.png) no-repeat left center;
    background-size: 100% auto;
    width: 19px;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
}

.i-mail:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    padding: 15px 0 0 0;
}

.i-arrowB:before {
    font-family: "Font Awesome 5 Free";
    content: '\f107';
}

.i-arrowR:before {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
    color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 2%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.i-check:before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    display: inline-block;
    color: #bd0c57;
    font-weight: bold;
    vertical-align: middle;
}

.i-arrow_ot:before {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    display: inline-block;
    color: #bd0c57;
    font-weight: bold;
}

.square {
    position: relative;
    padding: 0 0 0 20px;
}

.square:before {
    content: "";
    display: block;
    background: transparent;
    border: 1px solid #000;
    padding: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 14px;
    width: 4px;
}

/* gnav */
#gnav-section {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #bd0c57;
    width: 100%;
    max-width: 1170px;
}


/*
#gnav-section #dropmenu>li.hide:not(:first-of-type) {
    display: none;
}
*/
#gnav-section #dropmenu li a {
    color: #fff;
    position: relative;
}

#gnav-section #dropmenu li a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50%;
    background: #fff;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#gnav-section #dropmenu li:first-child a:before {
    display: none;
}



#gnav {
    width: 100%;
    margin: 0 auto;
}

#gnav #dropmenu li {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

#gnav a {
    padding: 20px 0;
    display: block;
}




/* 背景 */
.posi {
    position: relative;
    overflow: hidden;
}

.posi-in {
    position: relative;
    z-index: 5;
}

/* color */
.col666 {
    color: #666666
}

/* 三角ちょぼ */
.triangle {
    position: relative;
}

.triangle:after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #bd0c57)) no-repeat top left/100% 100%;
    background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 50%, #bd0c57 50.5%) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #bd0c57 50.5%) no-repeat top left/100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    z-index: 5;
}

/* 下層 */
.second #header .header-contents {
    position: relative;
    left: auto;
    top: auto;
}

.second #gnav-section {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 100%;
    width: 100%;
    z-index: 251;
}

.second #gnav {
    max-width: 1170px;
    margin: 0 auto;
}

.second-side-cont {
    width: 23%;
}

.second-main-cont {
    width: 74%;
}

.second .main-key {
    background: #fff;
    padding-bottom: 3px;
    border-bottom: 6px solid #bd0c57;
    margin-bottom: 60px;
}

.second .main-key .bgwh {
    background-color: #fff;
    position: relative;
    border-bottom: 3px solid #bd0c57;
}

.second .main-key .pic {
    width: 50%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto;
}

.second .main-key .page-title {
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.second-side-cont .contents-menu dl {
    border: 3px solid #bd0c57;
}

.second-side-cont .contents-menu dt {
    background: #bd0c57;
    color: #fff;
    padding: 5px 10px;
}

.second-side-cont dd {
    margin: 0 2%;
    position: relative;
}

.second-side-cont .contents-menu dd:not(:last-child) {
    border-bottom: 1px dotted #bb0f57;
}

.second-side-cont dd {
    padding: 20px 0 20px 14%;
}

/* 
.second-side-cont dd a {
    display: block;
    padding: 20px 0 20px 14%;
} */

.second-side-cont .contents-menu dd.i-arrowR:before {
    background: #bd0c57;

}

.second-side-cont .nayami-menu dl {
    border: 3px solid #3a5896;
}

.second-side-cont .nayami-menu dt {
    background: #3a5896;
    color: #fff;
    padding: 5px 10px;
}

.second-side-cont .nayami-menu dd:not(:last-child) {
    border-bottom: 1px dotted #3a5896;
}

.second-side-cont .nayami-menu dd.i-arrowR:before {
    background: #3a5896;
}

.second-side-cont .contents-menu,
.second-side-cont .nayami-menu {
    margin-bottom: 40px;
}

.banner-link ul li {
    border: 1px solid #dedcdc;
    max-height: 95px;
    margin-bottom: 30px;
    overflow: hidden;
}

.banner-link ul li .pic {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
}

.banner-link ul li:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.banner-link ul li a {
    display: block;
}

.banner-link ul li .bgwh {
    background-color: #fff;
    position: relative;
}

.banner-link ul li .pic {
    width: 50%;
    position: relative;
    z-index: 1;
}

.banner-link ul li.full .pic {
    width: auto;
}

.banner-link ul li .txt-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 80%;
    text-align: center;
    font-weight: bold;
}

.second .common-head {
    background: #eff0e9;
    border-top: 2px solid #bd0c57;
    border-bottom: 2px solid #bd0c57;
    padding: 1px 0;
    text-align: center;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.second .common-head span {
    border-top: 1px dotted #bd0c57;
    border-bottom: 1px dotted #bd0c57;
    padding: 5px 0;
    display: block;
}

.section {
    margin-bottom: 70px;
}

.second .line-head {
    border-bottom: 1px solid #bd0c57;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.second .bg-head {
    font-weight: bold;
    background: #b7d3ed;
    position: relative;
    padding: 10px 4%;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.second .bg-head:before {
    content: "";
    display: block;
    background: #3a5896;
    width: 20px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.second .bg-head.bad {
    background: #4b4b4b;
    color: #fff;
}

.second .bg-head.bad:before {
    background: #fff;
}

.second .other-head {
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    font-weight: bold;
    text-align: center;
}

.second .other-head span {
    position: relative;
    padding: 0 40px;
}

.second .other-head span:before,
.second .other-head span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.second .other-head span:before {
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/head-icon01.png) no-repeat left center;
    background-size: 100% auto;
    width: 39px;
    height: 43px;
    left: 0;
}

.second .other-head span:after {
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/head-icon02.png) no-repeat right center;
    background-size: 100% auto;
    width: 33px;
    height: 45px;
    right: 0;
}

.second .tooth-head {
    position: relative;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 30px;
}

.second .tooth-head:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/icon_tooth.png) no-repeat left center;
    background-size: 100% auto;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.second .pattern-head {
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    border-left: 23px solid #bd0c57;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/bg_pattern.png) repeat left top;
    padding: 10px 0 10px 2%
}


@media only screen and (max-width: 1024px) {
    #gnav-section {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .second-main-cont,
    .second-side-cont {
        width: 100%;
    }

    .common-side {
        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;
    }

    .second-side-cont .contents-menu,
    .second-side-cont .nayami-menu {
        width: 47%;
    }

    .second-side-cont .banner-link {
        width: 100%;
    }

    .second-side-cont .banner-link ul {
        width: 100%;
        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;
    }

    .second-side-cont .banner-link ul li {
        width: 45%;
    }

    #gnav-section #dropmenu li a {
        color: #454545;
    }

    #gnav .sp-hide {
        display: none !important;
    }

    .second .main-key .page-title {
        left: auto;
        padding: 0 6%;
    }

    .second-side-cont dd {
        padding: 20px 0 20px 10%;
    }
}

@media only screen and (max-width: 599px) {

    .w28,
    .w70,
    .w35,
    .w60 {
        width: 100%;
    }

    .w28,
    .w35 {
        margin-bottom: 4%;
    }

    .second-side-cont .contents-menu,
    .second-side-cont .nayami-menu,
    .second-side-cont .banner-link ul li {
        width: 100%;
    }

    /* .banner-link ul li {
        height: 75px;
    } */

    .second .bg-head {
        padding: 10px 10%;
    }

    .second .other-head span:before {
        width: 30px;
        height: 34px;
    }

    .second .other-head span:after {
        width: 22px;
        height: 30px;
    }

    .second .other-head span {
        display: block;
    }

    .second .pattern-head {
        padding: 10px 2%;
        border-left: 5px solid #bd0c57;
    }

    #main {
        position: relative;
        z-index: 4;
    }


}

/* index */
.key-visu {
    position: relative;
}

.key-visu .catch {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 1170px;
}

.teShd {
    text-shadow: #fff 2px 0px,
        #fff -2px 0px,
        #fff 0px -2px,
        #fff 0px 2px,
        #fff 2px 2px,
        #fff -2px 2px,
        #fff 2px -2px,
        #fff -2px -2px,
        #fff 1px 2px,
        #fff -1px 2px,
        #fff 1px -2px,
        #fff -1px -2px,
        #fff 2px 1px,
        #fff -2px 1px,
        #fff 2px -1px,
        #fff -2px -1px;
}

.index h2 {
    text-align: center;
    margin-bottom: 40px;
}

.index .sub-catch {
    text-align: center;
    margin-bottom: 60px;
}

.top-choice-section h2 {
    margin-bottom: 20px;
}

.choice-pack {
    margin-bottom: 40px;
}

.choice-banner {
    width: 30%;
}

.choice-banner.bgbox .pic {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
}

.choice-banner.bgbox:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.point-box {
    width: 66%;
}

.bgbox a {
    display: block;
}

.bgbox .bgwh {
    background-color: #fff;
    position: relative;
}

.bgbox .pic {
    width: 50%;
    position: relative;
    z-index: 1;
}

.bgbox.full .pic {
    width: 100%;
}

.point-box dl {
    width: 47%;
}

.point-box dt {
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

.point-box dd {
    margin: 0 0 5px 5px;
}

.point-box .merit dt {
    background: #c40b56;
}

.point-box .demerit dt {
    background: #365793;
}

.top-trouble-section .inner {
    padding: 100px 0;
}

.top-trouble-section ul li {
    background: #fff;
    margin: 0;
    overflow: hidden;
}

.top-trouble-section ul li .pic {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
}

.top-trouble-section ul li:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.top-trouble-section ul li:hover a:before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.3);
    background-size: 100%;
    border: 4px solid #bd0c57;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
}

.top-trouble-section ul li a:hover {
    display: block;
    opacity: 1;
}

.top-trouble-section dl {
    padding: 2%;
}

.top-trouble-section .msg {
    font-weight: bold;
}

.top-trouble-section dd {
    width: 90%;
}

.bgbox li a {
    display: block;
}

.bgbox .bgwh {
    background-color: #fff;
    position: relative;
}

.bgbox .pic {
    width: 50%;
    position: relative;
    z-index: 1;
}

.bgbox .txt-box {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    width: 60%;
}

.index .bkimg.filter.bgBlue:before {
    background: rgba(136, 171, 218, 0.6);
}

.index .bkimg.bgBlue {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}

.top-basshi-section .inner {
    max-width: 800px;
}

.top-basshi-section .bkimg img {
    width: 50%;
    min-width: 1000px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.top-basshi-section .txt-box {
    background: rgba(255, 255, 255, 0.6);
    padding: 5%;
    margin-bottom: 20px;
}

.top-basshi-section .i-arrowR:before {
    color: #194a9d;
    border: 1px solid #194a9d;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    border-radius: unset;
    height: 14px;
    line-height: 14px;
    width: 14px;
    vertical-align: baseline;
}

.top-basshi-section .i-arrowR a {
    color: #194a9d;
}

.top-basshi-section .i-arrowR {
    text-align: right;
}

.index .second-side-cont .banner-link {
    display: none;
}

.top-about-section {
    background: #f9f9f2;
    overflow: hidden;
}

.top-about-section .clinic-top-msg-area {
    width: 74%;
    position: relative;
}

.top-about-section .top-msg-box {
    position: relative;
/*    width: 65%;*/
    width: 55%;
    z-index: 1
}

.top-about-section .msg-title,
.top-about-section .msg-txt {
    margin-bottom: 30px;
    line-height: 200%;
}

.top-about-section .top-pic-box {
    width: 60%;
    position: absolute;
    right: -7%;
    top: 0;
    z-index: 0;
}

.top-about-section .btn {
    border: 1px solid #eae8e5;
    width: 50%;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}


.top-about-section .btn a {
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

.top-link-box .banner01,
.top-link-box .banner02 {
    width: 45%;
    position: relative;
    max-height: 152px;
    overflow: hidden;
}

.top-link-box .banner01 .pic,
.top-link-box .banner02 .pic {
    width: 100%;
    max-height: 152px;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
}

.top-link-box .banner01:hover .pic,
.top-link-box .banner02:hover .pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.top-link-box .banner02 .pic .trimmingInner {
    left: -12% !important;
}

.top-post-area .banner-link {
    width: 23%;
}

.top-post-area .top-post-box {
    width: 74%;
}

.top-post-area .top-news-box,
.top-post-area .top-blog-box {
    width: 47%;
}

.top-post-area .top-news-box .title,
.top-post-area .top-blog-box .title {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    width: 100%;
}

.top-post-area .top-news-box .link,
.top-post-area .top-blog-box .link {
  width: 100%;
  text-align: right;
}

.top-post-area .top-news-box .title:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/icon_news.png) no-repeat left center;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-post-area .top-blog-box .title:before {
    content: "";
    display: block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/icon_blog.png) no-repeat left center;
    background-size: 100% auto;
    width: 21px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-post-box .title-box {
    margin-bottom: 10px;
}

.top-post-box ul {
    border-top: 1px solid #bd0c57;
    border-bottom: 1px solid #bd0c57;
}

.top-post-box ul li {
    padding: 20px 0;
}

.top-post-box ul li:not(:last-child) {
    border-bottom: 1px dashed #000;
}

.top-post-box ul li span {
    display: block;
}

.top-post-box ul li span.day {
    color: #bd0c57;
    font-weight: bold;
}

/* スライダー */
/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100%;
    z-index: 5;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 48px;
    color: #422f2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-prev {
    left: 0px;
}

[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}

.slick-prev:before {
    content: '\f104';
    display: block;
    left: 50%;
}

[dir='rtl'] .slick-prev:before {
    content: '\f104';
    display: block;
}

.slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 0px;
}

.slick-next:before {
    content: '\f105';
    display: block;
    left: 50%;
}

[dir='rtl'] .slick-next:before {
    content: '\f105';
    display: block;
    left: 50%;
}

/* Dots */
.slide-dotted.slick-slider {
    margin-bottom: 30px;
}

.slide-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}

.slide-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: #504f4f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide-dots li.slick-active button:before {
    opacity: .75;
    color: #a09357
}


@media only screen and (max-width: 1024px) {
    .choice-banner {
        width: 60%;
        margin: 0 auto 20px;
        border: 1px solid #ccc;
    }

    .point-box {
        width: 100%;
    }

    .top-trouble-section .inner {
        padding: 50px 0;
    }

    .top-trouble-section ul li {
        margin-bottom: 4%;
    }

    .top-basshi-section .bkimg img {
        width: 100%;
    }

    .top-about-section .inner.flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .top-about-section .clinic-top-msg-area {
        width: 100%;
    }

    .top-about-section .btn {
        width: 80%;
    }

    .top-about-section .top-pic-box {
        top: auto;
        bottom: 0;
    }

    .top-link-box .banner01,
    .top-link-box .banner02 {
        max-height: 87px;
    }

    .top-link-box .banner01 .pic,
    .top-link-box .banner02 .pic {
        max-height: 87px;
    }

    .top-post-area .banner-link,
    .top-post-area .top-post-box {
        width: 100%;
    }
}

@media only screen and (max-width: 599px) {
    .choice-banner {
        width: 100%;
    }

    .point-box dl {
        width: 100%;
        margin-bottom: 20px;
    }

    .choice-box .choice-pack:last-child {
        margin: 0;
    }

    .top-about-section .top-msg-box {
        width: 100%;
    }

    .top-about-section .top-pic-box {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
    }

    .top-about-section .btn {
        margin: 0 auto 20px;
    }

    .top-link-box .banner01,
    .top-link-box .banner02,
    .top-post-area .top-news-box,
    .top-post-area .top-blog-box {
        width: 100%;
    }

    .top-post-area .top-news-box {
        margin-bottom: 30px;
    }
    .top-basshi-section .i-arrowR {
    text-align: left;
}
}

/* menu */
.menu-box {
    margin-bottom: 60px;
}



@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .menu-box h3 {
        padding: 10px 10%;
    }
}

/* access */
.access-flow-section ul {
    counter-reset: number;
}

.access-flow-section ul li {
    position: relative;
    width: 28%;
}

.access-flow-section ul li:before {
    counter-increment: number;
    content: counter(number);
    display: block;
    font-size: 24px;
    background-color: #bd0c57;
    width: 39px;
    height: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: -50px;
    left: 0;
    color: #fff;
}

.access-flow-section ul li .pic {
    margin-bottom: 20px;
    position: relative;
}

.access-flow-section ul li .pic:after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    display: block;
    color: #bd0c57;
    font-weight: bold;
    font-size: 60px;
    padding: 15px 0 0 0;
    position: absolute;
    right: -15%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.access-flow-section ul li:last-child .pic:after {
    display: none;
}

.second .access-flow-section .common-head {
    margin-bottom: 90px;
}

.access-map-section .logo-clon,
.access-map-section .teladd-clon {
    width: 45%;
}

.access-map-section .logo,
.access-map-section .head-teladd {
    width: 100%;
}

.access-map-section div.flexs {
    margin-bottom: 20px;
}

.clinic-time-section .shop-table-pack {
    width: 90%;
    margin: 0 auto;
}

.clinic-time-section .shop-table-pack th,
.clinic-time-section .shop-table-pack td {
    padding: 15px 0;
}

.clinic-time-section .shop-table-pack th {
    font-weight: normal;
}

.clinic-time-section .shop-table-pack .caution {
    font-weight: bold;
    padding-top: 15px;
}

.second .check-head {
    font-weight: bold;
    background: #eff0e9;
    padding: 5px 10px;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    margin-bottom: 40px;
}

.second .check-head.i-check:before {
    font-size: 24px;
    padding-right: 20px;
}


@media only screen and (max-width: 1024px) {

    .access-map-section .logo-clon {
        width: 60%;
        margin: 0 auto 20px;
    }

    .access-map-section .teladd-clon {
        width: 80%;
        margin: 0 auto 20px;
    }

    .access-map-section .teladd-clon .txt {
        text-align: center;
    }

    .access-map-section .head-teladd .tel,
    .access-map-section .head-teladd .add {
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .access-flow-section ul li {
        width: 100%;
        margin-bottom: 80px;
    }

    .access-flow-section ul li:last-child {
        margin-bottom: 0;
    }

    .access-map-section .logo-clon {
        width: 80%;
    }

    .access-map-section .teladd-clon {
        width: 100%;
    }

    .clinic-time-section .shop-table-pack {
        width: 100%;
    }

    .clinic-time-section .shop-table-pack th,
    .clinic-time-section .shop-table-pack td {
        font-size: 14px;
        padding: 5px 0
    }

}

/* sub-menu implant ireba bridgh */

.sub-menu-recom-section li.i-check:before {
    font-size: 24px;
    padding-right: 20px;
}

.sub-menu-recom-section li {
    font-weight: bold;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;

}

.sub-menu-material-section .msg,
.sub-menu-material-section ul li h4 {
    margin-bottom: 30px;
}

.sub-menu-material-section ul li:not(:last-child) {
    margin-bottom: 40px;
}

.sub-menu-merit-box {
    background: #f7f7f5;
    padding: 2%;
}

.sub-menu-merit-box .inbox {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    padding: 5% 0;
}

.sub-menu-merit-box .msg,
.sub-menu-merit-box ul li h4 {
    margin-bottom: 30px;
}

.sub-menu-merit-box ul li:not(:last-child) {
    margin-bottom: 40px;
}

.sub-menu-merit-box ul li .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sub-menu-merit-box ul li .txt ul {
    margin: 20px 0;
}

.sub-menu-merit-box ul li .txt ul li {
    margin-bottom: 0;
    font-weight: bold;
    list-style-type: disc;
    list-style-position: inside;
    color: #3a5896;
}

.sub-menu-merit-box ul li .txt ul.bad li {
    color: #454545;
}

.sub-menu-caution-section div.flexb {
    margin-bottom: 4%;
}

.sub-menu-caution-section div.flexb .txt {
    margin-bottom: 4%;
}

.sub-menu-flow-section ul li {
    position: relative;
    background: #f4f4f1;
    padding: 2%;
    margin-bottom: 8%;
}

.sub-menu-flow-section ul li:not(:last-child):after {
    content: "";
    display: block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/arrow_bottom.png) no-repeat center bottom;
    background-size: 100% auto;
    width: 31px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: -15%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.sub-menu-flow-section .step {
    background: #bd0c57;
    color: #fff;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0 0 0;
    position: absolute;
    left: 0;
    top: -15px;
}

.sub-menu-flow-section .step span {
    display: block;
}

.sub-menu-flow-section .step span.num {
    padding: 5px 0 0 0;
}

.sub-menu-flow-section ul li h4 {
    border-bottom: 1px solid #bd0c57;
    margin: 0 0 15px 70px;
}

@media only screen and (max-width: 1024px) {
    .sub-menu-flow-section ul li {
        margin-bottom: 15%;
    }

    .sub-menu-flow-section ul li:not(:last-child):after {
        bottom: -25%;
    }
}

@media only screen and (max-width: 599px) {
    .sub-menu-flow-section .step {
        width: 50px;
        height: 50px;
        padding: 5px 0 0 0;
    }

    .sub-menu-flow-section .step span.num {
        padding: 0;
    }

    .sub-menu-flow-section ul li h4 {
        margin-left: 50px;
    }

    .sub-menu-flow-section ul li .txt {
        margin-bottom: 4%;
    }

    .sub-menu-flow-section ul li {
        margin-bottom: 30%;
    }

    .sub-menu-flow-section ul li:not(:last-child):after {
        bottom: -15%;
    }
}

/* basshi */
.key-msg {
    margin-bottom: 60px;
}

.basshi .basshi-lisk-section li {
    margin-bottom: 4%;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .basshi .basshi-lisk-section li .txt {
        margin-bottom: 4%;
    }
}

/* lost */
.lost .section ul li {
    margin-bottom: 4%;
}

.lost ul li:nth-of-type(even) .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) {
    .lost ul li .txt {
        margin-bottom: 4%;
    }
}

/* out */

.out .sectin ul li:nth-of-type(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.out-tooth-section .out-link .i-arrow_ot:before {
    font-size: 16px;
    padding-right: 10px;
}

.out-tooth-section .out-link li {
    margin-bottom: 0;
}

.out-care-section .bg-head {
    margin-bottom: 40px;
}

.out-care-section .care-case li {
    margin-bottom: 4%;
}

@media only screen and (max-width: 1024px) {
    .out-tooth-section.section {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .out-tooth-section .out-link li:first-child {
        margin-bottom: 10px;
    }

    .out ul li .txt {
        margin-bottom: 4%;
    }
}

/* about */

.about-policy-section {
    padding: 6%;
}

.about-policy-section .posi-in {
    background: rgba(255, 255, 255, 0.8);
    padding: 6%;
}

.about-policy-section .posi-in h3 {
    text-align: center;
}

.about-policy-section .posi-in .msg {
    line-height: 2em;
}

.about-facility-section ul li .pic {
    margin-bottom: 20px;
}

.about-facility-section ul li dt {
    text-align: center;
    color: #3a5896;
    margin-bottom: 5px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .about-policy-section {
        padding: 0;
    }

    .about-policy-section .posi-in {
        padding: 0 0 2% 0;
    }
}

@media only screen and (max-width: 599px) {}

/* difference */

.difference ul li:nth-of-type(even) .flexb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.difference .section ul li {
    margin-bottom: 4%;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .difference ul li .txt {
        margin-bottom: 4%;
    }
}

/* intro */

.intro-director-section .posi {
    background: #f9f9f2;
    padding: 50px 0 2% 2%;
}

.intro-director-section h3 {
    margin-bottom: 0;
}

.intro-director-section .greeting-box {
    width: 70%;
    position: relative;
    z-index: 2;
}

.intro-director-section .greeting-box .name {
    margin-bottom: 30px;
}

.intro-director-section .greeting-box .msg {
    line-height: 2em;
}

.intro-director-section .direpic {
    width: 55%;
    position: absolute;
    right: -10%;
    top: 0;
}

.intro-prof-section dl {
    padding: 15px 0;
    border-bottom: 1px dashed #000;
}


.intro-prof-section dt {
    width: 28%;
}

.intro-prof-section dd {
    width: 70%;
}

@media only screen and (max-width: 1024px) {
    .intro-director-section .posi {
        padding: 50px 0 2% 0;
    }

    .intro-director-section .greeting-box {
        width: 100%;
    }

    .intro-director-section .direpic {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 auto;
    }

    .intro-prof-section dt,
    .intro-prof-section dd {
        width: 100%;
    }

    .intro-prof-section dt {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .intro-director-section .direpic {
        width: 80%;
    }
}

/* faq */
.plink-list li {
    text-align: center;
    border: 1px solid #b5b5b5;
}

.plink-list li a {
    display: block;
    padding: 5px 0;
}

.faq-box-section dl {
    margin-bottom: 4%;
}

.faq-box-section dt {
    position: relative;
    background: #b7d3ed;
    padding: 10px 15px 10px 55px;
}

.faq-box-section dd {
    position: relative;
    background: #f7f7f5;
    padding: 15px 15px 15px 55px;
}

.faq-box-section dt:before,
.faq-box-section dd:before {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
    font-weight: normal;
}

.faq-box-section dt:before {
    content: "Q";
    background: #3a5896;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.faq-box-section dd:before {
    content: "A";
    background: #bd0c57;
    top: 15px;
}

@media only screen and (max-width: 1024px) {
    .plink-list {
        margin-bottom: 6%;
    }
}

@media only screen and (max-width: 599px) {}

/* flow */
.flow-box-section .bg-head {
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/common/bg_pattern_b.png) repeat left top;
    margin-bottom: 30px;
    padding: 5px 4%;
}

.flow-box-section dl {
    /* margin-bottom: 10%; */
    position: relative;
}

.flow-box-section dl:not(:last-child):after {
    content: "";
    display: block;
    background: url(/import/tenant_28/153.126.193.176/import/tenant_1/153.126.193.176/html/images/flow/flow_arrow.png) no-repeat center center;
    background-size: 100% auto;
    width: 253px;
    height: 28px;
    margin: 0 auto;
    padding: 38px 0;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .flow-box-section .bg-head {
        padding: 5px 4% 5px 10%;
    }
}

/* blog */

/* 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;
}

.pagenav li a {
    padding: 0px 6px;
    display: block;
    font-weight: bold;
    font-family: "游明朝",
        YuMincho,
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN",
        "HG明朝",
        serif;
}

.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 img,
.pagenav .next img {
    vertical-align: text-bottom;
}

.pagenav .prev a.i-arrow_ot:before,
.pagenav .next a.i-arrow_ot:before {
    background: #bd0c57;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.pagenav .prev a.i-arrow_ot:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.side-cont {
    margin-bottom: 40px;
}

.post .side-cont dt {
    border-left: 7px solid #bc0c57;
    margin-bottom: 25px;
}

.post .side-cont dt span {
    border-left: 4px solid #bc0c57;
    margin-left: 3px;
    display: block;
    padding-left: 10px;
}

.post .side-cont dd.i-arrowR:before {
    background-color: #bd0c57;
}

.post .post-cat dd:not(:last-child) {
    border-bottom: 1px dotted #dc7ca5;
}

.post .post-cat dd a {
    padding: 15px 0 15px 14%;
}

.post .post-arc dt {
    width: 100%;
}

.post .post-cat dd,
.post .post-cat dt {
    width: 100%;
}

.post .post-arc dd {
    width: 47%;
    margin: 0;
    border-bottom: 1px solid #dd85aa;
}

.post .post-arc dd a {
    padding: 15px 0 15px 0;
}

.post-data {
    margin-bottom: 15px;
}

.post-data .day {
    font-weight: bold;
    width: 50%;
    max-width: 135px;
}

.post-data .cat {
    background: #f7f7f5;
    color: #bd0c57;
    border: 1px solid #bd0c57;
    width: 50%;
    max-width: 200px;
    text-align: center;
    padding: 5px 0;
}

.blog-list ul li {
    border-bottom: 1px dashed #545454;
    padding: 15px 0;
}

.pagenav ul li {
    border-bottom: none;
}

.blog-single {
    margin-bottom: 60px;
}

.blog-single .title {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.single-link-box {
    border-top: 2px solid #bd0c57;
    border-bottom: 2px solid #bd0c57;
    background: #eff0e9;
    padding: 1px 0;
}

.single-link-inbox {
    border-top: 2px dotted #bd0c57;
    border-bottom: 2px dotted #bd0c57;
    padding: 30px 2%;
}

.single-link-inbox p {
    width: 35%;
}

.single-link-inbox p a {
    position: relative;
    display: block;
    padding: 0 8%;
}

.single-link-inbox p a:before {
    font-family: "Font Awesome 5 Free";
    display: block;
    color: #bd0c57;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 30px;
}

.single-link-inbox .next-post {
  text-align: right;
}

.single-link-inbox .prev-post a:before {
    left: 0;
    content: '\f104';
}

.single-link-inbox .next-post a:before {
    right: 0;
    content: '\f105';
}

.single-link-area {
    position: relative;
    margin-bottom: 100px;
}

.single-link-area .back-btn {
    background: #bd0c57;
    max-width: 157px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
}

.single-link-area .back-btn a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
    .pagenav {
        margin-bottom: 40px;
    }

    .post .post-cat dd {
        width: 47%;
        margin: 0;
    }

    .post .post-cat dd a {
        padding: 15px 0 15px 0
    }

    .single-link-inbox p {
        width: 40%;
    }

    .single-link-box {
        margin-bottom: 30px;
    }

    .single-link-area .back-btn {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 60%;
        margin: 0 auto;
        max-width: 100%;
    }

    .recommend-area {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 599px) {
    .single-link-inbox p {
        width: 100%;
    }

    .single-link-inbox p:first-child {
        border-bottom: 1px solid #454545;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

}

/* news */

.news-list li {
    border: 1px solid #bd0c57;
    padding: 2%;
    margin-bottom: 4%;
}

.news-list li .title {
    margin-bottom: 30px;
}

.news-list li .news-txt {
    margin-bottom: 20px;
}

.news-list .link-btn {
    background: #bd0c57;
    max-width: 157px;
    width: 20%;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 0 auto;
}

.news-list .link-btn a {
    color: #fff;
}

.news-list .pagenav ul li {
    border: none;
    padding: 0;
}

.otext {
    display: none;
}

.otext img {
    display: none;
}

.news-single-title {
    background: #bd0c57;
    color: #fff;
    padding: 15px 4%;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-single-box {
    border: 1px solid #bd0c57;
    padding: 2%;
}

.news .single-link-inbox p.next-post {
    text-align: right;
}

.news-single {
    margin-bottom: 60px;
}


@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 599px) {
    .news-list .link-btn {
        width: 70%;
        margin: 0 auto 20px;
    }
}

/* fixed */
#header .header-contents.fixed {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
}

#header .header-contents.fixed .inner {
  padding: 0;
}

#header .header-contents.fixed h1,
#header .header-contents.fixed .shop-table-pack {
  display: none;
}

#header .header-contents.fixed .head-contact {
    /* width: 28%; */
    width: 50%;
    margin: 0 0 0 auto;
}

#header .header-contents.fixed .head-contact .head-teladd {
    width: 70%;
    
}

#header .header-contents.fixed .head-contact .head-teladd .tel {
    text-align: center;
}

#header .header-contents.fixed .head-contact .head-teladd .add {
    text-align: center
}

#header .header-contents.fixed .header-logo {
  width: 30%;
  padding-top: 1%;
  text-align: left;
}

#header .header-contents.fixed .header-logo img {
  width: auto;
  max-height: 55px;
}

#gnav-section.fixed {
    position: fixed;
    top: 75px;
    left: 0;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 100%;
    z-index: 10;
    height: 74px;
}

/* 編集画面 */
#gnav-section #dropmenu li.hide[data-element-id] {
  display: block;
}
#gnav-section #dropmenu li[data-element-id] {
  width: 20%;
}
.index .second-side-cont .banner-link[data-element-id] {
  display: block;
}


#header .header-contents.fixed[data-element-id],
#gnav-section.fixed[data-element-id]{
  position: static;
}


#gnav-section.fixed[data-element-id] {
  overflow: hidden;
  margin-bottom: 100px;
} 

.banner01[data-element-id]:before {
    content: "サイドにある「自費と保険の違い」バナーが表示されます。サイドの同じバナーを編集するとこちらのバナーも変更されます。こちらで編集しないでください。";
    background: rgba(255,255,255,0.8);
    font-size: 24px;
    line-height: 1.6;
    
}

.banner02[data-element-id]:before {
    content: "サイドにある「治療の流れ」バナーが表示されます。サイドの同じバナーを編集するとこちらのバナーも変更されます。こちらで編集しないでください。";
    background: rgba(255,255,255,0.8);
    font-size: 24px;
    line-height: 1.6;
}

.post-side-banner[data-element-id]:before {
    content: "サイドにある「Q＆A」バナーが表示されます。サイドの同じバナーを編集するとこちらのバナーも変更されます。こちらで編集しないでください。";
    background: rgba(0,0,0,0.6);
    font-size: 24px;
    line-height: 1.6;
    color: #fff;
}

.banner01[data-element-id],
.banner02[data-element-id],
.post-side-banner[data-element-id] {
  border: 2px solid red;
}
