@charset "utf-8";
/* ==========================================================================
 Foundation
========================================================================== */
p,
h1,
h2,
h3,
dl,
dd {
  margin: 0;
}
button {
  padding: 0;
  border: none;
}
button:focus {
  outline: none;
}
button:hover {
  cursor: pointer;
}
body {
  margin: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
em {
  font-style: normal;
}
img {/*
  vertical-align: top;
*/
}
a {
  color: #333;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #333;



}
body.is-fixed {
  position: fixed;
}
a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  color: #333;

}
img {/*
  width: 100%;
  display: block;
*/
}
table {
  border-collapse: collapse;
}
dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul {
  list-style: none;
}
.selectMain__placeholder {
  display: none;
}
.item--pc {
  display: none;
}

.bold{
   color:#333;
   font-weight:bold;
   display:inline;
}

table.table_spots {
   width:100%;
   border-collapse:collapse;
}

table.table_spots th {
   padding:5px;
   font-size:15px;
   text-align:center;
   border:1px solid #aaa;
   background:#F8F6ED;
}

table.table_spots td {
   padding:5px;
   font-size:14px;
   text-align:left;
   border:1px solid #aaa;
}

@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
/* ==========================================================================
 Layout
========================================================================== */
.header {
  position: relative;
  overflow: visible;
  height: 100px;
}
@media screen and (min-width: 835px) {
  .header__inner {
    padding: 5px 0;
    max-width: 1100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
  }
}
.header__inner .search {
  display: none;
}
@media screen and (min-width: 835px) {
  .header__inner .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.header__logo img {
  width: 250px;
}
nav.ContentNavi01 {
  padding: 0;
  width: 100%;
  height: 36px;
  background: #f9f3e4;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
@media screen and (min-width: 835px) {
  nav.ContentNavi01 ul {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
nav.ContentNavi01 ul li {
  float: left;
  position: relative;
}
nav.ContentNavi01 ul li a {
  display: block;
  color: #3c3c43;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 5px 27px 0;
  border-bottom: 3px solid transparent;

}
nav.ContentNavi01 ul li.Active a {
  color: #fff;
  background-color: #e0ceaa;
}


nav.ContentNavi01 ul li a:hover {
  background-color: #e0ceaa;
  color: #fff;
}


.GMenu01 {
  top: 43px;
  left: 0;
  width: 100%;
  height: 37px;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 7000;
}
.GMenu01.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .ContentNavi01 {
    margin: 0 auto;
    position: relative;
  }
  .ContentNavi01 ul {
    margin: auto;
  }
}
.child_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 5%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 30px;
}
.child_link ul li {
  width: 18%;
  padding: 10px 0;
  background-color: #eee;
  border: 1px solid #000;
  text-align: center;
}
.child_link ul li a {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.hidden {
  display: none !important;
}
.text--c {
  font-size: 16px;
  text-align: center;
}
.page__container {
  padding: 10px 10px 30px;
}
@media screen and (min-width: 835px) {
  .page__container {
    max-width: 1100px;
    margin: auto;
    padding: 30px 40px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .page__main {
    width: calc(100% - 320px);
  }
}
.page__side {
  display: none;
}
@media screen and (min-width: 835px) {
  .page__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 280px;
  }
}
.page__side__title {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
  margin-bottom: 16px;
}
.page__side__tags {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.page__side__tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 15px;
  color: #333;
}
.page__side__tags a img {
  width: 13px;
}
.page__side__article {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.page__side__article__item img {
  width: 100%;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page__side__article__item a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  margin: 5px 0;
  display: block;
}
.page__side__article__item p {
  font-size: 15px;
  color: #707070;
}
.page__title {
  font-size: 24px;
  font-weight: bold;
}
.page__text {
  font-size: 17px;
  margin-top: 4px;
}
@media screen and (min-width: 835px) {
  .page__text {
    margin-top: 10px;
  }
}
.link__label__container,
.link__label__container--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .link__label__container,
  .link__label__container--c {
    margin-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .link__label__container--c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.link__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 8px 12px;
  background: #e6d8bc;
  color: #333;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: underline;
  font-weight: bold;
  text-align: center;


}
@media screen and (min-width: 835px) {
  .link__label {
    padding: 12px 20px;
  text-align: center;

  }
}

.section__container {
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .section__container {
    margin-top: 30px;
  }
}
.section__title {
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .section__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.section__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
}
.section__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #610100;
  z-index: 2;
}

.section__title_guide {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.section__title_guide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e0e0e0;
}
.section__title_guide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: #57565a;
  z-index: 2;
}


.section__text,
.section__text--s {
  font-size: 17px;
}
.section__text .title,
.section__text--s .title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  margin-top: 10px;
}
.section__text a,
.section__text--s a {
  color: #333;
  text-decoration: underline;
}
.section__text a.large,
.section__text--s a.large {
  font-size: 20px;
  font-weight: bold;
}
.section__text .head,
.section__text--s .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 5px;
}
.section__text--s {
  font-size: 17px;
}
.section__img,
.section__img--v,
.section__img--h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .section__img,
  .section__img--v,
  .section__img--h {
    margin-top: 20px;
    gap: 5px;
  }
}
.section__img img,
.section__img--v img,
.section__img--h img {
  width: calc(33.33333% - 13.33333px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .section__img img,
  .section__img--v img,
  .section__img--h img {
    width: calc(33.33333% - 3.33333px);
  }
}
.section__img--v img {
  aspect-ratio: 1.4;
}
.section__img--h img {
  aspect-ratio: 0.75;
}
@media screen and (min-width: 835px) {
  .section__img--h img {
    width: calc(20% - 4px);
  }
}

.section__linked_img--h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.section__linked_img--h img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 0.75;
}
.section__linked_img--h a {
  display: inline-block;
  width: calc(33.33333% - 13.33333px);
}

.section__linked_img--v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.section__linked_img--v img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4;
}
.section__linked_img--v a {
  display: inline-block;
  width: calc(33.33333% - 13.33333px);
}

.section__lineage a{
  color: #333;
  text-decoration: underline;
}




.section__img_linked,
.section__img_linked--v,
.section__img_linked--h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 10px;
}

@media screen and (min-width: 835px) {
  .section__img_linked,
  .section__img_linked--v,
  .section__img_linked--h {
    margin-top: 20px;
    gap: 5px;
  }

.section__img_linked img,
.section__img_linked--v img,
.section__img_linked--h img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section__img_linked img a,
.section__img_linked--v img a,
.section__img_linked--h img a{
  display: inline-block;
  width: calc(33.33333% - 13.33333px);
}


.section__img_linked img {
  aspect-ratio: 1.4;
}
.section__img_linked img {
  aspect-ratio: 0.75;
}

@media screen and (min-width: 835px) {
  .section__img_linked img {
    width: calc(20% - 4px);
  }
}


.section__goriyaku {
  font-size: 17px;
  font-weight: bold;
}

.section__bs {
  font-size: 13px;
}

.section__bs2 {
  font-size: 13px;
  margin-bottom: 5px;
}


.tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.tags li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .tags li a {
    font-size: 14px;
  }
}
.tags li a:hover {
  background-color: #610100;
  border: 1px solid #610100;
  color: #fff;
}
.tags li a:before {
  content: "#";
  padding-right: 2px;
}

.tags_nl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.tags_nl li  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 0.5em;
  background-color: #eee;
  border: 1px solid #aaa;
  border-radius: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tags_nl li::before {
  content: "#";
  padding-right: 2px;
}


.article__desc {
  font-size: 14px;
  margin-top: 10px;
}
.article__rating span {
  background: #333;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  border-radius: 2px;
  display: inline-block;
}
.article__rating p:nth-of-type(1) {
  font-size: 20px;
}
.article__rating p:nth-of-type(2) {
  font-size: 12px;
}
.article__rating p.address {
  font-size: 12px;
}
.article__list {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .article__list {
    gap: 0;
  }
}
@media screen and (min-width: 835px) {
  .article__item {
    border-bottom: 1px dashed #bbb;
    padding: 16px 0;
  }
  .article__item.article__item:nth-of-type(1) {
    padding-top: 0;
  }
  .article__item .btn__more,
  .article__item .accordion__box {
    display: none;
  }
}
.article__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .article__item__inner {
    gap: 16px;
  }
}
.article__item__inner > img {
  width: 120px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .article__item__inner > img {
    width: 230px;
  }
}
.article__item__inner > div {
  width: calc(100% - 130px);
}
@media screen and (min-width: 835px) {
  .article__item__inner > div {
    width: calc(100% - 246px);
  }
}
.article__item__inner > div > span {
  width: 60px;
  height: 22px;
  background: #610100;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
}
.article__item__inner > div > a {
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  color: #333;
  line-height: 1.2;
}
.article__item__inner > div > p {
  color: #888;
  font-size: 16px;
  margin-top: 5px;
}
.board__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .board__list {
    gap: 0;
  }
}
.board__item {
  padding: 10px 0;
}
@media screen and (min-width: 835px) {
  .board__item {
    border-bottom: 1px dashed #bbb;
    padding: 24px 0;
  }
  .board__item.board__item:nth-of-type(1) {
    padding-top: 0;
  }
  .board__item .btn__more,
  .board__item .board__item__link {
    display: none;
  }
  .board__item .accordion__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px;
    border: 1px solid #eee;
    background: #f9f9f9;
    padding: 10px 16px;
    margin-top: 20px;
  }
  .board__item .accordion__box .article__rating div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .board__item .accordion__box a {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    background: #a1a1a1;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
@media screen and (min-width: 835px) {
  .board__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.board__item__name {
  font-size: 17px;
}
@media screen and (min-width: 835px) {
  .board__item__name {
    font-size: 17px;
  }
}
.board__item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.board__item__star img {
  width: 20px;
}
.board__item__title {
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .board__item__title {
    font-size: 17px;
  }
}
.board__item__date {
  color: #b3bdca;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .board__item__date {
    font-size: 14px;
  }
}
.board__item__text {
  font-size: 17px;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .board__item__text {
    font-size: 17px;
  }
}
.board__item__img {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.board__item__img img {
  width: calc(33.33333% - 3.33333px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .board__item__img img {
    width: calc(20% - 4px);
  }
}

.board__item__linked_img {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;

}
.board__item__linked_img img {
  width: 135px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 835px) {
  .board__item__linked_img img {
    width: calc((100vw - 100px) / 3);
    height: calc(((100vw - 100px) / 3) * (90 / 130)); /* aspect ratio = 130 : 90 */
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.board__item__linked_img a {
  display: inline-block;
 }


.nice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;

}
.nice__container button {
  background: #a1a1a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: bold;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
}
.nice__container p {
  font-size: 14px;
}
.board__item__link {
  text-align: right;
  margin-top: 5px;
}
.board__item__link a {
  color: #3fc3f3;
  text-decoration: underline;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  padding: 10px;

}
@media screen and (min-width: 835px) {
  .breadcrumb {
    font-size: 16px;
    max-width: 1100px;
    margin: auto;
    padding: 30px 40px 0;
  }
}
.breadcrumb li:not(:last-of-type)::after {
  content: "≫";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #b3b2b2;

}
.breadcrumb a {
  color: #333;
}
.map__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.breadcrumb_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  padding: 10px;

}
@media screen and (min-width: 835px) {
  .breadcrumb_2 {
    font-size: 16px;
    max-width: 1100px;
    margin: auto;
    padding: 0px 0px 15px 0px;
  }
}
.breadcrumb_2 li:not(:last-of-type)::after {
  content: "≫";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #b3b2b2;
}
.breadcrumb_2 a {
  color: #333;
}

.map__list li {
  font-size: 16px;
}
.map__list li.first {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
}
.map__list li a {
  color: #333;
  text-decoration: underline;
}
.shrine__list {
  padding: 10px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 835px) {
  .shrine__list {
    gap: 0;
  }
}
@media screen and (min-width: 835px) {
  .shrine__item {
    border-bottom: 1px dashed #bbb;
    padding: 24px 0;
  }
  .shrine__item.shrine__item:nth-of-type(1) {
    padding-top: 0;
  }
  .shrine__item .btn__more,
  .shrine__item .accordion__box {
    display: none;
  }
}
.shrine__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .shrine__item__content {
    gap: 16px;
  }
}
.shrine__item__content > img {
  width: 120px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .shrine__item__content > img {
    width: 230px;
  }
}
.shrine__item__content > div {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 835px) {
  .shrine__item__content > div {
    width: calc(100% - 246px);
  }
}
.rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 835px) {
  .rank {
    margin-bottom: 10px;
  }
}
.rank span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e1cfab;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.rank p {
  font-size: 20px;
  font-weight: bold;
}
.rank small {
  font-size: 18px;
  margin-left: 10px;
}

.shrine__class__type {
  color: #333;
  margin: 0px 0px 1px 0px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.shrine__item__type {
  background: #333;
  color: #fff;
  padding: 2px 20px;
  border-radius: 5px;
  display: inline-block;
  font-size: 10px;
}
@media screen and (min-width: 835px) {
  .shrine__item__type {
    font-size: 12px;
    padding: 2px 30px;
  }
}
.shrine__item__type.sec {
  background: #600000;
}
.shrine__item__name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
  display: block;
}
@media screen and (min-width: 835px) {
  .shrine__item__name {
    font-size: 20px;
    margin-top: 5px;
  }
}
.shrine__item__hiragana {
  font-size: 15px;
  margin-top: 2px;
}
.shrine__item__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.shrine__item__star img {
  width: 16px;
}
.shrine__item__star p {
  font-size: 15px;
  font-weight: bold;
  padding-top: 2px;
}
.shrine__item__address {
  font-size: 15px;
  /*font-weight: bold;*/
  margin-top: 5px;
}
.shrine__item__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .shrine__item__tag {
    margin-top: 10px;
  }
}
.shrine__item__tag li {
  background: #610100;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 5px;
}
@media screen and (min-width: 835px) {
  .shrine__item__tag li {
    padding: 8px 30px;
  }
}
.shrine__item__detail {
  margin-top: 10px;
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .shrine__item__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shrine__item__detail > div {
    width: calc(50% - 4px);
    border-radius: 3px;
    background: #f9f9f9;
    padding: 8px 10px;
  }
}
.shrine__item__detail span {
  display: block;
  font-weight: bold;
}
.shrine__content h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .shrine__content h3 {
    text-align: left;
  }
}
.shrine__content p {
  font-size: 17px;
}
.shrine__content p a {
  color: #333;
}
.shrine__precinct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}

.shrine__content_m {
  display: block;
  font-size: 18px;
  padding-top: 5px;
}

.shrine__content_r {
  display: block;
  font-size: 13px;
}

.shrine__content_w {
  display: block;
  font-size: 16px;
  word-break: break-all;
}

.shrine__content_b {
  display: block;
  font-size: 17px;
  padding-top: 5px;
}


.shrine__content_p2 {
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 17px;
}

.shrine__content a {
  color: #333;
  text-decoration: underline;
  font-size: 17px;
}



.shrine__precinct__item {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .shrine__precinct__item {
    width: calc(50% - 8px);
  }
}
.shrine__precinct__item .type {
  font-size: 16px;
  font-weight: bold;
}
.shrine__precinct__item .name {
  font-size: 16px;
}
.shrine__precinct__item .god {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.shrine__precinct__item .god a {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
}
.shrine__precinct__item .god p {
  font-size: 14px;
}
.shrine__precinct__item .address {
  font-size: 16px;
}
.shrine__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.shrine__info__item {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .shrine__info__item {
    width: calc(50% - 10px);
  }
}
.shrine__info__item h3 {
  border-radius: 10px;
  background: #faf8f4;
  font-size: 20px;
  font-weight: normal;
  padding: 6px 16px;
  margin-bottom: 20px;
}
.shrine__info__item p {
  font-size: 16px;
  margin-top: 10px;
}
.shrine__info__item img {
  display: block;
  width: 230px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px auto 0;
}
.accordion__box {
  display: none;
}
.accordion__box.is-open {
  display: block;
}
.link {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .link {
    margin-top: 20px;
  }
}
.link a {
  color: #00afee;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 3px;
    background: #a9a9a9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0;
    margin-left: auto;
  }
}
.link a svg {
  display: none;
}
@media screen and (min-width: 835px) {
  .link a svg {
    display: inline-block;
  }
}


.link2 {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .link2 {
    margin-top: 20px;
  }
}
.link2 a {
  color: #00afee;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .link2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0;
    margin-left: auto;
  }
}
.link2 a svg {
  display: none;
}
@media screen and (min-width: 835px) {
  .link2 a svg {
    display: inline-block;
  }
}

.goriyaku_link {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .goriyaku_link {
    margin-top: 20px;
  }
}
.goriyaku_link a {
  color: #00afee;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .goriyaku_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 3px;
    background: #a9a9a9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0;
    margin-left: auto;
  }
}
.goriyaku_link a svg {
  display: none;
}
@media screen and (min-width: 835px) {
  .goriyaku_link a svg {
    display: inline-block;
  }
}

.god_link {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .god_link {
    margin-top: 20px;
  }
}
.god_link a {
  color: #00afee;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .god_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    border-radius: 3px;
    background: #a9a9a9;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 0;
    margin-left: auto;
  }
}
.god_link a svg {
  display: none;
}
@media screen and (min-width: 835px) {
  .god_link a svg {
    display: inline-block;
  }
}


.text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 22px;
}
.text__item span {
  font-size: 17px;
}
.shrine__tab__title,
.shrine__tab__title--c {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.shrine__tab__title--c {
  text-align: center;
}

.shrine__tab__title_spots{
  font-size: 36px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}


.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin: 10px 0;
  font-size: 16px;

}
.sort a {
  color: #333;
  text-decoration: underline;
}
.shrine__highlight__date {
  font-size: 15px;
  text-align: right;
  margin: 10px 0;
}
.shrine__highlight__content {

  font-size: 17px;

}


@media screen and (min-width: 835px) {
  .shrine__highlight__content {
    font-size: 17px;
  }
  .shrine__highlight__content a{
  text-decoration: underline;
  }
 h2{
    padding: 8px 0px 0px 0px;
}

}
.shrine__highlight__content img {
  width: 100%;
  display: block;
  margin: 10px 0;
}

.syllabary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .syllabary__list {
    gap: 0;
  }
}
@media screen and (min-width: 835px) {
  .syllabary__item {
    border-bottom: 1px dashed #bbb;
    padding: 24px 0;
  }
  .syllabary__item:nth-of-type(1) {
    padding-top: 0;
  }
}
.syllabary__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .syllabary__item__inner {
    gap: 30px;
  }
}
.syllabary__item__inner > img {
  width: 130px;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .syllabary__item__inner > img {
    width: 230px;
  }
}
.syllabary__item__inner > div {
  width: calc(100% - 140px);
}
.syllabary__item__inner > div span {
  width: 100px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9d9d9d;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 835px) {
  .syllabary__item__inner > div span {
    width: 120px;
  }
}
.syllabary__item__inner > div span.green {
  background: #178904;
}
.syllabary__item__inner > div span.blue {
  background: #025ea2;
}
.syllabary__item__inner > div span.yellow {
  background: #ffc100;
}
.syllabary__item__inner > div a {
  color: #333;
  text-decoration: underline;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin: 5px 0;
}
@media screen and (min-width: 835px) {
  .syllabary__item__inner > div a {
    font-size: 20px;
  }
}
.syllabary__item__inner > div p {
  font-size: 14px;
}
.syllabary__item__text {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .syllabary__item__text {
    font-size: 16px;
  }
}
.group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .group__item {
    margin-top: 20px;
  }
}
.group__item__name {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 835px) {
  .group__item__name {
    font-size: 26px;
  }
}
.group__item__hiragana {
  font-size: 14px;
}
.group__item__text {
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .group__item__text {
    font-size: 16px;
  }
}
.group__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.group__item__img img {
  width: calc(20% - 4px);
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .god__detail {/*
    border-radius: 20px;
    border: 1px solid #aaa;
    background: #fcfaf6; */ 
    padding: 5px 20px;
}
}
.god__name {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .god__name {
    font-size: 36px;
    text-align: center;
  }
}
.god__hiragana {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (min-width: 835px) {
  .god__hiragana {
    text-align: center;
  }
}
.type__tag,
.type__tag--c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.type__tag li,
.type__tag--c li {
  width: 120px;
  height: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  background: #9d9d9d;
  color: #fff;
}
.type__tag li.green,
.type__tag--c li.green {
  background: #178904;
  color: #fff;
}
.type__tag li.black,
.type__tag--c li.black {
  background: #000;
  color: #fff;
}
.type__tag li.blue,
.type__tag--c li.blue {
  background: #025ea2;
  color: #fff;
}
.type__tag li.yellow,
.type__tag--c li.yellow {
  background: #ffc100;
  color: #fff;
}

.type__tag_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.type__tag_line li {
  width: 120px;
  height: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
}


.type__tag_line li.line {
  background: #5d0c11;
  color: #fff;
}




@media screen and (min-width: 835px) {
  .type__tag--c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.type__distribution {
  width: 83px;
  height: 41px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 10px;
  background: #ededed;
  color: #333;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .type__distribution {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.god__img {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.god__info {
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .god__info {
    font-size: 18px;
    text-align: center;
  }
}
.rank__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .rank__text {
    margin: 20px 0;
  }
}
.rank__text > span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e1cfab;
  border-radius: 50%;
  color: #f4eede;
  font-size: 16px;
}
.rank__text p {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .rank__text p {
    font-size: 18px;
  }
}
.rank__text p span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.god__books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.god__books li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: #ebebec;
  border-radius: 5px;
  color: #757474;
  font-size: 14px;
}

.god__books a {
  color: #757474;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 835px) {
  .god__books li {
    padding: 12px 20px;
  }
}

.god__member,
.god__member--left {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .god__member,
  .god__member--left {
    margin-top: 20px;
  }
}
.god__member > p,
.god__member--left > p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (min-width: 835px) {
  .god__member > p,
  .god__member--left > p {
    font-size: 16px;
  }
}
.god__member--left > p {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .god__member--left > p {
    font-size: 20px;
  }
}
.god__member--left ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.god__member__list {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.god__member__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.god__member__list li a {
  width: 180px;
  padding: 0px 0px;
  /*background: #f4eede;
  border-radius: 5px;*/
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

.god__member__list li > p {
  font-size: 16px;
  margin-top: 2px;
  color: #333;

}


.god__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .god__nav {
    display: none;
  }
}
.god__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  color: #309d04;
  font-size: 16px;
  font-weight: bold;
}
.god__title {
  margin: 20px 0;
}
.god__title p {
  text-align: center;
}
.god__title p span {
  font-size: 16px;
}
.god__title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 10px 0px;
}
.god__title ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px #efefef;
          box-shadow: 0 0 0 2px #efefef;
  background-color: #efefef;
  color: #333;
  font-weight: 600;
  font-size: 18px;
}




.section__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
@media screen and (min-width: 835px) {
  .section__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0;
  }
}
.section__label li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 2px #e2d1ae;
          box-shadow: 0 0 0 2px #e2d1ae;
  background-color: #f4eede;
  color: #333;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .section__label li {
    padding: 12px 20px;
  }
}
.footer {
  background: #f2f2f2;
  padding: 60px 0 80px;
}
.footer__inner {
  max-width: 1060px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}
.footer__logo {
  width: 260px;
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .footer__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 260px);
    gap: 80px;
  }
}
.footer__link__box {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .footer__link__box {
    width: 33.33333%;
  }
}
.footer__link__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}
.footer__link__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__link__list a {
  font-size: 16px;
  color: #333;
}

.footer_cl  {
  padding: 10px;
  background: #f2f2f2;
  font-size: 16px;
  color: #333;
  text-align: center;
}
/* ==========================================================================
 Object
========================================================================== */
/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
.btn__more {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 10px;
}
.btn__board {
  margin-left: auto;
  width: 120px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .btn__board {
    height: 40px;
    font-size: 14px;
  }
   a:hover {
  opacity: 0.8;
  color: #999;

}

}

.member {
   margin-top:10px;
   margin-bottom:5px;
   font-size:18px;
   border-bottom:2px solid #ccc;
   padding-left: 5px;/*アイコン分のスペース*/
   position: relative;
   padding-left: 1.5em;/*アイコン分のスペース*/
   line-height: 1.2;
}

.member:before{ 
   font: var(--fa-font-solid);
   content: "\f500";
   position: absolute;
   font-size: 1em;
   left: 0;
   top: 0;
   color: #610100; /*アイコン色*/
}

.god__mem__text {
  font-size: 16px;
}

.god__mem__text a {
  text-decoration: underline;
  color: #333;
  margin-top:8px;

}


.member_line {
   margin-top:10px;
   margin-bottom:5px;
   font-size:18px;
   /*border-bottom:1px dotted #ccc;*/
   padding-left: 5px;/*アイコン分のスペース*/
   position: relative;
   padding-left: 1.2em;/*アイコン分のスペース*/
   line-height: 1.2;
   font-weight:bold;
}

.member_line:before{ 
   font: var(--fa-font-solid);
   content: "\f007";
   position: absolute;
   font-size: 1em;
   left: 0;
   top: 0;
   color: #610100; /*アイコン色*/
}


.member_line__text {
  font-size: 18px;
}

.member_line__text a {
  text-decoration: underline;
  color: #333;
  margin-top:8px;
  font-size: 18px;
}

.area_line {
   margin-top:10px;
   margin-bottom:5px;
   font-size:17px;
   /*border-bottom:1px dotted #ccc;*/
   padding-left: 5px;/*アイコン分のスペース*/
   position: relative;
   padding-left: 1.2em;/*アイコン分のスペース*/
   line-height: 1.2;
   font-weight:bold;
}

.area_line:before{ 
   font: var(--fa-font-solid);
   content: "\f3c5";
   position: absolute;
   font-size: 1em;
   left: 0;
   top: 0;
   color: #610100; /*アイコン色*/
}




.rfi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}

.rfi p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: #610100;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
}
.rfi a {
  text-decoration: underline;
  color: #fff;
}



/* -----------------------------------------------------------------
 Project
----------------------------------------------------------------- */
.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (min-width: 835px) {
  .form {
    margin-top: 30px;
  }
}
.form__item {
  padding: 0;
  width: 100%;
  margin-top: 20px;
}
.form__item__label {
  width: 100%;
  max-width: inherit;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.form__item__label span {
  border-radius: 4px;
  margin-right: 8px;
  padding: 4px 10px;
  display: inline-block;
  text-align: center;
  background: #600000;
  color: #fff;
  font-size: 10px;
}
.form__item__label span.sec {
  background: #e1cdc1;
}
.form__item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin: 5px 0;
}
.form__item__radio input {
  margin-bottom: 5px;
}
.form__item__file {
  margin-top: 10px;
  display: block;
}
.form__item__file input {
  display: none;
}
.form__item__file img {
  width: 100px;
  display: block;
  margin: auto;
}
.form__item__foot {
  font-size: 14px;
  margin-top: 5px;
}
.form__item__input {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 15px;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .form__item__input {
    max-width: none;
  }
}
.form__item__select {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  color: #333;
  font-size: 15px;
  padding: 0 10px;
}
@media screen and (min-width: 835px) {
  .form__item__select {
    max-width: none;
  }
}

.form__item__input_tag {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 250px;
  background: #eaedf2;
  font-size: 16px;
  padding: 0 10px;
}

.form__item__select_tag {
  border: 1px solid #ddd;
  border-radius: 6px;
  height: 40px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 80px;
  background: #eaedf2;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
}

.form__item__textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  height: 200px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 16px;
}


.form__item__textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  height: 200px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 15px;
}
@media screen and (min-width: 835px) {
  .form__item__textarea {
    max-width: none;
  }
}
.form__btn {
  border-radius: 6px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 160px;
  display: block;
  letter-spacing: 0.05em;
  background: #600000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border: none;
}
.form__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.form__img img {
  width: calc(33.33333% - 6.66667px);
}
#japan-map img {
  vertical-align: bottom;
}
#japan-map a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#japan-map a {
  text-decoration: none;
  color: #435ea9;
}
#japan-map a:hover {
  text-decoration: none;
  color: #0e2d96;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
#japan-map .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#japan-map div div.area div {
  border: 1px #fff solid;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  border-radius: 6px;
  -webkit-border-radius: 6px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#japan-map div div.area div:hover {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#japan-map {
  display: block;
  width: 777px;
  height: 482px;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 835px) {
  #japan-map {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (min-width: 835px) and (max-width: 1023px) {
  #japan-map {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
#japan-map p.area-title {
  display: none;
}
#hokkaido-touhoku {
  width: 136px;
  display: block;
  height: 265px;
  position: absolute;
  left: 638px;
}
#hokkaido-touhoku div.area div {
  background-color: #7478c2;
  color: #fff;
}
#hokkaido {
  width: 133px;
  height: 70px;
}
#aomori {
  width: 93px;
  height: 43px;
  left: 21px;
  top: 96px;
}
#akita {
  width: 67px;
  height: 42px;
  left: 3px;
  top: 139px;
}
#iwate {
  width: 67px;
  height: 42px;
  left: 70px;
  top: 139px;
}
#yamagata {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 3px;
}
#miyagi {
  width: 67px;
  height: 42px;
  top: 181px;
  left: 70px;
}
#fukushima {
  width: 67px;
  height: 42px;
  top: 223px;
  left: 70px;
}
#kantou {
  width: 158px;
  display: block;
  height: 174px;
  position: absolute;
  top: 265px;
  left: 623px;
  z-index: 2;
}
#kantou div.area div {
  background-color: #31beca;
  color: #fff;
}
#ibaraki {
  width: 52px;
  height: 85px;
  top: 0px;
  left: 100px;
}
#tochigi {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 50px;
}
#gunma {
  width: 50px;
  height: 42px;
  top: 0px;
  left: 0px;
}
#saitama {
  width: 100px;
  height: 43px;
  top: 42px;
  left: 0px;
}
#chiba {
  width: 52px;
  height: 84px;
  top: 85px;
  left: 100px;
}
#tokyo {
  width: 100px;
  height: 42px;
  top: 85px;
  left: 0px;
}
#kanagawa {
  width: 67px;
  height: 42px;
  top: 127px;
  left: 0px;
}
#tyubu {
  width: 270px;
  height: 211px;
  position: absolute;
  left: 438px;
  top: 223px;
}
#tyubu div.area div {
  background-color: #4ab969;
  color: #fff;
}
#nigata {
  width: 85px;
  height: 42px;
  left: 185px;
}
#toyama {
  width: 67px;
  height: 42px;
  left: 118px;
}
#ishikawa {
  width: 50px;
  height: 57px;
  left: 68px;
}
#fukui {
  width: 68px;
  height: 42px;
  left: 0px;
  z-index: 2;
}
#nagano {
  width: 67px;
  height: 85px;
  left: 118px;
  top: 42px;
}
#yamanashi {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 127px;
}
#gifu {
  width: 50px;
  height: 55px;
  left: 68px;
  top: 57px;
}
#shizuoka {
  width: 67px;
  height: 42px;
  left: 118px;
  top: 169px;
}
#aichi {
  width: 50px;
  height: 57px;
  top: 112px;
  left: 68px;
}
#kinki {
  width: 186px;
  height: 211px;
  position: absolute;
  left: 320px;
  top: 223px;
}
#kinki div.area div {
  background-color: #b0b72f;
  color: #fff;
}
#kyoto {
  width: 67px;
  height: 84px;
  left: 51px;
}
#shiga {
  width: 68px;
  height: 42px;
  top: 42px;
  left: 118px;
}
#osaka {
  width: 67px;
  height: 85px;
  top: 84px;
  left: 51px;
}
#nara {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 118px;
}
#mie {
  width: 34px;
  height: 85px;
  top: 84px;
  left: 152px;
}
#wakayama {
  width: 113px;
  height: 42px;
  top: 169px;
  left: 61px;
}
#hyougo {
  width: 51px;
  height: 98px;
  left: 0px;
}
#tyugoku {
  width: 151px;
  height: 98px;
  position: absolute;
  left: 169px;
  top: 223px;
}
#tyugoku div.area div {
  background-color: #ef9f27;
  color: #fff;
}
#tottori {
  width: 50px;
  height: 49px;
  left: 101px;
}
#okayama {
  width: 50px;
  height: 49px;
  top: 49px;
  left: 101px;
}
#shimane {
  width: 51px;
  height: 49px;
  left: 50px;
}
#hiroshima {
  width: 51px;
  height: 49px;
  top: 49px;
  left: 50px;
}
#yamaguchi {
  width: 50px;
  height: 98px;
  left: 0px;
}
#shikoku {
  width: 184px;
  height: 84px;
  position: absolute;
  left: 169px;
  top: 350px;
}
#shikoku div.area div {
  background-color: #d08f68;
  color: #fff;
}
#kagawa {
  width: 92px;
  height: 42px;
  right: 0px;
}
#ehime {
  width: 92px;
  height: 42px;
  left: 0px;
}
#tokushima {
  width: 92px;
  height: 42px;
  right: 0px;
  top: 42px;
}
#kouchi {
  width: 92px;
  height: 42px;
  left: 0px;
  top: 42px;
}
#kyusyu {
  width: 152px;
  height: 247px;
  position: absolute;
  left: 0px;
  top: 235px;
}
#kyusyu div.area div {
  background-color: #ff7575;
  color: #fff;
}
#fukuoka {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 0px;
}
#saga {
  width: 50px;
  height: 50px;
  left: 51px;
  top: 0px;
}
#nagasaki {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 0px;
}
#oita {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 50px;
}
#kumamoto {
  width: 50px;
  height: 100px;
  left: 51px;
  top: 50px;
}
#miyazaki {
  width: 50px;
  height: 50px;
  left: 101px;
  top: 100px;
}
#kagoshima {
  width: 68px;
  height: 49px;
  left: 83px;
  top: 150px;
}
#okinawa {
  width: 50px;
  height: 50px;
  left: 1px;
  top: 197px;
}
@media screen and (max-width: 776px) {
  #japan-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #japan-map p.area-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #000;
  }
  #hokkaido-touhoku,
  #kantou,
  #tyubu,
  #kinki,
  #tyugoku,
  #shikoku,
  #kyusyu {
    display: block;
    position: static;
    margin: 0 1em 0 1em;
  }
  #japan-map div div.area {
    display: block;
    position: relative;
  }
  #hokkaido-touhoku {
    height: calc(265px + 4.5em);
  }
  #kantou {
    height: calc(174px + 4.5em);
  }
  #tyubu {
    height: calc(211px + 4.5em);
  }
  #kinki {
    height: calc(211px + 4.5em);
  }
  #tyugoku {
    height: calc(98px + 4.5em);
  }
  #shikoku {
    height: calc(84px + 4.5em);
  }
  #kyusyu {
    height: calc(247px + 4.5em);
  }
}
@media screen and (max-width: 500px) {
  #japan-map {
    display: block;
    width: 100%;
    height: auto;
  }
  #hokkaido-touhoku,
  #kantou,
  #tyubu,
  #kinki,
  #tyugoku,
  #shikoku,
  #kyusyu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
    position: static;
    margin-left: 0px;
    margin-right: 0px;
  }
  #japan-map div div.area {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #japan-map div div.area a {
    height: auto;
    width: 25%;
    text-decoration: underline;
    color: #fff;
  }
  #japan-map div div.area div {
    display: block;
    border-radius: 0px;
    position: static;
    height: auto;
    font-size: 16px;
    width: 100%;
    padding: 0.5em 0.3em 0.5em 0.3em;
  }
}
.map__title {
  display: none;
}
@media screen and (min-width: 835px) {
  .map__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-size: 22px;
    font-weight: bold;
    margin: 40px 0 20px;
  }
}
.pager {
  text-align: center;
  margin: 0 14px;
  margin-top: 20px;
}
.pager .prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.pager .prev span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ccc transparent transparent;
  border-width: 5px 10px 5px 0px;
}
.pager .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #333;
}
.pager .next span {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ccc;
  border-width: 5px 0px 5px 10px;
}
.pager a {
  color: #333;
}
.pager ul {
  margin: 0 auto;
}
.pager ul li {
  display: inline;
  margin: 0 0.2em 0 0;
}
.pager ul li div {
  display: inline;
}
.pager ul li div,
.pager ul li a {
  padding: 0 0.4em;
}
.pager ul li.active,
.pager ul li.Page_Active {
  font-weight: bold;
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .search {
    width: 550px;
  }
}
.search select {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: 90px;
  background: #fff;
  font-size: 15px;
  padding: 0 5px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .search select {
    width: 100px;
  }
}
.search input {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 40px;
  background: #fff;
  font-size: 15px;
  padding: 0 5px;
  width: calc(100% - 180px);
}
.search button {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: #323232;
  color: #fff;
  border: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.shrine__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.shrine__star img {
  width: 16px;
}
@media screen and (min-width: 835px) {
  .shrine__star img {
    width: 20px;
  }
}
.shrine__star p {
  font-size: 17px;
  padding-top: 2px;
  font-weight: bold;

}

.shrine__name {
  font-size: 30px;
  font-weight: bold;
}
.shrine__img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .shrine__img {
    margin-top: 15px;
  }
}
.shrine__hiragana {
  font-size: 14px;
}
.shrine__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media screen and (min-width: 835px) {
  .shrine__tab {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 20px 0 0;
  }
}
.shrine__tab a,
.shrine__tab button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #dfe0e1;
  padding: 10px 0;
  border: 1px solid #dfe0e1;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.shrine__tab a svg,
.shrine__tab button svg {
  display: none;
}
@media screen and (min-width: 835px) {
  .shrine__tab a svg,
  .shrine__tab button svg {
    display: inline-block;
    margin-right: 6px;
  }
}
@media screen and (min-width: 835px) {
  .shrine__tab a,
  .shrine__tab button {
    background: #fff;
    border: none;
    padding: 15px 0;
    font-weight: bold;
  }
}
.shrine__tab a.is-active,
.shrine__tab button.is-active {
  background: #fff;
  border-bottom: none;
}
@media screen and (min-width: 835px) {
  .shrine__tab a.is-active,
  .shrine__tab button.is-active {
    border-bottom: 4px solid #333333;
  }
}
@media screen and (min-width: 835px) {
  .shrine__top__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-bottom: 15px;
  }
}
.shrine__top__info__left {
  display: none;
}
@media screen and (min-width: 835px) {
  .shrine__top__info__left {
    display: block;
  }
  .shrine__top__info__left p {
    font-size: 12px;
    text-align: center;
  }
  .shrine__top__info__left span {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 2px;
  }
}
.shrine__address {
  font-size: 16px;
  margin-top: 4px;
}
@media screen and (min-width: 835px) {
  .shrine__tab__content {
    margin-top: 30px;
  }
}
.slide__container {
  position: relative;
}
@media screen and (min-width: 835px) {
  .slide__container:before,
  .slide__container:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(10% - 8px);
    background: rgba(0, 0, 0, .5);
    z-index: 9;
  }
  .slide__container:before {
    left: 0;
  }
  .slide__container:after {
    right: 0;
  }
}
.slide__container .slick-slide {
  aspect-ratio: 1.4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slide__container .slick-slide {
    padding: 0 8px;
  }
}
.slide__container .slide-arrow {
  position: absolute;
  z-index: 10;
  top: 42%;
  width: 40px;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .slide__container .slide-arrow {
    width: 60px;
  }
}
.slide__container .prev-arrow {
  left: 0;
}
@media screen and (min-width: 835px) {
  .slide__container .prev-arrow {
    left: 5px;
  }
}
.slide__container .next-arrow {
  right: 0;
}
@media screen and (min-width: 835px) {
  .slide__container .next-arrow {
    right: 5px;
  }
}
.shrine__top__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .shrine__top__head {
    display: none;
  }
}
.shrine__top__head > p {
  font-size: 14px;
}
.shrine__top__head > div {
  padding: 10px 0;
}
.shrine__top__head > div p {
  font-size: 10px;
  text-align: center;
}
.shrine__top__head > div span {
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 2px;
}
.shrine__top__slide {
  width: 100%;
  display: block;
}
.shrine__top__desc {
  margin-top: 20px;
}
.shrine__top__desc span {
  display: block;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .shrine__top__desc span {
    font-size: 22px;
  }
}
.shrine__top__desc p {
  text-align: left;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .shrine__top__desc p {
    font-size: 17px;
  }
}
.labellist,
.labellist--sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .labellist,
  .labellist--sec {
    max-width: 600px;
    margin: 20px auto 0;
  }
}
.labellist li,
.labellist--sec li {
  background: #eee;
  color: #fff;
  width: calc(20% - 8px);
  height: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .labellist li,
  .labellist--sec li {
    height: 40px;
  }
}
.labellist li a,
.labellist--sec li a {
  color: #fff;
  text-decoration: underline;
}
.labellist li.is-active,
.labellist--sec li.is-active {
  background: #610100;
  font-weight: bold;
}
.labellist li.is-gradation,
.labellist--sec li.is-gradation {
  background: -webkit-gradient(linear, left bottom, right top, from(#ca9194), color-stop(50%, #610100));
  background: linear-gradient(to top right, #ca9194, #610100 50%);
  font-weight: bold;
}
.labellist li.is-light,
.labellist--sec li.is-light {
  background: #610100;
  font-weight: bold;
}
.labellist li.is-light:before,
.labellist--sec li.is-light:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 2.5s ease-in-out infinite;
          animation: btn_animation 2.5s ease-in-out infinite;
}
.labellist li.is-shiny,
.labellist--sec li.is-shiny {
  background: -webkit-gradient(linear, left top, left bottom, from(#8a131b), color-stop(49%, #711016), color-stop(50%, #5d0c11), to(#390d10));
  background: linear-gradient(to bottom, #8a131b, #711016 49%, #5d0c11 50%, #390d10);
  font-weight: bold;
}
.labellist--sec li.is-active {
  background: #a5380d;
}

.labellist li.is-shiny_gra,
.labellist--sec li.is-shiny_gra {
  background: -webkit-gradient(linear, left top, left bottom, from(#a11e27), color-stop(49%, #a11e27), color-stop(50%, #610100), to(#610100));
  background: linear-gradient(to bottom, #a11e27, #a11e27 49%, #610100 50%, #610100);
  font-weight: bold;
}

.labellist li.is-shiny_gra:before,
.labellist--sec li.is-shiny_gra:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fbfbfb;
  -webkit-animation: btn_animation 3.0s ease-in-out infinite;
          animation: btn_animation 3.0s ease-in-out infinite;
}


/*追加*/
.labellist_menu,
.labellist--sec_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.labellist_menu li,
.labellist--sec_menu li {
  background: #f5f5f5;
  color: #333;
  width: calc(20% - 8px);
  height: 35px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
.labellist_menu li a,
.labellist--sec_menu li a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

.labellist--sec_menu li.is-active {
  background: #333;
  font-weight: bold;
  color: #fff;
}

.shrine__mark {
  background: #5d0c11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.shrine__god {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 5px 0;
}
.shrine__god p {
  font-size: 16px;
}
.shrine__god div a {
  color: #333;
  font-size: 22px;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.shrine__god div span {
  color: #333;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: -2px;
}

.shrine__goriyaku p {
  font-size: 22px;
  font-weight: bold;
}

.shrine__text {
  font-size: 17px;
  margin-top: 10px;
}

.shrine__text p {
  font-size: 22px;
  font-weight: bold;
  display:inline;
}

.shrine__text a {
  font-size: 22px;
  font-weight: bold;
  display:inline;
  text-decoration: underline;
  color: #333;
}

.guide__text {
  font-size: 17px;
  margin-top: 10px;
}

.guide__text p {
  font-size: 17px;
  font-weight: bold;
  display:inline;
}

.guide__text a {
  font-size: 17px;
  font-weight: bold;
  display:inline;
  text-decoration: underline;
  color: #333;
}


.mt-20 {
  margin-top: 20px;
}

.goriyaku_text {
  font-size: 17px;
  margin-top:15px;
  margin-bottom:15px;

}

.class_list_text{
  font-weight: bold;
  font-size: 17px;
}


.jj_caution_count{
  font-size: 14px;
  margin-top:8px;
  margin-bottom:8px;
}

.ranking_text{
  font-size: 17px;
  margin-top:8px;
  margin-bottom:8px;
}

.guide__list {

}
.guide__list li {
  font-size: 17px;
}
.guide__list li.first {
  width: 100%;
  margin-bottom: 10px;
}
.guide__list li a {
  color: #333;
  text-decoration: underline;
}

.image_lineage{
  vertical-align: top;
  width: 100%;
  display: block;
}

.center {
  width: 100%;
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; 
}
 
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img_article{

  /*width: fit-content;*/
  margin-top:0px;
  margin-bottom:5px;
  text-align: right;
  font-size: 11px;

}
.img_article img{
  width: 100%;
  display: block;

}

.goriyaku_come {
    position: relative;
    margin: 1em 0em 0em 0em;
    padding: 0.5em 1em;
    border: solid 1px #333;
    border-radius: 8px;
}
.goriyaku_come .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}
.goriyaku_come p {
    margin: 0; 
    padding: 0;
}



@-webkit-keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes btn_animation {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
 Js
----------------------------------------------------------------- */
