@charset "utf-8";

body{
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

h1{
    font-size: 26px;
    font-weight: bold;
}
h2{
    font-size: 24px;
    font-weight: bold;
}
h3{
    font-size: 21px;
    font-weight: bold;
}
h4{
    font-size: 18px;
    font-weight: bold;
}

*{
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}
/*************************** ロード画面 */
.loading-wrap {
    position: fixed;
    height:100vh;
    width:100vw;
    background: url(../images/loasd_back.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    z-index: 9999;
  }
.loading-anime {
    animation-name: loadinganime;
    animation-timing-function:ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
@keyframes loadinganime {
    from {
      transform: translateX(0);
    }
    30%, 70% {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }

#main-wrap{
      display: none;
  }
/*************************** ロード画面 */

/*****************************TOPへbtn*/
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 50px;
    opacity: 0.6;
    z-index: 100;
}
#page_top a{
    position: relative;
    display: block;
    margin-top: 13px;
    background-color: #000;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 32px;
    color: #fff;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::after{
    content: 'PAGE TOP';
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}
/*****************************TOPへbtn*/
/***************************** header*/
.logo_btn{
    height: 70px;
    width:100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 50;
}
.logo_btn img{
    position: relative;
    margin-top: 10px;
    margin-left: 20px;
    height: 50px;
    width: auto;
    align-content: center;
}
.logo_btn h1 > p{
    position: absolute;
    top: 25px;
    left: 90px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.tel_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #df491c;
    margin-right: 140px;
    height: 70px;
    width: 300px;
    font-size: 14px;
}
.tel_btn a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    z-index: 50;
}
.btn_pc p span{
    font-size: 14px;
}
.btn_pc p{
    font-size: 21px;
    letter-spacing: 0.1em;
}
.btn_sp{
    display: none;
}

  /***************************** ここからナビ*/
/* ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    background-color: #000;
    z-index : 3;
    right : 0px;
    width : 140px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    z-index: 99;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    right   : 50px;
    background : #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition   : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 15px;
    width: 45px;
}
.hamburger span:nth-child(2) {
    top: 25px;
}

.hamburger p{
    color:#fff;
    margin-top: 40px;
    font-size: 14px;
}

/* Xボタン */
.hamburger.active span:nth-child(1) {
    width: 30px;
    top : 20px;
    right: 55px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2){
    width: 30px;
    top: 20px;
    right: 55px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}
/* Xボタン */

/* ナビレイアウト*/
nav.nav_container{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 90;
}
.nav_logo{
    position: relative;
    width: 50%;
    height: 100vh;
    background-color: #fff;
}
.nav_logo img{
    position: absolute;
    top: 250px;
    right: 30px;
    max-width: 500px;
    box-sizing: border-box;
}
.nav{
    position: relative;
    width: 50%;
    height: 100vh;
    background-color: #000;
}
.nav_container ul{
    position: absolute;
    top: 250px;
    left: 30px;
    list-style: none;
    width: 80%;
    font-size: 28px;
    line-height: 60px;
}
.nav_container ul a{
    text-decoration: none;
}
.nav_container ul li{
    color: #fff;
    border-bottom: dotted 2px #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.nav_container ul li:hover{
    background-color: #333;
    transition: 0.3s;
}

/*このクラスを、jQueryで付与・削除する */
.nav_container.active {
    opacity: 100;
    visibility: visible;
}
  /***************************** ここまでナビ*/

 
  /* コンタクト **************************/
.contact-bg {
    background: #fff;
    padding: 30px 0;
    margin: 0 auto;
    max-width: 1300px;
    margin: 50px auto 300px;
}
.contact-area{
    width: 640px;
    margin: 0 auto;
    padding: 0 0;
}
.contact-message {
    display: block;
    font-size: 13px;
    line-height: 2;
    margin: 10px 0 30px;
}
.contact-message span{
    display:inline-block;
}
.c-color{
    color: #df491c;
    margin: 30px 0 0;
}
.c-number{
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
}

  /***************************** footer*/
footer{
    background-color: #000;
    color: #fff;
    line-height: 2;
}

footer h2{
    font-size: 24px;
    padding: 10px 0 10px;
}

footer p, footer ul{
    font-size: 14px;
}

.footer_wrap{
    position: relative;
    padding-top: 60px;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
}

.admap{
    display: flex;
    justify-content: space-between;
}

.address img{
    height: 16px;
    width: auto;
}

.address p span a{
    color: #fff;
    text-decoration: none;
}


.footer_wrap ul{
    position: absolute;
    bottom: 0;
    left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    list-style: none;
    max-width: 50%;
    z-index: 1;
}

.footer_wrap ul a{
    color: #fff;
    display: block;
    padding: 0 0 5px;
    text-decoration: none;
}

.footer_wrap ul a::after {
    border-bottom: solid 1px #fff;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
}
.footer_wrap ul a:hover::after {
    width: 100%;
}

.footer_wrap ul li{
    text-align: left;
    margin: 0 10px;
}

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

.map {
    height: 0;
    padding-top: 75%;
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.br-sp{
    display: none;
}

.credit{
    text-align: center;
    padding: 60px 0 20px;
}
/***************************** footer*/
/***************************** 階層ページ共通*/
.kaiso_hero{
    position: relative;
    width: 100%;
    height: 300px;
    background: url("../images/header/IMG_4343.png") center / cover;
    z-index: -10;
}
.kaiso_hero h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #333f;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 5px;
}
.info_wrap{
    width: min(80%, 1000px);
    height: auto;
    margin: 100px auto;
    line-height: 2em;
}
.info_wrap h3, .reha_wrap h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.info_wrap h4, .reha_wrap h4{
    font-size: 24px;
}
.info_wrap p, .reha_wrap p{
    font-size: 16px;
}


/***************************** タブレットレスポンシブ*/
@media screen and (max-width: 1024px){
    /***************************** header*/
    /*ロゴ店名消す*/
    .logo_btn h1 > p{
        display: none;
    }
    .btn_pc{
        display: none;
    }
    .btn_sp{
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .fa-phone-volume{
        height: 100%;
    }
    .tel_btn{
        margin-right: 70px;
        width: 70px;
    }

    /***************************** ナビ*/
    .hamburger {
        width : 70px;
        height: 70px;
    }
    .nav_logo{
        display: none;
    }
    .nav{
        width: 100%;
    }
    .nav_container ul{
        top: 120px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 21px;
        line-height: 3;
    }
    .nav_container ul li:hover{
        background-color: #000;
        color: #fff;
    }
    .hamburger span {
        right   : 15px;
    }
    .hamburger.active span:nth-child(1) {
        width: 30px;
        top : 20px;
        right: 20px;
    }
    .hamburger.active span:nth-child(2){
        width: 30px;
        top: 20px;
        right: 20px;
    }
    .hamburger p{
        font-size: 12px;
    }
    /***************************** CONTACT */
    .contact-bg {
        margin: 50px auto 50px;
    }
    /***************************** footer */
    .footer_wrap h2{
        font-size: 1.3em;
    }
    .adress{
        margin: 0 auto;
    }
    .admap{
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .footer_wrap ul{
        position: static;
        max-width: 100%;
        justify-content: space-evenly;
        text-align: left;
    }
    .foot_right {
        position: relative;
        width: 100%;
        margin-bottom: 60px;
    }
    /***************************** 共通 */
    .br-tb{
        display: inline;
    }
}

 
@media (max-width:640px) {
    .contact-area{
        width: 95%;
    }
    .c-number{
        font-size: 4.4vw;;
        letter-spacing: 2px;
    }
}