@charset "utf-8";
@import url("normalize.css");
@import url("color.css");


html,
body {
    padding: 0;
    margin: 0;
    padding-bottom: 75px;
    line-height: 1.6;
    font-size: 16px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 960px) {
  body {
    padding-bottom: 15px;
  }
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

.images {
  width: 100%;
}

.mt-30 {
  margin-top: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-30 {
  margin-bottom: 30px;
}

main {
    color: #333;
    background: #fff;
    background-repeat: repeat;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.7;
}

h3 a:visited {
    color: #333;
}


/* 改行
--------------------------------------------------- */
.br-sp{
    display: block;
}
.br-pc{
    display: none;
}
@media screen and (max-width: 600px) {
    .br-sp {
        display: none;
    }
    .br-pc {
        display: block;
    }
}


/* レイアウト */

.l-content-fixed {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

.l-content-expanded {
    width: auto;
    margin: 0;
}

.content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px;
}



.l-4column>.l-column {
    width: calc(100% / 4);
    padding: 20px 20px;
}
.l-3column{
	display: flex;
	flex-wrap: wrap;
	margin: calc(-30px / 2);
}
.l-3column>.l-column {
	width: calc(100% / 3 - 30px);
	margin: calc(30px / 2);
  background: #FFF;
}
.l-2column{
	display: flex;
	flex-wrap: wrap;
	margin: calc(-15px / 2);
}
.l-2column>.l-column {
	width: calc(100% / 2 - 15px);
	margin: calc(15px / 2);
  background: #FFF;
}

.topbottom-img{
    width: 100%;
    padding: 0 20px;
    margin-top: -20px;
}

/* レスポンシブ対応 */

@media (max-width: 1024px) {
    .l-content-fixed {
        padding: 0 40px;
    }
}

@media (max-width: 600px) {
    .l-content-fixed {
        padding: 0 1rem;
    }
    .l-multicolumn {
        display: block;
    }
    .l-3column>.l-column {
        width: auto;
        margin-bottom: 20px;
    }
}



/* hero */

.hero-img {
	margin: 0;
  margin-top: 30px;
	text-align: center;
  width: 100%;
  position: relative;
  padding-top: 3em;
}
.hero-img img {
  width: 100%;
}
.hero-h3{
  text-align: center;
  font-size: 3em;
  margin: 0.5em 0;
  line-height: 1.5em;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-h3 .hero-icon {
  height: 250px;
}
.hero-h3 .hero-left {
  margin-right: 15px;
}
.hero-h3 .hero-right {
  margin-left: 15px;
}

.hero-lead{
  font-size: 1.5em;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 30px;

}
.hero-lead span {
  color: #eb6100;
}
.section_map {
  padding: 60px 0;
  margin: 60px 0 0;
  background-color: #f4e9db;
  background-blend-mode: multiply;
}
@media (max-width: 960px) {
  .hero-img {
    padding-top: 80px;
  }
  .hero-h3 {
    font-size: 1.5em;
    text-align: left;
	}
  .hero-h3 .hero-icon {
    height: 150px;
  }
  .hero-h3 .hero-left {
    margin-right: 20px;
  }
  .hero-h3 .hero-right {
    display: none;
  }
  .hero-lead{
    text-align: left;
    font-size: 1em;
    line-height: 1.6;
    text-align: justify;
  }
  .section_map {
    padding: 20px 0;
  }
}
.title-img{
	margin: 0;
	text-align: center;
  width: 100%;
  position: relative;
}
.title-img img {
  width: 100%;
  padding: 30px 0;
}
@media (max-width:768px) {
  .title-img img{
    padding: 15px 0;
  }
}

/* 地図の画像 */



/* header */
.header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
@media (max-width: 960px) {
  .header {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

@media (max-width: 960px) {
  .nav {
    width: 100%;
  }
}





/* section */

.section {
    font-size: 1rem;
    text-align: center;
  }

.section .btn {
    padding: .75rem 1rem;
    width: 15rem;
    font-size: 1em;
}
  
.footer {
    background-color: #e60012;
}

/* spec */

.footer-fixed {
  display: flex; /* 中央揃えに必要 */
  justify-content: center; /* 子要素を中央揃え */
  align-items: center; /* 垂直方向の中央揃え（必要に応じて） */
  flex-direction: column; /* 子要素を縦方向に配置 */
  margin-top: 30px;
  width: 100%;
}

.spec {
  text-align: left;
  display: flex;
  padding: 30px 0;
  justify-content: center; /* 水平方向の中央揃え */
}
.spec-sub {
  padding: 0 20px;
  margin-right: 1em;
  text-align: center;
  background: #FFF;
  border-radius: 10px;
  height: fit-content;
}

.spec-main p {
  color: #FFF;
}

.spec-icon {
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0.8em 0;
}

.spec-title {
  color: #fff000;
  margin: 0;
}

@media (max-width: 960px) {
  .l-content-fixed {
      align-items: center; /* 小さな画面で中央に揃える */
  }
  .spec {
      display: block;
      text-align: center;
  }
  .spec-icon {
      padding: 0.5em;
  }
  .spec-sub {
      width: 100%;
  }
  .spec-main {
      width: 100%;
      margin-top: 1em;
  }
}

/* area */

.h3-bread{
  font-size: 1em;
  color: var(--bread);
  margin: 10px 20px 5px;
  text-align: justify;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #efe9e0;
  padding: 5px;
  text-align: center;
}
.h3-color{
  font-size: 1.2em;
  color: var(--h3-color);
  margin: 15px 20px 15px 10px;
  text-align: justify;
  font-weight: 600;
}
.h3-color span {
  background: var(--h3-color-span);
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.25em 0.25em 0.25em 0;
  text-indent: 0.5em;    /* indent first line */
  white-space: normal;    /* allow wrapping */
}

.area-p {
  text-align: justify;
  padding: 0 20px 20px;
  margin-bottom: 1em;
  font-size: 14px;
}
.bread-p {
  text-align: justify;
  padding: 0 20px 0;
  margin-bottom: 0;
  font-size: 14px;
}
.area-ask {
  text-align: left;
  line-height: 1.8;
  font-weight: 500;
  font-size: 0.9em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sub-wrap {
  display: flex;
  margin: 0 20px 20px;
}
.sub-wrap-right {
  flex: 1;
  margin-bottom: 1em;
}
.sub-wrap-right h4 {
  text-align: left;
  margin: 0;
  padding-left: 0.7em;
  font-size: 1.3em;
}
.sub-wrap-right hr {
  display: block;
  margin: 15px 0;
  width: 100%;
}
.sub-wrap-right .hr-dashed {
  border: 1px dashed;
}
.ask-icon {
  background: #333;
  color: #FFF;
  padding: 0.1em 0.3em 0.2em;
  margin-right: 0.5em;
  font-size: 0.8em;
  vertical-align: text-top;
}

/* Area nav */

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

.area-nav ul{
  max-width: 1020px;
  margin: 0 auto;
	display: -webkit-flex;
	display: flex;
  flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	font-size: 1rem;
}
.area-nav ul li{
  width:100%;
  padding: 10px 0;
  text-align: center;
  border-left: 1px solid #604c3f;
  font-weight: bold;
  font-size: 1.2em;
}
.area-nav ul li a{
  color: #FFF;
}
.area-nav ul li:last-child{
  border-right: 1px solid #604c3f;
}
@media (max-width:1020px){
  .area-nav ul{
    display: block;
  }
  .area-nav ul li{
    border-left: none;
  }
    .area-nav ul li:last-child{
    border-right: none;
  }
}

/* Area 各地域 */

.color-bread{
  color: var(--bread);
  font-size: 1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 10px 20px 15px 80px;
  width: 100%;
  text-align: justify;
  margin-bottom: 20px;
}
.color-bread-sub {
  color: var(--bread);
  font-size: 0.6em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 0 20px 15px 80px;
  width: 100%;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 20px;
}
.column-card{
  position: relative;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
}
.column-stamp {
  border: 2px solid var(--attentioncolor);
}

.l-column h3{
  line-height: 1.3;
}
.l-column h3 span{
  font-size: 0.7em;
}

/* 左上の地域 */
.spot-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.spot-icon img {
  width: 57px;
  height: auto;
}

/* margin */
.margin-top-30px {
  margin-top: 30px;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


#id-0 {
  max-width: 100%;
  padding: 0;
  margin-top: -20px;
}

.tobu-bg {
  background-color: var(--1aki-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.chubu-bg {
  background: var(--2monobe-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.reihoku-bg {
  background: var(--3reihoku-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.kochi-bg {
  background: var(--4kochi-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.niyodo-bg {
  background: var(--5niyodo-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.shimanto-bg {
  background: var(--6shimanto-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}
.hata-bg {
  background: var(--7hata-10);
  background-image:
    radial-gradient(circle, var(--white) 1px, transparent 1px),
    radial-gradient(circle, var(--white) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  padding-bottom: 60px;
  padding-top: 60px;
}

/* 各地区のタイトル */

.tobu-bg-title {
  background: var(--1aki);
}
.chubu-bg-title {
  background: var(--2monobe);
}
.reihoku-bg-title {
  background: var(--3reihoku);
}
.kochi-bg-title {
  background: var(--4kochi);
}
.niyodo-bg-title {
  background: var(--5niyodo);
}
.shimanto-bg-title {
  background: var(--6shimanto);
}
.hata-bg-title {
  background: var(--7hata);
}

/* hack */
@media (max-width:768px){
  #page-top {
    display: none;
  }
}

/* stamp */
.stamp_wrap {
  display: flex;
}

.stamp_icon {
  margin: 15px 5px 15px 15px;
  width: 65px;
  min-width: 65px;
  flex-shrink: 0;
}
.stamp_area {
  padding: 5px;
  background: var(--stamp-area);
  color: #FFF;
  border-radius: 15px 15px 0 0;
  font-weight: 900;
  font-size: 1.2em;
}
.stamp_need {
  padding: 5px;
  background: var(--stamp-need-bg);
  border-radius: 0 0 15px 15px;
  font-size: 0.7em;
}
.stamp_need img {
  width: 40px;
}

.accordion-btn {
  display: block;
  width: calc(100% - 40px);
  border: none;
  border-radius: 0;
  background-color: var(--accordion-btn-bg);
  color: #333;
  cursor: pointer;
  padding: 0.5em 1em;
  font-size: 14px;
  text-decoration: none;
  margin: 15px 20px 0.5em;
  transition: background-color 0.2s ease;
  position: relative;
}

.accordion-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid currentColor;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center center;
  transition: transform 0.3s ease !important;
  will-change: transform;
}
.accordion-btn.open::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion-btn:hover,
.accordion-btn:focus {
  background-color: var(--accordion-btn-hover);
  outline: none;
  color: #FFF;
}

/* 中部エリア */

.accordion-content {
  max-height: 3em;       /* 行高1.5em × 3行 */
  overflow: hidden;        /* はみ出し部分を非表示 */
  position: relative;      /* ::afterを効かせるため */
  transition: max-height 0.3s ease;
  margin-bottom: 30px;
}
.accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5em;           /* フェード高さは行高と合わせる */
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;     /* クリックを邪魔しない */
}

.accordion-content.active::after {
  display: none;
}

/* activeクラスが付いたら全部表示 */

.accordion-content.active {
  max-height: none;
  overflow: visible;
  margin-bottom: 0;
}

/* First accordion-content in each column: tighten bottom margin */
.column-card > div.accordion-content.active:nth-of-type(2) {
  margin-bottom: -15px;
}

/* Text with float image */
.bread-wrap {
  overflow: hidden; /* Clear floats */
  margin-bottom: 1em;
}
.bread-wrap .bread-img {
  float: right;
  margin-left: 1em;
  margin-right: 20px;
  max-width: 30%;
  height: auto;
}
/* Mobile: stack vertically */
@media (max-width: 600px) {
  .bread-wrap .bread-img {
    max-width: 30%;
  }
}
.bread-price {
  font-size: 1.2em;
  color: var(--bread);
  margin: 0 20px 15px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.bread-price-sub {
  font-size: 0.65em;
  color: var(--bread);
  margin: -15px 20px 15px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.detail-btn {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 0 auto;
  color: #333;
  text-align: center;
  padding: 0.25em 0;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #333;
}

@media (max-width: 600px) {
  .detail-btn {
    margin-top: 0;
  }
}

.column-card .detail-btn {
  position: relative;
}

.fa-brands,
.fa-solid {
  margin-right: 0.5em;
  font-size: 1.2em;
}

/* スクロールトップボタン */
.scroll-top {
  position: fixed;
  bottom: 28px;
  left: -80px;                /* まずは画面外左に隠す */
  width: 80px;
  height: 75.58px;
  cursor: pointer;
  transition: left 0.5s ease, transform 0.3s ease;
  z-index: 1000;
}
.scroll-top.show {
  left: 20px;                  /* 表示位置 */
  animation: bounce-in 0.3s ease;
}
@keyframes bounce-in {
  0%   { transform: translateX(-10px); }
  50%  { transform: translateX(5px); }
  100% { transform: translateX(0); }
}
/* Shrink the scroll-top image */
.scroll-top img {
  width: 100%;
  height: auto;
  display: block;
}