@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 300;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Maru Gothic";
  font-weight: 900;
  font-style: normal;
  src: url("../../font/Zen_Maru_Gothic/woff2/ZenMaruGothic-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #353838;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
  overflow-x: hidden;
  background-color: #e7f5e1;
}
html body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}
html body p {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 1.5px;
}
html body h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 3px;
}
html body h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 1px;
}
html body h5 {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 600;
}
html body img {
  pointer-events: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  /* Webkitブラウザ（ChromeやSafari）向け */
  -webkit-user-select: none;
  -moz-user-select: none;
  /* Firefox向け */
  -ms-user-select: none;
  /* IE向け */
  pointer-events: none;
  /* 右クリックや長押し禁止 */
}

main {
  overflow: hidden;
}

.swiperloop {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.suisai-right {
  position: absolute;
  top: 20px;
  right: 0;
  animation: tenmetu 3s infinite;
  z-index: 3;
}
.suisai-right figure {
  width: 400px;
  height: 400px;
}
.suisai-right figure img {
  width: 100%;
}

.suisai-left {
  position: absolute;
  bottom: 0px;
  left: 0;
  animation: tenmetu 3.5s infinite;
}
.suisai-left figure {
  transform: rotate(180deg);
  width: 400px;
  height: 400px;
}
.suisai-left figure img {
  width: 100%;
}

@keyframes tenmetu {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  ヘッダー部分基本幅設定  end  ******/
/*****************************************/
img {
  max-width: 100%;
}

/*****************************************/
/****  コンテンツ部分基本幅設定  start  ****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.layout_width_full {
  width: 90%;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 2rem;
}

.layout_width_1024 {
  width: 100%;
  max-width: 1024px;
  padding: 0 2rem;
  margin: 0 auto;
}

.layout_width_830 {
  width: 100%;
  max-width: 830px;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .layout_width {
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  padding: 7rem 0 7rem;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 7rem 0 7rem;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 7rem 0 7rem;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 5rem 0 5rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #595757;
}
.bgcolor div h2 {
  color: #ef961b;
}
.bgcolor div h2 b {
  color: #ef961b;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 768px) {
  html body p {
    font-size: 17px;
  }
  html body h3 {
    font-size: 25px;
  }
  html body h4 {
    font-size: 19px;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 251, 0, 0.6) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #7dd27d;
  text-emphasis: filled #7dd27d;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  padding: 0 0.15rem 0.25rem;
  margin: 1rem 0.15rem 0;
  -webkit-text-emphasis: filled rgb(255, 136, 0);
  text-emphasis: filled rgb(255, 136, 0);
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  end  **********/
/*****************************************/
/*****************************************/
/********フォトギャラリー上下中央設定*******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.parallax_imagebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 400px;
}
.parallax_imagebox .background {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax_imagebox .bg_image_one {
  background-image: url("../../img/common/sample__bg.jpg");
}

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
  position: relative;
  background-color: #e7f5e1;
}
#breadcrumb::after {
  content: "";
  width: 120%;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  background: #fff3e4;
  background-color: #e7f5e1;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  z-index: 0;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  z-index: 1;
  position: relative;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: 15px;
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

@media screen and (max-width: 480px) {
  #breadcrumb::after {
    width: 150%;
    height: 150px;
    top: -130px;
  }
}
.upperbox {
  margin: 4rem auto 0;
  position: relative;
  padding: 4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.upperbox .footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(88, 88, 88), rgb(213, 213, 213));
  z-index: -1;
  opacity: 0.5;
}
.upperbox h2 {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.upperbox h2 p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  font-weight: 800;
}
.upperbox h2 span {
  color: #fff;
}
.upperbox .upperbox--contents {
  width: 55%;
  color: #ef961b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin: 0rem 0 0 0;
}
.upperbox .upperbox--contents--txt {
  width: 100%;
}
.upperbox .upperbox--contents--txt p {
  width: 100%;
  text-align: center;
  text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--link {
  margin: 0rem auto 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a {
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #f4f6f6;
  border-radius: 30px;
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--link a i {
  margin: 0 0.5rem 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--link a:hover {
  opacity: 0.5;
}
.upperbox .upperbox--contents .upperbox--contents--tel {
  margin: 1rem 0 0 0;
}
.upperbox .upperbox--contents .upperbox--contents--tel a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.upperbox .upperbox--contents .upperbox--contents--tel a i {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  margin: 0 0.5rem 0 0;
  color: #fff;
}
.upperbox .upperbox--contents .upperbox--contents--tel a > p {
  width: fit-content;
  font-weight: 800;
  font-size: 30px;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p {
  margin: 1rem 0 0 0;
  text-align: center;
  text-align-last: center;
}
.upperbox .upperbox--contents .upperbox--contents--tel > p span {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}

@media screen and (max-width: 768px) {
  .upperbox {
    gap: 50px;
    flex-flow: column;
  }
  .upperbox h2 {
    width: 100%;
  }
  .upperbox .upperbox--contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .upperbox {
    padding: 4rem 2rem;
  }
  .upperbox h2 p {
    font-size: 50px;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  20% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  20% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.eachTextAnime02 span {
  opacity: 0;
}

.eachTextAnime02.appeartext span {
  animation: text_anime_on02 1.5s ease-out forwards;
}

@keyframes text_anime_on02 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@keyframes animation-bar-right {
  0% {
    left: 101%;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: -100%;
    width: 0;
  }
}
header {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0px 0px 0px 20px;
}
header .he_logo {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  width: 350px;
  filter: drop-shadow(2px 2px 2px rgba(239, 150, 27, 0.1));
  color: #644a3d;
  font-weight: 500;
  font-size: 14px;
  background-color: #fff;
  padding: 15px 40px;
  border-radius: 80px;
  object-fit: contain;
}
header .he_logo img {
  display: block;
  width: 100%;
}
header .he-box {
  position: relative;
  background-color: #fffaf4;
  border-radius: 80px;
  padding: 0 0px 0 50px;
  margin-top: 20px;
  margin-right: 20px;
}
header .he-box .he_wrap {
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
  margin: 0 0px 0 0;
}
header .he-box .he_wrap nav {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
}
header .he-box .he_wrap nav ul {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  align-items: center;
}
header .he-box .he_wrap nav ul li {
  font-weight: 400;
}
header .he-box .he_wrap nav ul li p {
  font-size: 17px;
  line-height: 15px;
  list-style: none;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  white-space: nowrap;
}
header .he-box .he_wrap nav ul li span {
  color: #ef961b;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
  white-space: nowrap;
}
header .he-box .he_wrap nav ul li a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav ul li a::after {
  position: absolute;
  bottom: -20%;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #353838;
  transition: 0.3s;
}
header .he-box .he_wrap nav ul li a:hover::after {
  width: 100%;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0px;
  padding: 10px 10px 10px 0;
  position: relative;
  transition: 0.5s;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box:hover .figure-02 {
  animation: shippoyurayura 1s linear infinite;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .figure-01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .figure-01 img {
  width: 100%;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .figure-02 {
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 40px;
  animation: shippoyurayura 2s linear infinite;
  transition: 0.5s;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .figure-02 img {
  width: 100%;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box > p {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: -20px;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .btn {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  transition: background-position 0.5s ease;
  font-size: 35px;
  border-radius: 30px;
  transition: 0.5s;
  white-space: nowrap;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .btn p {
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: 500;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .btn a::after {
  display: none;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .btn a {
  transition: 0.5s;
  padding: 10px 30px;
  background-color: #7dd27d;
  border-radius: 80px;
}
header .he-box .he_wrap nav ul li:nth-child(7) .li-box .btn a:hover {
  background-color: #ef961b;
}
header .he-box .he_wrap nav ul .active a::after {
  transform: scale(1, 1);
  width: 100%;
  /*X方向にスケール拡大*/
}

@keyframes shippoyurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
  background: rgba(255, 255, 255, 0.7);
  padding: 0px 0px;
}
.header.fixed .he-box {
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
  margin-right: 0px;
}
.header.fixed .he_wrap nav ul li p {
  text-shadow: #fff 0px 0 0px;
}
.header.fixed .he_wrap nav ul li span {
  color: #7dd27d;
}
.header.fixed .openbtn > span {
  background-color: #353838;
}

/* 上部に固定させるスタイルを用意 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-nav-list {
  display: flex;
  justify-content: space-around;
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 100px;
  line-height: 100px;
}

/* クラスfixedが付与されたときのヘッダーの高さを指定 */
.fixed .header-nav-item-link {
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 1400px) {
  header {
    z-index: 20;
    padding: 0px 0px 0 10px;
  }
  header .he-box {
    background-color: rgba(255, 255, 255, 0);
  }
  header .he-box .he_wrap nav ul li {
    display: none;
  }
  header .he-box .he_wrap nav ul li p {
    font-size: 13px;
  }
  header .he-box .he_wrap nav ul li a::after {
    height: 2px;
  }
  header .he-box .he_wrap nav ul li:nth-child(7) {
    display: block;
  }
  header .he-box .he_wrap nav ul .li-box {
    margin-right: 30px;
  }
  .header.fixed {
    padding: 0px 15px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 10px 0px 20px;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  .header.fixed {
    padding: 10px 30px 10px 20px;
  }
  .header.fixed .he_logo {
    width: 300px;
  }
  .header.fixed .openbtn {
    top: -25px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 10px 5px 0px 10px;
    gap: 0px;
  }
  header .he_logo {
    width: 100%;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
  .header.fixed {
    padding: 10px 25px 10px 10px;
  }
  .header.fixed .he_logo {
    width: 250px;
  }
}
#floating {
  position: fixed;
  top: 45%;
  right: 0% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 19;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
#floating li a {
  background: #7dd27d;
  color: #fff;
  font-size: 17px;
  padding: 0.7rem 0.5rem 0.7rem 0.7rem;
  letter-spacing: 1px;
  line-height: 0.5;
  font-weight: 600;
  display: flex;
  writing-mode: vertical-rl;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  border-radius: 10px 0 0 10px;
  transition: 0.5s;
  position: relative;
}
#floating li a i {
  font-size: 24px;
  padding: 0 0 3px;
}
#floating li a .fa-line,
#floating li a .fa-instagram {
  font-size: 24px;
}
#floating li a:hover {
  opacity: 0.5;
}
@keyframes push {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1);
  }
}

@media screen and (max-width: 768px) {
  #floating {
    display: none;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 20px !important;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #d9e7d4;
  /*動き*/
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  width: 300px;
  margin-top: 30px;
  margin-left: 5px;
}
#g-nav .g-nav-icon a {
  padding: 0;
}
#g-nav .g-nav-icon a img {
  width: 30px;
  margin-right: 20px;
  transition: 0.4s;
}
#g-nav .g-nav-icon a img:hover {
  opacity: 0.5;
}
#g-nav .g-nav-icon a .youtube {
  width: 50px;
  margin-left: -5px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav ul .logo {
  margin: 0 auto;
}
#g-nav ul .logo a {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  border-radius: 80px;
  width: 300px;
  margin: 0 auto;
}
#g-nav ul .logo a img {
  width: 100%;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 20px;
  text-align: center;
  color: #7dd27d;
}
#g-nav li span {
  font-size: 18px;
  color: #353838;
  font-weight: 600;
}

#g-nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 20px 5px 20px;
  display: block;
  letter-spacing: 0.1em;
  width: 280px;
  transition: 0.5s;
}
#g-nav ul li a:hover {
  opacity: 0.5;
}
#g-nav ul li a i {
  font-size: 25px;
}

#g-nav .list-ec {
  margin: 25px auto 0;
  text-align: center;
}
#g-nav .list-ec a {
  background-color: #7dd27d;
  border-radius: 30px;
  padding: 10px 30px;
  transition: 0.5s;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 205px;
}
#g-nav .list-ec a:hover {
  opacity: 0.5;
}
#g-nav .list-ec a i {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #g-nav .list-ec a {
    font-size: 16px;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: none;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 30px;
  right: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 30px;
}

/*×に変化*/
.openbtn > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #353838;
  width: 45%;
}

.openbtn > span:nth-of-type(1) {
  top: 15px;
}

.openbtn > span:nth-of-type(2) {
  top: 23px;
}

.openbtn > span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active > span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 99999999;
  background-color: #353838;
}

.openbtn.active > span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active > span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 99999999;
  background-color: #353838;
}

@media screen and (max-width: 1400px) {
  .openbtn {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    display: block;
    top: 0px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    top: -34px;
    right: -22px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn > span {
    left: 12px;
    height: 2px;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn > span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn > span:nth-of-type(2) {
    top: 21px;
  }
  .openbtn > span:nth-of-type(3) {
    top: 29px;
  }
}
#blog,
#blog02 {
  position: relative;
  z-index: 3;
  padding-top: 0rem;
}
#blog::after,
#blog02::after {
  content: "";
  width: 120%;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  background: #fff3e4;
  background-color: #e7f5e1;
  transform: translate(-50%, 50%);
  border-radius: 100%;
}
#blog::before,
#blog02::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../../img/common/base.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -5;
}
#blog .blog__warp,
#blog02 .blog__warp {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  z-index: 10;
}
#blog .blog__warp__heading,
#blog02 .blog__warp__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#blog .blog__warp__heading h2,
#blog02 .blog__warp__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 60px;
  color: #7dd27d;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#blog .blog__warp__heading h2 .none,
#blog02 .blog__warp__heading h2 .none {
  display: none;
}
#blog .blog__warp__heading p,
#blog02 .blog__warp__heading p {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #7dd27d;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #blog .blog__warp__heading h2 .none,
  #blog02 .blog__warp__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #blog .blog__warp__heading,
  #blog02 .blog__warp__heading {
    margin: 0 auto 30px;
  }
  #blog .blog__warp__heading h2,
  #blog02 .blog__warp__heading h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #blog .blog__warp__heading h2 .none,
  #blog02 .blog__warp__heading h2 .none {
    display: block;
  }
}
#blog .blog__warp--box,
#blog02 .blog__warp--box {
  font-size: 16px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#blog .blog__warp--box--listbox,
#blog02 .blog__warp--box--listbox {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#blog .blog__warp--box--listbox--list,
#blog02 .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 20px);
  padding: 10px;
  background-color: #fff;
  padding: 15px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  border-radius: 20px;
}
#blog .blog__warp--box--listbox--list:first-child,
#blog02 .blog__warp--box--listbox--list:first-child {
  position: relative;
}
#blog .blog__warp--box--listbox--list:first-child::before,
#blog02 .blog__warp--box--listbox--list:first-child::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-image: url(../../img/common/new.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: wiggle 2.5s infinite;
  visibility: visible !important;
  z-index: 10;
}
#blog .blog__warp--box--listbox--list--link--images img,
#blog02 .blog__warp--box--listbox--list--link--images img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
#blog .blog__warp--box--listbox--list--link--item,
#blog02 .blog__warp--box--listbox--list--link--item {
  display: flex;
  flex-flow: column;
  margin: 5px 0 0;
}
#blog .blog__warp--box--listbox--list--link--item time,
#blog02 .blog__warp--box--listbox--list--link--item time {
  color: #7dd27d;
  font-weight: 600;
  font-size: 18px;
}
#blog .blog__warp--box--listbox--list--link--item--h3,
#blog02 .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  order: 2;
  font-size: 18px;
  font-weight: 400;
  color: #353838;
  letter-spacing: 0;
  background-image: none;
}
#blog .blog__warp--box--listbox--list--link--item--time,
#blog02 .blog__warp--box--listbox--list--link--item--time {
  order: 1;
}
#blog .blog__warp--box--listbox--list--link--item--time i,
#blog02 .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--cat,
#blog02 .blog__warp--box--listbox--list--link--item--cat {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--txt,
#blog02 .blog__warp--box--listbox--list--link--item--txt {
  display: none;
}
#blog .blog__warp--box--listbox--list--link--item--read,
#blog02 .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#blog .blog__warp__btn,
#blog02 .blog__warp__btn {
  text-align: center;
  text-align: center;
  margin: 25px auto 0;
  margin: 50px auto 30px;
  font-size: 22px;
}
#blog .blog__warp__btn a,
#blog02 .blog__warp__btn a {
  background-color: #7dd27d;
  color: #fff;
  white-space: nowrap;
  padding: 10px 35px;
  transition: background-position 0.5s ease;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
#blog .blog__warp__btn a p,
#blog02 .blog__warp__btn a p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#blog .blog__warp__btn a .fa-arrow-right,
#blog02 .blog__warp__btn a .fa-arrow-right {
  color: #fff;
  margin-left: 10px;
  transition: 0.5s;
}
#blog .blog__warp__btn a:hover,
#blog02 .blog__warp__btn a:hover {
  background-color: #7dd27d;
}
#blog .blog__warp__btn a:hover .fa-arrow-right,
#blog02 .blog__warp__btn a:hover .fa-arrow-right {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #blog .blog__warp__btn a,
  #blog02 .blog__warp__btn a {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
#blog .blog__warp__btn i,
#blog02 .blog__warp__btn i {
  margin-right: 5px;
}

@media screen and (max-width: 1280px) {
  #blog .blog__warp,
  #blog02 .blog__warp {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #blog .blog__warp--box--listbox--list,
  #blog02 .blog__warp--box--listbox--list {
    width: calc(33.3333333333% - 20px);
  }
  #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5),
  #blog02 .blog__warp--box--listbox--list:nth-child(4),
  #blog02 .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #blog .blog__warp__btn,
  #blog02 .blog__warp__btn {
    text-align: center;
    margin: 50px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #blog .blog__warp--box--listbox--list,
  #blog02 .blog__warp--box--listbox--list {
    width: 50%;
  }
  #blog .blog__warp--box--listbox--list:nth-child(3), #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5),
  #blog02 .blog__warp--box--listbox--list:nth-child(3),
  #blog02 .blog__warp--box--listbox--list:nth-child(4),
  #blog02 .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #blog,
  #blog02 {
    padding-bottom: 8rem;
  }
  #blog .blog__warp,
  #blog02 .blog__warp {
    width: 80%;
    margin: 0 auto;
  }
  #blog .blog__warp--box--listbox--list,
  #blog02 .blog__warp--box--listbox--list {
    width: 100%;
  }
  #blog .blog__warp--box--listbox--list:nth-child(2), #blog .blog__warp--box--listbox--list:nth-child(3), #blog .blog__warp--box--listbox--list:nth-child(4), #blog .blog__warp--box--listbox--list:nth-child(5),
  #blog02 .blog__warp--box--listbox--list:nth-child(2),
  #blog02 .blog__warp--box--listbox--list:nth-child(3),
  #blog02 .blog__warp--box--listbox--list:nth-child(4),
  #blog02 .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
#top-main {
  margin: 0px 0 0 0;
  position: relative;
  padding: 0;
}
#top-main .swiper {
  position: relative;
}
#top-main .swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #353838, rgba(125, 210, 125, 0));
  opacity: 0.2;
  z-index: 1;
}
#top-main .swiper-slide-active .swiper-img,
#top-main .swiper-slide-duplicate-active .swiper-img,
#top-main .swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}
#top-main .swiper-slide img {
  height: 90svh;
  width: 100%;
  object-fit: cover;
  overflow-x: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-main .swiper-pagination {
  bottom: 100px;
}
#top-main .swiper-wrapper02 {
  position: absolute;
  top: 55%;
  right: 120px;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-flow: column;
  gap: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
#top-main .swiper-wrapper02 h2 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 0px;
  line-height: 1.5;
  letter-spacing: 2px;
  position: relative;
  white-space: nowrap;
  color: #62a962;
}
#top-main .swiper-wrapper02 h2 b {
  font-size: 40px;
  color: #fff;
  text-shadow: 2px 2px 0 #7dd27d, -2px -2px 0 #7dd27d, -2px 2px 0 #7dd27d, 2px -2px 0 #7dd27d, 0px 2px 0 #7dd27d, 0 -2px 0 #7dd27d, -2px 0 0 #7dd27d, 2px 0 0 #7dd27d;
}
#top-main .swiper-wrapper02 h2::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 400px;
  height: 400px;
  background-image: url(../../img/common/neko-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  opacity: 0.8;
}
#top-main .swiper-wrapper02 .figure-01 {
  position: absolute;
  top: -70px;
  left: -100px;
  width: 140px;
  animation: yurayura02 1.5s infinite;
}
#top-main .swiper-wrapper02 .figure-01 img {
  width: 100%;
}
#top-main .swiper-wrapper02 .figure-02 {
  position: absolute;
  bottom: -120px;
  right: -50px;
  width: 80px;
  animation: yurayura 1s infinite;
}
#top-main .swiper-wrapper02 .figure-02 img {
  width: 100%;
}
#top-main .swiper-wrapper02 .figure-03 {
  position: absolute;
  top: -80px;
  right: -30px;
  width: 200px;
}
#top-main .swiper-wrapper02 .figure-03 img {
  width: 100%;
}

@keyframes yurayura {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(-10deg);
  }
  65% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes yurayura02 {
  0% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 1280px) {
  #top-main .swiper-wrapper02 {
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media screen and (max-width: 928px) {
  #top-main .swiper-wrapper02 {
    left: 50%;
  }
}
@media screen and (max-width: 570px) {
  #top-main {
    margin: 0px 0 0 0;
    position: relative;
    padding: 0;
  }
  #top-main .swiper-slide img {
    width: 100%;
    object-fit: cover;
    overflow-x: hidden;
  }
  #top-main .swiper-wrapper02 {
    top: 48%;
  }
}
@media screen and (max-width: 480px) {
  #top-main .swiper::before {
    height: 20%;
  }
  #top-main .swiper-wrapper02 h2 {
    font-size: 27px;
  }
  #top-main .swiper-wrapper02 h2 b {
    font-size: 30px;
  }
  #top-main .swiper-wrapper02 h2::before {
    width: 300px;
    height: 300px;
  }
  #top-main .swiper-wrapper02 .figure-01 {
    top: -70px;
    left: -70px;
    width: 100px;
  }
  #top-main .swiper-wrapper02 .figure-02 {
    bottom: -90px;
    right: -40px;
    width: 60px;
  }
  #top-main .swiper-wrapper02 .figure-03 {
    top: -80px;
    right: -30px;
    width: 180px;
  }
}
#top-heading {
  padding-top: 0;
  background-color: #ffecd2;
  position: relative;
  padding-bottom: 10rem;
}
#top-heading::after {
  content: "";
  width: 120%;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  background: #ffecd2;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  z-index: -1;
}
#top-heading .wrapper__box--blok h3 {
  text-align: center;
}
#top-heading .wrapper__box--blok h3 span {
  background-color: #ef961b;
  color: #fff;
  display: inline-block;
  margin: 5px 0;
  padding: 3px 5px;
  font-size: 40px;
}
#top-heading .wrapper__box--blok h3 .big {
  font-size: 50px;
}
#top-heading .wrapper__box--blok ul {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
#top-heading .wrapper__box--blok ul li {
  border: 2px solid #ef961b;
  background-color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#top-heading .wrapper__box--blok ul li h4 {
  text-align: center;
  line-height: 1;
}
#top-heading .wrapper__box--blok ul li h4 b {
  font-size: 60px;
  color: #ef961b;
}
#top-heading .wrapper__box--blok h5 {
  text-align: center;
  margin-top: 25px;
}
#top-heading .wrapper__box--blok h5 b {
  font-size: 35px;
  color: #ef961b;
}
@media screen and (max-width: 520px) {
  #top-heading .wrapper__box--blok h3 {
    white-space: nowrap;
  }
  #top-heading .wrapper__box--blok h3 span {
    font-size: 27px;
    letter-spacing: 0;
  }
  #top-heading .wrapper__box--blok h3 .big {
    font-size: 35px;
  }
  #top-heading .wrapper__box--blok ul {
    gap: 5px;
  }
  #top-heading .wrapper__box--blok ul li {
    width: 110px;
    height: 110px;
  }
  #top-heading .wrapper__box--blok ul li h4 {
    line-height: 0.9;
  }
  #top-heading .wrapper__box--blok ul li h4 b {
    font-size: 60px;
  }
}
@media screen and (max-width: 372px) {
  #top-heading .wrapper__box--blok ul li {
    width: 100px;
    height: 100px;
  }
  #top-heading .wrapper__box--blok ul li h4 {
    font-size: 15px;
  }
  #top-heading .wrapper__box--blok ul li h4 b {
    font-size: 55px;
  }
}
#top-features {
  position: relative;
  padding-top: 0;
}
#top-features::after {
  content: "";
  width: 120%;
  height: 150px;
  position: absolute;
  top: -150px;
  left: 50%;
  background: #fff3e4;
  background-color: #e7f5e1;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  z-index: 1;
}
#top-features .wrapper {
  position: relative;
  z-index: 3;
}
#top-features .wrapper__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#top-features .wrapper__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 60px;
  color: #7dd27d;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#top-features .wrapper__heading h2 .none {
  display: none;
}
#top-features .wrapper__heading p {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #7dd27d;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #top-features .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-features .wrapper__heading {
    margin: 0 auto 30px;
  }
  #top-features .wrapper__heading h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #top-features .wrapper__heading h2 .none {
    display: block;
  }
}
#top-features .wrapper ul {
  display: flex;
  flex-flow: column;
  gap: 80px;
}
#top-features .wrapper ul li {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
#top-features .wrapper ul li figure img {
  border-radius: 10px 100px 10px 100px;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#top-features .wrapper ul li .li-txt h3 {
  margin-bottom: 20px;
}
#top-features .wrapper ul li .li-txt h3 i {
  color: #e7928d;
}
#top-features .wrapper ul li:nth-child(2n) figure {
  order: 2;
}
@media screen and (max-width: 928px) {
  #top-features .wrapper ul {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
  }
  #top-features .wrapper ul li {
    grid-template-columns: 1fr;
  }
  #top-features .wrapper ul li:nth-child(2n) figure {
    order: 1;
  }
  #top-features .wrapper ul li:nth-child(2n) .li-txt {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  #top-features .wrapper ul li {
    gap: 30px;
  }
  #top-features .wrapper ul li .li-txt h3 {
    letter-spacing: 0.5px;
  }
}
#top-area {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}
#top-area::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff3e4;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#top-area .wrapper__box {
  display: flex;
  align-items: center;
}
#top-area .wrapper__box figure {
  width: 500px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#top-area .wrapper__box figure img {
  width: 100%;
}
#top-area .wrapper__box--blok {
  width: 60%;
}
#top-area .wrapper__box--blok h3 {
  font-size: 70px;
  color: #ef961b;
  font-weight: 500;
}
#top-area .wrapper__box--blok p {
  margin-top: -20px;
  border-bottom: 2px dashed #ef961b;
  padding-bottom: 5px;
  width: 200px;
}
#top-area .wrapper__box--blok h4 {
  margin-top: 30px;
  font-weight: 500;
  width: fit-content;
  line-height: 1.8;
  text-align: justify;
}
#top-area .wrapper__box--blok h4 .none {
  display: none;
}

.animate::after {
  animation: animation-bar 1s ease 0s 1 normal forwards;
}

@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@media screen and (max-width: 830px) {
  #top-area {
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }
  #top-area::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 80%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #top-area .wrapper__box {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #top-area .wrapper__box figure {
    width: 80%;
    margin-top: 50px;
  }
  #top-area .wrapper__box figure img {
    width: 100%;
  }
  #top-area .wrapper__box--blok {
    width: 80%;
  }
  #top-area .wrapper__box--blok h3 {
    font-size: 50px;
  }
  #top-area .wrapper__box--blok p {
    margin-top: -10px;
    font-size: 17px;
    line-height: 1.2;
  }
  #top-area .wrapper__box--blok h4 {
    font-size: 17px;
  }
  #top-area .wrapper__box--blok h4 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-area .wrapper__box--blok {
    width: 90%;
  }
}
#top-service,
#service {
  position: relative;
}
#top-service .wrapper,
#service .wrapper {
  position: relative;
  z-index: 3;
}
#top-service .wrapper__heading,
#service .wrapper__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#top-service .wrapper__heading h2,
#service .wrapper__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 60px;
  color: #7dd27d;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#top-service .wrapper__heading h2 .none,
#service .wrapper__heading h2 .none {
  display: none;
}
#top-service .wrapper__heading p,
#service .wrapper__heading p {
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  border-bottom: 2px dashed #7dd27d;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #top-service .wrapper__heading h2 .none,
  #service .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top-service .wrapper__heading,
  #service .wrapper__heading {
    margin: 0 auto 30px;
  }
  #top-service .wrapper__heading h2,
  #service .wrapper__heading h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #top-service .wrapper__heading h2 .none,
  #service .wrapper__heading h2 .none {
    display: block;
  }
}
#top-service .wrapper ul,
#service .wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#top-service .wrapper ul li,
#service .wrapper ul li {
  padding: 50px;
  border-radius: 30px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  display: grid;
  gap: 30px;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
}
#top-service .wrapper ul li figure,
#service .wrapper ul li figure {
  width: 200px;
  margin: 0 auto;
}
#top-service .wrapper ul li figure img,
#service .wrapper ul li figure img {
  width: 100%;
}
#top-service .wrapper ul li .li-txt h4,
#service .wrapper ul li .li-txt h4 {
  display: inline-block;
  position: relative;
  height: 40px; /*高さ*/
  line-height: 40px; /*高さ*/
  text-align: center;
  padding: 0 40px 0 18px; /*文字の左右の余白*/
  font-size: 20px; /*文字サイズ*/
  background: #ffc668; /*背景色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
  margin-bottom: 10px;
}
#top-service .wrapper ul li .li-txt h4:after,
#service .wrapper ul li .li-txt h4:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
#top-service .wrapper ul li .li-txt h3,
#service .wrapper ul li .li-txt h3 {
  margin-bottom: 10px;
}
#top-service .wrapper .btn,
#service .wrapper .btn {
  text-align: center;
  margin: 25px auto 0;
  margin-top: 50px;
}
#top-service .wrapper .btn a,
#service .wrapper .btn a {
  background-color: #7dd27d;
  color: #fff;
  white-space: nowrap;
  padding: 10px 35px;
  transition: background-position 0.5s ease;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
#top-service .wrapper .btn a p,
#service .wrapper .btn a p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#top-service .wrapper .btn a .fa-arrow-right,
#service .wrapper .btn a .fa-arrow-right {
  color: #fff;
  margin-left: 10px;
  transition: 0.5s;
}
#top-service .wrapper .btn a:hover,
#service .wrapper .btn a:hover {
  background-color: #7dd27d;
}
#top-service .wrapper .btn a:hover .fa-arrow-right,
#service .wrapper .btn a:hover .fa-arrow-right {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #top-service .wrapper .btn a,
  #service .wrapper .btn a {
    font-size: 18px;
    letter-spacing: 0px;
  }
}

#service {
  padding-top: 3rem;
}
#service .wrapper ul {
  position: relative;
  z-index: 5;
  grid-template-columns: 1fr 1fr 1fr;
}
#service .wrapper ul li {
  grid-template-columns: 1fr;
  align-items: normal;
  gap: 20px;
}
#service .wrapper ul li figure {
  width: 100%;
}
#service .wrapper ul li figure img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media screen and (max-width: 1420px) {
  #service .wrapper ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1280px) {
  #top-service .wrapper ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  #service .wrapper ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 630px) {
  #service .wrapper ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #top-service .wrapper ul li {
    grid-template-columns: 1fr;
  }
}
#top-item {
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}
#top-item .top-item_wrap ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top-item .top-item_wrap ul li {
  width: calc(50% - 30px);
  position: relative;
}
#top-item .top-item_wrap ul li .li-box {
  position: relative;
  width: 100%;
  height: 330px;
  display: grid;
}
#top-item .top-item_wrap ul li .li-box .li-img {
  overflow: hidden;
  width: 100%;
  height: 330px;
  border-radius: 10px 80px 10px 80px;
  transition: 0.5s;
  position: relative;
}
#top-item .top-item_wrap ul li .li-box .li-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
#top-item .top-item_wrap ul li .li-box .li-img:hover::after {
  background-color: rgba(125, 210, 125, 0);
}
#top-item .top-item_wrap ul li .li-box .li-img:hover img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
#top-item .top-item_wrap ul li .li-box .li-text {
  filter: drop-shadow(0 0 10px rgba(97, 61, 72, 0.2));
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  width: 70px;
  height: auto;
  border-radius: 5px;
  display: flex;
  background-color: rgba(125, 210, 125, 0.8);
  padding: 10px;
}
#top-item .top-item_wrap ul li .li-box .li-text h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 2px;
  color: #fff;
  writing-mode: vertical-rl;
  border-left: 1px solid #fff;
}
#top-item .top-item_wrap ul li .li-box .li-text p {
  font-size: 22px;
  color: #fff;
  writing-mode: vertical-rl;
  padding-right: 5px;
  line-height: 1.2;
}
#top-item .top-item_wrap ul li .li-box .arrow {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 15px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7dd27d;
  transition: 0.5s;
}
#top-item .top-item_wrap ul li .li-box .arrow i {
  color: #fff;
}
#top-item .top-item_wrap ul li .li-box:hover .arrow {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 928px) {
  #top-item .top-item_wrap ul {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  #top-item .top-item_wrap ul li {
    width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #top-item {
    padding: 5rem 0;
  }
  #top-item .top-item_wrap ul li {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #top-item {
    padding: 0rem 0 4rem;
  }
  #top-item .top-item_wrap ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }
  #top-item .top-item_wrap ul li {
    width: 90%;
    margin: 0 auto;
  }
  #top-item .top-item_wrap ul li .li-box {
    height: 200px;
  }
  #top-item .top-item_wrap ul li .li-box .li-img {
    height: 200px;
  }
  #top-item .top-item_wrap ul li .li-box .li-text p {
    font-size: 18px;
  }
}
/* ローディング画面のスタイル */
#loading {
  width: 100vw;
  height: 100vh;
  transition: opacity 1s, visibility 1s; /* フェードアウト用 */
  background-color: #e7f5e1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  will-change: transform, opacity; /* GPUアクセラレーションを明示 */
  backface-visibility: hidden; /* レンダリングの最適化 */
}

#loading .spinner {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  animation: sk-scaleout 1s ease-in-out;
  animation-iteration-count: 1; /* アニメーションを1回だけ実行 */
}

#loading .spinner img {
  width: 100%;
}

/* ローディング終了時のスタイル */
#loading.loaded {
  opacity: 0; /* フェードアウト */
  visibility: hidden; /* 完全に見えなくする */
}

@keyframes sk-scaleout {
  0% {
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #loading .spinner {
    width: 300px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp h2 {
  margin: 0 auto 4rem;
}
#carousel .carousel__warp--slider {
  overflow: hidden;
}
#carousel .carousel__warp--slider--box {
  transition-timing-function: linear;
}
#carousel .carousel__warp--slider--box--list {
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}
#carousel .carousel__warp--link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#carousel .carousel__warp--link a {
  margin: 2rem auto 0;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #595757;
  border: solid 1px #595757;
  color: #ef961b;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #7dd27d;
}

#modal {
  padding: 5rem 0 15rem 0;
  position: relative;
  margin: 0 3rem 3rem;
  width: calc(100% - 6rem);
}
#modal::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "coating gallery";
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  line-height: 1;
  z-index: 1;
}
#modal .modal__warp {
  /* モーダルを開くボタン */
  /* モーダル本体 */
  /* モーダルを閉じるボタン */
  /* モーダル内のコンテンツ */
}
#modal .modal__warp h2 {
  margin: 0 auto 4rem;
}
#modal .modal__warp .modal {
  padding: 0 0;
}
#modal .modal__warp .inner {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 20px;
}
#modal .modal__warp .inner > ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 20px);
  margin-top: unset !important;
  margin: 0 10px 20px;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: all ease 1s;
}
#modal .modal__warp .inner > ul > li figure:hover img {
  scale: 1.15;
}
#modal .modal__warp .modal__trigger {
  cursor: pointer;
}
#modal .modal__warp .modal__trigger:nth-child(n+2) {
  margin-top: 60px;
}
#modal .modal__warp .modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#modal .modal__warp .modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
#modal .modal__warp .modal__container {
  position: absolute;
  top: calc(50% + 46px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(80vh - 40px);
  padding: 20px;
  background: #fff;
}
#modal .modal__warp .modal__inner {
  position: relative;
  overflow-y: scroll;
  height: calc(100% - 50px);
  padding: 0px 20px 20px 20px;
  margin: 50px 0 0 0;
}
#modal .modal__warp .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
  z-index: 999;
}
#modal .modal__warp .modal__close:hover {
  opacity: 0.6;
}
#modal .modal__warp .modal__close:before,
#modal .modal__warp .modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
#modal .modal__warp .modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#modal .modal__warp .modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#modal .modal__warp .modal__content .modal__title {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
}
#modal .modal__warp .modal__content .modal__text {
  text-align: justify;
  text-align-last: left;
}

#gallery_2 {
  width: 100%;
  overflow-x: hidden;
}
#gallery_2 .section {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
#gallery_2 .section__title {
  position: absolute;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
}
#gallery_2 .section__list {
  display: flex;
  transition-timing-function: linear !important;
}
#gallery_2 .section__list li {
  width: 360px;
  display: block;
  padding-inline: 7.5px;
}
#gallery_2 .section__list li a {
  width: 100% !important;
  height: 100%;
  display: block;
}
#gallery_2 .section__list li a:hover img {
  scale: 1.1;
}
#gallery_2 .section__list li figure {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 5px;
}
#gallery_2 .section__list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 1s;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width: 928px) {
  #gallery_2 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery_2 .section__list li {
    width: 280px;
  }
}
.calender__content table {
  border: #7dd27d 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #7dd27d 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #7dd27d 2px solid;
}
.calender__content table tbody tr th:last-child,
.calender__content table tbody tr td:last-child {
  border-right: none;
}
.calender__content table tbody tr th {
  padding: 5px 0px;
  text-align: center;
  background-color: #ffffff;
}
.calender__content table tbody tr td {
  min-height: 70px;
  text-align: left;
  padding: 5px;
  padding-top: 0;
  container-type: inline-size;
}
.calender__content table tbody tr td .date {
  font-weight: bold;
  color: #7dd27d;
}
.calender__content table tbody tr td.sat .date {
  color: blue;
}
.calender__content table tbody tr td.holiday .date, .calender__content table tbody tr td.sun .date {
  color: red;
}
.calender__content table tbody tr td.close {
  background-color: #ffe0eb;
}
.calender__content table tbody tr td.close2 {
  background-color: #ffff8b;
}
.calender__content table tbody tr td.close3 {
  background-color: #c8e7fa;
}
.calender__content table tbody tr td.close4 {
  background-color: #c8ffc8;
}
.calender__content table tbody tr td.close5 {
  background-color: #eee5d7;
}
.calender__content table tbody tr td.close6 {
  background-color: #ffd700;
}
@container (max-width: 60px) {
  .calender__content table tbody tr td .event-button {
    font-size: 30cqi;
    padding: 3cqi 5cqi;
  }
}
.calender__content table tbody tr:last-child {
  border-bottom: none;
}
.calender__content .event-button {
  background: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin: 2px 0;
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.calender__content .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: calc(infinity);
}
.calender__content .modal-content {
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}
.calender__content .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
}
.calender__content .modal-title {
  margin-bottom: 15px;
  padding-right: 20px;
}
.calender__content .modal-events {
  margin-top: 10px;
}
.calender__content .modal-events a {
  color: blue;
  text-decoration: underline;
}
.calender__content .cms_calendar {
  margin-bottom: 20px;
  display: none;
}
.calender__content .cms_calendar.current-month {
  display: block;
}
.calender__content .cms_calendar .past {
  background-color: #f5f5f5;
}
.calender__content .cms_calendar .close {
  background-color: #ffe6e6;
}
.calender__content .cms_calendar .date {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.calender__content .d_null {
  background-color: #d8d8d8;
}
.calender__content .calender__btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin-bottom: 20px;
}
.calender__content .calender__btn #prev {
  grid-row: 1/2;
  grid-column: 1/2;
  display: none;
}
.calender__content .calender__btn #next {
  grid-row: 1/2;
  grid-column: 3/4;
}
.calender__content .btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.calender__content .calender__note {
  margin-top: 30px;
}

#calender {
  padding: 120px 0;
}
#calender .section {
  width: 80%;
  max-width: 1280px;
  margin-inline: auto;
}

body:has(#eventModal.open) {
  overflow: hidden;
}
body:has(#eventModal.open) header,
body:has(#eventModal.open) #floating,
body:has(#eventModal.open) #page-top {
  display: none;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  z-index: 99;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #7dd27d;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #fff;
}
.pagetop a:hover {
  opacity: 0.5;
}

.pagetop-contact {
  display: none;
  position: fixed;
  bottom: 8em;
  right: 4.5em;
  z-index: 99;
}
.pagetop-contact a figure {
  position: relative;
  width: 100px;
  height: 100px;
}
.pagetop-contact a figure::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-image: url(../../img/common/contact-base.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotate 15s infinite linear;
  pointer-events: none;
  z-index: -1;
}
.pagetop-contact a figure .contact-text {
  width: 100%;
}
.pagetop-contact .cat {
  position: absolute;
  bottom: -30px;
  right: -120px;
  width: 110px;
}
.pagetop-contact .cat img {
  width: 100%;
}
.pagetop-contact .cat-hand {
  position: absolute;
  bottom: 10px;
  right: -30px;
  width: 25px;
  animation: shippoyurayura 2s linear infinite;
}
.pagetop-contact .cat-hand img {
  width: 100%;
}
.pagetop-contact .close-button {
  position: absolute;
  top: -25px;
  right: -15px;
  background: #eee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 19px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

@keyframes shippoyurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 13rem;
    right: 1.5em;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  .pagetop-contact a figure {
    width: 80px;
    height: 80px;
  }
  .pagetop-contact a figure::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-image: url(../../img/common/contact-base.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: rotate 15s infinite linear;
    pointer-events: none;
    z-index: -1;
  }
  .pagetop-contact a figure .contact-text {
    width: 100%;
  }
}
#footer {
  position: relative;
  padding: 6rem 0 0 0;
  overflow: hidden;
  --mask: radial-gradient(34.99px at 50% 48px, #000 99%, #0000 101%)
      calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px, #0000 99%, #000 101%) 50% 30px/120px
      100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-color: #f2efda;
}
#footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/f-base.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
#footer .footer__warp {
  position: relative;
  z-index: 1;
}
#footer .footer__warp .logo-box {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#footer .footer__warp .logo {
  display: flex;
  gap: 10px;
  flex-flow: column;
  margin-top: 50px;
}
#footer .footer__warp .logo figure {
  width: 350px;
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 20px 30px 20px 40px;
  border-radius: 80px;
}
#footer .footer__warp .logo figure img {
  width: 100%;
}
#footer .footer__warp .foo-text {
  padding-bottom: 20px;
}
#footer .footer__warp .foo-text p {
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
}
#footer .footer__warp .foo-text .btn {
  text-align: center;
  margin: 25px auto 0;
  margin-top: 15px;
}
#footer .footer__warp .foo-text .btn a {
  background-color: #7dd27d;
  color: #fff;
  white-space: nowrap;
  padding: 10px 35px;
  transition: background-position 0.5s ease;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
#footer .footer__warp .foo-text .btn a p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
#footer .footer__warp .foo-text .btn a .fa-arrow-right {
  color: #fff;
  margin-left: 10px;
  transition: 0.5s;
}
#footer .footer__warp .foo-text .btn a:hover {
  background-color: #7dd27d;
}
#footer .footer__warp .foo-text .btn a:hover .fa-arrow-right {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #footer .footer__warp .foo-text .btn a {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
#footer .footer__warp .foo-text .btn a {
  display: flex;
  flex-flow: column;
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 15px;
}
#footer .footer__warp .foo-text .p-text {
  font-size: 20px;
  color: #353838;
}
#footer .footer__warp .foo-text__box {
  padding: 15px 30px;
  width: fit-content;
  margin: 30px auto 20px;
  background-color: #fff;
}
#footer .footer__warp .foo-text__box h3 {
  text-align: center;
  font-size: 17px;
  color: #7dd27d;
}
#footer .footer__warp .foo-text__box p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0px;
  color: #353838;
}
#footer .footer__warp .foo-text .p-annotation {
  font-size: 14px;
  line-height: 1.5;
}
#footer .footer__warp .sns {
  width: fit-content;
  margin: 0px auto 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .footer__warp .sns i {
  font-size: 35px;
  background-color: #ef961b;
  padding: 20px;
  border-radius: 80px;
  width: 70px;
  height: 70px;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#footer .footer__warp .sns .fa-line {
  font-size: 30px;
}
#footer .footer__warp .sns .fa-instagram {
  font-size: 29px;
}
#footer .footer__warp nav {
  padding: 10px 0 30px;
  position: relative;
  z-index: 1;
  border-top: 1px solid;
  width: 80%;
  margin: 0 auto;
}
#footer .footer__warp nav .nav_list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
#footer .footer__warp nav .nav_list li span {
  color: #fff;
  display: none;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background: #7dd27d;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
#footer .footer__copy .none {
  display: none;
}
#footer .footer__sp {
  display: none;
}

#sp_btn {
  display: none;
}
#sp_btn ul {
  display: none;
}

@media screen and (max-width: 830px) {
  #footer .footer__warp nav {
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    width: 500px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }
  #footer .footer__warp nav .nav_list li {
    justify-content: center;
  }
  #footer .footer__warp nav .nav_list li p {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 789px) {
  #footer .footer__warp .logo-box {
    flex-flow: column;
    gap: 0;
  }
  #footer .footer__warp .logo figure {
    width: 350px;
    margin: 0 auto 10px;
  }
  #footer .footer__warp .foo-text .p-annotation {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    width: 100%;
    margin: 0 auto;
    flex-flow: column;
    gap: 10px;
  }
  #footer .footer__warp nav .nav_list li {
    width: 100%;
  }
  #footer .footer__copy {
    padding: 1rem 0 5rem;
    text-align: center;
    color: #fff;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #footer .footer__sp {
    display: none;
  }
  #sp_btn {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: 95%;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 5px;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #ef961b;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
  #sp_btn ul li a span,
  #sp_btn ul li .button span {
    font-size: 15px;
  }
  #sp_btn ul li:nth-child(2) i, #sp_btn ul li:nth-child(1) i {
    font-size: 17px;
    padding: 0 0 3px;
  }
  #sp_btn ul li:nth-child(2) span, #sp_btn ul li:nth-child(1) span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__warp .logo figure {
    max-width: 90%;
    width: 320px;
  }
  #footer .footer__warp .foo-text .p-annotation {
    width: 85%;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
    letter-spacing: 0;
  }
  #footer .footer__warp .foo-text .p-annotation .none {
    display: none;
  }
  #footer .footer__warp .foo-text .btn a {
    font-size: 35px;
    font-weight: 500;
    padding-bottom: 15px;
  }
  #footer .footer__copy {
    font-size: 13px;
  }
  #footer .footer__copy .none {
    display: block;
  }
}
@media screen and (max-width: 384px) {
  #footer .footer__copy {
    letter-spacing: 0;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */