@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "";
    src: url(/import/tenant_1/153.126.189.129/html/css);
    src: url(/import/tenant_1/153.126.189.129/html/css) format(''),
        url(/import/tenant_1/153.126.189.129/html/css) format(''),
        url(/import/tenant_1/153.126.189.129/html/css) format('');
    font-weight:;
    font-style: ;

}

html {
    font-size: 62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,form,input,button, p{
    margin: 0px;
    padding: 0px;
    font-size:1.6rem;
    font-family:"Meiryo", "游明朝", 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;*/
    line-height:160%;
    color:#4b4b4b;
    word-break: break-all;
    overflow-wrap: word-break;
}
h1{
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    padding-right: 42px;
}
h2 {
    font-size: 4.5rem
}
h3 {
    font-size: 3.8rem
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:before {
    display: block;
    content: "";
    clear: both;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clear{
    clear:both;
}
iframe {
    max-width: 100%;
    /* height: 340px; */
}
img{
    vertical-align:top;
    border:none;
    max-width: 100% !important;
    height: auto !important;
}
img:not([src*="."]) {
    display: none;
}
a{
    text-decoration:none;
    color:#4b4b4b;
}
a:hover{
    opacity:0.6;
    color: inherit;
    text-decoration: none;
}
a[href*="tel"] {
    pointer-events: none;
}
ul, li{
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
li {
    margin-bottom: 15px;
}
dl, dt, dd {
    text-align: left;
    padding: 0;
    margin: 0;
}
/*アラート系*/

/*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%;
bottom: 100%;
color: red;
font-weight: bold;
background: #555;
padding: 5px;
font-size: 12px;
box-sizing: border-box;
}
a[data-href*="."]:hover:before {
content: "外部リンクに飛ぶ可能性があります。";
position: absolute !important;
width: 100%;
bottom: 100%;
color: red;
font-weight: bold;
background: #555;
padding: 5px;
font-size: 12px;
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: relative;
letter-spacing: 1px;
z-index: 1000;
font-size: 12px;
}
[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: relative;
letter-spacing: 1px;
z-index: 1000;
font-size: 12px;
}
[data-collection-archive-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: relative;
letter-spacing: 1px;
z-index: 1000;
font-size: 12px;
}
[data-collection-filtered-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: relative;
letter-spacing: 1px;
z-index: 1000;
font-size: 12px;
}
*/

/*フレックス*/
.flex { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*フレックスセンター*/
.flex_c { 
    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;
}
}
.reverse{
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
    flex-direction:row-reverse;
}
.flex > .sec2{
    width: 46%;
    margin: 2%;
}
.flex_c > .sec2{
    width: 46%;
    margin: 2%;
}
.flex > .sec3{
    width: 31%;
    margin: 1%;
}
.flex_c > .sec3{
    width: 29%;
    margin: 2%;
}
.flex > .sec4{
    width: 23%;
    margin: 1%;
}
.flex_c > .sec4{
    width: 23%;
    margin: 1%;
}
@media only screen and (max-width:1024px){
    .flex > .sec3{
        width: 46%;
        margin: 2%;
    }
    .flex_c > .sec3{
        width: 46%;
        margin: 2%;
    }
}
@media only screen and (max-width:599px){
    .flex > .sec2{
        width: 96%;
        margin: 2%;
    }
    .flex_c > .sec2{
        width: 96%;
        margin: 2%;
    }
    .flex > .sec3{
        width: 96%;
        margin: 2%;
    }
    .flex_c > .sec3{
        width: 96%;
        margin: 2%;
    }
    .flex > .sec4{
        width: 48%;
        margin: 1%;
    }
    .flex_c > .sec4{
        width: 48%;
        margin: 1%;
    }
}
.tfm_p {
    position: relative;
}
/*左右中央寄せ*/
.tfm_x {
    position: absolute;
    top: 0;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*上下中央寄せ*/
.tfm_y {
    position: absolute;
    top: 50%;
    left:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*上下左右中央寄せ*/
.tfm_xy {
    position: absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/*トリミング*/
.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}
.trimming:after {
    display: block;
    content: "";
    padding-top: 100%; /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}
.trimmingY:after{
    padding-top: 125%;
}
.trimmingX:after{
    padding-top: 75%;
}
/*固定ヘッダー*/
#gnav.accordion{
    background: #fff;
}
.spmenu {
    position: fixed;
    width: 100%;
    z-index: 200;
    top: 0;
    left: 0;
}

@media only screen and (max-width:1024px){
    .spmenu{
        left: initial;
    }
}
#wrapper{
    width:100%;
    overflow:hidden;
    min-width:320px;
}
/*#main{
overflow:hidden;
margin: 0 4%;
width: 92%;
}*/
#main > div.w100{
    margin: 40px auto;
    width: 100%;
}
section{
    max-width:1280px;
    margin: 100px auto;
    width: 92%;
}
.w100{
    width: 100%;
}
.m1200{
    max-width: 1280px;
    margin: auto;
    width: 92%;
    margin: 0 auto;
}
.m400{
    max-width: 400px;
    margin: auto;
}
.inner .box {
    margin-bottom: 30px;
}

.sub_tit {
    width: 100%;
    margin-bottom: 50px;
}
.sub_tit h2 {
    width: 100%;
    color: #fff;
    text-align: center;
}
.sub_tit h2 span {
    display: block;
    font-size: 2.4rem;
}
.sub_tit img {
    width: 100%;
}
.section {
    margin-bottom: 80px;
}
.section h3 {
    margin-bottom: 30px;
}
.section1 dl {
    width: 22%;
    margin: 0 1.5%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.section1 .pic:after {
    padding-top: 70%;
}
.section2 li {
    width: 22%;
    margin: 1.5%;
    box-sizing: border-box;
    border-radius: 100%;
}
.section3 li {
    width: 22%;
    margin:1.5%;
    box-sizing: border-box;
}
.section3 li:after {
    padding-top: 125%;
}
.section4 li {
    width: 22%;
    margin:1.5%;
    box-sizing: border-box;
}
.section4 li:after {
    padding-top: 70%;
}
.section6 .box {
    padding: 20px;
    background: blue;
}
.section6 .box:nth-of-type(2n) {
    background: green;
}
.section6 .box .pic {
    float: left;
    width: 40%;
}
.section6 .box:nth-of-type(2n) .pic {
    float: right;
    width: 40%;
}
.section6 .box .tbox {
    float: right;
    width: 55%;
}
.section6 .box:nth-of-type(2n) .tbox {
    float: left;
    width: 55%;
}
@media only screen and (max-width: 1024px){
    h2 {
        font-size: 3.5rem
    }
    h3 {
        font-size: 2.8rem
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .section {
        max-width: 800px;
        padding: 0 2%;
        margin: auto;
        margin-bottom: 50px;
    }
    .section1 dl {
        width: 30%;
    }
    .section2 li {
        width: 30%;
    }
    .section3 li {
        width: 30%;
    }
    .section4 li {
        width: 30%;
    }
}

@media only screen and (max-width: 599px){
  h2 {
        font-size: 3.2rem
    }
}

@media only screen and (max-width: 414px){
    .pic.rp {
        float: none !important;
        width: 80% !important;
        margin: auto;
    }
    .tbox {
        float: none !important;
        width: 100% !important;
    }
    .section1 dl {
        width: 46%;
    }
    .section2 li {
        width: 46%;
    }
    .section3 li {
        width: 46%;
    }
    .section4 li {
        width: 46%;
    }
}
/*totop*/
#totop{
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:99;
    text-align: center;
    font-family: Meiryo;
}
#totop a{
    color: #63c89e;
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
}
#totop a:hover{
    text-decoration: none;
    color: #63c89e;
}
#totop img{
    width: 110px;
}
#totop a > span{
    position:absolute;
    bottom: 10px;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/*gnav*/
#gnav p span.n{
    display: none;
}
/*gnav*/
#gnav{
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#gnav ul{
    max-width: 1280px;
    margin: auto;
    height: 80px;
}
#gnav li{
    width: 20%;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0;
    font-size: 2.4rem;
}
#gnav li:last-child{
    border-right: 1px solid #ccc;
}
#gnav li a{
    width: 100%;
    display: block;
    line-height: 8rem;
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
    font-size: 2.4rem;
}
#gnav li a:hover{
    color: #fff;
    background: #63c89e;
    opacity: 1;
}
/*ハンバーガー*/
@media only screen and (max-width: 1024px){ 
    #gnav{
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100vh;
        background:none;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding:0;
        z-index:101;
        border:none;
        padding-bottom:0;

    }
    #gnav.fixed{
        top: 0;
        right: 0;
        left:auto;
        width:200px;
        border:none;
        z-index:101;
        padding-top:0;
        padding-bottom:0;
    }
    #header.btm{
        margin-bottom:0;
    }
    #gnav ul li{
        display:block !important;
        width:100%;
        text-align:center;
    }
    #gnav p{
        display:block;
        position:absolute;
        width:38px;
        height:38px;
        top:0px;
        left:-44px;
        border:1px solid #fff;
        background:#53aa86;
        cursor:pointer;
        opacity:0.8;
        margin:2px;
        box-shadow:0px 0px 0px 2px #53aa86;
        -moz-box-shadow:0px 0px 0px 2px #53aa86;
        -webkit-box-shadow:0px 0px 0px 2px #53aa86;
    }
    #gnav li{
        float:none;
        width:auto;
        border-bottom:1px dotted #cacad9;
        padding:0;
        margin-top:0;
        display:block !important;
    }
    #gnav ul li a{
        height:auto;
        display:block;
        padding:0;
        padding: 20px 0;
        line-height: 1.2;
    }

    #gnav.fixed li{
        padding:0;
    }
    #gnav.fixed li a{
        padding:10px 0 10px 0;
        line-height:160%;
    }
    #gnav li.book .t{
        padding-top:10px;
        padding-bottom:5px;
    }
    #gnav li.book{
        padding-left:0 !important;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        display:block !important;
        border:none;
        margin-bottom:10px;
    }
    #gnav.fixed li.book{
        display:block !important;
    }
    #gnav li.book a{
        margin:0 auto;
        display:inline-block !important;
        padding-left:40px;
        padding-right:40px;
    }

    #gnav.action{
        -webkit-transform:translateX(0px);
        transform:translateX(0px);
    }
    #gnav p span.n{
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }
    #gnav p span.n:before{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }
    #gnav p span.n:after{
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }
    #gnav.action p span.n{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition:ease .10s;
        transition:ease .10s;
    }
    #gnav.action p span.n:after,#gnav.action p span.n:before{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top:0;
        left:0;
    }
    #gnav ul{
        width:auto;
        height: auto;
        overflow-y: auto;
        background: #FFF;
        padding-top:0;
        padding-bottom:0;
    }
    #gnav li{
        border-left: none;
    }
    .overlay:after{
        content:"";
        width:100%;
        height:100%;
        background:#000;
        position:fixed;
        top:0;
        left:0;
        opacity:0.3;
        z-index:100;
    }
    /*#gnav ul li+li{
    padding-left:15px;
}*/
}
.radius{
    border-radius: 100%;
}
/*ここから*/
/*header*/
.logo{
    width: 40%;
    min-width: 300px;
}
.telBox{
    width: 58%;
    margin: 0 0 0 2%;
}
.toContact a{
    background-color: #63c89e;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    font-family: Meiryo;
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
}
.telBox img{
    vertical-align: middle;
}

.telBox .icon0 {
  padding-top: 8px;
}

.telBox .line_banner .line {
    border: 1px solid #63c89e;
}
.telBoxContact .line_banner {
  height: 50px;
}
.telBoxinfo{
    width: 60%;
}
.telBoxContact{
    width: 40%;
    margin-top: 50px;
}
.telBoxContact p{
  text-align: center;
    max-width: 200px;
    margin: auto;
}
.telBoxContact p span {
  font-weight: 700;
}
.telBoxinfo dd a{
    font-size: 24px;
    font-weight: 700;
}
.telBoxinfo dl.flex dt{
    font-weight: 400;
    width: 44%;
    margin: 1%;
}
.telBoxinfo dl.flex dd{
    width: 52%;
    margin: 1% 0;
}
.telBoxinfo dl:nth-of-type(1) dt{
    font-weight: 700;
}
/*slide*/
.homeSlide{
    text-align: center;
    position: relative;
}
.homeSlide h2{
    width: 500px;
    margin: auto;
    position:absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    color: #fff;
    font-family: Meiryo;
    font-weight: 500;
    text-shadow: 2px 2px 15px #333, -2px 2px 15px #333, 2px -2px 15px #333, -2px -2px 15px #333;
    z-index: 1;
    font-size: 64px;
    width: 100%;
}
.homeSlide .uk-slidenav-position{
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.homeSlide .uk-slidenav-position:after {
    padding-top: 34%;
    content: '';
    display: block;
}
.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
}
/*homeMain*/
.homeConcept{
    margin-bottom: 240px;
}
.homeConcept h2{
    font-family: Meiryo;
    color:  #63c89e;
    font-size: 2.6rem;/* フォント置換による類似 */
    font-weight: 700;
    line-height: 4.8rem;/* フォント置換による類似 */
    text-align: center;
    position: relative;
    text-shadow: 0 4px 1px #fff, 0 3px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 3px 3px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 3px 0 1px #fff, 4px 0 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 3px -3px 1px #fff, 3px -3px 1px #fff, 2px -4px 1px #fff, 1px -4px 1px #fff, 0 -4px 1px #fff, -1px -4px 1px #fff, -2px -4px 1px #fff, -3px -4px 1px #fff, -3px -3px 1px #fff, -4px -3px 1px #fff, -4px -2px 1px #fff, -4px -1px 1px #fff, -4px 0 1px #fff, -4px 1px 1px #fff, -4px 2px 1px #fff, -3px 3px 1px #fff, -3px 3px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=4, positive=1), dropshadow(color=#fff, offx=3, offy=3, positive=1), dropshadow(color=#fff, offx=3, offy=-1, positive=1), dropshadow(color=#fff, offx=2, offy=-4, positive=1), dropshadow(color=#fff, offx=-2, offy=-4, positive=1), dropshadow(color=#fff, offx=-4, offy=-2, positive=1), dropshadow(color=#fff, offx=-4, offy=2, positive=1), dropshadow(color=#fff, offx=-1, offy=3, positive=1);
}
.homeConcept h2:before{
    content: url(/import/tenant_1/153.126.189.129/html/images/054-01.png);
    left: 0;
    bottom: 10%;
    position: absolute;
    z-index: -1;
}
.homeConcept h2:after{
    content: url(/import/tenant_1/153.126.189.129/html/images/061-02.png);
    right: 0;
    bottom: 50%;
    position: absolute;
    z-index: -1;
}
.concept5{
    margin-top: -300px;
    margin-bottom: 320px;
}
.conceptItem{
    width: 18%;
    margin: 1%;
    background-color:  #63c89e;
    width: 145px;
    height: 145px;
    position: relative;
    margin-top: 320px;
}
.conceptItem:before{
    content: url(/import/tenant_1/153.126.189.129/html/images/bottomtr.png);
    position:absolute;
    bottom: -25px;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.conceptItem p.item2{
    margin: 45px auto 90px;
    width: 145px;
    text-align: center;
    font-family: Meiryo;
    font-weight: 700;
    line-height: 3.0rem;
    color: #fff;
    font-size: 14px;
}
.conceptItem p.item3{
    color: #fff;
    width: 145px;
    margin: 35px auto 80px;
    text-align: center;
    font-family: Meiryo;
    font-weight: 700;
    line-height: 3.0rem;
    font-size: 14px;
}
p.item2B{
    font-family: Meiryo;
    color:  #444444;
    font-size: 14px;/* フォント置換による類似 */
    font-weight: 400;
    line-height: 3rem;/* フォント置換による類似 */
    text-align: center;
}

.homeBnr{
    position: relative;
    border: 1px solid #53aa86;
    box-sizing: border-box;
    overflow: hidden;
}
.homeBnr .bnr{
    text-align: center;
}
.bnr .bnrTxt{
    position: absolute !important;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
}
.bnrTxt dt{
    color:  #4b4b4b;
    font-size: 1.6rem;
    letter-spacing: 1.6rem;
    text-align: center;
    font-weight: 500;
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
}
.bnrTxt dd{
    color:  #4b4b4b;
    font-size: 3.8rem;
    letter-spacing: 0.48rem;
    text-align: center;
    font-weight: 500;
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
}
.bnrTxt .kakeru{
    font-size: 4em;
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
}
.bnrPic{
    min-width: 1000px;
}
.bnrDetail{
    text-align: center;
    border-width: 2px;
    background-color:  #53aa86;
    padding: 9px 0;
    color: #fff;
    font-family: Meiryo;
    font-size: 2rem;
    font-weight: 700;

}
span.yokoyazi{
    border: 1px solid #fff;
    padding: 0 3px;
    font-size: 10px;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 100%;
}
.homeTrouble h3{
    font-family: Meiryo;
    color:  #4b4b4b;
    font-size: 3.6rem;/* フォント置換による類似 */
    font-weight: 700;
    text-align: center;
    position: relative;
}
p.nami{
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
/*.homeTrouble h3:before{
position: absolute;
bottom: -70px;
content: url(/import/tenant_1/153.126.189.129/html/images/nami.png);
right: 0;
left: 0;
}*/
.green{
    font-family: Meiryo;
    color:  #63c89e;
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
}
.greenbar{
    font-family: Meiryo;
    background-color:  #53aa86;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-family: Meiryo;
    font-weight: 600;
}

.greenbar a {
    font-size: 1.8rem;
}

.mainNav.k-link li.greenbar a{
  font-size: 1.8rem;
}

.troubleItem p{
    font-size: 2.0rem;
    font-weight: 600;
}
.homeToBlog{
    text-align: center;
    display: block;
    width: 100%;
    margin: 50px auto;
}
.homeToBlog a {
    font-family: Meiryo;
    background-color: #53aa86;
    text-align: center;
    color: #fff;
    font-family: Meiryo;
    font-weight: 600;
    font-size: 2.0rem;
    width: 100%;
    display: block;
    margin: auto;
    line-height: 6.0rem;
    max-width: 500px;
}
.greentit{
    background: #6ccca4;
    text-align: center;
    color: #fff;
    font-family: Meiryo;
    font-weight: 600;
    padding: 30px 0;
}
.homePrice h3{
    font-size: 2.4rem;
    position: relative;
    z-index: 0;
}
.homePrice h3 a{
    color: #fff;
}
.homePrice h3:before{
    position:absolute;
    top: 50%;
    right:  5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(/import/tenant_1/153.126.189.129/html/images/059-10.png);
    z-index: -1;
}
.homePrice h3 span{
    font-size: 1.4rem;
    font-weight: bold;
}
.sideBar{
    width: 27%;
    margin: 0 3% 0 0;
}
.sideBar .kousyu > p{
    width: 50%;
    overflow: hidden;
}
.sideBar .kousyu  a{
    color: #fff;
    display: inline-block;
}
.sideBar .kousyu > p.kousyuPic img{
    width: 100%;
}
.kousyu{
    border: 1px solid #53aa86;
    box-sizing: border-box;
    position: relative;
    background-color: #53aa86;
}
.kousyu .kousyuTxt{
    background-color:  #53aa86;
    color: #fff;
    text-align: center;
    position:absolute;
    top: 50%;
    right:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 20px;
}
.kousyuTxt img{
    display: block;
    margin: auto;
}
.table{
    margin-top: 30px;
}
.table table{
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-right: 1px solid #53aa86;
}
.table table th {
    color: #fff;
    background: #53aa86;;
    border: 1px solid #53aa86;
    width: 130px;
    height: 42px;
    font-weight: normal;
    font-size: 1.8rem;
    font-family: Meiryo;
    font-weight: 700;
}
.sideBar .table table th{
    font-size: 1.2rem;
    width: auto;
}
.sideBar .table table td{
    font-size: 1.2rem;
}
.table table td {
    font-size: 1.8rem;
    text-align: center;
    border-top: 1px solid #53aa86;
    border-bottom: 1px solid #53aa86;
    background: #53aa86;
    color: #fff;
    font-family: Meiryo;
    font-weight: 700;
}
.table tbody th{
    background: #fff;
    color: #4b4b4b;
    border-right: none;
}
.table tbody td{
    background: #fff;
    color: #53aa86;
    font-size: 1.8rem;
}
.table .tableAttention{
    margin-top: 20px;
}
.table .tableAttention dt,.table .tableAttention dd{
    font-family: Meiryo;
    font-size: 1.6rem;
    line-height: 2.8rem;
}
.table .tableAttention dt span{
    font-size: 1.2rem;
}
.tableAttention dd a{
    text-decoration: underline;
    font-weight: 700;
}.tableAttention dd.tableImg{
    text-align: center;
}
.mapTable{
    width: 100%;
}
.mapTable table th{
    font-size: 3.2rem;
    height: 90px;
    width: auto;
}
.mapTable table td{
    font-size: 3.2rem;
}
.toAmazon{
    margin-top: 30px;
}
.tableAttention .toAmazon a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.homeBlogNewsArea{
    width: 70%;
}
.homeBlogNewsArea .toDetail{
    width: 100%;
    max-width: 170px;
    margin: -30px 0 0 30px;
}
.homeBlogNews{
    margin: 80px auto 0;
}
.blogArea{
    margin: 40px 0;
}
.articleItem{
    border-top: 1px dotted #ccc;
}
.articleItem:last-child{
    border-bottom: 1px dotted #ccc;
}
.articleItem .date,.articleItem .tit{
    font-size: 18px;
}
.blogArea .titBox{
    width: 27%;
    margin: 0 3% 0 0;
}
.blogArea .articleBox{
    width: 70%;
}
.titBox h4{
    font-family: Meiryo;
    color:  #53aa86;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.titBox a{
    color: #fff;
}
.snsBnr{
    background: rgba(83, 170, 134, 0.48);
    min-height: 140px;
}
.snsBnrItem{
    position: relative;
    max-width: 250px;
}
.snsTit a{
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
}
.snsBnrItem .snsTit p.snsTitTxt01{
    color: #4b4b4b;
    text-shadow: 0 4px 1px #fff, 0 3px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 3px 3px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 3px 0 1px #fff, 4px 0 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 3px -3px 1px #fff, 3px -3px 1px #fff, 2px -4px 1px #fff, 1px -4px 1px #fff, 0 -4px 1px #fff, -1px -4px 1px #fff, -2px -4px 1px #fff, -3px -4px 1px #fff, -3px -3px 1px #fff, -4px -3px 1px #fff, -4px -2px 1px #fff, -4px -1px 1px #fff, -4px 0 1px #fff, -4px 1px 1px #fff, -4px 2px 1px #fff, -3px 3px 1px #fff, -3px 3px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=4, positive=1), dropshadow(color=#fff, offx=3, offy=3, positive=1), dropshadow(color=#fff, offx=3, offy=-1, positive=1), dropshadow(color=#fff, offx=2, offy=-4, positive=1), dropshadow(color=#fff, offx=-2, offy=-4, positive=1), dropshadow(color=#fff, offx=-4, offy=-2, positive=1), dropshadow(color=#fff, offx=-4, offy=2, positive=1), dropshadow(color=#fff, offx=-1, offy=3, positive=1);
}
.snsBnrItem .snsTit p.snsTitTxt02 a{
    color: #fff;
}
.snsBnrItem .snsTit p.snsTitTxt03 a{
    color: #fff;
}
.snsBnr .snsBnrItem:nth-of-type(1){
    width: 24%;
    margin: 1%;
}
.snsBnr .snsBnrItem:nth-of-type(2){
    width: 24%;
    margin: 1%;
}
.snsBnr .snsBnrItem:nth-of-type(3){
    width: 22%;
    margin: 1%;
}
.snsBnr .snsBnrItem:nth-of-type(4){
    width: 22%;
    margin: 1%;
}
.snsBnrItem .snsTit{
    position:absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    z-index: 1;
}

.snsBnrItem:nth-of-type(1) .snsTit{
    position:absolute;
    top: 50%;
}

@media (max-width: 599px) {
    .snsBnrItem:nth-of-type(1) .snsTit {
        position: absolute;
        top: 50%;
    }
    .telBox img{
    border: none;
}
}

.snsBnrItem .snsTit p{
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
.snsBg img {
    width: 100% !important;
}
.snsBnrItem .snsBg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
}


.snsTitTxt03{
    font-size: 14px;
}
.homeInterview{
    border: 1px solid #53aa86;
    box-sizing: border-box;
    overflow: hidden;
}
.bnrArea{
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
    flex-direction:row-reverse;
    opacity: 0.9;
}
.bnrArea .bnr01{
    width: 60%;
}
.bnrArea .bnr02{
    width: 40%;
}
.bnrArea .bnr01{
    position: relative;
}
.bnrArea .bnrTxt01{
    position:absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-weight: 700;
}
.bnrArea .bnrTxt01 dt{
    font-family: Meiryo;
    line-height: 3.2rem;
}
.bnrArea .bnrTxt01 dd{
    font-family: Meiryo;
    line-height: 3.2rem;
}
.bnrTxt01 dd.name span{
    font-size: 2.4rem;
}
.bnrDetail a{
    color: #fff;
}
.bnr01 p{
    min-width: 470px;
}
.bnrTxt01 .toProf{
    border-radius: 30px;
    padding: 0;
    line-height: 2.4rem !important;
}
.bnrTxt01 .toProf a{
    color: #fff;
    font-size: 1.2rem;
}
.bnrTxt01 dl{
    position: relative;
}
.bnrTxt01 dl:before{
    bottom: -40px;
    right: -80px;
    position: absolute;
    content: url(/import/tenant_1/153.126.189.129/html/images/pla.png);
    z-index: 1;
}
.bnrTxt02 dl{
    width: 90%;
    margin: 30px auto;
}
.bnrTxt02 dt{
    font-family: Meiryo;
    color:  #4b4b4b;
    font-size: 3.2rem;
    font-weight: 400;
}
.bnrTxt02 dd{
    font-size: 1.5rem;
    line-height: 3.0rem;
}
.calenderLeft{
    width: 40%;
    box-sizing: border-box;
    padding: 2%;
}
.calenderLeft .calenderTit{
    font-family: Meiryo;
    color:  #53aa86;
    font-size: 2.2rem;
    font-weight: 700;
}
.calenderLeft dl{
    margin-bottom: 30px;
}
.calenderLeft dt{
    margin-bottom: 30px;
    font-family: Meiryo;
    font-weight: 700;
    color: #4b4b4b;
}
.calenderLeft dd{
    font-family: Meiryo;
    line-height: 3.2rem;
    font-size: 1.4rem;
}
.calenderLeft dd .pink{
    padding: 0 5px;
}
.calenderLeft dl:nth-of-type(2) dd{
    font-size: 2.0rem;
}
.calenderLeft dl dd.tel{
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #4b4b4b;
}
.calenderRight{
    width: 56%;
    margin-left: 4%;
}
.keywordLeft{
    width: 60%;
    box-sizing: border-box;
    padding: 8% 2% 0;
}
.keywordLeft h3{
    font-family: Meiryo;
    font-size: 3.6rem;
    font-weight: 400;
    color: #4b4b4b;
}
.keywordRight{
    width: 36%;
    margin: 0 0 0 4%;
}
.homeKeyword{
    border-top: 1px solid #53aa86;
    padding: 20px 0 0;
}
.keywordArea{
    padding: 0 0 20px;
}
.mediaTxt p{
    font-size: 1.6rem;
    font-weight: 600;
    font-family: Meiryo;
    font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    text-shadow: 0 4px 1px #fff, 0 3px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 3px 3px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 3px 0 1px #fff, 4px 0 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 3px -3px 1px #fff, 3px -3px 1px #fff, 2px -4px 1px #fff, 1px -4px 1px #fff, 0 -4px 1px #fff, -1px -4px 1px #fff, -2px -4px 1px #fff, -3px -4px 1px #fff, -3px -3px 1px #fff, -4px -3px 1px #fff, -4px -2px 1px #fff, -4px -1px 1px #fff, -4px 0 1px #fff, -4px 1px 1px #fff, -4px 2px 1px #fff, -3px 3px 1px #fff, -3px 3px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=4, positive=1), dropshadow(color=#fff, offx=3, offy=3, positive=1), dropshadow(color=#fff, offx=3, offy=-1, positive=1), dropshadow(color=#fff, offx=2, offy=-4, positive=1), dropshadow(color=#fff, offx=-2, offy=-4, positive=1), dropshadow(color=#fff, offx=-4, offy=-2, positive=1), dropshadow(color=#fff, offx=-4, offy=2, positive=1), dropshadow(color=#fff, offx=-1, offy=3, positive=1);
    text-align: center;
}

.MediaBnrItem{
    position: relative;
}
.mediaTxt{
    position:absolute;
    top: 50%;
    right:  15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.MediaBnrItem:nth-of-type(3) .mediaTxt p{
    font-size:1.7rem;
}
.MediaBnrItem:nth-of-type(3) .mediaTxt{
    position:absolute;
/*     top: 50%;
left:  50%;
right: initial;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%); */
}

.MediaBnrItem:nth-of-type(5) .mediaTxt{
  position: absolute;
  top: 50%;
  /* left: 30%; */
  right: -10%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


.MediaBnrItem:nth-of-type(6) .mediaTxt{
    right: inherit;
    left: 30px;
}

/******2021/03/25追記**********/
.MediaBnrItem_bottom:nth-of-type(1) .mediaTxt {
    position:absolute;
    top: 50%;
    left:  50%;
    right: initial;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.MediaBnrItem_bottom:nth-of-type(3) .mediaTxt {
    position:absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
 .MediaBnrItem_bottom:nth-of-type(4) .mediaTxt {
    position:absolute;
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media only screen and (max-width:1024px) {
  .MediaBnrItem:nth-of-type(4) .mediaTxt {
    right: 200px;
}
  .MediaBnrItem_bottom:nth-of-type(4) .mediaTxt {
   right: 80px !important;
 } 
}

@media only screen and (max-width:599px) {
 .MediaBnrItem:nth-of-type(4) .mediaTxt {
    right: 220px;
}
.MediaBnrItem_bottom:nth-of-type(4) .mediaTxt {
    right: 90px !important;
  } 
}

#footer{
    background: #c1e6ff;
    margin-top: 40px;
    padding-top: 15px;
}
.toContact img{
    vertical-align: middle;
    margin-right: 5px;
}
.footerContactL .toContact a{
    padding: 10px;
    display: block;
    max-width: 200px;
    margin: auto;
}
.footerContactL p.zone{
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    font-family :
        YuMincho,    /* Mac用 */
        'Yu Mincho', /* Windows用 */
        serif;
}
.footerContactL .tel{
    margin-top: 30px;
}
.footerContactL .tel img{
    vertical-align: middle;
    margin-right: 5px;
}
.footerContactL .tel a{
    color: #4b4b4b;
    font-size: 2.6rem;
    font-family: Meiryo;
}
.footerL .table{
    margin-top: 0;
}
.footerTxt,.footerInner{
    width: 98%;
    margin: auto;
}
.address{
    font-family: Meiryo;
}
.footerR iframe{
    width: 100%;
    height: 250px;
}
.footerR .toBig {
    font-size: 14px;
    margin: 10px 0 50px;
}
.footerBottom{
    display: block;
    width: 100%;
}
.copy{
    display: block;
    width: 100%;
    text-align: center;
}
.fLink01,.fLink02{
    text-align: center;
    margin: 1em 0;
}
.fLink01 li{
    display: inline-block;
    box-sizing: border-box;
    border-right: 2px solid #ccc;
    padding: 0 10px;
    font-family: Meiryo;
    text-align: center;
}
.fLink01 li a{
    color: #4b4b4b;
    font-size: 16px;
}
.fLink01 li:first-child{
    border-left:2px solid #ccc;
}
.fLink02 li{
    box-sizing: border-box;
    border-right: 2px solid #ccc;
    padding: 0 10px;
    font-family: Meiryo;
    text-align: center;
    display: inline-block;
}
.fLink02 li a{
    color: #4b4b4b;
    font-size: 16px;
}
.fLink02 li:first-child{
    border-left:2px solid #ccc;
}



/*gymnastics*/

.mainImg{
    background: #63c89e;
}
.mainImgIn{
    background: #e6f4ee;
    position: relative;
    min-height: 280px;
    overflow: hidden;
}
.mainImgIn h2{
    font-size: 5.4rem;
    font-family: Meiryo;
    color:  #53aa86;
    position:absolute;
    top: 75%;
    left:  25%;
    transform: translate(-25%,-75%);
    -webkit-transform: translate(-25%,-75%);
    -ms-transform: translate(-25%,-75%);
    z-index: 2;
}
.mainImgIn p.mainPic{
    width: 100%;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.mainWrap{
    margin: 60px auto 0;
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
    flex-direction:row-reverse;
}
.mainLeft{
    width: 21%;
    margin:0 3% 0 0;
}
.mainLeft .sideBar{
    width: 100%;
}
.mainRight{
    width: 76%;
}
.mainLeft .MediaBnr{
    margin-top: 40px;
}
.mainLeft .MediaBnrItem{
    margin: 20px auto 0;
    max-width: 260px;
    width: 100% !important;
}
.mainLeft .mediaTxt p{
    font-size: 1.5rem;
}
.MediaBnrItem:nth-of-type(7) .mediaTxt{
    right: inherit;
    /* top: 80%; */
    top: 50%;
    left:  40%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.MediaBnrItem:nth-of-type(7) .mediaTxt p{
    font-size: 2.0rem;
}
.MediaBnrItem:nth-of-type(8) .mediaTxt{
    right: inherit;
    bottom: 0;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 11px;
}
.mainLeft .snsBnrItem{
    margin-top: 20px;
}

.mainNav li{
    width: 29.3%;
    margin: 0 2% 2%;
}
.mainNav li a{
    color: #fff;
}

.mainNav.k-link li{
  width: 45%;
}

section h2.gtit{
    font-family: Meiryo;
    color:  #53aa86;
    text-align: center;
    font-size: 3.6rem;
    border-bottom: 1px solid #53aa86;
}
.sectionArea{
    margin: 40px 0;
}
section .sectionArea{
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
    flex-direction:row-reverse;
}

.mainRight .sectionArea a {
    color: #17abd8;
    text-decoration: underline;
}

section .sectionArea.fdI{
    flex-direction: initial;
}
.secTxt p{
    margin-bottom: 30px;
    font-family: Meiryo;
    font-size: 16px;
    color: #4b4b4b;
    /* font-weight: 600; */
    line-height: 2.8rem;
}


.greenT{
    color: #53aa86 !important;
}
.redT {
  color: #f00 !important;
}

.moreDetail{
    background: #76d0aa;
    display: block;
    width: 100%;
    margin-top: 40px;
    color: #fff;
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 7.2rem;
    position: relative;
    /*padding-right: 6rem;*/
    box-sizing: border-box;
}
.active .moreDetail:before{
    transform: rotate(45deg);
    -webkit-transform:  rotate(45deg);
    -ms-transform:  rotate(45deg);
    transition: 0.3s;
}
.moreDetail:before {
    content: "＋";
    position: absolute;
    top: 0;
    right: 100px;
    font-size: 6rem;
}
.moreDetail a{
    color: #fff;
    font-family: Meiryo;
    font-weight: 700;
    font-size: 2.8rem;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 7.2rem;
}
section p.detail{
    text-align: center;
    font-size: 13px;
    line-height: 2.4rem;
    margin: 0 auto 30px;
}
section h3.gtit{
    font-family: Meiryo;
    color:  #53aa86;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
    font-weight: 400;
}
section h3.tit{
    font-family: Meiryo;
    text-align: center;
    font-size: 3.0rem;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
    display: block;
    width: 100%;
}
.gBox{
    border: solid 15px #b7e2d0;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
}
.gBox dt{
    width: 26%;
    text-align: center;
    font-family: Meiryo;
    color:  #53aa86;
    font-size: 2.4rem;
    margin: 2%;
}
.gBox dd{
    width: 66%;
    font-family: Meiryo;
    font-size: 2.4rem;
    margin: 2%;
}
.gBox .tR{
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    margin-bottom: 0;
}
.bgY{
    background: #fffee7;
    box-sizing: border-box;
    padding: 40px;
}
.Lgreenbar{
    background: #e6f8f1;
    text-align: center;
    font-family: Meiryo;
}
section h3.Lgreenbar{
    font-size: 3.6rem;
    padding: 10px 0;
    font-weight: 400;
    font-family: Meiryo;
}
dl.time{
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
dl.time dt{
    width: 30%;
    font-family: Meiryo;
    background: #e6f8f1;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 7.2rem;
    box-sizing: border-box;
    padding: 0 0 0 1em;
}
dl.time dd{
    width: 70%;
    font-family: Meiryo;
    font-size: 2.4rem;
    line-height: 7.2rem;
    box-sizing: border-box;
    padding: 0 0 0 1em;
}
h4.h424{
    font-size: 2.4rem;
    font-weight: 700;
    font-family: Meiryo;
    text-align: center;
    margin: 30px 0;
}
dl.program{
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
}
dl.program dt{
    color: #fff;
    font-family: Meiryo;
    font-weight: 700;
    background: #53aa86;
    width: 9%;
    box-sizing: border-box;
    padding: 20px 10px 10px;
}
dl.program dd:nth-of-type(1){
    width: 10%;
    font-weight: 700;
    box-sizing: border-box;
    padding: 20px 10px 10px;
    background:  #c3e2d5;
    text-align: center;
}
dl.program dd:nth-of-type(2){
    width: 81%;
    font-weight: 400;
    box-sizing: border-box;
    padding: 20px 10px 10px;
}
div.nittei{
    margin-bottom: 100px;
}
.contactBox{
    border: 1px solid #76d0aa;
    border-bottom: none;
    margin-bottom: 200px;
    box-sizing: border-box;
}
dl.contact{
    border-bottom: 1px solid #76d0aa;
}
dl.contact dt{
    font-family: Meiryo;
    color:  #ffffff;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    background: #e2cb7c;
    line-height: 12.6rem;
    width: 30%;
}
dl.contact dd.tel a{
    color: #53aa86;
}
dl.contact dd.tel a img{
    vertical-align: initial;
    margin-right: 5px;
}
dl.contact dd{
    font-family: Meiryo;
    font-size: 4.2rem;
    font-weight: 700;
    padding: 0 30px;
    width: 70%;
    line-height: 12.6rem;
    box-sizing: border-box;
}
span.small{
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-top: -40px;
}
.contactBox span.small{
    margin-bottom: 40px;
}
.bb1ccc{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
h4.h424L{
    font-size: 2.4rem;
    font-weight: 700;
    font-family: Meiryo;
    text-align: left;
    margin: 30px 0;
    display: block;
    width: 100%;
}
h4.h424GL{
    font-size: 2.4rem;
    font-weight: 700;
    font-family: Meiryo;
    text-align: left;
    margin: 30px 0;
    color:  #63c89e;
    display: block;
    width: 100%;
}
h4.h424G{
    font-size: 2.4rem;
    font-weight: 700;
    font-family: Meiryo;
    margin: 30px 0;
    color:  #63c89e;
    display: block;
    width: 100%;
    text-align: center;
}
span.bgG{
    background: #63c89e;
    color: #fff;
    padding: 0px 15px;
    font-size: 3.6rem;
}
div.boxkaki{
    background:  #e7f2ed;
    padding: 10px 30px 30px;
}
span.bgB{
    background:  #bf9b6d;
    color: #fff;
    font-size: 3.6rem;
    padding: 0px 15px;
    font-family: "Yu Mincho", "YuMincho"
}
.mgt60{
    margin-top: 60px !important;
}
.mgt30{
    margin-top: 30px !important;
}
.mgt10{
    margin-top: 10px !important;
}
.mgtI{
    margin-top: 0 !important;
}
.mgb0{
    margin-bottom: 0 !important;
}
.mgb30{
    margin-bottom: 30px;
}
.mgb60{
    margin-bottom: 60px;
}
dl.souhou dt{
    width: 10%;
}
dl.souhou dd{
    width: 90%;
}
.m2{
    margin: 2% !important;
}
.kabeFlow dt {
    position: relative;
    margin-bottom: 10px;
}
.kabeFlow dt:before{
    position: absolute;
    top: 50%;
    right:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(/import/tenant_1/153.126.189.129/html/images/hitoritri.png);
}
.boxkaki p{
    margin-bottom: 30px;
}
.bgf9{
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 10px;
}
.fs24{
    font-size: 2.4rem;
}
div.sec4.bgf9{
    position: relative;
}
div.sec4.bgf9:before{
    position: absolute;
    top: 50%;
    right:  0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(/import/tenant_1/153.126.189.129/html/images/hitoritri.png);
}
div.secTxtL{
    width: 21%;
    margin:2%; 
}
div.secTxtC{
    width: 50%;
    margin: 2% auto;
    position: relative;
}
div.secTxtC:before{
    position: absolute;
    top: 0;
    left:  -30px;
    content: url(/import/tenant_1/153.126.189.129/html/images/hitoritri.png);
}
div.secTxtR{
    width: 21%;
    margin:2%; 
}
.secTxt p.fs24{
    font-size: 2.4rem;
}
.secTxt p.tc{
    text-align: center;
}
.secPic p.tc{
    text-align: center;
}
/*voice*/
dl.voice{
    border-top:1px solid #ccc;
    box-sizing: border-box;
}
dl.voice dt{
    width: 30%;
    font-family: Meiryo;
    background: #e6f8f1;
    font-weight: 700;
    line-height: 4.8rem;
    box-sizing: border-box;
    padding: 0 0 0 1em;
}
dl.voice dd{
    width: 70%;
    font-family: Meiryo;
    line-height: 4.8rem;
    box-sizing: border-box;
    padding: 0 0 0 1em;
}
.pageNav ul{
    max-width: 300px;
    margin: 60px auto;
}
.pageNav ul li{
    width: 14%;
}
.pageNav ul li a{
    color: #53aa86;
    font-weight: 700;
    font-size: 20px;
}
.fs20{
    font-size: 2rem !important;
}
.fw7{
    font-weight: 700 !important;
}
.fs36{
    font-size: 3.6rem !important;
}
div.sectionAreaC{
    text-align: center !important;
}
.fs{
    font-size: 2.8rem !important;
}
.typeBox{
    position: relative;
    border: 2px solid #53aa86;
    box-sizing: border-box;
    overflow: hidden;
}
.typeBox .typeBg{
    min-width: 1200px;
}
.typeBox ul{
    width: 100%;
    position:absolute;
    top: 50%;
    left:  50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.typeBox li{
    background: #53aa86;
    text-align: center;
    padding-bottom: 1em;
}
.typeBox li a{
    color: #fff;
    font-size: 2rem;
    line-height: 3.2rem
}
.typeBox li a .sankaku{
    font-size: 10px;
    line-height: 10px;
}
.fs12{
    font-size: 12px !important;
}
.fff{
    color: #fff !important;
}
.fs16{
    font-size: 1.6rem !important;
}
.b3gBox{
    box-sizing: border-box;
    border: 3px solid #63c89e;
    padding: 20px 30px;
}
.bb3{
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    display: inline-block;
}
.bb1{
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.contactBoxB{
    font-size: 1.8rem !important;
    box-sizing: border-box;
    border: 1px solid #63c89e;
    background-color:  #c1e6ff;
    display: inline-block;
    line-height: 3.6em !important;
    margin: 2%;
    padding: 0 20px;
}
.in_b70{
    display: inline-block !important;
    width: 70%;
    margin: auto;
}
.contactBoxB img{
    vertical-align: middle;
}
/*blog*/
.mainImgIn01{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.mainImgIn01 h2{
    font-family: Meiryo;
    color: #53aa86;
    position: absolute;
    top: 75%;
    left: 25%;
    transform: translate(-25%,-75%);
    -webkit-transform: translate(-25%,-75%);
    -ms-transform: translate(-25%,-75%);
    text-shadow: 0 4px 1px #fff, 0 3px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 3px 3px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 3px 0 1px #fff, 4px 0 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 3px -3px 1px #fff, 3px -3px 1px #fff, 2px -4px 1px #fff, 1px -4px 1px #fff, 0 -4px 1px #fff, -1px -4px 1px #fff, -2px -4px 1px #fff, -3px -4px 1px #fff, -3px -3px 1px #fff, -4px -3px 1px #fff, -4px -2px 1px #fff, -4px -1px 1px #fff, -4px 0 1px #fff, -4px 1px 1px #fff, -4px 2px 1px #fff, -3px 3px 1px #fff, -3px 3px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=4, positive=1), dropshadow(color=#fff, offx=3, offy=3, positive=1), dropshadow(color=#fff, offx=3, offy=-1, positive=1), dropshadow(color=#fff, offx=2, offy=-4, positive=1), dropshadow(color=#fff, offx=-2, offy=-4, positive=1), dropshadow(color=#fff, offx=-4, offy=-2, positive=1), dropshadow(color=#fff, offx=-4, offy=2, positive=1), dropshadow(color=#fff, offx=-1, offy=3, positive=1);
}
.mainImgIn01 p.mainPic {
    width: 100%;
    text-align: right;
}
.greenbar a{
    color: #fff;
    display: block;
}
.bDate dt{
    padding-right: 1em;
}
.bDate dd{
    color: #53aa86;
}
h3.tit{
    font-size: 3.6rem;
    margin: 30px auto;
    text-align: center;
}
.toBlog{
    margin: 30px 0 30px auto;;
    display: block;
    width: 100%;
    max-width: 200px;
}
.blogBox{
    border-bottom: 1px solid #53aa86;
    margin: 2% 0;
}
.blogBox .greenT{
    margin-right: 1em;
}
dl.category dt{
    font-size: 2.4rem;
    margin-bottom: 1em;
}
dl.category dd{
    font-size: 1.8rem;
    margin: 1em 0;
}
dl.category dt img{
    margin-right: 1em;
}
dl.category .greenT{
    margin: 0 1em;
}
.archiveBox,.categoryBox{
    margin: 20px auto;
    border-bottom: 1px solid #53aa86;
}
dl.archive dt{
    font-size: 2.4rem;
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
dl.archive dd{
    font-size: 1.4rem;
}
dl.archive dt img{
    margin-right: 1em;
}
dl.archive .greenT{
    margin: 0 1em 0 0;
}
dl.archive{
    padding: 0 0 20px;
}
.back .greenbar{
    max-width: 200px;
    margin: 50px auto;
}
.back .greenbar a{
    font-size: 20px;
    line-height: 40px;
    margin-right: 1em;
}
.back span{
    font-weight: 700;
    margin-right: 1em;
}
.blogDetail{
    padding: 40px 0;
}
.blogDetail a {
 color:#17abd8;
 text-decoration: underline;
 }
.blogDetail a:hover {
 text-decoration: none;
 }

/*link*/
.linktit{
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0 auto 30px;
}
.linktit .greenT{
    margin-right: 1em;
}
.linkBox{
    border-bottom: 1px solid #53aa86;
    margin: 20px auto;
    padding: 0 0 20px;
}
.linkArea h2.gtit{
    font-family: Meiryo;
    color:  #53aa86;
    text-align: center;
    font-size: 3.6rem;
    border-bottom: 1px solid #53aa86;
    padding-top: 1em;
}
.linkArea:nth-of-type(1) h2.gtit{
    padding-top: 0;
}
.h426{
    font-size: 2.6rem;
}
.h426 .greenT{
    margin-right: 1em;
}
.mediaBox{
    -webkit-box-direction:reverse;/*--- Androidブラウザ用 ---*/
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
    flex-direction:row-reverse;
    margin: 4%;
    border-bottom: 1px solid #53aa86;
    margin: 20px auto;
    padding: 0 0 20px;
}
.mediaL h5{
    font-size: 2.0rem;
    margin-bottom: 2em;
}
.mediaR p{
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.interviewBox{
    margin: 2%;
}
.interviewR .tc{
    text-align: center
}
.interviewL h4{
    font-size: 2.8rem;
    margin-bottom: 1em;
}
.interviewL h5{
    font-size: 2.0rem;
    margin-bottom: 2em;
}
/*アコーディオン*/
section .accordion{
    position: relative;
    margin-top: 2em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px;
    z-index: 1;
    width: 100%;
}
.accordion-toggle {
    z-index: 101;
}
.accordion-body {
    overflow-y: auto;
    margin: 0;
    height: 0;
    width: 100% !important;
    z-index: 100;
    transition: height 0.8s ease-in-out;
}
section .accordion-body{
    overflow: hidden;
}
.accordion-body.active{
    opacity: 1;
    height: auto;
    width: 100%;
}
.gnav{
    margin-top: 2em;
}
.accordion h4.tit{
    font-size: 2.4rem;
    position: relative;
    padding-right: 5rem;
}
.accordion .active h4.tit:before{
    transition: 0.3s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.accordion h4.tit:before{
    content: ">";
    font-size: 5.0rem;
    right: 0;
    position:absolute;
    top: 0;
    color: #63c89e;
}
.accordion h4 span{
    margin: 0 1em 0 0;
}
.gnav span.bgB{
    margin: 0 1em 0 0;
}
.gnav li{
    font-size: 1.8rem;
    line-height: 3.6rem;
}
/*interview*/
dl.prof dt{
    margin: 2em auto;
}
dl.prof dd{
    line-height: 3.2rem;
}
.interviewBox h4{
    font-size: 30px;
    line-height: 60px;
}
.interviewBox h5{
    font-size: 2.4rem;
    line-height: 4.8rem;
}
.hobby{
    margin: 2em auto;
}
.brownT{
    color: #856938 !important;
}
.interviewTxt dt{
    font-size: 2.4rem;
    line-height: 4.8rem;
}
.interviewTxt dd{
    line-height: 3.2rem;
}
.interviewTxt:nth-of-type(even) dt{
    color:  #53aa86;
}
.interviewTxt:nth-of-type(odd) dt{
    color: #856938;
}
dl.interviewTxt {
    margin: 0 0 1em;
}
#footer .table{
    width: 96%;
}
.mainLeft .snsBnr .snsBnrItem{
    width: 96% !important;
    margin: 2% auto !important;
    max-width: 260px;
    padding: 50px 0;
    overflow: hidden;
}
.mainLeft .snsBnr{
    padding-bottom: 15px;
    background: none;
}
.secPic{
    text-align: center;
}
.fs32{
    font-size: 3.2rem !important;
}
span.typeDetail{
    font-size: 14px;
    line-height: 28px;
}
.interviewItem .tc{
    text-align: center;
}
.interviewTxt span.pgb{
    padding-bottom: 1em;
}
.shokusoku p{
    width: 23%;
    margin: 1%;
}
.recommendPic a{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.blogPic a{
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.priceArea span.bgG{
    margin: 0 1em 0 0;
}
section.priceArea h2.gtit{
    font-weight: bold;
}
section.priceArea h4.fs32{
    font-weight: 400;
}
section.priceArea .secTxt a{
    text-decoration: underline;
    color:  #63c89e;
}
section.priceArea .sectionArea{
    position: relative;
}
section.priceArea .sectionArea:before {
    content: url(/upload/tenant_1/3557f85d48d35922cf7746dd36f16173.png);
    position:absolute;
    bottom: -40px;
    left:  50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
section.priceArea .sectionArea:last-of-type:before{
    display: none;
}
section.priceArea:nth-of-type(2) .sectionArea:before{
    display: none;
}
span.greenBG{
    background:  #53aa86;
    color: #fff;
    margin-left: 0;
    margin-right: 1em;
}
.b4{
    color: #4b4b4b !important;
}
section.priceArea h4.h424GL{
    font-size:2.2rem;
}
section.priceArea:nth-of-type(1){
    margin-top:0;
}
.priceDl{
    margin-bottom: 2%;
}
.priceDl dt{
    width: 19%;
    font-size: 2.8rem;
    float: left;
    font-weight: 400;
}
.priceDl dd{
    font-size: 2.4rem;
    width: 77%;
    float: right;
    border-left: 1px solid #53aa86;
    box-sizing: border-box;
    padding-left: 1em;
    padding-bottom: 1%;
}
.priceDl dd span.small{
    display: inline-block;
    font-size: 1.4rem;
    line-height: 18px;
    margin-top: 5px;
}
.priceDl .tr{
    padding-left: 1em;
}
.gMap{
    margin-top: 30px;
    display: flex;
}
.gMap iframe{
    width: 48%;
    height: 330px;
    margin: auto;
}
.gMap .acAd dl{
    border-bottom: 1px solid #ccc;
}
.gMap .acAd dt{
    font-size: 1.8rem;
    margin: 2% 0;
    width: 18%;
}
.gMap .acAd dd{
    font-size: 18px;
    margin: 2% 2% 2% 0;
    width: 80%;
}
.mapDl dt{
    width: 36%;
}
.mapDl dd{
    width: 64%;
}
section.priceArea.map .sectionArea:before{
    display: none;
}
section.priceArea .secTxt .homeSlide a{
    text-decoration: none;
    font-size: 100px;
}
section.priceArea .secTxt .homeSlide .uk-slidenav-position:after{
    padding-top: 60%;
}
.mg150{
    margin: 150px auto;
}
.sectionArea.mg150 .secTxt p{
    font-size: 16px;
    font-weight: 400;
    margin-top: 1em;
}
div.contact{
    margin-top: 60px;
}
div.contact dl {
    border-bottom: 1px solid #ccc;
}
div.contact dt {
    float: left;
    width: 25%;
    background: #e6f8f1;
    box-sizing: border-box;
    padding: 20px;
}
div.contact input{
    width: 100%;
    margin-top: 7px;
    padding: 10px 0;
    border: 1px solid #ccc;
    box-sizing:border-box;
}
div.contact select{
    width: 100%;
    margin-top: 7px;
    padding: 10px 0;
    box-sizing:border-box;
    border: 1px solid #ccc;
    font-size: 1.8rem;
}
div.contact textarea{
    width: 100%;
    margin-top: 7px;
    padding: 10px 0;
    border: 1px solid #ccc;
    box-sizing:border-box;
}
div.contact dd {
    float: right;
    width: 75%;
    padding-left: 1em;
    box-sizing: border-box;
    font-size: 1.8rem;
}
div.contact dl.radio dd input{
    width: auto;
    margin:25px 0 0;
}
div.contact dl.radio dd input{

}
#check{
    background-color:  #53aa86;
    width: 250px;
    height: 50px;
    padding: 0;
    margin: auto;
    color: #fff;
    font-size: 2.4rem;
    position: relative;
}
#check:before {
    position: absolute;
    right: 10px;
    content: ">";
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-weight: 700;
}
.formbtn02 #check:before{
    display: none;
}
ul.formbtn li{
    display: inline-block;
}
ul.formbtn02 li{
    margin: 2%;
}
strong.his{
    color: #ff0000;
}
.homeMediaBnr .mediaImg img{
    width: 100%;
}
ul.formbtn{
    margin: 50px auto;
}
.secTxt p.tc{
    font-size: 1.8rem;
    line-height:3.6rem;
}
.secTxt #check{
    text-align: center;
    margin: 50px auto;
    display: inherit;
}
.secTxt #check a{
    color: #fff;
    text-decoration: none;
}
.secTxt #check:before{
    display: none;
}
div.contact dd div{
    padding-top: 20px;
}
#check:hover{
    opacity: 0.6;
    cursor: pointer;
}
.lb-outerContainer {
    width: initial !important;
    max-width: 450px !important;
    height: auto !important;
}
.lightbox .lb-image {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    box-sizing: border-box;
    max-width: initial !important;
}

#header .accordion{
    background: #fff;
    box-shadow: 0px 1px 15px #CCC;
    min-width: 320px;
}
#header .accordion.spmenu .fixN{
    display: none;
}
#header .accordion.spmenu dl.flex.denwa{
    margin-top: 14px;
}
#header .accordion.spmenu dl.flex.denwa dt{
    text-align: center;
}
#header .accordion.spmenu .telBoxContact{
    margin: 10px auto;
}
#header .accordion.spmenu .telBox{
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
div#header > div > .spmenu {
    position: fixed !important;
}
#header .accordion.spmenu h1{
    margin-bottom: 0;
}
#header .accordion.spmenu .logo{
    margin-bottom: 5px;
    max-width: 300px;
}
#header .accordion.spmenu #gnav ul{
    height: 70px;
}
#header .accordion.spmenu #gnav li a{
    line-height: 1.2;
}
#header .accordion.spmenu .toContact a{
    padding: 7px 0;
}
.kata .secTxt p{
    font-size:16px !important;
}
.kata .fs16{
    font-size:16px !important;
}
.kata .b3gBox p{
    font-size:16px !important;
}
.kata .secPic p{
    text-align: center;
    max-width: 350px;
    margin: auto;
}

.kata .secPic .bone{
    width: 60%;
}

.kata .secPic .zinzo{
    max-width: 450px;
}

.kata .secPic p img{
    width: 80%;
}

/* 操体法ページのフォントサイズ調整 */

.only-cont section:nth-of-type(2) .sectionArea h3,
.only-cont section:nth-of-type(3) .sectionArea h3 {
    font-size: 3.2rem;
}

.only-cont section:nth-of-type(2) .sectionArea h4,
.only-cont section:nth-of-type(3) .sectionArea h4 {
    font-size: 2.6rem;
}

.only-cont section:nth-of-type(2) dl dd,
.only-cont section:nth-of-type(3) dl dd {
    font-size: 1.8rem;
}

.only-cont section:nth-of-type(2) .secTxt h4,
.only-cont section:nth-of-type(3) .secTxt h4 {
    font-size: 2.6rem;
}

.only-cont section:nth-of-type(2) .boxkaki h4,
.only-cont section:nth-of-type(3) .boxkaki h4 {
    font-size: 2.6rem;
}

.only-cont section:nth-of-type(2) .boxkaki p,
.only-cont section:nth-of-type(3) .boxkaki p {
    font-size: 1.8rem;
}

.only-cont section:nth-of-type(3) .sectionArea .secPic .mgt10 {
    font-size: 1.8rem;
}

.only-cont section:nth-of-type(3) .sectionArea div .p-txt,
.only-cont section:nth-of-type(2) .secTxt .p-txt,
.only-cont section:nth-of-type(3) .secTxt .p-txt,
.only-cont section:nth-of-type(2) .secTxt .p-txt span,
.only-cont section:nth-of-type(3) .secTxt .p-txt span,
.only-cont section:nth-of-type(2) .secTxt .p-txt div,
.only-cont section:nth-of-type(3) .secTxt .p-txt div {
    font-size: 1.8rem !important;
}

.only-hint div,
.only-hint div span {
    font-size: 1.8rem !important;
}

/* 操体法ページのフォントサイズ調整ここまで */

@media only screen and (max-width:1024px){
    html{
        font-size: 54.6875%;
    }
    #header .accordion.spmenu dl.flex.denwa{
        width: 100%;
    }
    #header .accordion.spmenu #gnav ul{
        height: auto;
    }
    /*#header .accordion.spmenu .telBoxContact{
    width: 100%;
}*/
    .telBoxinfo dd a{
        font-size: 22px;
    }
    #header .accordion.spmenu .telBox{
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #header .accordion.spmenu .logo p{
        text-align: center;
    }
    .homeConcept h2{
        font-size: 2.8rem;
    }
    .homeSlide h2{
        font-size: 4.5rem;
    }
    .homeMediaBnr .MediaBnrItem{
        width: 48%;
        margin: 1%;

    }
    .homeMediaBnr .mediaTxt p{
        font-size: 2.4rem !important;
    }
    .logo{
        width: 98%;
        margin: 0 1% 2%;
    }
    .logo p{
        text-align: center;
        max-width: 400px;
        margin: auto;
    }
    .telBoxinfo dl {
        border-bottom: 1px solid #ccc;
    }
    .telBoxinfo dl:last-child {
        border:none;
    }
    .telBox{
        width: 98%;
        margin: 0 1%;
    }
    .priceDl dt{
        text-align: center;
    }
    .bnrTxt dd{
        font-size:  3.2rem;
    }
    .mainLeft{
        width: 100%;
        margin: auto;
    }
    .mainRight{
        width: 100%;
    }
    .mainLeft .snsBnr .snsBnrItem{
        padding: 0;
    }
    .sideBar{
        width: 96%;
        margin: 2%;
        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;
    }
    .kousyu{
        width: 46%;
        margin: 2%;
        max-height: 180px;
    }
    .table{
        width: 46%;
        margin: 2%;
    }
    .table table th{
        width: 92px;
    }
    .homeBlogNewsArea{
        width: 100%;
    }
    .homeBlogNewsArea .toDetail{
        margin: 30px auto;
        max-width: 200px;
    }
    .footerInner .footerContactL{
        width: 100%;
    }
    .bnrArea .bnr02{
        width: 100%;
    }
    .bnrArea .bnr01{
        width: 100%;
    }
    .sideBar .MediaBnr{
        width: 46%;
        margin: 2%;
    }
    .sideBar .snsBnr{
        width: 46%;
        margin: 2%;
    }
    .snsBnrItem .snsBg{
        position: static;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        width: 100%;
    }
    .snsBnr .snsBnrItem:nth-of-type(1){
        width: 46%;
        margin:2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(2){
        width: 46%;
        margin: 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(3){
        width: 46%;
        margin: 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(4){
        width: 46%;
        margin: 2%;
    }
    .snsBnrItem .snsTit p{
        font-size: 20px;
    }
    .typeBox ul.flex li{
        width: 48%;
        margin: 1%;
    }
    .jirituBox li a{
        line-height: 2rem;
    }
    .mainNav li{
        width: 46%;
    }
    .snsBnr{
        max-width: 600px;
        margin: auto;
    }
    dl.category{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    dl.category dt{
        width: 100%;
    }
    dl.category dd{
        width: 32%;
    }
    .mapTable{
        width: 100%;
        margin: 30px auto 0;
    }
    .mapTable table th{
        font-size: 2.6rem;
        width: auto;
    }
    .mapTable table td{
        font-size: 2.6rem;
    }
    .sideBar .MediaBnrItem:nth-of-type(6) .mediaTxt{
        margin-top: 7px;
    }
    .mainLeft .mediaTxt p{
        font-size: 2rem;
    }
    .mainLeft .sideBar{
        width: 96%;
    }
    #footer{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width:599px){
    .homeConcept h2{
        font-size: 2.4rem;
    }
    .homeMediaBnr .MediaBnrItem{
        width: 96%;
        margin: 2%;
    }
    .homeSlide h2{
        font-size: 3.3rem;
    }
    dl.category dd{
        width: 100%;
    }
    #header .accordion.spmenu dl.flex.denwa{
    margin-top: 0;
}
    .telBoxinfo dt{
        text-align: center;
    }
    .telBoxinfo dd{
        text-align: center;
    }
    .mainNav li{
        width: 96%;
    }
    .jirituBox li a{
        line-height: 1.8rem;
    }
    .typeBox ul.flex li{
        width: 96%;
        margin: 2%;
    }
    .keywordLeft,.keywordRight{
        width: 96%;
        margin: 2%;
        text-align: center;
    }
    .telBoxinfo{
        width: 98%;
        margin: 1%;
    }
    .telBoxinfo dl{
        border-bottom: 1px solid #ccc;
    }
    .telBoxContact{
        width: 98%;
        margin: 5% 1%;
    }
    .calenderLeft,.calenderRight{
        width: 96%;
        margin: 2%;
        text-align: center;
    }
    .blogArea .titBox{
        width: 96%;
        margin: 2%;
    }
    .blogArea .articleBox{
        width: 96%;
        margin: 2%;
    }
    .kousyu{
        width: 96%;
        margin: 2%;
    }
    .table{
        width: 96%;
        margin: 2%;
    }
    .mediaL h5{
        font-size: 18px;
        margin-top: 2em;
    }
    .bnr .bnrTxt{
        position: static !important;
        transform: initial;
    }
    .bnrTxt dd{
        width: 100%;
    }
    .bnrTxt .kakeru{
        width: 100%
    }
    .gBox dd{
        width: 96%;
        margin: 2%;
        text-align: center;
    }
    .gBox dt{
        width: 96%;
        margin: 4% 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(1){
        width: 96%;
        margin: 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(2){
        width: 96%;
        margin: 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(3){
        width: 96%;
        margin: 2%;
    }
    .snsBnr .snsBnrItem:nth-of-type(4){
        width: 96%;
        margin: 2%;
    }
    .mainLeft .MediaBnr{
        width: 96%;
        margin: 2% auto;
    }
    .mainLeft .snsBnr{
        width: 96%;
        margin: 2% auto;
    }
    .mainLeft .MediaBnrItem{
        margin: 2% auto;
    }
    dl.contact dt{
        width: 100%;
        line-height: 8.6rem;
        font-size: 2.6rem;
    }
    dl.contact dd{
        width: 100%;
        text-align: center;
        font-size: 3.6rem;
        padding: 10px 0;
    }
    dl.souhou dt{
        width: 100%;
        padding-bottom: 1em;
    }
    .secPic .kabeFlow{
        width: 98%;
        text-align: center;
        margin: 1%;
        padding-bottom: 10%;
        position: relative;
    }
    .kabeFlow dt{
        position: static;
    }
    .secPic .kabeFlow dt,.secPic .kabeFlow dd{
        text-align: center;
    }
    .kabeFlow dt:before {
        position: absolute;
        bottom: 0;
        top: initial;
        right: 50%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        content: url(/import/tenant_1/153.126.189.129/html/images/hitoritri.png);
    }
    div.sec4.bgf9{
        width: 96%;
        margin: 2%;
        padding-bottom: 10%;
    }
    div.sec4.bgf9:before{
        top: initial;
        bottom: 0;
        right: 50%;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    div.secTxtL{
        width: 96%;
        margin: 2%;
    }
    div.secTxtC{
        width: 96%;
        margin: 2%;
    }
    div.secTxtR{
        width: 96%;
        margin: 2%;
    }
    div.secTxtC:before {
        top: -60px;
        left:  48%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }
    .typeBox .typeBg{
        min-height: 750px;
    }
    .mainImgIn h2{
        font-size: 3.8rem;
        text-shadow: 0 4px 1px #fff, 0 3px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff, 3px 3px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 3px 0 1px #fff, 4px 0 1px #fff, 3px -1px 1px #fff, 3px -2px 1px #fff, 3px -3px 1px #fff, 3px -3px 1px #fff, 2px -4px 1px #fff, 1px -4px 1px #fff, 0 -4px 1px #fff, -1px -4px 1px #fff, -2px -4px 1px #fff, -3px -4px 1px #fff, -3px -3px 1px #fff, -4px -3px 1px #fff, -4px -2px 1px #fff, -4px -1px 1px #fff, -4px 0 1px #fff, -4px 1px 1px #fff, -4px 2px 1px #fff, -3px 3px 1px #fff, -3px 3px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
        filter: dropshadow(color=#fff, offx=0, offy=4, positive=1), dropshadow(color=#fff, offx=3, offy=3, positive=1), dropshadow(color=#fff, offx=3, offy=-1, positive=1), dropshadow(color=#fff, offx=2, offy=-4, positive=1), dropshadow(color=#fff, offx=-2, offy=-4, positive=1), dropshadow(color=#fff, offx=-4, offy=-2, positive=1), dropshadow(color=#fff, offx=-4, offy=2, positive=1), dropshadow(color=#fff, offx=-1, offy=3, positive=1);
    }
    .snsBnr{
        max-width: 400px;
        margin: auto;
    }
    .telBoxinfo dl.flex dt{
        /*width: 96%;
        margin: 2%;*/
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .telBoxinfo dl.flex dd{
        /*width: 96%;
        margin: 2%;*/
        width: 100%;
        margin: 0;
    }
    dl.program dt{
        width: 100%;
        text-align: center;
    }
    dl.program dd{
        width: 100% !important;
        text-align: center !important;
    }
    dl.time dt, dl.time dd{
        width: 100%;
        text-align: center;
    }
    .sideBar .table table th{
        font-size: 1.8rem;
    }
    .sideBar .table table td{
        font-size: 1.8rem;
    }
    .priceDl dt{
        width: 100%;
        float: none;
        border-bottom: 1px solid #53aa86;
    }
    .priceDl dd{
        width: 100%;
        float:none;
        border:none;
        text-align: center;
        padding: 1em 0 0;
    }
    .priceDl{
        margin-bottom: 10%;
    }
    .gMap .acAd dt{
        width: 96%;
        margin: 2%;
    }
    .gMap .acAd dd{
        width: 96%;
        margin: 2%;
    }
    section.priceArea .secTxt .homeSlide a.uk-slidenav-previous{
        left: 100px;
    }
    section.priceArea .secTxt .homeSlide a.uk-slidenav-next{
        right: 100px;
    }
    .mapTable table th{
        font-size: 2.4rem;
        width: auto;
    }
    .mapTable table td{
        font-size: 2.4rem;
    }
    .moreDetail:before{
        right: 0;
        font-size: 5rem;
    }
    div.contact dt {
        float: none;
        width: 100%;
    }
    div.contact dd {
        float: none;
        width: 100%;
        padding: 0;
    }
    div.contact input{
        margin: 2%;
        width:96%;
    }
    div.contact select{
        margin: 2%;
        width:96%;
    }
    div.contact dl.radio dd input{
        margin: 2%;
    }
    div.contact dd div{
        padding: 20px;
    }
    .bnrTxt01 .toProf{
        max-width: 200px;
        margin: auto;
    }
    .bnrArea .bnrTxt01 dd{
        text-align: center;
    }
    .bnrArea .bnrTxt01 dt{
        text-align: center;
    }
    .bnrTxt01 dl:before {
        bottom: 0;
        right: 0;
    }
    .bnrArea .bnrTxt01 {
        position: initial;
        transform: initial;
        -webkit-transform:initial; 
        -ms-transform:initial;
        text-align: center;
    }
    .gMap iframe {
        width: 100%;
        height: 300px;
    }
    #header .accordion.spmenu .telBox{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        /*margin: 0 4%;*/
        margin: 0;
        height: 70px;
        background: #63c89e;
        min-width: 320px;

    }
    #header .accordion.spmenu .telBox dd a{
        font-size:20px;
        color: #fff;
    }
    #footer{
        padding-bottom: 70px;
    }
    .green{
        font-size: 3.8rem;
    }
    .homeTrouble h3{
        font-size: 2.6rem;
    }
    .moreDetail{
        font-size: 2.4rem;
        line-height: 4.8rem;
    }
    .fs36{
        font-size: 3.2rem;
    }
    h1{
        font-size: 11px;
    }
    #totop a{
        font-size: 11px;
        line-height: 14px;
    }
    #totop img{
        width: 70px;
    }
    #totop  span.noneSP{
        display: none;
    }
    #header .accordion.spmenu .telBoxinfo{
        width: 50%;
        margin: 0;
    }
    #header .accordion.spmenu .telBoxContact{
        /* width: 50%;
        margin-top: 5px; */
        display: none;
    }
    #header .accordion.spmenu .telBoxContact p{
        /*margin-top: 30px;*/
        margin-top: 0;
    }
    #totop{
        display: none !important;
    }
    .contactBox .greenbar{
        font-size: 2.6rem;
    }
    
    .kata .secPic .bone{
        width: inherit;
    }

    .kata .secPic .zinzo{
        max-width: 100%;
    }
    
    .kata .secPic .zinzo img{
        width: 100%;
    }
}
@media only screen and (max-width:520px){

    .conceptItem p.item2{
        margin: 45px auto 60px;
    }
    .conceptItem p.item3{
        margin: 35px auto 40px;
    }
    .concept5 .conceptItem:nth-of-type(5){
        margin-top:180px;
    }
}
@media only screen and (max-width:328px){
    .concept5 .conceptItem:nth-of-type(2){
        margin-top:340px;
    }
    .concept5 .conceptItem:nth-of-type(3){
        margin-top:170px;
    }
    .concept5 .conceptItem:nth-of-type(4){
        margin-top:210px;
    }
    .concept5 .conceptItem:nth-of-type(5){
        margin-top:150px;
    }
}

.blogDetail ul {
 list-style-type:disc;
 margin:30px;
 }
.blogDetail li {
  list-style-type:disc; 
}

.topimportant {
    margin: 50px 0 20px 0;
}

.topimportant .in {
    width: 80%;
    margin: auto;
}


.topimportant a {
    text-align: center;
    display: block;
    font-size: 22px;
    background: #63c89e;
    color: #fff;
    font-weight: bold;
    padding: 15px 0px;
    line-height: 140%;
}

@media only screen and (max-width:1024px){
  .topimportant {
    margin: 50px 0 10px 0;
}
}
@media only screen and (max-width:599px){
  .topimportant {
    margin: 30px 0 10px 0;
}
.topimportant a {
    font-size: 16px;
}
}

.online {
  text-align: center;
}

.online img {
  width: 50%;
}

.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width:599px){
  .online img {
  width: 90%;
}
}

/*2020/08/12*/

.mb30 {
  margin: 0 auto 30px auto;
}

.w70 {
  width: 70%;
}

.di {
  display: block;
}

.ad00 {
  width: 48%;
  margin: 0 auto;
}

@media only screen and (max-width:599px){
  .w70 {
    width: 48%;
  }
  
  .di {
    display: flex;
  }
  
  .gMap {
    display: block;
  }
  
  .ad00 {
  width: 100%;
  margin: 0 auto;
}
}

/*2020/11/19 houmon*/
.green1 {
  color: #53aa86;
}
.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.fwn {
  font-weight: normal !important;
}
.houmon_nagare {
    font-size: 3.3rem;
    margin-top: 50px;
    width: 100%;
    color: #53aa86;
}
.shokai {
    margin-top: 20px;
}
.shokai a {
    background: #63c89e;
    color: #ffffff !important;
    padding: 5px 20px;
    text-decoration: none !important;
}
.w80 {
  width: 80%;
  margin: auto;
}

/*2020/11/20 houmon*/

/* ケアプラン */
.w30{
  width: 30%;
}
.careplan dl{
    border-top: 1px solid #53aa86;
    border-left: 1px solid #53aa86;
}
.careplan dl:last-child{
    border-bottom: 1px solid #53aa86;
}
.careplan .price{
  text-align: center;  
}
.careplan dl dt{
    text-align: center;  
    padding: 25px 30px;
    border-right: 1px solid #53aa86;
    box-sizing: border-box;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.careplan dl dd{
    text-align: left; 
    padding: 25px 30px;
    border-right: 1px solid #53aa86;
    box-sizing: border-box;
}
.pricelist{
  width: 40px;
}
.priceright{
  float: right;
  width: calc(100% - 70px);
}
.priceright div:nth-of-type(2){
  margin: 10px 0px;
}
.priceright div:nth-of-type(3){
  margin-bottom: 10px;
}
.priceright br{
  display: none;
}
.priceright span{
  margin-left: 10px;
}

.clearfix01:after {
content: “”;
display: block;
clear: both;
}



/* プラン例 */
.plantop ul{
  padding: 25px;
}
.plantop ul li{
  list-style: disc;
  list-style-position: inside;
}
.plantop ul li:first-child{
  list-style: none;
}
.planwrap{
   border: 1px solid #53aa86;
  width: 100%
}
.careplan .planwrap dl dd, .planwrap .careplan dl dt{
  border: 0;
}
.careplan .planwrap dl{
  border-left: 0;
}
.planfot{
  border-top: 1px solid #53aa86;
}
.planfot ul{
  padding: 25px;
}
.planfottxt01{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.planfottxt02{
  margin-left: 10px;
}
@media only screen and (max-width:599px){
  .careplan .w70{
    width: 70%;
  }
.careplan dl dt{
  padding: 10px;
  font-size: 1.6rem;}
  
  .only-cont section .careplan:nth-of-type(2) dl dd, .only-cont section .careplan:nth-of-type(3) dl dd{
     padding: 10px;
  font-size: 1.6rem;
  }
  
  .careplan .planwrap dl dd, .planwrap .careplan dl dt{
     padding: 10px !important;
  font-size: 1.6rem !important;
  }
  .priceright br{
  display: block;
}
.priceright span{
  margin-left: 0px;
}
.priceright{
  float: none;
  width: 100%;
  margin-left: 15px;
}
.plantop ul{
  padding: 15px;
}
.planfot ul{
  padding: 15px
}
.priceright div:nth-of-type(3){
  margin-bottom: 0px;
}
.priceflex{
  margin-bottom: 0;
}
}
.you {
      text-align: center;
      margin-bottom: 20px;
  }
  /* 20201216 */
  #gnav li{
    width: 14%;
  }
  #gnav li a{
    font-size: 1.7rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    
  }
  
  
/*****2021/05/27*****/
.fwb {
  font-weight: bold;
}
.fs36 {
  font-size: 36px;
}
.fs30 {
  font-size: 30px;
}
.fs22 {
  font-size: 22px;
}
.fs18 {
  font-size: 18px;
}
.yotei dd div {
  padding: 24px 0;
}
.lh12 {
  line-height: 1.2;
}
.seminar_txt01 {
  margin: 30px 0;
  font-weight: bold;
  text-align: left;
}
.b_color {
  color: #5b0f00;
}
.r_color {
  color: #f00;
}
.seminar_txt02 {
  text-align: left;
}
.txt_in {
  margin-bottom: 20px;
}

@media only screen and (max-width:1024px){
  .fs36 {
  font-size: 30px;
}
  .fs30 {
  font-size: 25px;
}
}

@media only screen and (max-width:599px){
  .fs30 {
    font-size: 22px;
  }
}

.yt01 {
  width: 600px;
}

.yt01 iframe {
  width: 100%;
  height: 335px;
}

@media only screen and (max-width:599px){
  .yt01 {
    width: 100%;
  }
  .yt01 iframe {
    height: 200px;
  }
  .logo p {
    height: 60px;
  }
  .mainImgIn {
    height: 280px;
  }
  }
  
.mtb20 {
  margin: 20px 0;
}


/*****2021/09/17*****/

.mt100 {
  margin-top: 100px;
}
.new0917 h3.tit {
  display: inline;
  border-bottom: 3px solid #53aa86;
}
.new0917 p {
  margin-top: 30px;
}
.new0917 p a {
  color: #17abd8;
}

.txt001 {
  margin: 50px 0;
}

.t_boder {
  border-top: 1px dotted #000;
}

/*****2021/11/11*****/

.secTxt p .fw-bold {
    font-weight: bold;
}

.secTxt .secTxt-frame {
  padding: 1em;
  width: 90%;
  box-shadow: 0 0 5px 1px #c0c0c0;
  border-radius: 10px;
}

.secTxt .secTxt-frame.frame-red {
    background-color: #fff0f7;
}

.secTxt .secTxt-frame.frame-green {
    background-color: #e9ffe8;
}

.flex_c > .sec5 {
    width: 96%;
    margin: 2%;
}

.blockquote {
    position: relative;
    padding: 10px 10px 10px 32px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #e9ffe8;
}

.blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    font-weight: 900;
    color: #53aa86;
}

.blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

.blockquote .quote {
    position: relative;
    padding: 0;
    z-index: 3;
}

.about-sotai section h2.gtit {
    color: #fff;
    background-color: #53aa86;
    border: none;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.about-sotai section h2.gtit:before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 120px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-top: 30px solid #53aa86;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link_1 {
  padding: 22px 0;
}
.s_pic {
  width: 70%;
  margin: auto;
}

.s_pic.img20 {
  width: 20%;
}

.s_pic.img30 {
  width: 30%;
}

.s_pic.imgmt30 {
  margin: 30px auto 0;
}

.s_pic img {
  width: 100%;
}
.fs22 {
  font-size: 22px !important;
}

.lh2 {
  line-height: 2 !important;
}

.pt200 {
  padding-top: 200px;
}

@media only screen and (max-width:1024px){
  .link_1 {
    padding: 10px 0;
    }
}

@media only screen and (max-width:599px){
  .s_pic {
    width: 100%;
  }
  .pt200 {
  padding-top: 130px;
}
}

.y_douga {
  text-align: center;
}

/*****TOP変更　2021/12/27*****/

.flex_sb {
  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;
}

/*タイトル*/
.heading01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .heading01 {
    margin-bottom: 10px;
  }
}

/*タイトル上書き用*/
.heading-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.heading-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*テキスト*/
.only-text {
  font-size: 16px;
  font-family: Meiryo;
  color: #4b4b4b;
  line-height: 2.8rem;
  margin-bottom: 30px;
}

.only-text-center {
  text-align: center;
}

.only-text-right {
  text-align: right;
}

@media (max-width: 1024px) {
  .only-text {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .only-text {
    margin-bottom: 20px;
  }
}

/*ボタン*/
.btn01 {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .btn01 {
    margin-top: 20px;
  }
}

/*コンテンツ*/
.topimportant {
  margin-bottom: 50px;
}

.cont-sotai02 {
  margin: 0 4%;
}

.flex-rore {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*youtubeの大きさをpadding-topで決める*/
.youtube {
  position: relative;
  overflow: hidden;
}

.youtube:after {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: initial;
  width: 100%;
  height: 100%;
}

.grren_txt {
  font-weight: bold;
  color: #53aa86
}

.t_offline div {
  width: 50%;
  margin: 50px auto;
}

.t_offline div.t-kotsuban {
  width: 60%;
}

.t_offline div.tx-kotsu {
  width: 60%;
}

.t_offline div img {
  width: 100%;
}

@media (max-width: 1024px) {
  .t_offline div {
    width: 70%;
  }
  .t_offline div.t-kotsuban {
    width: 80%;
  }
  .t_offline div.tx-kotsu {
    width: 80%;
  }
}

@media (max-width: 599px) {
  .t_offline div {
    width: 100%;
  }
  .t_offline div.t-kotsuban {
    width: 95%;
  }
  .t_offline div.tx-kotsu {
    width: 95%;
  }
}

/*****top　丸のとこ*****/

.ntbox {
  margin: 30px auto 0;
}

.ntbox ul {
  margin: auto;
}

/* .ntbox ul li {
  display: block;
  width: 80%;
} */

.ntbox ul li .m01 {
  width: 93%;
  background: #63c89e;
  border-radius: 20px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  margin: auto;
}

.ntbox ul li .m02 {
  width: 93%;
  padding: 10px;
  margin: auto;
}

.side-bnr {
  border: 1px solid #53aa86;
  margin-bottom: 15px;
  width: 100%;
}

.side-bnr.hitori {
  position: relative;
}

.side-bnr img {
  width: 100%;
}

.side-bnr.hitori .snsTit {
  position: absolute;
  bottom: 3%;
  right: 5%;
}

.side-bnr.hitori .snsTitTxt02 {
  font-family: "游明朝";
  font-size: 22px;
  font-weight: bold;
}

.h_snsbox {
  display: flex;
}

.h_snsbox li {
  margin-right: 5px;
  margin-bottom: 0;
}

.MediaBnr.top_b {
  padding: 10px;
  background: rgba(83, 170, 134, 0.48);
}

.homeConcept {
  margin-bottom: 120px;
}

@media (max-width: 1024px) {
  .ntbox {
    width: 100%;
    }
  .ntbox ul {
    width: 100%;
  }
  .ntbox ul li {
    width: 93%;
  }
  .homeConcept {
    margin-bottom: 100px;
  }
  .side-bnr {
    width: 50%;
  }
  .MediaBnrItem:nth-of-type(1) .mediaTxt p {
    font-size: 1.4rem;
  }
  .MediaBnrItem:nth-of-type(3) .mediaTxt p {
    font-size: 1.4rem;
  }
  .MediaBnrItem:nth-of-type(4) .mediaTxt {
    right: 10px;
  }
}

@media (max-width: 599px) {
  section {
    margin: 80px auto;
  }
  .ntbox ul li {
    width: 100%;
  }
  .ntbox ul li .m01 {
    width: 90%;
    padding: 5px 10px;
  }
  .side-bnr {
    width: 95%;
  }
  .MediaBnrItem:nth-of-type(3) .mediaTxt p {
    font-size: 1.6rem;
  }
}

.bo_cf {
  border: 1px solid #cfcfcf;
}

.h-reserve a {
  background: #63c89e;
  text-align: center;
  padding: 5px 10px 2px;
  color: #fff;
}

.kawasaki-bnr {
  width: 81%;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: wrap;
}

.kawasaki-bnr div.jimoto {
  width: 48%;
  margin: auto;
  border: 1px solid #d6d6d8;
}

.kawasaki-bnr div.kanagawa {
  width: 36%;
  margin: auto;
}

.kawasaki-bnr div img {
  width: 100%;
}

.kawasaki-bnr p {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .kawasaki-bnr {
    margin-bottom: 100px;
  }
}


@media (max-width: 599px) {
  .kawasaki-bnr {
    display: block;
    margin-bottom: 50px;
    width: 100%;
  }
  
  .kawasaki-bnr div.jimoto {
    width: 80%;
  }
  
  .kawasaki-bnr div.kanagawa {
    width: 80%;
    margin: 0 auto 20px;
  }
  
  .h-reserve a {
    padding: 10px;
  }
}

.mb10 {
  margin-bottom: 10px;
}
.t_offline div.book {
  margin: 30px auto;
}
.t_offline div.link {
  margin: 0 auto;
}
.tx-kotsu.link ul {
  display: flex;
}
.tx-kotsu.link ul li {
  width: 48%;
  margin: auto;
}
.tx-kotsu.link ul li a {
  display: block;
  padding: 5%;
  background: #ea417f;
  color: #fff;
  text-align: center;
}
.toAmazon.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}

/*2023/03/03*/
#gnav li a img {
  width: 50%;
}

/*2023/04/10*/
.price-table {
  width: 52%;
  margin-right: 2%;
}
.price-img {
  width: 46%;
}
.price-img {
  width: 60%;
  margin: 0 auto 20px;
}
.price-img img {
  width: 100%;
}
.detail a {
  display: block;
  width: 200px;
  margin: 10px auto;
  padding: 2%;
  background: #53aa86;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
}
.pt50 {
  padding-top: 50px; 
}
@media (max-width: 1024px) {
  .nittei .flex.fp {
    flex-direction: column-reverse;
  }
  .price-table {
    width: 100%;
    margin-right: 0;
  }
  .price-img {
    width: 80%;
  }
}

@media (max-width: 599px) {
  .nittei.pri dl.time dt {
    width: 35%;
    padding: 1%;
    font-size: 18px;
  }
  .nittei.pri dl.time dd {
    width: 65%;
    padding: 1%;
  }
  .price-img {
    width: 100%;
  }
}

.mediaTxt.r135 {
  right: 135px !important;
}

@media only screen and (max-width:1024px){
  .mediaTxt.r135 {
    right: 135px !important;
  }
}

@media only screen and (max-width:599px){
  .mediaTxt.r135 {
    right: 135px !important;
  }
}

.fc-green {
  color: #53aa86;
}

/*TOPカレンダー*/
@media only screen and (max-width:1024px){
  .homeCalender.flex_c {
    display: block;
  }
  .calenderLeft {
    width: 100%;
  }
  .calenderRight {
    width: 100%;
    margin-left: 0;
  }
}

/*メディア購入ボタン*/
.purchase {
  margin-top: 50px;
}
.mediaArea .purchase a {
  display: block;
  width: 250px;
  padding: 10px;
  text-align: center;
  background: #FF9800;
  color: #fff;
  margin: 20px auto 0;
}

@media only screen and (max-width:1024px){
  .purchase {
    margin-top: 30px;
  }
  .mediaArea .purchase a {
    width: 200px;
  }
}

/*ブログ下部バナー*/
.blog-bnr {
  margin: 80px auto;
}
.blog-bnr ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-bnr ul li {
  width: 30%;
  margin: auto;
  border: 1px solid #9E9E9E;
}
.blog-bnr ul li a img {
  width: 100%;
}

@media only screen and (max-width:599px){
  .blog-bnr {
    margin: 50px auto;
  }
  .blog-bnr ul li {
    width: 90%;
    margin: 5px auto;
  }
}

.red {
  color: red;
}

/*整体ページ 美容鍼灸*/
#biyou .h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 20px;
  color: #53aa86;
  border-bottom: 1px solid #53aa86; 
}
#biyou .txt {
  margin-bottom: 30px;
}
#biyou .t-kotsuban {
  width: 80%;
  margin: 0 auto 20px;
}
#biyou img {
  width: 100%;
}

@media only screen and (max-width:599px){
  #biyou .t-kotsuban {
    width: 100%;
  }
}

/* .blogDetail iframe {
  height: 1700px;
} */



/* 2024/11/5  */

.talk-container {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.member {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 36px 0;
  width: 60px;
}

.name {
  font-size: 14px;
  margin-top: 16px;
}

.member-reverse {
  display: flex;
  justify-content: flex-end;
}

.talk-text {
  background-color: #f4f8fb;
  font-size: 16px;
  line-height: 2.25em;
  padding: 25px 36px;
  margin-bottom: 108px;
}

.talk-text-reverse {
  text-align: left;
}

@media only screen and (max-width:1024px){
  .talk-container {
   max-width: 620px;
   width: 80%;
  }

  .member {
   margin: 16px 0;
  }

  .name {
    margin-top: 12px;
  }

  .talk-text {
   line-height: 2em;
   padding: 25px 30px;
   margin-bottom: 80px;
  }

}


@media only screen and (max-width:599px){
  .talk-container {
   width: 90%;
  }
  
  .member {
   margin: 8px 0;
  }

  .name {
    margin-top: 4px;
  }
  
  .talk-text {
   font-size: 14px;
   line-height: 1.8em;
   padding: 20px 26px;
   margin-bottom: 60px;
  }
}

/**2024/11/06**/
.top-news .homeBlogNewsArea {
  width: 80%;
  margin: auto;
}
.top-news .homeBlogNewsArea .toDetail {
  margin: 30px 0 0 auto;
}
.top-news .blogArea .titBox {
  width: 17%;
}
.top-news .blogArea .articleBox {
  width: 80%;
}
.top-news .flex > .sec2 {
  width: 14%;
}
.top-news .flex > .sec3 {
  width: 80%;
  margin: 2% 0;
}

@media (max-width: 1024px){
  .top-news .homeBlogNewsArea {
    width: 100%;
  }
  .top-news .flex > .sec2 {
    width: 20%;
  }
  .top-news .flex > .sec3 {
    width: 72%;
  }
}

@media (max-width: 599px){
  .top-news .blogArea .titBox {
    width: 96%;
    margin: 2%;
  }
  .top-news .blogArea .articleBox {
    width: 100%;
  }
  .top-news .flex > .sec2 {
    width: 100%;
    margin: 2% 0 0 0;
  }
  .top-news .flex > .sec3 {
    width: 100%;
    margin: 2% 0 0 0;
  }
}

/* 2025/03/11 */
.blogDetail .main-img{
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.blogDetail .txt{
  max-width: 620px;
  margin: 50px auto 0;
}

.blogDetail .talk-text{
  position: relative;
}

.blogDetail .talk-text::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 30px solid #f4f8fb;
  position: absolute;
  top: -30px;
  left: 70px;
}

.blogDetail .talk-container-parent .talk-text.talk-text-reverse::before {
  border-right: 30px solid #f4f8fb;
  border-left: none;
  right: 70px;
  left: auto;
}

@media(max-width:599px) {
.blogDetail ul {
  margin: 0;
 }    
}
/**2025/03/17**/
.option h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #53aa86;
  margin-bottom: 20px;
  text-align: center;
}
.option dl.time dt {
  font-size: 16px;
}

@media (max-width: 599px){
  .nittei.pri.option dl.time dt {
    line-height: 1.6;
    padding: 4%;
    font-size: 16px;
  }
}
    
/**2025/07/08**/
.information li {
  margin-bottom: 30px;
}
.information .h3s00 {
  border-bottom: double 5px #53aa86;
  width: fit-content;
  font-size: 22px;
  color: #53aa86;
  font-weight: bold;
  margin-bottom: 10px;
}

.information .img {
  margin-bottom: 10px;
  width: 60%;
}

.information .img.note img {
  border: 1px solid #999;
}

.information a {
  background: #53aa86;
  display: block;
  width: 300px;
  padding: 1%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px
}

@media (max-width: 599px){  
  .information .img {
    width: 100%;
  }
  .information a {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 3%;
  }
}
