@charset "UTF-8";
/* CSS Document */

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
	font-weight: 500;
    line-height: 210%;
    font-family: "Noto Sans JP", Hiragino Kaku Gothic ProN, "Helvetica", Arial, "メイリオ", Meiryo, sans-serif;
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #000000;
	text-align: left;
}

wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    
}

img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 70%;
}

a {    
    color: #04A1EC;
    text-decoration: none;
}

.fade {
	opacity: 1.0;
	transition: all 0.3s;
}
.fade:hover {
	opacity: 0.5;
}

.pc-no {
    display: none;
}

.sp-no {
    display: inline;
}

.header {
    width: 98%;
    max-width: 1400px;
    margin: 10px auto 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 1%;
    overflow: visible;
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,104,162,0.5);
}

.ind-hdr {
    max-width: unset;
}

.page-header .header {
    top: unset;
    left: unset;
    position: relative;
}

.header .hdr-wrap {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hdr-l {
    width: 40%;   
}

.header h1.page-title {
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 60%;
    line-height: 110%;
    font-weight: 500;
    color: #000;
}

.header .hdr-logo {
    width: 100%;
    max-width: 200px;
    margin: 0;
    padding: 0;
}

.header .hdr-logo a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 110%;
}

.header .hdr-r {
    width: 60%;
}

.header .hdr-r .contact-space {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:0 2%;
}

.header .tel-contact {
    width: 50%;
    max-width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.header .tel-contact .icon {
    width: 15%;
    margin: 0;
}
.header .tel-contact .tel-info {
    width: 80%;    
}

.header .tel-contact .tel-info .tel {
    width: 100%;
    margin: 0 0 5px;
    font-size: 180%;
    line-height: 110%;
    font-weight: 700;
    text-align: center;
}
.header .tel-contact .tel-info .hours {
    font-size: 70%;
    line-height: 110%;
    text-align: center;
}
.header .form-contact {
    width: 30%;
    background-color: #EF583D;
    border-radius: 5px;
    transition: all 0.3s;
}
.header .form-contact:hover {
    opacity: 0.5;
}
.header .form-contact a {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.header .form-contact a:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-image: url("../img/common/hdr_form-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 961px) and (max-width: 1260px) {
.header {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    border-radius: 0;
}

.header .hdr-wrap {
    padding: 10px 0;
}


.header .hdr-l {
    width: 50%;
}
.header .hdr-r {
    width: 50%;
}

.header .tel-contact {
    width: 55%;
}

.header .tel-contact .tel-info .tel {
    font-size: 160%;
}

.header .form-contact {
    width: 35%;
}

}


/***MAIN***/

.main {
    width: 100%;
    min-height: 800px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.main-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.temp {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pankuzu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 70%;
    font-weight: 400;
}

.pankuzu a {
    color: grey;
    text-decoration: underline;
}

.page-wrap {
    width: 100%;
    margin: 0;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.temp img {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

h1,h2,h3,h4,h5 {
    text-align: center;
    line-height: 180%;
}

.page-header {
    width: 100%;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/pagehead.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

h1.page-title {
    width: 98%;
    max-width: 1400px;
    margin: 30px auto 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    color: #FFF;
    font-size: 200%;
    line-height: 180%;
    text-align: left;
}

.btn {
    width: 60%;
    max-width: 500px;
    margin: 60px auto;
    border-radius: 50px;
    font-size: 120%;
    font-weight: 700;
    
    transition: all 0.3s;
    background-color: #1786C1;
}
.btn.orange-btn {
    background-color: #EF583D;
}
.btn.back-btn {
    background-color: #1786C1;
}

.btn:hover {
    background-color: #000;
}

.btn-flex {
    width: 100%;
    margin: 60px 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn-flex .btn {
    width: 45%;
    margin: 0;
}

.btn a {
    width: 100%;
    padding: 30px 0;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a:after {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 0 20px;
    display: inline-block;
    background-image: url("../img/common/btn-arr-w.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.btn.back-btn a:after {
    display: none;
}
.btn.back-btn a:before {
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    display: inline-block;
    background-image: url("../img/common/btn-arr-l-w.svg");
    background-size: contain;
    background-repeat: no-repeat;
}



/***固定問い合わせ：スマホ用***/
section.sp-contact-sec .contact-space {
    display: none;
}

/***FOOTER***/

.pagetop {
    width: 5%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 26%;
    z-index: 10;
    line-height: 0%;
    opacity: 1.0;
	cursor: pointer;
    
    transition: all 0.3s;
}

.pagetop:hover {
    opacity: 0.5;
}

.sticky {
	position: fixed;
    bottom: 10px;
}

.footer {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}

.footer .ftr-wrap {
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer .ftr-wrap .ftr-l {
    width: 50%;
}
.footer .ftr-wrap .ftr-l .ftr-logo {
    max-width: 300px;
}
.footer .ftr-wrap .ftr-l .ftr-info {
    font-size: 90%;
    line-height: 180%;
    font-weight:400;
}

.footer .ftr-wrap .ftr-r {
    width: 50%;
}

.footer .copyright {
    text-align: right;
    font-size: 80%;
    font-weight: 400;
}