@charset "UTF-8";
.grounds-link {
  display: grid;
  gap: 10px 0;
  width: 100%;
  max-width: 775px;
  margin: 0 auto 50px;
}
.grounds-link.overview {
  max-width: 1140px;
  margin: 0 auto 50px;
  gap: 0 200px;
}
@media screen and (max-width: 767px) {
  .grounds-link.overview {
    gap: 88px 0;
  }
}
.grounds-link.overview li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 11px;
    height: 10px;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .grounds-link.overview li::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 1px;
    height: 72px;
    bottom: -114px;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
  .grounds-link.overview li:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 11px;
    height: 10px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .grounds-link.overview li:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 11px;
    height: 10px;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }
  .grounds-link.overview li:nth-of-type(3)::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 11px;
    height: 10px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
  .grounds-link.overview li:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #bfaf8a;
    width: 1px;
    height: 72px;
    top: -44px;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.grounds-link.overview li p {
  position: relative;
}
.grounds-link.overview li p::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 11px;
  height: 10px;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  z-index: -1;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li p::before {
    display: none;
  }
}
.grounds-link.overview li p::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 200px;
  height: 1px;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li p::after {
    display: none;
  }
}
.grounds-link.overview li:nth-of-type(2) p::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 11px;
  height: 10px;
  top: 50%;
  left: -11px;
  right: auto;
  transform: translateY(-50%);
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li:nth-of-type(2) p::before {
    display: none;
  }
}
.grounds-link.overview li:nth-of-type(2) p::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 11px;
  height: 10px;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  z-index: -1;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li:nth-of-type(2) p::after {
    display: none;
  }
}
.grounds-link.overview li:nth-of-type(3) p::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 11px;
  height: 10px;
  top: 50%;
  left: -11px;
  right: auto;
  transform: translateY(-50%);
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li:nth-of-type(3) p::before {
    display: none;
  }
}
.grounds-link.overview li:nth-of-type(3) p::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #bfaf8a;
  width: 200px;
  height: 1px;
  top: 50%;
  right: auto;
  left: -200px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .grounds-link.overview li:nth-of-type(3) p::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .grounds-link {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
}
.grounds-link .btn-border {
  padding: 1em;
  color: #fff;
}
.grounds-link .btn-border.black {
  color: #000;
}
.grounds-link .btn-border.black:hover {
  background-color: transparent !important;
  border: solid 1px #bbbbbb !important;
  cursor: auto;
}
.grounds-link + p {
  max-width: 530px;
  margin: 0 auto;
}

.grounds-access {
  position: absolute;
  top: 56px;
  right: -166px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .grounds-access {
    top: 120px;
    left: 16px;
    right: auto;
    line-height: 1.4;
  }
}

.grounds-about {
  text-align: center;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
  background-color: #bfaf8a;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 0 16px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.grounds-about:hover {
  color: #fff;
  opacity: 0.7;
}

.map {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.map > div {
  margin: 0;
}
.map > div p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 0.75rem;
  text-align: center;
}
.map > div p::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 0.5em;
  background: url(../img/grounds/toudou/icon-click.png) center no-repeat;
  background-size: contain;
}
.map .map-area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map .map-area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.map .map-area-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: max(640px, 50vw);
  text-align: center;
  background: #fff;
  border-bottom-right-radius: 30px;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .map .map-area-content {
    height: auto;
  }
}
.map .map-area-content::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 65px 65px 0;
  border-color: transparent #00b9ef transparent transparent;
}
.map .map-area-content .map-inner {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.map .map-area-content .map-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map .map-area-content .map-inner .icon {
  display: inline-block;
  position: absolute;
  width: 4.3%;
  background: url(../img/grounds/toudou/icon-click.png) center no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  z-index: 1;
}
.map .map-area-content dl {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  text-align: right;
  z-index: 1;
}
.map .map-area-content dl dt {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.map .map-area-content dl dd {
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.4em;
}
.map .map-scroll {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map .map-scroll {
    width: 100%;
  }
}
.map .map-scroll p::before {
  background-image: url(../img/grounds/common/icon-move.png);
}
.map .map-scroll .c-dragScroll {
  position: relative;
  width: 100%;
  height: clamp(580px, 48vw, 900px);
  overflow: scroll;
  scrollbar-width: none;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  .map .map-scroll .c-dragScroll {
    height: 80vw;
  }
}
.map .map-scroll .c-dragScroll::-webkit-scrollbar {
  display: none;
}
.map .map-scroll .c-dragScroll:active {
  cursor: grabbing;
}
.map .map-scroll .c-dragScroll__inner {
  width: 150vw;
  height: 75vw;
}
@media screen and (max-width: 767px) {
  .map .map-scroll .c-dragScroll__inner {
    width: 300vw;
    height: 150vw;
  }
}
.map .map-scroll .c-dragScroll__container {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map .map-scroll .c-dragScroll__container > picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.map .map-scroll .c-dragScroll__container > picture > img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map + .page-main-block {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .map + .page-main-block {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .page-block-content:nth-child(odd) .img-wide .content-row {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .img-wide > .content-img {
    width: 47%;
  }
}
@media screen and (min-width: 768px) {
  .img-wide > .content-right {
    width: 49%;
    text-align: left;
  }
  .img-wide > .content-right .btn-border {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .img-wide .content-row {
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .img-wide .content-row .goshsuin {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .img-wide .content-row .goshsuin figure {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .img-wide .content-row .content-right {
    width: calc(100% - 200px);
  }
}

#page-grounds-top .category-index {
  background-image: url(../img/grounds/top/main.jpg);
}

#page-grounds-overview .page-first-block {
  padding-bottom: 80px;
}
#page-grounds-overview .page-first-block .content-row {
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  #page-grounds-overview .page-first-block .content-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#page-grounds-overview .page-first-block .content-row .content-img {
  width: 50%;
}
#page-grounds-overview .grounds-link {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #page-grounds-overview .grounds-link {
    margin-top: 50px;
  }
}
#page-grounds-overview .page-main-block {
  margin-bottom: 0;
}
#page-grounds-overview .page-main-block.mb90 {
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  #page-grounds-overview #sec-overview_01 .content-row .content-left {
    width: 100%;
  }
}
#page-grounds-overview #sec-overview_01 .content-row dl dt {
  margin-bottom: 0.5em;
  font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
#page-grounds-overview #sec-overview_01 .content-row a {
  display: block;
  width: 100%;
  height: 100%;
}
#page-grounds-overview #sec-overview_01 .content-row a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-grounds-toudou .page-main-block .btn-border {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #page-grounds-toudou .page-main-block .btn-border {
    max-width: 245px;
  }
}
#page-grounds-toudou .page-main-block p + .btn-border {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #page-grounds-toudou .page-main-block p + .btn-border {
    margin-top: 50px;
  }
}
#page-grounds-toudou .map-area-content::after {
  border-right-color: #ee869b;
}
#page-grounds-toudou .map-area p::before {
  background-image: url(../img/grounds/toudou/icon-click.png);
}
#page-grounds-toudou .map-area-content .map-inner .icon {
  background-image: url(../img/grounds/toudou/icon-click.png);
}
#page-grounds-toudou .map-area-content .map-inner .icon_01 {
  right: 20%;
  top: 60%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_02 {
  left: 45.5%;
  top: 43.5%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_03 {
  left: 30%;
  top: 14%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_04 {
  left: 6%;
  top: 18%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_05 {
  right: 36%;
  top: 71%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_06 {
  left: 27%;
  top: 58%;
}
#page-grounds-toudou .map-area-content .map-inner .icon_07 {
  left: 37.5%;
  top: 65%;
}

#page-grounds-saitou .map-area-content::after {
  border-right-color: #00b9ef;
}
#page-grounds-saitou .map-area p::before {
  background-image: url(../img/grounds/saitou/icon-click.png);
}
#page-grounds-saitou .map-area-content .map-inner .icon {
  background-image: url(../img/grounds/saitou/icon-click.png);
}
#page-grounds-saitou .map-area-content .map-inner .icon_01 {
  right: 26%;
  top: 48%;
}
#page-grounds-saitou .map-area-content .map-inner .icon_02 {
  left: 30%;
  top: 69%;
}
#page-grounds-saitou .map-area-content .map-inner .icon_03 {
  left: 33%;
  top: 43.5%;
}

#page-grounds-yokawa .map-area-content::after {
  border-right-color: #ed6c01;
}
#page-grounds-yokawa .map-area p::before {
  background-image: url(../img/grounds/yokawa/icon-click.png);
}
#page-grounds-yokawa .map-area-content .map-inner .icon {
  background-image: url(../img/grounds/yokawa/icon-click.png);
}
#page-grounds-yokawa .map-area-content .map-inner .icon_01 {
  left: 49%;
  top: 39%;
}
#page-grounds-yokawa .map-area-content .map-inner .icon_02 {
  right: 25%;
  top: 42%;
}
#page-grounds-yokawa .map-area-content .map-inner .icon_03 {
  left: 10%;
  top: 49%;
}

@media screen and (max-width: 767px) {
  #page-grounds-treasure .page-first-block .content-row {
    gap: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  #page-grounds-treasure .page-first-block .content-row .content-img {
    width: 310px;
  }
}
@media screen and (min-width: 768px) {
  #page-grounds-treasure .page-first-block .content-row .content-right {
    width: calc(100% - 350px);
  }
}
#page-grounds-treasure .page-first-block .main {
  width: 100%;
  margin: 80px auto 0;
}
#page-grounds-treasure .page-first-block .main img {
  margin: 0 auto;
}
#page-grounds-treasure .treasure-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 0;
  margin: 80px -15px 0;
}
@media screen and (max-width: 767px) {
  #page-grounds-treasure .treasure-list {
    gap: 50px 0;
    margin: 40px auto 0;
  }
}
#page-grounds-treasure .treasure-list > li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-grounds-treasure .treasure-list > li {
    width: 33.3333333333%;
    padding: 0 15px;
  }
}
#page-grounds-treasure .treasure-list > li img {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
#page-grounds-treasure .treasure-list > li dl {
  text-align: left;
}
#page-grounds-treasure .treasure-list > li dl dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.25rem;
  border-bottom: 1px solid #fff;
}
#page-grounds-treasure .treasure-list > li dl dt .properties {
  font-size: 0.8em;
}
#page-grounds-treasure #sec-treasure_02 .img-wide {
  flex-direction: row;
}
@media screen and (min-width: 1230px) {
  #page-grounds-treasure #sec-treasure_02 .img-wide {
    flex: 1;
    margin-right: auto;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1229px) {
  #page-grounds-treasure #sec-treasure_02 .img-wide {
    margin-right: auto;
    margin-left: -20px;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-treasure #sec-treasure_02 .img-wide {
    margin-right: auto;
    margin-left: auto;
  }
}
#page-grounds-treasure #sec-treasure_02 .img-wide .title-section::before {
  margin-right: auto;
  margin-left: 0;
}
#page-grounds-treasure #sec-treasure_03 .title-border {
  margin-top: 70px;
}
#page-grounds-treasure #sec-treasure_03 .content-row {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #page-grounds-treasure #sec-treasure_03 table {
    width: 70%;
  }
}
#page-grounds-treasure .map {
  text-align: center;
  background: #fff;
}
#page-grounds-treasure .map img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#page-grounds-shrine .goshuin {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine .goshuin {
    flex-direction: row;
    margin-top: 0;
    width: 90%;
    order: 3;
  }
}
#page-grounds-shrine .goshuin .content-img {
  width: 47%;
}
#page-grounds-shrine .block-white {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine .block-white {
    margin-top: 30px;
  }
}
#page-grounds-shrine .block-white table + table {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine .block-white table + table {
    margin-top: 20px;
  }
}
#page-grounds-shrine .block-white table td {
  overflow: hidden;
}
#page-grounds-shrine .block-white table td p {
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  #page-grounds-shrine .block-white table td p {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  #page-grounds-shrine .block-white table td .btn {
    float: right;
    max-width: 190px;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine .block-white table td .btn {
    margin-top: 20px;
  }
}
#page-grounds-shrine .block-white table td .btn .icon-access {
  margin-left: 0.5em;
}
#page-grounds-shrine .block-white table td .btn .icon-access::before {
  background: #ff0000;
}
#page-grounds-shrine #sec-shrine_01 table tbody th,
#page-grounds-shrine #sec-shrine_01 table tbody td {
  text-align: left;
}
#page-grounds-shrine #sec-shrine_02 .title-border {
  margin-top: 70px;
}
#page-grounds-shrine #sec-shrine_02 .content-inner--s {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row {
    gap: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-img {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-img > figure {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-right {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-right p {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-right .block-white {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-img,
  #page-grounds-shrine #sec-shrine_02 .content-inner--s > .content-row > .content-right {
    display: contents;
  }
}

.mb0 {
  margin-bottom: 0;
}