.wangan-accordion[open] .wangan-accordion-button::before {
  bottom: 14px;
  transform: rotate(-45deg);
}
.wangan-accordion__header {
  display: block;
  margin: 0 auto;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
}
.wangan-accordion__header::-webkit-details-marker {
  display: none;
}
.wangan-accordion__body {
  position: relative;
  margin-top: 32px;
  padding: 20px;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.wangan-accordion__body::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 24px;
  border-color: transparent transparent #f8f8f8 transparent;
}

.wangan-accordion-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #c40018;
  border-radius: 4px;
  background-color: #fff;
  color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  appearance: none;
  pointer-events: none;
}
.wangan-accordion-button::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 16px;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #c40018;
}

.wangan-box {
  padding: 12px 12px 0;
  border-radius: 8px;
  background-color: #fff;
}

.wangan-box-container {
  max-width: 1548px;
  margin: 0 -20px;
  padding: 12px 8px;
}

.wangan-box-search {
  width: 100%;
  background-color: #1d4293;
  position: relative;
  z-index: 1;
}
.wangan-box-search__inner {
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
}
.wangan-box-search__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 20px 0;
}
.wangan-box-search__body {
  width: 100%;
}
.wangan-box-search__icon {
  width: auto;
  height: 22px;
}
.wangan-box-search__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.wangan-box-search__subtitle {
  margin: 0;
  font-size: 12px;
}

.wangan-box-search-hero {
  width: 100%;
  background-color: #1d4293;
  margin-top: 0;
  background-color: #c40018;
}
.wangan-box-search-hero__inner {
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
}
.wangan-box-search-hero__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 20px 0;
}
.wangan-box-search-hero__body {
  width: 100%;
}
.wangan-box-search-hero__icon {
  width: auto;
  height: 22px;
}
.wangan-box-search-hero__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.wangan-box-search-hero__subtitle {
  margin: 0;
  font-size: 12px;
}
.wangan-box-search-hero .wangan-box-search-hero__body {
  display: flex;
  align-items: center;
}

.wangan-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #c40018;
  border-radius: 24px;
  color: #fff;
  background-color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  width: 300px;
}
.wangan-button::before, .wangan-button::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  border-style: solid;
  border-color: #fff;
}
.wangan-button::before {
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}
.wangan-button::after {
  transform: translateY(50%);
  width: 14px;
  border-width: 2px 0 0;
}
.wangan-button + .wangan-button {
  margin-top: 20px;
}
.wangan-button:hover, .wangan-button:focus-visible {
  outline: none;
  color: #c40018;
  background-color: #fff;
}
.wangan-button:hover::before, .wangan-button:hover::after, .wangan-button:focus-visible::before, .wangan-button:focus-visible::after {
  border-color: #c40018;
}
.wangan-button.is-disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #999;
  pointer-events: none;
}
.wangan-button.is-outlined {
  color: #c40018;
  background-color: #fff;
}
.wangan-button.is-outlined::before, .wangan-button.is-outlined::after {
  border-color: #c40018;
}
.wangan-button.is-outlined:hover, .wangan-button.is-outlined:focus-visible {
  color: #fff;
  background-color: #c40018;
}
.wangan-button.is-outlined:hover::before, .wangan-button.is-outlined:hover::after, .wangan-button.is-outlined:focus-visible::before, .wangan-button.is-outlined:focus-visible::after {
  border-color: #fff;
}
.wangan-button.is-center {
  margin-left: auto;
  margin-right: auto;
}

.wangan-button--lg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #c40018;
  border-radius: 24px;
  color: #fff;
  background-color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  width: 360px;
}
.wangan-button--lg::before, .wangan-button--lg::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  border-style: solid;
  border-color: #fff;
}
.wangan-button--lg::before {
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}
.wangan-button--lg::after {
  transform: translateY(50%);
  width: 14px;
  border-width: 2px 0 0;
}
.wangan-button--lg + .wangan-button--lg {
  margin-top: 20px;
}
.wangan-button--lg:hover, .wangan-button--lg:focus-visible {
  outline: none;
  color: #c40018;
  background-color: #fff;
}
.wangan-button--lg:hover::before, .wangan-button--lg:hover::after, .wangan-button--lg:focus-visible::before, .wangan-button--lg:focus-visible::after {
  border-color: #c40018;
}
.wangan-button--lg.is-disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #999;
  pointer-events: none;
}
.wangan-button--lg.is-outlined {
  color: #c40018;
  background-color: #fff;
}
.wangan-button--lg.is-outlined::before, .wangan-button--lg.is-outlined::after {
  border-color: #c40018;
}
.wangan-button--lg.is-outlined:hover, .wangan-button--lg.is-outlined:focus-visible {
  color: #fff;
  background-color: #c40018;
}
.wangan-button--lg.is-outlined:hover::before, .wangan-button--lg.is-outlined:hover::after, .wangan-button--lg.is-outlined:focus-visible::before, .wangan-button--lg.is-outlined:focus-visible::after {
  border-color: #fff;
}
.wangan-button--lg.is-center {
  margin-left: auto;
  margin-right: auto;
}

.wangan-button--max {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #c40018;
  border-radius: 24px;
  color: #fff;
  background-color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
}
.wangan-button--max::before, .wangan-button--max::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  border-style: solid;
  border-color: #fff;
}
.wangan-button--max::before {
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}
.wangan-button--max::after {
  transform: translateY(50%);
  width: 14px;
  border-width: 2px 0 0;
}
.wangan-button--max + .wangan-button--max {
  margin-top: 20px;
}
.wangan-button--max:hover, .wangan-button--max:focus-visible {
  outline: none;
  color: #c40018;
  background-color: #fff;
}
.wangan-button--max:hover::before, .wangan-button--max:hover::after, .wangan-button--max:focus-visible::before, .wangan-button--max:focus-visible::after {
  border-color: #c40018;
}
.wangan-button--max.is-disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #999;
  pointer-events: none;
}
.wangan-button--max.is-outlined {
  color: #c40018;
  background-color: #fff;
}
.wangan-button--max.is-outlined::before, .wangan-button--max.is-outlined::after {
  border-color: #c40018;
}
.wangan-button--max.is-outlined:hover, .wangan-button--max.is-outlined:focus-visible {
  color: #fff;
  background-color: #c40018;
}
.wangan-button--max.is-outlined:hover::before, .wangan-button--max.is-outlined:hover::after, .wangan-button--max.is-outlined:focus-visible::before, .wangan-button--max.is-outlined:focus-visible::after {
  border-color: #fff;
}
.wangan-button--max.is-center {
  margin-left: auto;
  margin-right: auto;
}

.wangan-button--search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #c40018;
  border-radius: 24px;
  color: #fff;
  background-color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  border-color: #910012;
  border-radius: 4px;
  font-size: 16px;
}
.wangan-button--search::before, .wangan-button--search::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  border-style: solid;
  border-color: #fff;
}
.wangan-button--search::before {
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}
.wangan-button--search::after {
  transform: translateY(50%);
  width: 14px;
  border-width: 2px 0 0;
}
.wangan-button--search + .wangan-button--search {
  margin-top: 20px;
}
.wangan-button--search:hover, .wangan-button--search:focus-visible {
  outline: none;
  color: #c40018;
  background-color: #fff;
}
.wangan-button--search:hover::before, .wangan-button--search:hover::after, .wangan-button--search:focus-visible::before, .wangan-button--search:focus-visible::after {
  border-color: #c40018;
}
.wangan-button--search.is-disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #999;
  pointer-events: none;
}
.wangan-button--search.is-outlined {
  color: #c40018;
  background-color: #fff;
}
.wangan-button--search.is-outlined::before, .wangan-button--search.is-outlined::after {
  border-color: #c40018;
}
.wangan-button--search.is-outlined:hover, .wangan-button--search.is-outlined:focus-visible {
  color: #fff;
  background-color: #c40018;
}
.wangan-button--search.is-outlined:hover::before, .wangan-button--search.is-outlined:hover::after, .wangan-button--search.is-outlined:focus-visible::before, .wangan-button--search.is-outlined:focus-visible::after {
  border-color: #fff;
}
.wangan-button--search.is-center {
  margin-left: auto;
  margin-right: auto;
}
.wangan-button--search::before, .wangan-button--search::after {
  content: none;
}

.wangan-button--map {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 48px;
  padding: 0 32px;
  border: 2px solid #c40018;
  border-radius: 24px;
  color: #fff;
  background-color: #c40018;
  font-size: 16px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  appearance: none;
  cursor: pointer;
  position: absolute;
  width: 6vw;
  height: 6vw;
  max-width: 112px;
  max-height: 112px;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 3vw;
  background-color: rgba(255, 255, 255, 0.8);
  color: #c40018;
  font-size: 14px;
}
.wangan-button--map::before, .wangan-button--map::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 16px;
  border-style: solid;
  border-color: #fff;
}
.wangan-button--map::before {
  transform: translateY(50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
}
.wangan-button--map::after {
  transform: translateY(50%);
  width: 14px;
  border-width: 2px 0 0;
}
.wangan-button--map + .wangan-button--map {
  margin-top: 20px;
}
.wangan-button--map:hover, .wangan-button--map:focus-visible {
  outline: none;
  color: #c40018;
  background-color: #fff;
}
.wangan-button--map:hover::before, .wangan-button--map:hover::after, .wangan-button--map:focus-visible::before, .wangan-button--map:focus-visible::after {
  border-color: #c40018;
}
.wangan-button--map.is-disabled {
  background-color: #efefef;
  border-color: #efefef;
  color: #999;
  pointer-events: none;
}
.wangan-button--map.is-outlined {
  color: #c40018;
  background-color: #fff;
}
.wangan-button--map.is-outlined::before, .wangan-button--map.is-outlined::after {
  border-color: #c40018;
}
.wangan-button--map.is-outlined:hover, .wangan-button--map.is-outlined:focus-visible {
  color: #fff;
  background-color: #c40018;
}
.wangan-button--map.is-outlined:hover::before, .wangan-button--map.is-outlined:hover::after, .wangan-button--map.is-outlined:focus-visible::before, .wangan-button--map.is-outlined:focus-visible::after {
  border-color: #fff;
}
.wangan-button--map.is-center {
  margin-left: auto;
  margin-right: auto;
}
.wangan-button--map + .wangan-button--map {
  margin-top: 0;
}
.wangan-button--map::before {
  bottom: -1.1vw;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  width: 0;
  height: 0;
  border: 1.5vw solid transparent;
  border-top-color: #1d4293;
  border-bottom-width: 0;
}
.wangan-button--map::after {
  top: 0;
  left: 0;
  transform: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 8px solid #c40018;
  border-radius: 3vw;
}
.wangan-button--map:hover, .wangan-button--map:focus-visible {
  background-color: #c40018;
  color: #fff;
}
.wangan-button--map:hover::before, .wangan-button--map:focus-visible::before {
  border-color: #1d4293 transparent transparent transparent;
}
.wangan-button--map:hover > span, .wangan-button--map:focus-visible > span {
  border-color: #fff;
}
.wangan-button--map:hover > img, .wangan-button--map:focus-visible > img {
  opacity: 1;
}
.wangan-button--map > span {
  position: absolute;
  bottom: 1em;
  width: 4em;
  padding: 2px 0;
  border-top: 1px solid #c40018;
  font-size: 12px;
}
.wangan-button--map > img {
  position: absolute;
  bottom: calc(-8.4vw + 4px);
  width: auto;
  height: 8.4vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.wangan-button--map.is-tsukishima {
  top: 22.75vw;
  left: 47.25%;
}
.wangan-button--map.is-kachidoki {
  top: 16.25vw;
  left: 78.25%;
}
.wangan-button--map.is-harumi {
  top: 12vw;
  left: 69.75%;
}
.wangan-button--map.is-toyosu {
  top: 20.25vw;
  left: 16.25%;
}
.wangan-button--map.is-shinonome {
  top: 14.25vw;
  left: 3.75%;
}
.wangan-button--map.is-ariake {
  top: 9.25vw;
  left: 38.25%;
}
.wangan-button--map.is-shibaura {
  top: 5vw;
  left: 93%;
}
.wangan-button--map.is-shinagawa {
  top: 3vw;
  left: 84.75%;
}

.wangan-button-input {
  position: absolute;
  display: none;
  appearance: none;
}
.wangan-button-input:checked + .wangan-button--map {
  background-color: #c40018;
  color: #fff;
}
.wangan-button-input:checked + .wangan-button--map::before {
  border-color: #1d4293 transparent transparent transparent;
}
.wangan-button-input:checked + .wangan-button--map > span {
  border-color: #fff;
}
.wangan-button-input:checked + .wangan-button--map > img {
  opacity: 1;
}

.wangan-button-container {
  padding: 20px 0;
}

.wangan-card {
  max-width: 940px;
  background-color: #fff;
}
.wangan-card__title {
  position: relative;
  width: calc(100% + 40px);
  margin: 28px -20px 40px;
  color: #8c7e5e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.wangan-card__title::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: 50%;
  transform: translateX(50%);
  width: 248px;
  height: 1px;
  background-color: #8c7e5e;
}
.wangan-card__text {
  margin: 0 0 28px;
  color: #333;
  font-size: 16px;
  text-align: left;
}
.wangan-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.wangan-card__icon > * + * {
  margin-left: 16px;
}
.wangan-card__icon img {
  display: block;
  width: auto;
  height: 112px;
}

.wangan-card-image {
  display: block;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  height: auto;
  margin: 0 -20px;
}

.wangan-card-property {
  display: block;
  color: #333;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  text-decoration: none;
}
.wangan-card-property:hover, .wangan-card-property:focus-visible {
  opacity: 0.8;
}
.wangan-card-property:hover .wangan-image, .wangan-card-property:focus-visible .wangan-image {
  pointer-events: none;
}
.wangan-card-property__title {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.wangan-card-property__text {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.wangan-checkbox {
  position: relative;
  cursor: pointer;
}
.wangan-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  height: 32px;
  padding-left: 32px;
  border: 1px solid #efefef;
  border-radius: 16px;
  background-color: #fff;
  color: #1d4293;
  font-size: 13px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1;
  pointer-events: none;
}
.wangan-checkbox__label::before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 12px;
  transform: translateY(50%);
  width: 12px;
  height: 12px;
  border: 1px solid #1d4293;
  background-color: #fff;
}
.wangan-checkbox__label::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 12px;
  transform: translateY(25%) rotate(-45deg) scale(0.7);
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.wangan-checkbox > [type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.wangan-checkbox > [type=checkbox]:checked ~ .wangan-checkbox__label {
  border-color: #c40018;
  color: #c40018;
}
.wangan-checkbox > [type=checkbox]:checked ~ .wangan-checkbox__label::before {
  border-color: #c40018;
  background-color: #c40018;
}
.wangan-checkbox > [type=checkbox]:checked ~ .wangan-checkbox__label::after {
  content: "";
}

.wangan-main {
  --wangan-row-gap: 40px;
  --wangan-column-gap: 20px;
}

.wangan-column--sp-8, .wangan-column--pc-8, .wangan-column--sp-7, .wangan-column--pc-7, .wangan-column--sp-6, .wangan-column--pc-6, .wangan-column--sp-5, .wangan-column--pc-5, .wangan-column--sp-4, .wangan-column--pc-4, .wangan-column--sp-3, .wangan-column--pc-3, .wangan-column--sp-2, .wangan-column--pc-2, .wangan-column--sp-1, .wangan-column--pc-1 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  width: calc(100% + var(--wangan-column-gap));
  margin: 0 calc(var(--wangan-column-gap) * -0.5);
  padding: 0;
}
.is-column-center.wangan-column--sp-8, .is-column-center.wangan-column--pc-8, .is-column-center.wangan-column--sp-7, .is-column-center.wangan-column--pc-7, .is-column-center.wangan-column--sp-6, .is-column-center.wangan-column--pc-6, .is-column-center.wangan-column--sp-5, .is-column-center.wangan-column--pc-5, .is-column-center.wangan-column--sp-4, .is-column-center.wangan-column--pc-4, .is-column-center.wangan-column--sp-3, .is-column-center.wangan-column--pc-3, .is-column-center.wangan-column--sp-2, .is-column-center.wangan-column--pc-2, .is-column-center.wangan-column--sp-1, .is-column-center.wangan-column--pc-1 {
  justify-content: center;
}
.is-row-center.wangan-column--sp-8, .is-row-center.wangan-column--pc-8, .is-row-center.wangan-column--sp-7, .is-row-center.wangan-column--pc-7, .is-row-center.wangan-column--sp-6, .is-row-center.wangan-column--pc-6, .is-row-center.wangan-column--sp-5, .is-row-center.wangan-column--pc-5, .is-row-center.wangan-column--sp-4, .is-row-center.wangan-column--pc-4, .is-row-center.wangan-column--sp-3, .is-row-center.wangan-column--pc-3, .is-row-center.wangan-column--sp-2, .is-row-center.wangan-column--pc-2, .is-row-center.wangan-column--sp-1, .is-row-center.wangan-column--pc-1 {
  align-items: center;
}

.wangan-column--sp-8 > .wangan-column__item, .wangan-column--pc-8 > .wangan-column__item, .wangan-column--sp-7 > .wangan-column__item, .wangan-column--pc-7 > .wangan-column__item, .wangan-column--sp-6 > .wangan-column__item, .wangan-column--pc-6 > .wangan-column__item, .wangan-column--sp-5 > .wangan-column__item, .wangan-column--pc-5 > .wangan-column__item, .wangan-column--sp-4 > .wangan-column__item, .wangan-column--pc-4 > .wangan-column__item, .wangan-column--sp-3 > .wangan-column__item, .wangan-column--pc-3 > .wangan-column__item, .wangan-column--sp-2 > .wangan-column__item, .wangan-column--pc-2 > .wangan-column__item, .wangan-column--sp-1 > .wangan-column__item, .wangan-column--pc-1 > .wangan-column__item {
  padding: var(--wangan-row-gap) calc(var(--wangan-column-gap) * 0.5) 0;
}

.wangan-column--pc-1 {
  width: 100%;
  margin: 0;
}

.wangan-headline1 {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  pointer-events: none;
}

.wangan-headline2 {
  position: relative;
  margin: 0;
  padding-bottom: 4px;
}
.wangan-headline2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #8c7e5e;
}
.wangan-headline2__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px;
  color: #8c7e5e;
  text-align: center;
}
.wangan-headline2__title {
  width: 100%;
  font-size: 16px;
  line-height: 1.9;
}
.wangan-headline2__subtitle {
  width: 100%;
  margin-top: 8px;
  font-size: 32px;
  font-family: "YuMincho", "Yu Mincho", serif;
  line-height: 1.3;
}

.wangan-headline3 {
  margin: 0;
  padding: 20px 0;
  color: #8c7e5e;
  font-size: 16px;
  line-height: 2.2;
  text-align: center;
}

.wangan-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #8c7e5e;
  color: #fff;
  line-height: 1;
}
.wangan-icon__title {
  font-size: 28px;
}
.wangan-icon__subtitle {
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
  padding-bottom: 4px;
  font-size: 10px;
}

.wangan-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
a .wangan-image:hover, a .wangan-image:focus-visible {
  opacity: 0.8;
}

.wangan-image-logo {
  display: block;
  width: auto;
  height: 48px;
}

.wangan-image-hero {
  width: 100%;
}
.wangan-image-hero > img {
  display: block;
  width: 100%;
  height: auto;
}

.wangan-image-map {
  display: block;
  width: 100%;
  height: 328px;
  margin: auto;
  object-fit: cover;
}

.wangan-image-container {
  display: block;
  max-width: 1208px;
  margin: auto;
}
.wangan-image-container + .wangan-image-container {
  margin-top: 20px;
}

.wangan-label, .wangan-label--map {
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.wangan-label__body {
  display: flex;
  align-items: baseline;
}
.wangan-label__icon {
  width: auto;
  height: 21px;
  margin-right: 4px;
}
.wangan-label__title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.wangan-label__subtitle {
  margin: 0 0 0 8px;
  font-size: 12px;
}
.wangan-label--map {
  color: #c40018;
  justify-content: center;
}
.wangan-label--map .wangan-label__title {
  font-size: 20px;
}
.wangan-label--map .wangan-label__icon {
  height: 18px;
}

.wangan-link, .wangan-link--map {
  color: #c40018;
  text-decoration: none;
}
.wangan-link:hover, .wangan-link--map:hover, .wangan-link:focus-visible, .wangan-link--map:focus-visible {
  opacity: 0.8;
}
.wangan-link--map {
  position: absolute;
  padding: 18px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  text-shadow: 1px 1px 0 #fff;
}
.wangan-link--map::before {
  content: "";
  position: absolute;
  transform: rotate(145deg);
  width: 38px;
  height: 1px;
  background-color: #c40018;
}
.wangan-link--map.is-shibaura {
  top: 208px;
  left: 138px;
}
.wangan-link--map.is-shibaura::before {
  top: 1px;
  left: -19px;
  transform: rotate(45deg);
  width: 44px;
}
.wangan-link--map.is-tsukishima {
  top: -5px;
  left: 174px;
}
.wangan-link--map.is-tsukishima::before {
  bottom: 19px;
  left: -40px;
}
.wangan-link--map.is-toyosu {
  top: 32px;
  left: 207px;
}
.wangan-link--map.is-toyosu::before {
  bottom: 9px;
  left: -19px;
}
.wangan-link--map.is-shinagawa {
  top: 208px;
  left: 4px;
}
.wangan-link--map.is-shinagawa::before {
  bottom: 8px;
  left: 10px;
}
.wangan-link--map.is-kachidoki {
  top: 117px;
  left: 7px;
}
.wangan-link--map.is-kachidoki::before {
  top: 4px;
  right: 10px;
  width: 44px;
}
.wangan-link--map.is-ariake {
  top: 85px;
  left: 219px;
}
.wangan-link--map.is-ariake::before {
  bottom: 8px;
  left: -19px;
}

.wangan-link-container-map {
  position: absolute;
  top: 60px;
  right: 50%;
  transform: translateX(50%);
  width: 320px;
  height: 100%;
}

.wangan-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wangan-list__item {
  width: 100%;
}

.wangan-main {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-feature-settings: normal;
  line-height: 1.9;
  letter-spacing: normal;
}
.wangan-main *,
.wangan-main *::before,
.wangan-main *::after {
  box-sizing: border-box;
}

.wangan-section, .wangan-section--map, .wangan-section--hero {
  margin-top: 80px;
}
.wangan-section__inner {
  max-width: calc(100% + 40px);
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
.wangan-section.is-light .wangan-section__inner, .is-light.wangan-section--map .wangan-section__inner, .is-light.wangan-section--hero .wangan-section__inner {
  background-color: #eaeced;
}
.wangan-section.is-dark .wangan-section__inner, .is-dark.wangan-section--map .wangan-section__inner, .is-dark.wangan-section--hero .wangan-section__inner {
  background-color: rgba(140, 126, 94, 0.2);
}
.wangan-section--hero {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.wangan-section--hero .wangan-image-logo {
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
}
.wangan-section--map {
  position: relative;
  margin: 0 auto -60px;
}
.wangan-section--map .wangan-label--map {
  padding: 20px 0;
}

.wangan-select {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
}
.wangan-select::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 16px;
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #1d4293;
  pointer-events: none;
}
.wangan-select > select {
  width: 100%;
  max-width: 100%;
  height: 48px;
  padding: 0 16px;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  appearance: none;
  cursor: pointer;
}

.wangan-select-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.wangan-spacer {
  margin: 0;
  padding: 20px 0;
  border: none;
}

.wangan-tab {
  max-width: 100%;
  border: 4px solid #efefef;
}
.wangan-tab__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 20px 28px;
}
.wangan-tab__inner::before {
  content: "";
  position: absolute;
  left: 20px;
  top: -24px;
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 20px;
  background-color: #efefef;
}
.wangan-tab__input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  appearance: none;
}
.wangan-tab__input:checked + .wangan-tab__label {
  color: #fff;
}
.wangan-tab__input:nth-of-type(1):checked ~ .wangan-tab__glider {
  transform: translateX(0%);
}
.wangan-tab__input:nth-of-type(2):checked ~ .wangan-tab__glider {
  transform: translateX(100%);
}
.wangan-tab__input:nth-of-type(3):checked ~ .wangan-tab__glider {
  transform: translateX(200%);
}
.wangan-tab__input:nth-of-type(4):checked ~ .wangan-tab__glider {
  transform: translateX(300%);
}
.wangan-tab__input:nth-of-type(5):checked ~ .wangan-tab__glider {
  transform: translateX(400%);
}
.wangan-tab__input:nth-of-type(6):checked ~ .wangan-tab__glider {
  transform: translateX(500%);
}
.wangan-tab__input:nth-of-type(7):checked ~ .wangan-tab__glider {
  transform: translateX(600%);
}
.wangan-tab__input:nth-of-type(8):checked ~ .wangan-tab__glider {
  transform: translateX(700%);
}
.wangan-tab__label {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -24px;
  z-index: 2;
  height: 40px;
  border-radius: 20px;
  order: 1;
  color: #999;
  font-size: 15px;
  font-weight: 700;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  cursor: pointer;
  transition: color 0.2s;
}
.wangan-tab__content {
  order: 2;
  width: 100%;
  height: 0;
  opacity: 0;
}
.wangan-tab__content > .wangan-button {
  margin-top: 20px;
  font-size: 14px;
}
.wangan-tab__title {
  margin: 12px 0 0;
  color: #1d4293;
  font-size: 20px;
  font-weight: 400;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
}
.wangan-tab__title-description {
  display: inline-block;
  width: calc(100% + 40px);
  margin: 0 -20px 12px;
  font-size: 15px;
}
.wangan-tab__subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 24px;
  margin: 20px auto 0;
  padding: 0 20px;
  border: 1px solid #c40018;
  background-color: #fff;
  color: #c40018;
  font-size: 14px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
}
.wangan-tab__text {
  margin: 16px 0 0;
  font-size: 13px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
}
.wangan-tab__picture {
  display: block;
  margin-top: 20px;
}
.wangan-tab__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wangan-tab__glider {
  position: absolute;
  left: 20px;
  top: -24px;
  z-index: 1;
  display: flex;
  width: calc((100% - 40px) / 8);
  height: 40px;
  border-radius: 20px;
  background-color: #c40018;
  transition: transform 0.2s;
}

.wangan-table {
  width: 100%;
  font-weight: bold;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: center;
}
.wangan-table > caption {
  margin-bottom: 8px;
  color: #1d4293;
  font-size: 16px;
}
.wangan-table > thead > tr > th,
.wangan-table > thead > tr > td {
  padding: 8px;
  background-color: #1d4293;
  color: #fff;
  font-size: 12px;
}
.wangan-table > tbody > tr > th,
.wangan-table > tbody > tr > td {
  background-color: #fff;
  color: #1d4293;
}
.wangan-table > tbody > tr > th {
  padding: 8px;
  font-size: 12px;
}
.wangan-table > tbody > tr > td {
  padding: 12px;
  font-size: 16px;
}
.wangan-table__col--10 {
  width: 10%;
}
.wangan-table__col--20 {
  width: 20%;
}
.wangan-table__col--30 {
  width: 30%;
}
.wangan-table__col--40 {
  width: 40%;
}
.wangan-table__col--50 {
  width: 50%;
}
.wangan-table__col--60 {
  width: 60%;
}
.wangan-table__col--70 {
  width: 70%;
}
.wangan-table__col--80 {
  width: 80%;
}
.wangan-table__col--90 {
  width: 90%;
}
.wangan-table__col--100 {
  width: 100%;
}

.wangan-table-notice {
  margin: 4px 0 0;
  color: #1d4293;
  font-size: 10px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  text-align: right;
}

.wangan-text {
  margin: 0;
  color: #333;
  font-size: 16px;
}
.wangan-text + .wangan-text {
  margin-top: 28px;
}

.wangan-text-lead {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.9;
}
.wangan-text-lead + .wangan-text-lead {
  margin-top: 20px;
}

.wangan-text-link {
  display: block;
  color: #e7001c;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: underline;
}

.wangan-text-notice {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  color: #333;
  font-size: 12px;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  line-height: 1.3;
  text-align: left;
}
.wangan-text-notice.is-light {
  color: #fff;
}
.wangan-text-notice.is-gold {
  color: #8c7e5e;
}
.wangan-text-notice__item {
  display: table;
  margin: 0;
}
.wangan-text-notice__item + .wangan-text-notice__item {
  margin-top: 20px;
}
.wangan-text-notice__mark {
  display: table-cell;
  font-style: normal;
  white-space: nowrap;
}
.wangan-text-notice__mark.is-1em {
  width: 1em;
}
.wangan-text-notice__mark.is-2em {
  width: 2em;
}
.wangan-text-notice__mark.is-3em {
  width: 3em;
}
.wangan-text-notice__mark.is-4em {
  width: 4em;
}
.wangan-text-notice__mark.is-5em {
  width: 5em;
}
.wangan-text-notice__mark.is-6em {
  width: 6em;
}
.wangan-text-notice__mark.is-7em {
  width: 7em;
}
.wangan-text-notice__mark.is-8em {
  width: 8em;
}
.wangan-text-notice__mark.is-9em {
  width: 9em;
}
.wangan-text-notice__mark.is-10em {
  width: 10em;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
  .wangan-accordion__header:hover .wangan-accordion-button {
    box-shadow: 0 0 0 1px #c40018;
  }
  .wangan-accordion__header {
    width: 400px;
  }
  .wangan-accordion__body {
    margin-top: 60px;
    padding: 80px 96px;
  }
  .wangan-accordion__body::before {
    top: -48px;
    border-width: 0 38px 48px;
  }
  .wangan-accordion__body .wangan-table {
    margin-top: 60px;
  }
  .wangan-accordion__body .wangan-text + .wangan-text {
    margin-top: 0;
  }
  .wangan-accordion__body .wangan-text-notice {
    margin-top: 120px;
  }
  .wangan-box {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .wangan-box-container {
    margin-left: auto;
    margin-right: auto;
    padding: 140px 20px;
  }
  .wangan-box-search {
    min-height: 180px;
  }
  .wangan-box-search__inner {
    display: flex;
    align-items: stretch;
    width: 1248px;
    max-width: 100%;
    height: 180px;
    margin: 0 auto;
    border-radius: 4px;
  }
  .wangan-box-search__header {
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-width: 112px;
    height: 180px;
    margin-right: 40px;
    padding: 0;
  }
  .wangan-box-search__header::before, .wangan-box-search__header::after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 100px 40px;
    border-color: transparent;
  }
  .wangan-box-search__header::before {
    right: -40px;
    border-left-color: #fff;
  }
  .wangan-box-search__header::after {
    right: -38px;
    border-left-color: #1d4293;
  }
  .wangan-box-search__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: calc(100% - 112px);
    height: 180px;
    margin-left: 32px;
    padding: 40px 0;
  }
  .wangan-box-search__icon {
    height: 52px;
  }
  .wangan-box-search__title {
    font-size: 20px;
  }
  .wangan-box-search__subtitle {
    margin-top: 4px;
  }
  .wangan-box-search .wangan-button-container {
    height: 100%;
    padding: 0;
  }
  .wangan-box-search-hero {
    min-height: 200px;
  }
  .wangan-box-search-hero__inner {
    display: flex;
    align-items: stretch;
    width: 1248px;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    border-radius: 4px;
  }
  .wangan-box-search-hero__header {
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-width: 300px;
    height: 200px;
    margin-right: 40px;
    padding: 0;
  }
  .wangan-box-search-hero__header::before, .wangan-box-search-hero__header::after {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 111.1111111111px 0 111.1111111111px 40px;
    border-color: transparent;
  }
  .wangan-box-search-hero__header::before {
    right: -40px;
    border-left-color: #fff;
  }
  .wangan-box-search-hero__header::after {
    right: -38px;
    border-left-color: #1d4293;
  }
  .wangan-box-search-hero__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: calc(100% - 300px);
    height: 200px;
    margin-left: 32px;
    padding: 40px 0;
  }
  .wangan-box-search-hero__icon {
    height: 52px;
  }
  .wangan-box-search-hero__title {
    font-size: 20px;
  }
  .wangan-box-search-hero__subtitle {
    margin-top: 4px;
  }
  .wangan-box-search-hero {
    margin-top: 0;
    border-radius: 0;
  }
  .wangan-box-search-hero .wangan-box-search-hero__header {
    align-items: center;
    padding-left: 20px;
    background-color: #910012;
  }
  .wangan-box-search-hero .wangan-box-search-hero__header::before {
    border-left-color: #910012;
  }
  .wangan-box-search-hero .wangan-box-search-hero__header::after {
    content: none;
  }
  .wangan-box-search-hero .wangan-box-search-hero__body {
    padding: 20px;
  }
  .wangan-box-search-hero .wangan-box-search-hero__icon {
    order: 1;
  }
  .wangan-box-search-hero .wangan-box-search-hero__title {
    order: 3;
    width: 100%;
    margin-top: 8px;
    font-size: 36px;
    text-align: center;
  }
  .wangan-box-search-hero .wangan-box-search-hero__subtitle {
    order: 2;
    width: 100%;
    margin-top: 12px;
    text-align: center;
  }
  .wangan-button--search {
    height: 100%;
    font-size: 15px;
  }
  .wangan-button-container {
    padding: 60px 0;
  }
  .wangan-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 540px;
    padding: 60px 80px;
  }
  .wangan-card__title {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .wangan-card__title::before {
    left: 0;
    right: auto;
    transform: none;
  }
  .wangan-card__text {
    font-size: 18px;
  }
  .wangan-card__icon {
    justify-content: flex-start;
  }
  .wangan-card__icon > * + * {
    margin-left: 40px;
  }
  .wangan-card__header {
    display: flex;
    flex-direction: column-reverse;
  }
  .wangan-card-container {
    position: relative;
    margin-top: 140px;
  }
  .wangan-card-container > .wangan-card {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
  }
  .wangan-card-container.is-left .wangan-card {
    left: 0;
    padding-left: 348px;
  }
  .wangan-card-container.is-left .wangan-card-image {
    margin-left: auto;
  }
  .wangan-card-container.is-right .wangan-card {
    right: 0;
    padding-right: 248px;
  }
  .wangan-card-container.is-right .wangan-card-image {
    margin-right: auto;
  }
  .wangan-card-image {
    width: auto;
    max-width: 100%;
    height: 800px;
    margin-left: 0;
    margin-right: 0;
    object-fit: cover;
  }
  .wangan-card-property__title {
    font-size: 16px;
  }
  .wangan-card-property__text {
    font-size: 14px;
  }
  .wangan-checkbox__label {
    height: 40px;
    padding-left: 40px;
    padding-right: 16px;
    border-radius: 20px;
    font-size: 15px;
  }
  .wangan-checkbox__label::before {
    left: 16px;
    width: 16px;
    height: 16px;
  }
  .wangan-checkbox__label::after {
    left: 18px;
    transform: translateY(25%) rotate(-45deg);
  }
  .wangan-checkbox > [type=checkbox]:hover ~ .wangan-checkbox__label, .wangan-checkbox > [type=checkbox]:focus-visible ~ .wangan-checkbox__label {
    border-color: #c40018;
    color: #c40018;
  }
  .wangan-checkbox > [type=checkbox]:hover ~ .wangan-checkbox__label::before, .wangan-checkbox > [type=checkbox]:focus-visible ~ .wangan-checkbox__label::before {
    border-color: #c40018;
  }
  .wangan-column--pc-1 > .wangan-column__item {
    width: calc(100% / 1);
  }
  .wangan-column--pc-1 > .wangan-column__item:nth-child(-n+1) {
    padding-top: 0;
  }
  .wangan-column--pc-2 > .wangan-column__item {
    width: calc(100% / 2);
  }
  .wangan-column--pc-2 > .wangan-column__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .wangan-column--pc-3 > .wangan-column__item {
    width: calc(100% / 3);
  }
  .wangan-column--pc-3 > .wangan-column__item:nth-child(-n+3) {
    padding-top: 0;
  }
  .wangan-column--pc-4 > .wangan-column__item {
    width: calc(100% / 4);
  }
  .wangan-column--pc-4 > .wangan-column__item:nth-child(-n+4) {
    padding-top: 0;
  }
  .wangan-column--pc-5 > .wangan-column__item {
    width: calc(100% / 5);
  }
  .wangan-column--pc-5 > .wangan-column__item:nth-child(-n+5) {
    padding-top: 0;
  }
  .wangan-column--pc-6 > .wangan-column__item {
    width: calc(100% / 6);
  }
  .wangan-column--pc-6 > .wangan-column__item:nth-child(-n+6) {
    padding-top: 0;
  }
  .wangan-column--pc-7 > .wangan-column__item {
    width: calc(100% / 7);
  }
  .wangan-column--pc-7 > .wangan-column__item:nth-child(-n+7) {
    padding-top: 0;
  }
  .wangan-column--pc-8 > .wangan-column__item {
    width: calc(100% / 8);
  }
  .wangan-column--pc-8 > .wangan-column__item:nth-child(-n+8) {
    padding-top: 0;
  }
  .wangan-headline2 {
    position: relative;
    bottom: -22px;
    padding-bottom: 0;
  }
  .wangan-headline2::before {
    bottom: 21px;
  }
  .wangan-headline2__inner {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    text-align: left;
  }
  .wangan-headline2__title {
    position: relative;
    bottom: 16px;
    width: auto;
  }
  .wangan-headline2__subtitle {
    width: auto;
    font-size: 80px;
    margin-right: 20px;
  }
  .wangan-headline3 {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 30px;
  }
  .wangan-icon {
    width: 132px;
    height: 132px;
  }
  .wangan-icon__title {
    font-size: 46px;
  }
  .wangan-icon__subtitle {
    font-size: 16px;
  }
  .wangan-image-logo {
    height: 5vw;
    min-height: 50px;
    max-height: 100px;
    margin-right: 1.5vw;
  }
  .wangan-image-map {
    height: 800px;
  }
  .wangan-image-container + .wangan-image-container {
    margin-top: 80px;
  }
  .wangan-label, .wangan-label--map {
    align-items: flex-end;
  }
  .wangan-label__body {
    flex-direction: column-reverse;
  }
  .wangan-label__icon {
    height: 36px;
    margin-right: 8px;
  }
  .wangan-label__title {
    margin-top: 4px;
    font-size: 30px;
  }
  .wangan-label__subtitle {
    margin-left: 4px;
  }
  .wangan-label--map {
    justify-content: flex-start;
  }
  .wangan-label--map .wangan-label__title {
    font-size: 36px;
  }
  .wangan-label--map .wangan-label__icon {
    height: 42px;
  }
  .wangan-link-container-map {
    display: none;
  }
  .wangan-main {
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
  }
  .wangan-section, .wangan-section--map, .wangan-section--hero {
    margin-top: 200px;
  }
  .wangan-section__inner {
    max-width: 1248px;
  }
  .wangan-section.is-max .wangan-section__inner, .is-max.wangan-section--map .wangan-section__inner, .is-max.wangan-section--hero .wangan-section__inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .wangan-section.is-content-max .wangan-section__inner, .is-content-max.wangan-section--map .wangan-section__inner, .is-content-max.wangan-section--hero .wangan-section__inner {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
  .wangan-section--hero {
    margin-top: 0;
  }
  .wangan-section--hero .wangan-section__inner {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .wangan-section--hero .wangan-image-logo {
    top: 48px;
  }
  .wangan-section--map {
    margin-top: 0;
    margin-bottom: -100px;
  }
  .wangan-section--map .wangan-label--map {
    position: absolute;
    top: 32px;
    right: 50%;
    transform: translateX(50%);
    width: 1208px;
    max-width: calc(100% - 40px);
    padding-top: 0;
    padding-bottom: 0;
  }
  .wangan-section--map .wangan-button-container-map {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 1000px;
    max-width: 100%;
  }
  .wangan-section--map .wangan-button-container {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translateX(50%);
    padding: 0;
  }
  .wangan-select:hover > select, .wangan-select:focus-visible > select {
    color: #1d4293;
    box-shadow: 0 0 0 2px #1d4293;
  }
  .wangan-select {
    max-width: 380px;
    margin-top: 0;
    margin-left: 16px;
  }
  .wangan-select-container {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .wangan-spacer {
    padding: 60px 0;
  }
  .wangan-tab {
    border-width: 8px;
  }
  .wangan-tab__input:checked + .wangan-tab__label + .wangan-tab__content {
    z-index: 2;
    height: auto;
    opacity: 1;
  }
  .wangan-tab__input:checked ~ .wangan-tab__content {
    height: 0;
  }
  .wangan-tab__content {
    display: grid;
    grid-template-columns: 1fr 428px;
    align-items: center;
    column-gap: 24px;
    padding: 0 20px;
  }
  .wangan-tab__content > .wangan-button {
    display: none;
  }
  .wangan-tab__title {
    margin: 4px 0 0;
    grid-area: 2/1/3/2;
    font-size: 30px;
    text-align: left;
  }
  .wangan-tab__title-description {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  .wangan-tab__subtitle {
    grid-area: 1/1/2/2;
    height: 28px;
    margin: 4px 0 0;
    font-size: 16px;
  }
  .wangan-tab__text {
    grid-area: 3/1/4/2;
    margin: 12px 0 0;
    font-size: 14px;
  }
  .wangan-tab__picture {
    grid-area: 1/2/4/3;
    margin-top: 0;
  }
  .wangan-table > caption {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .wangan-table > thead > tr > th,
.wangan-table > thead > tr > td {
    font-size: 16px;
  }
  .wangan-table > tbody > tr > th {
    padding: 12px;
    font-size: 16px;
  }
  .wangan-table > tbody > tr > td {
    padding: 24px;
    font-size: 30px;
  }
  .wangan-table-notice {
    margin-top: 8px;
    font-size: 12px;
  }
  .wangan-text {
    font-size: 18px;
  }
  .wangan-text-lead {
    font-size: 24px;
    line-height: 2.2;
    text-align: center;
  }
  .wangan-text-lead + .wangan-text-lead {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .wangan-accordion__body .wangan-table {
    margin-top: 28px;
  }
  .wangan-accordion__body .wangan-text-notice {
    margin-top: 0;
  }
  .wangan-box-search__icon {
    position: relative;
    top: 1.5px;
    margin-right: 4px;
  }
  .wangan-box-search__subtitle {
    margin-left: 8px;
  }
  .wangan-box-search {
    order: 1;
  }
  .wangan-box-search-hero__icon {
    position: relative;
    top: 1.5px;
    margin-right: 4px;
  }
  .wangan-box-search-hero__subtitle {
    margin-left: 8px;
  }
  .wangan-button {
    margin: 0 auto;
    min-width: 100%;
  }
  .wangan-button--lg {
    margin: 0 auto;
    min-width: 100%;
  }
  .wangan-button--max {
    margin: 0 auto;
    min-width: 100%;
  }
  .wangan-button--search {
    margin: 0 auto;
    min-width: 100%;
  }
  .wangan-button--map {
    margin: 0 auto;
    min-width: 100%;
  }
  .wangan-button-container-map {
    display: none;
  }
  .wangan-card__icon {
    height: 88px;
  }
  .wangan-card__icon img {
    height: 88px;
  }
  .is-no-margin-sp.wangan-column--sp-8 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-8 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-7 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-7 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-6 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-6 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-5 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-5 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-4 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-4 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-3 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-3 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-2 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-2 > .wangan-column__item, .is-no-margin-sp.wangan-column--sp-1 > .wangan-column__item, .is-no-margin-sp.wangan-column--pc-1 > .wangan-column__item {
    padding: 0;
  }
  .wangan-column--sp-1 > .wangan-column__item {
    width: calc(100% / 1);
  }
  .wangan-column--sp-1 > .wangan-column__item:nth-child(-n+1) {
    padding-top: 0;
  }
  .wangan-column--sp-2 > .wangan-column__item {
    width: calc(100% / 2);
  }
  .wangan-column--sp-2 > .wangan-column__item:nth-child(-n+2) {
    padding-top: 0;
  }
  .wangan-column--sp-3 > .wangan-column__item {
    width: calc(100% / 3);
  }
  .wangan-column--sp-3 > .wangan-column__item:nth-child(-n+3) {
    padding-top: 0;
  }
  .wangan-column--sp-4 > .wangan-column__item {
    width: calc(100% / 4);
  }
  .wangan-column--sp-4 > .wangan-column__item:nth-child(-n+4) {
    padding-top: 0;
  }
  .wangan-column--sp-5 > .wangan-column__item {
    width: calc(100% / 5);
  }
  .wangan-column--sp-5 > .wangan-column__item:nth-child(-n+5) {
    padding-top: 0;
  }
  .wangan-column--sp-6 > .wangan-column__item {
    width: calc(100% / 6);
  }
  .wangan-column--sp-6 > .wangan-column__item:nth-child(-n+6) {
    padding-top: 0;
  }
  .wangan-column--sp-7 > .wangan-column__item {
    width: calc(100% / 7);
  }
  .wangan-column--sp-7 > .wangan-column__item:nth-child(-n+7) {
    padding-top: 0;
  }
  .wangan-column--sp-8 > .wangan-column__item {
    width: calc(100% / 8);
  }
  .wangan-column--sp-8 > .wangan-column__item:nth-child(-n+8) {
    padding-top: 0;
  }
  .wangan-image-hero > img {
    height: 200px;
    object-fit: cover;
  }
  .wangan-image-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .wangan-section--hero {
    display: flex;
    flex-wrap: wrap;
  }
  .wangan-section--map {
    border-bottom: 1px solid #c40018;
  }
  .wangan-select-container {
    flex-wrap: wrap;
  }
  .wangan-tab {
    display: none;
    order: 2;
  }
  .wangan-tab:has(.wangan-tab__content.is-active) {
    display: block;
  }
  .wangan-tab__inner::before {
    content: none;
  }
  .wangan-tab__inner {
    padding-bottom: 20px;
  }
  .wangan-tab__input {
    display: none;
  }
  .wangan-tab__label {
    display: none;
  }
  .wangan-tab__content.is-active {
    height: auto;
    opacity: 1;
  }
  .wangan-tab__content.is-active ~ .wangan-tab__content.is-active {
    position: relative;
    margin-top: 24px;
  }
  .wangan-tab__content.is-active ~ .wangan-tab__content.is-active::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -20px;
    width: calc(100% + 40px);
    height: 4px;
    background-color: #efefef;
  }
  .wangan-tab__glider {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .wangan-button {
    font-size: 14px;
  }
  .wangan-button--lg {
    font-size: 14px;
  }
  .wangan-button--max {
    font-size: 14px;
  }
  .wangan-button--search {
    font-size: 14px;
  }
  .wangan-button--map {
    font-size: 14px;
  }
  .wangan-tab__content > .wangan-button {
    font-size: 12px;
  }
  .wangan-tab__title-description {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .wangan-button--search {
    white-space: nowrap;
  }
  .wangan-tab__label {
    font-size: 16px;
  }
  .wangan-tab__title {
    font-size: 34px;
    line-height: 1.9;
  }
  .wangan-tab__title-description {
    display: inline;
    font-size: 18px;
  }
}
@media screen and (min-width: 1921px) {
  .wangan-button--map.is-tsukishima {
    top: 437px;
    left: 907px;
  }
  .wangan-button--map.is-kachidoki {
    top: 312px;
    left: 1502px;
  }
  .wangan-button--map.is-harumi {
    top: 230px;
    left: 1339px;
  }
  .wangan-button--map.is-toyosu {
    top: 389px;
    left: 312px;
  }
  .wangan-button--map.is-shinonome {
    top: 274px;
    left: 72px;
  }
  .wangan-button--map.is-ariake {
    top: 178px;
    left: 734px;
  }
  .wangan-button--map.is-shibaura {
    top: 96px;
    left: 1786px;
  }
  .wangan-button--map.is-shinagawa {
    top: 58px;
    left: 1627px;
  }
  .wangan-button--map {
    font-size: 16px;
  }
  .wangan-button--map::before {
    bottom: -22px;
  }
  .wangan-button--map::after {
    border-width: 16px;
  }
}
@media screen and (max-width: 1132px) {
  .wangan-button--map {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .wangan-button--map {
    padding-bottom: 0;
    font-size: 10px;
  }
  .wangan-button--map::after {
    border-width: 6px;
  }
  .wangan-button--map > span {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .wangan-button--map {
    font-size: 12px;
  }
  .wangan-button--map > span {
    font-size: 10px;
  }
}
@media screen and (min-width: 1680px) {
  .wangan-button--map {
    font-size: 18px;
  }
  .wangan-button--map > span {
    font-size: 16px;
  }
}