@charset "UTF-8";
/* normalize.scss */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

img {
  vertical-align: top;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/*a:focus {
    outline: thin dotted;
}*/
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/*a:active,
a:hover {
    outline: 0;
}*/
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
  padding: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
ul,
ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  margin: 0;
  padding: 0;
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   hr
   ========================================================================== */
hr {
  visibility: hidden;
}

/* ==========================================================================
   hr
   ========================================================================== */
a {
  outline: none;
}

a, a:link {
  outline: none;
}

a:visited {
  outline: none;
}

/* reset css */
/* varieble / 変数 */
/* fonts */
/* colors */
/* background-colors */
/* mixin / ミックスイン */
/* reset css */
/* common / 共通 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #6D5448;
  overflow-x: hidden;
}

a {
  color: #6D5448;
  text-decoration: none;
  list-style: none;
}
a:hover {
  opacity: 0.85;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/***************************
class
***************************/
/* main */
/* container */
.container {
  margin: 0 auto 100px;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .container {
    margin: 0 auto 150px;
  }
}
.container__inner {
  padding-right: 4%;
  padding-left: 4%;
}

.container-s {
  margin: 0 auto 100px;
  max-width: 942px;
}
@media screen and (min-width: 768px) {
  .container-s {
    margin: 0 auto 150px;
  }
}
.container-s__inner {
  padding-right: 4%;
  padding-left: 4%;
}

/* flexbox */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .flex-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**************************
テキスト系
/**************************
/* 文章 */
.sentence {
  font-size: 1.5;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

/* 表示非表示 */
.sp-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

.pc-hide {
  display: block;
}
@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

/***********************
ボタン系
***********************/
/* ページリンクボタン */
.btn-pagelink {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 21px 0 17px;
  max-width: 280px;
  width: 100%;
  height: auto;
  text-align: center;
  background: #cd885a;
  border: 1px solid #cd885a;
  font-size: 1.7rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  /* 矢印 */
}
.btn-pagelink::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 9%;
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/* ページリンクボタン　ホバー時 */
.btn-pagelink:hover {
  /* 矢印 */
}
@media screen and (min-width: 768px) {
  .btn-pagelink:hover {
    background: #ffffff;
    color: #cd885a;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .btn-pagelink:hover::after {
    right: 5%;
    border-color: #cd885a;
  }
}

/* reset css */
/***********************************
* * * * * * header/gnav * * * * * * 
***********************************/
.gnav {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: scroll;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 個別 */
  /* ナビメニュー点線 */
  /* image 画像 */
  /* navigation footer / gnav下の園情報 */
  /* 表示制御 */
}
@media screen and (min-width: 1000px) {
  .gnav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__menu {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
  }
}
.gnav__logo {
  position: fixed;
  padding: 14px 0 15px 20px;
  width: 100%;
  background: #FFDFAF;
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  .gnav__logo {
    position: static;
    padding: 18px 0 18px 20px;
  }
}
.gnav__logo a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #6D5448;
}
@media screen and (min-width: 1000px) {
  .gnav__logo a {
    font-size: 2rem;
  }
}
.gnav__items {
  padding-top: 100px;
  margin: 0 auto 50px;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 650px) {
  .gnav__items {
    padding-top: 120px;
    margin: 0 auto 70px;
    max-width: 450px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__items {
    padding: 0;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
}
.gnav__item {
  position: relative;
  max-width: 50%;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .gnav__item {
    max-width: 33.3333333333%;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item {
    max-width: 50%;
  }
}
.gnav__item::before, .gnav__item::after {
  position: absolute;
  content: "";
}
.gnav__item a {
  display: inline-block;
  width: 100%;
}
.gnav__item img {
  width: 35px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  .gnav__item img {
    width: 40px;
  }
}
.gnav__item-en {
  margin: 13px 0 4px;
  font-family: "Kalam", cursive;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
}
@media screen and (min-width: 1000px) {
  .gnav__item-en {
    font-size: 2.5rem;
  }
}
.gnav__item-ja {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 1000px) {
  .gnav__item-ja {
    font-size: 1.3rem;
  }
}
.gnav__item:is(:nth-of-type(1), :nth-of-type(2)) a {
  padding: 20px 0 30px;
}
.gnav__item:nth-of-type(3) a {
  padding: 30px 0;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(3) a {
    padding: 20px 0 30px;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(3) a {
    padding: 30px 0;
  }
}
.gnav__item:nth-of-type(4) a {
  padding: 30px 0;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(4) a {
    padding: 30px 0 20px;
  }
}
.gnav__item:is(:nth-of-type(5), :nth-of-type(6)) a {
  padding: 30px 0 20px;
}
.gnav__item:nth-of-type(1)::before {
  border-right: 1px dotted #6D5448;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(1)::before {
    height: 85%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(1)::before {
    height: 100%;
  }
}
.gnav__item:nth-of-type(1)::after {
  border-bottom: 1px dotted #6D5448;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(1)::after {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(1)::after {
    width: 80%;
  }
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(2)::before {
    border-right: 1px dotted #6D5448;
    bottom: 0;
    right: 0;
    height: 85%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(2)::before {
    display: none;
  }
}
.gnav__item:nth-of-type(2)::after {
  border-bottom: 1px dotted #6D5448;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(2)::after {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(2)::after {
    width: 80%;
  }
}
.gnav__item:nth-of-type(3)::before {
  border-right: 1px dotted #6D5448;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(3)::before {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(3)::before {
    display: block;
  }
}
.gnav__item:nth-of-type(3)::after {
  border-bottom: 1px dotted #6D5448;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(3)::after {
    width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(3)::after {
    width: 80%;
  }
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(4)::before {
    border-right: 1px dotted #6D5448;
    bottom: 0;
    right: 0;
    height: 85%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(4)::before {
    display: none;
  }
}
.gnav__item:nth-of-type(4)::after {
  border-bottom: 1px dotted #6D5448;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(4)::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(4)::after {
    display: block;
  }
}
.gnav__item:nth-of-type(5)::before {
  border-right: 1px dotted #6D5448;
  bottom: 0;
  right: 0;
  height: 100%;
}
@media screen and (min-width: 650px) {
  .gnav__item:nth-of-type(5)::before {
    height: 85%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
@media screen and (min-width: 1000px) {
  .gnav__item:nth-of-type(5)::before {
    height: 100%;
  }
}
.gnav__image {
  /* hover時 */
}
@media screen and (min-width: 1000px) {
  .gnav__image {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gnav__image a {
  position: relative;
  display: block;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .gnav__image a {
    width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__image a {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__image a:hover {
    opacity: 1;
  }
}
.gnav__image figcaption {
  position: absolute;
  bottom: 25px;
  left: 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  row-gap: 7px;
}
.gnav__image figcaption span {
  display: inline-block;
  padding: 4px 8px 5px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
.gnav__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 650px) {
  .gnav__image img {
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__image img {
    aspect-ratio: 4/3;
    height: 55vh;
    height: 55dvh;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.gnav__image-sp {
  display: block;
}
@media screen and (min-width: 650px) {
  .gnav__image-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .gnav__image-sp {
    display: none;
  }
}
.gnav__image-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .gnav__image-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gnav__footer {
  padding: 50px 30px 30px;
  background: #FFDFAF;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .gnav__footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
}
.gnav__footer h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.gnav__footer p {
  line-height: 1.6;
}
.gnav-pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .gnav-pc {
    display: block;
  }
}

/**** アクティブ時 ****/
.gnav.active {
  opacity: 1;
  visibility: visible;
}

.toggle {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  z-index: 9999;
}
@media screen and (min-width: 1000px) {
  .toggle {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fafafa;
  }
}
.toggle span {
  position: absolute;
  left: 8px;
  display: block;
  width: 25px;
  height: 25px;
  border-bottom: 2px solid #6D5448;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle span:nth-of-type(1) {
  bottom: 29px;
}
.toggle span:nth-of-type(2) {
  bottom: 20px;
}
.toggle span:nth-of-type(3) {
  bottom: 11px;
}

/*  アクティブ時  */
.toggle.active span:nth-of-type(1) {
  left: 16px;
  bottom: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.toggle.active span:nth-of-type(3) {
  left: 0;
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* reset css */
.footer {
  background: #FFDFAF;
  width: 100%;
}
.footer__inner {
  padding: 50px 30px 30px;
  margin: 0 auto;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__block {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .footer__block {
    margin-bottom: 0;
  }
}
.footer h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
.footer p {
  line-height: 1.6;
}
.footer__copyright {
  font-size: 1.3rem;
}

/* reset css */
/****************************
class
****************************/
/* セクションh2 */
.top-h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-h2 {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1000px) {
  .top-h2 {
    margin-bottom: 50px;
  }
}
.top-h2 .top-h2__ja {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-h2 .top-h2__ja {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-h2 .top-h2__ja {
    margin-bottom: 14px;
    font-size: 3.5rem;
  }
}
.top-h2 .top-h2__en {
  font-family: "Kalam", cursive;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-h2 .top-h2__en {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .top-h2 .top-h2__en {
    font-size: 2rem;
  }
}

/*******************************************

mainvisual

*******************************************/
.mv-wrap {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .mv-wrap {
    position: relative;
    margin-bottom: 150px;
    width: 100%;
    height: 100svh;
  }
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 100svh;
  /* scroll down arrow*/
}
.mainvisual .mainvisual__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mainvisual .mainvisual__image a {
  display: inline-block;
  width: 100%;
  height: 50svh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__image a {
    width: 50%;
    height: 100svh;
    overflow: hidden;
  }
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__image a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__image a:nth-of-type(1) img {
    -o-object-position: 90%;
       object-position: 90%;
  }
}
@media screen and (min-width: 1920px) {
  .mainvisual .mainvisual__image a:nth-of-type(1) img {
    -o-object-position: 100%;
       object-position: 100%;
  }
}
.mainvisual .mainvisual__image a img {
  width: 100%;
  height: 50svh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__image a img {
    width: 100%;
    height: 100svh;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.mainvisual .mainvisual__logo {
  position: absolute;
  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;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__logo {
    max-width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .mainvisual .mainvisual__logo {
    max-width: 60%;
  }
}
@media screen and (min-width: 1920px) {
  .mainvisual .mainvisual__logo {
    max-width: 50%;
  }
}
.mainvisual .mainvisual__scroll {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 10px 10px 87px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  /* animation */
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__scroll {
    padding: 10px 10px 110px;
    font-size: 1.6rem;
  }
}
.mainvisual .mainvisual__scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mainvisual .mainvisual__scroll::after {
    height: 100px;
  }
}
.mainvisual .mainvisual__scroll::after {
  -webkit-animation: sdl02 2.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl02 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl02 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  25.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  40%, 100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

/************************************

top-news01

*************************************/
.top-news01 {
  display: block;
  margin-bottom: 100px;
  width: 100%;
  background: #fff6ea;
}
@media screen and (min-width: 768px) {
  .top-news01 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    max-width: 40%;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
}
.top-news01 .top-news01__inner {
  position: relative;
  padding: 15px 30px;
  /* 矢印 */
}
@media screen and (min-width: 768px) {
  .top-news01 .top-news01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 10px 20px;
  }
}
.top-news01 .top-news01__inner::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 9%;
  width: 30px;
  height: 5px;
  border-bottom: 1px solid #6D5448;
  border-right: 1px solid #6D5448;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .top-news01 .top-news01__inner::after {
    top: 27px;
  }
}
.top-news01__cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .top-news01__cate {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 0;
    padding-top: 2px;
  }
}
.top-news01__cate h2 {
  font-family: "Kalam", cursive;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .top-news01__cate h2 {
    display: none;
  }
}
.top-news01__cate time {
  font-family: "Kalam", cursive;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top-news01__cate time {
    font-size: 1.5rem;
  }
}
.top-news01 h3 {
  padding-right: 68px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 30px;
}

/* ホバー時 */
.top-news01:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .top-news01:hover::after {
    right: 5%;
  }
}

/***********************************

* * * * * *   entrance   * * * * * *

************************************/
.entrance .entrance__sentence {
  margin-bottom: 40px;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__sentence {
    margin-bottom: 60px;
    text-align: center;
    line-height: 2.5;
  }
}
@media screen and (min-width: 768px) {
  .entrance .entrance__sentence {
    margin-bottom: 80px;
  }
}
.entrance .entrance__contents {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .entrance .entrance__content {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.entrance .entrance__content:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__content:first-child {
    margin-bottom: 40px;
  }
}
.entrance .entrance__content .entrance__content--image {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__content .entrance__content--image {
    width: 45%;
  }
}
.entrance .entrance__content .entrance__content--image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__content .entrance__content--text {
    padding-top: 10px;
    width: 55%;
  }
}
.entrance .entrance__content .entrance__content--text h3 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .entrance .entrance__content .entrance__content--text h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
.entrance .entrance__content .entrance__content--text p {
  font-size: 1.6rem;
  line-height: 1.8;
}

/******************************
top-variety
*******************************/
.top-variety {
  text-align: center;
}
.top-variety .top-variety__block {
  margin-bottom: 100px;
}
.top-variety .top-variety__h4 {
  display: inline-block;
  margin-bottom: 40px;
  padding-bottom: 8px;
  border-bottom: 1px double #6D5448;
  font-size: 1.8rem;
  font-weight: 500;
}
.top-variety .top-variety__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 50px;
  margin: 0 auto 60px;
  max-width: 845px;
}
@media screen and (min-width: 400px) {
  .top-variety .top-variety__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    margin: 0 auto 80px;
  }
}
.top-variety .top-variety__item {
  width: 50%;
}
@media screen and (min-width: 400px) {
  .top-variety .top-variety__item {
    width: auto;
  }
}
.top-variety .top-variety__item-season {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  padding: 0 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}
.top-variety .top-variety__item-season::before, .top-variety .top-variety__item-season::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 15px;
  border-bottom: 2px dotted #6D5448;
}
.top-variety .top-variety__item-season::before {
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top-variety .top-variety__item-season::after {
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-variety figure {
  margin: 0 auto 6px;
  max-width: 150px;
}
.top-variety figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.top-variety figcaption {
  font-size: 1.6rem;
  font-weight: 500;
}

.overwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .overwrap {
    padding: 30px 0 0;
  }
}
.overwrap .overwrap__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .overwrap .overwrap__image {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
    position: absolute;
    top: 0;
    width: calc(50% + 10px);
    height: 400px;
  }
}
@media screen and (min-width: 800px) {
  .overwrap .overwrap__image {
    width: calc(50% + 60px);
  }
}
.overwrap .overwrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.overwrap .overwrap__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #fff2df;
}
@media screen and (min-width: 768px) {
  .overwrap .overwrap__text {
    -webkit-box-ordinal-group: none;
        -ms-flex-order: none;
            order: none;
    width: calc(50% + 100px);
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .overwrap .overwrap__text .overwrap__text-inner {
    width: 340px;
    margin: 0 auto;
  }
}
.overwrap .overwrap__text .overwrap__text-season {
  display: inline-block;
  padding: 8px 10px;
  margin-bottom: 25px;
  background: #cd885a;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.2em;
}
.overwrap .overwrap__text .overwrap__text-h3 {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .overwrap .overwrap__text .overwrap__text-h3 {
    font-size: 2.5rem;
  }
}
.overwrap .overwrap__text .overwrap__text-sentence {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .overwrap01 .overwrap01__text {
    margin-right: auto;
    padding: 85px 110px 50px 0;
  }
}
@media screen and (min-width: 800px) {
  .overwrap01 .overwrap01__text {
    padding: 85px 160px 70px 0;
  }
}
@media screen and (min-width: 768px) {
  .overwrap01 .overwrap01__image {
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .overwrap02 .overwrap02__text {
    margin-left: auto;
    padding: 70px 0 50px 110px;
  }
}
@media screen and (min-width: 800px) {
  .overwrap02 .overwrap02__text {
    padding: 70px 0 70px 160px;
  }
}
@media screen and (min-width: 768px) {
  .overwrap02 .overwrap02__image {
    left: 0;
  }
}

/******************************
top-news
*******************************/
.top-news02 {
  background: #fff2df;
}
.top-news02 .top-news02__inner {
  max-width: 942px;
  margin: 0 auto;
  padding: 50px 4% 80px;
}
@media screen and (min-width: 768px) {
  .top-news02 .top-news02__inner {
    padding: 80px 0 80px;
  }
}

.news-list {
  margin-bottom: 60px;
  width: 100%;
}
.news-list li {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}
.news-list li div:nth-of-type(1) {
  margin-bottom: 15px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .news-list li div:nth-of-type(1) {
    margin-bottom: 0;
    width: 40%;
  }
}
.news-list li div:nth-of-type(2) {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .news-list li div:nth-of-type(2) {
    padding: 30px 30px;
    width: 60%;
  }
}
.news-list li div:nth-of-type(2) time {
  display: block;
  margin-bottom: 7px;
  font-family: "Kalam", cursive;
  font-size: 1.3rem;
}
.news-list li div:nth-of-type(2) p {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .news-list li div:nth-of-type(2) p {
    font-size: 1.8rem;
  }
}

/****************************
.top-access
****************************/
.top-access {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .top-access {
    margin-top: 80px;
  }
}
.top-access .top-access__map {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-access .top-access__map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-access .top-access__map div {
    width: 50%;
  }
}
.top-access .top-access__map div:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-access .top-access__map div:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.top-access .top-access__map h3 {
  margin-bottom: 15px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.top-access .top-access__map iframe {
  display: block;
  width: 100%;
  min-height: 300px;
}
.top-access .top-access__text {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .top-access .top-access__text {
    font-size: 1.6rem;
  }
}
.top-access .top-access__text p:nth-of-type(1) {
  margin-bottom: 15px;
}

.top-order {
  background: #fff2df;
}
.top-order .top-order__inner {
  max-width: 942px;
  margin: 0 auto;
  padding: 50px 4% 80px;
}
@media screen and (min-width: 768px) {
  .top-order .top-order__inner {
    padding: 80px 0 80px;
  }
}
.top-order p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.top-order a {
  position: relative;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 auto;
  padding-top: 5px;
  padding-right: 20px;
  max-width: 300px;
  width: 100%;
  height: 70px;
  background: #cd885a;
  font-family: "Kalam", cursive;
  font-size: 2rem;
  color: #fff;
}
.top-order a::after {
  content: "\f285";
  font-family: bootstrap-icons, sans-serif;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}