@charset "utf-8";

/** ***************************************************************************
 * 国内
 * ************************************************************************* */

/**
 * 地図
 */

#domestic div.map {
  text-align: center;
}

/**
 * 営業拠点一覧ボタン
 */

#domestic div.button {
  text-align: center;
}

@media screen and (min-width:768px) {

  #domestic div.button {
    text-align: right;
  }

}

/**
 * 営業所一覧
 */

#domestic div.office dl.list {
  padding: 0.5px;
  background-color: #b6b6b6;
}

#domestic div.office dl.list div.item {
  width: calc(100% - 1px);
  margin: 0.5px;
  padding: 15px 10px 15px 3em;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

#domestic div.office dl.list div.item::before {
  content: '';
  width: 5em;
  height: 3px;
  background: linear-gradient(to right, rgb(var(--accentcolor-marutsu-1)), rgb(var(--accentcolor-marutsu-2)));
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#domestic div.office dl.list div.item.spacer {
  display: none;
}

#domestic div.office dl.list dt {
  color: rgb(var(--accentcolor-marutsu-1));
  font-size: 1.143em;
  font-weight: 600;
}

#domestic div.office dl.list dt a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

#domestic div.office dl.list dt a::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  background: url("../../_image/_common/icon-arrow-2.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 0.25em;
  left: -1.75em;
}

@media screen and (min-width:768px) {

  #domestic div.office dl.list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #domestic div.office dl.list div.item {
    width: calc(100% / 2 - 1px);
    padding: 25px 15px 25px 3em;
  }

  #domestic div.office dl.list div.item::before {
    width: 8em;
  }

  #domestic div.office dl.list div.item.spacer {
    display: block;
  }

  #domestic div.office dl.list div.item.spacer::before {
    content: none;
  }

  #domestic div.office dl.list dt {
    font-size: 1.125em;
  }

}

/** ***************************************************************************
 * 海外
 * ************************************************************************* */

/**
 * 営業所一覧
 */

#overseas div.office dl.list {
  padding: 0.5px;
  background-color: #b6b6b6;
}

#overseas div.office dl.list div.item {
  width: calc(100% - 1px);
  margin: 0.5px;
  padding: 15px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

#overseas div.office dl.list div.item::before {
  content: '';
  width: 5em;
  height: 3px;
  background: linear-gradient(to right, rgb(var(--accentcolor-marutsu-1)), rgb(var(--accentcolor-marutsu-2)));
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#overseas div.office dl.list div.item.spacer {
  display: none;
}

#overseas div.office dl.list dt {
  color: rgb(var(--accentcolor-marutsu-1));
  font-size: 1.143em;
  font-weight: 600;
}

#overseas div.office dl.list dt a {
  color: inherit;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

#overseas div.office dl.list dt a::before {
  content: '';
  width: 1.25em;
  height: 1.25em;
  background: url("../../_image/_common/icon-arrow-2.png") 0 0 / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: 0.25em;
  left: -1.75em;
}

@media screen and (min-width:768px) {

  #overseas div.office dl.list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #overseas div.office dl.list div.item {
    width: calc(100% / 2 - 1px);
    padding: 25px;
  }

  #overseas div.office dl.list div.item::before {
    width: 8em;
  }

  #overseas div.office dl.list div.item.spacer {
    display: block;
  }

  #overseas div.office dl.list div.item.spacer::before {
    content: none;
  }

  #overseas div.office dl.list dt {
    font-size: 1.125em;
  }

}

/** ***************************************************************************
 * 本社アクセス
 * ************************************************************************* */

#access div.access div.item ~ div.item {
  margin-top: 20px;
}

#access div.access em {
  color: rgb(var(--accentcolor-marutsu-1));
  font-size: 1.143em;
  font-weight: 600;
}

@media screen and (min-width:768px) {

  #access div.access {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }

  #access div.access em {
    font-size: 1.125em;
  }

}

/**
 * 地図
 */

#access div.map {
  height: 100vw;
  max-height: 500px;
  position: relative;
  z-index: 0;
}

#access div.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

@media screen and (min-width:768px) {

  #access div.map {
    width: 72%;
  }

}

/**
 * 本社住所と連絡先
 */

@media screen and (min-width:768px) {

  #access div.address {
    width: 26%;
    margin-top: 0 !important;
  }

}

/**
 * 電車
 */

#access div.railway {
  width: 100%;
}

/**
 * TAXI
 */

#access div.taxi {
  width: 100%;
}
