body:not(.lp)::after {
  border: none;
}

.is-tatebayashi h3 {
  color: #004CA1;
}

.is-tatebayashi a.button, .is-tatebayashi input.button {
  border: solid 1px #004CA1;
  background: #004CA1;
}
.is-tatebayashi footer {
  background: #004CA1;
  padding-top: 10px;
}
.is-tatebayashi footer #footer_menu #footer_nav li a {
  border-bottom-color: #09A5CF;
}
@media screen and (min-width: 769px) {
  .is-tatebayashi footer .footer_concierge {
    width: 130px;
  }
}
.is-tatebayashi footer .footer_concierge .footer_concierge_name {
  left: -110px;
  background-color: #09A5CF;
}
.is-tatebayashi header nav .btn-trigger {
  background-color: #004CA1;
}
.is-tatebayashi header hgroup h1 {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .is-tatebayashi #site_navigation .nav_menu ul {
    background-color: #004CA1;
  }
}
@media screen and (max-width: 768px) {
  .is-tatebayashi #site_navigation .nav_menu ul li:not(.gnav_sns) {
    background-color: #09A5CF;
  }
}
.is-tatebayashi #site_navigation .nav_menu ul li.gnav_sns {
  background-color: #004CA1;
}
.is-tatebayashi #site_navigation .nav_menu ul .gnav_sns li {
  background-color: #004CA1;
}
.is-tatebayashi .green_content {
  background: #EBF0F2;
}
.is-tatebayashi .content_area {
  border-color: #004CA1;
}
.is-tatebayashi #page_top a {
  background-color: #004CA1;
}

footer .footer_concierge .footer_concierge_name .name rt {
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #site_navigation .nav_menu ul.gnav_sns li.twitter a {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  #site_navigation .nav_menu ul.gnav_sns li.twitter a:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/X_logo-white.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    left: 22px;
  }
}


.bodyContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.bodyContainer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #196a26;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  z-index: 10;
  pointer-events: none;
}
.is-tatebayashi .bodyContainer::after {
  border-color: #004CA1;
}

.tmenu {
  padding: 60px 0;
  background-image: url(../images/bg_top_menu_tatebayashi.png);
}

.tmenu__items {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1.2%;
       column-gap: 1.2%;
  row-gap: 1.2%;
}
@media screen and (max-width: 768px) {
  .tmenu__items {
    width: 89.7435897436vw;
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
    row-gap: 2.5641025641vw;
  }
}
.tmenu__item {
  width: 23.5%;
}
@media screen and (min-width: 1140px) {
  .tmenu__item {
    width: 24.1%;
  }
}
@media screen and (max-width: 768px) {
  .tmenu__item {
    width: 43.5897435897vw;
  }
}
.tmenu__item img {
  width: 100%;
}
