@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.w-1080 {
  max-width: 1080px;
  margin: auto;
  color: #315b76;
  font-feature-settings: "palt";
}
.w-600 {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 699px) {
  .w-600 {
    width: 100%;
  }
}
.gooods-title img {
  max-width: 20px;
  margin-left: 5px;
}
.ookagawa-bg-pink {
  background: #f8e7eb;
  background-image: url("../img/bg-sakura-1.png"), url("../img/bg-sakura-2.png");
  background-position: left center, right center;
  background-repeat: repeat-y, repeat-y;
  background-attachment: fixed, fixed;
  background-size: auto 70vh, auto 70vh;
}
.ookagawa-box-white {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 1rem;
}
.sakura-illust{
  background: #fff url("../img/sakura-illust2.svg") no-repeat right bottom;
  background-size: 280px;
}
@media screen and (max-width: 1024px) {
  .sakura-illust{
    background-size: 360px;
  }
}
@media screen and (max-width: 767px) {
  .sakura-illust{
    background-size: 180px;
  }
}

.pinkline {
  border-top: 1px solid #ea6188;
  padding-top: 1.6rem;
}

/* スマホ表示非表示 */
@media print, screen and (min-width: 768px){
  .sp-on{
      display: none;
  }
}
.pc-on{
  display: none;
}
@media print, screen and (min-width: 768px){
  .pc-on{
      display: block;
  }
}

/***間隔調整***/
.m-t-1 {
  margin-top: 1rem;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-b-1 {
  margin-bottom: 1rem;
}
.m-b-1-5 {
  margin-bottom: 1.5rem
}
.m-w-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.column-layout {
  margin-top: 1rem;
}
.topic-box {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#cp1, #cp2, #cp3, #cp4, .leaflet-link, #cp5 {
  margin-top: 3rem;
  padding: 2em;
}
/***.cp3-title {
  background: #ea6188;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.75em;
  font-weight: 700;
  text-align: center
}***/
.flex-fit {
  align-items: center;
  align-content: space-between;
}
/****メインビジュアル****/
.ookagawa2023-visual {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  text-align: center;
}
/****メニュー****/
.cpmenu-space {
  background: #ea6188;
}
ul.cpmenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 0.5em auto;
  font-family: "Zen Maru Gothic", serif;
  max-width: 1020px;
}
ul.cpmenu li {
  margin: 16px auto;
  align-items: flex-start;
  vertical-align: middle;
  width: 24%;
  border-right: 1px solid #fff;
}
li a.menu-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  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;
  vertical-align: middle;
  text-decoration: none;
  overflow: visible;
  width: 100%;
  min-height: 80px;
  /*height: 90px;*/
  color: #fff;
  text-align: center;
}
ul.cpmenu li:last-child {
  border: none;
}
li a.menu-item:hover {
  color: #fceaf0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
li a.menu-item::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/ookagawa_menu-icon.svg") no-repeat center / contain;
  margin-left: .5rem;
}
ul.cpmenu li a.long {
  font-size: 1.5rem; /* 長いメニューだけフォントサイズを小さく */
}
@media screen and (max-width: 834px) {
  li a.menu-item {
    font-size: 1em;
    height: 60px;
  }
  li a.menu-item img.menu-arrow {
    width: 20px;
  }
}
@media screen and (max-width: 550px) {
  ul.cpmenu::after {
    width: 100%;
  }
  ul.cpmenu li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    margin: 1%;
  }
  li a.menu-item {
    font-size: 1em;
    height: 70px;
  }
  ul.cpmenu li:last-child {
    border: none;
  }
}
/****チラシ紹介****/
.ookagawa-flyer {
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
  align-items: center;
  max-width: 700px;
}
.flyer_info {
  width: 75%;
  margin: 0 1em 0 0;
}
.flyer_image {
  width: 25%;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .ookagawa-flyer {
    width: 100%;
    flex-wrap: wrap;
  }
  .flyer_info {
    width: 100%;
    margin: 0 1em 0 0;
  }
  .flyer_image {
    width: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {}
/***日付や販売場所等詳細***/
dl.okagawa-info dt {
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
  background: #ea6188;
  display: inline-flex;
  align-items: center; /* 縦方向の中央揃え */
  border-radius: 5px;
  min-height: 24px; /* 最低限の高さを確保 */
  line-height: 0;
  font-size: .9em;
}
dl.okagawa-info dd {
  margin-bottom: .5em;
  color: #315b76;
}
/* 横並び用のスタイル */
dl.okagawa-info.row {
  display: flex;
  flex-wrap: nowrap; /* レスポンシブ対応 */
  align-items: flex-start; /* dt の高さを一定にする */
  gap: 5px; /* dt と dd の間隔 */
  margin-top: .5rem
}
dl.okagawa-info.row dt {
  display: flex; /* 中央揃え用 */
  flex-shrink: 0; /* 幅を縮めない */
}
dl.okagawa-info.row dd {
  flex-grow: 1; /* 余ったスペースを埋める */
  margin-bottom: 0; /* 横並び時は余白不要 */
}
/****箱****/
.box-inner {
  line-height: 1.5;
  padding: 1.25em;
}
.red-box {
  background-color: #f9ecec;
  border: #e7336e solid 2px;
  margin: 1rem auto;
  border-radius: 15px;
}
.navy-box {
  background-color: #deeef7;
  border: #0068b6 solid 2px;
  margin: 1rem auto;
  border-radius: 15px;
}
.cream-box {
  background: #fdede4;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
}
.pink-box {
  background: #f5cdd0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 15px;
}
.livecamera-flex {
  margin-top: 2rem
}
/****揃え****/
.a-left {
  justify-content: start;
}
.a-center {
  text-align: center;
  margin: auto
}
/****文字****/
.note {
  font-size: .9em;
  margin-top: .5em;
}
.p-small {
  font-size: 14px;
}
.p-big {
  font-size: 1.25em;
  font-weight: bold;
}
.livecamera-copy {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  color: #ea6188;
  margin-top: 1em;
}
.p-bold {
  font-weight: bold;
}
.c-pink {
  color: #ea6188;
}
.c-black {
  color: #865442;
}
.c-red {
  color: #E60012;
}
.c-white {
  color: #fff;
}
.c-gold {
  color: #8a7645;
}
.c-brown {
  color: #685e59;
}
.c-vpink {
  color: #e7336e;
}
.c-navy {
  color: #0068b3
}
.linktext, .linktext a {
  color: #8a7645;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.maruf {
  font-family: "Zen Maru Gothic", serif;
}
.p-back-pink {
  background: #ea6188;
  color: #fff;
  border-radius: 100vh;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
}
h3.ookagawa2025-h3 {
  font-size: 20px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #ea6188;
  line-height: 1.5;
  margin-top: 1rem;
}
h2.spot-title {
  font-size: 2.25em;
  line-height: 1.5;
}
h2.spot-title span.spot-title-sub {
  /*font-size: .75em;*/
  font-size: .65em;
}
@media (max-width: 600px) {
  h2.spot-title {
    font-size: 1.75em;
    line-height: 1.5;
    padding:0 1rem;
  }
}
/****立ち寄りスポット****/
.tachiyori-title {
  max-width: 455px;
}
.spot-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1rem;
  line-height: 1.5;
}
.spot-card {
  padding: 1rem;
}
.spot-card img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.spot-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  color: #ea6188;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  gap: 8px;
}
#svg-2 {
  max-width: 450px;
}
#svg-3 {
  width: 100%;
}
/*#svg-4 {
  width: 30px;
  height: auto;
}*/
#svg-4, #svg-5, #svg-6, #svg-7 {
  width: 24px;
  height: auto;
  display: block;
}
#svg-sakura-icon {
  width: 40px;
  height: auto;
}


.spot-info {
  color: #685e59;
}
/* スマホ対応：1列に変更 */
@media (max-width: 600px) {
  .spot-container {
    grid-template-columns: 1fr;
  }
}
/*****スタンプラリー*****/
.title-sakura-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .title-sakura-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .title-sakura-wrapper .left {
    order: 0;
  }
  .title-sakura-wrapper .right {
    order: 1;
  }
  .title-sakura-wrapper h2 {
    order: 3;
  }
}
.sakura-icon {
  width: 10vw; /* アイコンのサイズ（適宜調整） */
  height: auto;
}
.stamp-spotlist dt {
  background-color: #685e59;
  border-radius: 5px;
  color: #fff;
  padding: 0 5px;
  margin-top: 1rem;
}
.stamp-spotlist dd {}
.stamp-spot dl.stamp-spotlist:first-child {
  flex-grow: 1;
  margin-right: 1em;
}
.stamp-spot dl.stamp-spotlist:last-child {
  flex-grow: 2;
}
/*****横並び****/
.ookagawa-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}
.ookagawa-flex_item {
  width: calc((100% - 36px) / 2);
}
.ookagawa-flex .facility2023 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ookagawa-flex .facility2023 .ookagawa-flex_item_1 {
  flex-grow: 1;
}
.ookagawa-flex .facility2023 > .ookagawa2024-coupon {}
.item-1 {
  order: 1;
}
.item-2 {
  order: 2;
}
.item-3 {
  order: 3;
}
.item-4 {
  order: 4;
}
.item-5 {
  order: 5;
}
.item-6 {
  order: 6;
}
.item-7 {
  order: 7;
}
.item-8 {
  order: 8;
}
.item-4, .item-2, .item-6 , .item-8 {
  margin-left: 36px;
}
.blue-text {
  color: #4BBDE7;
}
@media screen and (max-width: 767px) {
  .ookagawa-flex {
    flex-direction: column;
  }
  .ookagawa-flex_item {
    width: 100%;
  }
  .item-4, .item-2, .item-6 , .item-8{
    margin-left: 0;
  }
  .item-1 {
    order: 1;
  }
  .item-2 {
    order: 4;
  }
  .item-3 {
    order: 2;
  }
  .item-4 {
    order: 5;
  }
  .item-5 {
    order: 3;
  }
  .item-6 {
    order: 6;
  }
  .item-7 {
    order: 7;
  }
  .item-8 {
    order: 8;
  }
}
.facility2023, .sakura-spot {
  border-top: 1px solid #8a7645;
  margin-top: 1.5em;
  padding-top: 1em;
}
#cp5 .facility2023:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.spot-title {
  position: relative;
  font-size: 1.75em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #ea6188;
  align-items: center;
  line-height: 1.5;
}
img.sub-title {
  max-width: 150px;
  margin-bottom: .25em;
  vertical-align: bottom;
}
.spot-address {
  font-size: 13px;
  line-height: 1.5;
}
.illust-position {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
/****ひといきスペース　DONDON****/
img.dondon-logo {
  max-width: 240px;
  border: 5px solid #efefef;
}
/****みなみのおすすメシ****/
img.minami-logo {
  max-width: 200px;
}
.minami-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.minami-title .spot-title {
  margin-left: 2rem;
}
/****商品情報****/
.bg-white {
  background: #fceaf0;
  padding: 16px;
  margin-top: 1em;
  border-radius: 15px;
}
.ookagawa2023goods {
  margin-top: 1em;
  display: flex;
  align-items: center;
  flex-wrap: nowrap
}
.goods-photo {
  width: 45%;
  margin-right: 1em;
}
.goods-info {
  width: 50%;
  line-height: 1.5;
}
.goods-shopname {
  background: #ea6188;
  padding: 3px 5px;
  line-height: 1.4;
  color: #fff;
  font-size: .8em;
  text-align: center;
}
.gooods-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #ea617c;
}
.gooods-title span.gentei {
  font-size: .75em;
  background: #ea6188;
  color: #fff697;
  padding: 0 5px;
  margin-right: 5px;
}
.ookagawa2024shop {
  margin-top: 1em;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap
}
.shop-photo {
  width: 30%;
  margin-right: 1rem;
}
.shop-info {
  line-height: 1.5;
  width: 60%;
}
.ookagawa2024-coupon {
  background: #41bbc6;
  padding: 1rem;
  margin-top: 1rem;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  color: white;
  position: relative;
}
.coupon-logo {
  max-width: 40px; /* ロゴのサイズ */
  flex-shrink: 0; /* 縮小しない */
  margin-right: 1rem;
}
.coupon-text {
  flex: 1; /* 残りのスペースを埋める */
}
p.coupon-terms {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
p.coupon-bonus {
  color: #fff100;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 1.5;
}

.box-stretch {
  align-items: stretch;
}
.box-stretch .box-inner {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  align-items: stretch;
}
.box-stretch .box-inner div {
  flex-grow: 1;
}
@media screen and (max-width: 550px) {
  .ookagawa2023goods {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }
  .goods-photo {
    width: 100%;
    margin: 0
  }
  .goods-info {
    width: 100%;
    margin-top: 1em;
  }
}
/***ボタン****/
.ookagawa-btn {
  margin: 1rem auto;
  position: relative;
  display: inline-block;
}
.ookagawa-btn, a.ookagawa-btn {
  padding: 10px 36px;
  border-radius: 100vh;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
}
.btn-small, a.btn-small {
  font-size: 1em;
}
.btn-r, a.btn-r {
  background: #6cbb5a;
  color: #fff;
}
.btn-p, a.btn-p {
  background: #ea6188;
  color: #fff;
}
.btn-n, a.btn-n {
  background: #0068b6;
  color: #fff;
}
.btn-sky, a.btn-sky {
  background: #ea6188;
  color: #fff697;
}
.btn-red, a.btn-red {
  background: #e7336e;
  color: #fff;
}
.m-t-2 {
  margin-top: 2rem;
}
.btn-pdf, a.btn-pdf {
  background: #ea6188;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.75em;
  filter: drop-shadow(0px 2px 4px #ea617c);
  transition: 0.3s ease-in-out;
  margin-top: 2rem;
}
.btn-pdf:hover, a.btn-pdf:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -5px rgb(234 97 124 / 15%), 0 0 5px rgb(234 97 124 / 10%);
  transition: 0.3s ease-in-out;
}
.ookagawa-btn:hover, a.ookagawa-btn:hover {
  opacity: .7;
}
.btn-pdf:hover, a.btn-pdf:hover {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .column-media {
    margin-top: .5em;
  }
}
/***きっぷ情報***/
.ookagawa-kippu-box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.box-child {
  width: 49%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box; /*余白を設定*/
}
.box-child-title {
  width: 100%;
}
.box-child img {
  display: block;
}
.box-child-text {
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box; /*余白を設定*/
}
@media screen and (max-width: 767px) {
  .ookagawa-kippu-box {
    display: block;
  }
  .box-child {
    width: 100%;
  }
}
.spot-subtitle {
  line-height: 1.2;
}
.spot-subtitle span.p-small {
  display: block;
  line-height: 1 !important;
}
.ookagawa-contactbox {
  border-radius: 20px;
}
.type1000_contact .contact-box {
  width: 100%;
  margin: auto;
}
img#svg-8 {
  width: 26px;
}
img#svg-10 {
  display: block;
  width: 80%;
  text-align: right;
}
img#svg-11 {
  max-width: 368px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img#svg-12 {
  max-width: 418px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
img#svg-13 {
  max-width: 335px;
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
img#svg-14 {
  max-width: 440px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*地図情報*/
.map-info dl.okagawa-info.row{
  gap:1em;
  margin: 1em 3em 2em 3em;
}
.map-info dl.okagawa-info.row dt{
  font-size: 2.2rem;
  padding: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .map-info dl.okagawa-info.row{
    flex-direction: column;
    margin: 1em 1em 2em 1em;
  }
  .map-info dl.okagawa-info.row dt{
    font-size: 1.6rem;
  }
}

/**デジタルスタンプラリー参加方法**/
.stamprally-sanka h3{
  text-align: center;
  font-size: 2em;
  margin: 1.5em 0 1em 0;
  position: relative;
}
.stamprally-sanka h3 br{
  display: none;
}
.stamprally-sanka h3::before, 
.stamprally-sanka h3::after{
  position: absolute;
  content: "";
  top: 10px;
  bottom: 0;
  margin: auto;
  display: block;
  height: 60px;
}
.stamprally-sanka h3::before{
  background:url(../img/stamprally-title_left.svg) no-repeat;
  left: 0;
  width: 212px;
}
.stamprally-sanka h3::after{
  background:url(../img/stamprally-title_right.svg) no-repeat;
  left: auto;
  right: 0;
  width: 196px;
}
.stamprally-sanka dl{
  display: grid;
  grid-template-columns: 240px 1fr; /* 左は内容幅、右は残り全部 */
  gap: 1.5rem 2rem; /* 行間 列間 */
  align-items: center;
  margin: 1em 0;
  padding-bottom: 3em;
  color: #231815;
  position: relative;
}
.stamprally-sanka dl::after{
  position: absolute;
  content: "";
  display: block;
  /*width: 995px;*/
  width: 100%;
  height: 27px;
  background:url(../img/flow_down.svg) no-repeat bottom center;
  bottom: 0;
  left: 0;
  right: 0;
}
.stamprally-sanka dl:last-of-type::after{
  background:url(../img/flow_last.svg) no-repeat bottom center;
  height: 15px;
  bottom: 15px;
}
.stamprally-sanka dt{
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #ea6188;
  display: flex;
  align-items: center;
  gap: 10px;
}
.stamprally-sanka dd{
  margin: 0;
  position: relative;
}
.stamprally-sanka dd::before, 
.stamprally-sanka dd.tate-small::before{
  position: absolute;
  content: "";
  top: 0;
  left: -2em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 100px;
  background:url(../img/flow_tate.svg) no-repeat bottom center;
}
.stamprally-sanka dd.tate-small::before{
  height: 80px;
  background:url(../img/flow_tate_small.svg) no-repeat bottom center;
}
.stamprally-sanka .note{
  color: #231815;
}

@media screen and (max-width: 1024px) {
  .stamprally-sanka dl::after{
    /*width: 688px;*/
  }
  .stamprally-sanka h3::before{
    width: 92px;
  }
  .stamprally-sanka h3::after{
    width: 96px;
  }
}

@media screen and (max-width: 767px) {
  .stamprally-sanka h3{
    font-size: 1.6em;
  }
  .stamprally-sanka h3::before, 
  .stamprally-sanka h3::after{
    top: 46px;
    height: 26px;
  }
  .stamprally-sanka h3::before{
    width: 80px;
  }
  .stamprally-sanka h3::after{
    width: 82px;
  }
  .stamprally-sanka h3 br{
    display: block;
  }
  .stamprally-sanka dl{
    grid-template-columns: 1fr;
  }
  .stamprally-sanka dl::after{
    /*width: 100%;*/
    height: 15px;
    background:url(../img/flow_down.svg) no-repeat bottom center;
  }
  .stamprally-sanka dl:last-of-type::after{
    height: 5px;
  }
  .stamprally-sanka dd::before, 
  .stamprally-sanka dd.tate-small::before{
    content: none;
  }
  .stamprally-sanka .note{
    margin-top:1.5em;
  }
}

.sakuraphoto-box{
  gap:2%;
}
.sakuraphoto-box .ookagawa-flex_item{
  width: 30%;
}
.sakuraphoto-box .sakuraphoto-text{
  width: 68%;
}
@media screen and (max-width: 500px) {
  .sakuraphoto-box .ookagawa-flex_item, 
  .sakuraphoto-box .sakuraphoto-text{
    width: 100%;
  }
}