@charset "utf-8";

.mincho {
    font-family: "NotoSerifCJKjp", serif;
}


/* ================================================================
fix_cv
================================================================ */
.fix_cv_area{
	position: fixed;
	bottom: 0;
	width: 100%;
    padding: 20px 0;
	z-index: 9990;
    background: linear-gradient(150deg, #990000, #2d231b);
}
.fix_cv_area .title{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    font-style: italic;
}
.fix_cv_area .txt{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.fix_cv_area ul.kome{
    width: 94%;
    max-width: 830px;
    margin: 0 auto;
    font-size: 10px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.fix_cv_area .cv_btn{
}
.fix_cv_area .cv_btn .flexbox{
    width: 94%;
    max-width: 840px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fix_cv_area .cv_btn .right{
    margin-left: auto;
    margin-right: 30px;
}
.fix_cv_area .cv_btn .right .tel{
    font-size: 50px;
    color: #fff;
    display: block;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    pointer-events: none;
}
.fix_cv_area .cv_btn .right .tel .tel_num{
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
}
.fix_cv_area .cv_btn .flexbox .line{
    width: auto;
    height: auto;
    margin: 0;
    background: transparent;
}

.fix_cv_area .cv_btn .flexbox .line-btn{
    width: 44px;
    height: 44px;
    border-radius: 6px;
    background-color: #06c755;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix_cv_area .cv_btn .flexbox .line-btn::before{
    content: '';
    background: url(../img/line.svg) no-repeat center;
    background-size: 30% 30%;
    width: 99px;
    height: 95px;
    display: inline-block;
    position: absolute;
}




@media screen and (max-width: 1023px){
    .fix_cv_area .title{
        font-size: 26px;
    }
    .fix_cv_area .txt{
        font-size: 12px;
    }
    .fix_cv_area .cv_btn .right .tel{
        font-size: 46px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num{
        font-size: 50px;
    }
}
@media screen and (max-width: 799px){
    .fix_cv_area .cv_btn .right {
        margin-right: 20px;
    }
    .fix_cv_area .cv_btn .right .tel {
        font-size: 40px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num {
        font-size: 44px;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width: 767px){
    .fix_cv_area{
        padding: 20px 35px;
    }
    .fix_cv_area .txt{
        margin-bottom: 15px;
        font-size: 10px;
    }
    .fix_cv_area .cv_btn .flexbox{
        width: 100%;
        display: block;
        text-align: center;
    }
    .fix_cv_area .cv_btn .right,.fix_cv_area .cv_btn .line{
        display: inline-block;
    }
    .fix_cv_area .cv_btn .right .tel{
        text-align: center;
        /*text-indent: -1.5em;*/
        pointer-events: auto;
    }
    .fix_cv_area ul.kome{
        width: 100%;
        justify-content: center;
    }
    
}
@media screen and (max-width: 500px){
    .fix_cv_area{
        padding: 10px;
    }
    .fix_cv_area .title{
        font-size: 18px;
    }
    .fix_cv_area .txt{
        margin-bottom: 10px;
    }
    .fix_cv_area .cv_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .fix_cv_area .cv_btn .right .tel{
        font-size: 6vw;
        text-indent: -0.5em;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num{
        font-size: 10vw;
    }
    .fix_cv_area ul.kome{
        display: none;
    }
    .fix_cv_area .cv_btn .flexbox{
        margin-bottom: 0;
    }
    .fix_cv_area .txt{
        margin-bottom: 4px;
        font-size: 10px;
    }
    .fix_cv_area .cv_btn .right {
        margin-right: 4vw;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn{
        width: 10vw;
        height: 10vw;
        top: 0.5vw;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn::before {
        background: url(../img/line.svg) no-repeat center;
        background-size: 8vw 8vw;
    }
}

@media screen and (max-width:767px) {
    .fix_cv_area{
        display: none !important;
    }
}

/*============================
footer_fix
============================*/
.footer_fix {
	width: 100%;
    box-sizing: border-box!important;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.8);
	z-index: 9998;
}
	.close_footer{
	z-index: 999!important;	
	}
.footer_fix ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_fix_tel,
.footer_fix_mail,
.footer_fix_line {
	position: relative;
}
.footer_fix_tel{
	width: 59.5%;
}
.footer_fix_mail  {
	margin-right: auto;
    font-size: 2vw;
	width: 39.5%;
}
.footer_fix_tel a {
	/* background: #094b09; */
	height: 60px;
	/* display: flex;
	flex-wrap: wrap; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin-top: 0.3vw;
}

.footer_fix_tel a div:first-of-type {
	font-size: 12px;
	/* margin: 5px 0; 
	padding-top: 5px;
	padding-top: 11px;*/
    line-height: 0.8rem;
}
.footer_fix_tel a div:last-of-type {
    font-size: 5vw;
	/* display: flex;
	align-items: center;  */
    line-height: 1;
    margin-top: 0.5vw;
	text-align: center;
}
.footer_fix_tel a div:last-of-type span{
	color: #ad0d3a !important;
	font-weight: bold;
}
.icon-phone:before {
    font-size: 80%;
}
.footer_fix_mail a {
	color: #fff;
	background-color: #990000;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.para.footer_fix_tel a div {
	font-size: 15px;
}
.footer_fix_line a{
    color: #fff;
	background-color: #00b900;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
    padding-top: 5px;
    box-sizing: border-box;
}
.footer_fix_line a .line-icon{
    position: relative;
}
.footer_fix_line a .line-icon::before{
    content: '';
    background: url(../img/line.svg) no-repeat center;
    background-size: 80%;
    width: 10vw;
    height: 10vw;
    margin-top: 0.8vw;
    display: inline-block;
}
	
	
	
.footer_fix .fixSP {
	display: none;
}
.footer_fix_tel_tb {
	background: #FFF;
	height: 70px;
	width: 59.5%;
	/* display: flex;
	flex-direction: column;
	flex-wrap: wrap; */
	justify-content: center;
	align-items: center;
	color: #000;
	line-height: 1.4rem;
    text-align: center;
	border-radius: 5px;
}
.footer_fix_tel_tb div:first-of-type,
.footer_fix_tel_tb div:last-of-type {
	font-size: 12px;
}
.footer_fix_tel_tb div:nth-of-type(2){
	display: flex;
	align-items: center; 
	justify-content: center;
}
.footer_fix_tel_tb span.icon-phone{
	font-size: 20px;
	color: #ad0d3a;
    margin-right: 3%;
}
span.footer_fix_telno_tb {
	font-size: 26px;
	font-weight: bold;
	margin: 3px 0;
	color: #ad0d3a;
}
.footer_fix_mail.fix_tab_mail a {
	height: 70px;
	border-radius: 5px;
	font-weight: bold;
}
.footer_fix_mail a span.icon-009{
    background: url(../img/mail_hoso.svg) no-repeat center;
    background-size: 100%;
    width: 10vw;
    height: 10vw;
    margin-top: 0.5vw;
    display: inline-block;
}
.footer_fix_tel_tb.para a {
	display: block;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
    margin-top: 2%;
}
.footer_fix_tel_tb.para a .sans-serif {
	margin-top: 5px;
}
.footer_fix .footer_fix_tel_tb.para .icon-phone:before {
	position: relative;
	left: 10px;
}

/*============================
footer_fix
============================*/
.footer_fix {
	padding: 5px 1%;
}
	
.footer_fix_tel{
	width: 68%;
    background-color: #fff;
	border-radius: 5px;
}
.footer_fix_mail {
	width: 15%;
/*    background-color: #970707;*/
    font-size: 5vw;
}
nav#pagetop a {
    top: -100px !important;
}
.footer_fix_line{
    width: 15%;
    margin-left: auto;
}
.footer_fix_line a {
    height: 78px;
    border-bottom: solid 5px #007700;
    font-weight: bold;
}
.footer_fix_line a .line-icon::before{
    font-size: 5vw;
}

/* }

@media screen and (max-width:767px) { */

	.footer_fix_tel{
		border-bottom: solid 3px #bbb;
		height: 75px;
        display: flex;
    justify-content: center;
    align-items: center;
	}

	.footer_fix_mail a {
		height: 75px;
		border-bottom: solid 3px #990000;
		font-weight: bold;
	}
/* }


@media screen and (max-width:678px) { */
	.cv-sp-pagebottom {
		width: 100%;
	}
	.cvTB,
	.footer_fix .fixTB {
		display: none;
	}
	.cvSP {
		display: block;
	}
	.footer_fix .fixSP {
		display: flex;
	}
    .footer_fix_tel.para a div:first-of-type {
        font-size: 4vw;
        padding-top: 0;
    }
    .footer_fix_tel a div:first-of-type {
        font-size: 2.2vw;
        padding-top: 5px;
        color: #000;
    }
    .footer_fix_tel a {
        display: flex;
    }

@media screen and (max-width:480px) {
	.footer_fix_mail {
		font-size: 4vw;
	}
    .footer_fix_mail a {
        height: 65px;
    }
    .footer_fix_mail a span.icon-009 {
        font-size: 6.2vw;
    }
    .footer_fix_tel {
        height: 65px;
    }
    .footer_fix_line a{
        height: 68px;
        border-bottom: solid 3px #007700;
    }
    .footer_fix_tel a div:first-of-type {
        font-size: 2.6vw;
    }
    .footer_fix_tel a div:last-of-type {
        font-size: 6.5vw;
    }
    .footer_fix_mail,
    .footer_fix_line{
        width: 15%;
    }
    .footer_fix_tel{
        width: 68%;
    }
    .footer_fix_line a .line-icon::before {
        font-size: 7vw;
    }
}
@media screen and (max-width:400px) {
    .footer_fix_tel a div:first-of-type {
        font-size: 3vw;
    }
    .footer_fix_tel a div:last-of-type {
        font-size: 7.6vw;
    }
}
@media screen and (max-width:400px) {
    .footer_fix_tel a div:last-of-type {
        font-size: 7vw;
    }
}
@media screen and (max-width:320px) {
	.cv-bottom-tel a {
		font-size:22px;
	}
	.contents-primary {
		padding: 2%;
	}
	.footer_fix_tel a div:last-of-type {
		font-size: 17px;
        padding-bottom: 4px;
	}
    .footer_fix_tel a div:first-of-type {
        padding-top: 14px;
    }
}

@media screen and (min-width: 1100px) {
    #footer_area {
        width: 1100px !important;
        margin: 0 auto;
    }

}


@media screen and (max-width: 1023px){
    #footer_area {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 100px !important;
    }


}






footer{
    padding-bottom: 150px;
}
@media screen and (max-width: 767px){
    footer{
        padding-bottom: 250px;
    }
}
@media screen and (max-width: 500px){
    footer{
        padding-bottom: 150px;
    }
}





@media screen and (max-width: 839px){
    .fix_cv_area .cv_btn .right .tel {
        font-size: 44px;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num {
        font-size: 44px;
    }
    .fix_cv_area .cv_btn .flexbox .line-btn {
        width: 40px;
        height: 40px;
    }
}
.footer_fix_tel a .icon-phone{
    font-family: 'icomoon' !important;
}
@media screen and (max-width: 799px){
    .fix_cv_area .cv_btn .right .tel {
        font-size: 36px;
        white-space: nowrap;
    }
    .fix_cv_area .cv_btn .right .tel .tel_num {
        font-size: 42px;
    }
}