@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Ephesis";
  font-weight: Regular 400;
  src: url("../../font/Ephesis/woff2/Ephesis-Regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Zen Old Mincho", sans-serif;
  color: #151616;
  background: #F4F6F6;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  position: relative;
  list-style: none;
  text-decoration: none;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 98%;
  margin: 0 auto;
}

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

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

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

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

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

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

.section-768 {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 3rem 20px 3rem;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 2.5rem 10px 2.5rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #008000;
}
.bgcolor div h2 {
  color: #ffffff;
}
.bgcolor div h2 b {
  color: #ffffff;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.main-ttl {
  z-index: 999;
  margin-bottom: 50px;
}
.main-ttl h2 {
  color: #151616;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  line-height: 2;
  display: flex;
  align-items: center;
  margin: 1rem 0 0 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  text-transform: uppercase;
}
.main-ttl h2 p {
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.main-ttl h2 p::first-letter {
  color: #008000;
  text-transform: uppercase;
}
.main-ttl h2 .deco {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: normal;
  margin-top: 10px;
}
.main-ttl h2 .deco::before {
  content: "/";
  font-size: 20px;
  margin: 0 30px;
}

.main-ttl02 {
  margin-bottom: 50px;
}
.main-ttl02 h2 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #000;
  background: #fff;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
}
.main-ttl02 h2 i {
  color: #f3f30c;
}
.main-ttl02 h2 br {
  display: none;
}
.main-ttl02 h2:before,
.main-ttl02 h2:after {
  position: absolute;
  content: "";
}
.main-ttl02 h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}
.main-ttl02 h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.main-ttl02 h2 i {
  font-size: 30px;
  font-size: 3rem;
  line-height: 75px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.main-ttl02 h2 span {
  position: relative;
  z-index: 1;
}

.main-ttl03 {
  margin-bottom: 50px;
  text-align: center;
  background-color: #fff;
  width: 70%;
  margin: auto;
}
.main-ttl03 h2 {
  position: relative;
  padding: 1rem 0;
  border-bottom: 5px solid #008000;
  border-right: 5px solid #008000;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: 700;
}
.main-ttl03 h2 br {
  display: none;
}
.main-ttl03 h2:before,
.main-ttl03 h2:after {
  position: absolute;
  content: "";
  left: 1em;
  width: 0;
  height: 0;
  border-width: 14px 24px 0;
  border-style: solid;
}
.main-ttl03 h2:before {
  bottom: -17px;
  border-color: #008000 transparent transparent;
}
.main-ttl03 h2:after {
  bottom: -12px;
  border-color: #fff transparent transparent;
}

.main-ttl04 {
  text-align: center;
}
.main-ttl04 h2 {
  position: relative;
  padding: 1rem 0;
  border: 1px solid #D8D8D8;
  border-top: 4px solid #008000;
  background: linear-gradient(#ffffff 0%, #eee 100%);
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: 700;
  width: 80%;
  margin: auto;
}
.main-ttl04 h2 br {
  display: none;
}
.main-ttl04 h2 i {
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .main-ttl h2 {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  .main-ttl h2 p {
    font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
  }
  .main-ttl h2 .deco {
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  .main-ttl02 h2 {
    font-size: 24px;
  }
  .main-ttl03 {
    width: 90%;
  }
  .main-ttl03 h2 {
    font-size: 24px;
  }
  .main-ttl04 h2 {
    font-size: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-ttl h2 {
    font-size: clamp(2rem, 1.96rem + 0.2vw, 2.2rem);
  }
  .main-ttl h2 span {
    display: block;
  }
  .main-ttl h2 .deco {
    margin-top: 0;
  }
  .main-ttl02 h2 {
    font-size: 20px;
  }
  .main-ttl02 h2 br {
    display: block;
  }
  .main-ttl03 {
    width: 90%;
  }
  .main-ttl03 h2 {
    font-size: 20px;
  }
  .main-ttl03 h2 br {
    display: block;
  }
  .main-ttl04 h2 {
    font-size: 20px;
    width: 100%;
  }
  .main-ttl04 h2 br {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .main-ttl h2 {
    flex-direction: column;
    font-size: 25px;
  }
  .main-ttl h2 p {
    font-size: 25px;
  }
  .main-ttl h2 .deco {
    margin-top: 0;
  }
  .main-ttl h2 .deco::before {
    margin: 0;
  }
  .main-ttl02 h2 {
    font-size: 18px;
  }
  .main-ttl02 h2 i {
    font-size: 2rem;
  }
  .main-ttl03 {
    width: 100%;
  }
  .main-ttl03 h2 {
    font-size: 18px;
  }
  .main-ttl04 h2 {
    font-size: 18px;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
/*****************************************/
/**********  マーカー設定  start  *********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.marker_type1 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(123, 163, 165, 0.7960784314) 55%);
  padding: 0 0.15rem;
  margin: 0 0.15rem;
  -webkit-text-emphasis: filled #151616;
  text-emphasis: filled #151616;
  font-weight: bold;
}

.marker_type2 {
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 57%, rgba(66, 181, 118, 0.19) 87%);
  padding: 0 0.15rem 0.15rem;
  font-size: 1.2rem;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  マーカー設定  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 {
  display: none;
}

.green {
  color: #008000;
  padding: 0;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
}
header.fixed {
  transition: 1s;
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.6431372549);
}
header.fixed .header__logo a figure {
  width: 200px;
}
header .header__warp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  background-color: #F4F6F6;
  width: 100%;
  padding: 5px 1.5rem;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  header .header__warp {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  header .header__warp {
    max-width: 100%;
    padding: 5px 1.5rem;
  }
}
header .header__logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333), 0 0 2px #fff;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
header .header__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
  color: #008000;
}
header .header__logo a figure {
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
  margin: 0;
  z-index: 3;
}
@media screen and (max-width: 1100px) {
  header .header__logo a figure {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header__logo a figure img {
  margin: 10px 0;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header__logo a figure img {
    margin-top: 10px;
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  header .header__logo a figure img {
    width: 100px;
  }
}
header .header__logo:hover {
  opacity: 0.7;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
header .container-header .header__nav .nav__list li {
  position: relative;
  padding: 0;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  color: #151616;
}
header .container-header .header__nav .nav__list li > a .small {
  color: black;
  font-size: 0.8rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  background-color: #008000;
  padding: 5px 10px;
  border-radius: 20px;
}
header .container-header .header__nav .nav__list li > a .small span {
  color: black;
}
header .container-header .header__nav .nav__list li > a .small i {
  color: #c4302b;
  padding-right: 5px;
}
header .container-header .header__nav .nav__list li > a .small:hover {
  background-color: #008000;
  transition: ease 0.4s;
}
header .container-header .header__nav .nav__list li > a span {
  display: inline-block;
  color: #008000;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #008000;
  transition: width 0.3s ease-in-out;
}
header .container-header .header__nav .nav__list li > a:hover::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li.active a::after {
  width: 100%;
}
header .container-header .header__nav .nav__list li .youtubelink::after {
  display: none;
  background-color: transparent;
}
header .container-header .header__nav .nav__list .telbtn02,
header .container-header .header__nav .nav__list a.telbtn02,
header .container-header .header__nav .nav__list button.telbtn02 {
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}
header .container-header .header__nav .nav__list .telbtn02 i,
header .container-header .header__nav .nav__list a.telbtn02 i,
header .container-header .header__nav .nav__list button.telbtn02 i {
  margin-right: 5px;
}
header .container-header .header__nav .nav__list .btn-wrap {
  margin: 0 auto;
  text-align: center;
}
header .container-header .header__nav .nav__list a.btn-c {
  font-size: 20px;
  position: relative;
  color: #fff;
  background: #008000;
  box-shadow: 0 5px 0 #2c9d60;
}
header .container-header .header__nav .nav__list a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  padding: 0.2rem 0;
  color: #008000;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
header .container-header .header__nav .nav__list a.btn-c:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  box-shadow: 0 2px 0 #2c9d60;
}
header .container-header .header__nav .nav__list a.btn-c:hover:before {
  left: 2rem;
}
header .container-header .header__sp {
  display: none;
}
header .container-header .header__sp .menu-button {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 100001;
}
header .container-header .header__sp .menu-button .menu-button__line,
header .container-header .header__sp .menu-button .menu-button__line::before,
header .container-header .header__sp .menu-button .menu-button__line::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 3px;
  background: #4c4c4c;
  border-radius: 2px;
  content: "";
  left: 6px;
  transition: all 0.3s;
}
header .container-header .header__sp .menu-button .menu-button__line {
  top: 19px;
}
header .container-header .header__sp .menu-button .menu-button__line::before {
  top: -10px;
}
header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
}
header .container-header .header__sp .menu-button.active .menu-button__line {
  background: transparent;
}
header .container-header .header__sp .menu-button.active .menu-button__line::before {
  transform: translateY(10px) rotate(45deg);
  background: #ffffff;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #ffffff;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4ffe9;
  border-bottom: 4px solid #f9f9f9;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
header .container-header .header__sp .sp-nav ul > li {
  border-bottom: 4px dotted #ddd;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #777;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul > li > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #4c4c4c;
  font-size: 1em;
  min-width: 1em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list {
  display: flex;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  flex-direction: row !important;
  flex-wrap: wrap;
  height: auto;
  margin-top: 2rem;
  width: 90%;
  max-width: 300px;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
  /* BASEボタン（通常時ブランドカラー、ホバー時白背景） */
}
header .container-header .header__sp .sp-nav ul .link-list li {
  border-bottom: none;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: none;
  outline: none;
  min-width: 0px;
}
header .container-header .header__sp .sp-nav ul .link-list li a::before {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a {
  background: #1C9C82;
  color: #fff;
  border: 2px solid #1C9C82;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a i.fa-cart-shopping {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus {
  background: #fff;
  color: #1C9C82;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover i.fa-cart-shopping, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus i.fa-cart-shopping {
  color: #1C9C82;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1480px) {
  header.fixed .header__logo a figure {
    width: 130px;
  }
  header .header__logo a figure {
    width: 130px;
  }
  header .container-header .header__nav .nav__list {
    gap: 2rem;
  }
  header .container-header .header__nav .nav__list a.btn-c {
    font-size: 14px;
  }
  header .container-header .header__nav .nav__list a.btn-c span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1280px) {
  header .container-header .header__nav .nav__list {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header__logo a figure {
    height: 60px;
  }
  header .header__logo a figure {
    width: 110px;
  }
  header .header__logo a figure img {
    margin: 10px 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
  opacity: 0;
}
#floating li {
  display: none;
  margin: 2rem 0;
}
#floating li a {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #151616;
  font-size: 10px;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 60px;
  display: block;
  text-align: center;
}
#floating li a:hover {
  opacity: 0.5;
  transition: ease 0.4s;
}
#floating li a i {
  font-size: 40px;
  margin-left: 2px;
}
#floating li a span {
  writing-mode: vertical-rl;
  display: inline-block;
  transform: rotate(0deg);
  text-orientation: upright;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #floating {
    display: block;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    padding: 0;
    border: none;
  }
  #floating li {
    display: block;
    width: 100%;
    border-top: #fff 3px solid;
    margin: 0 auto;
    text-align: center;
  }
  #floating li a {
    writing-mode: unset;
    width: 100%;
    transition: background-color 0.3s ease, color 0.5s ease;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    position: relative;
    padding: 30px 2rem 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    background: #008000;
    box-shadow: 0 5px 0 #2c9d60;
  }
  #floating li a i {
    margin-right: 5px;
  }
  #floating li a br {
    display: none;
  }
  #floating li a small {
    font-size: 14px;
  }
  #floating li a:hover {
    transform: none;
    background-color: #4c4c4c;
    color: #fff;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #151616;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
    border-radius: 5px;
    font-size: 1rem;
    position: absolute;
    top: -10px;
    left: calc(50% - 75px);
    display: block;
    width: 140px;
    padding: 0.2rem 0;
    color: #008000;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  #floating li a i {
    margin-left: 0;
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  #floating li {
    width: 100%;
    margin: 0;
  }
  #floating li a br {
    display: block;
  }
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 99999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-color: #F4F6F6;
  background-image: url("../../img/bg04.png");
  background-repeat: no-repeat;
  background-position: center;
  /*動き*/
  transition: all 0.6s;
}
#g-nav-list {
  text-align: center;
  position: relative;
}
#g-nav-list .nav__list {
  width: 100%;
}
#g-nav-list .nav__list .logo img {
  width: 40%;
}
#g-nav-list .nav__list li {
  margin-top: 25px;
}
#g-nav-list .nav__list li a {
  padding: 0;
  width: 100%;
  display: inline;
  border-bottom: 1px solid #008000;
}
#g-nav-list .nav__list li a p {
  font-weight: 700;
}
#g-nav-list .nav__list li a span {
  text-transform: uppercase;
  font-size: 12px;
}
#g-nav-list .nav__list li a:hover {
  opacity: 0.7;
  color: #008000;
  transition: all 0.4s;
}

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

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

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

.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: 50%;
  z-index: 999999;
  background-color: #008000;
}

@media screen and (max-width: 1280px) {
  .openbtn {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    display: block;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    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;
  }
}
@media screen and (max-width: 375px) {
  #g-nav .g-nav-icon {
    width: 100px;
  }
  #g-nav ul li {
    margin-bottom: 10px;
  }
  #g-nav ul li a {
    padding: 0;
  }
  #g-nav ul li a .en {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
#top-main {
  margin: 0px 0 0 0;
  position: relative;
  padding: 0;
  overflow: hidden;
  background-color: #F4F6F6;
  /* 線のアニメーション */
}
#top-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 100%;
  background-color: #f4f6f6;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}
#top-main::after {
  animation: fadeInRight 2s ease-in-out;
  opacity: 0;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 400px;
  background-color: rgba(0, 128, 0, 0.9);
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% 0, 0% calc(100% - 0px), 100% 100%);
  z-index: 8;
}
#top-main .swiper-slide {
  position: relative;
}
#top-main .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(65, 253, 137, 0.7), rgba(14, 244, 255, 0));
  background-size: contain;
  background-repeat: no-repeat;
}
#top-main .swiper-slide .swiper-pagination {
  position: relative;
  z-index: 20;
}
#top-main .swiper-slide-active .swiper-img,
#top-main .swiper-slide-duplicate-active .swiper-img,
#top-main .swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}
#top-main .swiper-slide img {
  height: 100svh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow-x: hidden;
}
#top-main .sp {
  display: none;
}
#top-main .scroll0 {
  animation: fadeInRight 1.5s ease-in-out;
  opacity: 0;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  position: absolute;
  right: 3%;
  bottom: 15%;
  writing-mode: vertical-rl;
  z-index: 10;
  color: #fff;
  font-size: 11px;
}
#top-main .scroll0::before {
  animation: scroll 3s infinite;
  background-color: #F4F6F6;
  bottom: -100px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#top-main .swiper-wrapper02 {
  animation: fadeInLeft 1.5s ease-in-out;
  animation-fill-mode: forwards;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 10;
  display: flex;
  flex-flow: column;
  gap: 5px;
  color: #000;
  border-radius: 10px;
  width: 100%;
}
#top-main .swiper-wrapper02 h2 {
  text-align: justify;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  position: relative;
  line-height: 1.8;
  letter-spacing: 2px;
  display: inline;
  background-color: #F4F6F6;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#top-main .swiper-wrapper02 h2 .green {
  color: #008000;
}
#top-main .swiper-wrapper02 h2 .none {
  display: none;
}
#top-main .swiper-wrapper02 p {
  margin: 20px 0 0px;
  line-height: 2;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F4F6F6;
}
#top-main .swiper-wrapper02 p br {
  display: none;
}
#top-main .swiper-wrapper02 p .green {
  color: #008000;
  padding: 0;
}
#top-main .swiper-wrapper02 p span {
  display: inline;
}

@media screen and (max-width: 1280px) {
  #top-main::before {
    width: 200px;
  }
}
@media screen and (max-width: 928px) {
  #top-main {
    margin: 0px 0 0 0;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  #top-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
  }
  #top-main .swiper-slide {
    position: relative;
    z-index: 2;
  }
  #top-main .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(65, 253, 137, 0.7), rgba(14, 244, 255, 0));
    background-size: contain;
    background-repeat: no-repeat;
  }
  #top-main .swiper-slide-active .swiper-img,
  #top-main .swiper-slide-duplicate-active .swiper-img,
  #top-main .swiper-slide-prev .swiper-img {
    animation: zoomUp 12s linear 0s normal both;
  }
  #top-main .swiper-slide img {
    height: 100svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow-x: hidden;
  }
  #top-main .sp {
    display: none;
  }
  #top-main .scroll0 {
    animation: fadeInRight 1.5s ease-in-out;
    opacity: 0;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    position: absolute;
    right: 3%;
    bottom: 15%;
    writing-mode: vertical-rl;
    z-index: 10;
    color: #fff;
    font-size: 11px;
  }
  #top-main .scroll0::before {
    animation: scroll 3s infinite;
    background-color: #fff;
    bottom: -100px;
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  #top-main .swiper-wrapper02 {
    animation: fadeInLeft 1.5s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 10;
    display: flex;
    flex-flow: column;
    gap: 5px;
    color: #000;
    border-radius: 10px;
  }
  #top-main .swiper-wrapper02 h2 {
    text-align: justify;
    font-size: 30px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
  }
  #top-main .swiper-wrapper02 h2 .none {
    display: none;
  }
  #top-main .swiper-wrapper02 p {
    line-height: 2;
    font-size: 18px;
  }
  #top-main .swiper-wrapper02 p br {
    display: none;
  }
  #top-main .swiper-wrapper02 p span {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  #top-main {
    margin: 0px 0 0 0;
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  #top-main::before {
    display: none;
  }
  #top-main::after {
    animation: fadeInRight 2s ease-in-out;
    opacity: 0;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 300px;
    background-color: rgba(0, 128, 0, 0.9);
    background-size: contain;
    background-repeat: no-repeat;
    clip-path: polygon(100% 0, 100% 0, 0% calc(100% - 0px), 100% 100%);
    z-index: 8;
  }
  #top-main .swiper-slide {
    position: relative;
    z-index: 2;
  }
  #top-main .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(65, 253, 137, 0.7), rgba(14, 244, 255, 0));
    background-size: contain;
    background-repeat: no-repeat;
  }
  #top-main .swiper-slide-active .swiper-img,
  #top-main .swiper-slide-duplicate-active .swiper-img,
  #top-main .swiper-slide-prev .swiper-img {
    animation: zoomUp 12s linear 0s normal both;
  }
  #top-main .swiper-slide img {
    height: 100svh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    overflow-x: hidden;
  }
  #top-main .sp {
    display: none;
  }
  #top-main .scroll0 {
    animation: fadeInRight 1.5s ease-in-out;
    opacity: 0;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    position: absolute;
    right: 3%;
    bottom: 15%;
    writing-mode: vertical-rl;
    z-index: 10;
    color: #fff;
    font-size: 11px;
  }
  #top-main .scroll0::before {
    animation: scroll 3s infinite;
    background-color: #fff;
    bottom: -100px;
    content: "";
    height: 80px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  #top-main .swiper-wrapper02 {
    animation: fadeInLeft 1.5s ease-in-out;
    animation-fill-mode: forwards;
    position: absolute;
    bottom: 15%;
    left: 0%;
    z-index: 10;
    display: flex;
    flex-flow: column;
    gap: 5px;
    color: #000;
    border-radius: 10px;
    width: 85%;
  }
  #top-main .swiper-wrapper02 h2 {
    text-align: justify;
    font-size: 25px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
    background-color: #fff;
    width: -moz-fit-content;
    width: fit-content;
  }
  #top-main .swiper-wrapper02 h2 .none {
    display: none;
  }
  #top-main .swiper-wrapper02 p {
    line-height: 2;
    font-size: 16px;
    margin: 20px 0 0px;
    padding: 5px 20px;
  }
  #top-main .swiper-wrapper02 p br {
    display: block;
  }
  #top-main .swiper-wrapper02 p span {
    display: inline;
  }
}
#subslider {
  padding: 100px 0;
  /* スライドの動き等速 */
}
#subslider .subslider_wrap {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
#subslider .subswiper {
  margin: 0 0 30px;
}
#subslider li {
  margin: 0 10px 0 0;
}
#subslider li img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 3/2;
}
#subslider li p {
  font-size: 13px;
  margin-top: 5px;
}
#subslider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 480px) {
  #subslider {
    /* スライドの動き等速 */
  }
  #subslider li {
    margin: 0 10px 0 0;
  }
  #subslider li img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    aspect-ratio: 3/2;
  }
  #subslider li p {
    font-size: 13px;
    margin-top: 5px;
  }
  #subslider .swiper-wrapper {
    transition-timing-function: linear;
  }
}
#greeting {
  position: relative;
  overflow: hidden;
  margin-bottom: 5rem;
  background-color: #F4F6F6;
}
#greeting .greeting_wrap {
  padding: 70px;
}
#greeting .greeting_wrap__heading {
  text-align: center;
  margin: 0 0 50px;
}
#greeting .greeting_wrap__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  position: relative;
}
#greeting .greeting_wrap__block::after {
  content: "";
  position: absolute;
  top: -55px;
  left: -5%;
  width: 130px;
  height: 130px;
  background-image: url(../../img/shop/deco5.png);
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
}
#greeting .greeting_wrap__block::before {
  content: "";
  position: absolute;
  bottom: -5%;
  left: 35%;
  width: 180px;
  height: 180px;
  background-image: url(../../img/shop/deco4.png);
  background-repeat: no-repeat;
  -o-object-fit: contain;
     object-fit: contain;
  background-size: contain;
}
#greeting .greeting_wrap__block--img {
  width: 100%;
  display: flex;
  order: 2;
  overflow: hidden;
}
#greeting .greeting_wrap__block--img img {
  width: 100%;
  margin: 0 0px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 450px;
}
#greeting .greeting_wrap__block--img .img-001 {
  margin: 50px 30px 0 0;
}
#greeting .greeting_wrap__block--text {
  width: 100%;
  margin: 30px 0 0 0;
  order: 1;
}
#greeting .greeting_wrap__block--text p {
  font-weight: 400;
  text-align: justify;
  padding-bottom: 2rem;
  line-height: 1.8;
}
#greeting .greeting_wrap__block--text p .marker_type2 {
  display: inline;
  background: linear-gradient(transparent 57%, rgba(123, 163, 165, 0.4392156863) 87%);
  padding: 0 0.15rem -5.85rem;
  margin: 0 0.15rem 0;
}
#greeting .greeting_wrap__block--text--button {
  padding-top: 40px;
  text-align: center;
}
#greeting .greeting_wrap__block--text--button a {
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 300px;
  padding: 10px 40px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid;
}
#greeting .greeting_wrap__block--text--button a .none {
  display: none;
}
#greeting .greeting_wrap__block--text--button a:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #151616;
  transition: 0.3s;
}
#greeting .greeting_wrap__block--text--button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background-color: #151616;
  transition: 0.3s;
}
#greeting .greeting_wrap__block--text--button a:hover:before,
#greeting .greeting_wrap__block--text--button a:hover:after {
  right: -2.5em;
}

@media screen and (max-width: 1280px) {
  #greeting {
    width: 100%;
    margin: 0 auto 5rem;
  }
  #greeting .greeting_wrap__block {
    grid-template-columns: 1fr;
  }
  #greeting .greeting_wrap__block::before {
    left: 80%;
  }
  #greeting .greeting_wrap__block--img {
    width: 100%;
    gap: 30px;
    order: 1;
  }
  #greeting .greeting_wrap__block--img img {
    width: 100%;
    height: 450px;
  }
  #greeting .greeting_wrap__block--img .img-001 {
    margin: 0px 0px 0 0;
  }
  #greeting .greeting_wrap__block--text {
    order: 2;
    margin: 0px 0 0 0;
  }
  #greeting .greeting_wrap__block--text h3 {
    margin: 30px 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #greeting {
    width: 100%;
    margin: 0 auto 3rem;
  }
  #greeting .greeting_wrap__block {
    grid-template-columns: 1fr;
  }
  #greeting .greeting_wrap__block::after {
    width: 80px;
    height: 80px;
  }
  #greeting .greeting_wrap__block::before {
    width: 100px;
    height: 100px;
  }
  #greeting .greeting_wrap__block--img {
    width: 100%;
    gap: 30px;
    order: 1;
  }
  #greeting .greeting_wrap__block--img img {
    width: 100%;
    height: 300px;
  }
  #greeting .greeting_wrap__block--img .img-001 {
    margin: 0px 0px 0 0;
  }
  #greeting .greeting_wrap__block--text {
    order: 2;
  }
  #greeting .greeting_wrap__block--text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  #greeting .greeting_wrap {
    padding: 10px 10px 30px;
  }
  #greeting .greeting_wrap__block::before {
    left: 70%;
  }
  #greeting .greeting_wrap__block--img {
    width: 100%;
    gap: 15px;
  }
  #greeting .greeting_wrap__block--img img {
    height: 250px;
  }
  #greeting .greeting_wrap__block--text {
    margin: 0px 0 0 0;
  }
  #greeting .greeting_wrap__block--text p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
  }
  #greeting .greeting_wrap__block--text--button a {
    width: 250px;
    padding: 10px 20px;
    font-size: 12px;
  }
  #greeting .greeting_wrap__block--text--button a:after {
    width: 40px;
  }
  #greeting .greeting_wrap__merit {
    margin: 50px 0 0 0;
  }
  #greeting .greeting_wrap__merit ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
#news {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 30px;
}

#news .blog__warp--box--listbox--list--link--item--time {
  background-color: #008000;
  padding: 0.1rem 0.5rem 0.1rem;
  color: #fff;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
}
#news .blog__warp--box--listbox--list--link--item--time i {
  display: none;
}
#news .blog__warp--box--listbox--list--link--item--cat,
#news .blog__warp--box--listbox--list--link--item--txt,
#news .blog__warp--box--listbox--list--link--item--read {
  display: none;
}
#news .blog__warp--box--listbox {
  display: flex;
  gap: 4rem;
}
#news .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
  grid-column: 2/3;
  justify-self: center;
}
#news .blog__warp--box--listbox--list {
  width: calc(33.3333333333% - 1.5rem);
  transition: 0.3s ease;
}
#news .blog__warp--box--listbox--list:hover {
  opacity: 0.6;
}
#news .blog__warp--box--listbox--list--link--images {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .blog__warp--box--listbox--list--link--images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}
#news .blog__warp--box--listbox--list--link--item {
  display: flex;
  gap: 0.5rem;
  flex-flow: column;
  padding-top: 0.5rem;
}
#news .blog__warp--box--listbox--list--link--item--h3 {
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  order: 2;
}
#news .blog__warp--box--listbox--list--link--item--h3 b {
  font-weight: 400;
  color: black;
}
#news .blog__warp--box--listbox--list--link--item--time {
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.btn {
  position: relative;
  display: flex;
  padding: 1rem 0;
  padding-left: 3em;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease-in-out;
  z-index: 0;
  margin: 2rem auto 0;
}
.btn::before {
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 100px;
  border: 1px solid #008000;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
.btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #008000;
  border-bottom: none !important;
  border-left: none !important;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 0.35em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.5;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  width: calc(100% + 3em);
  border-radius: 100px;
  background-color: #858585;
  opacity: 1;
}
.btn:hover::after {
  border: 1px solid #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #news .blog__warp--box--listbox--list {
    width: calc(50% - 1.5rem);
  }
  #news .blog__warp--box--listbox.is-single .blog__warp--box--listbox--list {
    grid-column: 2/2;
    justify-self: center;
  }
  #news .blog__warp--box--listbox--list:nth-child(3), #news .blog__warp--box--listbox--list:nth-child(4), #news .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #news .section-768 {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #news .blog__warp--box--listbox {
    grid-template-columns: 1fr;
  }
  #news .blog__warp--box--listbox--list {
    width: 100%;
  }
  #news .blog__warp--box--listbox--list:nth-child(2), #news .blog__warp--box--listbox--list:nth-child(3), #news .blog__warp--box--listbox--list:nth-child(4), #news .blog__warp--box--listbox--list:nth-child(5) {
    display: none;
  }
  #news .blog__warp--box--listbox--list--link--item--h3 {
    line-height: 1.5;
  }
}
#top-item {
  padding: 50px 50px 150px;
  overflow: hidden;
}
#top-item .top-item_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top-item .top-item_wrap ul,
#top-item .top-item_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top-item .top-item_wrap ul li,
#top-item .top-item_wrap ol li {
  width: 300px;
  overflow: hidden;
}
#top-item .top-item_wrap ul li .top-item_img,
#top-item .top-item_wrap ol li .top-item_img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
  aspect-ratio: 1/1;
}
#top-item .top-item_wrap ul li .top-item_img::after,
#top-item .top-item_wrap ol li .top-item_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  transition: 0.5s all;
}
#top-item .top-item_wrap ul li .top-item_img:hover,
#top-item .top-item_wrap ol li .top-item_img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
}
#top-item .top-item_wrap ul li .top-item_img:hover::after,
#top-item .top-item_wrap ol li .top-item_img:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  transition: 0.5s all;
}
#top-item .top-item_wrap ul li .top-item_img img,
#top-item .top-item_wrap ol li .top-item_img img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
#top-item .top-item_wrap ul li .top-item_img h5,
#top-item .top-item_wrap ol li .top-item_img h5 {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
  transform: translateY(-50%) translateX(-50%);
  line-height: normal;
  text-align: center;
  z-index: 20;
}
#top-item .top-item_wrap ul li .top-item_img h5 span,
#top-item .top-item_wrap ol li .top-item_img h5 span {
  font-size: 15px;
  font-family: "Zen Old Mincho", sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  #top-item .top-item_wrap ul {
    flex-direction: column;
  }
  #top-item .top-item_wrap ul li {
    width: 100%;
    height: 200px;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
  #top-item .top-item_wrap ul li .top-item_img img {
    aspect-ratio: 520/230;
  }
}
@media screen and (max-width: 928px) {
  #top-item .top-item_wrap ul {
    gap: 0;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  #top-item {
    padding: 0;
  }
  #top-item .top-item_wrap ul {
    grid-template-columns: 1fr;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 22px;
  }
  #top-item .top-item_wrap ul li .top-item_img img {
    aspect-ratio: 520/230;
  }
}
@media screen and (max-width: 480px) {
  #top-item .top-item_wrap ul li {
    width: 100%;
    height: 100%;
  }
  #top-item .top-item_wrap ul li .top-item_img {
    height: 150px;
  }
  #top-item .top-item_wrap ul li .top-item_img h5 {
    font-size: 20px;
    white-space: nowrap;
    line-height: normal;
  }
}
#reason {
  margin-bottom: 50px;
}
#reason .contenrs__wrap--box {
  align-items: self-start;
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
#reason .contenrs__wrap--box--item {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border: 1px solid #008000;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 10px;
}
#reason .contenrs__wrap--box--item--ttl figure {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#reason .contenrs__wrap--box--item--ttl figure img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#reason .contenrs__wrap--box--item--ttl h3 {
  font-size: 23px;
  font-weight: 700;
  border-bottom: 1px solid #008000;
  border-left: 5px solid #008000;
  display: inline;
  line-height: 2;
  padding: 15px 0;
}
#reason .contenrs__wrap--box--item--ttl h3 span {
  font-size: 60px;
  opacity: 0.5;
  color: #008000;
  font-weight: 900;
  margin: 0 10px 1rem 20px;
}
#reason .contenrs__wrap--box--item--text p {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}

@media screen and (max-width: 1280px) {
  #reason .contenrs__wrap--box--item--ttl h3 {
    font-size: 18px;
  }
  #reason .contenrs__wrap--box--item--ttl h3 span {
    font-size: 30px;
    margin: 0 10px 1rem 10px;
  }
}
@media screen and (max-width: 1024px) {
  #reason .contenrs__wrap--box {
    grid-template-columns: none;
    flex-direction: column;
  }
  #reason .contenrs__wrap--box--item {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #reason .contenrs__wrap--box--item {
    width: 90%;
    margin: 0 auto;
  }
}
#service {
  padding: 0;
  position: relative;
  background-color: #F4F6F6;
}
#service::after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -5;
  position: fixed;
}
#service .service__warp--contents--listbox--list {
  margin: 0 0 2rem;
  position: relative;
  padding: 3rem 2rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service .service__warp--contents--listbox--list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  display: block;
  z-index: -1;
  background-image: linear-gradient(0deg, #008000, transparent 99%, #ffffff);
  opacity: 0.3;
}
#service .service__warp--contents--listbox--list figure {
  width: 500px;
  aspect-ratio: 4/3;
}
#service .service__warp--contents--listbox--list figure img {
  width: 100%;
  aspect-ratio: 4/3;
}
#service .service__warp--contents--listbox--list h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #008000;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 2rem;
  line-height: 1;
}
#service .service__warp--contents--listbox--list h3 span {
  font-size: clamp(3.4rem, 3.08rem + 1.6vw, 5rem);
  bottom: -1rem;
  right: 0;
  z-index: 1;
  font-weight: bold;
  opacity: 0.2;
}
#service .service__warp--contents--listbox--list--contents {
  width: calc(100% - (500px + 2rem));
}
#service .service__warp--contents--listbox--list--contents--item {
  margin: 0rem 0 0 0;
}
#service .service__warp--contents--listbox--list--contents--item p {
  width: 100%;
  text-align: justify;
  -moz-text-align-last: left;
       text-align-last: left;
  margin: 0 0 0.5rem;
}
#service .service__warp--contents--listbox--list--contents--item .small {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#service .service__warp--contents--listbox--list--contents .telbtn02,
#service .service__warp--contents--listbox--list--contents a.telbtn02,
#service .service__warp--contents--listbox--list--contents button.telbtn02 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
#service .service__warp--contents--listbox--list--contents .btn-wrap {
  margin: 30px auto;
  text-align: center;
}
#service .service__warp--contents--listbox--list--contents a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 0.25rem 2rem 2rem;
  color: #fff;
  background: #008000;
  box-shadow: 0 5px 0 #2c9d60;
}
#service .service__warp--contents--listbox--list--contents a.btn-c span {
  font-size: 1.5rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #008000;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#service .service__warp--contents--listbox--list--contents a.btn-c:hover {
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  box-shadow: 0 2px 0 #2c9d60;
}
#service .service__warp--contents--listbox--list--contents a.btn-c:hover:before {
  left: 2rem;
}
#service .service__warp--contents--listbox--list:nth-child(2) .service__warp--contents--listbox--list--contents {
  right: unset;
  left: 0rem;
  bottom: 0rem;
}
#service .service__warp--contents--listbox .guide {
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#service .service__warp--contents--listbox .guide br {
  display: none;
}

@media screen and (max-width: 1280px) {
  #service .service__warp--contents--listbox--list--contents a.btn-c {
    font-size: 20px;
    padding: 0.25rem 2rem 1rem;
  }
  #service .service__warp--contents--listbox--list--contents a.btn-c span {
    font-size: 1rem;
    width: 200px;
    left: calc(50% - 100px);
  }
}
@media screen and (max-width: 1024px) {
  #service .service__warp--contents--title p .br {
    display: block;
  }
  #service .service__warp--contents--title ul li {
    width: calc(50% - 20px);
    margin: 0 0 1rem;
  }
  #service .service__warp--contents--listbox--list figure {
    width: 345px;
  }
  #service .service__warp--contents--listbox--list--contents {
    width: calc(100% - (300px + 2rem));
    padding: 1rem;
  }
  #service .service__warp li .guide br {
    display: block;
  }
}
@media screen and (max-width: 890px) {
  #service .service__warp--contents--listbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #service .service__warp--contents--listbox--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    padding: 2rem 2rem 1rem;
    margin-bottom: 0;
  }
  #service .service__warp--contents--listbox--list figure {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #service .service__warp--contents--listbox--list figure img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #service .service__warp--contents--listbox--list h3 {
    width: 100%;
    margin: 2rem auto;
  }
  #service .service__warp--contents--listbox--list--contents {
    position: relative;
    width: 100%;
    padding: 0rem 0rem 1rem 0rem;
  }
  #service .service__warp--contents--listbox--list--contents--item p {
    margin-top: 20px;
  }
  #service .service__warp--contents--listbox--list--contents .telbtn02,
  #service .service__warp--contents--listbox--list--contents a.telbtn02,
  #service .service__warp--contents--listbox--list--contents button.telbtn02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 650px) {
  #service .service__warp--contents--title {
    padding: 2rem 2rem;
  }
  #service .service__warp--contents--title p {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
  #service .service__warp--contents--title p .br {
    display: none;
  }
  #service .service__warp--contents--title ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
  #service .service__warp--contents--listbox .guide {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  #service {
    padding-bottom: 0;
  }
  #service .service__warp--contents--listbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #service .service__warp--contents--listbox--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
  }
  #service .service__warp--contents--listbox--list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: block;
    z-index: -1;
  }
  #service .service__warp--contents--listbox--list figure {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #service .service__warp--contents--listbox--list figure img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #service .service__warp--contents--listbox--list h3 {
    width: 100%;
    margin: 2rem auto;
  }
  #service .service__warp--contents--listbox--list--contents {
    position: relative;
    width: 100%;
    padding: 0rem 0rem 1rem 0rem;
  }
  #service .service__warp--contents--listbox--list:nth-child(2) h3 {
    order: 2;
  }
  #service .service__warp--contents--listbox--list:nth-child(2) figure {
    order: 1;
  }
  #service .service__warp--contents--listbox--list:nth-child(2) .service__warp--contents--listbox--list--contents {
    order: 3;
  }
  #service .service__warp--contents--listbox .guide {
    text-align: left;
    width: 300px;
    margin: 0 auto;
  }
  #service .service__warp li .guide br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #service .service__warp--contents--title {
    padding: 2rem 2rem;
  }
  #service .service__warp--contents--title p {
    text-align: justify;
    -moz-text-align-last: left;
         text-align-last: left;
    font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  }
  #service .service__warp--contents--title p .br {
    display: none;
  }
  #service .service__warp--contents--title ul li {
    width: 100%;
    margin: 0 0 1rem;
  }
  #service .service__warp--contents--listbox--list {
    padding: 2rem 1rem 1rem;
  }
  #service .service__warp--contents--listbox--list h3 {
    margin: 2rem auto;
    font-size: 1.2rem;
  }
  #service .service__warp--contents--listbox--list h3 span {
    font-size: 30px;
  }
}
#area {
  position: relative;
}
#area::after {
  position: absolute;
  background-image: url(../../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -5;
  position: fixed;
  opacity: 0.3;
}
#area .service__warp--contents--listbox--list {
  margin: 0 0 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#area .service__warp--contents--listbox--list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  display: block;
  z-index: -1;
  opacity: 0.3;
}
#area .service__warp--contents--listbox--list figure {
  width: 60%;
  aspect-ratio: 4/3;
}
#area .service__warp--contents--listbox--list figure img {
  width: 100%;
}
#area .service__warp--contents--listbox--list h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #008000;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 2rem;
  line-height: 1;
}
#area .service__warp--contents--listbox--list h3 span {
  font-size: clamp(3.4rem, 3.08rem + 1.6vw, 5rem);
  bottom: -1rem;
  right: 0;
  z-index: 1;
  font-weight: bold;
  opacity: 0.2;
}
#area .service__warp--contents--listbox--list--contents {
  width: calc(100% - (500px + 2rem));
}
#area .service__warp--contents--listbox--list--contents--item {
  margin: 0 auto 0;
  line-height: 3;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 30px 50px;
}
#area .service__warp--contents--listbox--list--contents--item p {
  width: 100%;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  display: inline;
  margin: 20px;
}
#area .service__warp--contents--listbox--list--contents--item .small {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#area .service__warp--contents--listbox--list:nth-child(2) .service__warp--contents--listbox--list--contents {
  right: unset;
  left: 0rem;
  bottom: 0rem;
}
#area .service__warp--contents--listbox .guide {
  text-align: center;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
#area .service__warp--contents--listbox .guide br {
  display: none;
}

@media screen and (max-width: 1480px) {
  #area .service__warp--contents--listbox--list figure {
    width: 40%;
  }
  #area .service__warp--contents--listbox--list--contents--item {
    width: 75%;
    text-align: center;
    padding: 20px 0;
    line-height: 2;
  }
}
@media screen and (max-width: 1280px) {
  #area .service__warp--contents--listbox--list {
    flex-direction: column;
  }
  #area .service__warp--contents--listbox--list figure {
    width: 60%;
  }
  #area .service__warp--contents--listbox--list--contents {
    width: calc(100% - (500px - 25rem));
  }
  #area .service__warp--contents--listbox--list--contents--item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #area .service__warp--contents--title p .br {
    display: block;
  }
  #area .service__warp--contents--title ul li {
    width: calc(50% - 20px);
    margin: 0 0 1rem;
  }
  #area .service__warp--contents--listbox--list figure {
    width: 345px;
  }
  #area .service__warp--contents--listbox--list--contents {
    width: 100%;
    padding: 1rem;
  }
  #area .service__warp li .guide br {
    display: block;
  }
}
@media screen and (max-width: 890px) {
  #area .service__warp--contents--title p .br {
    display: block;
  }
  #area .service__warp--contents--title ul li {
    width: calc(50% - 20px);
    margin: 0 0 1rem;
  }
  #area .service__warp--contents--listbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #area .service__warp--contents--listbox--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    padding: 2rem 2rem 1rem;
  }
  #area .service__warp--contents--listbox--list figure {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #area .service__warp--contents--listbox--list figure img {
    width: 100%;
    aspect-ratio: 4/3;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #area .service__warp--contents--listbox--list h3 {
    width: 100%;
    margin: 2rem auto;
  }
  #area .service__warp--contents--listbox--list--contents {
    position: relative;
    width: 100%;
    padding: 0rem 0rem 1rem 0rem;
  }
  #area .service__warp--contents--listbox--list:nth-child(2) h3, #area .service__warp--contents--listbox--list:nth-child(4) h3 {
    order: 2;
  }
  #area .service__warp--contents--listbox--list:nth-child(2) figure, #area .service__warp--contents--listbox--list:nth-child(4) figure {
    order: 1;
  }
  #area .service__warp--contents--listbox--list:nth-child(2) .service__warp--contents--listbox--list--contents, #area .service__warp--contents--listbox--list:nth-child(4) .service__warp--contents--listbox--list--contents {
    order: 3;
  }
}
@media screen and (max-width: 650px) {
  #area .service__warp--contents--listbox--list {
    padding: 0;
  }
  #area .service__warp--contents--listbox .guide {
    font-size: 1rem;
  }
}
@media screen and (max-width: 550px) {
  #area {
    padding-bottom: 0;
  }
  #area .service__warp--contents--listbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #area .service__warp--contents--listbox--list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
  }
  #area .service__warp--contents--listbox--list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    display: block;
    z-index: -1;
  }
  #area .service__warp--contents--listbox--list h3 {
    width: 100%;
    margin: 2rem auto;
  }
  #area .service__warp--contents--listbox--list--contents {
    position: relative;
    width: 100%;
    padding: 0rem 0rem 1rem 0rem;
  }
  #area .service__warp--contents--listbox--list--contents--item p span {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  #area .layout_width {
    padding: 0;
  }
  #area .service__warp--contents--listbox--list {
    padding: 0;
    padding: 2rem 1rem 1rem;
  }
  #area .service__warp--contents--listbox--list h3 {
    margin: 2rem auto;
    font-size: 1.2rem;
  }
  #area .service__warp--contents--listbox--list h3 span {
    font-size: 30px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #008000;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}
#carousel .carousel__warp--slider--box--list img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     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: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  background-color: #008000;
  border: solid 1px #008000;
  color: #ffffff;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #4c4c4c;
  color: #008000;
}

#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-weight: 800;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(4rem, 3.5rem + 2.5vw, 6.5rem);
  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;
  -o-object-fit: cover;
     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;
  -moz-text-align-last: left;
       text-align-last: left;
}

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

@media screen and (max-width: 928px) {
  #gallery_2 .section__list li {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  #gallery_2 .section__list li {
    width: 280px;
  }
}
.calender__content table {
  border: #008000 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #008000 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #008000 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: #4c4c4c;
}
.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: #008000;
}
.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: #008000;
  border: solid 1px #008000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
  box-shadow: 1px 1px 3px white;
}
.pagetop a i {
  color: #ffffff;
}
.pagetop a:hover {
  background-color: #4c4c4c;
}
.pagetop a:hover i {
  color: #ffffff;
}

@media screen and (max-width: 1280px) {
  .pagetop {
    bottom: 7.5em;
  }
}
@media screen and (max-width: 1024px) {
  .pagetop {
    bottom: 6.5em;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 6.5em;
  }
}
@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: 8.5em;
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
footer {
  position: relative;
}
footer::before {
  position: absolute;
  background-image: url("../../img/bg03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
footer::after {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e2f5e2;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 0.5;
  z-index: -1;
}
footer .foo-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  border-radius: 15px;
}
footer .foo-wrap__text {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid;
  padding: 0 0 40px;
  align-items: center;
  justify-content: center;
}
footer .foo-wrap__text--img {
  width: 200px;
  margin: auto;
}
footer .foo-wrap__text--img img {
  width: 100%;
}
footer .foo-wrap__text--p {
  display: flex;
  flex-flow: column;
  justify-content: end;
}
footer .foo-wrap__text--p p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  padding: 1rem 0 0 0;
  line-height: 1.5;
}
footer .foo-wrap__text--contact .phone {
  padding-top: 1rem;
  margin-bottom: 10px;
  line-height: 1.8;
}
footer .foo-wrap__text--contact .phone a {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  background-color: #151616;
  padding: 5px 10px;
  color: #fff;
}
footer .foo-wrap__text--contact .phone a:hover {
  opacity: 0.5;
  transition: all 0.4s;
}
footer .foo-wrap__text--contact .small {
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
}
footer .foo-wrap__text--contact a .fa-line,
footer .foo-wrap__text--contact a .fa-square-instagram,
footer .foo-wrap__text--contact a .fa-calendar-check {
  font-size: 3.5rem;
  margin: 10px;
}
footer .foo-wrap__text--contact a .fa-line {
  color: #00B900;
}
footer .foo-wrap__text--contact a .fa-square-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 10px;
  align-items: center;
}
footer .foo-wrap__text--contact a .fa-calendar-check {
  color: #008000;
}
footer .foo-wrap__text--contact a :hover {
  opacity: 0.5;
  transition: all 0.4s;
}
footer .foo-wrap__nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
footer .foo-wrap__nav nav {
  padding: 20px 10px 0px;
}
footer .foo-wrap__nav nav ul {
  display: flex;
  gap: 3rem;
}
footer .foo-wrap__nav nav ul li {
  list-style: none;
  text-transform: uppercase;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
}
footer .foo-wrap__nav nav ul li p {
  font-size: 13px;
}
footer .foo-wrap__nav nav ul li:hover {
  color: #008000;
  transition: all 0.4s;
}
footer .foo-wrap__nav div {
  padding: 20px 0 0px;
}
footer .foo-wrap__nav div a {
  font-size: 25px;
  margin: 0 0 0 0px;
}
footer .copyright {
  text-align: center;
  background-color: #008000;
}
footer .copyright p {
  font-weight: 500;
  font-size: 15px;
  padding: 20px 0 20px;
  color: #fff;
}

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

@media screen and (max-width: 1280px) {
  footer .copyright p {
    padding: 15px 0 110px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 50px;
  }
  footer .foo-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    border-radius: 15px;
  }
  footer .foo-wrap__text {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid;
    padding: 0 0 40px;
    align-items: center;
  }
  footer .foo-wrap__text--img {
    width: 170px;
  }
  footer .foo-wrap__text--img img {
    width: 100%;
  }
  footer .foo-wrap__text--p {
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
  footer .foo-wrap__text--p p {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
  footer .foo-wrap__nav nav {
    padding-bottom: 30px;
  }
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0 30px;
  }
  footer .foo-wrap__nav nav ul li p {
    font-size: 13px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright p {
    font-weight: 500;
    font-size: 12px;
    padding: 20px 0 120px;
  }
}
@media screen and (max-width: 928px) {
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .foo-wrap {
    padding: 0;
    width: 90%;
  }
  footer .foo-wrap__text {
    display: block;
    padding: 0 0 30px;
  }
  footer .foo-wrap__text--img {
    width: 200px;
    margin: 0 auto;
  }
  footer .foo-wrap__text--p {
    margin: 30px 0 0 0;
  }
  footer .foo-wrap__nav nav {
    padding: 30px 0 30px;
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0 10px;
    margin: 0 0 10px;
  }
  footer .foo-wrap__nav nav ul li p {
    text-align: center;
  }
  footer .foo-wrap__nav div {
    padding: 20px 0 0px;
  }
  footer .copyright p {
    padding: 15px 0 100px;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #151616;
    border-top: 1px solid #eee;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
  }
  #sp_btn ul li {
    width: 50%;
    border-right: 1px solid #eee;
    display: block;
    padding: 15px 0;
  }
  #sp_btn ul li a {
    display: flex;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
  }
  #sp_btn ul li a:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a img {
    width: 20px;
  }
  #sp_btn ul li:nth-child(2) {
    border: 0px;
  }
  #sp_btn ul li:nth-child(2) img {
    padding-right: 5px;
    width: 20px;
  }
  #sp_btn ul li:nth-child(3) {
    border: 0px;
    border-left: 1px solid #eee;
  }
  #sp_btn ul li:nth-child(3) img {
    padding-right: 5px;
    width: 25px;
  }
}
@media screen and (max-width: 480px) {
  footer .foo-wrap {
    padding: 20px;
  }
  footer .foo-wrap__text {
    display: block;
    padding: 0 0 30px;
  }
  footer .foo-wrap__text--img {
    width: 150px;
    margin: 0 auto;
  }
  footer .foo-wrap__text--p {
    margin: 15px 0 0 0;
  }
  footer .foo-wrap__nav {
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 10px;
  }
  footer .foo-wrap__nav nav {
    padding: 30px 0 30px;
    margin: 0 auto;
  }
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 12px;
  }
  footer .foo-wrap__nav nav ul li p {
    text-align: center;
  }
  footer .foo-wrap__nav div {
    padding: 0px 0 0px;
  }
  footer .copyright p {
    padding: 30px 0 130px;
  }
}/*# sourceMappingURL=style.css.map */