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

@media screen and (min-width: 0px) and (max-width: 960px) {


.pc-no {
    display: inline;
}
.sp-no {
    display: none;
}

.header {
    width: 100%;
    max-width: 1400px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: visible;
    background-color: #FFF;
    border-radius: 0;
    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;
}

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

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

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


.header .hdr-r {
    display: none;
}


/***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: unset;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: url("../img/common/pagehead.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

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

.btn {
    width: 80%;
    max-width: 500px;
    margin: 30px auto;
    border-radius: 50px;
    font-size: 100%;
    font-weight: 500;
    
    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: 20px 0;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    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: 20px;
    height: 20px;
    margin: 0 10px 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 {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    overflow: visible;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.2);
}

section.sp-contact-sec .tel-contact {
    width: 50%;
    margin: 0;
    padding: 10px 0;
}
section.sp-contact-sec .tel-contact a.tel-contact-flex {
    width: 95%;
    margin: 0 auto 5px;
    padding: 0 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}
section.sp-contact-sec .tel-contact .icon {
    width: 12%;
    margin: 0 10px 0 0;;
    line-height: 70%;
}
section.sp-contact-sec .tel-contact .tel-info {
    width: unset;    
}
section.sp-contact-sec .tel-contact .tel-info .tel {
    margin: 0;
    font-size: 120%;
    line-height: 110%;
    font-weight: 700;
    text-align: left;
}
section.sp-contact-sec .tel-contact .hours {
    font-size: 60%;
    line-height: 110%;
    text-align: center;
}
section.sp-contact-sec .form-contact {
    width: 50%;
    background-color: #EF583D;
    transition: all 0.3s;
    line-height: 110%;
}
section.sp-contact-sec .form-contact:hover {
    opacity: 0.5;
}
section.sp-contact-sec .form-contact a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
section.sp-contact-sec .form-contact a:before {
    content: "";
    width: 30px;
    height: 25px;
    margin: 0 5px 0 0;
    display: inline-block;
    background-image: url("../img/common/hdr_form-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}



/***FOOTER***/

.pagetop {
    width: 10%;
    max-width: 60px;
    position: fixed;
    right: 1%;
/*    bottom:400px;*/
    bottom: 15%;
    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-contact {
    padding: 0 0 60px;
}

.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;
    flex-wrap: wrap;
}

.footer .ftr-wrap .ftr-l {
    width: 100%;
}
.footer .ftr-wrap .ftr-l .ftr-logo {
    max-width: 200px;
}
.footer .ftr-wrap .ftr-l .ftr-info {
    font-size: 90%;
    line-height: 180%;
    font-weight:400;
}
.footer .ftr-wrap .ftr-l .ftr-info a {
    color: #000;
}

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

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


}