@charset "utf-8";

/*
各ページ用パーツ
CONTACT
*/


/* TEL
---------------------------------------------------- */

.tel_block01 {}

.tel_block_inner01 {
    transition: all .3s;
}

.tel_block_inner01:hover {
    opacity: 0.6;
}

.tel_ttl01 {
    font-size: 2.0rem;
    line-height: 1.6;
    color: #444444;
}

.tel_txt01 {
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 1.2;
    padding: 0 0 0 55px;
    background: url('../../assets/img/common/icon_tel01.png') no-repeat top 8px left 0;
    background-size: 45px auto;
    color: #444444;
    margin: 0 0 0 -2px;
}

@media screen and (max-width:1080px) {
    .tel_ttl01 {
        font-size: 1.6rem;
        text-align: center;
    }
    .tel_txt01 {
        font-size: 4rem;
        padding: 0 0 0 50px;
        background: url('../../assets/img/common/icon_tel01.png') no-repeat top 8px left 0;
        background-size: 38px auto;
        margin: 0 auto 0;
    }
}


/* contactボタン
---------------------------------------------------- */

.contact_btn_block01 {
    width: 425px;
    padding: 15px 0 12px;
    border-radius: 5px;
    background: #EC8B2D;
    text-align: center;
    position: relative;
    transition: all .3s;
}

.contact_btn_block01::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}

.contact_btn_block01::before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}

.contact_btn_block01:hover {
    opacity: 0.8;
}

.contact_txt01 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #fff;
}

.contact_ttl01 {
    font-size: 2.6rem;
	line-height: 1.6;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}


/* アイコン
---------------------------------------------------- */

.icon_contact {
    display: block;
    width: 50px;
    height: 50px;
    background: url('../../assets/img/common/icon_contact24.png') no-repeat;
    background-size: 50px auto;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}

@media screen and (max-width:1200px) {
    .icon_contact {
        left: 14px;
    }
}


/* リンクテキスト
---------------------------------------------------- */

.link_block01 {
    width: 240px;
    font-feature-settings: "palt";
    margin: 0 auto 20px;
}

.link_txt_mail01 {
    border-bottom: 1px solid #666666;
}

.link_txt_mail01 a {
    display: block;
    padding: 0 0 10px 30px;
    font-size: 1.6rem;
    color: #666666;
    background: url('../../assets/img/common/icon_mail01.png') no-repeat left top 6px;
    background-size: 20px auto;
    transition: all .3s;
}

.link_txt_mail01 a:visited {
    color: #666666;
}

.link_txt_mail01 a:hover {
    color: #666666;
    opacity: 0.6;
}

.link_txt_line01 {
    border-bottom: 1px solid #16C655;
}

.link_txt_line01 a {
    display: block;
    padding: 0 0 10px 30px;
    font-size: 1.6rem;
    color: #16C655;
    background: url('../../assets/img/common/icon_line01.png') no-repeat left top 2px;
    background-size: 23px auto;
    transition: all .3s;
}

.link_txt_line01 a:visited {
    color: #16C655;
}

.link_txt_line01 a:hover {
    color: #16C655;
    opacity: 0.6;
}