@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "RocknRollOne";
  font-weight: 300;
  src: url("../../font/RocknRollOne/woff2/RocknRollOne-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Kiwi Maru";
  font-weight: 400;
  src: url("../../font/Kiwi_Maru/woff2/KiwiMaru-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Kiwi Maru";
  font-weight: 500;
  src: url("../../font/Kiwi_Maru/woff2/KiwiMaru-Medium.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");
}
.wow {
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-behavior: auto;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 100px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #0f1111;
  background: #fdf5e1;
  -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;
}
html body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/base.jpg);
  background-repeat: repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0.4;
  z-index: -10;
}
html body p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 1.5px;
}
html body p span {
  background: linear-gradient(transparent 60%, rgb(255, 222, 102) 60%);
}
html body h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 3px;
  text-align: justify;
  color: #62a468;
  font-family: "RocknRollOne", sans-serif;
}
html body h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 1px;
}
html body h5 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
  html body h3 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  html body p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html body p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  html body h3 {
    font-size: 18px;
    letter-spacing: 1px;
  }
  html body h4 {
    font-size: 16px;
  }
  html body h5 {
    font-size: 15px;
  }
}
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;
}

.mountain-illust {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100vw;
  z-index: -1;
  opacity: 0.5;
}
.mountain-illust img {
  width: 100vw;
  object-fit: cover;
}

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

/*****************************************/
/*****  ヘッダー部分基本幅設定  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: #ea6455;
}
.bgcolor div h2 b {
  color: #ea6455;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[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 #62a468;
  text-emphasis: filled #62a468;
  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%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

.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: #ea6455;
  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: #4979ac;
  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(30%);
  }
  20% {
    opacity: 0;
    transform: translateX(30%);
  }
  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;
  }
}
.blur {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  filter: blur(1em);
  transform: scale(1.1);
}
.blur.isActive {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: transform 1.6s var(--ease-out-quart), opacity 1.6s var(--ease-out-quart), filter 2.2s var(--ease-out-quart);
}

.red-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
.red-base img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .red-base {
    width: 200%;
    opacity: 0.3;
  }
  .red-base img {
    object-fit: cover;
  }
}
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 20px 0px;
}
header .he_logo {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  width: 300px;
  padding: 25px 0px;
}
header .he_logo img {
  width: 100%;
  display: block;
}
header .he-box {
  position: relative;
}
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 30px 0 0;
}
header .he-box .he_wrap nav {
  transition: opacity 3s ease-out, transform 1.5s ease-out;
  margin-top: 20px;
}
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 {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  list-style: none;
  text-align: center;
  font-weight: 600;
  letter-spacing: 2px;
}
header .he-box .he_wrap nav ul li p::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../../img/common/nav01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header .he-box .he_wrap nav ul li span {
  display: none;
  color: #62a468;
  font-family: "RocknRollOne", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}
header .he-box .he_wrap nav ul li a {
  position: relative;
  display: inline-block;
}
header .he-box .he_wrap nav ul li a::after {
  background: #62a468;
  width: 0px;
  height: 40px;
  left: 50%;
  border-radius: 50px;
  transform: translateX(-50%);
  bottom: -25px;
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
header .he-box .he_wrap nav ul li:last-child {
  text-align: center;
  margin: 25px auto 0;
  margin-bottom: 20px;
  margin-top: 0;
}
header .he-box .he_wrap nav ul li:last-child a {
  background-color: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
header .he-box .he_wrap nav ul li:last-child a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  header .he-box .he_wrap nav ul li:last-child a {
    font-size: 15px;
  }
}
header .he-box .he_wrap nav ul li:last-child p {
  color: #fff;
}
header .he-box .he_wrap nav ul li:last-child span {
  display: none;
}
header .he-box .he_wrap nav ul li:last-child a::after {
  position: absolute;
  height: 0px;
}
header .he-box .he_wrap nav ul li:nth-child(2) p::before {
  top: -32px;
  background-image: url(../../img/common/nav02.png);
}
header .he-box .he_wrap nav ul li:nth-child(3) p::before {
  background-image: url(../../img/common/nav03.png);
}
header .he-box .he_wrap nav ul li:nth-child(4) p::before {
  background-image: url(../../img/common/nav04.png);
}
header .he-box .he_wrap nav ul li:nth-child(5) p::before {
  background-image: url(../../img/common/nav05.png);
}
header .he-box .he_wrap nav ul li:nth-child(6) p::before {
  background-image: url(../../img/common/nav06.png);
}
header .he-box .he_wrap nav ul li:nth-child(7) p::before {
  width: 38px;
  height: 38px;
  top: -32px;
  background-image: url(../../img/common/nav07.png);
}
header .he-box .he_wrap nav ul li:nth-child(8) p::before {
  background-image: url(../../img/common/nav08.png);
}
header .he-box .he_wrap nav ul li:nth-child(9) p::before {
  background-image: none;
}
header .he-box .he_wrap nav ul .active a::after {
  width: 15px;
  height: 15px;
  /*X方向にスケール拡大*/
}

/* クラスfixedが付与されたときのヘッダー背景色を指定 */
.header.fixed {
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
}
.header.fixed .he_logo {
  width: 300px;
  padding: 5px 0;
}
.header.fixed .he_wrap nav ul li span {
  color: #62a468;
}
.header.fixed .openbtn > span {
  background-color: #0f1111;
}

/* 上部に固定させるスタイルを用意 */
.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: 1385px) {
  header {
    z-index: 20;
    padding: 0px 30px 0 10px;
  }
  header .he-box .he_wrap nav {
    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.fixed {
    padding: 0px 30px 0 15px;
  }
}
@media screen and (max-width: 928px) {
  header .he-box .he_wrap nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .he_logo {
    width: 250px;
    padding: 10px 0px;
  }
  header .he-box .he_wrap nav {
    display: none;
  }
  .header.fixed {
    padding: 0px 20px 0 10px;
  }
  .header.fixed .he_logo {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 0px 15px 0 10px;
    gap: 20px;
  }
  header .he_logo {
    padding: 10px 0;
  }
  header .he-box .he_wrap {
    margin: 0 15px 0 0;
  }
}
#submain {
  margin: 0px auto 0;
  position: relative;
  padding: 120px 0 0 0;
}
#submain::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(to bottom, rgb(239, 242, 234), rgba(255, 255, 255, 0));
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#submain .submain_img {
  margin: 0px auto;
  width: 90%;
  position: relative;
}
#submain .submain_img img {
  width: 100%;
  height: 400px;
  border-radius: 100px;
  object-fit: cover;
}
#submain .submain_text {
  position: absolute;
  color: #fff;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: fit-content;
  z-index: 2;
  display: flex;
  flex-flow: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
#submain .submain_text h3 {
  font-size: 55px;
  letter-spacing: 4px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  padding: 5px 20px;
  color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
#submain .submain_text h3 .none {
  display: none;
}
#submain .submain_text p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: justify;
  font-weight: 600;
  margin-top: -10px;
}

@media screen and (max-width: 928px) {
  #submain .submain_img img {
    height: 300px;
  }
  #submain .submain_text {
    top: 220px;
  }
  #submain .submain_text h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 768px) {
  #submain {
    padding: 80px 0 0 0;
  }
  #submain .submain_img img {
    height: 200px;
    border-radius: 50px;
  }
  #submain .submain_text {
    top: 150px;
  }
  #submain .submain_text h3 {
    font-size: 30px;
  }
  #submain .submain_text h3 .none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #submain .submain_text h3 {
    font-size: 25px;
    letter-spacing: 2px;
    padding: 5px 20px 0px 20px;
  }
  #submain .submain_text .text-narrow {
    letter-spacing: 0;
  }
  #submain .submain_text p {
    font-size: 15px;
  }
}
#floating {
  position: fixed;
  top: 30%;
  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-color: #62a468;
  color: #fff;
  font-size: 11px;
  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: 22px;
  padding: 0 0 3px;
}
#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: #62a468;
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  width: 200px;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
#g-nav li span {
  font-size: 12px;
  color: #0f1111;
  font-weight: 600;
}

#g-nav ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px 5px 20px;
  display: block;
  letter-spacing: 0.1em;
  width: 250px;
  transition: 0.5s;
}
#g-nav ul li a span {
  display: block;
  margin-top: -5px;
  color: #f1b039;
}
#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: #62a468;
  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: #0f1111;
  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: #fff;
}

.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: #fff;
}

@media screen and (max-width: 1385px) {
  .openbtn {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    display: block;
    top: -24px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    top: -24px;
    right: -22px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: -22px;
    right: -13px;
    width: 43px;
    height: 43px;
  }
  .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;
  }
}
#sub-logo {
  padding: 2rem 0;
}
#sub-logo .wrapper__box figure {
  width: 400px;
  margin: 0 auto;
}
#sub-logo .wrapper__box figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sub-logo .wrapper__box figure {
    width: 250px;
  }
}
.follow {
  position: absolute;
  transition: all 0.3s ease;
  width: 220px;
  top: 0; /* ← 000px → 0 に修正 */
  right: 50px;
  z-index: 10;
}
.follow .headiong {
  position: relative;
}
.follow .headiong h3 {
  color: #4979ac;
}
.follow .headiong p {
  color: #aaa;
  margin-top: -10px;
  position: relative;
}
.follow .headiong p::after {
  content: "";
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  right: 0;
  width: 80px; /* 線の長さ */
  border-bottom: 1px solid #aaa; /* 線のスタイル */
}
.follow ul {
  margin-top: 10px;
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.follow ul li {
  font-size: 14px;
}

.follow {
  position: fixed;
  top: 200px; /* ← 上に動かないように */
  right: 50px;
  left: auto;
  border-radius: 40px;
  padding: 25px 25px 25px 30px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}

.follow ul li {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #0f1111;
  letter-spacing: 0;
  font-weight: 500;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  padding-left: 40px;
}
.follow ul li a {
  display: block;
}

/* 左に丸印を表示 */
.follow ul li::before {
  content: "●";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* activeクラスがついたら丸印と文字を大きく、色も変える */
.follow ul li.active {
  font-size: 15px;
  font-weight: 600;
  color: #0f1111; /* 好みのカラーに */
}

.follow ul li.active::before {
  font-size: 18px;
  color: #4979ac;
}

@media screen and (max-width: 1380px) {
  .follow {
    position: relative;
    top: 0px;
    right: auto;
    left: 0;
    width: fit-content;
    margin: 0 auto 4rem;
  }
  .follow .headiong p {
    color: #aaa;
    margin-top: -10px;
    position: relative;
  }
  .follow .headiong p::after {
    content: "";
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    right: 0;
    width: calc(100% - 100px); /* 線の長さ */
    border-bottom: 1px solid #aaa; /* 線のスタイル */
  }
  .follow ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .follow ul li {
    width: 170px;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 20px;
  }
  .follow ul li a {
    margin-left: 10px;
  }
  .follow ul li:hover {
    font-size: 18px;
    font-weight: 600;
    color: #0f1111;
  }
  .follow ul li:hover::before {
    font-size: 18px;
    color: #62a468;
  }
}
@media screen and (max-width: 622px) {
  .follow {
    margin-bottom: 4rem;
  }
  .follow ul {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .follow ul li {
    width: 250px;
  }
}
#souvenir-sunguran-heading {
  position: relative;
  padding-top: 1rem;
}
#souvenir-sunguran-heading .wrapper {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#souvenir-sunguran-heading .wrapper__img01 img {
  aspect-ratio: 3/2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
#souvenir-sunguran-heading .wrapper__box {
  display: flex;
  gap: 80px;
}
#souvenir-sunguran-heading .wrapper__box--heading h2 {
  writing-mode: vertical-rl;
  font-family: "RocknRollOne", sans-serif;
  color: #62a468;
  font-size: 50px;
  line-height: 1.5;
}
#souvenir-sunguran-heading .wrapper__box--blok h3 {
  margin-bottom: 30px;
  color: #4979ac;
}
#souvenir-sunguran-heading .wrapper__box--blok--img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
#souvenir-sunguran-heading .wrapper__box--blok--img figure img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
#souvenir-sunguran-heading .wrapper__box--blok--img .img01 img {
  width: 100%;
}
#souvenir-sunguran-heading .wrapper__box--blok--img .img02 img {
  width: 100%;
}
#souvenir-sunguran-heading .wrapper__box--blok--img .img03 img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #souvenir-sunguran-heading .wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }
  #souvenir-sunguran-heading .wrapper__img01 {
    order: 1;
  }
  #souvenir-sunguran-heading .wrapper__box {
    order: 2;
  }
  #souvenir-sunguran-heading .wrapper__img01 {
    width: 700px;
    margin: 0 auto;
  }
  #souvenir-sunguran-heading .wrapper__img01 img {
    width: 100%;
  }
}
@media screen and (max-width: 815px) {
  #souvenir-sunguran-heading .wrapper__img01 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #souvenir-sunguran-heading .wrapper {
    gap: 30px;
  }
}
#products {
  position: relative;
  padding-top: 0;
}
#products .wrapper__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#products .wrapper__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#products .wrapper__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#products .wrapper__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#products .wrapper__heading h2 .none {
  display: none;
}
#products .wrapper__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #products .wrapper__heading h2 {
    font-size: 30px;
  }
  #products .wrapper__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #products .wrapper__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #products .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #products .wrapper__heading {
    margin: 0 auto 30px;
  }
  #products .wrapper__heading h2 {
    font-size: 25px;
  }
  #products .wrapper__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #products .wrapper__heading h2 .none {
    display: block;
  }
}
#products .wrapper__box figure img {
  width: 100%;
}
#products .wrapper__box--blok h3 {
  border-bottom: 4px solid #4979ac;
  margin-bottom: 30px;
}
#products .wrapper__box--blok h3 span {
  background-color: #4979ac;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
}
#products .wrapper__box--blok p {
  padding: 30px;
}
#products .wrapper ul {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr;
  padding: 30px;
}
#products .wrapper ul li {
  position: relative;
  padding: 0 30px;
}
#products .wrapper ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #62a468 0px, #62a468 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
#products .wrapper ul li .li-txt h3 {
  color: #4979ac;
}
#products .wrapper ul li .li-img {
  display: flex;
  gap: 10px;
}
#products .wrapper ul li .li-img figure {
  margin-top: 20px;
  max-width: 400px;
  width: 100%;
  margin: 30px auto 0;
}
#products .wrapper ul li .li-img figure img {
  border-radius: 30px;
  width: 100%;
}

@media screen and (max-width: 928px) {
  #products .wrapper ul li .li-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
  #products .wrapper ul li .li-img figure {
    margin-top: 20px;
    width: calc(33.3333333333% - 10px);
    margin: 0;
  }
  #products .wrapper ul li .li-img figure img {
    border-radius: 30px;
    width: 100%;
  }
  #products .wrapper ul li .li-img02 figure {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #products .wrapper ul {
    padding: 10px;
  }
  #products .wrapper ul li .li-img figure {
    width: calc(50% - 10px);
  }
  #products .wrapper ul li .li-img02 figure {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #products .wrapper__box--blok p {
    padding-top: 0px;
  }
  #products .wrapper ul li {
    padding: 0 20px;
  }
  #products .wrapper ul li .li-img figure img {
    border-radius: 20px;
  }
  #products .wrapper ul li .li-img02 figure {
    width: 100%;
  }
}
#products02 {
  position: relative;
  padding-top: 0;
}
#products02 .wrapper {
  z-index: 99;
}
#products02 .wrapper__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
#products02 .wrapper__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#products02 .wrapper__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#products02 .wrapper__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#products02 .wrapper__heading h2 .none {
  display: none;
}
#products02 .wrapper__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #products02 .wrapper__heading h2 {
    font-size: 30px;
  }
  #products02 .wrapper__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #products02 .wrapper__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #products02 .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #products02 .wrapper__heading {
    margin: 0 auto 30px;
  }
  #products02 .wrapper__heading h2 {
    font-size: 25px;
  }
  #products02 .wrapper__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #products02 .wrapper__heading h2 .none {
    display: block;
  }
}
#products02 .wrapper__heading h2 {
  color: #4979ac;
}
#products02 .wrapper__heading h2::before {
  background-color: #4979ac;
}
#products02 .wrapper__heading h2::after {
  background: #182957;
}
#products02 .wrapper .explanation {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
#products02 .wrapper .explanation .btn {
  text-align: center;
  margin: 25px auto 0;
  margin-bottom: 15px;
}
#products02 .wrapper .explanation .btn a {
  background-color: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
#products02 .wrapper .explanation .btn a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #products02 .wrapper .explanation .btn a {
    font-size: 15px;
  }
}
#products02 .wrapper .explanation .btn a {
  font-size: 20px;
}
#products02 .wrapper .explanation .btn p {
  text-align: center;
}
#products02 .wrapper #item_calc {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}
#products02 .wrapper .products h3 {
  background-color: #bdbdbd;
  margin-bottom: 15px;
  padding: 2px 10px;
}
#products02 .wrapper .products h6 {
  margin-bottom: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
#products02 .wrapper .products#cat-1 {
  padding: 0;
}
#products02 .wrapper .products#cat-2, #products02 .wrapper .products#cat-4 {
  padding: 0;
}
#products02 .wrapper .products#cat-2 h3::before, #products02 .wrapper .products#cat-4 h3::before {
  background-image: url(../../img/order/list-point-2.png);
}
#products02 .wrapper .products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 45px;
  margin-inline: auto;
}
#products02 .wrapper .products__list .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  row-gap: 5px;
  width: 100%;
}
#products02 .wrapper .products__list .item__image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
#products02 .wrapper .products__list .item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#products02 .wrapper .products__list .item__name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
}
#products02 .wrapper .products__list .item__name .amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 7.5px;
  border-bottom: 1px solid;
  padding: 5px;
  width: 100%;
}
#products02 .wrapper .products__list .item__name .wrap-name {
  display: grid;
  grid-template-columns: 1fr;
  width: fit-content;
  column-gap: 5px;
  align-items: center;
  letter-spacing: -1px;
}
#products02 .wrapper .products__list .item .sold_out {
  background-color: rgb(228, 77, 77);
  color: #fff;
  padding: 5px 10px;
  height: 32px;
}
#products02 .wrapper .products__list .item .description {
  grid-row: 3/4;
}
#products02 .wrapper .products__list .item .wrap-price {
  display: flex;
  flex-direction: column;
  row-gap: 2.5px;
  padding-top: 5px;
}
#products02 .wrapper .products__list .item .wrap-price li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: end;
}
#products02 .wrapper .products__list .item .wrap-price li h5 {
  text-align: justify;
  letter-spacing: 0;
}
#products02 .wrapper .products__list .item .wrap-price li .mame-h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#products02 .wrapper .products__list .item .wrap-price li select {
  padding: 2.5px 20px 2.5px 7.5px;
  background-color: #ffffff;
  border: 1.5px solid #0f1111;
}
#products02 .wrapper .products__list .item .wrap-price li .select-wrap {
  position: relative;
}

.products02-top {
  margin-top: 5rem;
  padding-bottom: 2rem;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.show {
  opacity: 1;
}

.modal-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  padding: 45px 30px 30px;
  width: 90%;
  max-width: 700px;
  border-radius: 5px;
  height: fit-content;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 24px;
  cursor: pointer;
}

.close-btn:hover {
  color: #666;
}

.description {
  display: none;
}

.detail-btn {
  display: inline-block;
  padding: 5px 15px;
  max-height: 33px;
  margin: 5px 0;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  cursor: pointer;
}

.detail-btn:hover {
  background-color: #e0e0e0;
}

body.modal-open .header,
body.modal-open .sp-fixed-link {
  opacity: 0 !important;
  pointer-events: none;
}

body.modal-open {
  overflow-y: hidden;
}

.modal-content {
  max-height: 90svh;
  overflow-y: scroll;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.item__swiper01 .wrap-swiper, .item__swiper02 .wrap-swiper, .item__swiper03 .wrap-swiper, .item__swiper04 .wrap-swiper, .item__swiper05 .wrap-swiper, .item__swiper06 .wrap-swiper {
  margin: 0 auto;
  width: 100%;
}
.item__swiper01 .wrap-swiper .swiper, .item__swiper02 .wrap-swiper .swiper, .item__swiper03 .wrap-swiper .swiper, .item__swiper04 .wrap-swiper .swiper, .item__swiper05 .wrap-swiper .swiper, .item__swiper06 .wrap-swiper .swiper {
  width: 100%;
}
.item__swiper01 .wrap-swiper .swiper .swiper-slide, .item__swiper02 .wrap-swiper .swiper .swiper-slide, .item__swiper03 .wrap-swiper .swiper .swiper-slide, .item__swiper04 .wrap-swiper .swiper .swiper-slide, .item__swiper05 .wrap-swiper .swiper .swiper-slide, .item__swiper06 .wrap-swiper .swiper .swiper-slide {
  width: 100%;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01,
.item__swiper01 .wrap-swiper .slider-thumbnail02,
.item__swiper01 .wrap-swiper .slider-thumbnail03,
.item__swiper01 .wrap-swiper .slider-thumbnail04,
.item__swiper01 .wrap-swiper .slider-thumbnail05,
.item__swiper01 .wrap-swiper .slider-thumbnail06, .item__swiper02 .wrap-swiper .slider-thumbnail01,
.item__swiper02 .wrap-swiper .slider-thumbnail02,
.item__swiper02 .wrap-swiper .slider-thumbnail03,
.item__swiper02 .wrap-swiper .slider-thumbnail04,
.item__swiper02 .wrap-swiper .slider-thumbnail05,
.item__swiper02 .wrap-swiper .slider-thumbnail06, .item__swiper03 .wrap-swiper .slider-thumbnail01,
.item__swiper03 .wrap-swiper .slider-thumbnail02,
.item__swiper03 .wrap-swiper .slider-thumbnail03,
.item__swiper03 .wrap-swiper .slider-thumbnail04,
.item__swiper03 .wrap-swiper .slider-thumbnail05,
.item__swiper03 .wrap-swiper .slider-thumbnail06, .item__swiper04 .wrap-swiper .slider-thumbnail01,
.item__swiper04 .wrap-swiper .slider-thumbnail02,
.item__swiper04 .wrap-swiper .slider-thumbnail03,
.item__swiper04 .wrap-swiper .slider-thumbnail04,
.item__swiper04 .wrap-swiper .slider-thumbnail05,
.item__swiper04 .wrap-swiper .slider-thumbnail06, .item__swiper05 .wrap-swiper .slider-thumbnail01,
.item__swiper05 .wrap-swiper .slider-thumbnail02,
.item__swiper05 .wrap-swiper .slider-thumbnail03,
.item__swiper05 .wrap-swiper .slider-thumbnail04,
.item__swiper05 .wrap-swiper .slider-thumbnail05,
.item__swiper05 .wrap-swiper .slider-thumbnail06, .item__swiper06 .wrap-swiper .slider-thumbnail01,
.item__swiper06 .wrap-swiper .slider-thumbnail02,
.item__swiper06 .wrap-swiper .slider-thumbnail03,
.item__swiper06 .wrap-swiper .slider-thumbnail04,
.item__swiper06 .wrap-swiper .slider-thumbnail05,
.item__swiper06 .wrap-swiper .slider-thumbnail06 {
  display: none;
  margin-top: 5px;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper01 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper02 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper02 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper03 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper03 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper04 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper04 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper05 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper05 .wrap-swiper .slider-thumbnail06 .swiper-slide img, .item__swiper06 .wrap-swiper .slider-thumbnail01 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail02 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail03 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail04 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail05 .swiper-slide img,
.item__swiper06 .wrap-swiper .slider-thumbnail06 .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.item__swiper01 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper01 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper02 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper02 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper03 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper03 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper04 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper04 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper05 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper05 .wrap-swiper .slider-thumbnail06 .swiper-wrapper, .item__swiper06 .wrap-swiper .slider-thumbnail01 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail02 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail03 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail04 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail05 .swiper-wrapper,
.item__swiper06 .wrap-swiper .slider-thumbnail06 .swiper-wrapper {
  column-gap: 5px;
}
.item__swiper01 .wrap-swiper .swiper-button-next,
.item__swiper01 .wrap-swiper .swiper-button-prev, .item__swiper02 .wrap-swiper .swiper-button-next,
.item__swiper02 .wrap-swiper .swiper-button-prev, .item__swiper03 .wrap-swiper .swiper-button-next,
.item__swiper03 .wrap-swiper .swiper-button-prev, .item__swiper04 .wrap-swiper .swiper-button-next,
.item__swiper04 .wrap-swiper .swiper-button-prev, .item__swiper05 .wrap-swiper .swiper-button-next,
.item__swiper05 .wrap-swiper .swiper-button-prev, .item__swiper06 .wrap-swiper .swiper-button-next,
.item__swiper06 .wrap-swiper .swiper-button-prev {
  width: 30px !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  background-color: #62a468 !important;
  border-radius: 50px;
}
.item__swiper01 .wrap-swiper .swiper-button-next:after,
.item__swiper01 .wrap-swiper .swiper-button-prev:after, .item__swiper02 .wrap-swiper .swiper-button-next:after,
.item__swiper02 .wrap-swiper .swiper-button-prev:after, .item__swiper03 .wrap-swiper .swiper-button-next:after,
.item__swiper03 .wrap-swiper .swiper-button-prev:after, .item__swiper04 .wrap-swiper .swiper-button-next:after,
.item__swiper04 .wrap-swiper .swiper-button-prev:after, .item__swiper05 .wrap-swiper .swiper-button-next:after,
.item__swiper05 .wrap-swiper .swiper-button-prev:after, .item__swiper06 .wrap-swiper .swiper-button-next:after,
.item__swiper06 .wrap-swiper .swiper-button-prev:after {
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 700;
}
.item__image {
  width: 100%;
}
.item__image img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  #products02 .wrapper .products__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #products02 .wrapper {
    width: 85%;
  }
  #products02 .wrapper__heading h2:after {
    right: -210px;
  }
  #products02 .wrapper .products__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  #products02 {
    padding: 30px 0 90px;
  }
  #products02 .wrapper {
    width: 85%;
  }
  #products02 .wrapper__heading h2:after {
    right: -180px;
  }
  #products02 .wrapper .products__list {
    width: 80%;
    margin: 0 auto;
  }
  #products02 .wrapper .products__list .item__image img {
    border-radius: 20px;
  }
  #products02 .wrapper__title {
    margin-block-end: 30px;
  }
  #products .wrapper .products__list .item__image .luxury {
    width: 65px;
  }
}
form {
  width: 100%;
}
form .contact__wrap--formbox {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
form .contact__wrap--formbox--list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
form .contact__wrap--formbox--list #address-attention {
  grid-column: 2/3;
  color: red;
  margin-block-start: -10px;
}
form .contact__wrap--formbox--list--title {
  width: 270px;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #62a468;
  padding: 15px;
  border-radius: 10px;
  color: #fff;
}
form .contact__wrap--formbox--list--title--auto {
  min-height: 60px;
  height: auto;
  align-items: start;
}
form .contact__wrap--formbox--list--title--auto span {
  margin-block-start: 3px;
}
form .contact__wrap--formbox--list--title span {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
  font-weight: bold;
  padding: 0 5px;
  white-space: nowrap;
}
form .contact__wrap--formbox--list--title span.optional {
  background-color: #fff;
  color: #0f1111;
}
form .contact__wrap--formbox--list--title p {
  text-align: left;
}
form .contact__wrap--formbox--list--title p span {
  display: inline-block;
  font-size: 1em;
  background-color: transparent;
  padding: 0;
  white-space: unset;
  border-radius: unset;
  font-size: 11.5px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: justify;
}
form .contact__wrap--formbox--list--title.date {
  font-size: 0.9em;
}
form .contact__wrap--formbox--list--title.mail br {
  display: none;
}
form .contact__wrap--formbox--list--title.contact {
  height: auto;
  align-items: start;
}
form .contact__wrap--formbox--list--title.contact span {
  margin-block-start: 5px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title {
  align-items: start;
  height: 200px;
}
form .contact__wrap--formbox--list:last-child .contact__wrap--formbox--list--title span {
  margin-block-start: 3px;
}
form .contact__wrap--formbox--list .form_contents {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 2.5px;
  align-items: center;
}
form .contact__wrap--formbox--list--contents {
  width: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
}
form .contact__wrap--formbox--list--contents input[type=text],
form .contact__wrap--formbox--list--contents input[type=email],
form .contact__wrap--formbox--list--contents input[type=tel],
form .contact__wrap--formbox--list--contents select {
  width: 100%;
  height: 60px;
  padding: 1rem;
  border: solid 1px;
  background-color: #ffffff;
  border-radius: 10px;
}
form .contact__wrap--formbox--list--contents--post-code {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
}
form .contact__wrap--formbox--list--contents--post-code button {
  text-align: center;
  font-size: 0.9em;
  width: 75px;
  height: 60px;
  background-color: #ffffff;
  color: #fff;
}
form .contact__wrap--formbox--list--contents--post-code button:active {
  scale: 0.98;
}
form .contact__wrap--formbox--list--contents--select {
  position: relative;
  width: fit-content;
}
form .contact__wrap--formbox--list--contents--select select {
  width: fit-content;
  padding-right: 2rem;
}
form .contact__wrap--formbox--list--contents--select::after {
  content: "\f078"; /* fontawesomeのアイコン表示 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 0;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  pointer-events: none;
}
form .contact__wrap--formbox--list--contents--birth {
  position: relative;
  width: fit-content;
}
form .contact__wrap--formbox--list--contents--birth select {
  width: fit-content;
  padding: 1rem 1.5rem;
  margin-left: 10px;
  margin-right: 5px;
}
form .contact__wrap--formbox--list--contents--birth select:first-child {
  margin-left: 0;
}
form .contact__wrap--formbox--list--contents ::placeholder {
  color: #e0e0e0;
}
form .contact__wrap--formbox--list--contents textarea {
  width: 100%;
  height: 200px;
  padding: 1rem;
  border: solid 1px;
  background-color: #ffffff;
  text-align: left;
  border-radius: 10px;
}
form .contact__wrap--formbox--list--contents textarea::placeholder {
  color: #939393;
}
form .contact__wrap--formbox--list--contents.wrap-check {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox,
form .contact__wrap--formbox--list--contents .radio {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  cursor: pointer;
  user-select: none;
}
form .contact__wrap--formbox--list--contents .checkbox label,
form .contact__wrap--formbox--list--contents .radio label {
  white-space: nowrap;
  position: relative;
  line-height: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 7.5px;
}
form .contact__wrap--formbox--list--contents .checkbox label::before,
form .contact__wrap--formbox--list--contents .radio label::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  box-shadow: #ccc 0 0 0 0.5px;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(-50%);
  top: 30%;
}
form .contact__wrap--formbox--list--contents .checkbox label::after,
form .contact__wrap--formbox--list--contents .radio label::after {
  content: "";
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 18px;
  left: 7.5px;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #62a468;
  border-radius: 50%;
  transition: all 0.3s ease;
}
form .contact__wrap--formbox--list--contents .checkbox input,
form .contact__wrap--formbox--list--contents .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .contact__wrap--formbox--list--contents .checkbox input:checked ~ label::after,
form .contact__wrap--formbox--list--contents .radio input:checked ~ label::after {
  display: block;
}
form .contact__wrap--formbox--list--contents#date-time {
  position: relative;
}
form .contact__wrap--formbox--list--contents#date-time::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  background-image: url(../../img/common/date.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form .contact__wrap--privacy {
  margin: 60px 0 0 0;
  text-align: left;
}
form .contact__wrap--privacy h2 {
  font-size: 1.2em;
  border-bottom: solid 1px #ffffff;
  margin: 0 0 10px 0;
}
form .contact__wrap--privacy h2 b {
  display: inline-block;
}
form .contact__wrap--privacy--box {
  padding: 15px 30px;
  border: solid 1px #4c4c4c;
  height: 300px;
  background-color: #fff;
}
form .contact__wrap--privacy--box--fast {
  font-size: 13px;
}
form .contact__wrap--privacy--box ul li h3 {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  margin: 15px 0;
  padding: 0 0 5px 0;
  border-bottom: dashed 1px #595757;
}
form .contact__wrap--privacy--box ul li p {
  font-size: 13px;
}
form .contact__wrap--privacy--box ul li table caption {
  white-space: nowrap;
  padding-bottom: 5px;
}
form .contact__wrap--privacy--box ul li table tbody tr th {
  width: 200px;
  height: 10px;
  background-color: #62a468;
  color: #fff;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #fff;
}
form .contact__wrap--privacy--box ul li table tbody tr td {
  width: calc(100% - 200px);
  height: 10px;
  vertical-align: middle;
  padding: 1rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  border-bottom: 1px solid #62a468;
}
form .contact__wrap--privacy--box ul li table tbody tr:first-child {
  border-top: 1px solid #ffffff;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child th {
  height: auto;
  border-bottom: 1px solid #ffffff;
}
form .contact__wrap--privacy--box ul li table tbody tr:last-child td {
  height: auto;
}
form .contact__wrap--privacy--box ul li ol li {
  list-style-type: none;
  counter-increment: cnt;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
form .contact__wrap--privacy--box ul li ol li::before {
  content: "(" counter(cnt) ") ";
}
form .contact__wrap--privacy--checks {
  width: fit-content;
  margin: 2rem auto 0;
}
form .contact__wrap--privacy--checks--checkbox {
  color: #62a468;
}
form .contact__wrap--privacy--checks input[type=checkbox] {
  display: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  color: #62a468;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:last-child {
  margin-bottom: 0;
}
form .contact__wrap--privacy--checks input[type=checkbox] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #62a468;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form .contact__wrap--privacy--checks input[type=checkbox]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .contact__wrap--privacy--attention {
  margin: 2rem 0;
}
form .contact__wrap--privacy--attention p {
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  letter-spacing: 0;
  text-align: justify;
}
form .contact__wrap--submit {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .contact__wrap--submit--button {
  width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  padding: 15px 60px;
  background-color: #62a468;
  border: #ffffff 2px solid;
  border-radius: 50px;
  transition: 0.75s;
  font-weight: bold;
  color: #fff;
}
form .contact__wrap--submit--button:hover {
  opacity: 0.5;
}

.simplebar-track {
  background: #e5e5e5;
  /* バーの背景色を設定できます*/
  border-radius: 10px;
  /* バーに丸みをもたせる*/
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  /* デフォルトだと薄くなっています。*/
}

.simplebar-track .simplebar-scrollbar::before {
  background: #ffffff;
  /* ここでバーの色を設定 */
}

@media screen and (max-width: 1024px) {
  form .contact__wrap--formbox--list {
    flex-direction: column;
    display: flex;
    gap: 10px;
  }
  form .contact__wrap--formbox--list--title {
    width: 100%;
    height: 60px !important;
    align-items: center !important;
  }
  form .contact__wrap--formbox--list--title p {
    line-height: 1.2;
  }
  form .contact__wrap--formbox--list--title p span {
    font-size: 11px;
    letter-spacing: -0.5px;
  }
  form .contact__wrap--formbox--list--title.mail, form .contact__wrap--formbox--list--title.date {
    font-size: unset;
  }
  form .contact__wrap--formbox--list--title.mail br, form .contact__wrap--formbox--list--title.date br {
    display: none;
  }
  form .contact__wrap--formbox--list--contents.wrap-check {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  form .contact__wrap--privacy--box ul li table {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr {
    display: block;
    width: 100%;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th,
  form .contact__wrap--privacy--box ul li table tbody tr td {
    display: block;
    width: 100%;
    border-left: 1px solid #ffffff;
  }
  form .contact__wrap--privacy--box ul li table tbody tr td {
    height: 50px;
    padding: 0.5rem 1rem 1rem;
    line-height: 1.3;
  }
  form .contact__wrap--privacy--box ul li table tbody tr th {
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  form .contact__wrap--privacy--box {
    height: 200px;
  }
  form .contact__wrap--formbox--list--contents .radio label::after {
    top: 13px;
    left: 7.4px;
  }
}
@media screen and (max-width: 480px) {
  form .contact__wrap--privacy--box ul li table caption {
    white-space: unset;
    display: block;
    width: 100%;
  }
}
#thanks,
#err {
  padding: 120px 0;
  position: relative;
}

#form {
  padding-bottom: 30px;
  padding-top: 0;
  border-bottom: 1px solid #aaa;
  z-index: 0;
  position: relative;
}
#form .wrapper {
  z-index: 1;
  padding: 90px;
  background-color: #ffffff;
  border-radius: 30px;
}
#form .wrapper__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#form .wrapper__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#form .wrapper__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#form .wrapper__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#form .wrapper__heading h2 .none {
  display: none;
}
#form .wrapper__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #form .wrapper__heading h2 {
    font-size: 30px;
  }
  #form .wrapper__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #form .wrapper__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #form .wrapper__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #form .wrapper__heading {
    margin: 0 auto 30px;
  }
  #form .wrapper__heading h2 {
    font-size: 25px;
  }
  #form .wrapper__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #form .wrapper__heading h2 .none {
    display: block;
  }
}
#form .wrapper__text {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  width: fit-content;
  margin: 0 auto 60px;
}
#form .wrapper__text p {
  font-size: 15px;
}
#form .wrapper__text span {
  display: inline-block;
}
#form .wrapper__text .p-last {
  margin-top: 10px;
}
#form .wrapper__text .btn {
  text-align: center;
  margin: 25px auto 0;
  margin-inline: auto;
}
#form .wrapper__text .btn a {
  background-color: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
#form .wrapper__text .btn a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #form .wrapper__text .btn a {
    font-size: 15px;
  }
}
#form .wrapper__text .btn a::after {
  content: none;
}

@media screen and (max-width: 928px) {
  #form .wrapper {
    padding: 60px;
  }
  #form .wrapper__title {
    margin-block-end: 45px;
  }
}
@media screen and (max-width: 600px) {
  #form .wrapper {
    width: 90%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  #form .wrapper__heading h2:after {
    right: -152px;
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  #form .wrapper {
    padding: 60px 15px;
  }
  #form .wrapper__heading h2:after {
    right: -70px;
    width: 60px;
  }
  #form .wrapper__text p {
    text-align: justify;
  }
}
#info,
#info02,
#info03 {
  text-align: center;
  position: relative;
  padding-top: 10rem;
}
#info .info_wrap,
#info02 .info_wrap,
#info03 .info_wrap {
  position: relative;
}
#info .info_wrap__heading,
#info02 .info_wrap__heading,
#info03 .info_wrap__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#info .info_wrap__heading h2,
#info02 .info_wrap__heading h2,
#info03 .info_wrap__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#info .info_wrap__heading h2::before,
#info02 .info_wrap__heading h2::before,
#info03 .info_wrap__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#info .info_wrap__heading h2:after,
#info02 .info_wrap__heading h2:after,
#info03 .info_wrap__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#info .info_wrap__heading h2 .none,
#info02 .info_wrap__heading h2 .none,
#info03 .info_wrap__heading h2 .none {
  display: none;
}
#info .info_wrap__heading p,
#info02 .info_wrap__heading p,
#info03 .info_wrap__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #info .info_wrap__heading h2,
  #info02 .info_wrap__heading h2,
  #info03 .info_wrap__heading h2 {
    font-size: 30px;
  }
  #info .info_wrap__heading h2::before,
  #info02 .info_wrap__heading h2::before,
  #info03 .info_wrap__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #info .info_wrap__heading h2:after,
  #info02 .info_wrap__heading h2:after,
  #info03 .info_wrap__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #info .info_wrap__heading h2 .none,
  #info02 .info_wrap__heading h2 .none,
  #info03 .info_wrap__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #info .info_wrap__heading,
  #info02 .info_wrap__heading,
  #info03 .info_wrap__heading {
    margin: 0 auto 30px;
  }
  #info .info_wrap__heading h2,
  #info02 .info_wrap__heading h2,
  #info03 .info_wrap__heading h2 {
    font-size: 25px;
  }
  #info .info_wrap__heading h2:after,
  #info02 .info_wrap__heading h2:after,
  #info03 .info_wrap__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #info .info_wrap__heading h2 .none,
  #info02 .info_wrap__heading h2 .none,
  #info03 .info_wrap__heading h2 .none {
    display: block;
  }
}
#info .info_wrap__heading h2,
#info02 .info_wrap__heading h2,
#info03 .info_wrap__heading h2 {
  color: #ea6455;
}
#info .info_wrap__heading h2::before,
#info02 .info_wrap__heading h2::before,
#info03 .info_wrap__heading h2::before {
  background-color: #ea6455;
}
#info .info_wrap__heading h2::after,
#info02 .info_wrap__heading h2::after,
#info03 .info_wrap__heading h2::after {
  background: #440000;
}
#info .info_wrap__img,
#info02 .info_wrap__img,
#info03 .info_wrap__img {
  width: 70%;
  margin: 0 auto;
}
#info .info_wrap__img img,
#info02 .info_wrap__img img,
#info03 .info_wrap__img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 80px 10px 80px 10px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
#info .info_wrap h3,
#info02 .info_wrap h3,
#info03 .info_wrap h3 {
  color: #ea6455;
}
#info .info_wrap h3 span,
#info02 .info_wrap h3 span,
#info03 .info_wrap h3 span {
  color: #f38282;
  font-size: 25px;
  display: inline-block;
}
#info .info_wrap table,
#info02 .info_wrap table,
#info03 .info_wrap table {
  width: 100%;
  border-collapse: collapse;
  margin: 0px auto 50px;
  border-spacing: 5px 5px;
  border-collapse: separate;
}
#info .info_wrap table tr,
#info02 .info_wrap table tr,
#info03 .info_wrap table tr {
  border-bottom: solid 2px rgb(219, 219, 219);
}
#info .info_wrap table tr:last-child,
#info02 .info_wrap table tr:last-child,
#info03 .info_wrap table tr:last-child {
  border-bottom: none;
}
#info .info_wrap table tr th,
#info02 .info_wrap table tr th,
#info03 .info_wrap table tr th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #ea6455;
  color: white;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
}
#info .info_wrap table tr th .none,
#info02 .info_wrap table tr th .none,
#info03 .info_wrap table tr th .none {
  display: none;
}
#info .info_wrap table tr td,
#info02 .info_wrap table tr td,
#info03 .info_wrap table tr td {
  text-align: justify;
  width: 70%;
  background-color: #f8f3f2;
  padding: 10px 20px 10px 30px;
  font-weight: 500;
  font-size: 17px;
  border-radius: 10px;
  line-height: 1.5;
}
#info .info_wrap table tr td span,
#info02 .info_wrap table tr td span,
#info03 .info_wrap table tr td span {
  display: inline-block;
}
#info .info_wrap table tr td p,
#info02 .info_wrap table tr td p,
#info03 .info_wrap table tr td p {
  text-indent: -1em;
  padding-left: 1em;
}
#info .info_wrap table tr td .btn,
#info02 .info_wrap table tr td .btn,
#info03 .info_wrap table tr td .btn {
  text-align: center;
  margin: 25px auto 0;
  text-align: center;
  margin: 10px auto 10px;
}
#info .info_wrap table tr td .btn a,
#info02 .info_wrap table tr td .btn a,
#info03 .info_wrap table tr td .btn a {
  background-color: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
#info .info_wrap table tr td .btn a:hover,
#info02 .info_wrap table tr td .btn a:hover,
#info03 .info_wrap table tr td .btn a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #info .info_wrap table tr td .btn a,
  #info02 .info_wrap table tr td .btn a,
  #info03 .info_wrap table tr td .btn a {
    font-size: 15px;
  }
}
#info .info_wrap table tr td .btn02,
#info02 .info_wrap table tr td .btn02,
#info03 .info_wrap table tr td .btn02 {
  text-align: center;
  margin: 25px auto 0;
  text-align: center;
  margin: 10px auto 10px;
}
#info .info_wrap table tr td .btn02 a,
#info02 .info_wrap table tr td .btn02 a,
#info03 .info_wrap table tr td .btn02 a {
  background-color: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
#info .info_wrap table tr td .btn02 a:hover,
#info02 .info_wrap table tr td .btn02 a:hover,
#info03 .info_wrap table tr td .btn02 a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #info .info_wrap table tr td .btn02 a,
  #info02 .info_wrap table tr td .btn02 a,
  #info03 .info_wrap table tr td .btn02 a {
    font-size: 15px;
  }
}
#info .info_wrap table tr td .btn02 a,
#info02 .info_wrap table tr td .btn02 a,
#info03 .info_wrap table tr td .btn02 a {
  background-color: #4979ac;
}
#info .info_wrap table tr .t-center,
#info02 .info_wrap table tr .t-center,
#info03 .info_wrap table tr .t-center {
  text-align: center;
}
#info .info_wrap .info02 tr th,
#info02 .info_wrap .info02 tr th,
#info03 .info_wrap .info02 tr th {
  background-color: #a3c246;
}
#info .info_wrap iframe,
#info02 .info_wrap iframe,
#info03 .info_wrap iframe {
  width: 100%;
  height: 400px;
  border-radius: 30px;
}
#info .info_wrap .table-box,
#info02 .info_wrap .table-box,
#info03 .info_wrap .table-box {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}
#info .info_wrap .table-box__block,
#info02 .info_wrap .table-box__block,
#info03 .info_wrap .table-box__block {
  width: calc(50% - 50px);
}
#info .info_wrap .table-box__block h3,
#info02 .info_wrap .table-box__block h3,
#info03 .info_wrap .table-box__block h3 {
  position: relative;
  white-space: nowrap;
}
#info .info_wrap .table-box__block h3 .none,
#info02 .info_wrap .table-box__block h3 .none,
#info03 .info_wrap .table-box__block h3 .none {
  display: none;
}
#info .info_wrap .table-box__block h3::after,
#info02 .info_wrap .table-box__block h3::after,
#info03 .info_wrap .table-box__block h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px; /* 線の太さ */
  background-color: #62a468;
  border-radius: 2px; /* 角の丸み */
}
#info .info_wrap .table-box__block figure,
#info02 .info_wrap .table-box__block figure,
#info03 .info_wrap .table-box__block figure {
  margin-top: 20px;
}
#info .info_wrap .table-box__block figure img,
#info02 .info_wrap .table-box__block figure img,
#info03 .info_wrap .table-box__block figure img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 10px;
}
#info .info_wrap .table-box__block table,
#info02 .info_wrap .table-box__block table,
#info03 .info_wrap .table-box__block table {
  margin-top: 30px;
  margin-bottom: 30px;
}
#info .info_wrap .table-box__block table tr td .none,
#info02 .info_wrap .table-box__block table tr td .none,
#info03 .info_wrap .table-box__block table tr td .none {
  display: none;
}
#info .info_wrap .table-box__block .map iframe,
#info02 .info_wrap .table-box__block .map iframe,
#info03 .info_wrap .table-box__block .map iframe {
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

#info02::before {
  background-color: rgba(253, 245, 225, 0.2);
}
#info02 .info_wrap__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#info02 .info_wrap__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#info02 .info_wrap__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#info02 .info_wrap__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#info02 .info_wrap__heading h2 .none {
  display: none;
}
#info02 .info_wrap__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #info02 .info_wrap__heading h2 {
    font-size: 30px;
  }
  #info02 .info_wrap__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #info02 .info_wrap__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #info02 .info_wrap__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #info02 .info_wrap__heading {
    margin: 0 auto 30px;
  }
  #info02 .info_wrap__heading h2 {
    font-size: 25px;
  }
  #info02 .info_wrap__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #info02 .info_wrap__heading h2 .none {
    display: block;
  }
}
#info02 .info_wrap__heading h2 {
  color: #4979ac;
}
#info02 .info_wrap__heading h2::before {
  background-color: #4979ac;
}
#info02 .info_wrap__heading h2::after {
  background: #000a44;
}
#info02 .info_wrap h3 {
  color: #4979ac;
}
#info02 .info_wrap h3 span {
  color: #9eb8c4;
}
#info02 .info_wrap table tr th {
  background-color: #4979ac;
}

#info03 .info_wrap__heading {
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#info03 .info_wrap__heading h2 {
  font-weight: 500;
  position: relative;
  display: inline;
  font-size: 40px;
  color: #62a468;
  letter-spacing: 2px;
  line-height: 1.2;
  width: fit-content;
  margin-left: 50px;
}
#info03 .info_wrap__heading h2::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -50px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #62a468;
  background-size: contain;
  background-repeat: no-repeat;
}
#info03 .info_wrap__heading h2:after {
  content: "";
  position: absolute;
  width: 280px;
  height: 4px;
  top: 24px;
  right: -310px;
  border-radius: 4px;
  background: #004437;
}
#info03 .info_wrap__heading h2 .none {
  display: none;
}
#info03 .info_wrap__heading p {
  font-weight: 500;
  font-size: 17px;
  font-family: "RocknRollOne", sans-serif;
  color: #0f1111;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  #info03 .info_wrap__heading h2 {
    font-size: 30px;
  }
  #info03 .info_wrap__heading h2::before {
    width: 25px;
    height: 25px;
    left: -33px;
  }
  #info03 .info_wrap__heading h2:after {
    width: 100%;
    height: 3px;
    top: 20px;
    right: -310px;
    border-radius: 3px;
    background: #004437;
  }
  #info03 .info_wrap__heading h2 .none {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #info03 .info_wrap__heading {
    margin: 0 auto 30px;
  }
  #info03 .info_wrap__heading h2 {
    font-size: 25px;
  }
  #info03 .info_wrap__heading h2:after {
    top: 15px;
    right: -260px;
  }
  #info03 .info_wrap__heading h2 .none {
    display: block;
  }
}
#info03 .info_wrap__heading h2 {
  color: #f1b039;
}
#info03 .info_wrap__heading h2::before {
  background-color: #f1b039;
}
#info03 .info_wrap h3 {
  color: #f1b039;
}
#info03 .info_wrap h3 span {
  color: #9eb8c4;
}
#info03 .info_wrap table tr th {
  background-color: #f1b039;
}

.souvenir-sunguran-info {
  padding-top: 0rem !important;
}

@media screen and (max-width: 1156px) {
  .info02class::after {
    top: 0px;
  }
}
@media screen and (max-width: 1050px) {
  #info .info_wrap .table-box,
  #info02 .info_wrap .table-box {
    gap: 80px;
    flex-flow: column;
  }
  #info .info_wrap .table-box__block,
  #info02 .info_wrap .table-box__block {
    width: 95%;
    max-width: 600px;
    margin: 0 auto;
  }
  #info .info_wrap .table-box__block table,
  #info02 .info_wrap .table-box__block table {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #info .info_wrap .table-box__block table tr td .none,
  #info02 .info_wrap .table-box__block table tr td .none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #info .info_wrap__heading h2:after,
  #info02 .info_wrap__heading h2:after {
    right: -150px;
  }
  #info .info_wrap table tr th,
  #info02 .info_wrap table tr th {
    font-size: 15px;
    padding: 0 5px;
    white-space: nowrap;
  }
  #info .info_wrap table tr th .none,
  #info02 .info_wrap table tr th .none {
    display: block;
  }
  #info .info_wrap table tr td,
  #info02 .info_wrap table tr td {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #info .info_wrap table tr td p,
  #info02 .info_wrap table tr td p {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (max-width: 480px) {
  #info .info_wrap__heading h2:after,
  #info02 .info_wrap__heading h2:after,
  #info03 .info_wrap__heading h2:after {
    right: -112px;
    width: 100%;
  }
  #info .info_wrap h3,
  #info02 .info_wrap h3,
  #info03 .info_wrap h3 {
    margin-left: 10px;
  }
  #info .info_wrap .table-box__block h3,
  #info02 .info_wrap .table-box__block h3,
  #info03 .info_wrap .table-box__block h3 {
    padding-bottom: 5px;
  }
  #info .info_wrap .table-box__block h3 .none,
  #info02 .info_wrap .table-box__block h3 .none,
  #info03 .info_wrap .table-box__block h3 .none {
    display: block;
  }
}
#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: #ea6455;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #62a468;
}

#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;
}

.calender__content table {
  border: #62a468 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #62a468 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #62a468 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: #62a468;
}
.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: 2.5em;
  right: 2.5em;
  z-index: 99;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #62a468;
  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;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 0.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  padding: 6rem 0 0 0;
  overflow: hidden;
  background-color: #62a468;
}
#footer .footer__warp {
  position: relative;
  z-index: 1;
}
#footer .footer__warp .logo {
  display: flex;
  gap: 10px;
  flex-flow: column;
}
#footer .footer__warp .logo figure {
  width: 150px;
  margin: 0 auto 30px;
}
#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;
}
#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: #62a468;
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  transition: background-position 0.5s ease;
  display: inline-block;
  font-size: 17px;
  border-radius: 30px;
  transition: 0.5s;
}
#footer .footer__warp .foo-text .btn a:hover {
  background-color: #0f1111;
}
@media screen and (max-width: 768px) {
  #footer .footer__warp .foo-text .btn a {
    font-size: 15px;
  }
}
#footer .footer__warp .foo-text .btn a {
  background-color: #f1b039;
}
#footer .footer__warp .foo-text .link {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 20px auto;
}
#footer .footer__warp .foo-text .link a {
  color: #fff;
  border-bottom: 1px solid;
  padding: 3px;
}
#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: #62a468;
}
#footer .footer__warp .foo-text__box p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0px;
  color: #0f1111;
}
#footer .footer__warp .foo-text .p-annotation {
  font-size: 14px;
  line-height: 1.5;
}
#footer .footer__warp .foo-text .sns {
  width: fit-content;
  margin: 20px auto 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
#footer .footer__warp .foo-text .sns i {
  font-size: 35px;
  color: #fff;
}
#footer .footer__warp .foo-text .sns .fa-instagram {
  font-size: 29px;
}
#footer .footer__warp nav {
  padding: 10px 0 30px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  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 p {
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}
#footer .footer__warp nav .nav_list li span {
  color: #fff;
  display: none;
}
#footer .footer__warp iframe {
  width: 100%;
  height: 400px;
  border-radius: 50px 50px 0 0;
}
#footer .footer__copy {
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background-color: #3e6942;
  font-size: 12px;
  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: 1080px) {
  #footer .footer__warp nav {
    margin: 0 auto;
  }
  #footer .footer__warp nav .nav_list {
    width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 10px;
  }
  #footer .footer__warp nav .nav_list li {
    justify-content: center;
  }
  #footer .footer__warp nav .nav_list li p {
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer__warp .foo-text .p-annotation {
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
  }
  #footer .footer__warp .foo-text .link {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    gap: 10px;
  }
  #footer .footer__warp .foo-text .link a {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #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;
    background-color: #62a468;
    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: #3e6942;
    border-radius: 50px;
  }
  #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: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: 10px;
  }
}
@media screen and (max-width: 480px) {
  #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 .link {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 10px;
  }
  #footer .footer__warp .foo-text .link a {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  #footer .footer__copy {
    font-size: 10px;
  }
  #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;
}

.main-sub {
  margin-right: 200px;
}

#submain::after {
  background: linear-gradient(to bottom, rgb(234, 242, 242), rgba(255, 255, 255, 0));
}

#sub-logo .wrapper__box figure {
  width: 200px;
}

.pumpkin {
  position: absolute;
  top: -130px;
  right: 150px;
  width: 200px;
  height: auto;
  z-index: 5;
}
.pumpkin img {
  width: 100%;
}

.tomato {
  position: absolute;
  top: -150px;
  right: 400px;
  width: 100px;
  z-index: 10;
}
.tomato img {
  width: 100%;
}

.ginger {
  position: absolute;
  top: -60px;
  right: 150px;
  width: 200px;
  height: auto;
  z-index: 5;
}
.ginger img {
  width: 100%;
}

.yasai {
  position: absolute;
  top: -80px;
  right: 0px;
  width: 180px;
  height: auto;
  z-index: 5;
}
.yasai img {
  width: 100%;
}

.ganeage {
  position: absolute;
  top: -120px;
  right: 300px;
  width: 180px;
  height: auto;
  z-index: 5;
}
.ganeage img {
  width: 100%;
}

.red-base {
  width: 120%;
}

@media screen and (max-width: 1610px) {
  .pumpkin {
    top: -130px;
    right: 0px;
    width: 200px;
  }
  .tomato {
    top: -150px;
    right: 220px;
    width: 100px;
  }
  .ganeage {
    top: -120px;
    right: 50px;
    width: 180px;
  }
}
@media screen and (max-width: 1380px) {
  .main-sub {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1220px) {
  .red-base {
    width: 140%;
  }
}
@media screen and (max-width: 1150px) {
  .pumpkin {
    top: -130px;
    right: 20px;
    width: 150px;
  }
  .tomato {
    top: -150px;
    right: 220px;
    width: 70px;
  }
  .ganeage {
    top: -200px;
    right: 50px;
    width: 180px;
  }
}
@media screen and (max-width: 928px) {
  .ginger {
    top: 20px;
    right: 10px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .pumpkin {
    top: -310px;
    right: 20px;
    width: 150px;
  }
  .tomato {
    top: -330px;
    right: 180px;
    width: 70px;
  }
  .ganeage {
    top: -80px;
    right: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .pumpkin {
    top: -290px;
    right: 20px;
    width: 120px;
  }
  .tomato {
    top: -320px;
    right: 150px;
    width: 55px;
  }
  .ganeage {
    top: -80px;
    right: -10px;
    width: 120px;
  }
  .ginger {
    top: 20px;
    right: -20px;
    width: 110px;
  }
}/*# sourceMappingURL=style.css.map */