@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   共通

--------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #4D4D4D;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: inherit;
}

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

li {
  list-style: none;
}

.SP {
  display: none;
}

.disabled {
  pointer-events: none !important;
}

@font-face {
  font-family: 'TanukiMagic';
  src: url("../font/TanukiMagic.ttf") format("truetype");
}

/* ---------------------------------------------------------------------------------------------

　   header

--------------------------------------------------------------------------------------------- */
/* Global Menu */
header {
  background: url(../img/back01.jpg) no-repeat center center;
  background-size: 100%;
  position: relative;
  width: 100%;
  height: 95px;
  font-size: 1.8rem;
  /* Submenu */
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  height: 100%;
}

header ul > li {
  display: block;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
}

header ul > li > a {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 1em 30px;
  display: block;
  text-transform: uppercase;
  letter-spacing: .2em;
}

header ul > li > a span {
  display: block;
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: normal;
}

header ul > li > span {
  margin-left: 1.2em;
}

header ul > li:hover > a {
  width: 100%;
  opacity: .6;
  border: 1px solid #808080;
  color: #444;
  -webkit-transition: .3s;
  transition: .3s;
}

header ul li ul {
  position: absolute;
  top: 94px;
  text-align: center;
  z-index: 2;
}

header ul li ul li {
  display: block;
}

header ul li ul li a {
  color: #444;
}

header ul li ul li a:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

header ul li ul {
  display: none;
}

header ul li:hover ul {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__list {
  width: 278px;
}

.header__list li:nth-child(1) {
  width: 100%;
  background-color: rgba(248, 211, 203, 0.8);
  border: 1px solid #808080;
}

.header__list li:nth-child(2) {
  width: 100%;
  background-color: rgba(207, 225, 237, 0.8);
  border: 1px solid #808080;
}

.header__list li:nth-child(3) {
  width: 100%;
  background-color: rgba(253, 219, 181, 0.8);
  border: 1px solid #808080;
}

.header__list li:nth-child(4) {
  width: 100%;
  background-color: rgba(217, 236, 191, 0.8);
  border: 1px solid #808080;
}

#navi,
.toggle_btn {
  display: none;
}

/* ---------------------------------------------------------------------------------------------

　   fv

--------------------------------------------------------------------------------------------- */
.fv {
  padding-top: 92px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv__inner {
  position: relative;
}

.fv__info {
  width: 500px;
  font-size: 5.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  padding-left: 62px;
  white-space: nowrap;
  color: #fff;
}

.fv__info span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 21px;
  -webkit-transform: translateX(-62px);
          transform: translateX(-62px);
}

.g-slide {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
  padding-top: 65px;
  margin-top: -4px;
}

.g-slide iframe {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.punch-viewer-content {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.punch-viewer-content-fixed {
  width: 100%;
  height: 100%;
}

.punch-viewer-navbar-fixed {
  display: none !important;
}

/* ---------------------------------------------------------------------------------------------

　   about

--------------------------------------------------------------------------------------------- */
.about {
  width: 100%;
  height: 100%;
  padding: 67px 0 80px;
  background: url(../img/back01.jpg) no-repeat center center;
  background-size: cover;
}

.about__inner {
  width: 800px;
  margin: 0 auto;
}

.about__title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 36px;
}

.about__title span {
  display: block;
  font-size: 2rem;
}

.about__info {
  width: 100%;
  height: 345px;
  font-size: 1.8rem;
  margin-left: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.about__info p {
  margin-left: 50px;
}

.about__info p:last-child {
  margin-right: 100px;
}

/* ---------------------------------------------------------------------------------------------

　   content

--------------------------------------------------------------------------------------------- */
#Concept {
  background: url(../img/back02.jpg) no-repeat top center;
  background-size: 100%;
}

#Features {
  background: url(../img/back03.jpg) no-repeat top center;
  background-size: 100%;
}

#Features .content__img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#Features .content__title img {
  margin-left: 33%;
  margin-right: auto;
}

#Features .content__img,
#Features .content__info {
  width: 89.2068%;
  margin-left: auto;
  margin-right: auto;
}

#Features .content__slide .g-slide {
  margin-top: -8px;
}

#Features .content__title-text {
  -webkit-transform: translate(-27%, -50%);
          transform: translate(-27%, -50%);
}

#Activities {
  background: url(../img/back04.jpg) no-repeat top center;
  background-size: 100%;
}

#Activities .content__img,
#Activities .content__info {
  width: 89.2068%;
  margin-left: auto;
  margin-right: auto;
}

#Activities .content__title img {
  margin-right: 33%;
}

#Activities .content__slide .g-slide {
  margin-top: -8px;
}

#Activities .content__title-text {
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
}

#Environment {
  background: url(../img/back05.jpg) no-repeat top center;
  background-size: 100%;
}

#Environment .content__img,
#Environment .content__info {
  width: 89.2068%;
  margin-left: auto;
  margin-right: auto;
}

#Environment .content__title img {
  margin-right: 33%;
}

#Environment .content__slide .g-slide {
  margin-top: -8px;
}

#Environment .content__title-text {
  -webkit-transform: translate(-75%, -50%);
          transform: translate(-75%, -50%);
}

.Environment-br {
  display: none;
}

.content {
  width: 100%;
  height: 100%;
  padding-top: 58px;
}

.content__inner {
  width: 89.7585%;
  margin: 0 auto;
}

.content__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 73px;
}

.content__title {
  width: 41.7273%;
  position: relative;
}

.content__title img {
  display: block;
  width: 50.5119%;
  margin-right: 25%;
  margin-left: auto;
  min-width: 227px;
}

.content__title-text {
  width: 216px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-54%, -50%);
          transform: translate(-54%, -50%);
}

.content__title-text h2 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}

.content__title-text span {
  display: block;
  font-size: 2rem;
}

.content__slide {
  width: 58.2727%;
  overflow: hidden;
}

.content__slide .g-slide {
  padding-bottom: 55%;
  margin-top: -8px;
}

.content__slide .g-slide iframe {
  height: 98%;
}

.content__info {
  width: 100%;
  height: 100%;
}

.content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content__item {
  width: calc((100% / 3 ) - 43.5px);
  padding-bottom: 114px;
}

.content__item-title {
  font-size: 2.7rem;
  font-weight: 400;
  text-align: center;
  padding: .875em 0;
  white-space: nowrap;
}

.content__item-title.paragraph {
  padding: 0;
}

.content__item-text {
  font-size: 1.4rem;
  margin-top: 28px;
}

.content__image {
  position: relative;
}

.content__image img {
  display: block;
  width: 100%;
  height: auto;
}

.content__image a {
  display: block;
  position: absolute;
  width: 14%;
  height: 3%;
  top: 24.3%;
  right: 15%;
}

.content__image a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1500px) {
  .content__item-title {
    font-size: 2.4rem;
  }
  .content__slide .g-slide {
    padding-bottom: 54%;
  }
  .content__slide .g-slide {
    margin-top: -6px;
  }
  #Environment .content__title img,
  #Activities .content__title img,
  #Features .content__title img,
  .content__title img {
    margin: 0 auto;
  }
  #Features .content__title-text {
    -webkit-transform: translate(-33%, -50%);
            transform: translate(-33%, -50%);
  }
  #Activities .content__title-text,
  #Environment .content__title-text,
  #Features .content__title-text,
  .content__title-text {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1400px) {
  .content__title-text h2 {
    font-size: 2rem;
  }
  .content__title-text span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1280px) {
  .content__item-title {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   footer

--------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 35px;
  background: url(../img/back05.jpg) no-repeat top center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer img {
  display: block;
}

.footer__inner {
  width: 42%;
  margin-left: 4.5354%;
}

.footer__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__inner ul li:nth-child(1) {
  width: 22%;
}

.footer__inner ul li:nth-child(2) {
  width: 35%;
}

.footer__inner ul li:nth-child(3) {
  width: 33%;
}

.footer__title h1 {
  display: none;
}

.access__text {
  display: none;
}

.access__img {
  position: relative;
}

.access__img ul li {
  position: absolute;
  display: block;
}

.access__img ul li:nth-child(1) {
  width: 100%;
  height: 43%;
  top: 0;
  left: 0;
}

.access__img ul li:nth-child(2) {
  width: 100%;
  height: 20%;
  top: 51%;
  left: 0;
}

.access__img ul li:nth-child(3) {
  width: 100%;
  height: 20%;
  top: 79%;
  left: 0;
}

.access__img ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.access__img ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  transition: .3s;
}

.address__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
}

.address__title::after {
  content: "map";
  display: block;
  margin: 21px 0 26px;
  font-size: 2rem;
}

.address__text,
.address a {
  width: 34.6%;
  margin: 14px auto 93px;
  margin-top: 14px;
  font-size: 1.2rem;
  min-width: 473px;
}

.address a {
  display: block;
  margin: 24px auto 70px;
}

.address img {
  display: block;
}

.address__area {
  width: 100%;
  overflow: scroll;
}

.address__area img {
  width: 200%;
  text-align: center;
}

.sp-content-Concept,
.sp-content-Features,
.sp-content-Activities,
.sp-content-Environment {
  display: none;
}

.link__icon {
  width: 24.2867%;
  min-width: 300px;
  margin-right: 4.5354%;
}

.link__icon ul {
  width: 100%;
  overflow: hidden;
}

.link__icon ul li {
  position: relative;
}

.link__icon ul li:nth-child(2) {
  margin-top: 22px;
}

.link__icon a {
  display: block;
  font-size: 3.2rem;
  padding-left: 95px;
  padding-top: 31px;
  height: 80px;
}

.link__icon .G-MAP::before {
  content: "";
  display: block;
  background: url(../img/icon-map.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.link__icon .G-MAP::after {
  content: "Google MAP";
  font-size: 1.6rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 95px;
}

.link__icon .Instagram::before {
  content: "";
  display: block;
  background: url(../img/icon-insta.png) no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.link__icon .Instagram::after {
  content: "Instagram";
  font-size: 1.6rem;
  display: block;
  position: absolute;
  top: 2px;
  left: 95px;
}

/* ---------------------------------------------------------------------------------------------

　   SP 1024px

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .g-slide iframe {
    height: 98%;
  }
  .content__item-title {
    font-size: 1.8rem;
  }
  .content__item-text {
    font-size: 1.2rem;
  }
  .content__title-text h2 {
    font-size: 2rem;
  }
  .content__title-text span {
    font-size: 1.6rem;
  }
  .footer__inner {
    width: 60%;
  }
  .about__inner {
    width: 90%;
  }
  .about__info {
    width: 100%;
    overflow: scroll;
  }
  .content__img,
  #Features .content__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content__title {
    width: 100%;
    margin-bottom: 55px;
  }
  .content__title img {
    display: none;
  }
  .content__title-text,
  #Features .content__title-text,
  #Activities .content__title-text,
  #Environment .content__title-text {
    position: static;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: unset;
            transform: unset;
  }
  .content__slide {
    width: 100%;
  }
  #Concept,
  #Features,
  #Activities,
  #Environment {
    background-size: cover;
  }
  .content__list {
    display: none;
  }
  .sp-content__title {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
  }
  .sp-content__menu .sp-content__menu_item {
    margin-top: 83px;
  }
  .sp-content__btn-Concept,
  .sp-content__btn-Features,
  .sp-content__btn-Activities,
  .sp-content__btn-Environment {
    margin-top: 37px;
    font-size: 1.2rem;
    display: block;
  }
  .sp-content__btn-Concept:hover, .sp-content__btn-Concept:focus,
  .sp-content__btn-Features:hover,
  .sp-content__btn-Features:focus,
  .sp-content__btn-Activities:hover,
  .sp-content__btn-Activities:focus,
  .sp-content__btn-Environment:hover,
  .sp-content__btn-Environment:focus {
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .sp-content__menu {
    height: 0;
    overflow: hidden;
  }
  .sp-content__menu .sp-content__btn-Concept,
  .sp-content__menu .sp-content__btn-Features,
  .sp-content__menu .sp-content__btn-Activities,
  .sp-content__menu .sp-content__btn-Environment {
    text-align: center;
  }
  .content__inner {
    padding-bottom: 68px;
  }
  .sp-content-Concept.open .sp-content__menu,
  .sp-content-Features.open .sp-content__menu,
  .sp-content-Activities.open .sp-content__menu,
  .sp-content-Environment.open .sp-content__menu {
    height: auto;
    -webkit-transition: height .5s;
    transition: height .5s;
  }
  .sp-content-Concept.open .sp-content__info .sp-content__btn-Concept,
  .sp-content-Concept.open .sp-content__info .sp-content__btn-Features,
  .sp-content-Concept.open .sp-content__info .sp-content__btn-Activities,
  .sp-content-Concept.open .sp-content__info .sp-content__btn-Environment,
  .sp-content-Features.open .sp-content__info .sp-content__btn-Concept,
  .sp-content-Features.open .sp-content__info .sp-content__btn-Features,
  .sp-content-Features.open .sp-content__info .sp-content__btn-Activities,
  .sp-content-Features.open .sp-content__info .sp-content__btn-Environment,
  .sp-content-Activities.open .sp-content__info .sp-content__btn-Concept,
  .sp-content-Activities.open .sp-content__info .sp-content__btn-Features,
  .sp-content-Activities.open .sp-content__info .sp-content__btn-Activities,
  .sp-content-Activities.open .sp-content__info .sp-content__btn-Environment,
  .sp-content-Environment.open .sp-content__info .sp-content__btn-Concept,
  .sp-content-Environment.open .sp-content__info .sp-content__btn-Features,
  .sp-content-Environment.open .sp-content__info .sp-content__btn-Activities,
  .sp-content-Environment.open .sp-content__info .sp-content__btn-Environment {
    display: none;
    -webkit-transition: display .5s;
    transition: display .5s;
  }
  .slide-cover {
    opacity: 0;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .about__info {
    width: 100%;
    overflow: scroll;
  }
  .about__info .scroll-hint-icon:before {
    -webkit-transform: translateX(-30px) !important;
            transform: translateX(-30px) !important;
  }
  .about__info .scroll-hint-text {
    -webkit-writing-mode: initial !important;
        -ms-writing-mode: initial !important;
            writing-mode: initial !important;
    -webkit-transform: translate(33px, 40px) !important;
            transform: translate(33px, 40px) !important;
  }
  #Features .content__img,
  #Activities .content__img,
  #Environment .content__img {
    width: 100%;
  }
  .sp-content-Concept,
  .sp-content-Features,
  .sp-content-Activities,
  .sp-content-Environment {
    display: block;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner {
    margin-left: 0;
  }
  .link__icon {
    width: 60%;
    margin: 0;
  }
  .link__icon a {
    padding-top: 16px;
    padding-left: 68px;
    font-size: 1.6rem;
    height: 60px;
  }
  .link__icon .G-MAP::after,
  .link__icon .Instagram::after {
    font-size: 1rem;
    left: 68px;
  }
  .link__icon .G-MAP::before,
  .link__icon .Instagram::before {
    width: 60px;
    height: 60px;
  }
  .link__icon ul li:nth-child(2) {
    margin: 0;
  }
  .link__icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .link__icon ul li {
    width: 37.299%;
    min-width: 182px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SP 768px

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .PC,
  .header__nav {
    display: none;
  }
  .SP {
    display: block;
    background: url(../img/back02.jpg) no-repeat top center;
    background-size: cover;
  }
  #header {
    background-image: unset;
  }
  .fv {
    padding-top: 0;
    margin-top: -3px;
  }
  .fv__info span {
    font-size: 1.4rem;
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
  }
  .fv__info {
    width: 310px;
    font-size: 3.8rem;
    padding-left: 28px;
  }
  .g-slide {
    padding-bottom: 140%;
  }
  .g-slide iframe {
    height: 99%;
  }
  .about {
    background-size: cover;
  }
  .about__info {
    width: 90.4%;
    margin: 0 auto;
  }
  .about__info p {
    margin-left: 10%;
  }
  .footer {
    padding-top: 61px;
    padding-bottom: 28px;
    background-size: cover;
  }
  .footer__inner {
    width: 90.4%;
    margin: 0 auto;
  }
  #navi a {
    padding: 0;
  }
  .slide {
    position: relative;
  }
  .slide__mask {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 20%;
    width: 60%;
    height: 100%;
  }
  .slide-cover {
    height: 88%;
  }
  .content__image {
    display: none;
  }
  .js-scrollable {
    width: 100%;
    overflow-x: scroll;
  }
  .js-scrollable img {
    width: 200%;
  }
  .address {
    display: block;
  }
  .about {
    background: url(../img/sp-back01.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 124px;
  }
  .about__title {
    margin-bottom: 47px;
  }
  #Concept {
    background: url(../img/sp-back02.jpg) repeat top center;
    background-size: 100%;
  }
  #Features {
    background: url(../img/sp-back03.jpg) repeat top center;
    background-size: 100%;
  }
  #Activities {
    background: url(../img/sp-back04.jpg) repeat top center;
    background-size: 100%;
  }
  #Environment {
    background: url(../img/back06.jpg) repeat top center;
    background-size: 100%;
  }
  .footer {
    background: url(../img/sp-back05.jpg) repeat center center;
    background-size: cover;
  }
  .link__icon {
    width: 100%;
    margin-right: 12px;
    margin-left: auto;
  }
  .link__icon ul li {
    width: 24%;
  }
  /* ---------------------------------------------------------------------------------------------

　   address

--------------------------------------------------------------------------------------------- */
  .address {
    width: 100%;
    height: 100%;
    padding-top: 72px;
    background: url(../img/sp-back05.jpg) no-repeat center center;
    background-size: cover;
  }
  /* ---------------------------------------------------------------------------------------------

　   menu

--------------------------------------------------------------------------------------------- */
  #header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 40px;
    position: fixed;
    z-index: 10;
  }
  header ul li:hover ul {
    display: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #navi {
    display: block;
    position: fixed;
    top: 0;
    left: -190px;
    bottom: 0;
    width: 190px;
    color: #fff;
    padding-top: 92px;
    background-color: rgba(83, 71, 65, 0.39);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 20;
    opacity: 0;
    font-size: 1.224rem;
  }
  #navi a {
    color: #fff;
    text-transform: none;
    letter-spacing: unset;
    height: auto;
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 18px 13px 18px 50px;
  }
  .open #navi {
    left: 0;
    opacity: 1;
  }
  #navi ul {
    margin: 0;
    padding: 0;
  }
  #navi ul.nav-menu {
    height: auto;
    display: block;
    margin-bottom: 60px;
  }
  #navi ul.nav-menu li {
    position: relative;
    margin: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1px;
  }
  #navi ul.nav-sns li {
    padding: 5px 0;
  }
  .btn {
    position: fixed;
    top: 23px;
    left: 20px;
    width: 55px;
    height: 55px;
    background-color: rgba(115, 99, 87, 0.63);
    border-radius: 50%;
    z-index: 20;
  }
  .toggle_btn {
    display: block;
    position: relative;
    top: 24%;
    left: 23%;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 20;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #EBD272;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #EBD272;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 10;
    cursor: pointer;
  }
  .navi-item.open .navi-item__list {
    display: block;
  }
  .navi-item__list {
    display: none;
    position: unset;
    border-top: 1px solid rgba(83, 71, 65, 0.39);
  }
  .navi-item__list li:nth-child(1) {
    background-color: rgba(248, 211, 203, 0.8) !important;
    border-bottom: 1px solid rgba(83, 71, 65, 0.39);
    margin-bottom: 0 !important;
  }
  .navi-item__list li:nth-child(2) {
    background-color: rgba(207, 225, 237, 0.8) !important;
    border-bottom: 1px solid rgba(83, 71, 65, 0.39);
    margin-bottom: 0 !important;
  }
  .navi-item__list li:nth-child(3) {
    background-color: rgba(253, 219, 181, 0.8) !important;
    border-bottom: 1px solid rgba(83, 71, 65, 0.39);
    margin-bottom: 0 !important;
  }
  .navi-item__list li:nth-child(4) {
    background-color: rgba(217, 236, 191, 0.8) !important;
  }
  .navi-item__access {
    padding: 0 23px;
    font-style: normal;
  }
  .navi-item__access p {
    margin-bottom: 18px;
  }
  .nav__link a {
    padding: 0 !important;
  }
  header ul > li:hover > a,
  header ul > li {
    border: unset;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .icon01 {
    position: relative;
  }
  .icon01::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/icon01.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 8px;
  }
  .icon02 {
    position: relative;
  }
  .icon02::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/icon02.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 8px;
  }
  .icon03 {
    position: relative;
  }
  .icon03::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../img/icon03.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 8px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   SP 599px以下

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 599px) {
  .g-slide iframe {
    height: 100%;
  }
  .g-slide {
    padding-bottom: 137%;
  }
  .slide__mask {
    left: 30%;
    width: 44%;
  }
  .slide-cover {
    height: 84%;
  }
  .content__inner {
    width: 100%;
  }
  .content__info {
    width: 89.7585%;
    margin: 0 auto;
  }
  .address__text, .address a {
    width: 89.2068%;
    min-width: 0;
  }
}

@media screen and (max-width: 500px) {
  .slide__mask {
    left: 35%;
    width: 35%;
  }
}

@media screen and (max-width: 380px) {
  .link__icon ul li {
    min-width: 157px;
  }
  .link__icon a {
    padding-left: 46px;
    height: 38px;
  }
  .link__icon .G-MAP::before, .link__icon .Instagram::before {
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 400px) {
  .g-slide {
    padding-bottom: 138%;
  }
  .slide__item {
    margin-top: -8px;
  }
  .about__info {
    width: 96%;
  }
  .fv__info {
    font-size: 3.2rem;
  }
}

/* ---------------------------------------------------------------------------------------------

　   g-slide

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  .content__slide .g-slide {
    padding-bottom: 53%;
  }
}

@media screen and (max-width: 1080px) {
  .content__slide .g-slide {
    padding-bottom: 52%;
  }
}

@media screen and (max-width: 1024px) {
  .content__slide .g-slide {
    padding-bottom: 55%;
  }
  .content__slide .g-slide iframe {
    height: 97%;
  }
}

@media screen and (max-width: 700px) {
  .content__slide .g-slide {
    padding-bottom: 54%;
  }
}

@media screen and (max-width: 485px) {
  .content__slide .g-slide {
    padding-bottom: 52%;
  }
}

@media screen and (max-width: 400px) {
  .g-slide {
    padding-bottom: 135%;
  }
}

@media screen and (max-width: 375px) {
  .content__slide .g-slide {
    padding-bottom: 51%;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MAP Animation

--------------------------------------------------------------------------------------------- */
.map__animation {
  position: relative;
  width: 100%;
  height: 100%;
}

.animation__list {
  width: 100%;
  height: 100%;
}

.animation__list h3 {
  margin-top: 22px;
  margin-left: 40px;
  font-size: 3.2rem;
}

.animation__list p {
  margin: 14px 40px;
  font-size: 2rem;
  line-height: 1.75;
}

.animation__list .animation.ani01,
.animation__list .animation.ani02,
.animation__list .animation.ani03,
.animation__list .animation.ani04,
.animation__list .animation.ani05,
.animation__list .animation.ani06,
.animation__list .animation.ani07,
.animation__list .animation.ani08,
.animation__list .animation.ani09,
.animation__list .animation.ani10,
.animation__list .animation.ani11,
.animation__list .animation.ani12,
.animation__list .animation.ani13,
.animation__list .animation.ani14 {
  display: none;
}

.animation__list.open01 .animation.ani01 {
  display: block;
}

.animation__list.open02 .animation.ani02 {
  display: block;
}

.animation__list.open03 .animation.ani03 {
  display: block;
}

.animation__list.open04 .animation.ani04 {
  display: block;
}

.animation__list.open05 .animation.ani05 {
  display: block;
}

.animation__list.open06 .animation.ani06 {
  display: block;
}

.animation__list.open07 .animation.ani07 {
  display: block;
}

.animation__list.open08 .animation.ani08 {
  display: block;
}

.animation__list.open09 .animation.ani09 {
  display: block;
}

.animation__list.open10 .animation.ani10 {
  display: block;
}

.animation__list.open11 .animation.ani11 {
  display: block;
}

.animation__list.open12 .animation.ani12 {
  display: block;
}

.animation__list.open13 .animation.ani13 {
  display: block;
}

.animation__list.open14 .animation.ani14 {
  display: block;
}

.animation__list.open01 #animation__mask, .animation__list.open02 #animation__mask, .animation__list.open03 #animation__mask, .animation__list.open04 #animation__mask, .animation__list.open05 #animation__mask, .animation__list.open06 #animation__mask, .animation__list.open07 #animation__mask, .animation__list.open08 #animation__mask, .animation__list.open09 #animation__mask, .animation__list.open10 #animation__mask, .animation__list.open11 #animation__mask, .animation__list.open12 #animation__mask, .animation__list.open13 #animation__mask, .animation__list.open14 #animation__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animation {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}

.animation__title-item01,
.animation__title-item02,
.animation__title-item03,
.animation__title-item04,
.animation__title-item05,
.animation__title-item06,
.animation__title-item07,
.animation__title-item08,
.animation__title-item09,
.animation__title-item10,
.animation__title-item11,
.animation__title-item12,
.animation__title-item13,
.animation__title-item14 {
  width: 3%;
  display: block;
  border: 2px solid #C69C6D;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  z-index: 5;
}

.animation__title-area {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.animation__title-area p {
  position: absolute;
  font-family: 'TanukiMagic';
  display: inline;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}

.animation__title-item01 {
  top: 17%;
  left: 6.9%;
  height: 11%;
}

.animation__title-item02 {
  top: 26%;
  left: 15.4%;
  height: 9%;
}

.animation__title-item03 {
  top: 46%;
  left: 7.8%;
  height: 11%;
}

.animation__title-item04 {
  top: 4%;
  left: 28.8%;
  height: 14%;
}

.animation__title-item05 {
  top: 21%;
  left: 29.8%;
  height: 21%;
}

.animation__title-item06 {
  top: 8%;
  left: 38.8%;
  height: 16%;
}

.animation__title-item07 {
  top: 30%;
  left: 43.3%;
  height: 21%;
}

.animation__title-item08 {
  top: 0;
  left: 43.3%;
  height: 15%;
}

.animation__title-item09 {
  top: 18%;
  left: 49.4%;
  height: 9%;
}

.animation__title-item10 {
  top: 2%;
  right: 28%;
  height: 11%;
}

.animation__title-item11 {
  top: 37%;
  right: 31.7%;
  height: 14%;
}

.animation__title-item12 {
  top: 1%;
  right: 7.4%;
  height: 26%;
}

.animation__title-item13 {
  top: 24.6%;
  right: 2.9%;
  height: 14%;
}

.animation__title-item14 {
  top: 45.6%;
  right: 6.9%;
  height: 24%;
}

.pc__animation {
  display: none;
}

.map__area {
  position: relative;
}

.link__icon.menu {
  margin-top: 38px;
  margin-right: 0;
}

.link__icon.menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.link__icon.menu ul li {
  width: 100%;
}

.link__icon.menu a {
  padding-top: 16px !important;
  padding-left: 68px !important;
  font-size: 1.6rem !important;
  height: 60px !important;
}

@media screen and (max-width: 1230px) {
  .animation__title-area p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1110px) {
  .animation__title-area p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 878px) {
  .animation__title-area p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .animation__title-item01 {
    top: 18%;
    left: 14%;
  }
  .animation__title-item02 {
    top: 27%;
    left: 30.4%;
  }
  .animation__title-item01, .animation__title-item02, .animation__title-item03, .animation__title-item04, .animation__title-item05, .animation__title-item06, .animation__title-item07, .animation__title-item08, .animation__title-item09, .animation__title-item10, .animation__title-item11, .animation__title-item12, .animation__title-item13, .animation__title-item14 {
    width: 46px;
  }
  .animation__title-item03 {
    left: 14.8%;
  }
  .animation__title-item04 {
    left: 57.4%;
  }
  .animation__title-item05 {
    left: 59.5%;
  }
  .animation__title-item06 {
    left: unset;
    right: 17%;
  }
  .animation__title-item07 {
    left: unset;
    right: 7.4%;
  }
  .animation__title-item08 {
    left: unset;
    right: 8%;
  }
  .animation__title-item09 {
    left: unset;
    right: -5%;
  }
  .animation__title-item10 {
    right: -44%;
  }
  .animation__title-item11 {
    right: -37%;
  }
  .animation__title-item12 {
    right: -85.3%;
  }
  .animation__title-item13 {
    right: -94.3%;
  }
  .animation__title-item14 {
    right: -85%;
  }
  .animation__title-area p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  .animation__list h3 {
    font-size: 2rem;
    margin: 12px 20px 0;
  }
  .animation__list p {
    font-size: 1.4rem;
    margin: 7px 20px;
  }
}

@media screen and (max-width: 556px) {
  .animation__title-area p {
    font-size: 1.4rem;
  }
  .animation__title-item08 {
    right: 5%;
  }
}

@media screen and (max-width: 432px) {
  .animation__title-area p {
    font-size: 1rem;
  }
  .animation__title-item01, .animation__title-item02, .animation__title-item03, .animation__title-item04, .animation__title-item05, .animation__title-item06, .animation__title-item07, .animation__title-item08, .animation__title-item09, .animation__title-item10, .animation__title-item11, .animation__title-item12, .animation__title-item13, .animation__title-item14 {
    width: 28px;
  }
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  display: none;
}
/*# sourceMappingURL=style.css.map */