@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  outline: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Kiwi Maru", serif;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 500;
  background-color: #ddd;
}
body.open-menu {
  overflow: hidden;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  opacity: 0.7 !important;
  transition: 0.3s !important;
}

@media (min-width: 769px) {
  ::-webkit-scrollbar {
    width: 3px;
  }

  ::-webkit-scrollbar-button {
    width: 3px;
    height: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
  }

  ::-webkit-scrollbar-thumb {
    background: #6e6e6e;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb:hover {
    opacity: 0.5;
  }
}
.inner {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
.inner-ctt {
  width: 100rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-1030 {
  width: 103rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-950 {
  width: 95rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-900 {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.inner-800 {
  width: 80rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  display: block;
  margin: 0 auto;
  padding: 1.3rem 6.5rem;
  text-align: center;
  width: fit-content;
  border-radius: 3rem;
}
.btn-black {
  background-color: #000;
  color: #fff;
}
.btn-white {
  background-color: #fff;
  color: #000;
}

.shadow {
  -webkit-box-shadow: 4px 4px 0px 0px #98d3de;
  box-shadow: 4px 4px 0px 0px #98d3de;
}

.title-img {
  text-align: center;
  margin-bottom: 6rem;
  font-weight: bold;
}
.title-img img {
  margin: 0 auto;
}
.title-img span {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  margin-top: 1.5rem;
}

.page-content .inner {
  background-color: #fff;
  padding-top: 7rem;
  padding-bottom: 4px;
  margin-bottom: -1px;
}
.page-content .inner.page-shop-detail {
  padding-bottom: 0;
}
.page-content .inner-ctt {
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-content__title-img {
  text-align: center;
  padding-bottom: 5rem;
  margin-bottom: 6rem;
  font-weight: bold;
  background: url(../img/common/nami.png) no-repeat center bottom/auto 10px;
}
.page-content__title-img img {
  margin: 0 auto;
}
.page-content__title-img span {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  margin-top: 1.5rem;
}

.pagination__nav {
  margin: 4rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__nav a, .pagination__nav span {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 0 0.5rem;
  border: 1px solid #000;
  border-radius: 100%;
  text-align: center;
}
.pagination__nav span {
  background-color: #000;
  color: #fff;
  cursor: pointer;
}
.pagination__nav span:hover {
  transition: 0.3s;
  opacity: 0.7;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.9);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.map-link__area {
  position: relative;
  width: fit-content;
}
.map-link__area__lnk {
  position: absolute;
  width: 55px;
  height: 55px;
  transform: translate(-50%, -50%);
}
.map-link__area__lnk:hover {
  opacity: 1;
}
.map-link__area__lnk:hover span {
  animation: unset;
}
.map-link__area__lnk.a {
  left: 45.9%;
  top: 64.9%;
}
.map-link__area__lnk.b {
  left: 21.9%;
  top: 79%;
}
.map-link__area__lnk.c {
  left: 41.5%;
  top: 78.6%;
}
.map-link__area__lnk.d {
  left: 87.8%;
  top: 70.3%;
}
.map-link__area__lnk.e {
  left: 79.2%;
  top: 70.3%;
}
.map-link__area__lnk.f {
  left: 49.9%;
  top: 78.6%;
}
.map-link__area__lnk.g {
  left: 8.8%;
  top: 32.6%;
}
.map-link__area__lnk.h {
  left: 17.3%;
  top: 41.8%;
}
.map-link__area__lnk.i {
  left: 30.9%;
  top: 35.8%;
}
.map-link__area__lnk.j {
  left: 34.1%;
  top: 17.2%;
}
.map-link__area__lnk.k {
  left: 23.5%;
  top: 61.1%;
}
.map-link__area__lnk span {
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

.header__inner {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.header__btn > a {
  width: 6.4rem;
  height: 6.4rem;
}
.header__btn > a img {
  width: 100%;
}
.header__btn__menu {
  background-color: #000;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btn__menu span {
  height: 4px;
  width: 3rem;
  background-color: #fff;
  color: transparent;
  position: relative;
}
.header__btn__menu span:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -10px;
}
.header__btn__menu span:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.header__nav {
  position: fixed;
  z-index: 999;
  background-color: #dddddd;
  width: 59rem;
  max-width: 100%;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: -100%;
  transition: right 0.4s;
  padding: 11rem 5rem 5rem;
  font-size: 1.8rem;
}
.header__nav ul {
  padding: 0;
}
.header__nav__menu > li {
  padding: 1rem 0;
}
.header__nav__menu > li.has-submenu > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav__menu > li.has-submenu > p > a, .header__nav__menu > li.has-submenu > p > span {
  display: block;
  width: 100%;
  position: relative;
}
.header__nav__menu > li.has-submenu > p > a:after, .header__nav__menu > li.has-submenu > p > span:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0.3rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.header__nav__menu > li.has-submenu > p > a:after {
  display: none;
}
.header__nav__menu > li.has-submenu > p > span {
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.header__nav__menu > li.has-submenu > p > span:after {
  background-color: #000;
  background-image: url(../img/common/icon-plus.png);
}
.header__nav__menu > li > a, .header__nav__menu > li > span {
  display: block;
  width: 100%;
  position: relative;
}
.header__nav__menu > li > a:after, .header__nav__menu > li > span:after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  right: 0;
  top: 0.3rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.header__nav__menu > li > a:after {
  background-color: #fff;
  background-image: url(../img/common/icon-angle.png);
}
.header__nav__menu > li > span {
  cursor: pointer;
}
.header__nav__menu > li > span:after {
  background-color: #000;
  background-image: url(../img/common/icon-plus.png);
}
.header__nav__menu__sub {
  background-color: #fff;
  border-radius: 3rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  padding: 2rem 0;
  transition: all 0.4s;
}
.header__nav__menu__sub li {
  padding: 1rem 3rem;
  border: 1px solid #ddd;
  width: calc(50% + 1px);
  margin: -1px 0 0 -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 9rem;
}
.header__nav__menu__sub li:last-of-type {
  width: calc(100% + 1px);
}
.header__nav__menu__sub li:last-of-type span {
  display: inline-block;
}
.header__nav__menu__sub li a {
  line-height: 1.3;
}
.header__nav__menu__sub li a span {
  display: block;
}
.header__nav__menu__sub li a span.en {
  font-size: 1.6rem;
}
.header__nav__bg {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.4s;
  opacity: 0;
}
.header__nav__close {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 4rem;
  right: 4rem;
}
.header__nav__close span {
  position: relative;
  width: 100%;
  height: 100%;
  color: transparent;
}
.header__nav__close span:before, .header__nav__close span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
}
.header__nav__close span:before {
  transform: rotate(45deg);
}
.header__nav__close span:after {
  transform: rotate(-45deg);
}
.header__nav__logo {
  position: absolute;
  top: 3.5rem;
  left: 2.5rem;
  max-width: 65%;
}
.header__nav__nami {
  position: absolute;
  width: 90%;
  top: 10.8rem;
  left: 5%;
}

.open-menu .header__nav {
  right: 0;
}
.open-menu .header__nav__bg {
  right: 0;
  opacity: 1;
}

.has-submenu.open .header__nav__menu__sub {
  max-height: 700px;
  margin: 2rem 0;
}
.has-submenu.open > p > span:after {
  background-image: url(../img/common/icon-minus.png) !important;
}
.ftrbnr{
margin:5% auto; width:100%; background: #fff;
}
.ftrbnr img{
 margin:0 0 8% 0;
 padding-bottom:50px;
 width: 100%;
}
@media screen and (min-width: 769px) {
.ftrbnr{
 margin:0 auto; width:95%; background: #fff;
}
.ftrbnr img{
 margin:0 0 8% 0;
 padding-bottom:50px;
 }
.footer__01 {
 padding: 4rem; 
 background-color: #fff;
 }
}
.footer__01 {
  padding: 12rem 0 4rem;
/**padding: 0 4rem; **/
  background-color: #fff;
}
.footer__01 img {
  margin: 0 auto;
}
.footer__01 a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.footer__01__ins {
  margin-top: 3rem !important;
}
.footer__01__ins img {
  width: 6.5rem;
}
.footer__02 {
  padding: 4rem 0 3rem !important;
  text-align: center;
  width: 960px;
}
.footer__02 > img {
  margin: 0 auto;
}
.footer__nav {
  margin: 2rem 0;
  display: flex;
  font-size: 1.2rem;
  line-height: 2;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer__nav li {
  padding: 0 1.5rem;
  position: relative;
}
.footer__nav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.5rem;
  background-color: #000;
}
.footer__nav li:last-of-type:after {
  display: none;
}
.footer__cpr {
  font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}

.go-top {
  position: fixed;
  z-index: 9;
  right: 2.5rem;
  bottom: 5rem;
  background-color: #6e6e6e;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}

.scroll .go-top {
  opacity: 1;
}

.mv__logo {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv #top_slide {
  position: relative;
  width: 100%;
  height: 44vw;
  min-height: 64.7rem;
  border-radius: 3rem;
  overflow: hidden;
}
.mv .zs-enabled .zs-slideshow .zs-bullets {
  bottom: 2rem;
  left: 0;
  width: 100%;
}
.mv .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 1rem;
  background-color: #fff;
  border: none;
}
.mv .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color: #79b9c5;
}
.mv .zs-enabled .zs-slideshow, .mv .zs-enabled .zs-slides, .mv .zs-enabled .zs-slide {
  border-radius: 3rem;
}

.top-news__inner {
  background-color: #fff;
  margin-top: 4rem;
  padding: 10rem 0;
}
.top-news__ctt__arrow-left, .top-news__ctt__arrow-right {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  cursor: pointer;
}
.top-news__ctt__arrow-left {
  right: 100%;
}
.top-news__ctt__arrow-right {
  left: 100%;
}
.top-news__ctt__item {
  margin: 0 2.5rem;
}
.top-news__img {
  border-radius: 2rem;
  overflow: hidden;
}
.top-news__img img {
  width: 100%;
}
.top-news__date {
  font-size: 1.6rem;
  font-weight: normal;
  color: #9e9e9e;
  margin-top: 1rem;
}
.top-news__title {
  font-size: 1.6rem;
  font-weight: normal;
}
.top-news__more {
  margin-top: 6rem;
}

.page-shop-detail .top-news__inner {
  margin-top: 0rem;
  padding: 10rem 0;
  max-width: 100%;
}

.top-about__inner {
  background: url(../img/top/bg-01.png) no-repeat center center/cover;
  padding: 7rem 0;
  color: #fff;
  text-align: center;
}
.top-about__subtitle {
  font-size: 2rem;
  margin-bottom: 4rem;
  text-align: center !important;
}
.top-about__more {
  margin-top: 6rem;
}
.top-about p {
  line-height: 2.5;
}
.top-about p a {
  margin: 0 0.5rem;
  color: #b1ebf6;
  text-decoration: underline;
}

.top-plan__inner {
  padding: 8rem 0 10rem;
}
.top-plan__inner:before, .top-plan__inner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 5rem;
  height: 100%;
}
.top-plan__inner:before {
  left: 2rem;
  background: url(../img/top/txt-enjoy-01.png) no-repeat center center/auto;
}
.top-plan__inner:after {
  right: 2rem;
  background: url(../img/top/txt-enjoy-02.png) no-repeat center center/auto;
}
.top-plan__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-plan__item {
  width: 20.7%;
}
.top-plan__item span {
  font-size: 1.9rem;
  line-height: 4.8rem;
  display: block;
  margin: 0 auto;
  width: 14.5rem;
  border: 1px solid #000;
  border-radius: 3rem;
  text-align: center;
  position: relative;
}
.top-plan__item span:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  top: 4px;
  left: 4px;
  background-color: #fff;
  opacity: 0.5;
}
.top-plan__item img {
  border-radius: 100%;
  margin-top: 3rem;
}

.top-map__inner {
  padding: 9rem 0 9.5rem;
  background-color: #fff;
}
.top-map__01 {
  text-align: center;
  font-size: 1.5rem;
}
.top-map__01__map {
  margin: -7rem 0 0;
}
.top-map__01 .top-map__more {
  margin: 7rem auto 8rem;
}
.top-map__02 {
  width: fit-content;
  margin: 0 auto;
}
.top-map__02 dl {
  margin: 0;
}
.top-map__02 dl dt {
  color: #13abc8;
  display: inline-block;
  width: 10.8rem;
}
.top-map__02 dl dd {
  display: inline-block;
}
.top-map__02 .top-map__more {
  margin: 6rem auto 0;
}

.sdgs .title-img {
  margin-bottom: 4rem;
}
.sdgs__inner {
  padding: 7rem 0;
  background-color: #fff;
  background-image: url(../img/top/bg-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sdgs__ctt {
  width: fit-content;
  margin: 0 auto;
}
.sdgs__more {
  margin-top: 4rem;
}

.page-news__tag {
  font-size: 2rem;
  margin-bottom: 4rem;
}
.page-news__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 6rem;
  background: url(../img/common/nami.png) no-repeat center bottom/auto 10px;
  gap: 4.45%;
}
.page-news__item {
  width: 30.36%;
  margin-bottom: 4rem;
}
.page-news__item__img {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.page-news__item__img img {
  width: 100%;
}
.page-news__item__date {
  font-size: 1.6rem;
  font-weight: normal;
  color: #9e9e9e;
  margin-top: 1rem;
}
.page-news__item__title {
  font-size: 1.6rem;
  font-weight: normal;
}
.page-news__item__tag {
  font-size: 1.2rem;
  font-weight: normal;
}
.page-news__item__tag a {
  margin-right: 0.5rem;
}

.page-news-detail .page-news__item__date {
  text-align: center;
}
.page-news-detail .page-news__item__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0.5em 0;
}
.page-news-detail .page-news__item__tag {
  text-align: center;
}
.page-news-detail .page-news__item__content {
  margin-top: 3rem;
}
@media screen and (min-width: 769px) {
  .page-news-detail .page-news__item__content p {
    font-size: 1.5rem;
  }
}
.page-news-detail .page-news-detail__nav {
  margin-top: 7rem;
  padding-top: 7rem;
  background: url(../img/common/nami.png) no-repeat center top/auto 10px;
}
.page-news-detail .page-news-detail__share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.page-news-detail .page-news-detail__share span {
  margin-right: 1rem;
}
.page-news-detail .page-news-detail__other {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-news-detail .page-news-detail__other__btn {
  margin: 4px;
  font-size: 1.4rem 0;
  line-height: 1.2;
}

.page-about__txt {
  text-align: center;
  line-height: 8rem;
}
.page-about__slide {
  margin: 7rem 0;
}
.page-about__tomio {
  margin: 7rem 0;
  position: relative;
  overflow: hidden;
}
.page-about__tomio__img {
  width: 100%;
  min-height: 57.6rem;
  object-fit: cover;
}
.page-about__tomio__txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  min-width: 50rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5rem;
}
.page-about__tomio__txt p {
  line-height: 4.5rem;
}
.page-about__tomio__txt__link {
  margin-top: 7rem;
  text-align: center;
  width: fit-content;
}
.page-about__tomio__txt__link img {
  border-radius: 3rem;
}
.page-about__shop {
  text-align: center;
}
.page-about__shop__ttl {
  font-size: 2rem;
}
.page-about__shop__lnk {
  display: inline-block;
  margin: 3rem auto 0;
}

.page-plan__txt {
  margin: 8rem 0 0;
  text-align: center;
}
.page-plan__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.page-plan__item {
  width: 45%;
  margin-top: 10rem;
}
@media screen and (min-width: 769px) {
  .page-plan__item {
    font-size: 1.5rem;
  }  
}
.page-plan__item__title {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.page-plan__item__title img {
  margin: 0 auto;
}
.page-plan__item__img {
  border-radius: 3rem;
  margin: 2.5rem 0;
}
.page-plan__more {
  margin-top: 2.5rem;
}

.page-plan-detail__txt {
  text-align: center;
}
.page-plan-detail__txt__ttl {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.page-plan-detail__item {
  margin-top: 11rem;
}

@media screen and (min-width: 769px) {
  .page-plan-detail__item p {
    font-size: 1.5rem;
  }
}
.page-plan-detail__item__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.page-plan-detail__item__ttl span {
  display: block;
  background-color: #98d3de;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.3rem;
  width: fit-content;
  margin: 0 auto 1rem;
  border-radius: 2rem;
  padding: 0 2rem;
}
.page-plan-detail__item__img {
  margin: 2rem 0;
  width: 100%;
}
.page-plan-detail__shop-ttl {
  margin-top: 17rem;
  margin-bottom: 0 !important;
}
.page-plan-detail__shop-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6.21%;
}
.page-plan-detail__shop-item {
  width: 20.3%;
  margin-top: 5rem;
}
.page-plan-detail__shop-item p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.page-plan-detail__shop-item > img {
  margin: 2rem 0;
}

.page-shop__map__txt {
  position: absolute;
  top: 0;
  right: 13rem;
  text-align: center;
}
.page-shop__map__txt span {
  font-size: 1.5rem;
}
.page-shop__map__img img {
  width: 863px;
  max-width: unset;
}
.page-shop__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.page-shop__item {
  width: 44.5%;
  margin-top: 11rem;
}
@media screen and (min-width: 769px) {
  .page-shop__item {
    font-size: 1.5rem;
  }
}
.page-shop__item__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.page-shop__item__title span {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 500;
}
.page-shop__item__title span strong {
  font-size: 2rem;
  display: block;
}
.page-shop__item__img {
  margin: 2rem auto;
}
.page-shop__more {
  margin-top: 3rem;
}

.page-shop-detail__title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
}
.page-shop-detail__title strong {
  font-size: 2.2rem;
  display: block;
}
.page-shop-detail__main-img {
  width: 100%;
  border-radius: 2rem;
}
.page-shop-detail__intro {
  font-size: 1.65rem;
  text-align: center;
}
.page-shop-detail__intro__ttl {
  font-size: 2rem;
  margin: 7rem 0 3rem;
}
.page-shop-detail__info {
  background-color: #ddd;
}
.page-shop-detail__info__access {
  margin: 8rem auto 9rem;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  font-size: 1.6rem;
}
.page-shop-detail__info__access dl {
  display: flex;
}
.page-shop-detail__info__access dl dt {
  color: #13abc8;
  width: 10rem;
  text-align: right;
  padding-right: 2rem;
}
.page-shop-detail__info__access dl dd {
  flex: 1;
  margin: 0;
}
.page-shop-detail__info__access .left dl dt {
  width: 9rem;
}
.page-shop-detail__info__site {
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 7.5rem;
}
.page-shop-detail__info__site__banner {
  margin: 1rem auto 3rem;
  display: block;
}
.page-shop-detail__info__site__banner img {
  margin: 0 auto;
}
.page-shop-detail__info__site__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.page-shop-detail__info__site__sns a img {
  width: 6rem;
}
.page-shop-detail .shop-more__title {
  margin: 2rem auto 5.5rem;
}
.page-shop-detail .shop-more__title img {
  margin: 0 auto;
}
.page-shop-detail .shop-more__list {
  position: relative;
}
.page-shop-detail .shop-more__item {
  margin: 0 2rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
.page-shop-detail .shop-more__item img {
  margin-bottom: 1.5rem;
  border-radius: 100%;
}
.page-shop-detail .shop-more__arrow-left {
  position: absolute;
  top: 7.5rem;
  right: 100%;
}
.page-shop-detail .shop-more__arrow-right {
  position: absolute;
  top: 7.5rem;
  left: 100%;
}

.page-access .page-content__title-img {
  background: unset;
  padding-bottom: 0;
}
.page-access__ctt__map {
  margin: 0 auto;
}
.page-access__ctt__info {
  margin-top: 11rem;
}
.page-access__ctt__info dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 9rem 0;
}
.page-access__ctt__info dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  width: 29.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #13abc8;
}
.page-access__ctt__info dl dd {
  flex: 1;
  margin: 0;
}
.page-access__ctt__info dl dd p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1rem 0;
}
.page-access__ctt__info dl dd p:first-of-type {
  margin-top: 0;
}
.page-access__ctt__info dl dd p span.large {
  width: 16.8rem;
}
.page-access__ctt__info dl dd p span.small {
  width: 7.8rem;
}
.page-access__ctt__info dl dd p span:nth-child(2) {
  flex: 1;
}
.page-access__ctt__info dl dd p span img {
  display: inline-block;
  width: 1.8rem;
  margin-right: 0.5rem;
}
.page-access__tomio img {
  width: 100%;
}

@media (max-width: 1200px) {
  .top-news .inner-ctt {
    max-width: 90%;
    margin: 0 auto;
  }

  .top-news__ctt__arrow-right {
    left: 99%;
  }

  .top-news__ctt__arrow-left {
    right: 99%;
  }

  .top-plan__inner:before {
    left: 0;
  }

  .top-plan__inner:after {
    right: 0;
  }

  .top-plan .inner-ctt {
    max-width: 90%;
  }
}
@media (max-width: 1100px) {
  .page-shop-detail .shop-more__inner {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .page-shop__map__txt {
    right: 5rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(62.5%, 2.27vw);
  }

  .inner {
    max-width: calc(100% - 12px);
    overflow: hidden;
  }

  .inner-ctt {
    padding: 0 2rem;
  }

  .page-content__title-img {
    margin-bottom: 3rem;
  }

  .page-content__title-img img {
    scale: 0.8;
  }

  .page-content__title-img span {
    line-height: 1.5;
  }

  .title-img img {
    scale: 0.8;
  }

  .header__inner {
    justify-content: flex-start;
  }

  .header__logo {
    max-width: 55%;
    margin-left: 2rem;
  }

  .header__nav {
    padding: 11rem 3rem 5rem;
  }

  .header__nav__menu__sub li {
    padding: 1rem 2rem;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.6rem;
  }

  .header__nav__menu__sub li a span.en {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 0.3rem;
  }

  .go-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 5rem;
    height: 5rem;
  }

  .mv__logo {
    max-width: 100%;
    width: 80%;
  }

  .mv #top_slide {
    min-height: 115vw;
  }

  .mv .zs-enabled .zs-slideshow .zs-bullets {
    bottom: 0rem;
  }

  .top-news__inner {
    margin-top: 6rem;
    padding: 8rem 0;
  }

  .top-news .inner-ctt {
    padding: 0;
  }

  .top-news__ctt__arrow-left {
    left: -1rem;
    right: unset;
    width: 2.5rem;
  }

  .top-news__ctt__arrow-right {
    right: -1rem;
    left: unset;
    width: 2.5rem;
  }

  .top-about p {
    text-align: justify;
  }

  .top-plan__inner {
    padding: 6rem 0;
  }

  .top-plan__list {
    flex-direction: column;
    gap: 1.5rem;
  }

  .top-plan__item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .top-plan__item .top-plan__item__name:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 1px;
    background-color: #000;
    bottom: 5px;
    left: -1px;
    transform: rotate(-45deg);
  }
  .top-plan__item:nth-child(2n+1) .top-plan__item__name {
    order: 2;
  }
  .top-plan__item:nth-child(2n+1) .top-plan__item__img {
    order: 1;
  }
  .top-plan__item:nth-child(2n) .top-plan__item__name:after {
    left: unset;
    right: 4px;
  }
  .top-plan__item:nth-child(2n) .top-plan__item__name:before {
    left: unset;
    right: -1px;
    transform: rotate(45deg);
  }

  .top-plan__item span {
    margin: 0;
    line-height: 5.5rem;
    width: 15.5rem;
  }

  .top-plan__item img {
    margin-top: 0;
    width: 48%;
  }

  .top-plan__inner:before, .top-plan__inner:after {
    width: 1.5rem;
    height: 90%;
    top: 5%;
    background-size: 100% auto;
    background-repeat: space;
  }

  .top-plan__inner:before {
    left: 0.5rem;
  }

  .top-plan__inner:after {
    right: 0.5rem;
  }

  .top-map__inner {
    padding: 6rem 0;
  }

  .top-map__01 .top-map__01__map {
    margin: -2rem 0 0;
  }
  .top-map__01 .top-map__01__map img {
    width: 863px;
    max-width: unset;
  }

  .scroll-hint.is-left-scrollable,
.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable {
    background: unset;
  }

  .scroll-hint-icon {
    top: unset;
    bottom: 1rem;
    width: 90px;
    height: 80px;
    border-radius: 3rem;
  }

  .scroll-hint-text {
    font-size: 1.2rem;
    margin-top: 0px;
  }

  .top-map__01 .top-map__more {
    margin: 4.5rem auto 8rem;
  }

  .top-map__02 .top-map__more {
    margin: 4.5rem auto 0;
  }

  .top-map__02 dl {
    margin-bottom: 2rem;
  }

  .top-map__02 dl dd {
    margin: 0;
    display: block;
  }

  .page-news__list {
    padding-bottom: 3rem;
  }

  .page-news__item {
    width: 100%;
  }

  .page-news__item__title {
    line-height: 1.9;
  }

  .page-news__item__info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
  }
  .page-news__item__info .page-news__item__img {
    width: 49%;
  }
  .page-news__item__info > div {
    flex: 1;
  }

  .page-news__item__tag {
    margin-top: 2rem;
  }

  .page-news__item__date {
    margin-top: -0.5rem;
  }

  .page-news-detail .page-news__item__date {
    text-align: left;
  }

  .page-news-detail .page-news__item__title {
    text-align: left;
  }

  .page-news-detail .page-news__item__tag {
    text-align: left;
  }

  .page-news-detail .page-news-detail__other {
    margin-top: 5rem;
  }

  .page-news-detail .page-news-detail__other__btn {
    margin: 4px 0;
    padding: 2rem 4rem;
    flex: 100%;
    position: relative;
  }
  .page-news-detail .page-news-detail__other__btn:before {
    content: "";
    position: absolute;
    width: 2.4rem;
    height: 100%;
    top: 0;
  }
  .page-news-detail .page-news-detail__other__btn:nth-child(1) {
    border-radius: 3rem 0 0 3rem;
    border-right: 1px solid #fff;
    padding-left: 6.5rem;
  }
  .page-news-detail .page-news-detail__other__btn:nth-child(1):before {
    left: 2rem;
    background: url(../img/common/arrow-left-white.png) no-repeat center center/100% auto;
  }
  .page-news-detail .page-news-detail__other__btn:nth-child(2) {
    border-radius: 0 3rem 3rem 0;
    padding-right: 6.5rem;
  }
  .page-news-detail .page-news-detail__other__btn:nth-child(2):before {
    right: 2rem;
    background: url(../img/common/arrow-right-white.png) no-repeat center center/100% auto;
  }

  .page-news-detail .page-news__item__content img {
    width: calc(100% + 4rem);
    max-width: unset;
    margin-left: -2rem;
  }

  .page-about__txt {
    line-height: 5rem;
  }

  .page-about__txt {
    line-height: 5rem;
  }

  .page-about__tomio__img {
    min-height: unset;
  }

  .page-about__tomio__txt {
    position: relative;
    background-color: unset;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
    padding: 5rem 0 7rem;
    margin-top: -18vw;
    z-index: 0;
    min-width: unset;
  }
  .page-about__tomio__txt:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 20vw;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #343434, #0009);
  }
  .page-about__tomio__txt:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: calc(100% - 18vw);
    bottom: 0;
    left: 0;
    background-color: #343434;
  }

  .page-about__tomio__txt__link {
    margin-top: 4.5rem;
    width: 100%;
  }

  .page-about__tomio__txt__link img {
    margin: 0 auto;
  }

  .page-about__shop__lnk {
    max-width: 40%;
  }

  .page-plan__txt {
    margin: 5rem 0 0;
    text-align: left;
  }

  .page-plan__item {
    width: 100%;
    margin-top: 8rem;
  }

  .page-plan-detail__item {
    margin-top: 7rem;
  }

  .page-plan-detail__item__img {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    max-width: unset;
  }

  .page-plan-detail__item__ttl {
    text-align: left;
  }
  .page-plan-detail__item__ttl span {
    margin-left: 0;
  }

  .page-plan-detail__shop-ttl {
    margin-top: 13rem;
  }

  .page-plan-detail__shop-list {
    justify-content: space-between;
    gap: 0;
  }

  .page-plan-detail__shop-item {
    width: 45%;
    margin-top: 3rem;
  }

  .page-plan-detail__shop-item p {
    font-size: 1.1rem;
  }

  .page-plan-detail__shop-item > img {
    margin: 1.5rem 0 2rem;
  }

  .page-shop__map__txt {
    position: relative;
    top: 0;
    right: 0;
  }

  .page-shop__map__img {
    margin-top: 3rem;
  }

  .page-shop__item {
    width: 100%;
    margin-top: 8rem;
  }

  .page-shop__item__img {
    width: calc(100% + 4rem);
    max-width: unset;
    margin-left: -2rem;
  }

  .page-shop-detail__main-img {
    width: calc(100% + 4rem);
    max-width: unset;
    border-radius: 0;
    margin-left: -2rem;
  }

  .page-shop-detail__intro {
    text-align: left;
  }

  .page-shop-detail__intro__ttl {
    margin: 5rem 0 3rem;
  }

  .page-shop-detail__info__access {
    flex-direction: column;
    margin: 5rem auto 5rem;
  }
  .page-shop-detail__info__access dl:last-of-type {
    margin-bottom: 0;
  }

  .page-shop-detail .shop-more__inner {
    width: calc(100% + 4rem);
    max-width: unset;
    margin-left: -2rem;
  }

  .page-shop-detail .shop-more__arrow-left,
.page-shop-detail .shop-more__arrow-right {
    display: none !important;
  }

  .page-shop-detail__info__access dl dt {
    width: 11rem;
  }

  .page-shop-detail__info__access .left dl dt {
    width: 11rem;
  }

  .page-shop-detail .top-news__inner {
    padding: 8rem 0;
  }

  .page-access__ctt__info {
    margin-top: 0;
  }

  .page-access__ctt__info dl {
    margin: 5rem 0;
    flex-direction: column;
  }

  .page-access__ctt__info dl:nth-child(2) dd p {
    flex-direction: column;
  }

  .page-access__ctt__info dl dd p span.large {
    width: 100%;
    position: relative;
  }
  .page-access__ctt__info dl dd p span.large:before {
    content: "▼";
    color: #b9b9b9;
    font-size: 0.85em;
    margin-right: 0.5rem;
  }

  .sdgs__inner {
    background-image: url(../img/top/bg-02-sp.png);
  }
}

/*# sourceMappingURL=style.css.map */
