@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #000;
	text-decoration: none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 2.4rem;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
	color: #000;
    line-height: 2.0833;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
}

.mincho{
    font-family: "Noto Serif JP", serif;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #000;
    padding: 57.6px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 52.8px;
    margin-top: 160px;
}

footer .tel{
    font-size: 3.0rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding-left: 32px;
    background: url("../img/common/icon_tel02.png") center left no-repeat;
    background-size: 23px auto;
    margin-bottom: 6px;
    display: block;
}

footer small{
    font-size: 1.44rem;
    color: #fff;
    line-height: 1.944;
    display: block;
}

footer small .mail{
    background: url("../img/common/icon_mail.png") no-repeat center left;
    background-size: auto 14px;
    padding-left: 30px;
}

footer a{
    width: 100%;
    max-width: 378px;
    height: 66px;
    font-size: 1.68rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-top: 24px;
    display: table;
    background: #fff;
}


@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.2vw;
    width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
}

/* =====================================
	footer
===================================== */

footer{
    padding: 6.4vw 8.533vw;
    column-gap: normal;
    margin-top: 15.733vw;
    justify-content: space-between;
}

footer .logo img{
    width: 18.4vw;
}

footer .tel{
    font-size: 4.533vw;
    padding-left: 4.8vw;
    background: url("../img/common/icon_tel02.png") center left no-repeat;
    background-size: 3.467vw auto;
    margin-bottom: 0.8vw;
}

footer small{
    font-size: 2.67vw;
}

footer small .mail{
    background: url("../img/common/icon_mail.png") no-repeat center left;
    background-size: auto 2.4vw;
    padding-left: 4.67vw;
}

footer a{
    display: none;
}

}