@charset "utf-8";

.mv__inner {
    height: 250px;
}

.mv__img {
    margin: 0;
    background: #efefef;
}

.mv__title {
    color: #4d3e2e;
}

.mv__title h2 {
    font-size: 2.5rem;
}


/*information*/
body.single .mv__title:before {
  background-image: url('../images/common/text_Information.png');
  top: -3rem;
  height: 16rem;
}
.main .info .mv__title:before {
  background-image: url('../images/common/text_Information.png');
  top: -3rem;
  height: 16rem;
}

/*affiliated*/
body.page-id-634 .mv__title:before {
  background-image: url('../images/title-affiliated.png');
  top: -3rem;
  height: 16rem;
}
/*about*/
body.page-id-644 .mv__title:before {
  background-image: url('../images/title-about.png');
}
/*bnr*/
body.page-id-656 .mv__title:before {
  background-image: url('../images/title-bnr.png');
}
/*ondo*/
body.page-id-654 .mv__title:before {
  background-image: url('../images/title-ondo.png');
}
/*support*/
body.page-id-658 .mv__title:before {
  background-image: url('../images/title-support.png');
}
/*roots*/
body.page-id-771 .mv__title:before {
  background-image: url('../images/title-roots.png');
}

body.page.page-id-644 {
  background-color: #f5f5f5;
}

/* --------------------

レイアウト

-------------------- */
.flex {
	display: flex;
}

.flex.jcsb {
	justify-content: space-between;
}

.flex.jcfe {
	justify-content: flex-end;
}

.flex.fww {
	flex-wrap: wrap;
}

.flex.aic {
	align-items: center;
}

.flex.jcc {
	justify-content: center;
}

.layout-archive-map {
  margin-top: 0;
}

/* --------------------

all

-------------------- */

.pagebox {
    margin: 0 auto 6rem;
}
.txtbold{
    font-weight:bold;
    font-size: 1.1rem;
}
.tac{
    text-align: center;
}
.mb20 {
    margin-bottom: 20px;
}
.mb60 {
    margin-bottom: 60px;
}
.pd15 {
  padding: 1.5rem;
}
.txtOrange {
    color: #f76e4a;
    font-weight: bold;
    font-size: 1.1rem;
}

/* --------------------

header

-------------------- */

header .header__lower-img a img {
  margin-bottom: 1rem;
}

/* --------------------

top_tag

-------------------- */

.hashtags__inner {
  overflow: hidden;
  height: 3rem;
  display: flex;
  align-items: center;
}

.hashtags__scroll {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

.hashtags__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  white-space: nowrap;
  align-items: center;
}

.hashtags__group a {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color:#f76e4a;
}
.swiper-pagination-bullet-active {
    background: #ff9800;
}

/* 無限スクロールのアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* 半分(＝１グループ分)左へ */
  }
}

/* 検索を強制的に開いた状態 */
.map__button-content {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
  opacity: 1 !important;
}
.map__button-text:after {
    content: none;
}

/* --------------------

infomation

-------------------- */
/* 加盟店 (pink) */
.news-list__item--pink .news-list__item-category,
.topics-topics01 {
  color: #e91e63;
}

/* 協議会 (orange) */
.news-list__item--orange .news-list__item-category,
.topics-topics02 {
  color: #ff9800;
}
.single-post__content{
    margin: 2rem auto;
}
.single-post__body p {
    margin-bottom: 0.8rem;
}

.single-post__pagination {
  gap: 1rem; /* ボタン間の隙間 */
}

.pre_post,
.next_post {
    position: relative;
    border-radius: 7px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  text-indent: -1em;
  width: 30%;
  display: block;
  flex: 1 1 0;
  padding: 1rem 0;
  background-color: #e0583e;
  color: #fff;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 矢印（右向き） */

.next_post::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  width: 1.5625rem;
  height: 0.6875rem;
  background: url(../images/common/arrow-icon.png) no-repeat center/contain;
  transition: right 0.3s ease;
}

/* 矢印（左向き） */
.pre_post::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%) rotate(180deg);
  width: 1.5625rem;
  height: 0.6875rem;
  background: url(../images/common/arrow-icon.png) no-repeat center/contain;
  transition: left 0.3s ease;
}

.single-post__pagination .pre_post:hover,
.single-post__pagination .next_post:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}


@media screen and (min-width: 768px) {
  .next_post::after {
    right: 1.875rem;
    width: 3.1875rem;
  }
  .pre_post::before {
    left: 1.875rem;
    width: 3.1875rem;
  }
}

@media (max-width: 600px) {
  .single-post__pagination .flex.fww.jcsb {
    flex-direction: column;
  }
  .single-post__pagination .pre_post,
  .single-post__pagination .next_post {
    flex: none;
    width: 100%;
  }
}

/* --------------------

btm_bnr 

-------------------- */

.btm_bnr {
    width: 96%;
    margin: 0 auto 4rem;
}

.btm_bnr h3 {
    margin: 4rem auto 2rem;
    text-align: center;
    font-size: 1.6rem;
}

.btm_bnr .flex {
  justify-content: flex-start;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.btm_bnr .flex li {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 2rem) / 3);
  margin-bottom: 1rem;
}

@media (max-width: 559px) {
  .btm_bnr .flex li {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}


/* --------------------

page

-------------------- */

.page-content {
    padding: 2rem;
}

.page-content h3 {
    font-size: 1.6rem;
    margin: 1rem auto;
}

.aboutpage h3 {
  font-size: 2rem;
}

.page-content h4 {
    color: #f76e4a;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.page-content p {
    margin-bottom: 1rem;
}

.page-content .pamphlet__content-footerLink {
    width: 376px;
    margin: 2rem auto;
    text-align: center;
}

.page-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  margin-bottom: 2rem;
}

.page-content th,
.page-content td {
  padding: 12px;
  border: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
}

.page-content th {
  background-color: #f5f5f5;
  white-space: nowrap;
  width: 25%;
}

.page-content .flex figure {
    width: 40%;
    margin-top: 1rem;
}

.pagebox.cara figure {
    width: 60%;
    margin: 0 auto;
}

.pagebox.jijyou figure {
    width: 48%;
}

@media screen and (max-width: 768px) {
    .page-content flex {
        display: block;
    }
    .page-content .section_text,
    .page-content .flex figure,
    .pagebox.jijyou figure {
        width: 100%;
    }
    .pagebox.cara figure {
        width: 80%;
    }
}

.definition-list {
  margin: 0;
  padding: 0;
}

.definition-item {
  display: flex;
  align-items: center;
  background-color: #faf4e8;
  padding: 1.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.definition-content {
  flex: 1;
}

.definition-term {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.definition-desc {
  margin: 0;
  line-height: 1.6;
  color: #333;
}

.definition-figure {
  flex: 0 0 auto;
  margin-left: 1.5rem;
}

@media (max-width: 600px) {
  .definition-item {
    flex-direction: column;
    padding: 1rem;
  }
  .definition-figure {
    margin: 1rem 0 0;
  }
  .definition-term {
    font-size: 1rem;
  }
}


/* --- フォーム --- */
.application-form .form-row {
  margin-bottom: 1.5rem;
}
.application-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.required-badge {
  display: inline-block;
  background-color: #e0583e;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.15em 0.5em;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 0.5em;
}

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.application-form input:focus,
.application-form textarea:focus {
  border-color: #e0583e;
  outline: none;
}

/* --- 個人情報ポリシー --- */
.privacy-policy {
  background-color: #f5f1ec;
  padding: 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 2rem;
}

/* --- ボタン --- */
.form-row--submit {
  text-align: center;
}
.btn-submit {
  background-color: #e0583e;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.85rem 2rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-submit:hover {
  opacity: 0.9;
}
.btn-submit .arrow {
  display: inline-block;
  margin-left: 0.5rem;
}

/* --- 注意書き --- */
.form-note {
  font-size: 0.85rem;
  color: #999;
  margin-top: 0.75rem;
}

/* --- レスポンシブ --- */
@media (max-width: 600px) {
  .btn-submit {
    width: 100%;
    padding-left: 0;
  }
}

/* --------------------

archive

-------------------- */

.archive__inner .pagebox h3 {
    margin: 3rem 0;
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-list__item {
  box-sizing: border-box;
  flex: 0 0 calc((100% - 2rem) / 3);
}

.shop-list__figure {
  margin: 0;
}
.shop-list__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px 0 0 0;
}
.shop-list__caption {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.95rem;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .shop-list__item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}

@media (max-width: 480px) {
  .shop-list__item {
    flex: 0 0 100%;
  }
}

/* --------------------

about

-------------------- */
.history {
    position: relative;
}
.history a:hover {
    opacity: 1;
}
.history h3 {
  position: relative;
  z-index: 1;
}
.pagebox.history h3:before {
  content: "";
  position: absolute;
  left: -2rem;
  top: -5rem;
  width: 16rem;
  height: 16rem;
  background-image: url('../images/title-history.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
.pagebox.history h3:before {
  top: -1.5rem;
  width: 8rem;
}

/* --------------------

support

-------------------- */
.col_4{
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
    margin-top:1em;
}
.col_4 > div{
    width: 33.33333%;
    padding: 15px 5px 15px 0;
}
.col_4 > div:before{
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #f76e4a;
    }
@media screen and (max-width: 960px) {
    .col_4 > div{
        width: 50%;
    }
}

/* --------------------

ondo

-------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube + a {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
  color: #007bff;
  text-decoration: none;
}
.youtube + a:hover {
  text-decoration: underline;
}


/* --------------------

footer

-------------------- */

.footer__menu-item a {
    letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    width: 12rem;
  }
}

@media (max-width: 767px) {
    .footer__logo {
        width: 80px;
        margin-top: 0;
    }
    .footer__info {
        margin-top: 0;
    }
}