@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
body {
  background-image: url(../img/washi.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
/* カラー */
.cl-red {
  color: #a10000;
}

header {
  text-align: center;
  width: 100%;
  height: 120px;
  background: #fff;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer h2 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
}
.footer_menu {
  margin: 0;
  letter-spacing: 0.1rem;
  border-top: 1px solid #7fc0c6;
  padding-top: 10px;
  text-align: center;
}
.fa-arrow-alt-circle-right:before {
  content: "→";
}
.footer_menu i {
  color: #7fc0c6;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.footer-widget-area {
  padding: 3em 0em;
  font-size: 14px;
  background: #c1dee2;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.copyright {
  color: #000000;
  background: #ffffff;
  font-size: 14px;
  text-align: left;
  padding: 2em 0 4em 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* ｍｖ */
.mv-in {
  max-width: 1400px;
  position: relative;
  height: 650px;
  object-fit: cover;
  margin: 50px auto;
}

.mv-img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}

.mv-in h1 {
  position: absolute;
  top: 20%;
  left: 0;
  transform: translateY(-50%);
  color: #554433;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.5);
  width: 40%;
  padding: 30px 30px 30px 120px;
}

.mv-in h1 span {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
  font-weight: 400;
  color: #7d6a5a;
}

.section-in {
  max-width: 1024px;
  padding: 0 12px;
  margin: 0 auto;
  position: relative;
}

.in {
  margin-top: 120px;
  margin-bottom: 120px;
}

.main-text-box {
  text-align: center;
}
.main-text {
  font-size: 2em;
  color: #a10000;
  margin-bottom: 12px;
}

.line-box {
  position: relative;
  max-width: 900px;
  margin: 30px auto;
  padding: 1em calc(1.5em + 9px);
  border-top: 1px solid #63768d;
  border-bottom: 1px solid #63768d;
  color: #3a3a3a;
}

.line-box::before,
.line-box::after {
  position: absolute;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% + 20px);
  background-color: #63768d;
  content: "";
}

.line-box::before {
  left: 9px;
}

.line-box::after {
  right: 9px;
}

.flex-box {
  display: flex;
  gap: 7px;
}

.tosa-img {
  width: 360px;
  height: auto;
}

/* タイトル*/
.heading-a {
  font-size: 2em;
  margin-bottom: 30px;
}

.diamond-title {
  --diamond-size: 14px; /* ひし形のサイズ（正方形の一辺） */
  --diamond-gap: 8px; /* ひし形同士の間隔 */
  --title-gap: 12px; /* 文字とひし形の間隔 */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: var(--title-gap);
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 7px;
}

.diamonds {
  display: inline-flex;
  gap: var(--diamond-gap);
  align-items: center;
}

.d {
  width: var(--diamond-size);
  height: var(--diamond-size);
  display: inline-block;
  transform: rotate(45deg);
  box-sizing: border-box;
  border-radius: 2px;
}

/* 色 */
.d.red {
  background: #955251;
} /* 赤 */
.d.yellow {
  background: #f2e5b6;
} /* 黄 */

.title-text {
  display: inline-block;
  vertical-align: middle;
}
h4 {
  margin-top: 15px;
}

/* ボタン */
.btn {
  margin-top: 15px;
}
.btn-a {
  background: #63768d;
  width: 280px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.btn-a:hover {
  opacity: 0.7;
}

/* 背景 */
.bg {
  position: absolute;
  top: -3%;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.plan-box {
  margin-bottom: 70px;
}

.plan-flex {
  display: flex;
  align-items: stretch;
  gap: 0;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.plan-flex .text-box {
  flex: 1;
  padding: 40px 30px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.plan-flex img {
  flex: 1;
  width: 50%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

.spot-item {
  background: #fafafa;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-decoration: none;
  color: #3a3a3a;
}

.spot-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.spot-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.spot-item p {
  margin-bottom: 10px;
  color: #666;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.spot-item a {
  display: inline-block;
  color: #a10000;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.spot-item a:hover {
  border-bottom-color: #a10000;
}

.spot-box {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.spot-item {
  flex: 1;
}

@media screen and (max-width: 1400px) {
  .mv-in h1 {
    padding: 30px 30px 30px 60px;
    width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .mv-in h1 {
    width: 74%;
    padding: 30px 30px 30px 120px;
  }
}

@media (max-width: 768px) {
  .mv-in h1 {
    width: fit-content;
    padding: 30px;
  }
  .spot-box {
    flex-direction: column;
    gap: 15px;
  }
  .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tosa-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin: 7px 0;
  }
  .plan-flex {
    flex-direction: column;
    max-width: 90%;
  }

  .plan-flex img {
    width: 100%;
    min-height: 200px;
    order: -1; /* 画像を上に */
  }

  .plan-flex .text-box {
    width: 100%;
    order: 1; /* テキストを下に */
  }

  .btn-a {
    width: 240px;
  }
}

@media (max-width: 515px) {
  .mv-in h1 {
    padding: 12px;
    font-size: 2.8em;
  }
  .diamond-title {
    --diamond-size: 10px;
    --diamond-gap: 6px;
    --title-gap: 8px;
    font-size: 1rem;
  }
  .main-text {
    font-size: 1.6em;
  }
}
