@charset "utf-8";

.nav-local p {
  font-weight: bold;
  width: 100%;
}

.nav-local .str-outer {
  padding: 0;
}

.nav-local .str-outer .str-inner .align-left .mod-link {
  padding: 10px 30px 10px 16px;
  font-size: 1.8rem;
  min-height: 56px;
  height: 73px;
  line-height: 56px;
  width: 100%;
}

.nav-local .str-outer .str-inner .align-left .mod-link::after {
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  right: 14px;
}

.nav-local a[href]:focus, .nav-local a[href]:hover {
  text-decoration: underline;
}

.nav-local .str-outer .str-inner .mod-link-02 ul.list {
  font-size: 1.6rem;
  background: #eff2f6;
  border-bottom: 8px solid #f8f8f8;
}

.nav-local .str-outer .str-inner .mod-link-02 ul.list li.of-down {
  margin-bottom: 0;

}

.nav-local .str-outer .str-inner .mod-link-02 ul.list li.of-down a {
  width: 100%;
  min-height: 60px;
  padding: 15px 31px 14px 20px;
  display: flex;
  align-items: center;

}

.nav-local .str-outer .str-inner .mod-link-02 ul.list li.of-down a::after {
  width: 14px;
  height: 14px;
  right: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  transition: .3s all ease;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: 1px solid #333;
  border-color: #333 #333
    transparent transparent;
  background-image: none;
}

#nav-toggle-2 {
  display: none;
}
 
/* ================= PC ================= */
@media (min-width: 769px) {
  .nav-content {
    max-height: none !important;
    overflow: visible;
  }
  
  .menu-label {
    display: none;
  }
 
  .menu-label::after {
    display: none;
  }
  
    .mod-link {
    display: inline-block !important;
  }
}
 
/* ================= スマホ ================= */
@media (max-width: 768px) {
  
   .root {
    display: flex;
    align-items: center;
    height: 48px;
  }
  
  .menu-label {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 10px 0 10px 60px;
  }
  
  /* ===== 3本線 ===== */
  .menu-label span {
    position: absolute;
    left: 16px;
    width: 26px;
    height: 1px;
    background: #333;
    transition: 0.3s;
  }

  .menu-label span:nth-child(1) {
    top: 19px;
  }

  .menu-label span:nth-child(2) {
    top: 24px;
  }

  .menu-label span:nth-child(3) {
    top: 29px;
  }
  
  /* === テキスト切り替え === */
  
  .menu-label .title {
    display: inline;
  }
  
  .mod-link {
    display: none;
  }

  .nav-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  #nav-toggle-2:checked ~ .nav-content {
    max-height: 500px;
  }

  html[data-script-enabled=true] .nav-local .str-outer .root {
    padding-left: 0;
  }
  /* ===== 開いたとき（×） ===== */

  /* 上 */
  #nav-toggle-2:checked + .root .menu-label span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
    width: 21px;
  }

  /* 中央消す */
  #nav-toggle-2:checked + .root .menu-label span:nth-child(2) {
    opacity: 0;
  }

  /* 下 */
  #nav-toggle-2:checked + .root .menu-label span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
    width: 21px;
  }
  
  #nav-toggle-2:checked + .root .menu-label .title {
    display: none;
  }
  
  #nav-toggle-2:checked + .root .mod-link {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .nav-local p {
    border-top: none;
    border-bottom: none;
    width: 0;
  }

  #nav-toggle-2:checked + .root p {
    width: 100%;
  }

  .nav-local .str-outer .str-inner .align-left .mod-link {
    padding: 0 30px 0 0;
    font-size: 1.6rem;
    width: 100%;
  }

  .nav-local .str-outer .str-inner .align-left .mod-link::after,
  .nav-local .str-outer .str-inner .mod-link-02 ul.list li.of-down a::after {
    width: 9px;
    height: 9px;
  }


}
