﻿/* ページトップへ */
.btn_pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

    .btn_pagetop img:hover {
        transform: translateY(-5px);
    }

    .btn_pagetop img {
        transition: 0.3s;
        width: 60px;
    }

#siteinfo {
   
    font-size: 0.9em;
}

#siteinfo {
    border-top: 1px solid #f0f0f0;
}

/* 問い合わせ先 */

/* 問い合わせ先表示エリア */
#toiawase {
   
}

/* ロゴ表示エリア */

.toiawase_left{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.logo_footer {
    width: 363px;
    padding-top: 50px;
}

.followus {
    width: 100px;
    padding-bottom: 8px;
}

.icon_fb {
    width: 35px;
}
.icon_ins {
    width: 35px;
}

.icon_mail{
    width:17px;
}

.wrap_sns {
    display: flex;
    width: 210px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    margin-left: 60px;
}

.wrap_sns a{
    display:block;
}

#toiawase{
    width:100%;
    display:flex;
    min-height:280px;
}
.toiawase_left {
    width: 40%;
    box-sizing: border-box;
}

.toiawase_right {
    width: 60%;
    padding-top: 50px;
    padding-left: 60px;
    box-sizing: border-box;
}

.wrap_r1_r2{
    display:flex;
}

.toiawase_r1 {
    margin-right: 70px;
}

.toiawase_r2 {
   
}

.foot_midashi {
    font-size: 1.528em;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.tel {
    font-size: 1.25em;
    margin-top: 15px;
}

.fax {
    font-size: 1.25em;
    margin-bottom:15px;
}

.wrap_sns_icon {
    display: flex;
}

    .wrap_sns_icon a {
        margin-right: 10px;
    }


/* 問い合わせ先：メール */

.contact-link {
    display: inline-flex;
    align-items: center; 
    width: 140px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px; 
    text-decoration: none; 
    color: #333; 
    padding: 0 10px; 
    box-sizing: border-box;
}

.contact-icon {
    width: 17px;
    height: auto; 
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-text {
    white-space: nowrap; 
}

.wrap_toiawase_btn {
    margin-top: 20px;
}

/* copyright */
#cp {
    font-size: 0.7em;
    text-align: right;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}
  

#footerSpBtn {
    display: none;
}


@media screen and (max-width:1200px) {

    .logo_footer {
        width: 300px;
        padding-top: 66px;
    }
    .toiawase_left {
        width: 32%;
    }

    .toiawase_right {
        width: 68%;
    }


}

@media screen and (max-width:1100px) {
    .wrap_r1_r2 {
        flex-direction: column;
    }

    .logo_footer {
        padding-top: 180px;
    }

    .toiawase_r1 {
        margin-right: 70px;
        margin-bottom: 40px;
        border-bottom: 1px solid #fff;
        padding-bottom: 40px;
    }

    .toiawase_left {
        width: 45%;
    }

    .toiawase_right {
        width: 65%;
        padding-bottom: 20px;
    }

    #cp {
        margin-bottom: 0px;
    }
    
}

@media screen and (max-width:900px) {

    #toiawase {
        flex-direction: column;
    }

    .toiawase_left {
        width: 100%;
        height: 200px;
    }

    .logo_footer {
        padding-top: 30px;
    }

    .toiawase_right {
        width: 100%;
    }

    .wrap_r1_r2 {
        flex-direction: row;
    }

    .wrap_r1_r2 {
        display: flex;
        width: 630px;
        margin: 0 auto;
    }

    .toiawase_r1 {
        border: none;

    }

    .toiawase_right {
        padding-bottom: 0px;
    }

    .foot_midashi {
        font-size: 1.2em;
    }

    .toiawase_r1 {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:700px) {

    .logo_footer {
        position: relative;
        left: -10px;
    }

    .wrap_r1_r2 {
        flex-direction: column;
        text-align: center;
    }

    .wrap_r1_r2 {
        flex-direction: column;
        text-align: center;
        width: 340px;
        margin: 0 auto;
    }

    .toiawase_right {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 20px;

    }

    .toiawase_r1 {
        margin:0 auto;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;

    }

    .wrap_r1_r2 {
        flex-direction: column;
        text-align: center;
        width: 300px;
        margin: 0 auto;


    }

    #cp {
        margin-bottom: 0px;
        width: 100px;
        padding: 0;
        margin: 0 auto;
        margin-top: 30px;
    }
}
