@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .header {
    background-color: #ea4645;
  }
}

.contents {
  padding-top: 16.41vw;
  padding-bottom: 25.641vw;
  background: none;
  background-color: #fffdea;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .contents {
    padding-top: min(45px, 3.75vw);
    padding-bottom: 60px;
  }
}
.contents__inner {
  position: relative;
  z-index: 1;
}
.contents__inner .caution {
  font-size: min(3.59vw, 16px);
  text-align: center;
  color: #0D955A;
  outline: 2px solid #b8e6d3;
  outline-offset: -2px;
  margin: 0 auto 40px;
  padding: 1em;
  background: #fff;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .contents__inner .caution {
    width: 90%;
    max-width: 1065px;
    font-size: 14px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 1264px;
  }
}

.lead {
  text-align: center;
  font-size: min(4.615vw, 20px);
  margin-bottom: 6.154vw;
  padding: 5vw 5vw 0;
  position: relative;
  border: 1px solid #0D955A;
  background-color: #ebfef6;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .lead {
    font-size: 20px;
    margin-bottom: 32px;
    padding: 0 40px;
    z-index: 1;
  }
}
.lead .txt {
  display: block;
  color: #FFFFFF;
  border: 1px solid #0D955A;
  border-radius: 100vh;
  background-color: #0D955A;
  display: inline-block;
  margin: 0 auto;
  padding: 0.4em 1em;
  width: 90%;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
}
@media only screen and (min-width: 768px) {
  .lead .txt {
    padding: 0.4em 1em;
    width: 395px;
    left: 0;
    right: 0;
    top: -27px;
  }
}
.lead__img {
  max-width: 880px;
  margin: 5.128vw auto 0;
}
@media only screen and (min-width: 768px) {
  .lead__img {
    margin: 50px auto 0 !important;
  }
}
.lead__img img {
  width: 100%;
}
.lead__list {
  max-width: 1052px;
  margin: 6.154vw auto 0;
}
@media only screen and (min-width: 768px) {
  .lead__list {
    margin: 40px auto 0;
  }
}
.lead__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lead__list dl + dl {
  margin-top: 0.5em;
}
.lead__list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ea4645;
  width: 1.6em;
  height: 1.6em;
  border: 1px solid #ea4645;
  border-radius: 0.8em;
  background: #FFFFFF;
  margin-right: 0.2em;
  margin-top: 0.2em;
  font-size: 4.103vw;
  padding-bottom: 0.1em;
}
@media only screen and (min-width: 768px) {
  .lead__list dl dt {
    font-size: 18px;
  }
}
.lead__list dl dd {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.5em;
  text-indent: -1.5em;
  color: #242424;
  font-size: 0.8em;
  font-weight: bold;
}
.lead__list dl dd::before {
  content: "･･･";
}
.lead__list dl dd .large {
  color: #0D955A;
  font-size: 1.25em;
}
.lead__list dl dd .large-nm {
  font-size: 1.25em;
}
.lead__list.fixed-han {
  position: fixed;
  opacity: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 1em 0;
}
@media only screen and (min-width: 768px) {
  .lead__list.fixed-han dl {
    padding-right: 80px;
  }
}
.lead__list.fixed-han dl + dl {
  margin-top: 0.2em;
}
.lead__list.fixed-han dt {
  margin-top: 0;
  font-size: 14px;
}
.lead__list.fixed-han dd {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}
.lead__list.fixed-han.is-show {
  opacity: 1;
  bottom: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lead + .note {
  font-size: 0.85em;
  margin-bottom: 1em;
}
.lead + .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.lead .caution {
  margin-top: 6.153vw;
}
@media only screen and (min-width: 768px) {
  .lead .caution {
    margin-top: 48px;
  }
}
.lead__btn {
  margin: 30px auto 0;
  display: block;
  color: #FFFFFF;
  width: 100%;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .lead__btn {
    width: 534px;
  }
}
.lead__btn a {
  display: block;
  padding: 1.4em 1em;
  width: 100%;
  font-size: min(4vw, 16px);
  background-color: #0D955A;
  border: 1px solid #0D955A;
  border-radius: 100vh;
}
@media only screen and (min-width: 768px) {
  .lead__btn a {
    font-size: 18px;
  }
}

.note {
  font-size: 0.85em;
  margin-bottom: 1em;
}
.note li {
  padding-left: 1em;
  text-indent: -1em;
}

.anchor {
  margin-bottom: 16.41vw;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .anchor {
    margin-bottom: 64px;
    margin-top: 64px;
  }
}
.anchor__ttl {
  text-align: center;
  color: #fff;
  background: #0D955A;
  font-size: 4.615vw;
  font-weight: 500;
  padding: 0.4em 0.4em 0.55em;
}
@media only screen and (min-width: 768px) {
  .anchor__ttl {
    font-size: 22px;
  }
}
.anchor .hanrei__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .anchor .hanrei__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 8px;
    background: #fff;
    padding: 0 24px 0;
  }
}
.anchor .hanrei__item {
  line-height: 20px;
  padding-left: calc(18px + 0.5em);
  font-size: 12px;
  font-weight: 700;
  background: url(../images/service/ico_souvenir.svg) no-repeat top left;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .anchor .hanrei__item {
    line-height: 24px;
    padding-left: calc(20px + 0.5em);
    font-size: 14px;
  }
}
.anchor .hanrei__item--souvenir {
  color: #4291ad;
  background: url(../images/service/ico_souvenir.svg) no-repeat top left;
  background-size: contain;
}
.anchor .hanrei__item--experience {
  color: #51943d;
  background: url(../images/service/ico_experience.svg) no-repeat top left;
  background-size: contain;
}
.anchor .hanrei__item--food {
  color: #de2b25;
  background: url(../images/service/ico_food.svg) no-repeat top left;
  background-size: contain;
}
.anchor .hanrei__item--stay {
  color: #c2a604;
  background: url(../images/service/ico_stay.svg) no-repeat top left;
  background-size: contain;
}
.anchor .hanrei__item::before {
  content: "：";
}
.anchor .hanrei__item:not(:last-of-type) {
  margin-right: 1em;
}
.anchor__list {
  margin-top: 16px;
  position: relative;
  padding: 0 3.846vw 5vw;
}
@media only screen and (min-width: 768px) {
  .anchor__list {
    margin-top: 20px;
    padding: 0 24px 20px;
  }
}
.anchor__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 51.282vw;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.anchor__list ul.ranking {
  counter-reset: rank;
}
.anchor__list ul.ranking li::before {
  width: 34px;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  text-align: center;
  counter-increment: rank;
  content: counter(rank);
  margin-right: 5px;
  padding: 4px 0;
  background-image: url(../../assets/images/service/bg_union.png);
  background-repeat: no-repeat;
  background-size: 34px auto;
}
@media only screen and (min-width: 768px) {
  .anchor__list ul {
    height: auto;
  }
}
.anchor__list ul::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25.641vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
@media only screen and (min-width: 768px) {
  .anchor__list ul::before {
    display: none;
  }
}
.anchor__list ul.is_open {
  margin-bottom: 4em;
}
.anchor__list ul.is_open::before {
  display: none;
}
.anchor__list .btn--readmore {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 5vw;
  margin: 0 auto;
  width: 160px;
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #0d955a;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .anchor__list .btn--readmore {
    display: none;
  }
}
.anchor__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2em;
}
@media only screen and (min-width: 768px) {
  .anchor__item {
    width: 48%;
  }
}
@media only screen and (min-width: 960px) {
  .anchor__item {
    width: 32.5%;
  }
}
.anchor__item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-underline-offset: 0.12em;
  text-decoration: underline;
  text-decoration-color: #8f8f8f;
  line-height: 1.4;
  font-size: min(3.846vw, 16px);
}
.anchor__item a:hover {
  text-decoration: none;
}
.anchor__item .small {
  font-size: 0.8125em;
}
.anchor__icon {
  margin-right: 8px;
}
.anchor__icon .ico {
  width: 1.6875em;
  display: inline-block;
}
.anchor__icon .ico + .ico {
  margin-left: 3px;
}

.shop__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .shop__list {
    padding: 0 0 80px;
  }
  .shop__list.ishimura .shop__item:nth-of-type(4) {
    padding: 0 0 80px;
  }
}
.shop__item {
  width: 100%;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .shop__item {
    width: 45.9459459459%;
  }
}
.shop__item--col1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("/assets/images/bg_pattern01.png") center left, #fff;
  background-size: 20%;
  padding: 12px;
}
@media only screen and (min-width: 768px) {
  .shop__item--col1 {
    padding: 16px;
  }
}
.shop__item--col1 .inner {
  background: #fff;
  padding: 0 0 4.615vw;
}
@media only screen and (min-width: 768px) {
  .shop__item--col1 .inner {
    padding: 32px 40px;
  }
}
.shop__item--col1 .inner > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shop__item--col1 .shop__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 1%;
}
@media only screen and (min-width: 768px) {
  .shop__item--col1 .shop__image {
    width: 45%;
  }
}
.shop__item--col1 .shop__image .col1 {
  width: 100%;
  margin-bottom: 1%;
}
.shop__item--col1 .shop__image .col2 {
  width: 49.5%;
}
.shop__item--col1 .shop__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 4.615vw;
}
@media only screen and (min-width: 768px) {
  .shop__item--col1 .shop__txt {
    margin-right: 32px;
    padding: 0;
  }
}
.shop__item--col1 .shop__benefit {
  width: 100%;
  padding: 0 4.615vw;
}
@media only screen and (min-width: 768px) {
  .shop__item--col1 .shop__benefit {
    width: 100%;
    padding: 0;
  }
}
.shop__image {
  margin-bottom: min(5.128vw, 24px);
}
.shop__tag {
  margin-bottom: min(3.589vw, 16px);
}
.shop__tag .tag {
  font-weight: 700;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #000;
  background: #fff;
  height: 27px;
  line-height: 27px;
  padding: 0 8px 0 27px;
}
.shop__tag .tag:not(:last-of-type) {
  margin-right: 8px;
}
.shop__tag .tag--souvenir {
  color: #4291ad;
  border-color: #4291ad;
  background: url(/assets/images/service/ico_souvenir02.svg) no-repeat left 6px center, #fff;
  background-size: 17px 17px;
}
.shop__tag .tag--experience {
  color: #51943d;
  border-color: #51943d;
  background: url(/assets/images/service/ico_experience02.svg) no-repeat left 6px center, #fff;
  background-size: 17px 17px;
}
.shop__tag .tag--food {
  color: #de2b25;
  border-color: #de2b25;
  background: url(/assets/images/service/ico_food02.svg) no-repeat left 6px center, #fff;
  background-size: 17px 17px;
}
.shop__tag .tag--stay {
  color: #c2a604;
  border-color: #c2a604;
  background: url(/assets/images/service/ico_stay02.svg) no-repeat left 6px center, #fff;
  background-size: 17px 17px;
}
.shop__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: min(7.179vw, 30px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: min(2.564vw, 20px);
}
.shop__name .small {
  font-size: 0.67em;
}
.shop__name span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  height: 34px;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background-image: url(../../assets/images/service/bg_union_large.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .shop__name span {
    font-size: 20px;
    height: 36px;
  }
}
.shop__name p {
  width: 89%;
  margin-left: 8px;
}
.shop__name p span {
  all: unset;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: inherit;
  line-height: inherit;
  display: inline;
}
.shop__desc {
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.shop__desc p + p {
  margin-top: 0.45em;
}
.shop__desc .small {
  font-size: 0.8em;
}
.shop__desc span {
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
}
.shop__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: min(3.846vw, 24px);
}
.shop__info dt {
  color: #0D955A;
  font-size: 14px;
  width: 25%;
  background: #fff;
  border: 1px solid #0D955A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1em;
  margin-bottom: 5px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .shop__info dt {
    width: 16.5%;
  }
}
.shop__info dd {
  font-size: 14px;
  width: calc(75% - 1em);
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media only screen and (min-width: 768px) {
  .shop__info dd {
    width: calc(83.5% - 1em);
  }
}
.shop__info dd a {
  text-underline-offset: 0.12em;
}
.shop__info dd .link--map {
  background: #242424;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.7em 0.4em;
  border-radius: 3px;
  vertical-align: 0.2em;
  margin-left: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop__info dd .link--map:hover {
  background: #3B2380;
}
.shop__info dd .link--out {
  text-decoration: underline;
}
.shop__info.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop__info.align-center dt.multiple {
  line-height: 1.3;
  padding: 3px 0;
}
.shop__ttl02 {
  text-align: center;
  color: #fff;
  background: #0D955A;
  font-size: 6vw;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0.2em 0.4em 0.3em;
}
@media only screen and (min-width: 768px) {
  .shop__ttl02 {
    font-size: 30px;
  }
}
.shop__txt02 {
  font-size: 4vw;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .shop__txt02 {
    font-size: 16px;
  }
}
.shop__benefit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop__benefit dl dt {
  background: #ea4645;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16.5%;
  line-height: 1;
  min-height: 84px;
  text-align: center;
}
.shop__benefit dl dt::before {
  display: inline-block;
  content: "";
  background: url(/assets/images/service/ico_present.svg) no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-bottom: 0.35em;
}
.shop__benefit dl dd {
  width: 83.5%;
  border: 1px solid #ea4645;
  background: #FFFFFF;
  padding: 3.077vw 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop__benefit dl dd {
    padding: 18px 20px;
  }
}
.shop__benefit dl dd .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.shop__benefit dl dd .item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ea4645;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  border: 1px solid #ea4645;
  margin-right: 0.4em;
  font-size: 14px;
  padding-bottom: 0.1em;
}
.shop__benefit dl dd .item .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  font-size: min(3.846vw, 16px);
}
.shop__benefit dl dd .item .txt strong {
  color: #ea4645;
  font-weight: 500;
}
.shop__benefit dl dd .item .txt strong small {
  color: #242424;
  font-size: 0.86em;
}
.shop__benefit dl dd .item .txt strong small.red {
  color: #ea4645;
}
.shop__benefit dl dd .item .txt strong span {
  color: #242424;
}
.shop__benefit dl dd .item .txt .note {
  margin-top: 0.4em;
}
.shop__benefit dl dd .item + .item {
  margin-top: 0.571em;
}
.shop__benefit.exception dl {
  margin-bottom: 50px;
}
.shop__benefit.exception dl dt {
  width: 17%;
}
.shop__benefit.exception dl dd {
  background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .deco-img01 {
    width: 675px;
    top: 200px;
    margin-left: -955px;
  }
}
.deco-img02 {
  z-index: 0;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .deco-img02 {
    width: 675px;
    top: 600px;
    right: -200px;
    margin-left: auto;
  }
}

html[lang=en] .service .contents {
  font-family: "Open Sans", sans-serif;
}
html[lang=en] .service .contents .shop__name,
html[lang=en] .service .contents .shop__benefit dl dt,
html[lang=en] .service .contents .lead .txt {
  font-family: "EB Garamond", serif;
}
html[lang=en] .service .contents .shop__info dt {
  line-height: 1;
  padding: 0.25em 0;
}
html[lang=en] .shop__benefit dl dd .item .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  html[lang=en] .anchor .hanrei__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  html[lang=en] .anchor .hanrei__item {
    width: 48%;
    margin-right: 0;
  }
}

.shop__benefit dl dt {
  line-height: 1.2;
}

.gothic_gi {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
}

.lead__img {
  margin: 10.128vw auto 0;
}/*# sourceMappingURL=service.css.map */