@charset "UTF-8";
/*
Gutenbergのカスタムブロック用css
*/
.is-style-half-rounded-btn .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 300px;
  height: 60px;
  line-height: 34px;
  margin: 0 auto;
  padding: 0 20px 0 30px;
  background-color: white;
  color: #313131;
  border: 3px solid #313131;
  border-radius: 13px 0 13px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.is-style-half-rounded-btn .wp-block-button__link:hover {
  background-color: #313131;
  color: white;
}

.is-style-half-rounded-btn .wp-block-button__link:hover::after {
  background-color: white;
}

.is-style-half-rounded-btn .wp-block-button__link:hover::before {
  border-bottom: 3px solid white;
}

.is-style-half-rounded-btn .wp-block-button__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 56px;
  height: 1px;
  background-color: #313131;
}

.is-style-half-rounded-btn .wp-block-button__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  border-bottom: 3px solid #313131;
  border-right: 8px solid transparent;
  bottom: 50%;
  right: 20px;
}

.is-style-horidashi-btn {
  position: relative;
  z-index: 10;
}

.is-style-horidashi-btn .wp-block-button__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 360px;
  height: 120px;
  background-color: transparent;
  border-radius: 0;
  background-image: url(../images/btn_horidashi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .is-style-horidashi-btn .wp-block-button__link {
    background-image: url(../images/btn_horidashi_x2.png);
  }
}

.is-style-in-see-btn {
  display: block;
  width: 100%;
  height: 40px;
}

.is-style-in-see-btn .wp-block-button__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #d1c0a5;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0;
  border: 3px solid #313131;
  color: #313131;
  position: relative;
  font-size: 12px;
}

.is-style-in-see-btn .wp-block-button__link::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 56px;
  height: 1px;
  margin-left: 10px;
  background-color: #313131;
}

.is-style-in-see-btn .wp-block-button__link::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 3px;
  border-bottom: 3px solid #313131;
  border-right: 8px solid transparent;
  bottom: 50%;
  right: 20px;
}

.is-style-two-color-table {
  width: 100%;
  margin: 0;
}

.is-style-two-color-table table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
}

.is-style-two-color-table table tbody {
  width: 100%;
}

.is-style-two-color-table table tbody tr td {
  margin: 0;
  padding: 20px 0;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: left;
  position: relative;
}

.is-style-two-color-table table tbody tr td a {
  color: #313131;
}

.is-style-two-color-table table tbody tr td:first-of-type {
  width: 200px;
  border-bottom: 2px solid #0f9460;
}

.is-style-two-color-table table tbody tr td:nth-of-type(n + 2) {
  border-bottom: 2px solid #313131;
}

.is-style-two-color-table table tbody tr td:nth-of-type(n + 2) img {
  margin-top: 20px;
}

.is-style-two-color-table table tbody tr td .sp {
  display: none;
}

.is-style-two-color-table table tbody tr td .google-map {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #313131;
  padding: 6px 10px;
  color: black;
  position: absolute;
  right: 0;
  font-size: 12px;
  line-height: 12px;
}

.is-style-two-color-table table tbody tr td .google-map::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow_x2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 4px;
  margin-left: 10px;
}

.is-style-action-guidline-table {
  width: 100%;
  margin: 0;
}

.is-style-action-guidline-table table {
  width: 100%;
  border-collapse: collapse;
}

.is-style-action-guidline-table table tbody tr td {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: left;
}

.is-style-action-guidline-table table tbody tr td:first-of-type {
  width: 180px;
  border-bottom: 1px solid #0f9460;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  color: #0f9460;
}

.is-style-action-guidline-table table tbody tr td:nth-of-type(n + 2) {
  border-bottom: 1px solid #313131;
}

.is-style-action-guidline-table table tbody tr td:nth-of-type(n + 2) img {
  margin-top: 25px;
}

.is-style-action-guidline-table table tbody tr:last-of-type td:first-of-type {
  border-bottom: none;
}

.is-style-action-guidline-table table tbody tr:last-of-type td:nth-of-type(n + 2) {
  border-bottom: none;
}

.wp-block-table.is-style-history-table {
  width: 100%;
  margin: 0;
}

.wp-block-table.is-style-history-table table {
  margin-top: 50px;
  width: 800px;
  border-collapse: collapse;
}

.wp-block-table.is-style-history-table table tbody tr {
  border-bottom: 1px solid #f5f2ed;
}

.wp-block-table.is-style-history-table table tbody tr td {
  margin: 0;
  padding: 25px 0;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 25px 0;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
}

.wp-block-table.is-style-history-table table tbody tr td:first-of-type {
  width: 200px;
  position: relative;
  color: #313131;
}

.wp-block-table.is-style-history-table table tbody tr td:first-of-type::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  margin-right: 15px;
  background-color: #0f9460;
  border: 1px solid #313131;
  z-index: 1;
}

.wp-block-table.is-style-history-table table tbody tr td:first-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 100%;
  border-left: 2px solid #efefef;
  z-index: 0;
  top: 0;
  left: 14px;
}

.wp-block-table.is-style-history-table table tbody tr:first-of-type td:first-of-type::after {
  height: 50%;
  top: 50%;
}

@media screen and (max-width: 640px) {
  .is-style-half-rounded-btn .wp-block-button__link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 calc((100% - 230px) / 2 + 5px);
  }
  .is-style-half-rounded-btn .wp-block-button__link::after {
    margin-left: 5px;
  }
  .is-style-half-rounded-btn .wp-block-button__link::before {
    right: calc((100% - 230px) / 2 + 10px);
  }
  .is-style-horidashi-btn {
    position: relative;
    z-index: 10;
    width: 100%;
    height: calc( ( 100vw / 420 ) * 120);
    max-width: 360px;
    max-height: 120px;
  }
  .is-style-horidashi-btn .wp-block-button__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 100%;
    height: calc( ( 100vw / 420 ) * 120);
    background-position: center;
    background-size: 100%;
    padding: 0;
  }
  .is-style-in-see-btn {
    height: 30px;
  }
  .is-style-in-see-btn .wp-block-button__link {
    font-size: 10px;
  }
  .is-style-two-color-table table {
    margin-top: 15px;
  }
  .is-style-two-color-table table tbody tr {
    display: block;
  }
  .is-style-two-color-table table tbody tr td {
    padding: 0;
    display: block;
  }
  .is-style-two-color-table table tbody tr td:first-of-type {
    width: 100%;
    padding: 0 0 8px 0;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2px;
    color: #0f9460;
  }
  .is-style-two-color-table table tbody tr td:nth-of-type(n + 2) {
    border: none;
    padding: 5px 0;
    font-size: 12px;
    line-height: 24px;
  }
  .is-style-two-color-table table tbody tr td:nth-of-type(n + 2) img {
    margin-top: 10px;
  }
  .is-style-two-color-table table tbody tr td .sp {
    display: block;
  }
  .is-style-two-color-table table tbody tr td .pc {
    display: none;
  }
  .is-style-two-color-table table tbody tr td .google-map {
    position: relative;
    font-size: 10px;
    line-height: 10px;
    padding: 6px 5px;
  }
  .is-style-two-color-table table tbody tr td img {
    max-width: 100%;
    height: auto;
  }
  .is-style-two-color-table table tbody tr td a {
    position: relative;
    margin-bottom: 5px;
  }
  .is-style-two-color-table table tbody tr:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .is-style-action-guidline-table table tbody tr td {
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-size: 12px;
    line-height: 24px;
  }
  .is-style-action-guidline-table table tbody tr td:first-of-type {
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
  }
  .is-style-action-guidline-table table tbody tr td:nth-of-type(n + 2) {
    border: none;
  }
  .is-style-action-guidline-table table tbody tr:last-of-type td:first-of-type {
    border-bottom: 1px solid #0f9460;
  }
  .wp-block-table.is-style-history-table {
    width: 100%;
    margin: 0;
  }
  .wp-block-table.is-style-history-table table {
    margin-top: 10px;
    width: 100%;
  }
  .wp-block-table.is-style-history-table table tbody tr td {
    padding: 0;
    display: block;
    font-size: 12px;
    line-height: 24px;
  }
  .wp-block-table.is-style-history-table table tbody tr td:nth-child(2) {
    margin-left: 15px;
    padding: 0 0 5px 20px;
    position: relative;
  }
  .wp-block-table.is-style-history-table table tbody tr td:nth-child(2)::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: 2px solid #efefef;
    z-index: 0;
    top: 0;
    left: -1px;
  }
  .wp-block-table.is-style-history-table table tbody tr td:first-of-type {
    color: #0f9460;
    position: relative;
    padding-top: 0;
  }
}
/*# sourceMappingURL=customBlock.css.map */
