@font-face {
  font-family: "Kozuka-medium";
  src: url("../fonts/KozGoPro-Medium.eot");
  src: url("../fonts/KozGoPro-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/KozGoPro-Medium.woff2") format("woff2"),
    url("../fonts/KozGoPro-Medium.woff") format("woff"),
    url("../fonts/KozGoPro-Medium.ttf") format("truetype"),
    url("../fonts/KozGoPro-Medium.svg#KozGoPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.shops-content-wrapper {
  margin-top: -170px;
  background: url("https://funfun-tokushima.jp/wp/wp-content/uploads/2025/04/back_AdobeStock_481298815.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
  border-radius: 10px;
}
.souvenir-shops > * {
  color: #3d485d;
}

.souvenir-shops .main-img-wrapper {
  position: relative;
  min-height: 725px;
}
.white-bg {
  background: #fff;
}
.text-wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 63px auto 0;
  padding-top: 170px;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 15px;
}
.souvenir-shops .main-img-wrapper .bg-img {
  background: url("https://funfun-tokushima.jp/wp/wp-content/uploads/2025/04/250322_funfun_zakka01.png")
    no-repeat center center;
  background-size: auto;
  background-size: cover;
  min-height: 619px;
}
#main_col.souvenir-shops {
  margin: 0;
  width: 100%;
  overflow: hidden;
  max-width: none;
  background-color: #e9f0e4;
  position: relative;
}

.souvenir-shops .main-img-wrapper img {
  position: absolute;
  top: 81px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 647px;
}

#general-info .img-col img {
  max-width: 432px;
}
.text-contents .row {
  display: flex;
}
.row .text-col {
  width: 55%;
}
.row .img-col {
  width: 45%;
}

.row .text-col {
  margin-right: 40px;
}
.text-col h2 {
  /*font-family: 'Kozuka-medium';*/
  font-size: 38px;
  color: #006490;
}
.text-col p {
  /*font-family: 'Kozuka-medium';*/
  font-size: 22px;
  margin-top: 30px;
  line-height: 33px;
}

.content-links {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.content-links a {
  padding-left: 20px;
  padding-right: 20px;
}
.content-links img {
  max-width: 172px;
}
.content-links a:nth-of-type(3) img {
  max-width: 182px;
}
.content-links .line-separator {
  content: "";
  border-top: 1px solid #006490;
  width: 77px;
  display: block;
  width: 95px;
  position: relative;
  top: -56px;
}
.cue-nagaya-depot {
  margin-top: 75px;
  padding-top: 0;
}
.cue-nagaya-depot:after {
  content: '';
  border-bottom: 1px solid #006490;
  width: 50%;
  display: block;
  padding-top: 75px;
  margin: 0 auto;
}
.cue-nagaya-depot h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 35px;
}
.cue-nagaya-depot p {
  margin-top: 0;
  font-size: 18px;
}
.cue-nagaya-depot p span.blue {
  color: #006490;
  font-size: 18px;
}
.cue-nagaya-depot .recommend-img {
  max-width: 453px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.cue-nagaya-depot .recommend-img + small {
  font-size: 18px;
  line-height: 30px;
  color: #3d485d;
  display: block;
}
.cue-nagaya-depot .img-col img {
  margin-bottom: 24px;
}
.cue-nagaya-depot .img-row-small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.cue-nagaya-depot .img-row-small span {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
}
.cue-nagaya-depot .img-row-small img {
  max-width: 213px;
  margin-right: 15px;
}
.cue-nagaya-depot .img-row-small img:last-of-type {
  margin-right: 0;
}
.contact-details {
  margin-top: 15px;
}
#cue-content {
  border-top: 1px solid #006490;
  padding-top: 75px;
}
.cue-nagaya-depot:last-of-type:after {
  display: none;
}

@media screen and (max-width: 768px) {
  #general-info .img-col img {
    width: 100%;
  }
  .souvenir-shops .main-img-wrapper {
    min-height: auto;
  }
  .souvenir-shops .main-img-wrapper .bg-img {
    min-height: 320px;
  }
  .souvenir-shops .main-img-wrapper img {
    width: 90%;
  }
  .text-wrapper {
    padding-top: 70%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .text-contents .row {
    flex-direction: column;
  }
  .row .text-col,
  .row .img-col {
    width: 100%;
    margin: 15px 0 0;
  }
  .text-col h2 {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
  }
  .text-col p,
  .cue-nagaya-depot p span.blue,
  .cue-nagaya-depot .img-row-small span {
    font-size: 16px;
    line-height: 30px;
  }
  .content-links {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .content-links a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .content-links .line-separator {
    display: none;
  }
  .content-links img {
    width: 100%;
  }
  .cue-nagaya-depot {
    margin-top: 40px;
  }
  #cue-content {
    padding-top: 40px;
  }
  .cue-nagaya-depot .text-col h2 {
    text-align: left;
  }
  .cue-nagaya-depot .text-col h2 br {
    display: none;
  }
  .cue-nagaya-depot .recommend-img {
    width: 100%;
  }
  .cue-nagaya-depot .img-col img {
    width: 100%;
  }
  .cue-nagaya-depot .img-col .img-row-small img {
    width: 48%;
  }
  .cue-nagaya-depot:after {
    margin-top: 40px;
    padding-top: 0;
  }
}