@charset "UTF-8";

/* =========================================================
  category
========================================================= */

/* contentGpCategoryCategoryTypes
----------------------------------------------- */
.contentGpCategoryCategoryTypes section:not(:last-child) {
  margin-bottom: 20px;
}

.contentGpCategoryCategoryTypes h2 a {
  display: block;
  padding: 15px 30px 15px 20px;
  border: 1px solid var(--ac-color-blue-2);
  border-radius: 8px;
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 15px center no-repeat var(--ac-color-blue-2);
  font-weight: 700;
  font-size: 1.125rem;
}

.contentGpCategoryCategoryTypes h2 a:hover {
  opacity: 0.6;
}

/* contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryType {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.contentGpCategoryCategoryType section {
  flex-basis: calc((100% - 48px) / 3);
}

.contentGpCategoryCategoryType section h2 a {
  display: block;
  padding: 15px 30px 15px 20px;
  border: 1px solid var(--ac-color-blue-2);
  border-radius: 8px;
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 15px center no-repeat var(--ac-color-blue-2);
  font-weight: 700;
  font-size: 1.125rem;
}

.contentGpCategoryCategoryType section h2 a:hover {
  opacity: 0.6;
}

.contentGpCategoryCategoryType section ul {
  padding: 20px 8px 0;
}

@media only screen and (max-width: 767px) {
  .contentGpCategoryCategoryType {
    display: block;
  }

  .contentGpCategoryCategoryType section:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* contentGpCategoryCategory
----------------------------------------------- */

/* more btn */
#tourTab .more,
.contentGpCategoryCategory ul + div:has(a.more) {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

#tourTab .more a,
.contentGpCategoryCategory ul + div a.more {
  flex-grow: 1;
  max-width: 300px;
  padding: 13px 33px 13px 24px;
  border: 2px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  background: url(/_themes/minamiawa/site/images/arrow-blue.svg) right 17px center no-repeat;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

#tourTab .more a:hover,
.contentGpCategoryCategory ul + div a.more:hover {
  border-color: var(--ac-color-blue-1);
}

@media only screen and (max-width: 959px) {
  #tourTab .more,
  .contentGpCategoryCategory ul + div:has(a.more) {
    margin-top: 40px;
  }
}