@charset "utf-8";

/* 共通 */
b{
    font-family: "Frutiger LT W01_65 Bold1475746","Gothic MB101 DemiBold","ゴシックMB101 DB","ゴシックMB101 DB JIS2004",YuGothic,"Gothic MB101 DemiBold JIS2004","Yu Gothic",sans-serif;
}
#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;
	letter-spacing: 0.1em;
}

#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.6;
		letter-spacing: 0.2em;
    }
}

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

.section_02 h3 {
    font-size: 1.0rem;
    display: flex;
    align-items: center;
    margin: 40px 0 10px;
	letter-spacing: 0.1em;
}

.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;
    }
}
/* お問い合わせ */
.CONTACTSection h3 {
    font-size: clamp(35px, 4.5vw, 45px);
    font-weight: 500;
    line-height: 1;
    color: #B0B2AF;
    font-family: "Frutiger LT W01_45 Ligh1475730","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;
  }
  .CONTACTSection p {
    padding-top: 6px;
  }
  .CTSubText {
    font-size: 12px;
    display: block;
    font-family: 'Frutiger LT W01_45 Ligh1475730', "Gothic MB101 Light";
    line-height: 1.7;
  }
  
  .CTRItem a {
    font-size: clamp(18px, 2.5vw, 19px);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
  }
  .CTRItem a:hover{
    opacity: 0.7;
  }
  
  .CTRItem a::before {
    content: '';
    display: inline-block;
    height: auto;
    margin-right: 7.7px;
  }
  
  .CTRRight .CTRItem a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f0e0';
    font-weight: 900;
  }
  
  .CTRRight{
    margin-top: 25px;
  }
  .CTRRLeft .CTRItem a::before {
    width: 20px;
    aspect-ratio: 25.44/16.69;
    background: url(../images/freedaial.svg) no-repeat center/contain;
  }
  
  .CTRItem a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: auto;
    aspect-ratio: 14.67/11;
    margin-left: 15px;
    background: url(../images/rightarrow.svg) no-repeat center/contain;
  }
  
  .CTRRight .CTRItem a:nth-of-type(1) {
    margin-right: 40px;
  }
  .CTRight {
    width: auto;
    flex-grow: 2;
    display: flex;
    justify-content: space-around;
    margin-left: min(13%, 181px);
    flex-direction: column;
  }
  
  .CTLeft {
    width: 228px;
  }
  
  .ContactBox {
    width: 100%;
    max-width: 760px;
    display: flex;
    margin: 0 auto;
  }
  .CONTACTSection{
    width: 100%;
    margin: 80px auto;
  }
  @media screen and (max-width: 768px) {
    .ContactBox {
      flex-direction: column;
    }
    .CTRight {
        margin: 0;
      }
    .CTRRLeft{
      margin: 35px 0;
    }
    .CONTACTSection{
      padding: 0 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;
}

.TextColarBox {
    text-align: center;
    padding: 18px;
    background-color: #f2f2f2;
    margin-bottom: 3%;
}
