@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Open+Sans:ital,wght@1,700;1,800&display=swap");
html,
body {
  font-family: "Noto Sans JP", sans-serif;
}

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

.l-wrap {
  width: 100%;
}

.l-breadcrumb-bar {
  width: 100%;
  background-color: #464646;
  padding: 6px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb-bar {
    display: none;
  }
}

.l-header {
  width: 100%;
  padding: 0 20px;
  border-top: 3px solid #196a26;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0 0 0 17px;
    position: relative;
  }
}
.l-header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
}
@media screen and (min-width: 769px) {
  .l-header > .container {
    margin: 23px auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header > .container {
    padding: 0;
  }
}

.is-tatebayashi .l-header {
  border-top-color: #004ca1;
}

.l-header__branding {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.l-header__logo {
  max-width: 260px;
  margin: 0 25px 0 0;
}
.l-header__logo a,
.l-header__logo img {
  display: block;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .l-header__logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 175px;
    margin-right: 15px;
    width: 68%;
  }
}

.l-header__tel {
  max-width: 260px;
  background-color: #eff0f2;
  color: #333;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    font-size: 11px;
    padding: 4px;
  }
}
.l-header__tel span {
  display: block;
  font-size: 10px;
  font-weight: normal;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l-header__tel span {
    font-size: 0.7em;
  }
}

.l-page {
  width: 100%;
}

.l-main {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-main {
    margin: 0 auto;
  }
}
.l-main .entry_content p {
  margin: 10px auto 0;
}
.l-main .m0 {
  margin: 0;
}
.l-main .mT0 {
  margin-top: 0;
}
.l-main .mB0 {
  margin-bottom: 0;
}
.l-main .mR0 {
  margin-right: 0;
}
.l-main .mL0 {
  margin-left: 0;
}
.l-main .mT5 {
  margin-top: 5px;
}
.l-main .mB5 {
  margin-bottom: 5px;
}
.l-main .mR5 {
  margin-right: 5px;
}
.l-main .mL5 {
  margin-left: 5px;
}
.l-main .mT10 {
  margin-top: 10px;
}
.l-main .mB10 {
  margin-bottom: 10px;
}
.l-main .mR10 {
  margin-right: 10px;
}
.l-main .mL10 {
  margin-left: 10px;
}
.l-main .mT15 {
  margin-top: 15px;
}
.l-main .mB15 {
  margin-bottom: 15px;
}
.l-main .mR15 {
  margin-right: 15px;
}
.l-main .mL15 {
  margin-left: 15px;
}
.l-main .mT20 {
  margin-top: 20px;
}
.l-main .mB20 {
  margin-bottom: 20px;
}
.l-main .mR20 {
  margin-right: 20px;
}
.l-main .mL20 {
  margin-left: 20px;
}
.l-main .mT25 {
  margin-top: 25px;
}
.l-main .mB25 {
  margin-bottom: 25px;
}
.l-main .mR25 {
  margin-right: 25px;
}
.l-main .mL25 {
  margin-left: 25px;
}
.l-main .mT30 {
  margin-top: 30px;
}
.l-main .mB30 {
  margin-bottom: 30px;
}
.l-main .mR30 {
  margin-right: 30px;
}
.l-main .mL30 {
  margin-left: 30px;
}
.l-main .mT35 {
  margin-top: 35px;
}
.l-main .mB35 {
  margin-bottom: 35px;
}
.l-main .mR35 {
  margin-right: 35px;
}
.l-main .mL35 {
  margin-left: 35px;
}
.l-main .mT40 {
  margin-top: 40px;
}
.l-main .mB40 {
  margin-bottom: 40px;
}
.l-main .mR40 {
  margin-right: 40px;
}
.l-main .mL40 {
  margin-left: 40px;
}

.container {
  margin: auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.l-footer .container,
.event-footer .container {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .l-footer .container,
  .event-footer .container {
    padding: 0 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .container,
  .event-footer .container {
    padding: 3px 0 0;
  }
}

.l-footer {
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 10px 0 0;
  }
}

.content_area {
  margin: 15px auto;
  max-width: 1100px;
  padding: 30px 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .content_area {
    padding: 20px;
  }
}

.gray_content {
  background: #eeeff1;
  margin: auto;
}

.green_content {
  background: #edf1f0;
  margin: auto;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .green_content .container,
  .gray_content .container {
    text-align: left;
  }
}
.l-content .pager {
  margin: 40px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-content .pager .prev,
.l-content .pager .next {
  display: none;
}
.l-content .pager a {
  display: block;
  margin: 0 15px;
}
.l-content .pager .current {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #196a26;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 0 15px;
}

@media screen and (max-width: 1300px) and (min-width: 769px) {
  .green_content,
  .gray_content {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .l-content .pager {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .l-content .pager a,
  .l-content .pager .current {
    margin: 0 12px;
  }
}

@media screen and (max-width: 768px) {
  .green_content .content_area,
  .gray_content .content_area {
    text-align: left;
    display: inline-block;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .c-nav-toggle-wrap {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-toggle-wrap {
    height: 60px;
  }
}

.c-nav-toggle {
  border: none;
  cursor: pointer;
  display: none;
  width: 100%;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-nav-toggle {
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #196a26;
    display: inline-block;
  }
}
.c-nav-toggle span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-nav-toggle span {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 30px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-toggle span:nth-of-type(1) {
    top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-toggle span:nth-of-type(2) {
    top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav-toggle span:nth-of-type(3) {
    top: 36px;
  }
}
.c-nav-toggle.active span:nth-of-type(1) {
  transform: translate(-50%, 9px) rotate(-45deg);
}
.c-nav-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.c-nav-toggle.active span:nth-of-type(3) {
  transform: translate(-50%, -5px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-nav__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
  }
}

@media screen and (min-width: 769px) {
  .c-nav__list {
    display: flex;
    margin: auto;
    max-width: 1100px;
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-nav__list {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list {
    display: none;
    border-bottom: 1px solid #fff;
    background: #196a26;
    padding: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list > li:not(.c-nav__sns-item) {
    background: #31783c;
    margin: 2px;
    width: calc(50% - 4px);
    padding: 0;
    float: left;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list > li:not(.c-nav__sns-item) a {
    color: #fff;
    padding: 18px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__list > li:not(.c-nav__sns-item) img {
    height: 24px;
    width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list a {
    display: block;
    padding: 12px 10px 14px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    transition: color 0.2s ease;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #196a26;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list a:hover {
    color: #196a26;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list a:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list a span {
    display: block;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list li.is-current > a {
    color: #196a26;
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list li.is-current > a::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 769px) {
  .c-nav__list img.u-pc-only {
    display: block;
    height: 26px;
    width: auto;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .c-nav__sns-item {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-item {
    clear: both;
    margin: 0;
    padding: 16px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .c-nav__sns-img {
    flex-shrink: 0;
    padding: 0 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-img img {
    display: block;
    width: 90px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-nav__sns-links {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    list-style: none;
    background: #fff;
    max-width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-links li {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.2s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-links a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__sns-links a img {
    display: block;
    width: auto;
    height: 50px;
    object-fit: contain;
  }
}

@media screen and (max-width: 768px) {
  .is-tatebayashi .c-nav-toggle {
    background-color: #004ca1;
  }
}
@media screen and (max-width: 768px) {
  .is-tatebayashi .c-nav__list {
    background: #004ca1;
  }
}
@media screen and (max-width: 768px) {
  .is-tatebayashi .c-nav__list > li:not(.c-nav__sns-item) {
    background: #09a5cf;
  }
}
@media screen and (min-width: 769px) {
  .is-tatebayashi .c-nav__list a::after {
    background-color: #004ca1;
  }
}
@media screen and (min-width: 769px) {
  .is-tatebayashi .c-nav__list a:hover {
    color: #004ca1;
  }
}
@media screen and (min-width: 769px) {
  .is-tatebayashi .c-nav__list li.is-current > a {
    color: #004ca1;
  }
}

#breadcrumbs {
  margin: 0 auto;
}
#breadcrumbs ul li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
#breadcrumbs ul li a {
  color: #fff;
  font-weight: normal;
}
#breadcrumbs ul li a > span {
  line-height: 1;
  font-size: 14px;
}
#breadcrumbs ul li i {
  color: #fff;
  margin: 0 5px 0 3px;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  #breadcrumbs {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
  }
}

.c-lower-title {
  min-height: 160px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-lower-title {
    min-height: 100px;
    position: relative;
    padding: 0 20px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}
.c-lower-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 > span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.c-lower-title h2 {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 {
    justify-content: center;
    text-align: center;
    font-size: 36px;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .parent-pageid-277 .c-lower-title h2, .page-id-188 .c-lower-title h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-id-7570 .c-lower-title h2 {
    padding-top: 25px;
  }
}
.c-lower-title h2 span {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 span {
    font-size: 16px;
  }
}
.c-lower-title h2 span {
  margin-bottom: -18px;
}
@media screen and (max-width: 768px) {
  .c-lower-title h2 span {
    margin-bottom: 0;
  }
}
.c-lower-title.access_lower {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c-lower-title.access_lower {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px 28px;
    padding: 0 20px;
  }
  .c-lower-title.access_lower h2 {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    margin: 0;
    justify-content: flex-start;
  }
  .c-lower-title.access_lower .access_title_box {
    flex: 0 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower {
    min-height: 140px;
    padding-top: 20px;
  }
  .c-lower-title.access_lower h2 {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .c-lower-title.access_lower .access_title_box {
    width: 100%;
  }
}
.c-lower-title.access_lower .access_title_box {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower .access_title_box {
    justify-content: flex-start;
  }
}
.c-lower-title.access_lower .access_title_box .inner {
  background-color: #30ab43;
  color: #fff;
  margin-right: 0;
  text-align: center;
  font-size: 40px;
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 9px 22px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower .access_title_box .inner {
    font-size: 20px;
    padding: 4px 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-lower-title.access_lower .access_title_box .inner span {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-weight: 700;
  display: block;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower .access_title_box .inner span {
    font-size: 16px;
    margin: 2px 0 0;
  }
}
.c-lower-title.access_lower.maebashi .access_title_box .inner::after {
  background-image: url(images/access_megumi_maebashi.png);
  width: 120px;
  height: 182px;
  top: -45px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower.maebashi .access_title_box .inner::after {
    width: 66px;
    height: 100px;
    top: -30px;
    right: -20px;
  }
}
.c-lower-title.access_lower.tatebayashi .access_title_box .inner::after {
  background-image: url(images/access_megumi_tatebayashi.png);
  width: 113px;
  height: 178px;
  top: -50px;
  left: -45px;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower.tatebayashi .access_title_box .inner::after {
    width: 63px;
    height: 100px;
    top: -35px;
    right: -25px;
  }
}
.c-lower-title.access_lower.tonenishi .access_title_box .inner::after {
  background-image: url(images/access_megumi_tonenishi.png);
  width: 120px;
  height: 181px;
  bottom: -40px;
  left: -90px;
}
@media screen and (max-width: 768px) {
  .c-lower-title.access_lower.tonenishi .access_title_box .inner::after {
    width: 66px;
    height: 100px;
    top: auto;
    left: auto;
    bottom: -35px;
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .single-news .c-lower-title h2,
  .single-tatebayashi-news .c-lower-title h2,
  .post-type-archive-news .c-lower-title h2,
  .post-type-archive-tatebayashi-news .c-lower-title h2 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.is-tatebayashi .c-lower-title h2 {
  color: #004ca1;
}
.is-tatebayashi .c-lower-title.access_lower .access_title_box .inner {
  background-color: #09a5cf;
}

.pageTabs__items {
  display: flex;
  height: 51px;
  align-items: flex-end;
  background: linear-gradient(#fff 0%, #fff 49.75%, #e6e6e6 100%);
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .pageTabs__items {
    justify-content: center;
  }
}

.pageTabs__item {
  display: block;
}
.pageTabs__item.-maebashi {
  margin-right: 10px;
}

.pageTabs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 41px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.is-maebashi .-maebashi .pageTabs__link {
  background: #196a26;
}
.is-tatebayashi .-tatebayashi .pageTabs__link {
  background: #004ca1;
}

.-maebashi .pageTabs__img {
  width: 132px;
  height: 24px;
}
.-tatebayashi .pageTabs__img {
  width: 152px;
  height: 31px;
}
.pageTabs__img > img {
  vertical-align: bottom;
}

.c-page-top {
  bottom: 25px;
  position: fixed;
  right: 20px;
  z-index: 101;
}
.c-page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: #196a26;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-page-top {
    display: none;
    bottom: 15px;
    right: 15px;
  }
}

.is-tatebayashi .c-page-top a {
  background-color: #004ca1;
}

.c-footer-nav__list {
  display: flex;
  width: 100%;
  max-width: calc(100% - 100px);
  margin: 0;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-footer-nav__list {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-auto-rows: min-content;
    align-items: start;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .c-footer-nav__list {
    max-width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-footer-nav__list {
    max-width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list {
    flex-wrap: wrap;
    max-width: none;
    padding: 0 17px 0;
    justify-content: space-between;
    font-size: 14px;
  }
}
.c-footer-nav__list li {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list li {
    width: 47%;
  }
}
.c-footer-nav__list li > a {
  font-size: 16px;
  font-weight: 700;
}
.c-footer-nav__list li ul li > a {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list li ul li > a {
    font-size: 14px;
  }
}
.c-footer-nav__list li a {
  color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list li a {
    text-align: left;
    padding: 12px 0;
  }
}
.c-footer-nav__list li a::after {
  content: none;
  display: block;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list li a::after {
    border: none;
  }
}
.c-footer-nav__list li:last-child a::after {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-footer-nav__list li:last-of-type a, .c-footer-nav__list li:last-child a {
    border: none;
  }
}

.c-footer-nav__sub {
  margin: 20px 0 0;
}
.c-footer-nav__sub li {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.c-footer-nav__sub li:last-child {
  margin-bottom: 0;
}
.c-footer-nav__sub li a {
  font-size: 12px;
  line-height: 1.2;
}
.c-footer-nav__sub li a::after {
  content: none;
}

.c-footer-address {
  display: flex;
  align-items: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-footer-address .c-footer-address__item {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .c-footer-address {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-address {
    display: block;
    margin: 30px 0;
    padding: 0 17px;
  }
}

.c-footer-address__item {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 16px;
  border-radius: 20px;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .c-footer-address__item {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-address__item {
    margin-bottom: 18px;
  }
}

.c-footer-address__name {
  font-size: 20px;
  margin: 0 auto 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-footer-address__name {
    font-size: 16px;
    margin: 0 auto 8px;
  }
}

.c-footer-address__text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-footer-address__text {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .c-footer-bottom {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-bottom {
    padding: 0 17px;
    max-width: calc(100% - 80px);
  }
}

@media screen and (min-width: 769px) {
  .c-footer-bottom2 {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-bottom2 {
    padding: 0 17px;
    margin-top: 40px;
  }
}
.c-footer-bottom2 .c-footer-links {
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-footer-bottom2 .c-footer-links {
    gap: 10px;
  }
}

.c-footer-links {
  display: flex;
  justify-content: space-between;
  max-width: calc(100% - 180px);
}
@media screen and (max-width: 768px) {
  .c-footer-links {
    max-width: none;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.c-footer-links li {
  font-size: 14px;
}
.c-footer-links li:last-child {
  margin: 0;
}
.c-footer-links li:last-child::after {
  content: "";
}
.c-footer-links li a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-footer-links li {
    font-size: 10px;
  }
  .c-footer-links li::after {
    padding: 0 8px;
  }
}

.c-footer-copy {
  text-align: left;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .c-footer-copy {
    font-size: 10px;
  }
}

.c-footer-concierge {
  position: absolute;
  right: -30px;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .c-footer-concierge .c-footer-concierge__img {
    width: 150px;
    width: 16.6666666667vw;
  }
  .c-footer-concierge .c-footer-concierge__name {
    left: -220px;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-concierge {
    position: static;
    margin: 30px 0 0;
  }
}

.c-footer-concierge__img {
  position: relative;
  z-index: 2;
}
.c-footer-concierge__img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-footer-concierge__img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 90px;
  }
}

.c-footer-concierge__name {
  position: absolute;
  left: -290px;
  bottom: 10px;
  z-index: 1;
  background-color: #30ab43;
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-footer-concierge__name {
    position: static;
    width: fit-content;
    height: auto;
    display: flex;
    padding: 12px 16px;
  }
}

.c-footer-concierge__inner {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-footer-concierge__inner {
    gap: 12px;
  }
}

.c-footer-concierge__role {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 9px;
  font-size: 17px;
  margin: 0;
  line-height: 1;
  text-align: left;
}
.c-footer-concierge__role span {
  display: block;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-footer-concierge__role {
    font-size: 15px;
    gap: 7px;
  }
  .c-footer-concierge__role span {
    font-size: 13px;
  }
}

.c-footer-concierge__person {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  font-size: 26px;
  position: relative;
  padding-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1;
}
.c-footer-concierge__person__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.25em;
}
.c-footer-concierge__person .c-footer-concierge__ruby {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
  vertical-align: baseline;
  line-height: 1;
}
.c-footer-concierge__person .c-footer-concierge__ruby__rt {
  font-size: 0.4em;
  line-height: 1;
}
.c-footer-concierge__person .c-footer-concierge__ruby__base {
  line-height: 1.15;
}
@media screen and (max-width: 768px) {
  .c-footer-concierge__person {
    font-size: 22px;
  }
}

.is-tatebayashi .c-footer-concierge__name {
  background-color: #09a5cf;
}

div.catWrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 769px) {
  div.catWrapper {
    margin-top: 0;
  }
}

.single div.catWrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .single div.catWrapper {
    margin-top: 0;
  }
}

h3 span.category:not(.date),
span.category {
  background: #555;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 0;
  margin-right: 3px;
  margin-left: 0;
  border-radius: 0;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  padding: 2px 10px;
}
@media screen and (max-width: 480px) {
  h3 span.category:not(.date),
  span.category {
    font-size: 12px;
    padding: 3px 8px;
  }
}

span.category.cat1 {
  background: #e5300f;
}

span.category.cat2 {
  background: #898989;
}

span.category.cat3 {
  background: #3596da;
}

span.category.cat4 {
  background: #cba613;
}

span.category.cat5 {
  background: #159e84;
}

span.category.cat6 {
  background: #ac7ac3;
}

span.category.cat7 {
  background: #196926;
}

span.category.cat8 {
  background: #d61c17;
}

span.category.cat9 {
  background: #df6cc6;
}

span.category.cat10 {
  background: #393bb1;
}

h3 span.new-txt:not(.date),
h3 span.category:not(.date),
.news .news_box span.new-txt:not(.date),
.news .news_box span.category:not(.date) {
  font-size: 16px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  h3 span.new-txt:not(.date),
  h3 span.category:not(.date),
  .news .news_box span.new-txt:not(.date),
  .news .news_box span.category:not(.date) {
    font-size: 14px;
    top: -1px;
  }
}

h3 span.new-txt:not(.date),
.new-txt {
  background: #ff7602;
  color: #fff;
  border: none;
  margin-right: 0;
  font-size: 12px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  padding: 2px 10px;
}
@media screen and (max-width: 480px) {
  h3 span.new-txt:not(.date),
  .new-txt {
    padding: 0 8px;
  }
}

.new-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.new-date > time,
.new-date > .date {
  display: inline-block;
  margin-right: 0;
  flex: 0 0 auto;
}

a.button,
input.button {
  transform: skewX(-12deg);
}
a.button > span,
input.button > span {
  display: block;
  transform: skewX(12deg);
  padding-right: 40px;
}
a.button,
input.button {
  display: block;
  padding: 17px 0;
  border: 1px solid #196a26;
  background: #196a26;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  position: relative;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  -webkit-appearance: none;
  max-width: 300px;
}
a.button:visited,
input.button:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  a.button,
  input.button {
    padding: 13px 0;
  }
}
a.button::after,
input.button::after {
  content: "";
  font-family: inherit;
  font-weight: inherit;
  background: url(images/btn_arrow02_right.svg) no-repeat center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: skewX(12deg) translateY(-50%);
}
a.button.noarrow::after,
input.button.noarrow::after {
  background: none;
  width: 0;
}
a.button.noarrow > span,
input.button.noarrow > span {
  padding-right: 0;
}
a.button.prev::before,
input.button.prev::before {
  content: "";
  font-family: inherit;
  font-weight: inherit;
  background: url(images/btn_arrow02_left.svg) no-repeat center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: skewX(12deg) translateY(-50%);
}
a.button.prev::after,
input.button.prev::after {
  background: none;
  width: 0;
}
a.button.prev > span,
input.button.prev > span {
  padding-right: 0;
}
a.button.pdf::before,
input.button.pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 10px 0 0;
}
a.button.bottom::after,
input.button.bottom::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
  width: auto;
  height: auto;
}

a.button.positive,
input.button.positive {
  border: 1px solid #30ab43;
  background: #30ab43;
  color: #fff;
  font-weight: 700;
  font-style: normal;
}
a.button.positive:visited,
input.button.positive:visited {
  color: #fff;
}

a.button.big,
input.button.big {
  border: 1px solid #196a26;
  background: #196a26;
  color: #fff;
  padding: 24px 0 25px;
  max-width: 480px;
  border-radius: 0;
  font-size: 20px;
  margin: auto;
  letter-spacing: 2px;
}
a.button.big:visited,
input.button.big:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  a.button.big,
  input.button.big {
    padding: 20px 0;
    font-size: 18px;
  }
}

a.button.big::after,
input.button.big::after {
  font-size: 16px;
}

a.button.big.pdf::before,
input.button.big.pdf::before {
  font-size: 24px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  a.button.big.pdf::before,
  input.button.big.pdf::before {
    font-size: 20px;
    margin: 0 5px 0 0;
  }
}

.is-tatebayashi a.button,
.is-tatebayashi input.button {
  border-radius: 0;
}

.c-button {
  transform: skewX(-12deg);
}
.c-button > span {
  display: block;
  transform: skewX(12deg);
  padding-right: 40px;
}
.c-button {
  display: block;
  position: relative;
  padding: 17px 0;
  border: 1px solid #196a26;
  background: #196a26;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  max-width: 300px;
  -webkit-appearance: none;
  border-radius: 0;
}
.c-button:visited {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-button {
    padding: 13px 0;
  }
}
.c-button::after {
  content: "";
  background: url(images/btn_arrow02_right.svg) no-repeat center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: skewX(12deg) translateY(-50%);
}
.c-button--positive {
  border: 1px solid #196a26;
  background: #fff;
  color: #196a26;
}
.c-button--positive:visited {
  color: #196a26;
}
.c-button--secondary {
  border: none;
  background: #30ab43;
}
.c-button__suffix-pdf {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
.c-button--pdf-download {
  border: 1px solid #30ab43;
  background: #30ab43;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  padding: 18px 52px 18px 28px;
  max-width: min(100%, 640px);
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  white-space: nowrap;
}
.c-button--pdf-download > span {
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .c-button--pdf-download {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 48px 18px 20px;
    font-size: 15px;
  }
}
.c-button--pdf-download::after {
  background: url(images/kids-room/icon_download.svg) no-repeat center/contain;
  width: 22px;
  height: 22px;
  right: 20px;
}
.c-button--pdf-download::before {
  content: none;
  display: none;
  margin: 0;
}
.c-button--pdf-download:hover {
  background: #27923a;
  border-color: #27923a;
}
.c-button--bottom::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  background: none;
  width: auto;
  height: auto;
}
.c-button--prev::before {
  content: "";
  background: url(images/btn_arrow02_left.svg) no-repeat center/contain;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: skewX(12deg) translateY(-50%);
}
.c-button--prev::after {
  background: none;
  width: 0;
}
.c-button--noarrow::after {
  background: none;
  width: 0;
}
.c-button--noarrow > span {
  padding-right: 0;
}
.c-button--pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 10px 0 0;
}
.c-button--big {
  padding: 24px 0 25px;
  max-width: 480px;
  font-size: 20px;
  margin: auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .c-button--big {
    padding: 20px 0;
    font-size: 18px;
  }
}
.c-button--big::after {
  font-size: 16px;
}
.c-button--big.c-button--pdf::before {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-button--big.c-button--pdf::before {
    font-size: 20px;
    margin: 0 5px 0 0;
  }
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 106, 38, 0.76);
  z-index: 1;
  pointer-events: none;
}
.p-mainvisual {
  background: var(--maebashi-mainvisual-bg-desktop, url(images/bg_mainvisual.jpg)) no-repeat center center/cover;
  width: 100vw;
  height: 500px;
  z-index: 1;
}
.p-mainvisual + .p-banner-slider {
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-mainvisual {
    background: var(--maebashi-mainvisual-bg-desktop, url(images/bg_mainvisual.jpg)) no-repeat center center/cover;
  }
}
@media screen and (max-width: 768px) {
  .p-mainvisual {
    background: var(--maebashi-mainvisual-bg-mobile, url(images/bg_mainvisual_sp.jpg)) no-repeat center center/cover;
    min-height: 360px;
    height: auto;
    padding-top: 45px;
  }
}
@media screen and (max-width: 480px) {
  .p-mainvisual {
    background: var(--maebashi-mainvisual-bg-mobile, url(images/bg_mainvisual_sp.jpg)) no-repeat center center/cover;
    min-height: 292px;
  }
}
@media screen and (max-width: 768px) {
  .p-mainvisual + .p-banner-slider {
    margin-top: -211px;
  }
}

.p-mainvisual__inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__inner {
    height: 100%;
    padding: 0 20px;
  }
}

.p-mainvisual__badge {
  background-color: #09a5cf;
  color: #fff;
  font-size: 40px;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding: 9px 22px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__badge {
    font-size: 30px;
    padding: 4px 15px;
  }
}
.p-mainvisual__badge span {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-weight: 700;
  display: block;
  font-size: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-mainvisual__badge span {
    font-size: 22px;
    margin: 2px 0 0;
  }
}

.is-tatebayashi .p-mainvisual::before {
  background: rgba(0, 76, 161, 0.76);
}
@media screen and (min-width: 769px) {
  .is-tatebayashi .p-mainvisual {
    background: url(/wp-content/uploads/2023/09/bg_mainvisual_tatebayashi.jpg) no-repeat center center/cover;
    height: 300px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .is-tatebayashi .p-mainvisual {
    background: url(/wp-content/uploads/2023/09/bg_mainvisual_tatebayashi.jpg) no-repeat center center/cover;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .is-tatebayashi .p-mainvisual {
    background: url(/wp-content/uploads/2023/09/bg_mainvisual_sp_tatebayashi.jpg) no-repeat center center/cover;
    min-height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .is-tatebayashi .p-mainvisual {
    min-height: 140px;
  }
}

.p-top-event-open {
  background-color: #000;
  padding: 60px 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-event-open {
    padding: 60px 17px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open {
    padding: 30px 0 0;
  }
}

.p-top-event-open .container {
  max-width: 900px;
  color: #fff;
  display: grid;
  grid-template-columns: 64% 36%;
  align-items: center;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open .container {
    display: flex;
    flex-direction: column;
  }
}

.p-top-event-open__header {
  grid-column: 1/-1;
}
.p-top-event-open__header:has(+ .p-top-event-open__live) {
  grid-column: 1;
  align-self: end;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__header:has(+ .p-top-event-open__live) {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open__header {
    order: 1;
  }
}

.p-top-event-poen__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 36px;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
  text-align: left;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .p-top-event-poen__title {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-poen__title {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

.p-top-event-open__movie {
  grid-column: 1/-1;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__movie {
    order: 2;
    border: 0;
  }
}

.p-top-event-open__movie::before {
  content: none;
  display: none;
}

.p-top-event-open__movie iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p-top-event-open__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: start;
  column-gap: 20px;
  row-gap: 8px;
  font-size: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__meta {
    order: 3;
    background-color: #fff;
    color: #333;
    margin: 0;
    font-size: 14px;
    display: block;
    padding: 17px;
    text-align: left;
  }
}

.p-top-event-open__meta::before {
  content: "";
  grid-row: 1;
  grid-column: 1;
  display: block;
  width: 40px;
  height: auto;
  background: url(images/img_top_open_megumi.png) no-repeat center bottom/contain;
  align-self: end;
  aspect-ratio: 100/154;
  justify-self: center;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-event-open__meta::before {
    width: 70px;
    height: 108px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open__meta::before {
    content: none;
    display: none;
  }
}

.p-top-event-open__icon {
  grid-row: 2;
  grid-column: 1;
  align-self: start;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #30ab43;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 8px 18px;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__icon {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media screen and (min-width: 769px) {
  .p-top-event-open__race-line {
    grid-column: 2;
    grid-row: 1/-1;
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 12px;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open__race-line {
    display: contents;
  }
}

.p-top-event-open__race-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .p-top-event-open__race-name {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open__race-name {
    margin: 15px 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-event-open__race-name br {
    display: none;
  }
}

.p-top-event-open__race-date {
  font-size: 16px;
  flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__race-date {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p-top-event-open__pdf-list {
  grid-column: 2;
  align-self: center;
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-list {
    order: 5;
    grid-column: auto;
    justify-self: stretch;
    grid-template-columns: repeat(2, 1fr);
    background-color: #196a26;
    padding: 17px 17px 30px;
    width: 100%;
  }
}

.p-top-event-open__pdf-list > li {
  min-width: 0;
}
.p-top-event-open__pdf-item--racetable {
  align-self: flex-end;
}

@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-list > li:first-child {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-list > li:first-child p {
    position: static;
    display: flex;
    align-items: center;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-list > li:first-child p img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-list > li:first-child p img + img {
    margin-left: 8px;
    width: 100px;
    height: auto;
  }
}

.p-top-event-open__pdf-link {
  display: block;
  padding: 12px 0;
  position: relative;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__pdf-link {
    margin: auto;
    font-size: 16px;
  }
}

a.p-top-event-open__pdf-link > span {
  padding: 0 20px;
}

.p-top-event-open__pdf-link.positive::after {
  content: none;
  display: none;
}

.p-top-event-open__pdf-link.positive.pdf::before {
  content: none;
  display: none;
}

.p-top-event-open__pdf-link.positive.pdf::after {
  content: none;
  display: none;
}

.p-top-event-open__live {
  grid-column: 2;
  align-self: end;
  justify-self: end;
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live {
    order: 4;
    grid-column: auto;
    align-self: stretch;
    justify-self: stretch;
    align-items: flex-start;
    margin: 0;
    max-width: none;
    padding: 0 17px;
  }
}

.p-top-event-open__live-lead {
  margin: 0;
  line-height: 1.3;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-lead {
    font-size: 14px;
    text-align: left;
  }
}

.p-top-event-open__live-row {
  width: 100%;
  max-width: 740px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-row {
    position: relative;
    display: block;
  }
}

.p-top-event-open__live-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color 0.2s;
  }
  .p-top-event-open__live-nav--prev {
    left: 6px;
  }
  .p-top-event-open__live-nav--next {
    right: 6px;
  }
  .p-top-event-open__live-nav:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.72);
  }
  .p-top-event-open__live-nav:disabled {
    display: none;
  }
  .p-top-event-open__live-nav:focus-visible {
    outline: 2px solid #30ab43;
    outline-offset: 2px;
  }
}

.p-top-event-open__live-nav-icon {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

@media screen and (max-width: 768px) {
  .p-top-event-open__live-nav--prev .p-top-event-open__live-nav-icon {
    margin-left: -2px;
    border-width: 4px 6px 4px 0;
    border-color: transparent #fff transparent transparent;
  }
}

@media screen and (max-width: 768px) {
  .p-top-event-open__live-nav--next .p-top-event-open__live-nav-icon {
    margin-right: -2px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 768px) {
  .p-top-event-open__live-scroll {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
  .p-top-event-open__live-scroll::-webkit-scrollbar {
    height: 4px;
  }
  .p-top-event-open__live-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
  }
}

.p-top-event-open__live-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-list {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    gap: 6px;
  }
}

.p-top-event-open__live-list > li {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-list > li {
    flex: 0 0 160px;
    width: 160px;
    height: 45px;
    min-width: 160px;
    max-width: 160px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
    box-sizing: border-box;
  }
}

.p-top-event-open__live-list a {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-list a {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-top-event-open__live-list img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-event-open__live-list img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

.p-top-information {
  width: 100%;
  background: #eff0f2;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-top-information {
    padding: 15px 17px;
  }
}
.p-top-information .information_wrap {
  max-width: 1100px;
  margin: auto;
}
.p-top-information ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-top-information ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-top-information ul li {
  margin: 0;
}
.p-top-information ul li a {
  display: block;
  line-height: 1;
}

.p-top-news {
  width: 100%;
  padding: 30px 0;
  background-color: #eff0f2;
}
.p-top-news__container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 460px 1fr;
}
@media screen and (max-width: 768px) {
  .p-top-news__container {
    display: flex;
    flex-direction: column;
    padding: 0 17px;
  }
}
.p-top-news__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-top-news__left {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news__heading {
    order: 1;
  }
}
.p-top-news__heading h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading h3 {
    font-size: 24px;
  }
}
.p-top-news__heading h3 {
  margin: 0 0 15px;
}
.p-top-news__heading h3 span {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news__heading h3 span {
    font-size: 14px;
  }
}
.p-top-news__heading h3 span {
  display: block;
  margin: 0;
  color: #196a26;
}
@media screen and (max-width: 768px) {
  .p-top-news__list {
    order: 2;
  }
}
.p-top-news__list li {
  margin: 0 auto;
}
.p-top-news__list li:last-child {
  margin-bottom: 0;
}
.p-top-news__list li a {
  color: #333;
  padding: 20px 0;
  display: block;
  border-bottom: 1px dashed #808080;
}
@media screen and (max-width: 768px) {
  .p-top-news__list li a {
    padding: 10px 0;
  }
}
.p-top-news__list li:last-child a {
  border-bottom: none;
}
.p-top-news__list .news_box {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-top-news__list .news_box {
    font-size: 12px;
  }
}
.p-top-news__list .news_box .title_col {
  display: grid;
  gap: 8px;
}
.p-top-news__list .news_box .new-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}
.p-top-news__list .news_box .new-date .date {
  font-size: 14px;
  line-height: 1.3;
}
.p-top-news__list .news_box .news-title {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-news__list .news_box .news-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.p-top-news__more {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__more {
    order: 3;
  }
}
.p-top-news__more a {
  width: 100%;
  max-width: 270px;
  padding: 9px 0 9px 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news__more a {
    max-width: 294px;
    margin: 30px auto 0;
  }
}

.is-tatebayashi .p-top-news {
  background-color: #fff;
}
.is-tatebayashi .p-top-news__heading h3 {
  color: #004ca1;
}
.is-tatebayashi .p-top-news__heading h3 span {
  color: #004ca1;
}
.is-tatebayashi .p-top-news__list li a {
  border-bottom-color: #707070;
}

.p-top-banners {
  padding: 60px 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-banners {
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-top-banners {
    padding: 15px 17px;
  }
}
.p-top-banners__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.p-top-banners__list li {
  width: 24%;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-banners__list li {
    width: 48%;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-banners__list li {
    width: 48%;
    margin: 0 0 8px;
  }
}
.p-top-banners__list li a {
  display: block;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-banners__list li a {
    margin: 0 10px;
  }
}
.p-top-banners__list li a img {
  display: block;
  width: 100%;
}

.l-content.news .news_img {
  margin: 45px auto 0;
  max-width: 980px;
  text-align: right;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_img {
    margin-top: -5px;
  }
}
.l-content.news .news_img img {
  display: block;
  margin-left: auto;
}
.l-content.news .content_area {
  margin-top: 0;
}
.l-content.news .news_box,
.l-content.news .tatebayashi-news_box {
  border-bottom: 1px solid #196a26;
  padding: 20px 0 15px;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box:last-child,
  .l-content.news .tatebayashi-news_box:last-child {
    margin-bottom: 30px;
  }
}
.l-content.news .news_box a,
.l-content.news .tatebayashi-news_box a {
  position: relative;
  display: block;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box a,
  .l-content.news .tatebayashi-news_box a {
    padding-right: 0;
  }
}
.l-content.news .news_box a::after,
.l-content.news .tatebayashi-news_box a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 27px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #196a26;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box a::after,
  .l-content.news .tatebayashi-news_box a::after {
    content: none;
  }
}
.l-content.news .news_box .title_col p,
.l-content.news .tatebayashi-news_box .title_col p {
  padding-left: 0;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box .title_col p,
  .l-content.news .tatebayashi-news_box .title_col p {
    font-size: 18px;
    margin: 0 0 5px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box .title_col p .date,
  .l-content.news .tatebayashi-news_box .title_col p .date {
    display: block;
    position: static;
  }
}
.l-content.news .news_box .title_col .new-date,
.l-content.news .tatebayashi-news_box .title_col .new-date {
  margin: 0 0 10px;
  color: #333;
}
.l-content.news .news_box .title_col .new-date .date,
.l-content.news .tatebayashi-news_box .title_col .new-date .date {
  font-size: 16px;
  position: static;
}
@media screen and (max-width: 768px) {
  .l-content.news .news_box .excerpt_col p,
  .l-content.news .tatebayashi-news_box .excerpt_col p {
    font-size: 12px;
  }
}
.l-content.news .list_btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .l-content.news .list_btn {
    margin: 30px auto 0;
  }
}
.l-content.news .list_btn a {
  margin: auto;
  max-width: 200px;
  font-weight: 700;
}

.news-title {
  font-size: 18px;
  color: #196a26;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 1.45;
}

.excerpt_col p {
  margin-bottom: 0;
  color: #333;
}

.l-content.single article {
  margin: 60px auto;
  max-width: 800px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-content.single article {
    padding: 20px 17px;
    margin: 30px 17px;
  }
}
.l-content.single article .single_title {
  color: #196a26;
  font-size: 24px;
  margin-bottom: 35px;
  padding-left: 0;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-content.single article .single_title {
    padding-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content.single article .single_title .date {
    display: inline-block;
    position: static;
  }
}
.l-content.single article .post_info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .l-content.single article .post_info {
    margin-bottom: 20px;
  }
}
.l-content.single article .post_info .img_box {
  max-width: 55px;
  margin: 0 20px 0 0;
}
.l-content.single article .post_info .text_box .category_name {
  font-size: 14px;
  margin: auto auto 0;
}
.l-content.single article .post_info .text_box .date {
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .l-content.single article .entry_content {
    font-size: 12px;
  }
}
.l-content.single.blog article .single_title {
  padding-left: 0;
}
.l-content.single.blog article .single_category_box {
  margin: 50px auto 20px;
  padding: 30px 35px;
  background-color: #d6e7d7;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-content.single.blog article .single_category_box {
    margin: 25px auto 0;
    display: block;
    padding: 20px;
  }
}
.l-content.single.blog article .single_category_box .img_box {
  flex-shrink: 0;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  margin: 0 35px 0 0;
}
.l-content.single.blog article .single_category_box .img_box img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-content.single.blog article .single_category_box .img_box {
    flex-shrink: 1;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto 5px;
  }
}
.l-content.single.blog article .single_category_box .text_box {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .l-content.single.blog article .single_category_box .category_name {
    font-size: 16px;
    text-align: center;
  }
}
.l-content.single.blog article .single_category_box .category_name a {
  color: #196a26;
  font-size: 16px;
  margin-bottom: 10px;
}
.l-content.single.blog article .single_category_box .category_description {
  color: #808080;
  font-size: 12px;
}

.l-content.blog.single {
  background-color: #eff0f2;
  padding-top: 7%;
}
@media screen and (max-width: 768px) {
  .l-content.blog.single {
    padding-top: 30px;
  }
}
.l-content.blog.single .blog_detail_img {
  width: 100%;
  text-align: center;
}
.l-content.blog.single .blog_detail_img img {
  width: 100%;
}
.l-content.blog.single .blog_detail_img + article {
  position: relative;
  margin-top: -100px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-content.blog.single .blog_detail_img + article {
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .l-content.blog.single article {
    margin: 0 17px;
    padding: 20px 20px;
    border-width: 1px;
  }
}

.l-content.single.news article .entry_content p,
.l-content.blog.single article .entry_content p {
  min-height: 1.6em;
}

.l-content .nav_single {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-content .nav_single {
    width: 100%;
    padding: 0 17px;
  }
}

.l-content .nav_single div {
  width: 50%;
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .l-content .nav_single div {
    width: 100%;
    margin: 0;
  }
}

.l-content .nav_single .button {
  max-width: 200px;
  padding: 12px 0;
  background: #30ab43;
  font-weight: 700;
  border: none;
}
@media screen and (max-width: 768px) {
  .l-content .nav_single .button {
    font-size: 12px;
  }
}

.l-content .nav_single .button.prev {
  margin-left: auto;
}

@media screen and (max-width: 480px) {
  .l-content .nav_single .button::before {
    left: 10px;
  }
}

@media screen and (max-width: 480px) {
  .l-content .nav_single .button::after {
    right: 10px;
  }
}

.l-content.single.news article .entry_content > *:first-child {
  margin-top: 0;
}
.l-content.single.news article .entry_content > *:last-child {
  margin-bottom: 0;
}
.l-content.single.news article .entry_content p,
.l-content.single.news article .entry_content ul,
.l-content.single.news article .entry_content ol,
.l-content.single.news article .entry_content blockquote,
.l-content.single.news article .entry_content pre,
.l-content.single.news article .entry_content table,
.l-content.single.news article .entry_content .wp-block-image,
.l-content.single.news article .entry_content .wp-block-gallery,
.l-content.single.news article .entry_content .wp-block-columns,
.l-content.single.news article .entry_content .wp-block-media-text,
.l-content.single.news article .entry_content .wp-block-embed,
.l-content.single.news article .entry_content .wp-block-buttons {
  margin-top: 0;
  margin-bottom: 1.6em;
}
.l-content.single.news article .entry_content h2,
.l-content.single.news article .entry_content h3,
.l-content.single.news article .entry_content h4 {
  color: #196a26;
  line-height: 1.5;
  margin: 2.2em 0 0.9em;
}
.l-content.single.news article .entry_content h2 {
  font-size: 28px;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #196a26;
}
@media screen and (max-width: 768px) {
  .l-content.single.news article .entry_content h2 {
    font-size: 22px;
  }
}
.l-content.single.news article .entry_content h3 {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .l-content.single.news article .entry_content h3 {
    font-size: 19px;
  }
}
.l-content.single.news article .entry_content h4 {
  font-size: 18px;
}
.l-content.single.news article .entry_content .news-lead {
  font-size: 1.125em;
  line-height: 1.9;
  color: #196a26;
  font-weight: 700;
}
.l-content.single.news article .entry_content ul,
.l-content.single.news article .entry_content ol {
  padding-left: 1.4em;
}
.l-content.single.news article .entry_content li + li {
  margin-top: 0.45em;
}
.l-content.single.news article .entry_content figure {
  margin-left: 0;
  margin-right: 0;
}
.l-content.single.news article .entry_content img {
  max-width: 100%;
  height: auto;
}
.l-content.single.news article .entry_content figcaption,
.l-content.single.news article .entry_content .wp-element-caption {
  color: #666;
  font-size: 13px;
  margin-top: 0.75em;
}
.l-content.single.news article .entry_content blockquote {
  border-left: 4px solid #196a26;
  background: #f5faf5;
  padding: 1.1em 1.25em;
}
.l-content.single.news article .entry_content blockquote p:last-child {
  margin-bottom: 0;
}
.l-content.single.news article .entry_content .news-note-box {
  border: 1px solid #c7dfcb;
  background: #f5faf5;
  padding: 1.25em 1.4em;
}
.l-content.single.news article .entry_content .news-note-box > *:last-child {
  margin-bottom: 0;
}
.l-content.single.news article .entry_content .wp-block-button__link {
  min-height: 0;
}
.l-content.single.news article .entry_content .news-link-row {
  gap: 0.75em;
}
.l-content.single.news article .entry_content .wp-block-table {
  overflow-x: auto;
}
.l-content.single.news article .entry_content .wp-block-table table {
  width: 100%;
}
.l-content.single.news article .entry_content .wp-block-embed iframe {
  width: 100%;
}

.is-tatebayashi .l-content.news .news_box,
.is-tatebayashi .l-content.news .tatebayashi-news_box {
  border-bottom-color: #004ca1;
}
.is-tatebayashi .l-content.news .news_box .title_col p,
.is-tatebayashi .l-content.news .tatebayashi-news_box .title_col p {
  color: #004ca1;
}
.is-tatebayashi .l-content.news .news_box .title_col p .date,
.is-tatebayashi .l-content.news .tatebayashi-news_box .title_col p .date {
  color: #333;
}
.is-tatebayashi .l-content.news .news_box a::after,
.is-tatebayashi .l-content.news .tatebayashi-news_box a::after {
  color: #004ca1;
}
.is-tatebayashi .l-content.news .nav_single .button {
  background: #09a5cf;
}
.is-tatebayashi .news-title {
  color: #004ca1;
}
.is-tatebayashi .l-content.single article {
  border-color: #004ca1;
}
.is-tatebayashi .l-content.single article .single_title {
  color: #004ca1;
}
.is-tatebayashi .l-content.single article .single_title .date {
  position: static;
}

.l-content.blog.list {
  max-width: 100%;
  overflow-x: hidden;
}
.l-content.blog.list .blog_mainimg {
  box-sizing: border-box;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
.l-content.blog.list .blog_mainimg img {
  width: 100%;
  vertical-align: bottom;
}

.p-blog-category-list {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.p-blog-category-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 30px 0;
  list-style: none;
}
@media screen and (min-width: 769px) {
  .p-blog-category-list__inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .p-blog-category-list__inner {
    padding: 15px 17px;
    gap: 8px;
  }
}

.p-blog-category-list__tag {
  display: inline-block;
  padding: 5px 10px;
  background-color: #eff0f2;
  border-radius: 100px;
  color: #196a26;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
}
.p-blog-category-list__tag:visited {
  color: #196a26;
}
.p-blog-category-list__tag::after {
  content: none;
}
.p-blog-category-list__tag:hover, .p-blog-category-list__tag:focus-visible {
  background-color: #196a26;
  color: #fff;
  opacity: 1;
}

.l-content.blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (min-width: 769px) {
  .l-content.blog .blog_list {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .l-content.blog .blog_list {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .l-content.blog .blog_list {
    padding-right: 17px;
    padding-left: 17px;
    gap: 10px;
  }
}
.l-content.blog .blog_list:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.l-content.blog .blog_box {
  width: 32%;
  background-color: #fff;
}
.l-content.blog .blog_box a {
  display: block;
  height: 100%;
  position: relative;
}
.l-content.blog .blog_box .newicon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  margin: 0;
  padding: 5px 12px;
  border-radius: 999px;
  background-color: #b54a38;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .newicon {
    top: 6px;
    right: 6px;
    padding: 3px 8px;
    font-size: 9px;
  }
}
.l-content.blog .blog_box .img_box {
  width: 100%;
}
.l-content.blog .blog_box .img_box img {
  display: block;
  width: 100%;
  height: 200px;
}
.l-content.blog .blog_box .text_box {
  padding: 15px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.l-content.blog .blog_box .text_box .post {
  max-width: 60px;
  margin: 0 20px 0 0;
}
.l-content.blog .blog_box .text_box .post img {
  display: block;
}
.l-content.blog .blog_box .text_box .title .date {
  font-size: 12px;
  margin: 0 0 5px;
  color: #333;
}
.l-content.blog .blog_box .text_box .title .single_title {
  font-size: 16px;
  color: #196a26;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .l-content.blog.list {
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .p-blog-category-list__tag {
    font-size: 10px;
    padding: 5px 10px;
  }
}

.l-content.blog.list .p-blog-archive-main {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #eff0f2;
  box-shadow: 0 0 0 100vmax #eff0f2;
  clip-path: inset(0 -100vmax);
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-content.blog.list .p-blog-archive-main {
    padding: 30px 0;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .img_box img {
    height: 92px;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .text_box {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .text_box .post {
    max-width: 30px;
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .text_box .title .date {
    font-size: 0.6em;
    margin: 0 0 2px;
  }
}

@media screen and (max-width: 768px) {
  .l-content.blog .blog_box .text_box .title .single_title {
    font-size: 12px;
  }
}

.p-banner-slider {
  position: relative;
  z-index: 8;
  margin: -140px auto 60px;
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-top: -460px;
}
@media screen and (max-width: 768px) {
  .p-banner-slider {
    margin-top: -10px;
    width: calc(100% - 20px);
    margin-bottom: 0;
  }
}

.p-banner-slider--event-open {
  margin-top: 0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-banner-slider--event-open {
    margin-top: 0;
    padding: 30px 0;
  }
}
.p-banner-slider--event-open::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #eff0f2;
}

@media screen and (min-width: 769px) {
  .p-banner-slider--event-open .p-banner-slider__nav-wrap {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .p-banner-slider--event-open .p-banner-slider__main .slick-list {
    margin: 0 -8px;
  }
}

@media screen and (min-width: 769px) {
  .p-banner-slider--event-open .p-banner-slider__main .slick-slide {
    padding: 0 8px;
  }
}

.p-banner-slider__main .p-banner-slider__main-item {
  display: block;
  line-height: 0;
}
.p-banner-slider__main .p-banner-slider__main-item a {
  display: block;
}
.p-banner-slider__main .p-banner-slider__main-item a:hover img {
  opacity: 0.85;
}
.p-banner-slider__main .p-banner-slider__main-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s;
}

.p-banner-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent no-repeat center center/contain;
  cursor: pointer;
  transition: opacity 0.2s;
}
.p-banner-slider__arrow::before {
  display: none !important;
}
.p-banner-slider__arrow--prev, .p-banner-slider__arrow--prev.slick-prev {
  left: -80px;
  width: 40px;
  height: 40px;
  background-image: url(images/btn_arrow_left.svg);
}
@media screen and (max-width: 768px) {
  .p-banner-slider__arrow--prev, .p-banner-slider__arrow--prev.slick-prev {
    left: 8px;
  }
}
.p-banner-slider__arrow--prev:hover, .p-banner-slider__arrow--prev:focus, .p-banner-slider__arrow--prev.slick-prev:hover, .p-banner-slider__arrow--prev.slick-prev:focus {
  background-image: url(images/btn_arrow_left.svg);
  opacity: 0.8;
}
.p-banner-slider__arrow--next, .p-banner-slider__arrow--next.slick-next {
  right: -80px;
  width: 40px;
  height: 40px;
  background-image: url(images/btn_arrow_right.svg);
}
@media screen and (max-width: 768px) {
  .p-banner-slider__arrow--next, .p-banner-slider__arrow--next.slick-next {
    right: 8px;
  }
}
.p-banner-slider__arrow--next:hover, .p-banner-slider__arrow--next:focus, .p-banner-slider__arrow--next.slick-next:hover, .p-banner-slider__arrow--next.slick-next:focus {
  background-image: url(images/btn_arrow_right.svg);
  opacity: 0.8;
}
.p-banner-slider__arrow .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.p-banner-slider__nav-wrap {
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-banner-slider__nav-wrap {
    display: none;
  }
}
.p-banner-slider__nav-wrap.is-overflow {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.p-banner-slider__nav .slick-track {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.p-banner-slider__nav .slick-slide {
  height: auto;
}
.p-banner-slider__nav.is-manual-nav {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.p-banner-slider__nav.is-manual-nav .p-banner-slider__nav-item {
  flex: 1;
  min-width: 0;
}

.p-banner-slider__nav-item {
  cursor: pointer;
  line-height: 0;
}
.p-banner-slider__nav-item .p-banner-slider__nav-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  cursor: pointer;
  color: inherit;
  position: relative;
}
.p-banner-slider__nav-item .p-banner-slider__nav-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  transition: opacity 0.2s;
  pointer-events: none;
}
.p-banner-slider__nav-item .p-banner-slider__nav-button:focus {
  outline: none;
}
.p-banner-slider__nav-item .p-banner-slider__nav-button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.p-banner-slider__nav-item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-banner-slider__nav-item:hover .p-banner-slider__nav-button::after, .p-banner-slider__nav-item.is-active .p-banner-slider__nav-button::after, .slick-current .p-banner-slider__nav-item .p-banner-slider__nav-button::after {
  opacity: 0;
}

.p-banner-slider__main:not(.slick-initialized) .p-banner-slider__main-item {
  display: none;
}
.p-banner-slider__main:not(.slick-initialized) .p-banner-slider__main-item:first-child {
  display: block;
}

.p-banner-slider__nav:not(.slick-initialized):not(.is-manual-nav) {
  visibility: hidden;
}

.p-schedule__panel img,
.p-top-schedule__panel img {
  max-width: 1094px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p-schedule__panel img,
  .p-top-schedule__panel img {
    max-width: 750px;
  }
}

.p-schedule__container {
  padding: 50px 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__container {
    padding: 20px 17px;
  }
}
.p-schedule__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__nav {
    padding-right: 17px;
    padding-left: 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__nav {
    padding: 0;
    margin: 0 0 30px;
    font-size: 14px;
    gap: 10px;
  }
}
@media screen and (max-width: 320px) {
  .p-schedule__nav {
    font-size: 11px;
  }
}
.p-schedule__nav.no_prev::before {
  content: "";
  display: block;
  width: 33.333%;
  max-width: 340px;
}
.p-schedule__nav::after {
  content: "";
  display: block;
  width: 33.333%;
  max-width: 340px;
}
.p-schedule__nav-item {
  width: 33.333%;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .p-schedule__nav-item {
    width: calc(33.333% - 11.3333333333px);
    letter-spacing: -0.01em;
  }
}
.p-schedule__nav-item a {
  border: none;
  max-width: 340px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-schedule__nav-item a {
    padding: 9px 10px;
  }
}
.p-schedule__nav-item a.button > span,
.p-schedule__nav-item input.button > span {
  padding-right: 0;
  padding-left: 0;
}
.p-schedule__nav-item a.button::after, .p-schedule__nav-item a.button::before {
  content: none;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__nav-item--prev {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__nav-item--prev {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__nav-item--next {
    padding-right: 0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__nav-item--next {
    padding-right: 0;
  }
}
.p-schedule__article {
  margin: 0 0 45px;
}
.p-schedule__heading {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-schedule__heading {
    max-width: 1100px;
    text-align: left;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__heading {
    padding-right: 17px;
  }
}
.p-schedule__calendar {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__calendar {
    position: relative;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__calendar::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__calendar::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__calendar img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__calendar {
    position: relative;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__calendar-inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-schedule__calendar-inner {
    padding: 0;
    overflow-x: scroll;
  }
}
.p-schedule__panel {
  margin-top: 10px;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-schedule__panel {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__panel {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-schedule__entry-meta {
    padding-right: 17px;
    padding-left: 17px;
  }
}

.is-tatebayashi .p-schedule a.button,
.is-tatebayashi .p-schedule input.button {
  background: #fff;
  color: #004ca1;
}

.p-top-schedule {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 100px 0 50px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .p-top-schedule {
    margin-bottom: 0;
    padding: 30px 0;
    margin-top: 0;
  }
}
.p-top-schedule__container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.p-top-schedule__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-schedule__header {
    display: block;
    overflow: visible;
    padding: 0 17px;
  }
}
.p-top-schedule__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .p-top-schedule__heading {
    font-size: 24px;
  }
}
.p-top-schedule__heading {
  margin: 0 0 15px;
}
.p-top-schedule__heading > .p-top-schedule__subtitle {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-schedule__heading > .p-top-schedule__subtitle {
    font-size: 14px;
  }
}
.p-top-schedule__heading > .p-top-schedule__subtitle {
  display: inline-block;
  margin: 0;
  color: #196a26;
}
@media screen and (min-width: 769px) {
  .p-top-schedule__heading > .p-top-schedule__subtitle {
    margin-left: 20px;
  }
}
.p-top-schedule__tab {
  display: flex;
  gap: 8px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-schedule__tab {
    margin-top: 15px;
    justify-content: space-between;
    gap: 0;
    padding-right: 0;
  }
}
.p-top-schedule__tab-item {
  transform: skewX(-12deg);
}
.p-top-schedule__tab-item > span {
  display: block;
  transform: skewX(12deg);
}
.p-top-schedule__tab-item {
  background-color: #fff;
  border: 1px solid #30ab43;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #30ab43;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.p-top-schedule__tab-item.is-active {
  background-color: #30ab43;
  border-color: #30ab43;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-top-schedule__tab-item:hover {
    background-color: #27923a;
    border-color: #27923a;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule__tab-item {
    width: 32%;
    padding: 8px 0;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-top-schedule__calendar {
    position: relative;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-top-schedule__calendar::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
    content: "";
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-top-schedule__calendar img {
    margin-right: 20px;
  }
}
.p-top-schedule__panel {
  display: none;
}
.p-top-schedule__panel.is-active {
  display: block;
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .p-top-schedule__panel {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule__panel {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule__entry {
    padding: 15px 17px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule__entry::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 1px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule .calendar_bottom {
    padding: 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule .calendar_description {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule .calendar_description li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule .calendar_description li::before {
    margin-right: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-schedule .calendar_description .girls::before,
  .p-top-schedule .calendar_description .nighter::before {
    margin-right: 4px;
  }
}

.is-tatebayashi .p-top-schedule {
  margin-top: 0;
}
.is-tatebayashi .p-top-schedule__heading {
  color: #004ca1;
}
.is-tatebayashi .p-top-schedule__heading > .p-top-schedule__subtitle {
  color: #004ca1;
}
.is-tatebayashi .p-top-schedule__tab-item {
  color: #004ca1;
  border-color: #004ca1;
}
.is-tatebayashi .p-top-schedule__tab-item.is-active {
  background-color: #004ca1;
  border-color: #004ca1;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .is-tatebayashi .p-top-schedule__tab-item:hover {
    background-color: #004ca1;
    border-color: #004ca1;
    color: #fff;
  }
}

.p-top-sns {
  width: 100%;
  background: #fff;
}
.p-top-sns .container {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top-sns .container {
    padding: 0 20px;
  }
}
.p-top-sns__inner {
  display: grid;
  grid-template-areas: "heading heading" "megumi  icons";
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px 30px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-top-sns__inner {
    grid-template-areas: "heading megumi" "icons   icons";
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
    padding: 24px 0;
  }
}
.p-top-sns__heading {
  grid-area: heading;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-top-sns__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.p-top-sns__follow {
  font-family: "Open Sans", sans-serif;
  font-size: 52px;
  font-weight: 800;
  font-style: italic;
  color: #196a26;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-sns__follow {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-sns__follow {
    font-size: 32px;
  }
}
.p-top-sns__title {
  font-size: 14px;
  font-weight: 700;
  color: #196a26;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-top-sns__title {
    font-size: 16px;
  }
}
.p-top-sns__megumi {
  grid-area: megumi;
  display: block;
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-sns__megumi {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-sns__megumi {
    width: 140px;
  }
}
.p-top-sns__icons {
  grid-area: icons;
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-sns__icons {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-sns__icons {
    gap: 0;
    justify-content: center;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
.p-top-sns__icon-item {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-top-sns__icon-item {
    width: 25%;
  }
}
.p-top-sns__icon-link {
  display: block;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-top-sns__icon-link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-top-sns__icon-link:hover {
  opacity: 0.75;
}
.p-top-sns__icon-link img {
  display: block;
  width: var(--icon-w, 60px);
  height: var(--icon-h, 60px);
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p-top-sns__icon-link img {
    width: calc(var(--icon-w, 60px) * 0.8);
    height: calc(var(--icon-h, 60px) * 0.8);
  }
}

.p-top-menu {
  padding: 40px 0;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-top-menu {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu {
    padding: 20px 15px 30px;
  }
}
@media print {
  .p-top-menu {
    width: 100% !important;
  }
}

.p-top-menu__container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.p-top-menu__genre {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre {
    margin-bottom: 30px;
  }
}
.p-top-menu__genre:last-child {
  margin-bottom: 0;
}

.p-top-menu__genre-heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading > span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-top-menu__genre-heading {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading {
    margin: 0 0 15px;
    font-size: 36px;
    line-height: 1;
  }
}
.p-top-menu__genre-heading span {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading span {
    font-size: 16px;
  }
}
.p-top-menu__genre-heading span {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__genre-heading span {
    margin-left: 0;
  }
}

.p-top-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-menu__list::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.p-top-menu__item {
  width: 24%;
  margin: 10px 0 20px;
  max-width: 340px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.p-top-menu__item a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-menu__item {
    width: 48%;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0;
  }
}

.p-top-menu__img-wrap {
  width: 100%;
}
.p-top-menu__img-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 17/10;
  object-fit: cover;
}

.p-top-menu__body {
  padding: 12px 14px;
  color: #808080;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__body {
    padding: 10px 10px;
    font-size: 10px;
  }
}

.p-top-menu__title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-top-menu__title {
    font-size: 12px;
  }
}

.p-top-menu__subtitle {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #333;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-top-menu__subtitle {
    font-size: 11px;
    margin-bottom: 4px;
  }
}

.p-top-menu__description {
  margin: 0;
}

.p-news-ticker {
  --p-news-ticker-duration: 10s;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.p-news-ticker::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #2563eb 0%, #22c55e 35%, #eab308 65%, #ef4444 100%);
}

.p-news-ticker__viewport {
  overflow: hidden;
  padding: 0.45rem 1.5rem;
}

.p-news-ticker:hover .p-news-ticker__rail {
  animation-play-state: paused;
}

.p-news-ticker__rail {
  display: block;
  width: max-content;
  animation: p-news-ticker-marquee var(--p-news-ticker-duration, 10s) linear infinite;
  backface-visibility: hidden;
}

.p-news-ticker__list {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  gap: 0.75rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-news-ticker__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1.5rem;
}

.p-news-ticker__item:not(:last-child)::after {
  content: "｜";
  color: rgb(147.9, 170.58, 204.18);
  font-weight: 400;
}

.p-news-ticker__text,
.p-news-ticker__link {
  color: #003686;
  text-decoration: none;
  white-space: nowrap;
}

.p-news-ticker__link:hover {
  color: rgb(0, 47.52, 117.92);
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .p-news-ticker__rail {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
  .p-news-ticker__item[aria-hidden=true] {
    display: none;
  }
  .p-news-ticker__list {
    flex-wrap: wrap;
    white-space: normal;
  }
  .p-news-ticker__item::after {
    content: none;
  }
}
@keyframes p-news-ticker-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.p-race__heading {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-race__heading {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-race__heading span {
    font-size: 12px;
  }
}
.p-race__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-race__menu {
    justify-content: flex-start;
    gap: 8px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-race__menu-item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-race__menu-item span {
    padding-right: 0;
  }
}
.p-race__menu-link {
  padding: 12px 34px 12px 20px;
  max-width: none;
  font-size: 14px;
  font-weight: bold;
  background: #30ab43;
  border: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-race__menu-link {
    padding: 15px 28px 15px 16px;
    font-size: 16px;
  }
}
.p-race__menu-link::after {
  right: 12px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-race__menu-link::after {
    right: 10px;
  }
}
.p-race a.button.pdf::before,
.p-race input.button.pdf::before,
.p-race .c-button--pdf::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.p-race__block {
  margin: 0 auto;
  max-width: 1100px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-race__block {
    padding: 30px 0;
  }
}
.p-race__block--aokei {
  margin: 0 auto;
  max-width: 1100px;
}
.p-race__block--racetable, .p-race__block--nikkan, .p-race__block--dome {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  box-sizing: border-box;
  background-color: #fff;
  padding: 60px 0;
}
.p-race__block--racetable > *, .p-race__block--nikkan > *, .p-race__block--dome > * {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable, .p-race__block--nikkan, .p-race__block--dome {
    padding: 28px 17px 32px;
  }
}
.p-race__movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 3px solid #196a26;
  margin: 15px auto 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-race__movie {
    border-width: 1px;
    margin: 0 auto 15px;
  }
}
.p-race__movie iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  max-height: none;
}
.p-race__live-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #196a27;
  padding: 15px 30px;
  margin: 25px auto 25px;
}
@media screen and (max-width: 768px) {
  .p-race__live-link {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50% + 0px);
    width: 100vw;
    display: block;
  }
}
.p-race__live-link p {
  width: 25%;
  margin: 0;
  font-size: 17px;
  color: #fff;
  text-align: center;
  left: -20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li p {
    width: auto;
    position: static;
    font-size: 12px;
  }
}
.p-race__live-link ul {
  width: 75%;
  display: flex;
  justify-content: space-between;
  background-color: #196a27;
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul {
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0;
  }
}
.p-race__live-link ul a {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul a {
    display: inline;
  }
}
.p-race__live-link ul img {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul img {
    margin: auto;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li.disp_sp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li {
    width: calc(50% - 7px);
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li:first-child, .p-race__live-link ul li:nth-child(2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li:nth-child(2n) {
    margin-left: 7px;
  }
}
@media screen and (max-width: 768px) {
  .p-race__live-link ul li:nth-child(2n+1) {
    margin-right: 7px;
  }
}
.p-race__block--live {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: none;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  padding: 60px 0;
}
.p-race__block--live > * {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-race__block--live {
    padding: 30px 17px;
  }
}
.p-race__block--live .p-race__movie {
  border: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__movie {
    margin: 0 auto 16px;
  }
}
.p-race__block--live .p-race__heading--live {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 36px;
  color: #fff;
  text-align: left;
  margin: 0 auto 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__heading--live {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.p-race__block--live .p-race__heading--live span {
  display: inline-block;
  margin-left: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__heading--live span {
    font-size: 12px;
    margin-left: 10px;
  }
}
.p-race__block--live .p-race__live-link {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px 24px;
  background-color: transparent;
  padding: 0;
  margin: 20px auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link {
    flex-direction: column;
    align-items: stretch;
    margin: 16px auto 0;
    width: 100%;
  }
}
.p-race__block--live .p-race__live-link p.disp_pc {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  position: static;
  left: auto;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link p.disp_pc {
    font-size: 14px;
  }
}
.p-race__block--live .p-race__live-link p.disp_pc br {
  display: none;
}
.p-race__block--live .p-race__live-link ul {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px 16px;
  background-color: transparent;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
}
.p-race__block--live .p-race__live-link ul li.disp_sp {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul li.disp_sp {
    margin-bottom: 8px;
  }
}
.p-race__block--live .p-race__live-link ul li.disp_sp p {
  width: auto;
  position: static;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.p-race__block--live .p-race__live-link ul li.disp_sp p::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: url(images/race/play_circle.svg) no-repeat center/contain;
}
.p-race__block--live .p-race__live-link ul li.disp_sp p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul li:not(.disp_sp) {
    width: auto;
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    max-width: calc(50% - 4px);
  }
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul li {
    margin: 0;
  }
}
.p-race__block--live .p-race__live-link ul li:not(.disp_sp) a {
  display: block;
  padding: 8px 12px;
  background: #fff;
  border-radius: 2px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul a {
    display: block;
  }
}
.p-race__block--live .p-race__live-link ul img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__live-link ul img {
    display: block;
  }
}
.p-race__block--live .p-race__attention {
  max-width: 1100px;
  margin: 24px auto 0;
  color: #fff;
  text-align: left;
}
.p-race__block--live .p-race__attention li {
  color: inherit;
}
@media screen and (max-width: 768px) {
  .p-race__block--live .p-race__attention {
    margin-top: 20px;
  }
}
.p-race__attention {
  max-width: 580px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p-race__attention {
    margin: 20px auto 0;
  }
}
.p-race__pdf {
  max-width: 760px;
  background-color: #fff;
  padding: 15px 25px 15px 35px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-race__pdf {
    display: block;
    padding: 20px;
  }
}
.p-race__pdf-text {
  color: #808080;
  font-size: 12px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-race__pdf-text {
    font-size: 10px;
  }
}
.p-race__pdf-bnr img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-race__pdf-bnr {
    text-align: center;
    margin: 10px auto 0;
  }
}
.p-race__aokei-list {
  margin: 15px auto 0;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-race__aokei-list {
    margin: 20px auto 0;
  }
}
.p-race__aokei-list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  order: 1;
}
.p-race__aokei-list::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
.p-race__block--aokei > .p-race__heading--aokei {
  text-align: left;
  margin: 0 0 20px;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 46px;
  line-height: 1.15;
  color: #196a26;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-race__block--aokei > .p-race__heading--aokei {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.p-race__block--aokei > .p-race__heading--aokei span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-left: 16px;
  color: #196a26;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-race__block--aokei > .p-race__heading--aokei span {
    font-size: 16px;
    margin-left: 10px;
  }
}
.p-race__aokei-item {
  position: relative;
  width: 24%;
  max-width: 260px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-race__aokei-item {
    width: 47%;
    font-size: 12px;
    max-width: none;
  }
}
.p-race__aokei-item .c-button--pdf-download {
  border: none;
  background: #30ab43;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  padding: 14px 52px 14px 20px;
  text-align: center;
}
.p-race__aokei-item .c-button--pdf-download > span {
  font-style: normal;
  font-weight: 700;
}
.p-race__aokei-item .c-button--pdf-download::after {
  right: 14px;
}
.p-race__aokei-item .c-button--pdf-download:hover {
  border: none;
  background: #27923a;
}
@media screen and (max-width: 768px) {
  .p-race__aokei-item .c-button--pdf-download {
    font-size: 14px;
    padding: 12px 48px 12px 16px;
  }
  .p-race__aokei-item .c-button--pdf-download::after {
    right: 12px;
  }
}
.p-race__aokei-list + .p-race__attention {
  margin: 15px 0 0;
}
.p-race__block--racetable > .p-race__head, .p-race__block--nikkan > .p-race__head, .p-race__block--sponichi > .p-race__head, .p-race__block--dome > .p-race__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
  column-gap: 40px;
  align-items: center;
}
.p-race__block--racetable > .p-race__head > .p-race__heading, .p-race__block--nikkan > .p-race__head > .p-race__heading, .p-race__block--sponichi > .p-race__head > .p-race__heading, .p-race__block--dome > .p-race__head > .p-race__heading {
  margin: 0;
  text-align: left;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 46px;
  line-height: 1.15;
  color: #196a26;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable > .p-race__head > .p-race__heading, .p-race__block--nikkan > .p-race__head > .p-race__heading, .p-race__block--sponichi > .p-race__head > .p-race__heading, .p-race__block--dome > .p-race__head > .p-race__heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.p-race__block--racetable > .p-race__head > .p-race__heading span, .p-race__block--nikkan > .p-race__head > .p-race__heading span, .p-race__block--sponichi > .p-race__head > .p-race__heading span, .p-race__block--dome > .p-race__head > .p-race__heading span {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin-left: 16px;
  color: #196a26;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable > .p-race__head > .p-race__heading span, .p-race__block--nikkan > .p-race__head > .p-race__heading span, .p-race__block--sponichi > .p-race__head > .p-race__heading span, .p-race__block--dome > .p-race__head > .p-race__heading span {
    font-size: 16px;
    margin-left: 10px;
  }
}
.p-race__block--racetable > .p-race__head > .p-race__head-action, .p-race__block--nikkan > .p-race__head > .p-race__head-action, .p-race__block--sponichi > .p-race__head > .p-race__head-action, .p-race__block--dome > .p-race__head > .p-race__head-action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  width: 100%;
}
.p-race__block--racetable > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--nikkan > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--sponichi > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--dome > .p-race__head > .p-race__head-action > .p-race__button {
  margin: 0;
  width: 100%;
  text-align: center;
}
.p-race__block--racetable > .p-race__head > .p-race__head-action > .p-race__button .c-button--pdf-download, .p-race__block--nikkan > .p-race__head > .p-race__head-action > .p-race__button .c-button--pdf-download, .p-race__block--sponichi > .p-race__head > .p-race__head-action > .p-race__button .c-button--pdf-download, .p-race__block--dome > .p-race__head > .p-race__head-action > .p-race__button .c-button--pdf-download {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--nikkan > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--sponichi > .p-race__head > .p-race__head-action > .p-race__button, .p-race__block--dome > .p-race__head > .p-race__head-action > .p-race__button {
    text-align: center;
  }
}
.p-race__block--racetable > .p-race__head > .p-race__head-action > .p-race__attention, .p-race__block--nikkan > .p-race__head > .p-race__head-action > .p-race__attention, .p-race__block--sponichi > .p-race__head > .p-race__head-action > .p-race__attention, .p-race__block--dome > .p-race__head > .p-race__head-action > .p-race__attention {
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
  text-align: left;
  list-style: none;
}
.p-race__block--racetable > .p-race__head > .p-race__head-action > .p-race__attention li + li, .p-race__block--nikkan > .p-race__head > .p-race__head-action > .p-race__attention li + li, .p-race__block--sponichi > .p-race__head > .p-race__head-action > .p-race__attention li + li, .p-race__block--dome > .p-race__head > .p-race__head-action > .p-race__attention li + li {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable > .p-race__head, .p-race__block--nikkan > .p-race__head, .p-race__block--sponichi > .p-race__head, .p-race__block--dome > .p-race__head {
    display: block;
  }
  .p-race__block--racetable > .p-race__head > .p-race__head-action, .p-race__block--nikkan > .p-race__head > .p-race__head-action, .p-race__block--sponichi > .p-race__head > .p-race__head-action, .p-race__block--dome > .p-race__head > .p-race__head-action {
    align-items: stretch;
  }
  .p-race__block--racetable > .p-race__head > .p-race__head-action .c-button--pdf-download, .p-race__block--nikkan > .p-race__head > .p-race__head-action .c-button--pdf-download, .p-race__block--sponichi > .p-race__head > .p-race__head-action .c-button--pdf-download, .p-race__block--dome > .p-race__head > .p-race__head-action .c-button--pdf-download {
    white-space: normal;
  }
}
.p-race__block--racetable > .p-race__pdf, .p-race__block--nikkan > .p-race__pdf, .p-race__block--sponichi > .p-race__pdf, .p-race__block--dome > .p-race__pdf {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-race__block--racetable > .p-race__pdf, .p-race__block--nikkan > .p-race__pdf, .p-race__block--sponichi > .p-race__pdf, .p-race__block--dome > .p-race__pdf {
    margin-top: 20px;
  }
}

.p-access {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p-access {
    padding: 0 17px 48px;
  }
}
.p-access__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
@media screen and (max-width: 768px) {
  .p-access__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-access__item {
  position: relative;
  margin: 0;
}
.p-access__item > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
.p-access__item > a:hover {
  opacity: 0.88;
}
.p-access__img-box {
  overflow: hidden;
  height: 600px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-access__img-box {
    height: auto;
    aspect-ratio: 366/600;
  }
}
@media screen and (max-width: 768px) {
  .p-access__img-box {
    height: auto;
    aspect-ratio: 16/9;
  }
}
.p-access__img-box img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 366/500;
  object-fit: cover;
  object-position: center;
}
.p-access__text-box {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 20px;
  padding: 16px 40px 16px 22px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
}
.p-access__text-box::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-30%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #196a26;
}
.p-access__text-box p {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  color: #196a26;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-access__text-box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__text-box p {
    font-size: 22px;
  }
}
.p-access__text-box span {
  display: block;
  margin: 0 0 2px;
  color: #196a26;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-access__text-box span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__text-box span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-access__text-box {
    left: 20px;
    right: 20px;
    bottom: 18px;
    padding: 14px 38px 14px 20px;
  }
}

.l-main.access_lower_content {
  padding: 0;
  background-color: #edf0f0;
}

.page--access-lower .entry_content--access-lower {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .entry_content--access-lower {
    padding: 0 15px 40px;
  }
}
.page--access-lower h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .page--access-lower h3 {
    font-size: 24px;
  }
}
.page--access-lower h3 {
  margin-bottom: 20px;
  text-align: center;
}
.page--access-lower h3 span {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .page--access-lower h3 span {
    font-size: 14px;
  }
}
.page--access-lower h3 span {
  display: block;
  margin: 6px 0 0;
  color: #196a26;
}
@media screen and (max-width: 768px) {
  .page--access-lower h3 span {
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page--access-lower h3.floormap, .page--access-lower h3.food, .page--access-lower h3.information, .page--access-lower h3.parking, .page--access-lower h3.shuttlebus {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page--access-lower h3.floormap > span, .page--access-lower h3.food > span, .page--access-lower h3.information > span, .page--access-lower h3.parking > span, .page--access-lower h3.shuttlebus > span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.page--access-lower h3.floormap > span, .page--access-lower h3.food > span, .page--access-lower h3.information > span, .page--access-lower h3.parking > span, .page--access-lower h3.shuttlebus > span {
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
.page--access-lower h3.floormap {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .page--access-lower h3.floormap {
    padding-top: 30px;
  }
}
.page--access-lower h3.food, .page--access-lower h3.information, .page--access-lower h3.parking, .page--access-lower h3.shuttlebus {
  text-align: left;
  font-size: 46px;
}
@media screen and (max-width: 768px) {
  .page--access-lower h3.food, .page--access-lower h3.information, .page--access-lower h3.parking, .page--access-lower h3.shuttlebus {
    text-align: center;
    font-size: 32px;
  }
}
.page--access-lower .floormap_box {
  display: block;
}
.page--access-lower .floormap_box .attention {
  margin-top: 10px;
  font-size: 12px;
  color: #808080;
}
.page--access-lower .floor_number {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 0;
  gap: 12px;
  list-style: none;
  padding-left: 0;
}
.page--access-lower .floor_number li {
  transform: skewX(-12deg);
}
.page--access-lower .floor_number li > span {
  display: block;
  transform: skewX(12deg);
}
.page--access-lower .floor_number li {
  background-color: #fff;
  color: #30ab43;
  border: 1px solid #30ab43;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s, color 0.2s;
}
.page--access-lower .floor_number li > span {
  padding: 10px 28px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .floor_number li > span {
    padding: 8px 18px;
    font-size: 13px;
  }
}
.page--access-lower .floor_number li.active {
  background-color: #30ab43;
  color: #fff;
}
.page--access-lower .floor_content {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .floor_content {
    margin-top: 16px;
  }
}
.page--access-lower .floor_box {
  display: none;
}
.page--access-lower .floor_box.active {
  display: block;
}
.page--access-lower .map_area {
  background: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 30px calc(50vw - 50%);
}
@media screen and (max-width: 768px) {
  .page--access-lower .map_area {
    padding: 16px calc(50vw - 50%);
  }
}
.page--access-lower .map_area picture {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}
.page--access-lower .map_area img {
  display: block;
  width: 100%;
  height: auto;
}
.page--access-lower .p-floormap-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 32px 16px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-floormap-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    padding: 30px 0;
  }
}
.page--access-lower .p-floormap-item {
  position: relative;
  background: #fff;
  padding: 12px 14px 16px;
  font-size: 13px;
}
.page--access-lower .p-floormap-item__num {
  position: absolute;
  top: -10px;
  left: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #30ab43;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-floormap-item__num {
    top: -8px;
    left: -8px;
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}
.page--access-lower .p-floormap-item__name {
  font-weight: bold;
  color: #196a26;
  font-size: 14px;
  margin: 0 0 10px;
  padding-left: 10px;
  min-height: 28px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  flex-direction: column;
  align-items: flex-start;
}
.page--access-lower .p-floormap-item__name small {
  font-size: 11px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-floormap-item__name {
    font-size: 12px;
    min-height: 22px;
  }
}
.page--access-lower .p-floormap-item__img {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 10px;
}
.page--access-lower .p-floormap-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--access-lower .p-floormap-item__desc {
  color: #808080;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}
.page--access-lower .p-floormap-item__desc a {
  color: #196a26;
  text-decoration: underline;
}
.page--access-lower .p-floormap-item__desc small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-floormap-item__desc {
    font-size: 11px;
  }
}
.page--access-lower .p-floormap-item__caution {
  color: #c0392b;
  font-weight: bold;
}
.page--access-lower .p-access-lower__food {
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food {
    margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%);
  }
}
.page--access-lower .p-access-lower__food .food__note {
  font-size: 12px;
  color: #808080;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food__note {
    font-size: 11px;
    margin-bottom: 16px;
  }
}
.page--access-lower .p-access-lower__food .food_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.page--access-lower .p-access-lower__food .food_item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food_item {
    gap: 14px;
  }
}
.page--access-lower .p-access-lower__food .food_item__img {
  flex-shrink: 0;
  width: 170px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food_item__img {
    width: 110px;
  }
}
.page--access-lower .p-access-lower__food .food_item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page--access-lower .p-access-lower__food .food_item__body {
  flex: 1;
  min-width: 0;
}
.page--access-lower .p-access-lower__food .food_item__name {
  margin: 0 0 10px;
  padding: 8px 14px;
  background-color: #30ab43;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food_item__name {
    font-size: 13px;
    padding: 6px 10px;
  }
}
.page--access-lower .p-access-lower__food .food_item__caution {
  margin: -6px 0 10px;
  color: #c0392b;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
.page--access-lower .p-access-lower__food .food_item__menu-label {
  display: inline-block;
  margin: 0 0 8px;
  padding: 3px 10px;
  font-size: 11px;
  line-height: 1.2;
  color: #000;
  background-color: #eff0f2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.page--access-lower .p-access-lower__food .food_item__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__food .food_item__menu {
    font-size: 13px;
  }
}
.page--access-lower .p-access-lower__food .food_item__menu li {
  margin: 0;
  padding: 0;
}
.page--access-lower .p-access-lower__food .food_item__menu li.is-photo {
  color: #30ab43;
  text-decoration: underline;
}
.page--access-lower .p-access-lower__information {
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 48px calc(50vw - 50%) 56px;
  background-color: #eff0f2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__information {
    gap: 16px;
    padding: 32px calc(50vw - 50%) 40px;
  }
}
.page--access-lower .p-access-lower__information h3.information {
  margin-bottom: 0;
}
.page--access-lower .p-access-lower__information .infotmation_info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__information .infotmation_info {
    gap: 16px;
  }
}
.page--access-lower .p-access-lower__information .infotmation_info.full {
  display: block;
}
.page--access-lower .p-access-lower__information .infotmation_info .table {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border-right: 1px solid #f0f0f0;
}
.page--access-lower .p-access-lower__information .infotmation_info .table.full {
  margin: 0 0 12px;
}
.page--access-lower .p-access-lower__information .infotmation_info .table dd {
  overflow-wrap: break-word;
}
.page--access-lower .p-access-lower__information .infotmation_info .table dd a {
  color: #196a26;
  text-decoration: underline;
}
.page--access-lower .p-access-lower__information .gmap {
  min-width: 0;
  width: 100%;
  margin: 0 auto;
}
.page--access-lower .p-access-lower__information .gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 7/4;
  height: auto;
  min-height: 240px;
  border: 0;
}
.page--access-lower .p-access-lower__parking {
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__parking {
    margin: 0 calc(50% - 50vw);
    padding: 30px calc(50vw - 50%);
  }
}
.page--access-lower .p-access-lower__parking .parking_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__parking .parking_box {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.page--access-lower .p-access-lower__parking .parking_box .img_box {
  flex: 1 1 55%;
  max-width: 700px;
  width: 100%;
}
.page--access-lower .p-access-lower__parking .parking_box .img_box img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__parking .parking_box .img_box {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.page--access-lower .p-access-lower__parking .parking_box .text_box {
  flex: 1 1 40%;
  width: auto;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__parking .parking_box .text_box {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big {
  display: grid;
  grid-template-columns: minmax(10rem, max-content) minmax(0, 1fr);
  column-gap: 10px;
  width: 100%;
}
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dt,
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dd {
  width: auto;
  margin: 0;
  padding: 10px 0;
  background: transparent;
  color: #333;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
}
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dt {
  font-weight: bold;
}
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dt:first-child,
.page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dt:first-child + dd {
  border: 0;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__parking .parking_box .text_box .table.big {
    grid-template-columns: minmax(8rem, max-content) minmax(0, 1fr);
    column-gap: 12px;
  }
  .page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dt,
  .page--access-lower .p-access-lower__parking .parking_box .text_box .table.big dd {
    padding: 8px 0;
    font-size: 13px;
  }
}
.page--access-lower .p-access-lower__bus {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__bus {
    padding-top: 30px;
  }
}
.page--access-lower .p-access-lower__bus > p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__bus > p {
    text-align: center;
  }
}
.page--access-lower .p-access-lower__bus > p > br {
  display: none;
}
@media screen and (max-width: 768px) {
  .page--access-lower .p-access-lower__bus > p > br {
    display: block;
  }
}
.page--access-lower .p-access-lower__bus > p a {
  color: #30ab43;
}

.is-tatebayashi .l-main.access_lower_content {
  background-color: #ebf0f2;
}
.is-tatebayashi dl.table dt {
  background-color: #a3adb5;
  border-bottom-color: #99a3aa;
}
.is-tatebayashi dl.table dt:first-child {
  border-top-color: #99a3aa;
}
.is-tatebayashi .page--access-lower h3 {
  color: #004ca1;
}
.is-tatebayashi .page--access-lower h3 span {
  color: #004ca1;
}
.is-tatebayashi .page--access-lower .floor_number li {
  background-color: #fff;
  color: #004ca1;
  border: 1px solid #004ca1;
}
.is-tatebayashi .page--access-lower .floor_number li.active {
  background-color: #004ca1;
  color: #fff;
  border-color: #004ca1;
}
.is-tatebayashi .page--access-lower .p-floormap-item__num {
  background-color: #004ca1;
}
.is-tatebayashi .page--access-lower .p-floormap-item__name {
  color: #004ca1;
}
.is-tatebayashi .page--access-lower .p-floormap-item__desc a {
  color: #004ca1;
}
.is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd img {
  max-width: 100%;
  height: auto;
}
.is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd a:has(img) {
  display: inline-block;
  width: calc(50% - 4px);
  margin-top: 8px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd a:has(img) {
    width: calc(50% - 6px);
  }
}
.is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd a:has(img) + a:has(img) {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd a:has(img) + a:has(img) {
    margin-left: 6px;
  }
}
.is-tatebayashi .page--access-lower .p-access-lower__information .infotmation_info .table dd a:has(img) img {
  width: 100%;
}

.is-tonenishi .page--access-lower .p-access-lower__information {
  background-color: transparent;
}

.p-kids-room {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main .p-kids-room .entry_content p {
  margin: 0 0 1em;
}
.p-kids-room__heading, .p-kids-room__area-title, .p-kids-room__area-subline, .p-kids-room__lead-text {
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.p-kids-room__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-kids-room__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-kids-room__inner {
    padding: 30px 16px;
  }
}
.p-kids-room__inner--narrow {
  max-width: 720px;
}
.p-kids-room__heading {
  margin: 0 0 24px;
  font-size: 28px;
  color: #003686;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-kids-room__heading {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.p-kids-room__hero {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 2558/1590;
}
@media screen and (max-width: 768px) {
  .p-kids-room__hero {
    aspect-ratio: 784/488;
  }
}
.p-kids-room__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #fffce8;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 769px) {
  .p-kids-room__hero-bg {
    background-image: url(images/kids-room/kids_mv_bg_pc.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-kids-room__hero-bg {
    background-image: url(images/kids-room/kids_bg_sp.jpg);
    background-size: 100%;
  }
}
.p-kids-room__hero-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 clamp(12px, 3vw, 28px);
  text-align: center;
}
.p-kids-room__hero-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(900px, 94%);
  max-height: 92%;
}
.p-kids-room__hero-title-img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.p-kids-room__lead-below {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-kids-room__lead-below {
    padding: 30px 17px;
  }
}
.p-kids-room__lead-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.p-kids-room__lead-badge {
  display: inline-block;
  margin: 0 auto 12px;
  padding: 6px 24px;
  background: #003686;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__lead-badge {
    padding: 5px 18px;
    margin-bottom: 8px;
  }
}
.p-kids-room__lead-text {
  margin: 0;
  font-size: 40px;
  color: #003686;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kids-room__lead-text {
    font-size: 28px;
  }
}
.l-main .p-kids-room .entry_content .p-kids-room__lead-text {
  margin-bottom: 0;
}
.p-kids-room__floor {
  background: #ffe893;
}
.p-kids-room__floor-figure {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kids-room__floor-figure {
    margin-bottom: 28px;
  }
}
.p-kids-room__floor-figure img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.p-kids-room__areas {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__areas {
    gap: 32px;
  }
}
.p-kids-room__area {
  display: grid;
  grid-template-columns: 520fr 580fr;
  gap: 0;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .p-kids-room__area {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-kids-room__area--reverse {
    grid-template-columns: 580fr 520fr;
  }
}
@media screen and (min-width: 769px) {
  .p-kids-room__area--reverse .p-kids-room__area-media {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .p-kids-room__area--reverse .p-kids-room__area-body {
    order: 1;
  }
}
.p-kids-room__area-media {
  min-height: 0;
}
.p-kids-room__area-media img {
  display: block;
  width: 100%;
  height: auto;
}
.p-kids-room__area-body {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px 60px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-kids-room__area-body {
    padding: 20px;
  }
}
.p-kids-room__area-title {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.25;
  color: #0b6fa8;
}
@media screen and (max-width: 768px) {
  .p-kids-room__area-title {
    font-size: 24px;
  }
}
.p-kids-room__area-title--athletic {
  color: #4db8e8;
}
.p-kids-room__area-subline {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-kids-room__area-subline {
    font-size: 15px;
  }
}
.p-kids-room__area-text {
  margin: 0;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__area-text {
    font-size: 14px;
  }
}
.entry_content .p-kids-room__area-text {
  margin: 0;
}
.entry_content .p-kids-room__area-text + .p-kids-room__area-text {
  margin-top: 1em;
}
.p-kids-room__nursing {
  background: #d4eef9;
}
.p-kids-room__nursing-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-kids-room__nursing-list {
    grid-template-columns: 1fr;
  }
}
.p-kids-room__nursing-figure {
  margin: 0;
  overflow: hidden;
}
.p-kids-room__nursing-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-kids-room__nursing-caption {
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.p-kids-room__restroom {
  margin: 0;
  padding: 16px 20px;
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.p-kids-room__access-route {
  margin-top: 60px;
  padding: 60px 16px;
  border: 1px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
  .p-kids-room__access-route {
    margin-top: 30px;
    padding: 30px 16px;
  }
}
.p-kids-room__access-route > .p-kids-room__heading {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__access-route > .p-kids-room__heading {
    margin-bottom: 30px;
  }
}
.p-kids-room__access-route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-kids-room__access-route-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-kids-room__access-route-figure {
  margin: 0;
  max-width: none;
  text-align: center;
}
.p-kids-room__access-route-figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-kids-room__usage {
  background: #fff;
}
.p-kids-room__usage-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }
}
.p-kids-room__usage-lead-strong {
  margin: 0 0 20px;
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.6;
  color: #003686;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-lead-strong {
    font-size: 20px;
  }
}
.p-kids-room__usage-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 340px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-buttons {
    max-width: none;
  }
}
.p-kids-room__usage-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  transition: opacity 0.2s ease;
}
.p-kids-room__usage-btn, .p-kids-room__usage-btn:link, .p-kids-room__usage-btn:visited, .p-kids-room__usage-btn:hover, .p-kids-room__usage-btn:focus, .p-kids-room__usage-btn:focus-visible, .p-kids-room__usage-btn:active {
  color: #fff;
  text-decoration: none;
}
.p-kids-room__usage-btn:hover, .p-kids-room__usage-btn:focus-visible {
  opacity: 0.85;
}
.p-kids-room__usage-btn--play {
  background: #ed6c00;
}
.p-kids-room__usage-btn--pdf {
  background: #003686;
}
.p-kids-room__usage-btn-text small {
  margin-left: 2px;
  font-size: 0.85em;
}
.p-kids-room__usage-btn-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}
.p-kids-room__usage-btn-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-kids-room__usage-table-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-table-wrap {
    gap: 1px;
  }
}
.p-kids-room__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kids-room__table {
    font-size: 16px;
  }
}
.p-kids-room__table thead th {
  background: #ed6c00;
  color: #fff;
  padding: 12px 10px;
  font-weight: 700;
  border: 0;
  text-align: center;
}
.p-kids-room__table tbody th,
.p-kids-room__table tbody td {
  padding: 14px 6px;
  border: 0;
  background: #ffe893;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kids-room__table--day {
    width: calc(100% - 2px);
    margin: 0 auto;
  }
}
.p-kids-room__table--spec {
  border-collapse: separate;
  border-spacing: 10px 0;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__table--spec {
    border-spacing: 1px 0;
    width: 100%;
    margin: 0 auto;
  }
}
.p-kids-room__usage-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
  padding: 12px 16px;
  background: #003686;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-contact {
    flex-direction: column;
    gap: 4px;
    padding: 10px 12px;
  }
}
.p-kids-room__usage-contact-label {
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-contact-label {
    font-size: 14px;
  }
}
.p-kids-room__usage-contact-tel {
  font-family: "Mochiy Pop One", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .p-kids-room__usage-contact-tel {
    font-size: 26px;
  }
}
.p-kids-room__usage-contact-tel a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-kids-room__usage-contact-tel a {
    pointer-events: none;
  }
}
.p-kids-room__notes {
  margin: 24px 0 0;
  padding-left: 1.2em;
  font-size: 13px;
  line-height: 1.7;
  color: #464646;
}
@media screen and (max-width: 768px) {
  .p-kids-room__notes {
    padding-left: 0.8em;
    letter-spacing: 0px;
  }
}
.p-kids-room__notes--compact {
  margin-top: 12px;
}
.p-kids-room__notes--bullet {
  margin: 4px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-kids-room__notes--bullet {
    font-size: 14px;
  }
}
.p-kids-room__notes--bullet li {
  position: relative;
  padding-left: 1.2em;
}
.p-kids-room__notes--bullet li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ed6c00;
}
.p-kids-room__notes a {
  color: #0b6fa8;
  text-decoration: underline;
}
.p-kids-room__schedule {
  background: #fff5f5;
}
@media screen and (min-width: 769px) {
  .p-kids-room__schedule-scroll {
    overflow: visible;
  }
}
@media screen and (max-width: 768px) {
  .p-kids-room__schedule-scroll {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0 16px 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}
.p-kids-room__schedule-figure {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .p-kids-room__schedule-figure {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-kids-room__schedule-figure img {
    display: block;
    width: 50%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.p-kids-room__access {
  background: #fff;
}
.p-kids-room__access-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-kids-room__dl {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 15px;
  line-height: 1.7;
}
.p-kids-room__dl-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .p-kids-room__dl-item {
    flex-direction: column;
    gap: 4px;
  }
}
.p-kids-room__dl dt {
  margin: 0;
  font-weight: 700;
}
.p-kids-room__dl dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-kids-room__dl {
    flex-direction: column;
    gap: 16px;
  }
}
.p-kids-room__access-map iframe {
  display: block;
  width: 100%;
  min-height: 450px;
  border: 0;
}
.p-kids-room__parking {
  background: #eff0f2;
}
@media screen and (max-width: 768px) {
  .p-kids-room__parking {
    margin-bottom: 24px;
  }
}
.p-kids-room__parking-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .p-kids-room__parking-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-kids-room__parking-figure {
  margin: 0;
}
.p-kids-room__parking-figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-kids-room__dl--parking-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 16px;
    row-gap: 10px;
    flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-kids-room__dl--parking-map .p-kids-room__dl-item {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .p-kids-room__dl--parking-map dd {
    font-weight: 400;
    white-space: nowrap;
  }
}

.is-tatebayashi .p-kids-room__area-title, .is-tatebayashi .p-kids-room__nursing-caption {
  color: #004ca1;
}
.is-tatebayashi .p-kids-room__area-title--athletic {
  color: #09a5cf;
}

#breadcrumbs + .p-affiliated {
  margin: 15px 0 0;
}

.p-affiliated {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-affiliated {
    padding: 30px 17px;
  }
}
.p-affiliated__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-affiliated__nav {
    flex-wrap: wrap;
    font-size: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-affiliated__nav::after {
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
}
.p-affiliated__nav li {
  width: 14.285%;
  max-width: 145px;
}
@media screen and (max-width: 768px) {
  .p-affiliated__nav li {
    width: 48%;
    max-width: none;
  }
}
.p-affiliated__nav-link {
  max-width: 145px;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-affiliated__nav-link {
    font-size: 16px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-affiliated__nav-link {
    max-width: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-affiliated__nav-link::after {
    font-size: 16px;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-affiliated__nav-link::after {
    font-size: 16px;
  }
}
.p-affiliated__heading {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p-affiliated__heading {
    margin: 30px 0 0;
  }
}
.p-affiliated__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 0;
}
.p-affiliated__list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-affiliated__list::after {
    width: 48%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-affiliated__list {
    margin: 5px 0;
  }
  .p-affiliated__list::after {
    width: 48%;
  }
}
.p-affiliated__card {
  width: calc(33.3333333333% - 13.3333333333px);
  background-color: #fff;
}
@media screen and (max-width: 1100px) and (min-width: 769px) {
  .p-affiliated__card {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-affiliated__card {
    width: 48%;
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-affiliated__card {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
}
.p-affiliated__card a {
  display: block;
  height: 100%;
}
.p-affiliated__card-title {
  margin: 0 0 10px;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-affiliated__card-title {
    margin: 0 0 15px;
  }
}
.p-affiliated__card-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-affiliated__card-name {
    font-size: 18px;
  }
}
.p-affiliated__card-kana {
  display: block;
  margin-top: 2px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-affiliated__card-kana {
    font-size: 10px;
  }
}
.p-affiliated__card-detail {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
}
.p-affiliated__card-photo {
  width: 40%;
  max-width: 140px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
}
.p-affiliated__card-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-affiliated__card-text {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-affiliated__card-text {
    padding: 15px 10px 15px 15px;
  }
}
.p-affiliated__card-info {
  display: grid;
  grid-template-columns: 5em 1fr;
  column-gap: 16px;
  row-gap: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-affiliated__card-info {
    column-gap: 10px;
    row-gap: 8px;
  }
}
.p-affiliated__card-info dt {
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
  text-align: justify;
  text-align-last: justify;
}
.p-affiliated__card-info dd {
  margin: 0;
}

.gourmet_ttl,
.powerspot_ttl,
.gunma_ttl,
.magazine_ttl {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .gourmet_ttl,
  .powerspot_ttl,
  .gunma_ttl,
  .magazine_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .gourmet_ttl,
  .powerspot_ttl,
  .gunma_ttl,
  .magazine_ttl {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .gourmet_ttl > span,
  .powerspot_ttl > span,
  .gunma_ttl > span,
  .magazine_ttl > span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.gourmet_ttl,
.powerspot_ttl,
.gunma_ttl,
.magazine_ttl {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .gourmet_ttl,
  .powerspot_ttl,
  .gunma_ttl,
  .magazine_ttl {
    margin: 0 0 15px;
    line-height: 1;
  }
}
.gourmet_ttl > span:not(.date),
.powerspot_ttl > span:not(.date),
.gunma_ttl > span:not(.date),
.magazine_ttl > span:not(.date) {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .gourmet_ttl > span:not(.date),
  .powerspot_ttl > span:not(.date),
  .gunma_ttl > span:not(.date),
  .magazine_ttl > span:not(.date) {
    font-size: 14px;
  }
}
.gourmet_ttl > span:not(.date),
.powerspot_ttl > span:not(.date),
.gunma_ttl > span:not(.date),
.magazine_ttl > span:not(.date) {
  color: #196a26;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .gourmet_ttl > span:not(.date),
  .powerspot_ttl > span:not(.date),
  .gunma_ttl > span:not(.date),
  .magazine_ttl > span:not(.date) {
    margin-left: 0;
    margin-top: 10px;
  }
}

#magazine .magazine_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0 45px;
  max-width: 1100px;
}
#magazine .magazine_list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#magazine .magazine_box {
  width: 32%;
  margin: 15px 0 25px;
  max-width: 340px;
  border: 3px solid #196a26;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #magazine .magazine_box {
    width: 48%;
    max-width: none;
    border-width: 1px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  #magazine .magazine_box {
    width: 100%;
  }
}
#magazine .magazine_box a {
  display: block;
  height: 100%;
}
#magazine .magazine_box .img_box,
#magazine .magazine_box .img_box .wp-block-image,
#magazine .magazine_box .img_box figure {
  width: 100%;
  margin: 0;
}
#magazine .magazine_box .img_box a {
  display: block;
}
#magazine .magazine_box .img_box img {
  display: block;
  width: 100%;
}
#magazine .magazine_box .text_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #196a26;
  padding: 18px 20px;
  text-align: center;
  color: #196a26;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #magazine .magazine_box .text_box {
    border-width: 1px;
  }
}
#magazine .magazine_box .text_box p,
#magazine .magazine_box .text_box .wp-block-paragraph {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #guide h3 {
    margin: 0 0 20px;
  }
}
#guide .guide_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #guide .guide_list {
    margin-bottom: 20px;
  }
}
#guide .guide_list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#guide .guide_box {
  width: 32%;
  margin: 0 0 35px;
  max-width: 340px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #guide .guide_box {
    width: 48%;
    max-width: none;
    border-width: 1px;
    margin: 10px 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #guide .guide_box {
    width: 100%;
  }
}
#guide .guide_box .img_box {
  width: 100%;
}
#guide .guide_box .img_box img {
  display: block;
  width: 100%;
}
#guide .guide_box .text_box {
  margin: 20px auto 0;
}
#guide .guide_box .text_box .name {
  font-size: 30px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #guide .guide_box .text_box .name {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #guide .guide_box .text_box p {
    font-size: 12px;
  }
}
#guide .guide_box .text_box .address {
  margin: 15px 0 20px;
}
#guide .guide_box .text_box .btn_area a {
  font-size: 16px;
  max-width: 200px;
  margin: auto;
  padding: 11px 0;
}

.p-recommended-spots {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots {
    padding: 30px 17px;
  }
}
.p-recommended-spots__heading {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  color: #196a26;
  letter-spacing: 0;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading > span {
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-recommended-spots__heading {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading {
    margin: 0 0 15px;
    line-height: 1;
  }
}
.p-recommended-spots__heading > span:not(.date) {
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading > span:not(.date) {
    font-size: 14px;
  }
}
.p-recommended-spots__heading > span:not(.date) {
  color: #196a26;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__heading > span:not(.date) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.p-recommended-spots__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  list-style: none;
}
.p-recommended-spots__list::after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.p-recommended-spots__item {
  width: 31.51%;
  max-width: 340px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__item {
    width: 48%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .p-recommended-spots__item {
    width: 100%;
  }
}
.p-recommended-spots__image {
  width: 100%;
}
.p-recommended-spots__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-recommended-spots__body {
  margin: 10px auto 0;
}
.p-recommended-spots__body p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__body p {
    font-size: 14px;
  }
}
.p-recommended-spots__name {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__name {
    font-size: 22px;
  }
}
.p-recommended-spots__address {
  margin: 15px 0 20px;
}
.p-recommended-spots__btn-area {
  margin: 0;
}
.p-recommended-spots__btn {
  max-width: 200px;
  margin: 0 auto;
  padding: 11px 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recommended-spots__btn {
    font-size: 14px;
  }
}
.u-pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .u-br--pc-only {
    display: none !important;
  }
}

.u-br--sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-br--sp-only {
    display: inline !important;
  }
}

/*# sourceMappingURL=style-new.css.map */
