@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* border: 1px solid #ff1414; */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  }

:root {
  --semi-fontsize: 0.6rem;
  --normal-fontsize: 0.8rem;
  --middle-fontsize: 0.9rem;
  --big-fontsize: 1rem;
  --large-fontsize: 1.2rem;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.72rem;
    --normal-fontsize: 1rem;
    --middle-fontsize: 1.1rem;
    --big-fontsize: 1.3rem;
    --large-fontsize: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --semi-fontsize: 0.8rem;
    --normal-fontsize: 1.1rem;
    --middle-fontsize: 1.35rem;
    --big-fontsize: 1.4rem;
    --large-fontsize: 1.6rem;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --semi-fontsize: 0.87rem;
    --normal-fontsize: 1.3rem;
    --middle-fontsize: 1.45rem;
    --big-fontsize: 1.65rem;
    --large-fontsize: 1.8rem;
  }
}
@media screen and (min-width: 1900px) {
  :root {
    --semi-fontsize: 0.95rem;
    --normal-fontsize: 1.45rem;
    --middle-fontsize: 1.55rem;
    --big-fontsize: 1.8rem;
    --large-fontsize: 2.0rem;
  }
}

body {
  font-family: 'Zen Maru Gothic', serif;
  font-size: var(--normal-fontsize);
  font-weight: 500;
  font-style: normal;
  color: #231815;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-feature-settings: 'palt';
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
p {
  word-break: break-word;
}

@media screen and (min-width: 600px) {
  body,p{
    line-height: 1.8;
  }
}

a {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}

a:link, a:visited, a:active, a:hover {
    overflow: hidden;
    outline: none;
}

.sp-only {
  display: block;
}
.tb-only{
  display: none;
}
.pc-only {
  display: none;
}

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

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

/*-- ここからHEADER --*/
.logo_group{
  display: flex;
  align-items: center;
}
header {
  /* box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.7); */
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  line-height: 1.5;
}
.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.5em;
}
.header p{
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.logo_group{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.h_logo{
    width: 50px;
    padding: 0.2em;
    line-height: 0;
}
.h_logo img {
  line-height: 0;
}
.hows_logo{
  max-width: 400px;
  margin: 0;
  font-size: 20px;
  padding: 10px 10px 4px;
  text-align: left;
}
.hows_logo img {
  width: 180px;
}
.hows_logo p {
  color: #FFF;
  font-size: 12.5px;
  padding-left: 1.5px;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
}
.header nav {
  margin: 0 0 0 auto;
}
.header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.header li {
  margin: 0 0 0 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.header a{
  color: #FFF;
}
.header_left{
  display: flex;
  align-items: center;
}
.unei_logo{
  padding: 5px 0 0 40px;
  max-width: 200px;
}
.pc-nav li{
  text-align: center;
}
.pc-nav img{
  width: 25px;
}
.sp-nav {
  display: none;
}
.gnavi__lists {
  display: flex;
}
.gnavi__list {
  width: 20%;
  width: 400px;
  /* height: 60px; */
  position: relative;
  transition: all .3s;
}

.gnavi__list a {
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: normal;
  letter-spacing: 0.01em;
  transition: all .3s;
}
.gnavi__list ul{
  display: block;
  padding: 1em 0;
}
.dropdown__lists {
visibility: hidden;
  opacity: 0;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 57px;
  right: 0;
  width: 400px;
  background: #FFF;
}
.gnavi__list:hover .dropdown__lists {
visibility: visible;
  opacity: 1;
}
.dropdown__ttl {
  height: 40px;
  position: relative;
  padding: 1em 1em 0;
  font-size: 1.6rem;
  color: #f30a72;
}
.dropdown__list {
  height: 40px;
  transition: all .3s;
  position: relative;
  padding: 0 1em;
}
.dropdown__list:not(:first-child)::before{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.dropdown__list:hover {
  background: #b8d0d0;
  color: #FFF;
}
.dropdown__list a {
  display: flex;
  align-items: center;
  color: #1b4059;
  text-decoration: none;
  position: relative;
}
.dropdown__ttl {
  display: flex;
  align-items: center;
  color: #f30a72;
  text-decoration: none;
  position: relative;
}
.dd_l_red p{
  color: #f60000;
}
.swing {
  max-width: 90px;
}
.swing p {
    font-size: 12px;
    padding: 0.3em 0 0;
}
.swingnew {
  position: absolute;
  font-size: 0.6rem;
  color: #f60000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
.pc-nav {
display: none;
}
.sp-nav {
z-index: 1;
position: fixed;
top: 0;
left: 0;
max-width: 100%;
height: 100vh;
display: block;
width: 100%;
background: rgba(0, 0, 0, .8);
opacity: 0;
transform: translateY(-100%);
transition: all .2s ease-in-out;
}
.sp-nav a{
color: #FFF;
}
.unei_logo{
  display: none;
}
#hamburger {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
  margin: 0 0 0 auto;
}
#hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateY(-50%);
}
#hamburger::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#hamburger::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 2px;
  background-color: #333;
}
/*スマホメニュー*/
.sp-nav ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sp-nav li {
  margin: 0;
  padding: 0;
}
.sp-nav li span {
  font-size: 15px;
  color: #FFF;
}
.sp-nav li a, .sp-nav li span {
  display: block;
  padding: 20px 0;
}
/*-閉じるアイコンー*/
.sp-nav .close {
  position: relative;
  padding-left: 20px;
}
.sp-nav .close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( 45deg );
}

.sp-nav .close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #fff;
  transform: rotate( -45deg );
}
.toggle {
  transform: translateY( 0 );
  opacity: 1;
}
}
@media screen and (max-width: 399px) {
  .hows_logo {
    width: 100%;
}
  .hows_logo p {
    font-size: 0.6rem;
}
}
/*-- ここまでHEADER --*/

.l-inner{
  box-sizing: border-box;
  padding: 6vw 10vw;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .l-inner{
    padding: 4% 10%;
  }
}

/* scroll */
.scroll_down{
  display: none;
}

@media screen and (min-width: 990px) {
.scroll_down{
  display: block;
  position: absolute;
  top: 100vh;
  left: 95%;
  z-index: 99;
}
.scroll_down.hidden {
  display: none;
}
.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 90px;
  color: #88756b;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background:#88756b;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:160px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width: 1.5px;
  height: 160px;
  background:#88756b;
}
}
/* scroll */

/* section 1 */
.wave-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wave-svg {
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 360px;
  animation: waveSlide 20s linear infinite;
  z-index: 1;
}

@keyframes waveSlide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0);
  }
}

@media screen and (min-width: 600px) {
  .wave-svg {
    height: 480px;
  }
}

@media screen and (min-width: 1680px) {
  .wave-svg {
    height: 520px;
  }
}

.kv-text {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #4b2e1e;
  text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.2);
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
  padding: 0 2rem;
}

.kv-text.visible {
  opacity: 1;
  transform: translateY(0);
}

/* .kv-text h1{
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0 0 0.7rem;
} */

.kv-text h1 img{
  max-width: 240px;
  margin: 0 auto 0.5rem;
}

.kv-text h2{
  font-size: 1rem;
}

@media screen and (min-width: 600px) {
  .kv-text {
    bottom: 80px;
    padding: 0;
  }
  /* .kv-text h1{
    font-size: 2.2rem;
  } */
  .kv-text h1 img{
    max-width: 520px;
    margin: 0 auto 1rem;
  }
  .kv-text h2{
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 990px) {
  .kv-text {
    bottom: 60px;
    padding: 0;
  }

  /* .kv-text h1{
    font-size: 3.8rem;
    line-height: 1.6;
  } */

  .kv-text h1 img{
    max-width: 680px;
    margin: 0 auto 1rem;
  }

  .kv-text h2{
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1680px) {
  .kv-text h1 img{
      max-width: 860px;
      margin: 0 auto 1rem;
    }
}
/* section 1 */

.slide, .slide.fixed {
  width: 100%;
  height: 100vh!important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.slide.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.slide-fake-height {
  height: 100vh;
  display: none;
}

.slide-fake-height.visible {
  display: block;
}

.fade-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--normal-fontsize);
  color: #000;
  overflow: hidden;
  pointer-events: none;
}

.fade-text.odd {
  right: 0;
  left: auto;
  text-align: left;
}

.fade-text .text-inner {
  position: relative;
  display: inline-block;
  width: 100vw;
  background: rgba(255, 255, 255, 0.8);
  padding: 6% 8%;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  .fade-text {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .fade-text .text-inner {
    width: 70vw;
    padding: 6% 8%;
  }
}

@media screen and (min-width: 1024px) {
  .fade-text .text-inner {
    width: 45vw;
  }
}

@media screen and (min-width: 1680px) {
  .fade-text .text-inner {
    width: 38vw;
    padding: 8% 7%;
  }
}

.fade-text .curtain {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 2;
}

@keyframes curtain-slide {
  0% {
    left: -100%;
  }
  40% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

#slide-1 { background-image: url(../images/bg_section1.jpg); }
#slide-3 { background-image: url(../images/bg_section2.jpg); }
#slide-4 { background-image: url(../images/bg_section3.jpg); }
#slide-5 { background-image: url(../images/bg_section4.jpg); }
#slide-7 { background-image: url(../images/bg_section6.jpg); }
#slide-10 { background-image: url(../images/bg_section9.jpg); }
#slide-15 { background-image: url(../images/bg_section14.jpg); }

/* ナビゲーション */
.nav-indicator {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 9999;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: 0.3s ease;
}

.nav-dot.active {
  background: #fff602;
  transform: scale(1.4);
}

@media (max-width: 990px) {
  .nav-dot { width: 8px; height: 8px; }
}

/* section 5 movie */
.video-section {
  position: relative;
  height: 100vh!important;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh !important;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .background-video {
    width: auto;
    height: 100%;
    object-fit: contain;
  }
}

/* section 5 movie */

/* slide ID:8 */
.map__wrapper{
  background: #fffdf7;
  padding: 4rem 2rem;
  height: 100vh;
}
.map__text figure{
  width: 60%;
  margin: 1rem auto 0;
}

@media (min-width: 600px) {
  .map__text {
    padding: 0 6%;
  }
}

@media (min-width: 1024px) {
  .map__wrapper{
    display: flex;
    justify-content: space-between;
    padding: 4rem;
  }
  .map__text{
    overflow: hidden;
    max-width: 800px;
    padding: 50px;
  }
  .maptext-inner{
    padding: 0 0 50px;
  }
  .map__text figure{
    width: 80%;
    margin: 0 auto;
  }
}

/* popup */
.mainmap__contents{
  padding: 0 0 2vw;
  max-width: 1200px;
}
.mainmap__contents h2{
  text-align: center;
  font-size: var(--middle-fontsize);
  color: #006600;
}
.mainmap__text{
  text-align: center;
  font-size: var(--semi-fontsize);
}
.map-container {
  position: relative;
  max-width: 100%;
  padding: 3vw 0 0;
}
.map-image {
  width: 100%;
  height: auto;
  display: block;
}
.marker {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f73535;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px;
}

@media screen and (min-width: 600px) {
  .map-container {
    padding: 1rem 0 0;
    width: 75%;
    margin: auto;
  }
  .marker {
    width: 26px;
    height: 26px;
    border: 2px solid #FFF;
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .mainmap__text {
    padding: 0.7rem 0;
  }
  /* .map-container {
    width: 1200px;
    margin: auto;
  } */
  .marker {
    width: 30px;
    height: 30px;
    border: 3px solid #FFF;
    font-size: 16px;
  }
}

.marker[data-id="1"] { top: 18%; left: 17%; }
.marker[data-id="2"] { top: 28%; left: 8%; }
.marker[data-id="3"] { top: 8%; left: 35%; }
.marker[data-id="4"] { top: 32%; left: 30%; }
.marker[data-id="5"] { top: 23%; left: 45%; }
.marker[data-id="6"] { top: 40%; left: 70%; }
.marker[data-id="7"] { top: 43%; left: 32%; }
.marker[data-id="8"] { top: 58%; left: 34%; }
.marker[data-id="9"] { top: 74%; left: 27%; }
.marker[data-id="10"] { top: 79%; left: 40%; }
.marker[data-id="11"] { top: 54%; left: 57%; }
.marker[data-id="12"] { top: 67%; left: 75%; }
.marker[data-id="A"] { top: 80%; left: 58%; }
.marker[data-id="B"] { top: 88%; left: 6%; }

@media screen and (min-width: 1024px) {
  .marker[data-id="1"] { top: 22%; left: 18%; }
  .marker[data-id="2"] { top: 37%; left: 10%; }
  .marker[data-id="3"] { top: 10%; left: 35%; }
  .marker[data-id="4"] { top: 30%; left: 32%; }
  .marker[data-id="5"] { top: 23%; left: 45%; }
  .marker[data-id="6"] { top: 39%; left: 67%; }
  .marker[data-id="7"] { top: 45%; left: 35%; }
  .marker[data-id="8"] { top: 59%; left: 34%; }
  .marker[data-id="9"] { top: 75%; left: 29%; }
  .marker[data-id="10"] { top: 81%; left: 42%; }
  .marker[data-id="11"] { top: 67%; left: 57%; }
  .marker[data-id="12"] { top: 70%; left: 75%; }
  .marker[data-id="A"] { top: 80%; left: 57%; }
  .marker[data-id="B"] { top: 94%; left: 9%; }
}

/* ポップアップ */
.popup-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup {
  background: white;
  max-width: 90%;
  width: 600px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  animation: fadeIn 0.2s ease;
}
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}
#popupTitle{
  font-size: var(--middle-fontsize);
}
#popupDesc{
  padding: 0.3rem 0;
}
.popup img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 6px;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (min-width: 1440px) {
  #popupTitle{
    font-size: 1.4rem;
  }
  #popupDesc{
    font-size: 0.95rem;
  }
}
/* popup */
/* slide ID:8 */

/* slide ID:9 */
.divide__wrapper,
.divide__wrapper__r{
  background: #FFF;
  height: 100vh;
}
.devide__text,
.devide__text__r{
  padding: 6% 8%;
}

@media (min-width: 1024px) {
  .divide__wrapper{
    display: flex;
    justify-content: space-between;
  }
  .divide__wrapper__r{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .devide__text{
    font-size: var(--normal-fontsize);
    color: #000;
    padding: 8% 4%;
    max-width: 500px;
  }
  .devide__text__r{
    font-size: var(--normal-fontsize);
    color: #000;
    padding: 8% 4%;
    max-width: 500px;
  }
  .divide__image{
    overflow: hidden;
    width: calc(100% - 400px);
    height: 100%;
  }
}

@media (min-width: 1680px) {
  .devide__text{
    padding: 100px 0 0 100px;
    max-width: 800px;
  }
  .devide__text__r{
    padding: 100px 100px 0 0;
    max-width: 800px;
  }
}
/* slide ID:9 */

/* totop__btn */
.totop__btn{
  padding: 3rem 0 1rem;
}
.totop__btn a{
  position: relative;
  width: fit-content;
  padding: 0.7rem 2rem;
  background-color: #238d64;
  color: #FFF;
  margin: auto;
}
.totop__btn a::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #238d64;
  rotate: 135deg;
  translate: -50%;
}
.totop__btn::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: -1;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #238d64;
  rotate: 135deg;
  translate: -50%;
}
.totop__btn a:hover,
.totop__btn a::before:hover,
.totop__btn a::before:after{
  background: #1FC183;
}

@media (min-width: 1024px) {
  .totop__btn{
    padding: 5rem 0 2rem;
  }
  .totop__btn a{
    padding: 0.8rem 3rem;
  }
}
/* totop__btn */

/* map */
.bottom__contents{
  padding: 4vw 0;
  text-align: center;
  background: #FFF;
  position: relative;
}
.bottom__logo {
  margin: 0 auto 3vw;
  max-width: 160px;
}
.bottom__text {
  word-break: break-word;
  padding: 0 0 2vw;
  line-height: 1.3;
  width: fit-content;
  margin: auto;
}
.map_image{
  padding: 4vw;
}
.map_image img{
  border-radius: 3em;
}
.google-maps{
  display: none;
}
.footer__image{
  line-height: 0;
  position: relative;
}

@media screen and (min-width: 600px) {
  .bottom__contents{
    padding: 0;
  }
  .bottom__logo {
    max-width: 240px;
  }
  .map_image{
    padding: 2vw 0;
  }
}

@media screen and (min-width: 1024px) {
.bottom__logo {
  padding: 0;
  margin: 0 auto;
}
.bottom__text {
  padding: 1.5rem 0 0.5rem;
  width: 800px;
  margin: auto;
  font-size: var(--normal-fontsize);
}
.map_image {
  padding: 2em 0;
  width: 900px;
  margin: auto;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
  }
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}

@media screen and (min-width: 1440px) {
  .bottom__text {
    font-size: var(--normal-fontsize);
    padding: 2rem 4rem 0;
  }
  .bottom__wrap {
    padding: 0;
  }
}

/* explain */
.grid-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-collapse: collapse;
  padding: 1rem 0 0;
}
.cell {
  padding: 3px 12px;
  font-size: 0.7rem;
  border-bottom: 1px dotted #aaa;
  border-right: 1px dotted #aaa;
}
.grid-table > .cell:nth-of-type(13),
.grid-table > .cell:last-child {
  border-bottom: none;
}
.grid-table > .cell:nth-child(2n) {
  border-right: none;
}

@media (min-width: 600px) {
  .cell {
    padding: 3px 15px;
  }
  .grid-table {
    grid-template-columns: repeat(3, 1fr);
    padding: 1rem 1.5rem 0;
  }
  .grid-table > .cell:nth-child(2n) {
    border-right: 1px dotted #aaa;
  }
  .grid-table > .cell:nth-child(3n) {
    border-right: none;
  }
}

@media (min-width: 1024px) {
  .grid-table{
    max-width: 640px;
    margin: auto;
    padding: 2rem 0 0;
  }
  .cell {
    padding: 3px 25px;
  }
}

@media (min-width: 1680px) {
  .cell {
    padding: 3px 25px;
    font-size: 0.77rem;
  }
}
/* explain*/
/* map */

/* ここから フッター */
#footer {
  position: relative;
  /* margin-top: 40px; */
  color: #fff;
  font-size: 0.9rem;
  font-weight: normal;
}
#footer a {
  text-decoration: none;
  color: #fff;
  font-size: var(--semi-fontsize);
}
#footer a:hover {
  list-style: none;
}
#footer .primary {
  padding: 40px 20px;
  background: #644136;
}
#footer .primary .flex {
  display: flex;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
#footer .primary .flex .right {
  display: flex;
  width: 63%;
  justify-content: flex-end;
}
#footer .primary .flex .left{
  width: 35%;
}
#footer .secondary {
  display: flex;
  padding: 20px;
  background: #461f13;
}
#footer .logo_sub{
  padding: 0.4vh 0.1vw;
  font-size: var(--semi-fontsize);
}
#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 2rem;
  line-height: 1.0;
}
.left img{
  width: 15%;
  height: 15%;
}
.logo_hiina{
  display: flex;
  align-items: center;
}
.logo_hiina_1{
  padding: 0 0 0.5em 0.5em;
}
.address {
  margin: 10px 0 0;
  padding: 0;
  font-size: 0.9rem;
}
.navi-section {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-left: 50px;
}
#footer .parent {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: var(--normal-fontsize);
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
#footer .navi li:first-child {
  margin: 0;
}
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}
.pd-0{
  padding:0;
}
.pd-01{
  padding: 0 1vw;
}
.pd-02{
  padding: 0 0.2vw;
}
#footer .copyright {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  color: #f2f2f2;
  font-size: 0.8rem;
}
@media screen and (max-width: 1023px) {
.logo_hiina {
display: flex;
align-items: center;
}
ul.navi {
font-size: 0.9em;
letter-spacing: 0.05em;
}
.address {
font-size: 0.8rem;
}
.navi-section {
margin-left: 30px;
}
#footer .logo {
font-size: 2rem;
line-height: 1.0;
}
#footer .logo_sub {
font-size: 1em;
padding: 0 0.3em;
}
#footer .primary .flex {
max-width: 980px;
}
}
@media screen and (max-width: 768px) {
#footer .primary {
padding: 20px 20px;
background: #644136;
}
#footer .primary .flex {
display: block;
padding: 2em;
}
#footer .primary .flex .left{
width: 100%;
}
#footer .primary .flex .right{
width: 100%;
}
#footer .secondary {
display: block;
padding: 20px 20px;
}
#footer .logo {
font-size: 28px;
}
#footer .logo_sub{
font-size: 12px;
}
.logo_hiina {
align-items: center;
}
.left img {
width: 60px;
height: auto;
}
.address {
font-size: 12px;
padding-left: 0.5em;
}
.navi-section {
display: block;
width: 100%;
margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
margin: 0 0 10px;
}
#footer .navi {
font-size: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #644136;
}
#footer .navi li {
border-top: 1px solid #644136;
padding-top: 10px;
margin-top: 10px;
font-size: 12px;
}
#footer .sitenavi {
width: 100%;
text-align: center;
font-size: 12px;
}
#footer .copyright {
width: 100%;
text-align: center;
font-size: 12px;
}
}
@media screen and (max-width: 599px) {
#footer .primary .flex .right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 2em 0 0;
}
.navi-section {
  margin: 20px 0 0;
}
.navi-section:first-child{
  display: none;
}
}
@media screen and (max-width: 425px) {
  #footer .primary .flex .right {
    display: none;
  }
}
@media screen and (max-width: 399px) {
#footer .navi li {
  font-size: 11px;
}
  #footer .copyright {
  margin: 0;
}
}
/* ここまで フッター */


/* go to TOP */
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background: #238d64;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;
}

#page-top a:hover{
  background: #1FC183;
}
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  #page-top a{
    opacity: 0.5;
  }
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.pagetop:hover {
  opacity: .8;
}
/* go to TOP */