@charset "UTF-8";

/* =========================================================
  page tamplate
========================================================= */

/* spot-detail
----------------------------------------------- */
.contentGpArticleDoc .body #spot-detail .features {
  margin-bottom: 55px;
}

.contentGpArticleDoc .body #spot-detail .features .image {
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 0 99px;
  box-sizing: content-box;
  text-align: center;
}

.contentGpArticleDoc .body #spot-detail .features .image > img {
  margin-bottom: 15px;
}

.contentGpArticleDoc .body #spot-detail .features .image .main-img-container {
  position: relative;
  margin-bottom: 18px;
}

.contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
}

.contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-prev {
  left: -99px;
  background: url(/_themes/minamiawa/site/images/ic-slider_prev.svg) center center / cover no-repeat;
}

.contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-next {
  right: -99px;
  background: url(/_themes/minamiawa/site/images/ic-slider_next.svg) center center / cover no-repeat;
}

.contentGpArticleDoc .body #spot-detail .features .image .thumb-img-container .slick-track {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100% !important;
  margin: 0;
}

.contentGpArticleDoc .body #spot-detail .features .image .thumb-img-container .slick-slide {
  display: block;
  max-width: 160px;
  aspect-ratio: 160/120;
}

.contentGpArticleDoc .body #spot-detail .features .image .thumb-img-container .slick-slide * {
  height: 100%;
}

.contentGpArticleDoc .body #spot-detail .features .image .thumb-img-container .slick-slide a {
  outline-offset: -4px;
}

.contentGpArticleDoc .body #spot-detail .features .image .thumb-img-container .slick-slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.contentGpArticleDoc .body #spot-detail h2.midokoro,
.contentGpArticleDoc .body #spot-detail h2.annai,
.contentGpArticleDoc .body #spot-detail h2.view,
.contentGpArticleDoc .body.body:has(#spot-detail) ~ .maps h2 {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

.contentGpArticleDoc .body #spot-detail table.info {
  width: 100%;
  border-right: none;
  border-left: none;
}

.contentGpArticleDoc .body #spot-detail table.info th,
.contentGpArticleDoc .body #spot-detail table.info td {
  border-right: none;
  border-left: none;
  text-align: left;
}

.contentGpArticleDoc .body #spot-detail table.info th {
  width: 20%;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 23px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% - 69px) / 4);
  margin: 0;
  padding: 0;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  background: var(--mono-color-5);
  color: inherit !important;
  text-decoration: none;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li span {
  display: block;
  line-height: 1.1;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li span.image {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  margin-bottom: 12px;
  transition: ease 0.25s;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li span.title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: rgba(51,51,51,0.5);
  color: var(--mono-color-9);
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li span.image img {
  width: 100%;
}

body[id^="page-spot"] .contentGpArticleDoc .rels ul li a:hover span.image {
  opacity: 0.9;
}

div[data-navi-fieldset-id="view_related_docs"] span.image {
  display: none;
}

@media only screen and (max-width: 959px) {
  .contentGpArticleDoc .body #spot-detail .features {
    margin-bottom: 30px;
  }

  .contentGpArticleDoc .body #spot-detail .features .image {
    margin-bottom: 20px;
    padding: 0 50px;
  }

  .contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-prev {
    left: -50px;
  }

  .contentGpArticleDoc .body #spot-detail .features .image .main-img-container .slick-next {
    right: -50px;
  }

  .contentGpArticleDoc .body #spot-detail table.info {
    border-bottom: none;
  }

  .contentGpArticleDoc .body #spot-detail table.info th,
  .contentGpArticleDoc .body #spot-detail table.info td {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: none;
  }

  .contentGpArticleDoc .body #spot-detail table.info td {
    border-bottom: 1px solid #e9f5ff;
    word-break: break-all;
  }

  body[id^="page-spot"] .contentGpArticleDoc .rels ul {
    gap: 15px;
  }

  body[id^="page-spot"] .contentGpArticleDoc .rels ul li {
    flex-basis: calc((100% - 15px) / 2);
  }

  body[id^="page-spot"] .contentGpArticleDoc .rels ul li span {
    font-size: 85%;
  }

  body[id^="page-spot"] .contentGpArticleDoc .rels ul li span.image {
    margin-bottom: 8px;
  }

  body[id^="page-spot"] .contentGpArticleDoc .rels ul li span.image img {
    width: 100%;
    height: auto;
  }
}

/* model-course
----------------------------------------------- */
.contentGpArticleDoc .body #model-course .top {
  margin-bottom: 100px;
  font-size: 1.5rem;
  text-align: center;
}

.contentGpArticleDoc .body #model-course .top img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.contentGpArticleDoc .body #model-course ol.course {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contentGpArticleDoc .body #model-course ol.course li {
  position: relative;
  margin-bottom: 140px;
}

.contentGpArticleDoc .body #model-course ol.course li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -40px;
  border-top: 30px solid var(--mono-color-3);
  border-left: 40px solid var(--mono-color-9);
  border-right: 40px solid var(--mono-color-9);
}

.contentGpArticleDoc .body #model-course ol.course li:last-child::before {
  display: none;
}

.contentGpArticleDoc .body #model-course ol.course li h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px 15px;
  font-size: 1.75rem;
  text-align: center;
}

.contentGpArticleDoc .body #model-course ol.course li h2:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: var(--ac-color-blue-1);
  color: var(--mono-color-9);
  font-size: 0.875rem;
  line-height: 2;
}

.contentGpArticleDoc .body #model-course ol.course li .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
}

.contentGpArticleDoc .body #model-course ol.course li .image {
  flex-shrink: 0;
  flex-basis: 530px;
}

.contentGpArticleDoc .body #model-course ol.course li:nth-child(even) .image {
  order: 2;
}

.contentGpArticleDoc .body #model-course ol.course li .image img {
  max-width: 530px;
  width: 100%;
  height: auto;
}

.contentGpArticleDoc .body #model-course ol.course li .text {
  text-align: center;
}

.contentGpArticleDoc .body #model-course ol.course li .image + .text {
  flex-grow: 1;
  margin-right: auto;
  margin-left: 40px;
  text-align: left;
}

.contentGpArticleDoc .body #model-course ol.course li:nth-child(even) .image + .text {
  order: 1;
  margin-right: 40px;
  margin-left: auto;
}

.contentGpArticleDoc .body #model-course ol.course li .text .page a {
  display: block;
  margin-top: 20px;
  padding: 13px 33px 13px 24px;
  border: 1px solid var(--ac-color-blue-1);
  border-radius: 6px;
  background: url(/_themes/minamiawa/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-blue-1);
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  outline-offset: -4px;
  transition: all 0.25s ease-in-out;
}

.contentGpArticleDoc .body #model-course ol.course li .text .page a:hover {
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 12px center no-repeat var(--mono-color-9);
  color: var(--ac-color-blue-1);
}

@media only screen and (max-width: 959px) {
  .contentGpArticleDoc .body #model-course .top {
    margin-bottom: 50px;
    font-size: 1.25rem;
  }

  .contentGpArticleDoc .body #model-course ol.course li h2 {
    font-size: 1.25rem;
  }

  .contentGpArticleDoc .body #model-course ol.course li h2:before {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    vertical-align: middle;
  }

  .contentGpArticleDoc .body #model-course ol.course li {
    margin-bottom: 50px;
  }

  .contentGpArticleDoc .body #model-course ol.course li::before {
    bottom: -35px;
    margin-left: -20px;
    border-top: 15px solid var(--mono-color-3);
    border-right: 20px solid var(--mono-color-9);
    border-left: 20px solid var(--mono-color-9);
  }

  .contentGpArticleDoc .body #model-course ol.course li .detail {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .contentGpArticleDoc .body #model-course ol.course li .image {
    flex-basis: 100%;
    margin: 0 0 10px;
    text-align: center;
  }

  .contentGpArticleDoc .body #model-course ol.course li:nth-child(even) .image {
    order: 1;
    margin: 0 0 10px;
  }

  .contentGpArticleDoc .body #model-course ol.course li .text {
    flex-basis: 100%;
    margin: 0 0 10px !important;
    text-align: left;
  }

  .contentGpArticleDoc .body #model-course ol.course li:nth-child(even) .text {
    order: 2;
    margin: 0 0 10px !important;
  }
}

/* tab-style
----------------------------------------------- */
.contentGpArticleDoc .body #tab-style ul#tab {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid var(--ac-color-blue-1);
}

.contentGpArticleDoc .body #tab-style ul#tab li {
  flex-grow: 1;
  box-sizing: border-box;
  background-color: var(--ac-color-blue-2);
}

.contentGpArticleDoc .body #tab-style ul#tab li:first-child {
  border-radius: 5px 0 0 0;
}

.contentGpArticleDoc .body #tab-style ul#tab li:last-child {
  border-radius: 0 5px 0 0;
}

.contentGpArticleDoc .body #tab-style ul#tab li.current {
  background-color: var(--ac-color-blue-1);
}

.contentGpArticleDoc .body #tab-style ul#tab li a {
  display: block;
  padding: 11px 4px 10px;
  color: var(--mono-color-1);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.contentGpArticleDoc .body #tab-style ul#tab li.current a {
  color: var(--mono-color-9);
}

.contentGpArticleDoc .body #tab-style ul#tab li:not(.current) + li:not(.current) a {
  border-left: 1px solid var(--mono-color-9);
}

.contentGpArticleDoc .body #tab-style ul#tab-body {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.contentGpArticleDoc .body #tab-style ul#tab-body > li {
  display: none;
  padding: 20px;
  border: 2px solid var(--ac-color-blue-1);
  border-top: none;
}

.contentGpArticleDoc .body #tab-style ul#tab-body > li.current {
  display: block;
}

@media only screen and (max-width: 959px) {
  .contentGpArticleDoc .body #tab-style ul#tab {
    flex-wrap: wrap;
  }

  .contentGpArticleDoc .body #tab-style ul#tab li {
    width: 50%;
    border-top: 1px solid var(--mono-color-9);
    border-right: 1px solid var(--mono-color-9);
    border-radius: 0 !important;
  }

  .contentGpArticleDoc .body #tab-style ul#tab li:nth-child(-n+2) {
    border-top: 0;
  }

  .contentGpArticleDoc .body #tab-style ul#tab li:nth-child(even) {
    border-right: 0;
  }

  .contentGpArticleDoc .body #tab-style ul#tab li:nth-child(odd):last-child {
    width: 100%;
    border-right: 0;
  }

  .contentGpArticleDoc .body #tab-style ul#tab li a {
    border: none !important;
  }
}

/* gourmet
----------------------------------------------- */
.contentGpArticleDoc .body #gourmet .honbun {
  margin-bottom: 50px;
}

.contentGpArticleDoc .body #gourmet h2.annai,
.contentGpArticleDoc .body:has(#gourmet) ~ .maps h2 {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
}

.contentGpArticleDoc .body #gourmet table.info {
  width: 100%;
  border-right: none;
  border-left: none;
}

.contentGpArticleDoc .body #gourmet table.info th,
.contentGpArticleDoc .body #gourmet table.info td {
  border-right: none;
  border-left: none;
  text-align: left;
}

.contentGpArticleDoc .body #gourmet table.info th {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  .contentGpArticleDoc .body #gourmet table.info {
    border-bottom: none;
  }

  .contentGpArticleDoc .body #gourmet table.info th,
  .contentGpArticleDoc .body #gourmet table.info td {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    border: none;
  }

  .contentGpArticleDoc .body #gourmet table.info td {
    border-bottom: 1px solid #e9f5ff;
    word-break: break-all;
  }
}

/* tour
----------------------------------------------- */
.contentGpArticleDoc .body #tour > * {
  margin-bottom: 65px;
}
.contentGpArticleDoc .body #tour h2.ttl {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 10px;
  border: none;
  border-radius: 0;
  background: none;
  color: var(--mono-color-0);
  font-size: 1.6rem;
  text-align: center;
}

.contentGpArticleDoc .body #tour h2.ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 4px;
  background: #e6370f;
}

.contentGpArticleDoc .body #tour .tour__intro__img {
  margin-bottom: 45px;
}

.contentGpArticleDoc .body #tour .tour__intro__img img {
  width: 100%;
}

.contentGpArticleDoc .body #tour .tour__intro__ttl {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.contentGpArticleDoc .body #tour .tour__intro__ttl:has(img) {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contentGpArticleDoc .body #tour .tour__intro__ttl img {
  width: 180px;
}

.contentGpArticleDoc .body #tour .tour__intro__txt {
  margin-bottom: 30px;
}

.contentGpArticleDoc .body #tour .tour__info {
  padding: 25px;
  border: 1px dotted var(--mono-color-1);
}

.contentGpArticleDoc .body #tour .tour__info__date,
.contentGpArticleDoc .body #tour .tour__info__cost {
  padding-left: 35px;
}

.contentGpArticleDoc .body #tour .tour__info__date {
  margin-bottom: 10px;
  background: url(/_themes/minamiawa/site/images/tour_ic-calendar.svg) 4px 0.25em no-repeat;
}

.contentGpArticleDoc .body #tour .tour__info__cost {
  background: url(/_themes/minamiawa/site/images/tour_ic-price.svg) left 0.25em no-repeat;
}

.contentGpArticleDoc .body #tour .tour__info__cost span {
  margin-right: 1em;
}

.contentGpArticleDoc .body #tour .tour__recom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.contentGpArticleDoc .body #tour .tour__recom ul li {
  width: calc((100% - 56px) / 3);
  margin: 0 28px 50px 0;
}

.contentGpArticleDoc .body #tour .tour__recom ul li:last-child,
.contentGpArticleDoc .body #tour .tour__recom ul li:nth-child(3n) {
  margin-right: 0;
}

.contentGpArticleDoc .body #tour .tour__recom__img {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 65%;
  background: var(--mono-color-8);
}

.contentGpArticleDoc .body #tour .tour__recom__img::before {
  content: "No Image";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--mono-color-0);
  font-size: 14px;
}

.contentGpArticleDoc .body #tour .tour__recom__img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.contentGpArticleDoc .body #tour .tour__recom__ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  color: #113866;
  font-weight: bold;
  font-size: 1.1rem;
}

.contentGpArticleDoc .body #tour .tour__plan__detail table,
.contentGpArticleDoc .body #tour .tour__note__detail table {
  width: 100%;
  border-width: 1px 0;
  border-color: var(--mono-color-5);
}

.contentGpArticleDoc .body #tour .tour__plan__detail table th,
.contentGpArticleDoc .body #tour .tour__plan__detail table td,
.contentGpArticleDoc .body #tour .tour__note__detail table th,
.contentGpArticleDoc .body #tour .tour__note__detail table td {
  padding: 25px 35px;
  border-color: var(--mono-color-5);
  border-width: 1px 0;
}

.contentGpArticleDoc .body #tour .tour__plan__detail table th,
.contentGpArticleDoc .body #tour .tour__note__detail table th {
  min-width: 165px;
  background: #f8f2e6;
  white-space: nowrap;
}

.contentGpArticleDoc .body #tour .tour__other ul {
  list-style-type: none;
  margin-left: 0;
  padding: 30px;
  background: #f2f2f2;
}

.contentGpArticleDoc .body #tour .tour__other ul li:not(:last-child) {
  margin-bottom: 30px;
}

.contentGpArticleDoc .body #tour .tour__other h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: none;
  color: inherit;
}

.contentGpArticleDoc .body #tour .tour__plan__detail .iconFile,
.contentGpArticleDoc .body #tour .tour__note__detail .iconFile,
.contentGpArticleDoc .body #tour .tour__other .iconFile {
  background-position: left 0.3em;
}

.contentGpArticleDoc .body #tour .tour__form {
  width: 360px;
  margin: 100px auto 0;
}

.contentGpArticleDoc .body #tour .tour__form a {
  display: block;
  margin-top: 20px;
  padding: 13px 33px 13px 24px;
  border: 1px solid var(--ac-color-blue-1);
  border-radius: 6px;
  background: url(/_themes/minamiawa/site/images/arrow-white.svg) right 12px center no-repeat var(--ac-color-blue-1);
  color: var(--mono-color-9);
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  outline-offset: -4px;
  transition: all 0.25s ease-in-out;
}

.contentGpArticleDoc .body #tour .tour__form a:hover {
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 12px center no-repeat var(--mono-color-9);
  color: var(--ac-color-blue-1);
}

@media screen and (max-width: 959px) {
  .contentGpArticleDoc .body #tour > * {
    margin-bottom: 35px;
  }

  .contentGpArticleDoc .body #tour h2.ttl {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .contentGpArticleDoc .body #tour .tour__intro__img {
    margin-bottom: 25px;
  }

  .contentGpArticleDoc .body #tour .tour__intro__ttl {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .contentGpArticleDoc .body #tour .tour__intro__ttl:has(img) {
    flex-direction: column;
  }

  .contentGpArticleDoc .body #tour .tour__intro__txt {
    margin-bottom: 15px;
  }

  .contentGpArticleDoc .body #tour .tour__info {
    padding: 10px;
  }

  .contentGpArticleDoc .body #tour .tour__recom ul {
    display: block;
  }

  .contentGpArticleDoc .body #tour .tour__recom ul li {
    width: 100%;
    margin: 0 0 25px;
    text-align: center;
  }

  .contentGpArticleDoc .body #tour .tour__recom__img {
    width: 80%;
    margin: 0 auto 10px;
    padding-top: 50%;
  }

  .contentGpArticleDoc .body #tour .tour__recom__ttl {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .contentGpArticleDoc .body #tour .tour__plan__detail table th,
  .contentGpArticleDoc .body #tour .tour__plan__detail table td,
  .contentGpArticleDoc .body #tour .tour__note__detail table th,
  .contentGpArticleDoc .body #tour .tour__note__detail table td {
    padding: 10px;
  }

  .contentGpArticleDoc .body #tour .tour__plan__detail table th,
  .contentGpArticleDoc .body #tour .tour__note__detail table th {
    min-width: 95px;
    white-space: normal;
  }

  .contentGpArticleDoc .body #tour .tour__other ul {
    padding: 20px 15px;
  }

  .contentGpArticleDoc .body #tour .tour__other ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .contentGpArticleDoc .body #tour .tour__other .iconFile {
    background-position: left 0.2em;
  }

  .contentGpArticleDoc .body #tour .tour__form {
    width: 100%;
    margin-top: 35px;
  }

  .contentGpArticleDoc .body #tour .tour__form a {
    padding: 10px 25px;
  }
}