@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  src: url("../../font/Shippori_Mincho_B1/woff2/ShipporiMinchoB1-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  src: url("../../font/Shippori_Mincho_B1/woff2/ShipporiMinchoB1-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  src: url("../../font/Shippori_Mincho_B1/woff2/ShipporiMinchoB1-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  src: url("../../font/Shippori_Mincho_B1/woff2/ShipporiMinchoB1-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "KleeOne", serif;
  font-weight: 400;
  font-style: normal;
  src: url("../../font/KleeOne/woff2/KleeOne-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "KleeOne", serif;
  font-weight: 600;
  font-style: normal;
  src: url("../../font/KleeOne/woff2/KleeOne-SemiBold.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "KleeOne", serif;
  color: #222222;
  background: #fffcf4;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.1rem;
  position: relative;
}
html body .contents__wrap--text p span {
  display: inline-block;
}
html body .animate__fadeIn {
  transform: none !important;
}
html body p {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}
html body a {
  transform: rotate(0.05deg);
  transform: skewX(0.03deg);
}

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .layout_width {
    margin: 5rem auto;
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .layout_width_1024 {
    padding: 0 4rem;
    margin: 4rem auto;
  }
}
@media screen and (max-width: 768px) {
  .layout_width {
    margin: 4rem auto;
    padding: 0 2rem;
  }
  .layout_width_1024 {
    padding: 0 2rem;
    margin: 3rem auto;
  }
}
@media screen and (max-width: 480px) {
  .layout_width {
    margin: 4rem auto;
    padding: 0 1rem;
  }
  .layout_width_1024 {
    padding: 0 1rem;
  }
  .layout_width_830 {
    padding: 0 1rem;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*****  コンテンツ部分基本幅設定  end  *****/
/*****************************************/
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
section {
  overflow: hidden;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #A40028;
}
.bgcolor div h2 {
  color: #bba264;
}
.bgcolor div h2 b {
  color: #bba264;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.main-ttl h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.main-ttl h2 p {
  text-transform: uppercase;
  font-size: clamp(2.2rem, 2.16rem + 0.2vw, 2.4rem);
  line-height: clamp(2.5rem, 2.46rem + 0.2vw, 2.7rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
}
.main-ttl h2 p::first-letter {
  color: #A40028;
}
.main-ttl h2 span {
  text-transform: uppercase;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  line-height: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
}
.main-ttl h2 span::first-letter {
  color: #A40028;
}

@media screen and (max-width: 768px) {
  .main-ttl h2 {
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[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 #A40028;
  text-emphasis: filled #A40028;
  font-weight: bold;
}

.marker_type2 {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255, 136, 0) 55%);
  -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: 90%;
  margin: auto;
  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;
}

.main01 {
  position: relative;
  transform: none !important;
}
.main01::before {
  position: absolute;
  background-image: url("../../img/common/main-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0px;
  width: 100%;
  height: 100vh;
  content: "";
  position: fixed;
  opacity: 0;
  animation: fadeIn 3s forwards;
  z-index: -8;
}

.main01 {
  position: relative;
}
.main01::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../img/common/main-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  animation: bgFadeIn 3s ease forwards;
  pointer-events: none;
  z-index: -1;
}

@keyframes bgFadeIn {
  0% {
    opacity: 0;
    transform: none;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.menu-open {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

.js #header {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

/* 表示タイミングを制御（好みで値調整） */
#header {
  will-change: transform, opacity;
}

.js.is-ready #header {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

header {
  width: 100%;
  z-index: 9999;
  position: fixed !important;
  top: 0;
  transition: all 0.4s;
  /* headNav.animateと合わせる */
}
header.fixed {
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  background-color: rgba(255, 252, 244, 0.8);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media screen and (max-width: 1024px) {
  header.fixed {
    background-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #222222;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #2F5C52;
}
header.fixed .container-header .header__nav .nav__list .tel {
  color: #222222;
}
header.fixed .container-header .header__nav .nav__list .insta {
  color: #222222;
}
header.fixed .header__logo {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  header.fixed .header__logo {
    opacity: 0;
  }
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::before {
  background-color: #2F5C52;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line::after {
  background-color: #2F5C52;
}
header.fixed .container-header .header__sp .menu-button .menu-button__line {
  background-color: #2F5C52;
}
header .header__warp {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  max-width: 95%;
  width: 100%;
  margin: 10px auto;
  box-sizing: border-box;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  header .header__warp {
    margin-top: 10px;
    max-width: 95%;
  }
}
header .header__logo {
  flex: 0 0 auto;
  width: 230px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 900;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
}
header .header__logo a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0.1em 0;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 2.5rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
  padding: 1rem 0;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
}
header .container-header .header__nav .nav__list li > a span {
  color: #bba264;
  font-size: 12px;
}
header .container-header .header__nav .nav__list li > a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #A40028;
  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 .contact-box {
  padding: 0.8rem 2rem;
  border-radius: 50px;
  background-color: #2F5C52;
  color: #222222;
  min-width: 200px;
  border: 2px solid #2F5C52;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
}
@media screen and (max-width: 1024px) {
  header .container-header .contact-box {
    display: none;
  }
}
header .container-header .contact-box:hover {
  background-color: #222222;
  color: #bba264;
}
header .container-header .contact-box a {
  font-weight: bold;
}
header .container-header .contact-box a i {
  margin-right: 0.5rem;
}
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: #2F5C52;
  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: #bba264;
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
  background: #bba264;
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background-color: #fffcf4;
  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::before {
  position: absolute;
  background-image: url("../../img/common/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
  z-index: -5;
  opacity: 0.3;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 30px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 10px;
}
header .container-header .header__sp .sp-nav ul .header__logo {
  margin: 0;
}
header .container-header .header__sp .sp-nav ul > li {
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 5px 0 5px;
  font-size: 1.2em;
  color: #222222;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul > li > a i {
  font-size: 30px;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li > a:hover p {
  color: #A40028;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul .tel {
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
header .container-header .header__sp .sp-nav ul .tel a {
  margin-top: 5px;
  background-color: #A40028;
  border: 1px solid #A40028;
  padding: 5px;
  color: #fff;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav ul .tel a:hover {
  background-color: #fff;
  color: #222222;
}
header .container-header .header__sp .sp-nav ul .tel a i {
  margin-right: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent {
    max-height: 400px;
    overflow-y: scroll;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  cursor: pointer;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i.dropdown-toggle {
  transition: transform 0.2s;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .btn i.dropdown-toggle {
  transform: rotate(180deg);
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
  display: none;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  header .container-header .header__sp .sp-nav ul .menu-parent .menu-children {
    padding-left: 1rem;
  }
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li {
  border-bottom: none;
}
header .container-header .header__sp .sp-nav ul .menu-parent .menu-children li a {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  padding: 10px 0;
}
header .container-header .header__sp .sp-nav ul .menu-parent.open .menu-children {
  display: block;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn {
  display: flex;
  align-items: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a {
  display: block;
  padding: 10px 0 10px;
  font-size: 1.2em;
  color: #555;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn a::before {
  content: "●";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #2F5C52;
  font-size: 0.7em;
  min-width: 0.7em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul .menu-parent .btn i {
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  color: #555;
  width: 40px;
  margin-left: 20px;
}
header .container-header .header__sp .sp-nav ul .sns-box a i {
  font-size: 40px;
}
header .container-header .header__sp .sp-nav ul .sns-box a:hover i {
  color: #bba264;
  transition: all 0.4s;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

@media screen and (max-width: 1100px) {
  .header__warp .header__logo {
    width: 150px;
  }
  .header__warp .header__logo a p {
    font-size: 20px;
  }
  .header__warp .header__logo a p span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  #header .container-header .header__contact {
    display: none;
  }
  #header .container-header .header__nav {
    display: none;
  }
  #header .container-header .header__sp {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box {
    margin-bottom: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box:first-child {
    margin-top: 1rem;
  }
  #header .container-header .header__sp .sp-nav ul > li ul .menu-box p {
    font-weight: bold;
    color: #333;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li {
    margin-bottom: 0;
    text-align: left;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li:last-child {
    margin-bottom: 0;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #555;
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    padding: 5px 0;
    font-weight: bold;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::before {
    content: "●";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.5em;
    margin-bottom: 2px;
    color: #e7b456;
    font-size: 0.7em;
    min-width: 0.7em;
    display: inline-block;
    text-align: center;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #2F5C52;
    transition: width 0.3s ease-in-out;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover::after {
    width: 0%;
  }
  #header .container-header .header__sp .sp-nav ul > li ul li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 480px) {
  #header .header__logo {
    width: 100px;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 998;
  opacity: 0;
}
#floating li {
  display: block;
  margin: 1.25rem 0;
  border-right: none;
}
#floating li a {
  text-transform: uppercase;
  background-color: #A40028;
  color: #fffcf4;
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  padding: 1rem;
  font-weight: 800;
  display: flex;
  flex-flow: column;
  row-gap: 5px;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  position: relative;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
#floating li a i {
  font-size: 24px;
}
#floating li a::before {
  position: absolute;
  top: 0.75rem;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#floating li a:hover {
  background-color: #bba264;
  color: #fffcf4;
  transition: ease 0.4s;
}

@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
    flex-direction: row;
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    border-bottom: 2px solid #fff;
    border-top: #fff 2px solid;
    will-change: transform;
    backface-visibility: hidden;
  }
  #floating li {
    display: block;
    width: 100%;
    margin: 0;
    border-right: #fff 2px solid;
    will-change: transform;
    backface-visibility: hidden;
  }
  #floating li:nth-child(3) {
    border-right: none;
  }
  #floating li:nth-child(2) {
    border-left: none;
  }
  #floating li a {
    writing-mode: unset;
    width: 100%;
    border-radius: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.5s ease;
  }
  #floating li a:hover {
    transform: none;
    background-color: #2F5C52;
    opacity: 1;
  }
  #floating li a:hover span {
    color: #222222;
  }
  #floating li a span {
    display: block;
    writing-mode: horizontal-tb;
  }
  #floating li a i {
    margin-bottom: 0;
  }
}
_:lang(x) + _:-webkit-full-screen-document,
#floating {
  right: 18px;
}
_:lang(x) + _:-webkit-full-screen-document li,
#floating li {
  border: none;
}

#mainvisual {
  height: 100vh;
  margin: 0;
  padding: 95px 50px 50px;
  position: relative;
  background-color: #fffcf4;
  overflow: hidden;
  border-radius: 30px;
  /* スライドの背景画像のスタイル */
}
#mainvisual .swiper {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  /* テキストのスタイル */
}
#mainvisual .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
#mainvisual .swiper .main-img01 {
  -o-object-position: center center;
     object-position: center center;
}
#mainvisual .swiper .main-img02 {
  -o-object-position: center 30%;
     object-position: center 30%;
}
#mainvisual .swiper .main-img03 {
  -o-object-position: 87% center;
     object-position: 87% center;
}
#mainvisual .swiper .main-img04 {
  -o-object-position: 0% 20%;
     object-position: 0% 20%;
}
#mainvisual .swiper .main-img05 {
  -o-object-position: 85% center;
     object-position: 85% center;
}
#mainvisual .swiper .swiper-textbox {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 25%;
  translate: -50% -50%;
  align-items: center;
  z-index: 10;
}
#mainvisual .swiper .swiper-textbox > h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-family: "KleeOne", serif;
  letter-spacing: 6px;
  font-weight: normal;
  word-wrap: normal;
  line-height: 2;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}
#mainvisual .swiper .swiper-textbox > h2 .big {
  font-size: clamp(2.1rem, 2.06rem + 0.2vw, 2.3rem);
}
#mainvisual .swiper .swiper-textbox p {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
#mainvisual .swiper .swiper-textbox .en {
  color: #fff;
  text-align: center;
  display: block;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
}
#mainvisual .swiper .swiper-textbox a {
  margin: 6rem 0 0 0;
  border: solid 2px #bba264;
  padding: 1rem 2rem;
  color: #2F5C52;
  font-weight: bold;
  transition: all ease 0.5s;
  position: absolute;
  top: 10rem;
  right: 0;
}
#mainvisual .swiper .swiper-textbox a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#mainvisual .swiper .swiper-wrapper .swiper-slide .swiper-slide__image {
  width: 100%;
  height: 100%;
}
#mainvisual .swiper .swiper-wrapper .swiper-slide .swiper-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainvisual .swiper-slide {
  position: relative;
  border-radius: 20px;
}
#mainvisual .swiper-pagination span {
  width: 8px;
  height: 8px;
  background-color: #A40028;
  border-radius: 4px;
}
#mainvisual .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
#mainvisual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #A40028;
}
#mainvisual .mainvisual__scroll {
  position: absolute;
  text-align: center;
  bottom: 100px;
  left: 50%;
  z-index: 2;
  translate: -50%;
  margin: 0;
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#mainvisual .mainvisual__scroll .scroll-down_01 {
  position: relative;
  width: 200px;
  height: 200px;
  color: #bba264;
  font-family: serif;
  text-decoration: none;
}
#mainvisual .mainvisual__scroll .scroll-down_01 .circle-text_01 {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}
#mainvisual .mainvisual__scroll .scroll-down_01 .circle-text_01 span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 100px;
}
#mainvisual .mainvisual__scroll .scroll-down_01 .arrow_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: scroll_01 3s infinite;
}
#mainvisual .mainvisual__scroll .scroll-down_01 .arrow_01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #bba264;
  transform: translateX(-50%);
}
#mainvisual .mainvisual__scroll .scroll-down_01 .arrow_01::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #bba264;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes popping-arrow {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(0.5em);
  }
  60% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@media screen and (max-width: 1280px) {
  #mainvisual .swiper .swiper-textbox {
    width: 400px;
  }
  #mainvisual .swiper .swiper-textbox::after {
    width: 400px;
    height: 400px;
  }
  #mainvisual .swiper .swiper-textbox > h2 .big {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
  #mainvisual .swiper .swiper-textbox p {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #mainvisual .swiper .swiper-textbox .en {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainvisual {
    height: 60vh;
    padding: 0;
    border-radius: 0px;
  }
  #mainvisual .swiper {
    height: 100%;
    padding: 0;
    border-radius: 0px;
  }
  #mainvisual .swiper img {
    border-radius: 0px;
  }
  #mainvisual .swiper .swiper-textbox {
    left: 50%;
  }
  #mainvisual .swiper .swiper-textbox > h2 {
    line-height: 1.5;
    padding-left: 0;
  }
  #mainvisual .swiper .swiper-textbox p {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
    line-height: 2;
  }
  #mainvisual .swiper .swiper-textbox p br {
    display: block;
  }
  #mainvisual .swiper .swiper-textbox .en {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  }
  #mainvisual .swiper-slide {
    border-radius: 0px;
  }
  #mainvisual .swiper-slide::after {
    border-radius: 0px;
  }
}
@media screen and (max-width: 768px) {
  #mainvisual .swiper .swiper-textbox::after {
    width: 300px;
    height: 300px;
  }
  #mainvisual .swiper .swiper-textbox > h2 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    line-height: 1.5;
    padding-left: 0;
  }
  #mainvisual .swiper .swiper-textbox > h2 .big {
    font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  }
  #mainvisual .swiper .swiper-textbox > h2 br {
    display: block;
  }
  #mainvisual .swiper .swiper-textbox p {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #mainvisual .swiper .swiper-textbox p br {
    display: block;
  }
  #mainvisual .swiper .swiper-textbox .en {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #mainvisual .mainvisual__scroll {
    bottom: 20px;
  }
  #mainvisual .mainvisual__scroll .scroll-down_01 {
    width: 150px;
    height: 150px;
  }
  #mainvisual .mainvisual__scroll .scroll-down_01 .circle-text_01 span {
    font-size: 10px;
    transform-origin: 0 70px;
  }
}
@media screen and (max-width: 480px) {
  #mainvisual .swiper .swiper-textbox::after {
    width: 250px;
    height: 250px;
  }
  #mainvisual .swiper .swiper-textbox > h2 {
    margin: 0;
    padding: 0;
  }
  #mainvisual .swiper .swiper-textbox > h2 .big {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
  #mainvisual .swiper .swiper-textbox p {
    font-size: 1rem;
    padding: 5px;
  }
  #mainvisual .swiper .swiper-textbox .en {
    font-size: 1rem;
  }
}
#top-news {
  position: relative;
}
#top-news .top-news_wrap {
  background-color: rgba(255, 255, 255, 0.7450980392);
  padding: 50px;
  gap: 30px;
  grid-template-columns: 250px 1fr;
  border-radius: 10px;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#top-news .top-news_wrap .main-ttl {
  background-color: rgba(187, 162, 100, 0.2);
  padding: 5px 0;
}
#top-news .top-news_wrap .main-ttl h2 {
  margin: 0 auto;
}
#top-news .top-news_wrap ul {
  overflow-y: scroll;
  height: 300px;
  -webkit-overflow-scrolling: touch;
}
#top-news .top-news_wrap ul::-webkit-scrollbar {
  background: #a5a5a5;
  -webkit-appearance: none;
  width: 3px;
  height: 3px;
}
#top-news .top-news_wrap ul::-webkit-scrollbar-thumb {
  background-color: #bba264;
  border: 2px solid #bba264;
}
#top-news .top-news_wrap ul li {
  border-bottom: 1px solid rgba(187, 162, 100, 0.2);
}
#top-news .top-news_wrap ul li:last-child {
  border-bottom: 0px solid rgba(187, 162, 100, 0.2);
}
#top-news .top-news_wrap ul li a {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 3fr;
  padding: 20px;
  align-items: self-start;
  transition: all 0.4s;
}
#top-news .top-news_wrap ul li a .list-img img {
  aspect-ratio: 4/2;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#top-news .top-news_wrap ul li a .list-text h5 {
  background-color: #bba264;
  color: rgba(255, 255, 255, 0.8078431373);
  border-radius: 30px;
  padding: 2px 10px;
  display: inline;
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
#top-news .top-news_wrap ul li a .list-text h3 {
  font-weight: 600;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 1rem 0;
}
#top-news .top-news_wrap ul li a .list-text p {
  font-size: 13px;
}
#top-news .top-news_wrap ul li a .list-text .text-box {
  padding-top: 1rem;
}
#top-news .top-news_wrap ul li a .list-text .text-box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#top-news .top-news_wrap ul li a:hover {
  background-color: rgba(47, 92, 82, 0.1);
}
#top-news .top-news_wrap ul li:nth-child(1) a .list-text h5 {
  position: relative;
}
#top-news .top-news_wrap ul li:nth-child(1) a .list-text h5::after {
  position: absolute;
  content: "New";
  top: 0;
  right: -60px;
  padding: 0 5px;
  border-radius: 1px;
  background-color: #A40028;
}
#top-news .top-news_wrap ul .btn {
  position: relative;
  display: flex;
  padding: 1rem 0;
  padding-left: 3em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 4rem 2rem auto;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
#top-news .top-news_wrap ul .btn::before {
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 100px;
  border: 1px solid #A40028;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
#top-news .top-news_wrap ul .btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #A40028;
  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;
}
#top-news .top-news_wrap ul .btn:hover {
  color: #fff;
}
#top-news .top-news_wrap ul .btn:hover::before {
  width: calc(100% + 3em);
  border-radius: 100px;
  background-color: #bba264;
  opacity: 1;
}
#top-news .top-news_wrap ul .btn:hover::after {
  border: 1px solid #A40028;
  opacity: 1;
}

@media screen and (max-width: 1340px) {
  #top-news .top-news_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #top-news .top-news_wrap {
    width: 90%;
    grid-template-columns: 1fr;
  }
  #top-news .top-news_wrap__heading {
    border-right: 0px solid #aaa;
  }
}
@media screen and (max-width: 768px) {
  #top-news {
    padding: 0;
  }
  #top-news .top-news_wrap {
    width: 90%;
    padding: 50px 20px;
    grid-template-columns: 1fr;
  }
  #top-news .top-news_wrap__heading {
    border-right: 0px solid #aaa;
  }
  #top-news .top-news_wrap ul {
    height: 400px;
  }
  #top-news .top-news_wrap ul li a {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 2fr;
    padding: 20px;
    align-items: center;
  }
  #top-news .top-news_wrap ul li a .list-img img {
    width: 100%;
  }
  #top-news .top-news_wrap ul li a .list-text h5 {
    color: #fff;
    border-radius: 30px;
    padding: 2px 10px;
    display: inline;
    font-size: 11px;
    margin: 0 0 15px;
  }
  #top-news .top-news_wrap ul li a .list-text h3 {
    font-weight: 600;
    font-size: 12px;
    margin: 5px 0;
  }
  #top-news .top-news_wrap ul li a .list-text p {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  #top-news .top-news_wrap {
    width: 90%;
    padding: 40px 10px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    border-radius: 10px;
  }
  #top-news .top-news_wrap .main-ttl {
    margin-bottom: 20px;
  }
  #top-news .top-news_wrap__heading {
    text-align: center;
  }
  #top-news .top-news_wrap__heading h2 {
    font-weight: 600;
    letter-spacing: 5px;
    margin: 20px 0 0 0;
    font-size: 30px;
  }
  #top-news .top-news_wrap__heading p {
    font-weight: 500;
    font-size: 13px;
  }
  #top-news .top-news_wrap ul {
    overflow-y: scroll;
    height: 300px;
  }
  #top-news .top-news_wrap ul li a {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
    align-items: center;
  }
  #top-news .top-news_wrap ul li a .list-img {
    width: 100%;
  }
  #top-news .top-news_wrap ul li a .list-img img {
    width: 100%;
  }
  #top-news .top-news_wrap ul li a .list-text h5 {
    color: #fff;
    border-radius: 30px;
    padding: 2px 10px;
    display: inline;
    font-size: 11px;
    margin: 0 0 15px;
  }
  #top-news .top-news_wrap ul li a .list-text h3 {
    font-weight: 600;
    font-size: 12px;
    margin: 5px 0 1rem;
  }
  #top-news .top-news_wrap ul li a .list-text p {
    font-size: 11px;
  }
  #top-news .top-news_wrap ul li a .list-text .text-box {
    margin-top: 0;
    padding-top: 0;
  }
  #top-news .top-news_wrap ul .btn {
    margin: 2rem auto;
  }
}
#menu-list {
  position: relative;
  transform: none !important;
}
#menu-list .contents__wrap--item .item01 {
  margin-bottom: 150px;
}
#menu-list .contents__wrap--item .item01 a figure {
  position: relative;
  width: 70%;
  margin: 2rem auto 0 0;
  transition: all 0.4s;
}
#menu-list .contents__wrap--item .item01 a figure::before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  opacity: 0.5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #bba264;
  position: absolute;
}
#menu-list .contents__wrap--item .item01 a figure img {
  aspect-ratio: 4/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#menu-list .contents__wrap--item .item01 a figure figcaption {
  position: absolute;
  top: 60%;
  left: 10%;
  translate: 0 -50%;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  line-height: 1.2;
}
#menu-list .contents__wrap--item .item01 a figure figcaption h2 {
  -moz-text-align-last: left;
       text-align-last: left;
}
#menu-list .contents__wrap--item .item01 a figure .ttl h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: none;
  color: rgba(187, 162, 100, 0.2705882353);
  text-align: start;
  position: relative;
}
#menu-list .contents__wrap--item .item01 a figure .ttl h2 p {
  display: block;
  position: relative;
  top: -20px;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  color: #bba264;
  text-shadow: 1px 1px 3px white;
  text-align: right;
}
#menu-list .contents__wrap--item .item01 .text-box {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 5px solid #bba264;
  padding: 30px;
  margin: -50px 65px 0 auto;
  position: relative;
  z-index: 5;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#menu-list .contents__wrap--item .item01 .text-box p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 1.5rem 0;
}
#menu-list .contents__wrap--item .item01 .text-box .btn {
  position: relative;
  display: flex;
  padding: 1rem 0;
  padding-left: 3em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
#menu-list .contents__wrap--item .item01 .text-box .btn::before {
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 100px;
  border: 1px solid #A40028;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
#menu-list .contents__wrap--item .item01 .text-box .btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #A40028;
  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;
}
#menu-list .contents__wrap--item .item01 .text-box .btn:hover {
  color: #fff;
}
#menu-list .contents__wrap--item .item01 .text-box .btn:hover::before {
  width: calc(100% + 3em);
  border-radius: 100px;
  background-color: #bba264;
  opacity: 1;
}
#menu-list .contents__wrap--item .item01 .text-box .btn:hover::after {
  border: 1px solid #A40028;
  opacity: 1;
}
#menu-list .contents__wrap--item .item02 {
  margin-bottom: 150px;
}
#menu-list .contents__wrap--item .item02 a figure {
  position: relative;
  width: 70%;
  margin: 2rem 0 0 auto;
  transition: all 0.4s;
}
#menu-list .contents__wrap--item .item02 a figure::before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  opacity: 0.5;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #bba264;
  position: absolute;
}
#menu-list .contents__wrap--item .item02 a figure img {
  aspect-ratio: 4/2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#menu-list .contents__wrap--item .item02 a figure figcaption {
  position: absolute;
  top: 60%;
  left: 10%;
  translate: 0 -50%;
  font-size: clamp(3rem, 2.8rem + 1vw, 4rem);
  line-height: 1.2;
}
#menu-list .contents__wrap--item .item02 a figure figcaption h2 {
  -moz-text-align-last: left;
       text-align-last: left;
}
#menu-list .contents__wrap--item .item02 a figure .ttl h2 {
  font-size: 40px;
  font-weight: normal;
  text-transform: none;
  color: rgba(187, 162, 100, 0.2705882353);
  text-align: start;
  position: relative;
}
#menu-list .contents__wrap--item .item02 a figure .ttl h2 p {
  display: block;
  position: relative;
  top: -20px;
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  color: #bba264;
  text-shadow: 1px 1px 3px white;
  text-align: right;
}
#menu-list .contents__wrap--item .item02 .text-box {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 5px solid #bba264;
  padding: 30px;
  margin: -50px auto 0 65px;
  position: relative;
  z-index: 5;
  box-shadow: rgba(175, 144, 89, 0.2) 0px 7px 29px 0px;
}
#menu-list .contents__wrap--item .item02 .text-box p {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin: 1.5rem 0;
}
#menu-list .contents__wrap--item .item02 .text-box .btn {
  position: relative;
  display: flex;
  padding: 1rem 0;
  padding-left: 3em;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: 0.3s ease-in-out;
  z-index: 0;
}
#menu-list .contents__wrap--item .item02 .text-box .btn::before {
  content: "";
  width: 3em;
  height: 3em;
  border-radius: 100px;
  border: 1px solid #A40028;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: -0.5em;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.5;
}
#menu-list .contents__wrap--item .item02 .text-box .btn::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border: 1px solid #A40028;
  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;
}
#menu-list .contents__wrap--item .item02 .text-box .btn:hover {
  color: #fff;
}
#menu-list .contents__wrap--item .item02 .text-box .btn:hover::before {
  width: calc(100% + 3em);
  border-radius: 100px;
  background-color: #bba264;
  opacity: 1;
}
#menu-list .contents__wrap--item .item02 .text-box .btn:hover::after {
  border: 1px solid #A40028;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #menu-list .contents__wrap--item .item01 {
    margin-bottom: 50px;
  }
  #menu-list .contents__wrap--item .item01 a figure {
    width: 100%;
    margin: 0 auto;
  }
  #menu-list .contents__wrap--item .item01 a figure img {
    aspect-ratio: 4/2;
  }
  #menu-list .contents__wrap--item .item01 a figure figcaption {
    top: 60%;
  }
  #menu-list .contents__wrap--item .item01 .text-box {
    margin: -10px auto 0 0;
  }
  #menu-list .contents__wrap--item .item02 {
    margin-bottom: 50px;
  }
  #menu-list .contents__wrap--item .item02 a figure {
    width: 100%;
    margin: 0 auto;
  }
  #menu-list .contents__wrap--item .item02 a figure img {
    aspect-ratio: 4/2;
  }
  #menu-list .contents__wrap--item .item02 a figure figcaption {
    top: 60%;
  }
  #menu-list .contents__wrap--item .item02 .text-box {
    margin: -10px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #menu-list .contents__wrap--item .item01 a figure figcaption {
    width: 100%;
    left: 0;
    top: 30%;
    translate: unset;
  }
  #menu-list .contents__wrap--item .item01 a figure figcaption h2 {
    text-align: center;
    padding-left: 30px;
    font-size: 50px;
  }
  #menu-list .contents__wrap--item .item01 a figure figcaption h2 p {
    font-size: 30px;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl {
    top: 30%;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl h2 {
    font-size: 35px;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl h2 p {
    font-size: 30px;
  }
  #menu-list .contents__wrap--item .item01 .text-box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  #menu-list .contents__wrap--item .item01 .text-box p {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin: 10px 0;
    text-align: center;
  }
  #menu-list .contents__wrap--item .item01 .text-box p span {
    display: inline-block;
  }
  #menu-list .contents__wrap--item .item02 a figure figcaption {
    width: 100%;
    left: 0;
    top: 30%;
    translate: unset;
  }
  #menu-list .contents__wrap--item .item02 a figure figcaption h2 {
    text-align: center;
    padding-left: 30px;
    font-size: 35px;
  }
  #menu-list .contents__wrap--item .item02 a figure figcaption h2 p {
    font-size: 30px;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl {
    top: 30%;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl h2 {
    font-size: 50px;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl h2 p {
    font-size: 30px;
  }
  #menu-list .contents__wrap--item .item02 .text-box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
  }
  #menu-list .contents__wrap--item .item02 .text-box p {
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #menu-list .contents__wrap--item .item01 .text-box p {
    text-align: left;
  }
  #menu-list .contents__wrap--item .item02 .text-box p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #menu-list .contents__wrap--item .item01 a figure figcaption {
    width: 100%;
    left: 0;
    top: 30%;
    translate: unset;
  }
  #menu-list .contents__wrap--item .item01 a figure figcaption h2 {
    font-size: 20px;
  }
  #menu-list .contents__wrap--item .item01 a figure figcaption h2 p {
    font-size: 24px;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl {
    top: 30%;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl h2 {
    font-size: 20px;
  }
  #menu-list .contents__wrap--item .item01 a figure .ttl h2 p {
    font-size: 24px;
    top: -5px;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl {
    top: 30%;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl h2 {
    font-size: 20px;
  }
  #menu-list .contents__wrap--item .item02 a figure .ttl h2 p {
    font-size: 24px;
    top: -5px;
  }
}
#top-item {
  padding: 50px;
  overflow: hidden;
}
#top-item .top-item_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#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: calc(50% - 1rem);
  overflow: hidden;
  border: 5px solid #bba264;
}
#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: 4/2;
}
#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 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;
  padding: 0 20px;
  top: 70%;
  left: 50%;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  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::before,
#top-item .top-item_wrap ol li .top-item_img h5::before {
  position: absolute;
  content: "";
  background-color: #bba264;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
}
#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: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}

@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: 1.5rem;
  }
  #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 {
    width: 95%;
    margin: auto;
  }
  #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: 95%;
    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;
  }
}
#calendar .contents__wrap--item iframe {
  width: 100%;
  margin: auto;
}

#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #A40028;
  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: #A40028;
  border: solid 1px #A40028;
  color: #bba264;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #2F5C52;
  color: #A40028;
}

#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);
  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: #A40028 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #A40028 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #A40028 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: #2F5C52;
}
.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: #A40028;
}
.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: 999;
}
.pagetop a {
  width: 52px;
  height: 52px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #A40028;
  border: solid 1px #A40028;
  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 {
  background-color: #2F5C52;
}
.pagetop a:hover i {
  color: #bba264;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 5.5rem;
  }
}
@media screen and (max-width: 480px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 1.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
  }
}
footer {
  position: relative;
  padding: 0;
}
footer::before {
  position: absolute;
  background-image: url("../../img/common/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  content: "";
  z-index: -4;
  opacity: 0.3;
}
footer::after {
  position: absolute;
  background-color: #fffcf4;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -5;
}
footer .foo-wrap {
  width: 80%;
  margin: 0 auto;
  padding: 60px;
}
footer .foo-wrap__text {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid;
  padding: 0 0 40px;
  align-items: center;
  justify-content: start;
}
footer .foo-wrap__text--img {
  width: 350px;
}
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(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  line-height: 1.5;
}
footer .foo-wrap__text--p .phone {
  padding-top: 1rem;
  margin-bottom: 10px;
  line-height: 1.8;
}
footer .foo-wrap__text--p .phone a {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  background-color: #fffcf4;
  border: 2px solid #A40028;
  padding: 10px 15px;
  color: #A40028;
  border-radius: 30px;
  transition: all 0.4s;
}
footer .foo-wrap__text--p .phone a:hover {
  background-color: #A40028;
  color: #fffcf4;
}
footer .foo-wrap__text--p .phone a i {
  margin-right: 10px;
}
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: #A40028;
}
footer .foo-wrap__text--contact a :hover {
  opacity: 0.5;
  transition: all 0.4s;
}
footer .foo-wrap__nav nav {
  padding: 20px 10px 0px;
  width: -moz-fit-content;
  width: fit-content;
}
footer .foo-wrap__nav nav ul li {
  text-align: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 25px;
}
footer .foo-wrap__nav nav ul li:first-child {
  border-left: 1px solid #ccc;
}
footer .foo-wrap__nav nav ul li p {
  font-size: 13px;
  text-align: center;
}
footer .foo-wrap__nav nav ul li p:hover {
  opacity: 0.4;
  transition: all 0.4s;
}
footer .foo-wrap__nav nav ul li span {
  display: none;
}
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: #2F5C52;
  color: #fffcf4;
}
footer .copyright p {
  font-weight: 500;
  font-size: 12px;
  padding: 1rem 0;
}

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

@media screen and (max-width: 1280px) {
  footer .foo-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 35px;
    border-radius: 15px;
  }
  footer .foo-wrap__text--img img {
    width: 100%;
  }
  footer .foo-wrap__text--p p {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
  footer .foo-wrap--contact .phone {
    padding-top: 1rem;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  footer .foo-wrap--contact .phone a {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    background-color: #222222;
    padding: 5px 10px;
    color: #fff;
  }
  footer .foo-wrap--contact .phone a:hover {
    opacity: 0.5;
    transition: all 0.4s;
  }
  footer .foo-wrap--contact .phone a i {
    margin-right: 10px;
  }
  footer .foo-wrap--contact .small {
    font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  }
  footer .foo-wrap__nav nav ul {
    gap: 0;
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0 16px;
  }
  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 30px;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 1rem;
  }
  footer .foo-wrap {
    padding: 0;
    width: 90%;
  }
  footer .foo-wrap__text--img {
    width: 250px;
  }
  footer .foo-wrap__text--p p {
    font-size: 1rem;
  }
  footer .foo-wrap__nav nav {
    padding: 30px 0;
  }
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0;
    margin: 0 0 10px;
  }
  footer .foo-wrap__nav nav ul li:nth-child(4) {
    border-left: 1px solid #ccc;
  }
  footer .foo-wrap__nav nav ul li p {
    text-align: center;
    padding: 0 10px;
  }
  footer .foo-wrap__nav div {
    padding: 20px 0 0px;
  }
  footer .copyright p {
    padding: 10px 0;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #222222;
    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: 768px) {
  footer .foo-wrap__text {
    justify-content: center;
  }
  footer .foo-wrap__text--img {
    width: 48%;
  }
  footer .foo-wrap__text--p {
    width: 48%;
  }
  footer .foo-wrap__nav nav {
    width: 100%;
  }
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .foo-wrap__nav nav ul li:nth-child(4) {
    border-left: none;
  }
  footer .foo-wrap__nav nav ul li:nth-child(3), footer .foo-wrap__nav nav ul li:nth-child(5) {
    border-left: 1px solid #ccc;
  }
  footer .copyright p {
    padding: 10px 0 70px;
  }
  #sp_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #222222;
    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: 600px) {
  footer .foo-wrap__text {
    flex-direction: column;
    gap: 2rem;
  }
  footer .foo-wrap__text--img {
    width: 50%;
  }
  footer .foo-wrap__text--p {
    display: flex;
    flex-flow: unset;
    width: 100%;
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  footer {
    padding-top: 30px;
  }
  footer .foo-wrap {
    padding: 10px;
  }
  footer .foo-wrap__text--img {
    width: 80%;
    margin: 0 auto;
  }
  footer .foo-wrap__text--p {
    font-size: 13px;
    flex-flow: column;
  }
  footer .foo-wrap__text--p p {
    text-align: center;
  }
  footer .foo-wrap__text--p .phone {
    padding-top: 1rem;
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: center;
  }
  footer .foo-wrap__text--p .phone a {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
    padding: 5px 10px;
  }
  footer .foo-wrap__text--contact .small {
    font-size: 13px;
  }
  footer .foo-wrap__nav {
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 10px;
  }
  footer .foo-wrap__nav nav {
    padding: 30px 0 0px;
    margin: 0 auto;
  }
  footer .foo-wrap__nav nav ul {
    display: grid;
    grid-template-columns: none;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  footer .foo-wrap__nav nav ul li {
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 12px;
    border: none;
  }
  footer .foo-wrap__nav nav ul li:first-child, footer .foo-wrap__nav nav ul li:nth-child(3), footer .foo-wrap__nav nav ul li:nth-child(5) {
    border-left: none;
  }
  footer .foo-wrap__nav nav ul li p {
    text-align: center;
  }
  footer .foo-wrap__nav div {
    padding: 0px 0 0px;
  }
}
.main-ttl {
  z-index: 999;
  margin-bottom: 50px;
}
.main-ttl h2 {
  color: #222222;
  font-weight: 500;
  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;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  line-height: 2;
  font-weight: 700;
}
.main-ttl h2::first-letter {
  color: #A40028;
  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;
}
@media screen and (max-width: 1024px) {
  .main-ttl h2 {
    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);
  }
}
@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;
  }
}
@media screen and (max-width: 560px) {
  .main-ttl h2 {
    flex-direction: column;
    font-size: 25px;
  }
  .main-ttl h2 .deco {
    margin-top: 0;
  }
  .main-ttl h2 .deco::before {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */