@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
  background: transparent;
  border: 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/* 追加 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------
foundation - base
---------------------------------------------------- */
html {
  font-size: 16px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0; /* 最初は透明 */
  }
  to {
    opacity: 1; /* 最後は不透明 */
  }
}

@keyframes fade {
  from {
    opacity: 0; /* 最初は透明 */
  }
  to {
    opacity: 1; /* 最後は不透明 */
  }
}
:target::before {
  display: block;
  height: 120px;
  margin-top: -120px;
  content: "";
}

body {
  position: relative;
  width: 100%;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  -webkit-animation: fade 1.5s ease-in forwards;
  animation: fade 1.5s ease-in forwards;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: none;
  border: none;
}

img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------
base.css
---------------------------------------------------- */
:root {
  --font-size-h2-en: clamp(2.313rem, 1.069rem + 4.98vw, 4.25rem);
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-black: 800;
  --font-en: "skolar-sans-latin-compressed", sans-serif;
  --color-base: #4f4949;
  --color-primary: #807878;
  --color-accent: #efa046;
  --color-bg-gray: #f9f8f8;
  --color-border: #b6b1b1;
  --color-border-img: #eceaea;
  --color-border-title: #fcc800;
  --color-red: #e8380d;
  --color-orange: #ed6d35;
  --space-side: 12px;
  --space-inner-side: 8px;
  --height-footer-gnavi: 95px;
  --size-btn-scrolltop: clamp(3.125rem, 1.484rem + 7.5vw, 5rem);
  --hover-animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --hover-opacity: 70%;
  --hover-color: #8d8686;
  --border-radius: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  /* font-family: "Noto Sans JP", sans-serif; */
}

@media (600px <= width) {
  :root {
    --space-side: 30px;
    --space-inner-side: 20px;
    --height-footer-gnavi: 105px;
  }
}
@media (1024px < width) {
  :root {
    --font-size-h2-en: clamp(3.313rem, 2.949rem + 0.57vw, 3.375rem);
    --space-side: 0px;
    --space-inner-side: 50px;
    --size-btn-scrolltop: 80px;
  }
}
@media (1920px < width) {
  :root {
    --font-size-h2-en: clamp(3.375rem, 1.308rem + 1.72vw, 4.063rem);
  }
}
time,
.font_en {
  font-family: var(--font-en);
  font-weight: var(--font-normal);
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.pc_only {
  display: none;
}

.tab_only {
  display: none;
}

.tab_pc_only {
  display: none;
}

@media (400px <= width) {
  .footer_gnavi .sm_only {
    display: none;
  }
}
@media (600px <= width) {
  .sm_only {
    display: none;
  }
  .tab_pc_only {
    display: block;
  }
}
@media (600px <= width <= 1024px) {
  .tab_only {
    display: block;
  }
}
@media (1024px < width) {
  .pc_only {
    display: block;
  }
  .sm_tab_only {
    display: none;
  }
}
/* ----------------------------------------------------
layout
---------------------------------------------------- */
.l-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.l-container {
  width: 600px;
  margin: 0 auto;
  overflow: hidden;
  overflow-wrap: break-word;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (width < 768px) {
  .l-container {
    width: 100% !important;
    max-width: 768px;
  }
}

.l-header {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.l-footer {
  position: relative;
  padding-bottom: 50px;
}

/* ----------------------------------------------------
Object - Component
---------------------------------------------------- */
.c-pc__navi {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 300px);
  height: 100dvh;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (width < 768px) {
  .c-pc__navi {
    display: none;
  }
}

.c-padding__basic {
  padding: 0 6.6666666667%;
}

.c-section {
  padding-bottom: 40px;
}
.c-section.-s5 {
  background-color: #f1ebe3;
}

.c-heading__level1 {
  width: 100%;
}

.c-heading__type1 {
  width: 22%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.c-heading__type2 {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.c-btn--small {
  display: block;
  width: 30%;
  padding: 8px 16px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #008cce;
  border-radius: 99px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn--small:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-btn--large {
  display: block;
  width: 55%;
  padding: 20px 8%;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
  background-color: #008cce;
  border-radius: 99px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn--large:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-btn--large.-brown {
  margin-top: 60px;
  margin-bottom: 30px;
  background-color: #a57a43;
}

.c-banner {
  padding: 0 6.6666666667%;
  margin-top: 40px;
}
.c-banner a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-map {
  padding: 0 6.6666666667%;
}
.c-map svg a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-cards {
  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;
  padding: 0 6.6666666667%;
  margin-top: 40px;
}
.c-cards a {
  display: blcok;
}
.c-cards a:hover {
  opacity: 0.8;
}

.c-card {
  position: relative;
  width: 48.5%;
  margin-bottom: 1.5vw;
  color: #e96426;
}
.c-card.-badge::before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 70px;
  height: 70px;
  content: "";
  background-image: url("../img/badge.png");
  background-position: center;
  background-size: cover;
}
@media screen and (width < 768px) {
  .c-card.-badge::before {
    top: -5px;
    right: -5px;
    width: 45px;
    height: 45px;
  }
}
.c-card__border {
  overflow: hidden;
  color: #e96426;
  background-color: #fff;
  border: 2px solid #e96426;
  border-radius: 8px;
}
.c-card__border.-pink {
  color: #fe7dac;
  border-color: #fe7dac;
}
.c-card__border.-green {
  color: #6dac5c;
  border-color: #6dac5c;
}
.c-card p {
  min-height: 150px;
  padding: 0.625rem 0.9375rem 0.9375rem;
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
@media screen and (width < 768px) {
  .c-card p {
    font-size: 0.5626rem;
  }
}

section#s3 {
  background-color: #ffebf3;
}

section#s4 {
  background-color: #c5debe;
}

.c-bg--pink {
  margin: 10px auto 30px;
  background-color: #ffebf3;
}

.c-bg--green {
  margin: 10px auto 30px;
  background-color: #c5debe;
}

/* ----------------------------------------------------
Object - Project
---------------------------------------------------- */
.p-navi__left {
  left: 0;
  overflow: hidden;
  background-image: url("../img/pc-tl.svg"), url("../img/pc-bl.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 10% center, bottom 12% center;
  background-size: 200px auto, 115px auto;
}
.p-navi__left-main {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 65%;
  max-width: 300px;
  text-align: center;
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
@media screen and (width < 960px) {
  .p-navi__left-main {
    font-size: 1rem;
  }
}
.p-navi__left-title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.p-navi__left-info {
  margin: 0 auto;
}
.p-navi__left-info tr {
  height: 30px;
}
.p-navi__left-info tr th {
  vertical-align: top;
  text-align: right;
}
.p-navi__left-info tr td {
  padding-left: 20px;
  vertical-align: top;
  text-align: left;
}
.p-navi__left-info tr img {
  width: auto;
  height: 12px;
}
.p-navi__left-info tr img.-fs {
  height: 1vw;
}
.p-navi__left-info tr img.-lines {
  height: 28px;
}

.p-navi__right {
  right: 0;
  overflow: hidden;
  background-image: url("../img/pc-tr.svg"), url("../img/pc-lb.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 6% left 10%, bottom 6% right 20%;
  background-size: 210px auto, 80px auto;
}
.p-navi__right-list {
  position: absolute;
  top: 52%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-navi__right-list p img {
  width: 150px;
  height: auto;
  margin-bottom: 60px;
}
.p-navi__right-item {
  width: 78%;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 26px;
}
.p-navi__right-item a img {
  width: auto;
  height: 13px;
}
.p-navi__right-item:last-child {
  margin-bottom: 0;
}
.p-navi__right a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-heading__level3 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.p-about__detail {
  position: absolute;
  top: 48%;
  left: 50%;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  color: #008cce;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (width < 768px) {
  .p-about__detail {
    font-size: 0.6875rem;
  }
}

.p-heading__level4 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.p-night__detail {
  position: absolute;
  top: 64%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  line-height: 1.6;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (width < 768px) {
  .p-night__detail {
    font-size: 0.6875rem;
  }
}

.p-night__caution {
  margin: 0 auto;
  margin-top: 30px;
  font-size: 0.8rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  line-height: 1.6;
  color: #fff;
}
@media screen and (width < 768px) {
  .p-night__caution {
    font-size: 0.5625rem;
  }
}
.p-night__caution a {
  color: #fff;
  text-decoration: underline;
}
.p-night__caution a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.p-fee-table {
  position: relative;
  font-size: 0.5rem;
  line-height: 1.6;
  text-align: left;
}

.p-fee__caution {
  padding: 0 6.6666666667%;
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.6;
  text-align: left;
}
.p-fee__caution a {
  font-weight: bold;
  color: #231815;
  text-decoration: underline;
}
.p-fee__caution a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-car__caution {
  position: absolute;
  bottom: 10px;
  left: 13%;
  font-size: 0.8rem;
}
@media screen and (width < 768px) {
  .p-car__caution {
    bottom: 3vw;
    left: 13vw;
    font-size: 0.5rem !important;
  }
}

.p-table__caution {
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 1.2;
  padding: 0 calc(50 / 750 * 100%);
}

.p-ekenet__caution {
  margin-top: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

.p-slide__category {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.p-slide__family {
  position: relative;
  width: 100%;
  padding-top: 40px;
  background-color: #ffebf3;
}

.p-slide__sweets {
  position: relative;
  width: 100%;
  padding-top: 40px;
  background-color: #c5debe;
}

.p-heading__hotel {
  width: 60%;
  margin: 0 auto;
  margin-top: 40px;
}

.p-heading__spa {
  width: 50%;
  margin: 0 auto;
  margin-top: 80px;
}

.p-spa__detail {
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  line-height: 1.8;
  color: #a57a43;
}
@media screen and (width < 768px) {
  .p-spa__detail {
    font-size: 0.75rem;
  }
}

.p-spa__image {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.p-footer__logo {
  width: 50%;
  margin: 70px auto;
}

.p-info {
  width: 55%;
  margin: 0 auto;
}
.p-info tr {
  height: 40px;
}
.p-info tr th {
  width: 30%;
  vertical-align: top;
  text-align: right;
}
.p-info tr td {
  width: 70%;
  padding-left: 25px;
  vertical-align: top;
  text-align: left;
}
.p-info tr img {
  width: auto;
  height: 18px;
}
@media screen and (width < 768px) {
  .p-info tr img.-fs {
    height: 15px;
  }
}
.p-info tr img.-lines {
  height: 42px;
}

/* ----------------------------------------------------
SVG
---------------------------------------------------- */
.p-map__yoiyoi .cls-1 {
  fill: #2f8564;
}
.p-map__yoiyoi .cls-2 {
  fill: #101a34;
}
.p-map__yoiyoi .cls-3,
.p-map__yoiyoi .cls-4,
.p-map__yoiyoi .cls-5,
.p-map__yoiyoi .cls-6,
.p-map__yoiyoi .cls-7,
.p-map__yoiyoi .cls-8 {
  fill: none;
}
.p-map__yoiyoi .cls-3,
.p-map__yoiyoi .cls-4,
.p-map__yoiyoi .cls-5,
.p-map__yoiyoi .cls-7,
.p-map__yoiyoi .cls-8 {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__yoiyoi .cls-3,
.p-map__yoiyoi .cls-5,
.p-map__yoiyoi .cls-7 {
  stroke-width: 2.83px;
}
.p-map__yoiyoi .cls-3,
.p-map__yoiyoi .cls-5,
.p-map__yoiyoi .cls-7,
.p-map__yoiyoi .cls-8 {
  stroke: #e96426;
}
.p-map__yoiyoi .cls-9 {
  fill: #642520;
}
.p-map__yoiyoi .cls-10 {
  fill: #e96426;
}
.p-map__yoiyoi .cls-11 {
  fill: #172e27;
}
.p-map__yoiyoi .cls-12 {
  fill: #f1972a;
}
.p-map__yoiyoi .cls-13 {
  fill: #2d5244;
}
.p-map__yoiyoi .cls-14 {
  fill: #fff;
}
.p-map__yoiyoi .cls-15 {
  fill: #8f432a;
}
.p-map__yoiyoi .cls-4 {
  stroke: #221815;
  stroke-width: 0.44px;
}
.p-map__yoiyoi .cls-5 {
  stroke-dasharray: 0.28 8.53;
}
.p-map__yoiyoi .cls-16 {
  fill: #f4b7b6;
}
.p-map__yoiyoi .cls-17 {
  fill: #033d64;
}
.p-map__yoiyoi .cls-7 {
  stroke-dasharray: 0.28 8.48;
}
.p-map__yoiyoi .cls-8 {
  stroke-width: 1.42px;
}
.p-map__yoiyoi .cls-18 {
  fill: #e43f7d;
}
.p-map__yoiyoi .cls-19 {
  fill: #1f2d5b;
}
.p-map__yoiyoi .cls-20 {
  fill: #8d4229;
}
.p-map__yoiyoi .cls-21 {
  fill: #0c152f;
}
.p-map__yoiyoi .cls-22 {
  fill: #305449;
}
.p-map__yoiyoi .cls-23 {
  fill: #6e418f;
}
.p-map__yoiyoi .cls-24 {
  fill: #5a6c59;
}
.p-map__yoiyoi .cls-25 {
  fill: #8f442a;
}
.p-map__yoiyoi .cls-26 {
  fill: #221815;
}
.p-map__yoiyoi .cls-27 {
  fill: #fdf1e3;
}
.p-map__yoiyoi .cls-28 {
  fill: #d2d2d3;
}
.p-map__yoiyoi .cls-29 {
  fill: #eceee7;
}
.p-map__yoiyoi .cls-30 {
  fill: #aaabab;
}
.p-map__yoiyoi .cls-31 {
  fill: #91442a;
}
.p-map__yoiyoi .cls-32 {
  fill: #91452a;
}
.p-map__yoiyoi .cls-33 {
  fill: #f2bc1d;
}

.p-map__family--1 .cls-1 {
  fill: #fe7dac;
}
.p-map__family--1 .cls-2 {
  fill: #fff;
}
.p-map__family--1 .cls-3 {
  fill: #febed5;
}
.p-map__family--1 .cls-4,
.p-map__family--1 .cls-5 {
  fill: none;
}
.p-map__family--1 .cls-5 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__family--1 .cls-6 {
  fill: #221815;
}
.p-map__family--1 .cls-7 {
  fill: #fdf1e3;
}
.p-map__family--1 .cls-8 {
  fill: #d2d2d3;
}
.p-map__family--1 .cls-9 {
  fill: #aaabab;
}

.p-map__family--2 .cls-1 {
  fill: #fe7dac;
}
.p-map__family--2 .cls-2 {
  fill: #fff;
}
.p-map__family--2 .cls-3 {
  fill: #febed5;
}
.p-map__family--2 .cls-4,
.p-map__family--2 .cls-5 {
  fill: none;
}
.p-map__family--2 .cls-5 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__family--2 .cls-6 {
  fill: #221815;
}
.p-map__family--2 .cls-7 {
  fill: #fdf1e3;
}
.p-map__family--2 .cls-8 {
  fill: #d2d2d3;
}
.p-map__family--2 .cls-9 {
  fill: #aaabab;
}

.p-map__family--3 .cls-1 {
  fill: #fe7dac;
}
.p-map__family--3 .cls-2 {
  fill: #231815;
}
.p-map__family--3 .cls-3 {
  fill: #fff;
}
.p-map__family--3 .cls-4,
.p-map__family--3 .cls-5 {
  fill: #febed5;
}
.p-map__family--3 .cls-6,
.p-map__family--3 .cls-7 {
  fill: none;
}
.p-map__family--3 .cls-7 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__family--3 .cls-8 {
  fill: #221815;
}
.p-map__family--3 .cls-9 {
  fill: #fdf1e3;
}
.p-map__family--3 .cls-10,
.p-map__family--3 .cls-11 {
  fill: #d2d2d3;
}
.p-map__family--3 .cls-12 {
  fill: #aaabab;
}
.p-map__family--3 .cls-11,
.p-map__family--3 .cls-5 {
  stroke: #fff;
  stroke-width: 1.2px;
  stroke-miterlimit: 10;
}

.p-map__sweets--1 .cls-1 {
  fill: #b6d5ad;
}
.p-map__sweets--1 .cls-2 {
  fill: #fff;
}
.p-map__sweets--1 .cls-3,
.p-map__sweets--1 .cls-4 {
  fill: none;
}
.p-map__sweets--1 .cls-4 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__sweets--1 .cls-5 {
  fill: #6dac5c;
}
.p-map__sweets--1 .cls-6 {
  fill: #221815;
}
.p-map__sweets--1 .cls-7 {
  fill: #fdf1e3;
}
.p-map__sweets--1 .cls-8 {
  fill: #d2d2d3;
}
.p-map__sweets--1 .cls-9 {
  fill: #aaabab;
}

.p-map__sweets--2 .cls-1 {
  fill: #b6d5ad;
}
.p-map__sweets--2 .cls-2 {
  fill: #fff;
}
.p-map__sweets--2 .cls-3,
.p-map__sweets--2 .cls-4 {
  fill: none;
}
.p-map__sweets--2 .cls-4 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__sweets--2 .cls-5 {
  fill: #6dac5c;
}
.p-map__sweets--2 .cls-6 {
  fill: #221815;
}
.p-map__sweets--2 .cls-7 {
  fill: #fdf1e3;
}
.p-map__sweets--2 .cls-8 {
  fill: #d2d2d3;
}
.p-map__sweets--2 .cls-9 {
  fill: #aaabab;
}

.p-map__sweets--3 .cls-1 {
  fill: #231815;
}
.p-map__sweets--3 .cls-2 {
  fill: #b6d5ad;
}
.p-map__sweets--3 .cls-3 {
  fill: #fff;
}
.p-map__sweets--3 .cls-4,
.p-map__sweets--3 .cls-5 {
  fill: none;
}
.p-map__sweets--3 .cls-5 {
  stroke: #231815;
  stroke-width: 0.56px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.p-map__sweets--3 .cls-6 {
  fill: #6dac5c;
}
.p-map__sweets--3 .cls-7 {
  fill: #221815;
}
.p-map__sweets--3 .cls-8 {
  fill: #fdf1e3;
}
.p-map__sweets--3 .cls-9,
.p-map__sweets--3 .cls-10 {
  fill: #d2d2d3;
}
.p-map__sweets--3 .cls-11 {
  fill: #aaabab;
}
.p-map__sweets--3 .cls-10 {
  stroke: #fff;
  stroke-width: 1.2px;
  stroke-miterlimit: 10;
}

/* ----------------------------------------------------
Utility
---------------------------------------------------- */
.u-spBr {
  display: none;
}
@media screen and (width < 768px) {
  .u-spBr {
    display: block;
  }
}

.u-pcBr {
  display: block;
}
@media screen and (width < 768px) {
  .u-pcBr {
    display: none;
  }
}

.u-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.u-fs-120 {
  font-size: 120%;
}
.u-fs-90 {
  font-size: 90%;
}
.u-fs-80 {
  font-size: 80%;
}
.u-fs-70 {
  font-size: 70%;
}
.u-fs-60 {
  font-size: 60%;
}

.u-fw-semibold {
  font-weight: 600;
}
.u-fw-medium {
  font-weight: 500;
}

.u-mt-80 {
  margin-top: 80px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mt-40 {
  margin-top: 40px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-0 {
  margin-top: 0;
}

.u-mb-50 {
  margin-bottom: 50px;
}
.u-mb-40 {
  margin-bottom: 40px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-0 {
  margin-bottom: 0;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pb-0 {
  padding-bottom: 0;
}
.u-pb-20 {
  padding-bottom: 20px;
}

nav {
  background: #008cce; /* 初期色（Section1） */
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

/* ----------------------------------------------------
Swiper
---------------------------------------------------- */
.swiper-family-2 .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-event a:hover {
  opacity: 0.8 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a.swiper-slide {
  -webkit-box-shadow: 0.8px 1.8px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0.8px 1.8px 6px rgba(0, 0, 0, 0.15);
}

.p-slide__category .swiper-container {
  background-color: #f1972a;
}
.p-slide__category .swiper-button-prev {
  top: 54%;
  left: 21%;
  color: #fff;
}
.p-slide__category .swiper-button-prev::after {
  font-size: 2rem;
}
@media screen and (width < 768px) {
  .p-slide__category .swiper-button-prev {
    top: 54%;
    left: 19%;
    color: #fff;
  }
  .p-slide__category .swiper-button-prev::after {
    font-size: 1.125rem;
  }
}
.p-slide__category .swiper-button-next {
  top: 54%;
  right: 21%;
  color: #fff;
}
.p-slide__category .swiper-button-next::after {
  font-size: 2rem;
}
@media screen and (width < 768px) {
  .p-slide__category .swiper-button-next {
    top: 54%;
    right: 19%;
    color: #fff;
  }
  .p-slide__category .swiper-button-next::after {
    font-size: 1.125rem;
  }
}

.p-slide__family svg {
  width: 85%;
  height: auto;
}
.p-slide__family .swiper-wrap {
  position: relative;
}
.p-slide__family .swiper-wrap .swiper-button-prev {
  top: 40%;
  left: 5%;
  color: #231815;
}
.p-slide__family .swiper-wrap .swiper-button-prev::after {
  font-size: 1.5625rem;
}
.p-slide__family .swiper-wrap .swiper-button-next {
  top: 40%;
  right: 5%;
  color: #231815;
}
.p-slide__family .swiper-wrap .swiper-button-next::after {
  font-size: 1.5625rem;
}
.p-slide__family .swiper-family-1 {
  position: relative;
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35%;
  margin: 0 auto;
  margin-top: 30px;
}
.navigation button {
  width: 60px;
  height: auto;
  cursor: pointer;
}
.navigation button .img-active {
  display: none;
}
.navigation button.active .img-normal {
  display: none;
}
.navigation button.active .img-active {
  display: inline;
}

.p-slide__sweets svg {
  width: 85%;
  height: auto;
}
.p-slide__sweets .swiper-wrap {
  position: relative;
}
.p-slide__sweets .swiper-wrap .swiper-button-prev {
  top: 40%;
  left: 5%;
  color: #231815;
}
.p-slide__sweets .swiper-wrap .swiper-button-prev::after {
  font-size: 1.5625rem;
}
.p-slide__sweets .swiper-wrap .swiper-button-next {
  top: 40%;
  right: 5%;
  color: #231815;
}
.p-slide__sweets .swiper-wrap .swiper-button-next::after {
  font-size: 1.5625rem;
}
.p-slide__sweets .swiper-family-1 {
  position: relative;
}
.navigation2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35%;
  margin: 0 auto;
  margin-top: 30px;
}
.navigation2 button {
  width: 60px;
  height: auto;
  cursor: pointer;
}
.navigation2 button .img-active {
  display: none;
}
.navigation2 button.active .img-normal {
  display: none;
}
.navigation2 button.active .img-active {
  display: inline;
}

/* ----------------------------------------------------
ヘッダー、フッター
---------------------------------------------------- */
.header_area {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header_area.is-hide {
  visibility: hidden;
  opacity: 0;
}

.btn_gnavi_toggle {
  width: 40px;
}
.btn_gnavi_toggle span {
  background-color: #807878;
}

.header_pc_gnavi a {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
  color: #00577d;
}

.navi_ttl {
  padding: 10px 0;
  text-align: left;
}

.navi_lists {
  line-height: 1.4;
  text-align: left;
}

.text_navi_list .font_en {
  font-family: skolar-sans-latin-compressed, sans-serif;
}

.text_navi_list .font_ja {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  -webkit-font-feature-settings: "palt" !important;
  font-feature-settings: "palt" !important;
}

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
}
footer a {
  display: block;
  width: 100%;
  padding: 0 15%;
}

/* ----------------------------------------------------
カスタマイズ
---------------------------------------------------- */
.img_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1/1;
}

.badge_shopnews {
  display: block;
  padding: 4px 8px 4px 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background-color: #ed6d35;
}

.text_shopnews_date {
  padding: 20px 8px 20px 12px;
  text-align: left;
}
.text_shopnews_date time {
  margin-right: 1.5rem;
  font-size: 0.75rem;
  color: #b6b1b1;
}
.text_shopnews_date .badge_new {
  position: relative;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e8380d;
}
.text_shopnews_date .badge_new:empty {
  display: none;
}
.text_shopnews_date .badge_new::before {
  position: absolute;
  top: -5px;
  left: -9px;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #e8380d;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.text_shopnews_date .badge_new::after {
  position: absolute;
  bottom: -5px;
  left: -9px;
  width: 15px;
  height: 1px;
  content: "";
  background-color: #e8380d;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.text_shopnews_detail {
  position: relative;
}
.text_shopnews_detail::before {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #b6b1b1;
}
.text_shopnews_detail p {
  padding: 8px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.6;
  color: #4f4949;
}
/*# sourceMappingURL=style.css.map */
