/*# sourceURL=css/common.css */
/*@ sourceURL=css/common.css */
@charset "UTF-8"; /* CSS Document */
/* btn ----------------------------*/
.btn-tp01 {
    display: table;
    width: 80%;
    max-width: 260px;
    height: 65px;
    margin: 0 auto;
}

.btn-tp01 a {
    display: block;
    background-color: #fff;
    transition: all 0.28s ease;
    border: 1px solid #333;
    border-radius: 5px;
}

.btn-tp01 a:hover {
    background-color: #3F82CE;
}

.btn-tp01 a .text {
    display: block;
    text-align: center;
    line-height: 65px;
}

.btn-tp01 a:hover .text {
    color: #fff;
}

/* footer ----------------------------*/
.site-footer {
    position: relative;
}

.site-footer:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #2b4897;
    z-index: -1;
}

.site-footer .wrap {
    background-color: #2b4897;
    border-radius: 0px 52px 0px 0px ;
    -webkit-border-radius: 0px 52px 0px 0px ;
    -moz-border-radius: 0px 52px 0px 0px ;
}

.site-footer .fcol-wrap {
    display: flex;
}

.site-footer .fcol-wrap .fcol-left {
    width: 50%;
    padding-right: 5%;
    order: 1;
}

.site-footer .fcol-wrap .fcol-left .f-logo-area {
    display: block;
    padding-bottom: 20px;
}

.site-footer .fcol-wrap .fcol-left .f-logo-area .h-text {
    display: block;
    color: #fff;
    padding-bottom: 13px;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.site-footer .fcol-wrap .fcol-left .f-logo-area .f-logo {
    display: block;
    line-height: 1.1;
}

.site-footer .fcol-wrap .fcol-left .f-logo-area .f-logo .logo {
    display: block;
}

.site-footer .fcol-wrap .fcol-left .f-logo-area .f-logo .logo img {
    display: block;
    max-width: 313px;
}

.site-footer .fcol-wrap .fcol-left .f-address {
    display: block;
    color: #fff;
    padding-bottom: 40px;
}

.site-footer .fcol-wrap .fcol-left .f-address .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.9;
}

.site-footer .fcol-wrap .fcol-left .f-copy {
    display: block;
    color: #fff;
}

.site-footer .fcol-wrap .fcol-left .f-copy .text {
    display: block;
    letter-spacing: 0.01em;
    line-height: 1.1;
}

.site-footer .fcol-wrap .fcol-right {
    width: 50%;
    padding-right: 5%;
    order: 2;
}

.site-footer .fcol-wrap .fcol-right .h-text {
    display: table;
    color: #fff;
    padding-bottom: 20px;
}

.site-footer .fcol-wrap .fcol-right .h-text .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.site-footer .fcol-wrap .fcol-right .tel {
    display: table;
    padding-bottom: 20px;
}

.site-footer .fcol-wrap .fcol-right .tel .sp-tel {
    display: block;
}

.site-footer .fcol-wrap .fcol-right .tel .sp-tel img {
    display: block;
    width: 100%;
    max-width: 350px;
}

.site-footer .fcol-wrap .fcol-right .f-text {
    display: block;
    color: #fff;
    padding-bottom: 30px;
}

.site-footer .fcol-wrap .fcol-right .f-text .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm {
    display: table;
    width: 100%;
    max-width: 350px;
    color: #fff;
    padding: 15px 0;
    border: 1px solid #fff;
    border-radius: 8px;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm:hover {
    background-color: rgba(255,255,255,0.3);
}

.site-footer .fcol-wrap .fcol-right .btn-toForm .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm .btn-wrap .icon {
    display: block;
    line-height: 1;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm .btn-wrap .icon img {
    display: block;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm .btn-wrap .btn-text {
    display: block;
    padding-left: 10px;
}

.site-footer .fcol-wrap .fcol-right .btn-toForm .btn-wrap .btn-text .text {
    display: block;
    line-height: 1.1;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
    .site-footer .wrap {
        border-radius: 0px 20px 0px 0px ;
        -webkit-border-radius: 0px 20px 0px 0px ;
        -moz-border-radius: 0px 20px 0px 0px ;
        width: 80%;
        padding-right: 5%;
    }

    .site-footer .fcol-wrap {
        display: block;
    }

    .site-footer .fcol-wrap .fcol-left {
        width: 100%;
    }

    .site-footer .fcol-wrap .fcol-left .f-address {
        padding-bottom: 30px;
    }

    .site-footer .fcol-wrap .fcol-right {
        width: 100%;
        padding-bottom: 50px;
    }

    .site-footer .fcol-wrap .fcol-right .h-text {
        padding-bottom: 15px;
    }

    .site-footer .fcol-wrap .fcol-right .h-text .text {
        display: block;
        line-height: 1.1;
        letter-spacing: 0.01em;
    }

    .site-footer .fcol-wrap .fcol-right .btn-toForm:hover {
        background-color: rgba(255,255,255,0.3);
    }
}

/* toTop ----------------------------*/
#toTop {
    position: fixed;
    /* width: 75px; */
    /* height: 75px; */
    bottom: 30px;
    right: 30px;
    /* color: #fff; */
    cursor: pointer;
    display: none;
    z-index: 999;
    /* text-align: center; */
    /* background: #63b83d; */
    /* animation: toTop-animation 0.3s ease forwards; */
    /* -webkit-animation-fill-mode: both; */
    /* animation-fill-mode: both; */
    /* border: 2px solid #ccc; */
    /* border-radius: 50%; */
    cursor: pointer;
}

#toTop img {
}




@media screen and (max-width: 780px) {
    /* #toTop {
		height: 180px;
		bottom: 130px;
		right: 10px;
	}
	#toTop > i {
		line-height: 50px;
		font-size: 2.0rem;
	}
	#toTop img {
		display: block;
		width: auto;
		height: 100%;
	} */
}

@media screen and (max-width: 768px) {
    #toTop {
        position: fixed;
        right: 0;
        bottom: 0;
    }
    #toTop .pt-text {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #294fa2;
    }
    #toTop .pt-text span {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        line-height: 40px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.01em;
        /* transform: scale(0.8, 1); */
        position: relative;
        padding-top: 7px;
    }
    #toTop .pt-text span:before {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        transform: rotate(45deg);
        top: 11px;
        left: 17px;
    }
    #toTop .pt-text span:after {
        content: "";
        display: block;
        width: 10px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        transform: rotate(-45deg);
        top: 11px;
        left: 11px;
    }
}

@keyframes toTop-animation {
    from {
        opacity: 0;
        transform: translateY(101%);
        -webkit-transform: translateY(101%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}

@-webkit-keyframes toTop-animation {
    from {
        opacity: 0;
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* 共通アニメーション
========================= */
/* fade in ----------------------------------------*/
.fadein {
    opacity : 0.0;
    transform : translate(0, 50px);
    transition : 800ms;
}

.fadein.activein {
    opacity : 1;
    transform : translate(0, 0px);
}

/* show order ----------------------------------------*/
#showOrder01 .order-box {
    transform: translateX(-10%);
    opacity: 0;
    transition : 100ms;
}
