@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2018/9/25
 */
.headerbg .bg{
    background: url("../img/bg_header01.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    height: 1000px;
}
.headerbg .inner{
    display: table;
    height: 100%;
}
.headerbg #headerLogo{
    display: table-cell;
    float: left;
    padding-top: 25px;
}
.headerbg .headertxt{
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
    width: 50%;
}
.fc01{
    color: #e4007f;
}
#header .tel{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
}
/*
#header .tel a{
    pointer-events:none;
}
*/
@media screen and (max-width: 767px) {
    .headerbg .bg{
        height: 400px;
    }
    .headerbg #headerLogo{
        padding-top: 10px;
    }
    #header .tel{
        width: 40%;
    }
	/*
    #header .tel a{
        pointer-events:inherit;
    }
	*/
    .headerbg .headertxt{
        padding-right: 0;
    }
}
.for{
    text-align: center;
}
.for .tit{
    font-size: 50px;
    padding: 50px 0 20px;
    font-weight: bold;
}
.for .txt{
    font-size: 22px;
    color: #333;
    line-height: 1.8;
    padding-bottom: 80px;
}
.for .txt span{
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .for .tit{
        font-size: 24px;
        padding: 20px 0 10px;
    }
    .for .txt{
        font-size: 12px;
        padding-bottom: 20px;
    }
}
.whole{
    background-color: #fdf5fd;
    padding-bottom: 110px;
}
.whole .tit img{
    width: 100%;
}
.whole .con{
    padding: 56px 0 70px;
}
.whole .con .left{
    float: left;
    width: 50%;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.whole .con .right{
    float: right;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.whole .con .left .box{
    border: 2px solid #000;
    padding: 2px;
    background-color: #fff;
}
.whole .con .left .box .boxin{
    border: 1px solid #000;
    padding: 0 10px;
    background-color: #fff;
    text-align: center;
}
.whole .con .left .box .boxin .boxtit{
    padding: 29px 0 26px;
}
.whole .con .left .box .boxin .txt{
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 15px;
    line-height: 1;
}
.whole .con .left .box .boxin .money{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}
.whole .con .left .box .boxin .money span{
    font-size: 72px;
}
.whole .con .left .special{
    font-size: 14px;
    color: #333;
    padding: 25px 0 0 10px;
    line-height: 1.7;
}
.whole .con .right .pic{
    text-align: center;
    padding: 0 30px 30px 0;
}
.whole .con .right .righttit{
    font-size: 26px;
    font-weight: bold;
}
.whole .con .right .righttxt{
    font-size: 18px;
    line-height: 1.8;
}
.comlink{
    padding: 34px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: table;
    width: 100%;
    border: 1px solid #a0a0a0;
}
.comlink .comlinkbox{
    display: table-cell;
}
.comlink .ico{
    display: table-cell;
    vertical-align: bottom;
}
.comlink .tel{
    display: table-cell;
    font-size: 18px;
    padding: 0 40px 0 10px;
    vertical-align: bottom;
}
.comlink .tel .numsp{
    display: none;
}
.comlink .tel .num{
    font-size: 49px;
    line-height: 0.9;
    font-weight: bold;
}
.comlink .linkbox{
    display: table-cell;
    vertical-align: bottom;
}
.comlink .linkbox .btn{
    display: inline-block;
    font-weight: bold;
}
.comlink .linkbox .btn+.btn{
    margin-left: 20px
}
.comlink .linkbox .btn a{
    display: block;
    background-color: #e4007f;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 246px;
    height: 67px;
    line-height: 67px;
}
.comlink .linkbox .btn a span{
    padding-left: 30px;
    background: url("../img/pic_whole05.png") no-repeat 0 center;
    display: inline-block;
}
.comlink .linkbox .btn02 a span{
    background: url("../img/pic_whole06.png") no-repeat 0 center;
}
.part{
    background-color: #f0f7ff;
    padding-bottom: 70px;
}
.part .con+.con{
    border-top: 1px solid #666;
}
.part .con{
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .whole{
        padding-bottom: 30px;
    }
    .whole .con{
        padding: 20px 0 30px;
    }
    .whole .con .left{
        float: none;
        width: 100%;
        padding: 0 20px;
    }
    .whole .con .right{
        float: none;
        width: 100%;
        padding: 0;
    }
    .whole .con .left .box .boxin{
        padding: 0 5px;
    }
    .whole .con .left .box .boxin .boxtit{
        padding: 15px 0 10px;
    }
    .whole .con .left .box .boxin .txt{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .whole .con .left .box .boxin .money{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .whole .con .left .box .boxin .money span{
        font-size: 30px;
    }
    .whole .con .left .special{
        font-size: 12px;
        padding: 10px 0 20px;
    }
    .whole .con .right .pic{
        padding: 0 20px 10px 0;
        text-align: center;
    }
    .whole .con .right .pic img{
        width: 53%;
    }
    .whole .con .right .righttit{
        font-size: 18px;
    }
    .whole .con .right .righttxt{
        font-size: 14px;
    }
    .comlink{
        padding: 10px;
    }
    .comlink .comlinkbox{
        display: table;
        width: 100%;
        padding-bottom: 5px;
    }
    .comlink .ico{
        vertical-align: middle;
        width: 10%;
    }
    .comlink .tel{
        font-size: 12px;
        padding: 0;
        vertical-align: middle;
        width: 90%;
    }
    .comlink .tel .num{
        display: none;
    }
    .comlink .tel .numsp{
		font-family: 'DIN Alternate','Arial',sans-serif;
        font-size: 35px;
        padding: 0 8px;
        display: table-cell;
        width:64%;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
    }
    .comlink .tel .numsp a{
        color: #000;
    }
    .comlink .tel .numsp a:hover{
        text-decoration: none;
    }
    .comlink .tel .time{
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }
    .comlink .linkbox{
        display: block;
        vertical-align: bottom;
    }
    .comlink .linkbox .btn{
        display: inline-block;
        font-weight: bold;
        float: left;
        width: 49%;
    }
    .comlink .linkbox .btn02{
        float: right;
    }
    .comlink .linkbox .btn+.btn{
        margin-left: 0;
    }
    .comlink .linkbox .btn a{
        display: block;
        background-color: #e4007f;
        text-align: center;
        font-size: 14px;
        color: #fff;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .comlink .linkbox .btn a span{
        padding-left: 20px;
        background: url("../img/pic_whole05.png") no-repeat 0 center;
        -webkit-background-size: 15px;
        background-size: 15px;
        display: inline-block;
    }
    .comlink .linkbox .btn02 a span{
        background: url("../img/pic_whole06.png") no-repeat 0 center;
        -webkit-background-size: 15px;
        background-size: 15px;
    }
    .part .con{
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 479px) {
    .comlink .tel .numsp{
        font-size: 18px;
        width: 50%;
    }
}
.old .tit img{
    width: 100%;
}
.old .con{
    padding: 95px 0 120px;
}
.old .con .box{
    padding-bottom: 95px;
}
.old .con .left{
    width: 42%;
    float: left;
    padding: 0 60px 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.old .con .right{
    width: 58%;
    float: right;
}
.old .con .righttit{
    font-size: 30px;
    padding-bottom: 35px;
    font-weight: bold;
}
.old .con .righttxt{
    font-size: 18px;
    line-height: 1.8;
}
.old .con .morebtn{
    padding-top: 50px;
}
.old .con .morebtn a{
    display: block;
    margin: 0 auto;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #e4007f;
    color: #e4007f;
}
.old .con .morebtn a:hover{
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .old .con{
        padding: 20px 0 30px;
    }
    .old .con .box{
        padding-bottom: 40px;
    }
    .old .con .left{
        width: 100%;
        float: none;
        padding: 0 0 10px;
        text-align: center;
    }
    .old .con .left img{
        width: 45%;
    }
    .old .con .right{
        width: 100%;
        float: none;
    }
    .old .con .righttit{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .old .con .righttxt{
        font-size: 14px;
    }
    .old .con .morebtn{
        padding-top: 20px;
    }
    .old .con .morebtn a{
        width: 240px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}
#footer{
    background-color: #feef2d;
    color: #333;
    line-height: 1.7;
}
#footer .tit{
    text-align: center;
    padding: 100px 0 58px;
}
#footer .txt{
    font-size: 20px;
}
#footer .pic{
    padding: 40px 0 70px;
}
#footer .pic ul{
    margin-left: -4px;
}
#footer .pic li{
    float: left;
    width: 33.33%;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .location{
    font-size: 20px;
}
#footer .location span{
    font-weight: bold;
}
#footer .map{
    font-size: 20px;
    padding: 15px 0 20px;
}
#footer .googlemap{
    border: 1px solid #6e6e67;
    height: 420px;
}
#footer iframe{
    width: 100%;
    height: 420px;
}
#footer .history{
    font-size: 16px;
    line-height: 1.875;
    padding-top: 70px;
}
#footer .history span{
    font-size: 20px;
}
#footer .copyright{
    padding: 60px 0 50px;
    text-align: center;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    #footer .tit{
        padding: 30px 0 20px;
    }
    #footer .tit img{
        width: 55%;
    }
    #footer .txt{
        font-size: 16px;
    }
    #footer .pic{
        padding: 25px 0;
    }
    #footer .location{
        font-size:16px;
    }
    #footer .map{
        font-size: 16px;
        padding: 0 0 10px;
    }
    #footer .googlemap{
        height: 300px;
    }
    #footer iframe{
        height: 300px;
    }
    #footer .history{
        font-size: 14px;
        padding-top: 20px;
    }
    #footer .history span{
        font-size: 16px;
    }
    #footer .copyright{
        padding: 20px 10px;
        font-size: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.pageTop{
    position: fixed;
    bottom: 100px;
    right: 100px;
    display: none;
}
@media screen and (max-width: 767px) {
    .pageTop{
        width: 40px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: none;
    }
}
/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {
	
}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
}