.introduction_list > div {
  padding: 3px 10px;
}
.link__list {
  margin-top: 6rem;
  margin-bottom: 7rem;
}
.link__list > a {
  border-right: solid 1px #707070;
  padding: 0 10px;

}
.link__list > a:last-child {
  border-right: 0;
}

a.link-block {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-left: 10px;
}
a.link-block::before {
  position: absolute;
  content: '';
  background: url(../images/next.jpg) no-repeat;
  background-size: contain;
  width: 23px;
  height: 16px;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.branch_name {
  display: block;
  /* color: #fff; */
}

.business_title {
  font-size: 30px;
}

.description01 {
  font-size: 20px;
  margin-bottom: 30px;
}

.description02 {
  font-size: 16px;
}


.gallery {
  margin-bottom: 7rem;
}
.gallery img {
  width: 100%;
}

.gallery__item__square {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.gallery__item__square img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: .3s;
}

.gallery__item__rectangle {
  position: relative;
  overflow: hidden;
  padding-top: 47.865%;
}
.gallery__item__rectangle img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: .3s;
}
.gallery__item__vertical {
  position: relative;
  overflow: hidden;
  padding-top: 155%;
  height: 100%;
}
.gallery__item__vertical img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.gallery__item__rectangle:hover img{
  transform: scale(1.1) translateY(-50%);
}
.gallery__item__square:hover img,
.gallery__item__vertical:hover img {
  transform: scale(1.1);
}
.grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.h-100 {
  height: 100%;
}

.wp-block-columns img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .business_title {
    font-size: 24px;
  }
  .description01 {
    font-size: 18px;
  }
  
  .description02 {
    font-size: 16px;
  }
  a.link-block {
    font-size: 16px;
  }
  .link__list {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
  
}
@media screen and (max-width: 767px) {
  .introduction_list > div {
    width: 50%;
    font-size: 12px;
    padding: 5;
  }
  .page p {
    line-height: 1.6;
  }
  .page p strong {
    font-size: 18px;
  }
}

/* 考え方
--------------------*/
.activities .activities_title {
  margin-bottom: 5rem;
  font-size: 20px;
}

/* 会社概要
---------------------*/
.company table tr {
  border-bottom: solid 1px #ddd;
}
.company table tr td {
  padding: 10px 3px;
}
.company table tr td:first-child {
  font-weight: bold;
  display: block;
  min-width: 90px;
}
.company table a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .company table tr td {
    display: block;
  }
}

/* 沿革
営業所・ショールーム・Shop
---------------------*/
.history .history__box {margin-bottom: 20px;}
.showroom .showroom__box .showroom__title,

.history .history__box  {
  font-size: 18px;
    font-weight: bold;
   margin-bottom:20px;
}
.history1 .history__box  {
  font-size: 18px;
    font-weight: bold;
   margin-bottom:5px;
}
.history dl {
  padding-left: 12px;
}
.history dt {max-width: 78px;
    text-align: center;
    background: #9b9b9b;
    line-height: 44px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: normal;
}
.history dd{background: #E5E1DB;
    line-height: 44px;width: 85%;
    float: left;margin-bottom: 5px;font-size: 15px;font-weight: normal;}
@media screen and (max-width: 767px) {
  .showroom .showroom__box .showroom__title {
    font-size: 18px;
  }
  .history .history__box .history__title {
    font-size: 16px;
  }

}
@media screen and (max-width: 320px) {
  .history dt {
    max-width: 82px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* 営業所・ショールーム・Shop
---------------------*/
.showroom .unit_name {
  border: solid 1px #707070;
  max-width: 180px;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
}
.showroom .map {
  border-radius: 6px;
  background-color: #eaeaea;
  font-size: 12px;
  padding: 1px 3px;
  text-align: center;
}
.showroom .overseas_box {
  border-bottom: solid 1px #eaeaea;
}
.keyuca_link {
  position: relative;
}
.keyuca_link::after {
  content: '';
  background: url(../images/icon_window.png) no-repeat;
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}

.reservation {
  font-size: 14px;
}
.business_box {
  /* padding-top: 100px; */
}

/*
* システム
*/
.system p a {
  text-decoration: underline;
}
.system p span {
  display: block;
  margin-top: -8px;
  font-size: 14px;
}
.system.page p {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 782px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .wp-block-column,.wp-block-column:not(:only-child),.wp-block-column:nth-child(2n) {
    flex-basis: 100%!important;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
