@charset "utf-8";

.c-footer__inquiry {
    padding: 30px 15px;
    background-image: url(/img/bg_footer.png);
    background-size: cover;
}
.c-footer__inquiry__tit {
    margin-bottom: 30px;
    color: #fff;
    font-family: serif;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 5px #95041F;
}
.c-footer__inquiry__txt {
    color: #fff;
    text-shadow:0 0 5px #95041F;

    border-top: #fff 1px dotted;
    border-bottom: #fff 1px dotted;
    padding: 20px;
/*
    background: rgba(206,65,92, 0.3);
    border: #fff 4px double;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
*/
}
.c-footer__inquiry__cnt {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    background: #fff;
    text-align: center;
}
.c-footer__inquiry__cnt__tit {
    margin-bottom: 20px;
    color: #333;
    font-size: 15px;
}

.footer_pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    box-sizing: border-box;
    background-color: #F48CA0;
    color: #fff;
    font-size: 25px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.footer_pagetop:hover {
    cursor: pointer;
    opacity: .7;
}

.c-footer__menu__tit {
    position: relative;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ccc;
    background: #F6F6F6;
    pointer-events: all;
    color: #333;
}
.c-footer__menu__tit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    transform: rotateZ(135deg);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
}
.c-footer__menu__tit.open::after {
    transform: rotateZ(-45deg);
}
.c-footer__menu__cnt {
    display: none;
    background: #fff;
}
.c-footer__menu__cnt__item {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #C6C6C6;
}
.c-footer__menu__cnt__item a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.c-footer__menu__cnt__item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    transform: rotateZ(45deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    margin-top: -4px;
}
.c-footer__menu__cnt__item a {
    color: #555555;
}

.c-footer__annotation {
    margin: 15px;
    color: #807C75;
    font-size: 12px;
}

.c-footer__copyright {
    margin: 20px 0 100px;
    text-align: center;
}
.c-footer__copyright small {
    font-size: 12px;
}

.c-fixbtn {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
}
.c-fixbtn__txt a {
    display: block;
    padding: 12px 0;
    background: #FDFBEE;
    font-size: 12px;
    text-align: center;
}
.c-fixbtn__txt a:hover {
    opacity: 1;
}
.c-fixbtn__cnt {
    display: flex;
    background: #2DAEB3;
    color: #fff;
    text-align: center;
}
.c-fixbtn__cnt__item {
    position: relative;
    align-items: center;
    width: 50%;
    line-height: 1.3;
}
.c-fixbtn__cnt__item:first-child {
    border-right: 1px solid #fff;
}
.c-fixbtn__cnt__item a {
    display: block;
    padding: 12px 0;
    color: #fff;
    text-decoration: none;
}
.c-fixbtn__cnt__item a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 12px;
}
.c-fixbtn__cnt__item__tel__txt {
    margin-top: 5px;
    font-size: 12px;
}

@media screen and (max-width: 641px) {
    .footer_pagetop {
        bottom: 110px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        font-size: 20px;
    }

    .footer_pagetop:hover {
        opacity: 1;
    }
}

/* PC Layout */
/*@media screen and (min-width: 642px) {*/
    @media screen and (min-width: 769px) {
    .c-fixbtn {
        display: none;
    }
    .c-footer__inquiry {
		padding: 100px 0;
        text-align: center;
        background-position: center center;
	}
	.c-footer__inquiry__tit {
		font-size: 30px;
    }
    .c-footer__inquiry__txt {
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.3rem;

        border:none;
        padding: 0;
    }
	.c-footer__inquiry__cnt {
        display: inline-block;
        max-width: 435px;
        width: 40%;
        margin-top: 0;
    }
    .c-footer__inquiry__cnt + .c-footer__inquiry__cnt {
        position: relative;
        top: -20px;
        margin-left: 30px;
        padding-bottom: 44px;
        padding-top: 44px;
    }
    .c-footer__inquiry__cnt__tit{
        font-size: 20px;
    }
    .c-footer__menu {
        /*max-width: 1100px;
        margin: 90px auto 0;*/
        margin: 90px 20px 0;
    }
    .c-footer__menu__wrap {
        float: left;
        /*width: 345px;*/
        width: 32%;
    }
    .c-footer__menu__wrap:nth-child(-n+2) {
        /*margin-right: 30px;*/
        margin-right: 2%;
    }
    .c-footer__menu__tit {
        background: none;
        font-weight: bold;
        pointer-events: none;
        color: #CE415C;
    }
    .c-footer__menu__tit::after {
        display: none;
    }
    .c-footer__menu__cnt {
        display: block;
        font-size: 13px;
    }
    .c-footer__menu__cnt__item {
        border-bottom: 1px solid #eee;
    }
    .c-footer__menu__cnt__item a {
        padding: 15px 35px 15px 15px;
    }
    .c-footer__annotation {
        clear: both;
        margin: 30px 0;
    }
    .c-footer__copyright {
        margin-bottom: 50px;
    }
}