@charset "UTF-8";
:root{
    --text-color1:#41220F;
    --text-color2:#233980;
    --text-color3:#C2A44F;
    --orange:#F26157;
    --blue:#62a4b8;
    --blue2:#056aad;
    --darkblue:#405085;
    --bcg:#e6f4ff;
    --bcg2:#ebffff;
    --yellow:#FFF793;
    --brown:#C2A44D;
    --brown2:#755844;
}
html{
    font-family: maru-maru-gothic-asr-stdn, sans-serif;
    font-weight: 400;    
    font-style: normal;
    font-size: 64.5%; 
}
img{
    width:100%;
}
ul{
    list-style:none;
}
#wrapper{
    overflow:hidden;
}
.wrapper{
    width:100%;
    margin:60px auto;
}
a{
    text-decoration:none;
    color:#555;
}

span.small-block {
    display: block;
    font-size: 12px;
    /* text-align: left; */
}
/* span.align-start {
    text-align: start !important;
} */
/*cssアニメーション*/
.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeRightAnime{
    from{
        ppacity:1;
        transform:translateX(0);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}
/* ↑ cssアニメーション　ここまで ↑ */
/*ヘッダー*/
.top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:10px;
    background: linear-gradient(rgba(255,255,255,.8),80%,rgba(255,255,255,0));
}
.toplogo{
    font-size:4rem;
    margin:0;
    color:var(--text-color1);
    /* text-shadow:1px 2px 3px rgb(0, 0, 0,.5),-1px -2px 3px rgba(0,0,0,.5); */
}
.globalMenuSp ul{
    display:flex;
    justify-content:end;
    /* background-color:rgba(255,255,255,.5); */
}
.globalMenuSp ul li{
    width:100px;
    height: 100px;
    border-radius: 50%;
    margin:10px 10px 0;
    text-align: center;
    font-size: 1.4rem;
    color:var(--text-color1);
    background-color:#99c2ff75;
    padding:5px;
}
.globalMenuSp ul li img{
    height:40%;
    width:auto;
    margin:10px auto;
    display: block;
}
.globalMenuSp ul li span{
    display: block;
    font-size: 1rem;
    color:var(--text-color2);
}
.globalMenuSp .no-desk{
    display: none;
}
.sp-header{
    display: none;
}
/* フッター */
.footer-flex{
    display:flex;
    justify-content:space-around;
    align-items: center;
    width: 100%;
    color: var(--text-color1);
    font-size: 1.2rem;
}
.footer-flex img.logo{
    width:80px;
}
.footer-flex div.footer-name-out{
    margin-left:10px;
}
.footer-flex div.name{
    display: flex;
    align-items: center;
}
.footer-flex div.name p.title{
    font-family: maru-maru-gothic-asr-stdn, sans-serif;
    color: var(--text-color1);
    font-size: 2.4rem;
    text-align: start;
    margin-left:20px;
}
.footer-flex div.name p.title span{
    font-size: 1.4rem;
    display: block;
}
.footer-flex p.tel{
    color:var(--text-color1);
}
.footer-flex p.tel a{
    color:var(--text-color1);
    text-decoration: none;
    font-size: 3rem;
}
.footer-flex .footer_info_overview{
    width:35%;
    color:#C2A44F;
    font-size:25px;
}
.footer_navi{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.footer_info_overview_tel a{
    font-size:42px;
    color:#C2A44F;
    text-decoration:none;
}
.footer-flex ul li{
    width:90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    margin:0 10px;
    text-align: center;
    font-size: 1.4rem;
    color:var(--text-color1);
    padding-top:1px;
}
.footer-flex ul li img{
    height:40%;
    width:auto;
    margin:10px auto;
    display: block;
}
.footer-flex ul li span{
    display: block;
    font-size: 1rem;
    color:var(--text-color2);
}
.footer-underline{
    height:30px;
    background-color:var(--text-color1);
    margin-top: 30px;;
}
.footer-underline .copy p{
    display:block;
    text-align:center;
    padding:10px;
}
#footer .copy{
    color:#fff;
}
.ft-medi{
    padding:5px 0;
}
#footer .btn{
    width:20%;
    padding:5px 10px;
    background-color:var(--blue);
    color:white;
    border-radius: 10px;
    margin-left: auto;
    margin-right:5px;
    display: inline-block;
    font-size: 1.3rem;
}
.footer-flex.app-icon{
    justify-content: space-between;
}
.app-img img{
    width:35%;
    display:block;
    margin:0 0 0 auto;
}
/* ↑ フッター ↑ */

/* ハンバーガー */
.burger-btn{
    display: none;
  }

/* トップへ戻る */
#top a{
    opacity:1;
    color:#fff;
    font-size:2rem;
}
.page_top{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:fixed;
    right:10px;
    bottom:0px;
    opacity:1;
    background-color:rgba(98,164,184,0.8);
    border:1px solid #fff;
    color:#fff;
    padding:5px;
    width:50px;
    height:50px;
    border-radius:5px;
    font-family:'Century';
}
.arrow_top{
    border-top:3px solid #fff;
    border-left:3px solid #fff;
    width:20px;
    height:20px;
    transform:rotate(45deg);
    margin:10px auto 0 auto;
}

/* お問合せ 必須項目 */
.hissu{
    font-size:1.2rem;
    color:white;
    background-color:#db4200;
    padding:1px 2px;
}