@charset "utf-8";
/* CSS Document */
/*--------------------------------------
    font-family: "source-han-sans-japanese", sans-serif;
    font-family: poppins, sans-serif;
    font-family: "noto-sans-cjk-jp", sans-serif;
-----------------------------------------*/
:root{
    --base-color:#404040;
    --gray:#a5a5a5;
    --En-san: poppins, "noto-sans-cjk-jp", sans-serif;
}

html{
    font-size: 62.5%;
}

body{
    font-size: clamp(1.45rem, 1.307rem + 0.39vw, 1.6rem);
    color: var(--base-color);
    line-height: 1.8;
    font-family: "noto-sans-cjk-jp", sans-serif;
    overflow-wrap: anywhere;
}

img{
    max-width: 100%;
    vertical-align: bottom;
}
a{
    color: var(--base-color);   
    text-decoration: none;
}

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

.spbr{
    display: none;
}

#wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main_container{
    text-align: center;
    font-size: 1.6rem;
    padding-top: 63px;
}

.comm_cont90{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.comm_mt80{
    margin-top: 80px;
}



.page_ttl{
    position: relative;
    height: 400px;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}

.page_ttl h1{
    position: absolute;
    inset: 0;
    margin:auto;
    height: fit-content;
    font-family: var(--En-san);
    font-weight: normal;
    font-size: clamp(2.4rem, 1.62rem + 3.2vw, 4.5rem);
    letter-spacing: 0.5rem;
}

.page_ttl span{
    display: block;
    font-size: 40%;
    letter-spacing: 0.3rem;
}


.comm_btn{
    background: var(--base-color);
    border-radius: 50px;
    font-size: 1.3rem;
}

.comm_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    line-height: 1;
}

.comm_btn a:before{
    content: "";
    height: 22px;
    width: 15px;
    display: inline-block;
    background: url("../img/comm/tel.png") no-repeat;
    background-size: contain;
    margin-right: 5%;
}


/*-------- 自動挿入 ページTOPへ戻る ------*/

#page_top {
	position:fixed;
	bottom:1%;
	right: 1%;
	z-index:9;
    width: 15%;
    max-width: 85px;
}





@media only screen and (max-width: 580px) {  
.page_ttl{
    position: relative;
    height: 260px;
}



}























