@charset "utf-8";

/* 共通 */
#information_wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.75;
}

#information_wrapper .pc {
    display: none;
}

#information_wrapper h2 {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 80px 0 20px;
}

#information_wrapper h2::before {
    content: "";
    display: block;
    width: 6px;
    height: 24px;
    background-color: #d6d6d6;
    margin-right: 8px;
}
.none{
    display: none;
}
/* タイトルエリア */
.section_01 {
    display: flex;
    background-color: #f7f7f7;
    align-items: center;
}

.section_01 div {
    display: block;
    width: 50%;
    height: auto;
    padding: 20px;
}

.section_01 div h1 {
    font-family: 'ゴシックMB101 L', 'Frutiger LT W01_45 Ligh1475730';
    font-size: 18px;
    text-align: left;
    position: relative;
    color: #5a5a5a;
}

.section_01 div h1 span {
    font-size: 50%;
    font-family: 'Frutiger LT W01_65 Bold1475746';
    color: #ccc;
}

.section_01 div p {
    font-size: 14px;
    color: #5a5a5a;
}

.section_01 img {
    display: block;
    width: 50%;
    height: auto;
}

@media (min-width:768px) {
    #information_wrapper {
        margin: 40px auto 0;
    }

    #information_wrapper .pc {
        display: block;
    }

    .section_01 div {
        padding: 40px;
    }

    .section_01 div h1 {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 1.2;
    }
}

/* 本文 */
.section_02 {
    margin: 80px auto;
    max-width: 760px;
    padding: 0 20px;
}

.section_02 h3 {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin: 40px 0 10px;
}

.section_02 h3::before {
    display: block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #d6d6d6;
    margin-right: 8px;
}

.sofa_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sofa_link {
    background-color: #f7f7f7;
    box-shadow: 0 0 5px #ddd;
}

.sofa_link img {
    width: 100%;
}

.sofa_link .text {
    padding: 10px;
}

.sofa_link span {
    font-family: 'ゴシックMB101 L', 'Frutiger LT W01_45 Ligh1475730';
    font-size: 0.8rem;
    display: block;
}

@media (min-width:768px) {
    .sofa_link_list {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}
/* お問い合わせ */
.contectBox {
    width: 100%;    
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    padding: 40px 20px;
    border: 1px solid #ddd;
}

.ContactItem{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ContactItem:nth-child(2){
    padding-left: 15px;
}
@media (max-width:550px) {
    .contectBox {
flex-direction: column;
    }
    .ContactItem{
        width: 100%;
    }
    .ContactItem:nth-child(2){
        padding-left: 0;
        padding-top: 42px;
    }
}
div[class*="Itembtn"]{
    width: 100%;
}
.ItembtnContact a,.ItembtnPhone a{
    width: fit-content;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 20px;
    margin: 0 auto;
}
.ItembtnPhone a{
    margin: 0 auto 15px;
}
.ItembtnContact a{
    margin: 15px auto 0;
    border: #333 solid 1px;
    transition: all 0.3s;
    border-radius: 50px;
    stroke: #333;
}
.ItembtnContact:hover a{
   background-color: #333;
   color: #fff;
   fill: #fff;
   stroke: #fff;
}
.nomalText {
    font-size: 15px;
}
.smallText {
    width: 150%;
    position: absolute;
    font-size: 12px;
    bottom: -6px;
    left: -32px;
}
.phoneText{
    font-size: 25px;
}
.contactIcon01{
    width: 32px;
    height: 32px;
}
.contactIcon02{
    width: 12px;
    height: 13px;
    margin-left: 11px;
}


@media (min-width:768px) {
    .contact {
        flex-direction: row;
    }

    .contact h4 {
        margin-bottom: 20px;
    }
}

a.mailmagazine {
    display: block;
    width: fit-content;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #333;
    transition: .3s;
    margin: 60px auto;
}

a.mailmagazine::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
    padding: 0 8px 0 0;
}

a.mailmagazine:hover {
    background-color: #333;
    color: #fff;
}