@charset "UTF-8";
.none_pc{
display: none;
}
.none_sp{
display:block;
}
.sp{
  display:none;
}
.sp_420{
display: block;
}
.sp_380{
display: block;
}
.sp_320{
display: block;
}
.top-sec5 * {
font-family: 'Noto Sans JP', sans-serif;
}
.top-sec5{
background-color: #f7f9fa;
}
.container-keio{
padding: 80px 20px;
}
.top-sec5-about .about-image {
    background-image:none;
    width: 100%;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}


.office_name {
    margin-bottom: 20px;
}
.top-sec5-about .about-text{
width: 100%;
padding: 25px;
}
.top-sec5-about .about-text .office_name h3, .top-sec5-about .about-text .office_name h5 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.top-sec5-about .about-text .office_name h3 {
    font-size: 24px;
}
.top-sec5-about .about-text .office_name h5 {
    font-size: 16px;
    margin-left: 25px;
}
.officelist_wrapper .top-sec5-about .about-text p {
    position: relative;
    letter-spacing: 0.15em;
    line-height: 1.5;
}
.officelist_wrapper .top-sec5-about .about-text .address{
margin-bottom: 15px;
}
.officelist_wrapper .top-sec5-about .about-text .time,.officelist_wrapper .top-sec5-about .about-text .telnum,.officelist_wrapper .top-sec5-about .about-text .faxnum{
  position: relative;
  margin-bottom: 5px;
  color: #808080;
  font-size: 14px;
  padding-left: 21px;
}
.officelist_wrapper .top-sec5-about .about-text .faxnum{
  margin-bottom: 0;
}
.officelist_wrapper .top-sec5-about .about-text .time:before,.officelist_wrapper .top-sec5-about .about-text .telnum:before,.officelist_wrapper .top-sec5-about .about-text .faxnum:before{
position: absolute;
content: "";
width: 17px;
height: 17px;
top: 2px;
left: 0;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.officelist_wrapper .top-sec5-about .about-text .time:before{
background-image: url(/wp-content/uploads/sites/914/2022/12/shoplist_icon1_2x.png);
}
.officelist_wrapper .top-sec5-about .about-text .telnum:before{
background-image: url(/wp-content/uploads/sites/914/2022/12/shoplist_icon2_2x.png);
}
.officelist_wrapper .top-sec5-about .about-text .faxnum:before{
background-image: url(/wp-content/uploads/sites/914/2022/12/shoplist_icon3_2x.png);
}

.entry-content .office_coment {
  text-align:center;
  color: #4c5863;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  line-height: 2;
  margin-bottom:60px;
}

.officelist_wrapper .container-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.officelist_wrapper .container-list .top-sec5-about{
width: calc(33.3% - 20px);
align-items: normal;
margin-bottom: 30px;
}

.officelist_wrapper .container-list .top-sec5-about:nth-last-child(-n+3){
margin-bottom:0px;
}

.officelist_wrapper .container-list .top-sec5-about .shop_link{
display: block;
background-color: #fff;
border-radius: 15px;
}
.officelist_wrapper .container-list .top-sec5-about .shop_link:hover{
opacity: 0.6;
}
@media (max-width: 480px){
  .none_pc{
  display:block;
  }
  .none_sp{
  display:none;
  }
  .sp_420{
  display: none;
  }
  .sp_380{
  display: none;
  }
  .sp_320{
  display: none;
  }
  .entry-content .office_coment{
  text-align: justify;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  margin-bottom: 40px;
  margin-right: 0;
  }

  .container-keio {
    padding: 60px 20px;
}

  .officelist_wrapper .container-list .top-sec5-about{
  width: 100%;
  margin-bottom: 20px;
  }
  .officelist_wrapper .container-list .top-sec5-about:nth-last-child(-n+3) {
    margin-bottom: 20px;
}
  .officelist_wrapper .container-list .top-sec5-about:last-child{
  margin-bottom: 0;
  }
  .top-sec5-about .about-image{
  margin-bottom: 0;
  }
  .top-sec5-about .about-text{
  padding: 15px 20px 20px;
  }
  .officelist_wrapper .top-sec5-about .about-text .address{
  font-size: 13px;
  letter-spacing: 0.1em;
  }
  .officelist_wrapper .top-sec5-about .about-text .time,.officelist_wrapper .top-sec5-about .about-text .telnum,.officelist_wrapper .top-sec5-about .about-text .faxnum{
  font-size: 12px;
  }
  .time:before, .officelist_wrapper .top-sec5-about .about-text .telnum:before, .officelist_wrapper .top-sec5-about .about-text .faxnum:before{
  top: 0;
  }
  .office_name{
  margin-bottom: 10px;
  }
  .top-sec5-about .about-text .office_name h3 {
      font-size: 20px;
      line-height: 1.5;
  }

}
@media (max-width: 420px){
.sp_420{
  display: block;
}
}
@media (max-width: 380px){
.sp_380{
  display: block;
}
}

@media (max-width: 340px){
  .officelist_wrapper .top-sec5-about .about-text .address{
  letter-spacing: 0.05em;
  }
}
@media (max-width: 320px){
.sp_320{
  display: block;
}
}
