@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.75rem;
  --middle-fontsize: 0.88rem;
  --big-fontsize: 1rem;
  --large-fontsize: 1.2rem;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.72rem;
    --normal-fontsize: 0.82rem;
    --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: 0.95rem;
    --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.05rem;
    --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.2rem;
    --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';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  background-image: url(../images/wood-pattern.png);
}
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);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,1);
  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: #000;
  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: #333;
}
.header_left{
  display: flex;
  align-items: center;
}
.unei_logo{
  padding: 5px 0 0 40px;
}
.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: #1b4059;
  font-size: 0.8rem;
  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 --*/

/* ここからMAIN VISUAL */
.mv {
  position: relative;
  overflow: hidden;
  background: #fffcf4;
}
.mv__bg {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.mv__bg::before {
  content: "";
  display: block;
  height: 100%;
  max-width: 100%;
  background-image: url(../images/bg_green.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.mv__pic {
  position: relative;
  max-width: calc(100% - 60px);
  height: 340px;
  margin-left: auto;
  overflow: hidden;
  border-bottom-left-radius: 60px;
}
/* .mv__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
} */
.movie__video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.mv__pic-overlay {
  display: none;
}
.mv__cont {
  position: relative;
  padding: 0 3% 8vw;
  margin-top: -80px;
}
.mv__cont img{
  padding: 26vw 21vw 2vw 3%;
}
.mv__cont p{
  color: #FFF;
  margin: 0 0 4.2rem 1.3rem;
  font-size: 2.6vw;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

@media screen and (min-width: 600px) {
  .mv__bg {
    top: 180px;
  }
  .mv__pic {
    max-width: calc(100% - 120px);
    height: 600px;
  }
  .mv__cont img {
    padding: 16vw 26vw 0 3%;
  }
  .mv__cont p {
    margin: 0.5rem 0 7rem 2rem;
    font-size: 1.15rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .mv__bg {
    top: 130px;
  }
  .mv__pic {
    margin-top: 70px;
    border-bottom-left-radius: 120px;
    max-width: calc(100% - 200px);
  }
  .mv__pic-overlay {
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 160px;
    max-width: 64%;
    background-image: url(../images/bg_green_m.png);
    background-repeat: no-repeat;
  }
  .mv__cont {
    width: 900px;
    padding: 6vw 0 10vw 5%;
    margin-top: -400px;
  }
  .mv__cont img {
    padding: 0 20vw 0 0;
  }
  .mv__cont p {
    margin: 1rem 0 6rem 0;
    font-size: 1.35rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }
}

@media screen and (min-width: 1440px) {
  .mv__pic {
    height: 700px;
    max-width: calc(100% - 220px);
  }
  .mv__pic-overlay {
    height: 210px;
    max-width: 50%;
  }
  .mv__cont {
    width: calc(100% - 28vw);
    padding: 6vw 0 10vw 5%;
    margin-top: -400px;
  }
  .mv__cont img {
    padding: 0;
    width: calc(100% - 24vw);
  }
  .mv__cont p {
    font-size: 1.6rem;
    letter-spacing: 0.14rem;
  }
}

@media screen and (min-width: 1920px) {
  .mv__pic {
    height: 780px;
    max-width: calc(100% - 240px);
  }
  .mv__cont {
    margin-top: -520px;
  }
  .mv__cont p {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 2000px) {
  .mv__pic-overlay {
    display: none;
}
}
/* ここまでMAIN VISUAL */

.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: #FFF;
  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:#FFF;
  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:#FFF;
}
}
/* scroll */

/* OMOTENASHI */
.omotenashi__contents{
  margin-top: 2em;
}
.aisatsu__text{
  padding: 4vw;
}
.omotenashi__contents h2{
  font-size: var(--large-fontsize);
  text-align: center;
  line-height: 1.4;
}
.omotenashi__contents h3{
  font-size: var(--large-fontsize);
  text-align: center;
}
.omotenashi__contents h4{
  font-size: var(--big-fontsize);
  text-align: center;
  color: #FF0066;
}
.annai__wrap{
  background: #fff;
  padding: 4vw 6vw 0;
  margin: 0 0 8vw;
}
.invitation__wrap{
  padding: 1em 0;
}
.invitation__text{
  text-align: left;
}
.annai__list{
  text-align: center;
}
.annai__list li{
  line-height: 1.8;
}
.annai__list span{
  font-weight: bold;
  padding-right: 0.2rem;
}
.annai__image{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 4vw 0 0;
}
.caution__wrap{
  padding: 4vw;
  background: #ececec;
  font-size: var(--semi-fontsize);
  text-align: left;
  margin: 0 0 4vw;
}
.caution__ttl{
  font-size: var(--normal-fontsize);
  font-weight: bold;
  padding: 0 0 0.7em;
  text-align: center;
}
.caution__wrap li::before{
  content: "・";
  padding-right: 0.2em;
}

@media screen and (min-width: 600px) {
 .invitation__wrap {
    padding: 1em;
  }
  .annai__list li {
    line-height: 2.2;
  }
  .caution__wrap {
    padding: 4vw;
    text-align: center;
    font-size: var(--normal-fontsize);
  }
}

@media screen and (min-width: 990px) {
  .omotenashi__contents {
    margin-top: 0;
    padding: 2em 0 0;
  }
  .invitation__wrap {
    padding: 1.5rem 0;
    text-align: center;
  }
  .invitation__text {
    text-align: center;
  }
  .aisatsu__text {
    padding: 2em 0;
    width: 700px;
    margin: 0 auto 2em;
  }
  .annai__wrap {
    padding: 4em 0;
    margin: 0 auto 4em;
    width: 800px;
  }
  .annai__wrap h3 {
    font-size: var(--large-fontsize);
  }
  .annai__image {
    padding: 2em 0 0;
    width: 680px;
    margin: auto;
  }
  .annai__list span{
  padding-right: 0.5rem;
  }
  .caution__wrap {
    padding: 2em 2em 2.5em;
    text-align: center;
    width: 700px;
    margin: 0 auto 2em;
  }
}

@media screen and (min-width: 1440px) {
  .omotenashi__contents {
    margin-top: 0;
    padding: 0;
  }
  .annai__wrap{
    width: 900px;
  }
  .aisatsu__text {
    width: 800px;
  }
  .caution__wrap {
    width: 900px;
    padding: 3em 2em 3.5em;
  }
}
/* OMOTENASHI */

/* add caution */
.add__caution__wrap{
  padding: 1rem;
  border: 1px solid #e50f0f;
  margin: 0 auto 1rem;
}
.add__caution{
  background: #e50f0f;
  color: #FFF;
  padding: 1rem 1rem 1.2rem;
  text-align: center;
}
.add__caution__ttl{
  border-bottom: 1px solid #FFF;
  width: fit-content;
  margin: 0 auto 0.5rem;
  padding: 0 0 0.3rem;
}
.add__caution__text{
  line-height: 1.4;
}
.add__bottom{
  padding: 0.7rem 0 0;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .add__caution__wrap {
    padding: 1.5rem;
    margin: 0.7rem 2rem 1.5rem;
  }
  .add__bottom {
    padding: 0.9rem 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .add__caution__wrap {
    padding: 1.5rem 2rem;
    margin: 0 6rem 1.5rem;
  }
}

.add__button a {
  background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0.5rem auto;
  max-width: 200px;
  padding: 5px 30px 5px 20px;
  color: #FFF;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  font-size: 0.9rem;
}
.add__button a:hover {
  background: #fcb045;
  background: linear-gradient(
    to right,
    #fcb045,#fd1d1d,#833ab4
  );
  color: #FFF;
}
.add__button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 40px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.add__button a:hover:after {
  border-color: #FFF;
}

@media screen and (min-width: 1024px) {
  .add__button a {
    padding: 8px 50px 8px 40px;
    font-size: 1.1rem;
    max-width: 240px;
  }
}
/* add caution */

.image__caution{
  text-align: center;
  color: #e50f0f;
  font-weight: bold;
}
/* background */
.background_sp{
  background-image: url('../images/bg__section__sp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vw;
  position: relative;
}
.background_pc{
  display: none;
}

@media screen and (min-width: 990px){
.background_sp {
  display: none;
}
.background_pc {
  display: block;
  background-image: url('../images/bg__section__pc.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vw;
  position: relative;
}
}

@media screen and (min-width: 1440px) {
  .background_pc {
    height: 500px;
  }
}
/* background */

/* ABOUT GARDEN */
.about__contents{
  text-align: center;
  padding: 2em 0 0;
}
.about__contents h2{
  font-size: var(--large-fontsize);
}
.about__sttl{
  font-size: var(--semi-fontsize);
  padding: 0.5em 0 0;
}
.about__wrap{
  padding: 2em 8vw 0;
}
.about__img{
  width: 160px;
  margin: auto;
}
.about__text {
  padding: 2.3em 0;
  line-height: 1.8;
  text-align: left;
  padding: 2em 0 0;
}
.about__text_r {
  padding: 2.3em 0;
  line-height: 1.8;
  text-align: center;
  padding: 2em 0 0;
}

@media screen and (min-width: 600px) {
.about__wrap{
  display: grid;
  grid-template-columns: 160px 60%;
  gap: 0 4em;
  justify-content: center;
  padding: 2em 0 0;
}
}

@media screen and (min-width: 1024px) {
.about__wrap{
  max-width: 1000px;
  margin: auto;
  grid-template-columns: 240px 70%;
  padding: 3em 0 0;
}
.about__img {
  width: 260px;
  margin: auto;
}
.about__text {
  padding: 2.3em 0;
  line-height: 1.8;
}
.about__text_r {
  padding: 2em 0;
  line-height: 1.8;
  text-align: center;
}
}

@media screen and (min-width: 1440px) {
  .about__wrap{
    width: 1000px;
    grid-template-columns: 280px 65%;
    padding: 3em 0 0;
  }
  .about__img {
    width: 280px;
  }
  .about__text,
  .about__text_r {
    line-height: 2.0;
  }
}

@media screen and (min-width: 1920px) {
  .about__wrap{
    width: 1200px;
  }
  .about__img {
    width: 290px;
  }
    .about__text_r {
      padding: 1.8em 0 0;
  }
}
/* ABOUT GARDEN */

/* GARDEN FLOWER */
.garden__contents{
  padding: 0 8vw;
}
.garden__contents h2{
  font-size: var(--middle-fontsize);
  text-align: center;
  padding : 0 0 1em;
}
.special__wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 4px 8px;
}

@media screen and (min-width: 1024px) {
  .garden__contents{
    padding: 0;
  }
  .garden__contents h2{
    padding: 0 0 0.5rem;
  }
  .special__wrap {
    padding: 1em 0;
    grid-template-columns: repeat(6,1fr);
    gap: 10px 16px;
  }
}
/* GARDEN FLOWER */

/* コンテンツをもっと見るボタン */
.more-btn{
  background-color: #0a7f15;
  color: #fff;
  padding: 8px;
  margin: 1em auto 0;
  width: 130px;
  text-align:center;
  font-weight: 500;
  border-radius: 5px;
}
.more-btn:hover{
  cursor: pointer;
  background: #289132;
}

@media screen and (min-width: 1024px) {
  .more-btn{
    padding: 10px;
    margin: 1em auto 0;
    width: 200px;
  }
}
/* コンテンツをもっと見るボタン */

/* KANSHO KAI */
.kansho__contents{
  text-align: center;
  padding: 0 8vw 1%;
}
.kansho__contents h2{
  font-size: var(--large-fontsize);
}
.kansho__group{
  margin: 2em 0;
}
.kansho__group:last-child{
  margin: 2em 0 0;
}
.kansho__sttl{
  font-size: var(--semi-fontsize);
  padding: 0.5em 0 0;
}
.kansho__ttl{
  font-size: var(--middle-fontsize);
}
.kansho__ttl rt{
  padding: 0.8em 0 0.2em;
}
.kansho__image{
  padding: 0.7em 8vw 0;
}

@media screen and (min-width: 990px) {
  .kansho__group {
    margin: 0 0 4em;
  }
  .kansho__ttl {
    font-weight: bold;
    font-size: var(--big-fontsize);
  }
  .kansho__ttl rt{
    padding: 0.8em 0 0.4em;
  }
}

@media screen and (min-width: 1280px) {
  .kansho__image {
    padding: 0.9em 8vw 0;
  }
}

@media screen and (min-width: 1440px) {
  .kansho__contents {
    padding: 0 8vw;
  }
  .kansho__sttl {
    font-size: var(--normal-fontsize);
  }
 .kansho__group:last-child {
    margin: 4em 0 2em;
  }
}

@media screen and (min-width: 1920px) {
  .kansho__group {
    margin: 4em 0;
  }
}
/* KANSHO KAI */

/* button */
.btn-hover-bg-right {
  display: inline-block;
  position: relative;
  line-height: 0;
  padding: 1.2rem 1.6rem;
  margin: 1rem auto 0;
  border-radius: 5px;
  background-color: #ff007c;
  background-image: linear-gradient(90deg, #ff5baa 50%, transparent 50%);
  background-position: 100%;
  background-size: 300%;
  color: #FFF;
  font-size: var(--middle-fontsize);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  text-decoration: none;
  transition: background 500ms ease-in-out;
}

.btn-hover-bg-right:hover {
  background-position: 0;
}

@media screen and (min-width: 600px) {
  .btn-hover-bg-right {
    padding: 1.5rem 2.5rem;
    margin: 1.7rem auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .btn-hover-bg-right {
    margin: 2rem auto 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .btn-hover-bg-right {
    padding: 2rem 3rem;
    margin: 3rem auto 1rem;
  }
}
/* button */

/* popup */
.mainmap__contents{
  background: #FFF;
  padding: 0 0 2vw;
}
.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;
  }
  .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 */

/* map */
.bottom__contents{
  padding: 4vw 0;
  text-align: center;
  /* background: rgba(255, 255, 255, 0.7); */
}
.bottom__logo {
  margin: 0 auto 3vw;
  max-width: 160px;
}
.bottom__text {
  word-break: break-word;
  padding: 0 4vw 2vw;
  font-size: var(--semi-fontsize);
}
.map_image{
  padding: 4vw;
}
.map_image img{
  border-radius: 3em;
}
.google-maps{
  display: none;
}
.footer__image{
  line-height: 0;
}

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

@media screen and (min-width: 1024px) {
.bottom__logo {
  padding: 0;
  margin: 0 auto;
}
.bottom__text {
  padding: 1.5rem 0 0.5rem;
  width: 880px;
  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 1.5rem 0;
}
.cell {
  padding: 3px 12px;
  font-size: var(--semi-fontsize);
  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);
  }
  .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{
    width: 740px;
    margin: auto;
    padding: 2rem 0 0;
  }
  .cell {
    padding: 3px 25px;
  }
}
/* 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 */