@charset "utf-8";
/* CSS Document */

/**/

/**/

/**/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.nsans {
    font-family: 'Noto Sans', serif;
}

.nsansj {
    font-family: "Noto Sans Japanese", sans-serif;
}

.nserif {
    font-family: 'Noto Serif', serif;
}

.hannari {
    font-family: 'Hannari';
}

@font-face {
    font-family: 'dartsfont';
    src: url(/import/tenant_1/153.126.207.108/html/fonts/dartsfont.ttf)format('truetype');
}



body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
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: 150%;
    color: #212121;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    form,
    input,
    button,
    p {
        font-family: "Noto Sans Japanese", 'Noto Sans', sans-serif;
    }
}

/*フォント系*/

[data-element-id] h1 {
    position: initial;
    text-indent: initial;
}

h1 {
    width: 100%;
    /* 	position: absolute;
	bottom: 200%; */
    font-size: 12px;
    font-weight: normal;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 50px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
    font-weight: bold;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.fs46 {
    font-size: 46px;
}

.bold {
    font-weight: bold;
}

.red {
    /*	color: red;*/
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

.green {
    color: #8bc34a;
    margin-top: 10px;
}
.green2{
    color: #8bc34a;
    margin-top: 10px;
}

.darkg {
    color: #4caf50;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

.map {
    position: relative;
    overflow: hidden;
}

.map:after {
    display: block;
    content: "";
    padding-top: 35%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100% !important;
    height: auto !important;
}

img:not([src*="."]) {
    display: none;
}

.scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

[data-element-id] .filter:before,
[data-element-id] .filterT:before,
[data-element-id] .filterR:before,
[data-element-id] .filterB:before,
[data-element-id] .filterL:before,
[data-element-id] .filterRad:before {
    display: none;
}

.filter,
.filterT,
.filterR,
.filterB,
.filterL,
.filterRad {
    position: relative;
}

.filter:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255, 255, 255, 0.6);
}

.filterT:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterR:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterB:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterL:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
}

.filterRad:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%);
}

.lb-outerContainer {
    width: 80% !important;
    max-width: 400px !important;
    height: auto !important;
}

.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: initial !important;
}

.pic {
    text-align: center;
    width: 100%;
}

.pic img {
    width: 100%;
}

.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bkimg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
    min-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

[data-element-id] .fead-mv {
    opacity: 1;
}

.fead-mv {
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.mv {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a:hover dt,
a:hover dd,
a:hover .gbutton,
.pic a:hover img {
    opacity: 0.6;
}



a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tel a[data-href]:hover:before {
    content: "電話番号のリンクは自動的に設定されるので、リンク設定不要です。";
    position: absolute !important;
    width: 100%;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: absolute;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
    width: 100%;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

p {
    text-align: left;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.columnreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rowreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/*align-item*/

.itemstart {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.itemcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.itemend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*align-content*/

.contentstart {
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.contentcenter {
    -ms-flex-line-pack: center;
    align-content: center;
}

.contentend {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

/*align-self*/

.selfstart {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selfcenter {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.selfend {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.flex>div[data-collection-list-content],
.flexc>div[data-collection-list-content],
.flexs>div[data-collection-list-content],
.flexb>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flexc>div[data-recommend-collection-list-content],
.flexs>div[data-recommend-collection-list-content],
.flexb>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex>div[data-collection-filtered-content],
.flexc>div[data-collection-filtered-content],
.flexs>div[data-collection-filtered-content],
.flexb>div[data-collection-filtered-content] {
    width: 100%;
}

.flex>div[data-collection-archive-content],
.flexc>div[data-collection-archive-content],
.flexs>div[data-collection-archive-content],
.flexb>div[data-collection-archive-content] {
    width: 100%;
}

.flex>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-recommend-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-filtered-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexc>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flexs>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flexb>div[data-collection-archive-content] {
    display: -webkit-box;
    display: -ms-flexsbox;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*カラム*/

.cc221 {
    width: 47%;
    margin-bottom: 4%;
}

.cc332 {
    width: 30%;
    margin-bottom: 4%;
}

.cc432 {
    width: 22%;
    margin-bottom: 4%;
}

.cc533 {
    width: 17%;
    margin-bottom: 4%;
}

.gr211 {
    width: 47%;
    margin-bottom: 4%;
}

.gr321 {
    width: 30%;
    margin-bottom: 4%;
}

.gr422 {
    width: 22%;
    margin-bottom: 4%;
}

.gr532 {
    width: 17%;
    margin-bottom: 4%;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

[data-element-id] #wrapper {
    opacity: 1;
}

#wrapper {
    overflow: hidden;
}

.inner {
    width: 92%;
    max-width: 1000px;
    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;
    margin: 15px auto;
}

.mainimg img {
    width: 100%;
}

.mainimg .uk-slidenav-position {
    position: relative;
    overflow: hidden;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 40%;
    content: '';
    display: block;
}

.mainimg .uk-slideshow {
    position: absolute;
    top: 0;

}

.mainimg .uk-slidenav-position .uk-slidenav {
    opacity: 1;
    display: block;
    background: #8bc34a;
    border-radius: 50%;
}

.mainimg .uk-slidenav-next:before {
    margin-left: 5px;
    opacity: 1;

}

.uk-slidenav-position .uk-slidenav-next {
    right: 1px;
}

.uk-slidenav-position .uk-slidenav-previous:before {
    margin-right: 5px;
    opacity: 1;
    left: 0;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 1px;
}

.mainimg {
    position: relative;
}

.mainimg .maintxt {
    position: absolute !important;
    color: #fff;
    /* width: 100%; */
    font-weight: bold;
    right: 33%;
    top: 7%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 3;
    text-shadow: 0 2px 3px rgba(51, 51, 51, 0.1), 2px 0 3px rgba(51, 51, 51, 0.1), 0 -2px 3px rgba(51, 51, 51, 0.1), -2px 0 3px rgba(51, 51, 51, 0.1), -2px -2px 3px rgba(51, 51, 51, 0.1), 2px -2px 3px rgba(51, 51, 51, 0.1), -2px 2px 3px rgba(51, 51, 51, 0.1), 2px 2px 3px rgba(51, 51, 51, 0.1);
    /* width: 700px; */
}




@media only screen and (max-width: 1024px) {
    .mainimg .maintxt {
        right: 25%;
    }

    .mainimg .uk-slidenav-position .uk-slidenav {
        width: 40px;
        height: 40px;
        font-size: 35px;
        line-height: 40px;
    }

    .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);
        transform: rotate(-45deg);
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .accordion-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        /* -webkit-transition: height ease .1s, opacity ease .4s;
		transition: height ease .1s, opacity ease .4s; */
        /*持ってきた動き*/
        -webkit-transform: translateY(-100%) translateY(-60px);
        transform: translateY(-100%) translateY(-60px);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.24, 1, 0.32, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.24, 1, 0.32, 1);
        transition: transform 0.6s cubic-bezier(0.24, 1, 0.32, 1);
        transition: transform 0.6s cubic-bezier(0.24, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.24, 1, 0.32, 1);

        /*持ってきた動き*/
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 1);
        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;

        /*持ってきた動き*/
        -webkit-transform: translateY(0);
        transform: translateY(0);
        /*持ってきた動き*/

    }

    #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 #000 !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;
    }

    #gnav ul {
        -ms-flex-pack: stretch;
        -webkit-box-pack: stretch;
        justify-content: stretch;
    }





    .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) {
    .mainimg .maintxt {
        font-size: 15px;
        right: 14%;
    }


    .mainimg .uk-slidenav-position .uk-slidenav {
        width: 25px;
        height: 25px;
        font-size: 20px;
        line-height: 25px;
        top: 60%;
    }

    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%;
    }

    .w80 {
        width: 100%;
    }

    .w70 {
        width: 100%;
    }

    .w65 {
        width: 100%;
    }

    .w60 {
        width: 100%;
    }

    .w55 {
        width: 100%;
    }

    .w50 {
        width: 100%;
    }

    .w48 {
        width: 100%;
    }

    .w45 {
        width: 100%;
    }

    .w40 {
        width: 100%;
    }

    .w35 {
        width: 100%;
    }

    .w30 {
        width: 100%;
    }

    .w25 {
        width: 100%;
    }

    .w20 {
        width: 100%;
    }

    .inner {
        width: 94%;
        max-width: 450px;
        padding: 30px 0;
    }
}

/*yellow border*/
.yellow_b {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
    background: linear-gradient(transparent 60%, #ffff00 0%);
}

/*
.yellow_b:before {
    content: "";
    width: 100%;
    height: 10px;
    background: #ffff00;
    bottom: 3px;
    left: 0;
    position: absolute;
}
*/
/*
.yellow_b span{
    position: relative;
    z-index: 1;
}
*/
/*background gray*/
.bg_g {
    background: #f2f2f2;
}

/*green button*/
.gbutton {
    /*  -webkit-box-shadow:2px 2px 0px 1px #57a05b;
  box-shadow:2px 2px 0px 1px #57a05b;
  border-radius:54px;
   background: #8BC34A;
   padding: 18px 90px;
   display: inline-block; */
    text-align: center;
}

.gbutton a {
    color: #fff;
    display: block;
    -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
    box-shadow: 2px 2px 0px 1px #57a05b;
    border-radius: 54px;
    background: #8BC34A;
    padding: 18px 90px;
    display: inline-block;
}

@media only screen and (max-width: 599px) {
    .gbutton {
        /*  -webkit-box-shadow:2px 2px 0px 1px #57a05b;
  box-shadow:2px 2px 0px 1px #57a05b;
  border-radius:30px;
   background: #8BC34A;
   padding: 15px 40px;
   display: inline-block;
       font-size:18px */
    }

    .gbutton a {
        -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
        box-shadow: 2px 2px 0px 1px #57a05b;
        border-radius: 30px;
        background: #8BC34A;
        padding: 15px 40px;
        display: inline-block;
        font-size: 18px
    }

}


/*TOP*/
.headinner {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 0 30px;
}

.headlogo {
    padding-top: 12px;
    width: 40%;
    flex: 1;
}

#header .logo {
    max-width: 450px;
}

.headinfo {
    /* display: flex; */
    background: #8bc34a;
    padding: 12px 0%;
    color: #fff;
    border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px / 0px 0px 10px 10px;
}

.headinfo .tel {
    position: relative;
    /* width: 80%; */
    margin: 0 auto;
    padding: 3px 0;
    text-align: center;
    letter-spacing: 1px;
}

.headinfo .tel::before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/tel.svg) no-repeat;
    position: absolute;
    left: -17px;
    z-index: 1;
    height: 40px;
    width: 30px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 4px;
    bottom: 0;
}

.headinfo .tel a {
    color: #fff;
    text-align: center;
}

.headinfo dt {
    width: 100%;
    text-align: center;
    color: #fff;
}

.headinfo ul {
    width: 77%;
    margin: 0 0 0 65px;
}

.headinfo li {
    color: #fff;
}

#header {
    border-top: solid 7px #8bc34a;
    padding-bottom: 15px;
}

br.tab_non {
    display: block;
}

@media only screen and (max-width: 1024px) {
    br.tab_non {
        display: none;
    }

    #header {
        padding: 0 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .headlogo {
        padding: 15px 15px 15px 0;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .headinfo {
        width: auto;
    }

    .headinfo ul {
        min-width: 210px;
    }
}

@media only screen and (max-width: 599px) {

    #header {
        padding: 0 20px;
    }

    .headlogo {
        padding-top: 18px;
        padding-right: 10px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .headinfo {
        width: auto;
        margin: 0 auto;
        border-radius: 10px;
        margin-top: 20px;
        display: block;
        margin-right: 10px;
    }

    .headinfo .tel::before {
        display: block;
        content: "";
        background: url(/import/tenant_1/153.126.207.108/html/images/tel.svg) no-repeat;
        position: absolute;
        left: -0px;
        z-index: 1;
        height: 30px;
        width: 20px;
        content: '';
        background-size: contain;
        vertical-align: middle;
        margin: auto;
        top: 4px;
        bottom: 0;
    }

    h1 {
        padding-right: 30px;

    }

    .headinner {
        padding-bottom: 20px;
        width: auto;
    }
}

#gnav ul {
    max-width: 850px;
    width: 98%;
    padding: 40px 30px;
    margin: auto;
}

.mainimg li {
    max-width: 1000px;
    margin: auto;
}

.mainimg .uk-slidenav-position {
    border-radius: 30px;
}

#gnav.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: auto;
    /*    -webkit-transform: none;
 -ms-transform: none;
 transform: none; */
    width: 100%;
    max-width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
}

/*home-news*/
.home-news {
    background: #f2f2f2;
}

.newsinner {
    padding: 15px 0;
}

.home-news .more a {
    color: #8bc34a;
    padding: 3px 10px;
    text-decoration: underline;
}

.home-news .more {
    margin: auto;
}

.home-news dd.day {
    padding: 3px 40px;
}

.home-news dd {
    padding: 3px;
}

.home-news dt {
    position: relative;
    background: #8bc34a;
    border-radius: 5px;
    padding: 5px 13px 3px 30px;
    color: #fff;
}

.home-news dt:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/news-icon.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 20px;
    width: 20px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 4px;
    bottom: 0;
}

/*home-strong*/
.home-strong {
    padding-top: 30px;
    text-align: center;
}

.home-strong h2 {
    text-align: center;
    line-height: 100%;
}

.home-strong .boxwrap {
    padding: 60px 0;
}

.home-strong dl {
    width: 25%;
    margin-bottom: 3%;
}

.home-strong dt {
    border-radius: 10px;
}

.home-strong dd.tit {
    padding: 25px 0 18px;
}

.home-news .newsinner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}


@media only screen and (max-width: 1024px) {
    .home-strong dl {
        width: 47%
    }

    .mainimg>ul {
        margin-left: 20px;
        margin-right: 20px;
    }

    .home-news .newsinner .flex {
        -webkit-box-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-news dd.day {
        padding-left: 0;
    }

    .home-news dt {
        max-width: 100px;
    }

    .home-news .newsinner {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .home-news .newsinner .w25 {
        width: 42%;
    }

    .home-news .newsinner .w70 {
        width: 56%;
    }

    .home-news .newsinner .w70 dd.tit {
        padding-bottom: 15px;
    }



}

@media only screen and (max-width: 599px) {
    .home-news .newsinner .w25 {
        width: 100%;
    }

    .home-news .newsinner .w70 {
        width: 100%;
    }


    .home-strong h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .home-strong h2 span {
        font-size: 16px;
    }

    .home-strong dl {
        width: 90%
    }

    .home-strong .boxwrap {
        padding: 30px 0;
    }

    .mainimg>ul {
        margin-left: 10px;
        margin-right: 10px;
    }

}

/*home-flow*/
.home-flow h2 {
    text-align: center;
    padding: 20px 0 60px;
}

.home-flow h3 {
    text-align: center;
}

.home-flow dl {
    width: 25%;
    margin-bottom: 3%;
}

.home-flow dd.tit {
    text-align: center;
    padding-top: 5px;
}

.home-flow dd.txt {
    padding: 10px 15px;
}

.home-flow {
    text-align: center;
}

.home-flow .boxwrap {
    padding-bottom: 60px;
}

@media only screen and (max-width: 599px) {
    .home-flow dl {
        width: 50%
    }

    .home-flow h2 {
        padding-bottom: 30px;
    }

    .home-flow .boxwrap {
        padding-bottom: 30px;
    }

}

/*home-guide*/
.home-guide h2 {
    text-align: center;
    margin-bottom: 35px;
}

.home-guide h3 {
    text-align: center;
}

.home-guide h4 {
    font-size: 30px;
}

.home-guide .echobox {
    padding: 40px 35px;
    -webkit-box-shadow: 1px 1px 2px 2px #bdbdbd;
    box-shadow: 1px 1px 2px 2px #bdbdbd;
    border-radius: 20px;
    margin-bottom: 50px;
}

.echobox .txt {
    padding: 30px 60px 20px 0;
    line-height: 170%
}

.home-guide .gmore {
    padding-top: 10px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.home-guide .txtbox {
    position: relative;
}

.home-guide .boxwrap dl {
    width: 22%;
    margin-bottom: 4%;
    text-align: center;
    /* padding: 20px; */
    -webkit-box-shadow: 1px 1px 2px 2px #bdbdbd;
    box-shadow: 1px 1px 2px 2px #bdbdbd;
    border-radius: 10px;
}

.home-guide .boxwrap dl a {
    display: block;
    padding: 20px;
}

.home-guide .boxwrap .tit {
    text-align: center;
}

.home-guide .boxwrap dd.heightLine-group3 {
    text-align: center;
    margin: 4px 0 10px;
}

.home-guide .boxwrap dd.heightLine-group3 img {
    height: 75px !important;
    width: auto;
}

.home-guide .boxwrap {
    padding-bottom: 60px;
}

.home-guide {
    text-align: center
}

@media only screen and (max-width: 1024px) {
    .echobox .txt {
        padding-right: 0px;
        padding-bottom: 50px
    }

    .home-guide h4 {
        font-size: 26px;
    }

    .home-guide .picbox {
        width: 40%;
    }

    .home-guide .boxwrap dl {
        width: 48%;
    }


}

@media only screen and (max-width: 599px) {
    .home-guide h2 {
        font-size: 24px;
    }

    .home-guide h4 {
        font-size: 26px;
        padding-top: 20px;
    }

    .home-guide .picbox {
        width: 100%;
    }

    .home-guide .echobox {
        padding: 20px;
        margin-bottom: 40px;
    }

    .home-guide .boxwrap dl {
        /* width: 85%; */
        width: 100%;
        margin: auto;
        margin-bottom: 15px;
    }

    .home-guide .boxwrap {
        padding-bottom: 30px
    }


}

/*home-message*/
.home-message h2 {
    padding-top: 40px;
    text-align: center
}

.home-message {
    background-size: cover;
    background: url(/upload/tenant_1/04821137b733cd2745fa0793ed372fab.png) no-repeat;
    display: block;
    background-position: center center;
}



.messagebox {
    margin: 60px auto 0;
}

.messagebox .txt01 {
    padding: 75px 55px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.sign {
    font-family: 'dartsfont';
    font-weight: 600;
}

.name {
    text-align: right;
    padding-top: 30px;
}

.ownerbox .w50 {
    margin-right: -10%;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .messagebox .txt01 {
        padding: 50px 30px;
        width: 100%;
    }

    .ownerbox .w50 {
        width: 70%;
    }

}


@media only screen and (max-width: 599px) {
    .home-message h2 {
        font-size: 24px;
        padding-top: 0;
    }

    .messagebox .txt01 {
        padding: 30px 20px;
    }

    .ownerbox .w50 {
        width: 90%;
        margin-right: -0%;
    }

    .home-message {
        background: #fff;
    }
}

/*home-newslist*/
.home-newslist .listb,
.home-bloglist .listb {
    position: relative;
    padding: 3px 0px 3px 40px;
    width: 16%;
    margin-top: 5px;
}

.home-newslist .listb a:before,
.home-bloglist .listb a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-newslist.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 14px;
    width: 14px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 7px;
    bottom: 0;
}

.home-newslist .listb a,
.home-bloglist .listb a {
    display: block;
}

.home-newslist h2,
.home-bloglist h2 {
    font-weight: normal;
}

.home-newslist dl {
    padding-bottom: 16px;
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 16px;
}

.home-newslist dl:first-of-type {
    padding-top: 16px;
    border-top: solid 1px #bdbdbd;

}

.home-newslist dl:last-of-type {
    border-bottom: solid 0px;
}

.home-newslist dt {
    width: 20%;
}

.home-newslist dd {
    position: relative;
    padding-left: 30px;
}

.home-newslist dd a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-newslist2.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 14px;
    width: 14px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}

.home-newslist .listbox {
    padding: 15px 0 0px;
}

.home-newslist .inner {
    width: 90%;
    max-width: 800px;
}

/*home-bloglist*/
.home-bloglist .inner {
    width: 90%;
    max-width: 800px;
}

.home-bloglist .blogwrap {
    padding: 60px 0px 20px;
}

.home-bloglist dd {
    padding: 5px 0 0;
}

.home-bloglist .blogwrap a {
    margin-right: 3.3%;
}

.home-bloglist .blogwrap a:last-of-type {
    margin-right: 0;
}


@media only screen and (max-width: 1024px) {

    .home-newslist .listb,
    .home-bloglist .listb {
        width: 30%;
        max-width: 130px;
    }
}

@media only screen and (max-width: 599px) {

    .home-newslist .listb,
    .home-bloglist .listb {
        width: 50%;
        max-width: 130px;
        text-align: left;
    }

    .home-newslist dt {
        width: 100%;
    }

    .home-newslist h2,
    .home-bloglist h2 {
        width: 50%;
    }

    .home-bloglist .blogwrap {
        padding-top: 40px;
    }

    .home-bloglist .blogwrap a {
        margin-right: 3%;
    }
}

/*home-info*/
.home-info .info {
    background: #8bc34a;
    position: relative;
}

.home-info .info:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/sankaku1.png) no-repeat;
    position: absolute;
    left: -58px;
    height: 70px;
    width: 80px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 50%;
    bottom: 0;
    z-index: 1;
}

.home-info .logo2 {
    padding: 25px 0;
    margin-bottom: 40px;
    max-width: 500px;
}

/*home-info table*/
.home-info .time td,
.home-info .time th {
    text-align: center;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    border-right: solid 1px #bdbdbd;
    border-bottom: solid 1px #bdbdbd;
}

.home-info .time tr:last-of-type th,
.home-info .time tr:last-of-type th~td {
    /*    border-top: solid 1px #bdbdbd;*/
    border-bottom: solid 0px #bdbdbd;
}

.home-info .time :first-of-type th,
.home-info .time :first-of-type th {
    /*    border-left: solid 1px #bdbdbd;*/
    font-weight: normal;
}

.home-info .time tr:first-of-type th,
.home-info .time tr:first-of-type td {
    /*    border-top: solid 1px #bdbdbd;*/
}

.home-info .time tr td:last-of-type {
    border-right: 0px;
}

.home-info .time table {
    border-collapse: collapse;
    width: 100%;
}

.timebox {
    padding: 30px 20px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 50px
}

.infobox {
    padding: 40px 30px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
}

.infobox p {
    text-align: center;
}

.infobox .tel {
    position: relative;
    padding-left: 65px;
    margin: 10px auto;
    max-width: 350px;
}

.infobox .tel a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-info1.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 50px;
    width: 50px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}

.infobox .gbutton {
    /* -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
    box-shadow: 2px 2px 0px 1px #57a05b;
    border-radius: 10px;
    background: #8BC34A;
    padding: 10px 40px;
    display: inline-block; */
    text-align: center;
}

.infobox .gbutton a {
    position: relative;
    display: block;
    padding-left: 50px;
    -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
    box-shadow: 2px 2px 0px 1px #57a05b;
    border-radius: 10px;
    background: #8BC34A;
    padding: 10px 40px;
    display: inline-block;
}

.infobox .gbutton a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-info2.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 22px;
    width: 27px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 12px;
    bottom: 0;
}

.info .inner {
    max-width: 550px;
    margin-left: 8%;
}

.info .address dt {
    position: relative;
    padding-left: 60px;
}

.info .address dt:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-info3.svg) no-repeat;
    position: absolute;
    left: 10px;
    z-index: 1;
    height: 30px;
    width: 30px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}

.info .park dt {
    position: relative;
    padding-left: 60px;
}

.info .park dt:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-info4.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 40px;
    width: 30px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}

.info dl {
    padding: 10px 0;
}

.info .address {
    padding-top: 30px;
}

.infomap {
    width: 100%;
    height: 100%;
}

br.sp_db {
    display: none;
}

@media only screen and (max-width: 1220px) {
    .info .inner {
        margin-left: 4%;
    }


}



@media only screen and (max-width: 1024px) {
    .home-info>.w50 {
        width: 100%;
    }

    .infomap {
        min-height: 350px;
    }

    .info .inner {
        margin-left: auto;
    }

    .home-info {
        max-width: 100%;
    }

    .home-info .logo2 {
        margin: auto;
        margin-bottom: 30px;
        width: 80%;
    }

    .info .white {
        width: 80%;
        margin: auto;
    }

    .infobox .tel a:before {
        height: 35px;
        width: 40px;
        content: '';
        background-size: contain;
        vertical-align: middle;
        margin: 0 auto;
        top: 2px;
    }

    .infobox .tel {
        max-width: 250px;
        padding-left: 45px;
    }
}

@media only screen and (max-width: 599px) {
    .home-info .logo2 {
        padding-bottom: 0;
    }

    br.sp_db {
        display: block;
    }

    .infobox .gbutton a {
        padding-left: 30px;
        font-size: 16px;
    }

    .infobox .gbutton a:before {
        left: -1px;
        height: 22px;
        width: 25px;
        content: '';

    }

    .infobox .gbutton {
        /*  padding: 10px 20px; */
    }

    .infobox .gbutton a {
        padding: 10px 20px;
    }

    .home-info .time td,
    .home-info .time th {
        padding: 10px 1.9%;
        font-size: 14px;
        width: 35px;
    }

    .timebox {
        padding: 20px 15px;
    }

    .infobox {
        padding: 20px 15px;
    }

    .info .address dt,
    .info .park dt {
        padding-bottom: 10px;
        padding-left: 40px
    }

    .info .address dt:before,
    .info .park dt:before {
        left: 5px;
        z-index: 1;
        height: 25px;
        width: 25px;
        content: '';
        background-size: contain;
        vertical-align: middle;
        margin: 0 auto;
        top: 2px;
        bottom: 0;
    }

    .info .address,
    .info .park {
        padding-top: 20px;
    }

}

/*footer*/
.footbtn dl {
    width: 14%;
    margin-bottom: 3%;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px 2px #bdbdbd;
    box-shadow: 1px 1px 2px 2px #bdbdbd;
    border-radius: 10px;
    background: #fff;
}

.footbtn dl a {
    display: block;
    cursor: pointer;
    padding: 30px 20px;
}

.footbtn dt {
    text-align: center;
}

.footbtn dd {
    padding-top: 10px;
    text-align: center
}

.telbox .gbutton {
    /*  -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
   box-shadow: 2px 2px 0px 1px #57a05b;
   border-radius: 10px;
   background: #8BC34A;
   padding: 10px 40px;
   display: inline-block; */
    text-align: center;
}



.telbox .gbutton a {
    position: relative;
    display: block;
    padding-left: 50px;
    -webkit-box-shadow: 2px 2px 0px 1px #57a05b;
    box-shadow: 2px 2px 0px 1px #57a05b;
    border-radius: 10px;
    background: #8BC34A;
    padding: 10px 40px;
    display: inline-block;
}

.telbox .gbutton a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/home-info2.svg) no-repeat;
    position: absolute;
    left: 6px;
    z-index: 1;
    height: 22px;
    width: 27px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 12px;
    bottom: 0;
}

.footnav .footnavinn {
    width: 72%;
}

.footnav .footnavinn li {
    font-size: 13px;
    padding-top: 15px;
}

.footnav .footnavinn p {
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

#footer .telbox {
    background: #fff;
    border-radius: 20px;
    padding: 13px;
    text-align: center;
    width: 28%;
   position: relative;
   /* height: 340px; */
}

#footer .telbox .tel a {
    position: relative;
    font-size: 22px;
    color: #4d4d4d;
}

#footer .telbox .tel a:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/footertel.png) no-repeat;
    position: absolute;
    left: -20px;
    z-index: 1;
    height: 20px;
    width: 20px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: 0 auto;
    top: 2px;
    bottom: 0;
}

#footer .telbox .tel {
    padding: 6px 0;
    font-weight: bold;
}

#footer .telbox p {
    text-align: center;
}

#footer .telbox li {
    font-size: 12px;
}

#footer .telbox .bottom {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0px;
}

#footer {
    background: #f2f2f2;
}

.copy {
    width: 100%;
    background: #fff;
    padding: 10px 0;
}

.copy p,
.copy small {
    text-align: center;
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1024px) {
    .footbtn dl {
        width: 30%;
    }

    #footer .telbox {
        width: 100%;
        min-height: 250px;
        padding: 20px
    }

    .footnav .footnavinn {
        width: 100%;
        padding-bottom: 30px;
    }

    #footer .telbox ul {
        width: 50%;
        margin: auto;
    }
}

@media only screen and (max-width: 599px) {
    .footbtn dl {
        width: 47%;
        padding: 20px 10px;

    }

    .footnav .footnavinn {
        width: 100%;
        padding-top: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footnav .footnavinn .w30 {
        width: 47%
    }

    .footnav .footnavinn>.flexs {
        -ms-flex-pack: stretch;
        -webkit-box-pack: stretch;
        justify-content: stretch;
    }


    #footer .telbox {
        width: 100%;
        min-height: 250px;
        padding: 20px
    }

    #footer .telbox ul {
        width: 100%;
        margin: auto;
    }
}


/*下層共通*/
.subtit h2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: auto;
    max-width: 1000px;
    font-size: 48px;
    color: #fff;
    text-shadow: 2px 2px 5px #619328;

}

.subtit .pic {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}

.subtit .inner {
    padding: 25px 0;
}

.pnav {
    padding: 20px 0 0px 0;
    width: 98%;
    max-width: 1000px;
    margin: auto;

}

.pnav li {
    display: inline-block !important;
    font-size: 13px;
}

.pnav li+li:before {
    content: ">";
    display: inline-block !important;
    margin: 0 0.5em;
}

@media only screen and (max-width: 1024px) {
    .subtit h2 {
        font-size: 38px;
        max-width: 768px;
        width: 93%;
    }

    .pnav {
        width: 93%;
        max-width: 768px;

    }
}

@media only screen and (max-width: 599px) {
    .subtit h2 {
        font-size: 20px;
        max-width: 450px;
        width: 94%;
    }

    .pnav {
        width: 94%;
        max-width: 450px;
    }

}

/*はじめての方へ　welcome*/
.under h3 {
    text-align: center;
}

.under.inner {
    padding-top: 30px;
}

.flowboxs .num {
    font-size: 56px;
    display: inline-block;
    width: 50px;
}

.flowboxs .pic {
    overflow: hidden;
    border-radius: 20px;
}

.flowboxs .tit {
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.flowboxs .yellow_b {
    line-height: 34px;
    vertical-align: text-bottom;
}

/*
.yellow_b:before{
    bottom:-4px;
}
*/
.flowboxs .txt {
    padding-left: 50px;
}

.flowboxs dl {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 2px solid #8bc34a;
}

@media only screen and (max-width: 1024px) {
    .flowboxs .num {
        font-size: 52px;
        width: 48px;
    }
}


@media only screen and (max-width: 599px) {
    .flowboxs dt {
        padding-bottom: 30px;
    }

    .flowboxs dl {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 25px;
    }

    .flowboxs .pic {
        max-width: 90%;
        margin: 0 auto;
    }

    .flowboxs .num {
        font-size: 48px;
        width: 42px;
    }

    .flowboxs .txt {
        padding-left: 0;
    }

}

/*当院のご案内 clinic*/
.dlwrap dt {
    padding: 13px 0;
    background: #ecf5da;
    text-align: center;
    color: #93c757;
    margin-bottom: 3px;
}

.dlwrap dd {
    padding: 13px 17px;
    line-height: 170%;
}

.clinic .pic {
    border-radius: 20px;
    overflow: hidden;
}

.clinic h4 {
    margin-bottom: 20px;
}

.txt100 .green {
    padding: 18px 0;
    line-height: 170%;
}

.dlwrap {
    padding-bottom: 30px;
}

.txt100 h5.green {
    padding-bottom: 10px
}

.txt100 .txt {
    line-height: 170%;
}


@media only screen and (max-width: 599px) {
    .clinic .pic {
        width: 80%;
        margin: 0 auto;
    }

    .dlwrap dl {
        margin-bottom: 15px;

    }

    .dlwrap dt {
        margin-bottom: 0
    }

    .dlwrap dd {
        border: #ecf5da 2px solid;
        border-top: 0px;
    }

}

/*よくある質問 faq*/
.faqwrap dt {
    position: relative;
    margin-bottom: 15px;
    padding-left: 45px;
    min-height: 38px;
    font-weight: bold;
}

.faqwrap dt .q {
    position: absolute;
    left: 0;
    color: #8bc34a;
    font-size: 35px;
    font-weight: bold;
}

.faqwrap dd {
    position: relative;
    padding-left: 45px;
    min-height: 25px;
}

.faqwrap dd .a {
    position: absolute;
    left: 0;
    color: #f29a76;
    font-size: 35px;
    font-weight: bold;
}

.faqwrap dl {
    padding: 20px;
}

.faq h3 {
    margin-bottom: 20px
}

@media only screen and (max-width: 599px) {
    .faqwrap dl {
        padding-left: 0;
        padding-right: 0;
    }

}


/*施術案内 guide*/
.guide .flowboxs .txt {
    padding-left: 0;
}

/*アクセス access*/
.access .pic {
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 599px) {
    .access .pic {
        margin-bottom: 40px;
    }

    .map:after {
        padding-top: 80%;
    }

}

/*スポーツをされている方へ sports*/
.midashitxt {
    text-align: center;
    padding-bottom: 40px;
    line-height: 170%;
}

.sports h3 {
    margin-bottom: 30px;
}

/*治療機器の紹介 equipment*/
.equipment .txtbox1 {
    padding-bottom: 30px;
}

.equipment h4.fs20 {
    text-align: center;
    margin-bottom: 30px;
}

.equipment h3 {
    margin-bottom: 15px;
}

.equipment .pic {
    border-radius: 20px;
    overflow: hidden;
}

.txtbox dt {
    width: 8%;
}

.txtbox dd {
    width: 92%;
}

.equipment .flowboxs .txt {
    padding-left: 0;
    padding-bottom: 30px;
}

.equipment dl.kouka {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-left: 0;
}

.txtbox1.us750~dl {
    padding-bottom: 20px;
}

.txtbox1.txtboxul .yellow_b {
    line-height: 75px;
}

.txtboxul ul {
    padding: 30px 0;
}

@media only screen and (max-width: 599px) {
    .equipment dl.kouka {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
        width: 100%;
    }

    .equipment dl.kouka dt {
        width: 30%;
        padding-bottom: 5px;
    }

    .equipment dl.kouka {
        padding: 0;
    }

    .equipment .pic {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .equipment .txtbox1 {
        padding-bottom: 0;
    }

    .equipment .sp_mt20 {
        margin-top: 20px;
    }


}

/*交通事故治療について accident*/
.acci_about {
    padding-bottom: 40px;
}

.acci_about .pic {
    border-radius: 20px;
    overflow: hidden;
}

.acci_about dl {
    padding: 20px 0;
}

.pb20 {
    padding-bottom: 20px
}

.pt20 {
    padding-top: 20px;
}

.accident .txtbox dt {
    width: 100%;
    padding-bottom: 5px;
}

.flowboxs .bd_none {
    border-bottom: 0px;
    display: block;
    padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
    .flowboxs .bd_none {
        margin-bottom: 0px;
        padding-top: 20px;
    }

    .accident.equipment .flowboxs .txt {
        padding-bottom: 0
    }

}




/*ケガについて injury*/


/*リハビリについて rehabilitation*/

/*「超音波画像診断装置（エコー）」 ultrasound*/
.ultrasound .flowboxs dl.bd_none {
    padding-bottom: 0;
}

.ultrasound .img img {
    width: 70%;

}

.ultrasound .img {
    text-align: center;
}


/*ブログ　blog*/
.blog .flowboxs .pic {
    border-radius: 0;
    border: solid 1px #d2d2d2;
}

.blog .flowboxs .cate,
.blog .flowboxs .day {
    color: #a4a4a4;
    padding-top: 7px;
    padding-left: 10px;
}

.blog .flowboxs h4 {
    font-size: 20px;
}

.blog .side .catemidashi,
.blog .side .archive {
    background: #8bc34a;
    border-radius: 10px 10px 0px 0px / 10px 10px 0px 0px;
    padding: 5px;
    padding-left: 50px;
    color: #fff;
    position: relative
}

.blog .side .catemidashi:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/blog/blogicon1.png);
    position: absolute;
    z-index: 1;
    height: 23px;
    width: 23px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 8px;
}

.blog .side .archive:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/blog/blogicon2.png);
    position: absolute;
    z-index: 1;
    height: 23px;
    width: 23px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 15px;
}

.blog .side ul {
    padding: 20px 10px;
}

.blog .side li {
    padding-bottom: 10px;
}

.blog .side li a {
    border-left: 2px solid #f29b76;
    padding-left: 10px;
    display: block;
}

.blog .flowboxs {
    width: 76%;
}

.pagenav li a {
    display: block;
    font-size: 16px;
    padding: 4px 10px;
    font-weight: bold;
    background-color: #ecf5da;
    color: #8bc34a;
    border-radius: 50%;

}

.pagenav li.st a {
    background: #8bc34a;
    color: #fff;
}

.pagenav li.next a,
.pagenav li.prev a {
    background: #fff;
    color: #000;
    font-weight: normal;
}

.pagenav li.next a span,
.pagenav li.prev a span {
    padding: 0 3px;
}

.pagenav li {
    display: inline-block;
    margin: 5px;
    vertical-align: middle;

}

.pagenav ul {
    text-align: center;

}

.pagenav {
    padding: 40px 0;
}

@media only screen and (max-width: 1024px) {
    .blog .flowboxs {
        /*        width: 68%;*/
        width: 100%;

    }

    .blog .side {
        /*          width: 29%;*/
        width: 100%;
    }

    .blog .side .catemidashi,
    .blog .side .archive {
        font-size: 18px;
    }

    .blog .side ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .blog .side ul li {
        width: 48%;
    }


}

@media only screen and (max-width: 599px) {

    .blog .flowboxs .pic {
        width: 50%;
        margin: 10px auto 0px;
    }

    .blog .home-guide .txtbox {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    .blog .flowboxs h4 {
        font-size: 18px;
    }

    .pagenav li a {
        font-size: 13px;
    }

    .pagenav li.prev a,
    .pagenav li.next a {
        padding: 4px 0px;
    }

    .pagenav li {
        margin: 3px
    }

}

/*blog詳細*/
.blog_detail .txtwrap {
    padding: 30px 0;
    margin: 10px 0 30px;
    border-top: 2px solid #8bc34a;
}

.blog_detail .txtbox .gmore {
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.blog_detail .recobox h4 {
    text-align: center;
    margin-bottom: 25px;
}

.blog_detail .recobox {
    padding: 20px 30px;
    background: #ecf5da;
    margin-top: 60px;
}

.blog_detail .flowboxs dl {
    padding: 15px 23px;
    margin-bottom: 25px;
    border-bottom: 0px solid #8bc34a;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    .blog_detail .recobox {
        margin-bottom: 40px;
    }

}


@media only screen and (max-width: 599px) {
    .blog_detail .recobox dt {
        padding-bottom: 0;
    }

    .blog_detail .flowboxs dl {
        padding: 15px 15px;
    }

    .blog_detail .recobox {
        padding: 20px 15px;
    }

    .blog_detail .recobox h4 {
        margin-bottom: 15px;
    }


}


/*楽トレ　rakutore*/
.clipwrap:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/rakutore/kanagu1.png) no-repeat;
    position: absolute;
    left: 0%;
    z-index: 1;
    width: 100%;
    content: '';
    top: 0;
    background-size: 100%;
    background-position: top;
    vertical-align: middle;
    margin: 0 auto;
    padding-top: 3%;
    bottom: 0;
    z-index: 1;
}

.clipwrap {
    position: relative;
    /*
    border-right:20px solid #59493f;
    border-left:20px solid #59493f;
    background-color: #fffef6;
*/
    background-color: #59493f;
    /*    padding:5% 20px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*    border-radius: 20px;*/
    margin-bottom: 50px;
    padding-top: 0.3%;
    border-radius: 10px;
}

.clipwrap:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/rakutore/kanagu2.png) no-repeat;
    position: absolute;
    left: 0%;
    z-index: 1;
    width: 100%;
    content: '';
    background-size: 100%;
    background-position: bottom;
    vertical-align: middle;
    margin: 0 auto;
    padding-top: 3%;
    bottom: 0;
    z-index: 1;
}

.clipwrap .paper {
    background-color: #fffef6;
    margin: 2% 20px;
    padding: 20px;
}

.clipwrap .oraneline {
    /*    border-bottom: solid 2px #facd89;*/
}

.oraneline {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #facd89));
    background: linear-gradient(transparent 70%, #facd89 0%);


}

.oraneline span {
    position: relative;
    z-index: 1;
}

/*
.oraneline:before {
    content: "";
    width: 100%;
    height: 5px;
    background: #facd89;
    bottom: 2px;
    left: 0;
    position: absolute;
}
*/
.clipwrap ul {
    padding: 10px 0;
}

.clipwrap li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;

}

.clipwrap li:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/rakutore/checkred.png) no-repeat;
    position: absolute;
    z-index: 1;
    height: 15px;
    width: 15px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 5px;
    bottom: auto;
    left: 0px;
}

.rakutore .flowboxs dl {
    border-bottom: 0px;
}

.voicebox {
    margin: 60px 0;
    padding: 35px 25px;
    background: #e7f2cf;

}

.voicebox h4 {
    margin-bottom: 30px;
    text-align: center;
}

.voicebox dt {
    font-family: 'dartsfont';
}

.voicebox .boxinn {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.rakutore .faqwrap h4 {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .voicebox .boxinn .flexb {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .voicebox dt {
        width: 100%;
    }

    .voicebox dd {
        width: 50%;
        margin: auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

}


@media only screen and (max-width: 599px) {
    .voicebox .boxinn {
        width: 100%;
        margin-bottom: 30px;
    }

    .voicebox .boxinn .w70 {
        width: 70%;
    }

    .voicebox .boxinn .w20 {
        width: 20%;
    }
}

/*「ギプス固定」で早期回復 gibbs*/

.clipwrap li.orange:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/gibbs/check2.png) no-repeat;
    position: absolute;
    z-index: 1;
    height: 15px;
    width: 15px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    /* margin: auto; */
    top: 5px;
    bottom: auto;
    left: 0px;
}

.clipwrap ul {
    position: relative;
}

.clipwrap .w50:nth-of-type(2) ul:before {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/gibbs/arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: -55px;
    right: auto;
}

.arrowlist li {
    display: inline-block !important;
    position: relative;
    padding-right: 20px;
    width: auto;
}

.arrowlist li:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/153.126.207.108/html/images/gibbs/arrow02.png) no-repeat;
    position: absolute;
    z-index: 1;
    height: 15px;
    width: 15px;
    content: '';
    background-size: contain;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0px;
}

.arrowlist li:last-of-type:after {
    display: none;
}

.guide .gibbs .flowboxs .txt {
    padding-bottom: 30px;
}

.guide .gibbs .flowboxs .pmnon dl:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
}

.guide .gibbs .flowboxs .pmnon {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .gibbs .clipwrap .paper .w50 {
        width: 40%
    }

    .arrowlist li {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .arrowlist li:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: auto;
        bottom: 0;
        right: auto;
        left: 30px;
    }



}

@media only screen and (max-width: 599px) {
    .gibbs .clipwrap .paper .w50 {
        width: 100%
    }

    .clipwrap .w50:nth-of-type(2) ul:before {
        display: block;
        content: "";
        background: url(/import/tenant_1/153.126.207.108/html/images/gibbs/arrow03.png) no-repeat;
        position: absolute;
        z-index: 1;
        height: 40px;
        width: 40px;
        content: '';
        background-size: contain;
        vertical-align: middle;
        margin: auto;
        top: 0;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        right: auto;
    }

    .clipwrap .w50:nth-of-type(2) ul {
        padding-top: 50px
    }
}

/*お問い合わせ　contact*/
.contact .table dt {
    width: 16%;
    position: relative;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    background: #ecf5da;
    color: #8bc34a;
    margin: 0 4% 0px 0;
}

.contact .table dl {
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.contact .table .size1 {
    max-width: 400px;
    border: solid 1px #c9c9c9;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    line-height: 28px;
}

.contact .table .size2 {
    max-width: 220px;
    border: solid 1px #c9c9c9;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    line-height: 28px;
}

.contact .table dd {
    width: 80%;

}

.contact .table dd input {
    margin-bottom: 8px;
}

.contact .table dd .w12 {
    width: 17%;
    min-width: 90px;
    display: inline-block;
    font-weight: bold;
}

.contact .table dd .w19 {
    display: inline-block;
    width: 19%;
    min-width: 130px
}

.contact .table dd .w19 input {
    width: 100%;
}

.contact.confirm .table dd .w19 {
    width: auto;
    min-width: auto;
}

.contact.confirm .table dd .w19 input {
    width: auto;
}


.contact .table textarea {
    border: solid 1px #c9c9c9;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    max-width: 750px;
}

.contact .table dd select {
    padding: 5px;
    line-height: 28px;
    margin-bottom: 10px;
}

.contact .formbtn button,
.formbtn .form-submit-btn,
.formbtn .input-confirm-form-back-btn,
.formbtn .input-confirm-form-submit-btn,
.back_btn .back {
    width: 100%;
    background: #8bc34a;
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-appearance: none;
}

.back_btn .back {
    width: 100%;
    background: #ecf5da;
    border: none;
    font-size: 20px;
    color: #8bc34a;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-appearance: none;
}


.contact .formbtn .back_btn.top li {}

.back_btn.top .back {
    width: 100%;
    background: #8bc34a;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-appearance: none;
    display: block;
    text-align: center;
}




.contact .formbtn li {
    max-width: 210px;
    width: 48%;
    padding: 0 1% 20px 1%;
    margin: 0 auto;
}

@media only screen and (max-width: 599px) {
    .contact .table dt {
        width: 100%;
        margin-bottom: 10px;
    }

    .contact .table dd {
        width: 100%;
    }

    .contact .table .size1 {
        max-width: 100%;
        width: 100%;
    }

    .contact .table dd .w12 {
        width: 100%;
        padding-bottom: 5px;
        padding-top: 10px;
    }

}

/*****2021/06/01*****/
/*コロナ対策案内*/
    .korona {
        margin-top:20px;
        margin-left: 10px;
    }
    .koumoku {
        display: flex;
        margin-bottom: 5px;
        margin: auto;
        width: 80%;
    }
    .koumoku li{
      text-align: center;
    }
    .aicon img{
      width:70%;
    }
    .aicon{
      width: 15%;
      text-align: center;
      margin-bottom: 5px;
      margin-left: 70px;
    }
    .setumeimae{
      margin-bottom: 10px;
      font-size: 16px;
    }
    .chuou {
      width: 60%;
    }
    .setumei{
      font-size: 15px;
    }
    .midashi {
     font-size:35px;
     font-weight: bold;
    margin-bottom: 8px; 
   }
   .green2{
     font-size: 32px;
   }
   .darkg .fs202{
     font-size: 47px;
   }
@media only screen and (max-width: 1024px) {
    .aicon img{
      width: 100%;
      height: auto;
      margin-bottom: 8px;
  }
    .aicon{
      margin-left: 15px;
    }
    .korona {
      font-size: 80%;
      width: 85%;
      margin: 15px 0 13px 13px;
}
    .setumei{
      line-height: 1;
      margin-top: 8px;
    }
    .midashi {
     font-size:28px;
   }
    .green2{
     font-size: 25px;
   }
   .darkg .fs202{
     font-size: 50px;
   }
}

@media only screen and (max-width: 599px) {
    .aicon img{
      width: 100%;
      height: auto;
      margin-bottom: 8px;
}
    .aicon{
      text-align: center;
      margin: 0 5px 0 13px;
  }
   .koumoku {
        display: flex;
        margin-bottom: 5px;
        margin: auto;
        width: 100%;
        font-size: 70%;
   }
   .korona {
     width: 70%;
     margin: 5px 5px 18px 5px;
   }
   .midashi {
     font-size: 26px;
     line-height: 1;
   }
   .setumei {
     font-size: 14px;
   }
   .green2 {
     font-size:22px;
   }
   h2 .fs202 {
     font-size: 28px !important;
   }
   .setumeimae {
     font-size: 13px !important;
   }
}

/* 2021.06.25 */
.time02{
  margin-top: 30px;
  font-size: 16px;
}

.time03{
  margin: 20px auto;
  font-size: 15px;
}

.time04{
  font-size: 15px;
}


.headinfo2{
  width: auto;
  flex: 2;
  margin-left: 20px;
}


.time05{
  margin-top: 20px;
  color: #000;
}

.time06{
  margin-top: 15px;
  color: #000;
}
.time07{
  margin-top: 15px;
  color: #000;
}

.img01{
  margin: 8px 0;
  width: 80%;
}


/* ヘッダーテーブル 06/29*/
.headinfo2 .time td,
.headinfo2 .time th {
    text-align: center;
    margin: 0;
    padding: 7px;
    font-size: 16px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    color: #fff;
}

.headinfo2 .time tr:last-of-type th,
.headinfo2 .time tr:last-of-type th~td {
    /*    border-top: solid 1px #fff;*/
    border-bottom: solid 0px #fff;
}

.headinfo2 .time :first-of-type th,
.headinfo2 .time :first-of-type th {
    /*    border-left: solid 1px #fff;*/
    font-weight: normal;
}

.headinfo2 .time tr:first-of-type th,
.headinfo2 .time tr:first-of-type td {
    /*    border-top: solid 1px #fff;*/
}

.headinfo2 .time tr td:last-of-type {
    border-right: 0px;
}

.headinfo2 .time table {
    border-collapse: collapse;
    width: 100%;
}
.headinfo2 .time05{
  color: #fff;
}
.headinfo2 .time06{
  color: #fff;
}

.headinfo2 .time07{
  color: #fff;
}
.headinfo2 .time{
  margin-left: 22px;
}
.tuika p{
  font-size: 12px;
  margin: 7px auto;
}
#footer .tuika p{
  text-align: left;
  width: 98%;
}
.shousai{
  width: 53%;
}
.hed{
  font-size: 18px;
}
.jusho{
  font-size: 19px;
  margin-top: 8px;
}

@media only screen and (max-width: 1024px) {
  .headinner{
    display: block;
  }
  #footer .tuika p{
  font-size: 12px;
  margin: 10px auto 0;
  text-align: left;
  width: 60%;
}
  .headinfo2{
    margin: auto;
  }
  #footer .telbox ul {
    width: 35%;
    margin: auto;
}
.headinfo ul{
  width: 84%;
  margin-left: 43px;
}
.shousai {
    width: 50%;
  }
.itemcenter{
  display:block;
}
.kega{
  width: 71%;
  margin: auto;
}
.jiko{
  line-height: 1;
}
}
@media only screen and (max-width: 599px) {
  .img01 {
    width: 100%;
}
.headinfo2 .time{
  margin: auto;
}
.headinfo ul{
  width: 87%;
  margin: auto;
}
.headinfo2 .time td, .headinfo2 .time th {
  padding: 6px;
   font-size: 15px;
}
#footer .tuika p{
 /*  width: 78%; */
  margin-bottom: 8px;
}
#footer .telbox{
  height: 350px;
}
/* #footer .telbox2{
  height: 350px;
}  */
#footer .telbox ul {
    width: 82%;
    margin: auto;
}
.headlogo{
  max-width: 325px;
  padding: 10px 15px 0px 0;
}
.shousai {
    width: 100%;
}
.hed{
  font-size: 15px;
}
h1 {
    padding-right: 5px;
}
.jusho{
  font-size: 17px;
  margin-top: 8px;
}
.headinfo2 .time td, .headinfo2 .time th {
    padding: 1px;
    font-size: 14px;
}
.headinfo {
  margin: 0 auto;
}
.headinfo2 .time{
  padding: 0 12px;
}
.kega {
    width: 80%;
    margin: auto;
}
.kega03{
  font-size: 28px !important;
}
.kega04{
  width: 72%;
  margin: auto;
}
.kega05{
  line-height: 1;
}
}


/* 2021.07.02 */

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:599px){
	.footer_area{
		display: none;
}	
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #d2711f;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	  width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
.copy {
    margin-bottom: 80px;
}
}

.kega{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 7px;
}
.kega02{
  margin-top: 30px;
}
.kega03{
  line-height: 1;
}
.jiko02{
  line-height: 1;
}

@media only screen and (max-width: 599px) {
.headinfo2 .time td, .headinfo2 .time th {
    padding: 1px;
    font-size: 14px;
    width: 35px;
}

#footer .telbox {
    height: 250px;
}
}

/* 2024/08/02 */
.mainimg.top li div{
    position: relative;
}

.mainimg.top .maintxt {
    right: 10%;
    top: auto;
    bottom: 1em;
    text-align: end;
    color: #8bc34a;
    writing-mode: horizontal-tb;
    font-size: 48px;
}

.mainimg.top .maintxt .text01,
.mainimg.top .maintxt .text02{
    display: block;
    line-height: 2;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}

.mainimg.top .maintxt .text02{
  font-size: 70%;
  color: #54423A;  
}

.mainimg.top .maintxt .text02 .strong{
  font-size: 1.2em;
}

.mainimg.top .maintxt .text01 .strong{
  font-size: 60px;
}

.newtext{
  background-color: #f2f2f2;
  padding: 1.5em 0.5em;
  border-radius: 50px;
  font-weight: bold;  
}

.newtext .text01{
  font-size: 28px;
  color: #8bc34a;
  margin-bottom: 1em;
}

[class*='up-ofi'] {
    width: 100%;
    display: block;
    position: relative;
}

[class*='up-ofi-'] img {
    position: absolute;
    top: 0;
    left: 0;
}

[class*='up-ofi'] img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

[class*='up-ofi-']::after {
    content: '';
    display: block;
}

.up-ofi-100::after {
    padding-top: 50%;
}  
  
.mainimg.top .uk-slidenav-position:after {
    padding-top: 50%;
}

@media(max-width:1024px){
.newtext .text01{
  font-size: 20px;
}

.mainimg.top .maintxt {
    font-size: 36px;
}

.mainimg.top .maintxt .text01 .strong {
    font-size: 44px;
}
}

@media(max-width:599px) {
.newtext{
  padding: 1.5em;
}  
  
.newtext .text01{
  font-size: 18px;
  text-align: left;
}

.newtext .text02{
  text-align: left;
}

.up-ofi-100::after {
    padding-top: 100%;
}

.mainimg.top .uk-slidenav-position:after {
    padding-top: 100%;
}

.mainimg.top .maintxt {
    writing-mode: vertical-rl;
    display: flex;
    flex-direction: column-reverse;
    bottom: 0.5em;
    font-size: 30px;
}

.mainimg.top .maintxt .text01 {
    line-height: 1.2;
    margin-left: 0.5em;
}

.mainimg.top .maintxt .text02{
    font-size: 60%;
}

.mainimg.top .maintxt .text01 .strong {
    font-size: 32px;
}

.sp-br{
  display: block;
}
}



/* 2024/12/16 */

.logo-p{
  color: #4caf50;
    font-weight: bold;
    font-size: 18px;
} 
