@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 100;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 200;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 300;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url("../../font/Noto_Sans_Japanese/woff2/NotoSansJP-Black.woff2") format("woff2");
}
@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");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #412c1b;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  line-height: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  letter-spacing: 0.1rem;
  position: relative;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #f7f5eb;
}
html body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html body h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 3px;
}

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

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

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

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

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

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

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

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

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
@media screen and (max-width: 768px) {
  html body p {
    font-size: 14px;
  }
  html body h3 {
    font-size: 18px;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[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 #682419;
  text-emphasis: filled #682419;
  font-weight: bold;
}

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

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

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

@media screen and (max-width: 768px) {
  .parallax_imagebox {
    height: 400px;
  }
  .parallax_imagebox .background {
    background-position: bottom -20vh;
  }
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/***********  パララックス  end  **********/
/*****************************************/
#breadcrumb {
  padding: 0rem 0;
  margin: 1rem 0;
  width: 100%;
}
#breadcrumb .breadcrumb__warp {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
#breadcrumb .breadcrumb__warp ol {
  width: 100%;
  display: flex;
}
#breadcrumb .breadcrumb__warp ol li {
  padding: 0 0.5rem;
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  font-weight: 800;
}
#breadcrumb .breadcrumb__warp ol li:first-child {
  padding: 0 1rem 0 0;
}

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

@media screen and (max-width: 768px) {
  .upperbox {
    gap: 50px;
    flex-flow: column;
  }
  .upperbox h2 {
    width: 100%;
  }
  .upperbox .upperbox--contents {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .upperbox {
    padding: 4rem 2rem;
  }
  .upperbox h2 p {
    font-size: 50px;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background-color: #fff;
}
#header .header__warp {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--box {
  min-width: 800px;
  height: 150px;
  margin: 0 auto;
  transition: 1s;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
#header .header__warp--box .sns {
  display: flex;
  gap: 10px;
}
#header .header__warp--box .sns li i {
  font-size: 30px;
}
#header .header__warp--box--logo {
  width: auto;
  max-width: 500px;
  min-width: 200px;
  display: flex;
}
#header .header__warp--box--logo figure {
  max-width: 300px;
  display: flex;
  align-items: center;
}
#header .header__warp--box--logo figure img {
  width: 100%;
  transition: all ease 1s;
}
#header .header__warp--box--time p {
  text-align: end;
}
#header .header__warp--box--time .btn {
  text-align: center;
  margin: 25px auto 0;
  margin: 5px 0 0 auto;
  text-align: right;
}
#header .header__warp--box--time .btn a {
  background-color: #eac7c7;
  border: 1px solid #eac7c7;
  color: #333;
  font-weight: 500;
  padding: 10px 40px;
  transition: 0.5s;
  display: inline-block;
  font-size: 14px;
}
#header .header__warp--box--time .btn a i {
  font-size: 16px;
}
#header .header__warp--box--time .btn a:hover {
  background-color: #fff;
  color: #412c1b;
}
@media screen and (max-width: 768px) {
  #header .header__warp--box--time .btn a {
    font-size: 15px;
  }
}
#header .header__warp--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header__warp--menu--nav h2 {
  display: none;
}
#header .header__warp--menu--nav nav ul {
  display: flex;
  align-items: center;
}
#header .header__warp--menu--nav nav ul li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  height: 100%;
  padding: 1.5rem 0;
  margin: 0 1.5rem;
  display: flex;
  flex-flow: column;
}
#header .header__warp--menu--nav nav ul li a p {
  font-size: clamp(0.6rem, 0.56rem + 0.2vw, 0.8rem);
  text-align: center;
}
#header .header__warp--menu--nav nav ul li a span {
  color: #682419;
  font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  line-height: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
  text-transform: uppercase;
}
#header .header__warp--sp {
  width: 35px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem 1rem;
  transition: 1s;
}
#header .header__warp--sp #menu-btn {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: none;
}
#header .header__warp--sp--label {
  width: 70%;
  height: 20px;
  position: relative;
  z-index: 9999999;
}
#header .header__warp--sp--label span {
  width: 100%;
  height: 2px;
  background-color: #412c1b;
  position: absolute;
  transition: 0.25s;
}
#header .header__warp--sp--label span:nth-child(1) {
  top: 0;
  left: 0;
}
#header .header__warp--sp--label span:nth-child(2) {
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#header .header__warp--sp--label span:nth-child(3) {
  bottom: 0;
  left: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(1) {
  width: 100%;
  left: 17%;
  transform: rotate(42deg);
  transform-origin: 0 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(2) {
  opacity: 0;
}
#header .header__warp--sp #menu-btn:checked ~ .header__warp--sp--label span:nth-child(3) {
  width: 100%;
  bottom: 2px;
  left: 17%;
  transform: rotate(-42deg);
  transform-origin: 0 100%;
}

.fixed .header__warp--box {
  display: none !important;
}

@media screen and (max-width: 928px) {
  #header .header__warp {
    flex-flow: row;
    width: 95%;
  }
  #header .header__warp--box {
    min-width: auto;
    height: 100px;
    grid-template-columns: 1fr;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .header__warp--box .sns {
    display: none;
  }
  #header .header__warp--box--logo {
    max-width: auto;
    min-width: 150px;
  }
  #header .header__warp--box--logo figure {
    max-width: 150px;
    align-items: baseline;
    margin: 0 auto 0 0;
  }
  #header .header__warp--box--time {
    display: none;
  }
  #header .header__warp--menu {
    position: absolute;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100svh;
    z-index: 9999999;
    background-color: #ffffff;
    transition: 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
  }
  #header .header__warp--menu--nav {
    width: calc(100% - 4rem);
    max-width: 350px;
    margin: 0 2rem;
  }
  #header .header__warp--menu--nav h2 {
    display: block;
    width: 100%;
    background-color: #f4f6f6;
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #412c1b;
    text-transform: uppercase;
    padding: 10px 0;
  }
  #header .header__warp--menu--nav nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 2rem 0 0 0;
  }
  #header .header__warp--menu--nav nav ul li a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    text-align: center;
    height: 100%;
    padding: 0rem 0;
    margin: 1rem 1rem;
    display: flex;
    flex-flow: column-reverse;
    color: #412c1b;
  }
  #header .header__warp--menu--nav nav ul li a p {
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
    font-weight: bold;
  }
  #header .header__warp--menu--nav nav ul li a span {
    font-size: clamp(0.4rem, 0.36rem + 0.2vw, 0.6rem);
    font-weight: bold;
    text-transform: uppercase;
  }
  #header .header__warp--sp {
    display: flex;
  }
  .fixed .header__warp--box {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999999999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background-color: rgba(255, 255, 255, 0.6);
}
.fixed .header__warp .header__warp--menu .header__warp--menu--nav nav ul li a {
  color: #412c1b !important;
}

#submain {
  margin: 0px auto 0;
  position: relative;
  padding: 180px 0 0 0;
}
#submain .submain_img {
  margin: 0px auto 0;
  width: 100%;
  position: relative;
}
#submain .submain_img img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
#submain .submain_img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #412c1b;
  opacity: 0.3;
  z-index: 1;
}
#submain .submain_text {
  position: absolute;
  color: #fff;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 80%;
  z-index: 2;
}
#submain .submain_text h3 {
  font-size: 35px;
  margin-bottom: 5px;
  text-shadow: #000 1px 0 10px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
#submain .submain_text h3 .none {
  display: none;
}
#submain .submain_text p {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #submain {
    padding: 0px 0 0 0;
  }
  #submain .submain_img img {
    height: 300px;
  }
  #submain .submain_text {
    top: 61%;
  }
  #submain .submain_text h3 {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  #submain .submain_text h3 .none {
    display: block;
  }
}
#floating {
  position: fixed;
  top: 50%;
  right: 0% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
#floating li {
  display: block;
  margin: 0.5rem 0;
  border-right: none;
  border-radius: 10px 0 0 10px;
}
#floating li a {
  background-color: #eac7c7;
  color: #333;
  font-size: 11px;
  padding: 0.8rem 1rem 0.8rem 1rem;
  letter-spacing: 1px;
  line-height: 0.5;
  font-weight: 600;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border: 1px solid #aaa;
}
#floating li a i {
  font-size: 22px;
  padding: 0 0 3px;
}
#floating li a:hover {
  opacity: 0.5;
}
@keyframes push {
  from, to {
    transform: none;
  }
  10% {
    transform: scale(0.8);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.96);
  }
  80% {
    transform: scale(1);
  }
}
#floating li:nth-child(3) a i {
  font-size: 22px;
  padding: 0 0 7px;
}

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

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: #412c1b;
  transition: all 0.6s;
}
#g-nav .g-nav-icon {
  display: flex;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-left: 5px;
}
#g-nav .g-nav-icon a {
  padding: 0;
}
#g-nav .g-nav-icon a img {
  width: 30px;
  margin-right: 20px;
  transition: 0.4s;
}
#g-nav .g-nav-icon a img:hover {
  opacity: 0.5;
}
#g-nav .g-nav-icon a .youtube {
  width: 50px;
  margin-left: -5px;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}
#g-nav li p {
  font-size: 17px;
  text-align: center;
  color: #fff;
}
#g-nav li span {
  font-size: 12px;
  color: #682419;
}

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

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

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

.openbtn > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #412c1b;
  width: 45%;
}

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

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

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

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

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

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

@media screen and (max-width: 1180px) {
  .openbtn {
    transition: opacity 3s ease-out, transform 1.5s ease-out;
    display: block;
    top: -24px;
    right: -10px;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    display: block;
    top: -24px;
    right: -22px;
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  .openbtn {
    top: -22px;
    right: -13px;
    width: 43px;
    height: 43px;
  }
  .openbtn > span {
    left: 12px;
    height: 2px;
    width: 45%;
    border-radius: 2px;
  }
  .openbtn > span:nth-of-type(1) {
    top: 13px;
  }
  .openbtn > span:nth-of-type(2) {
    top: 21px;
  }
  .openbtn > span:nth-of-type(3) {
    top: 29px;
  }
}
#site-link .wrapper ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
}
#site-link .wrapper ul li {
  text-align: center;
}
#site-link .wrapper ul li a {
  width: 100%;
  background-color: #eac7c7;
  border: 1px solid #eac7c7;
  color: #333;
  font-weight: 500;
  padding: 20px 0px;
  transition: 0.5s;
  display: inline-block;
}
#site-link .wrapper ul li a i {
  font-size: 16px;
}
#site-link .wrapper ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 928px) {
  #site-link .wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #site-link {
    padding-bottom: 0;
  }
  #site-link .wrapper ul {
    gap: 10px;
  }
  #site-link .wrapper ul li a {
    padding: 15px 0px;
  }
}
#menu .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#menu .wrapper__heading p {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 14px;
  color: #412c1b;
  letter-spacing: 2px;
  line-height: 1.2;
}
#menu .wrapper__heading p .none {
  display: none;
}
#menu .wrapper__heading h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-family: "Zen Old Mincho", serif;
  color: #682419;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #menu .wrapper__heading p .none {
    display: block;
  }
}
#menu .wrapper ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
}
#menu .wrapper ul li {
  display: grid;
  gap: 70px;
  grid-template-columns: 0.7fr 1fr;
  align-items: center;
}
#menu .wrapper ul li figure img {
  width: 100%;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .wrapper ul li .li-txt {
  width: 70%;
}
#menu .wrapper ul li .li-txt h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
}
#menu .wrapper ul li .li-txt h3 b {
  font-size: 40px;
  font-weight: 500;
}
#menu .wrapper ul li .li-txt h3 span {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
#menu .wrapper ul li .li-txt p {
  margin-top: -10px;
  font-weight: 600;
}
#menu .wrapper ul li .li-txt table {
  margin-top: 30px;
  width: 100%;
}
#menu .wrapper ul li .li-txt table tr th,
#menu .wrapper ul li .li-txt table tr td {
  padding: 20px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}
#menu .wrapper ul li .li-txt table tr td {
  text-align: end;
}
#menu .wrapper ul li:nth-child(2n) {
  grid-template-columns: 1fr 0.7fr;
}
#menu .wrapper ul li:nth-child(2n) figure {
  order: 2;
}
#menu .wrapper ul li:nth-child(2n) .li-txt {
  order: 1;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  #menu .wrapper ul li {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  #menu .wrapper ul li figure {
    order: 2;
  }
  #menu .wrapper ul li .li-txt {
    width: 90%;
    margin: 0 auto;
  }
  #menu .wrapper ul li .li-txt h3 b {
    font-size: 32px;
  }
  #menu .wrapper ul li .li-txt table {
    margin-top: 20px;
  }
  #menu .wrapper ul li .li-txt table tr th,
  #menu .wrapper ul li .li-txt table tr td {
    padding: 15px;
  }
  #menu .wrapper ul li .li-txt table tr td {
    padding: 15px 15px 15px 0;
  }
  #menu .wrapper ul li:nth-child(2n) {
    grid-template-columns: 1fr;
  }
  #menu .wrapper ul li:nth-child(2n) figure {
    order: 2;
  }
  #menu .wrapper ul li:nth-child(2n) .li-txt {
    order: 1;
    margin: 0 auto;
  }
}
#menu02 .wrapper__heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#menu02 .wrapper__heading p {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 14px;
  color: #412c1b;
  letter-spacing: 2px;
  line-height: 1.2;
}
#menu02 .wrapper__heading p .none {
  display: none;
}
#menu02 .wrapper__heading h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-family: "Zen Old Mincho", serif;
  color: #682419;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #menu02 .wrapper__heading p .none {
    display: block;
  }
}
#menu02 .wrapper ul {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
#menu02 .wrapper ul li .li-txt h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 25px;
  text-align: center;
}
#menu02 .wrapper ul li .li-txt h3 b {
  font-size: 40px;
  font-weight: 500;
}
#menu02 .wrapper ul li .li-txt h3 span {
  margin-left: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}
#menu02 .wrapper ul li .li-txt p {
  margin-top: -10px;
  font-weight: 600;
  text-align: center;
}
#menu02 .wrapper ul li .li-txt table {
  margin-top: 30px;
  width: 100%;
}
#menu02 .wrapper ul li .li-txt table tr th,
#menu02 .wrapper ul li .li-txt table tr td {
  padding: 20px;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}
#menu02 .wrapper ul li .li-txt table tr td {
  text-align: end;
}

@media screen and (max-width: 768px) {
  #menu02 .wrapper ul {
    gap: 60px;
    grid-template-columns: 1fr;
  }
  #menu02 .wrapper ul li .li-txt h3 b {
    font-size: 32px;
  }
  #menu02 .wrapper ul li .li-txt p {
    text-align: left;
  }
  #menu02 .wrapper ul li .li-txt table {
    margin-top: 20px;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #595757;
  clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
}
#carousel .carousel__warp .heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#carousel .carousel__warp .heading p {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 14px;
  color: #412c1b;
  letter-spacing: 2px;
  line-height: 1.2;
}
#carousel .carousel__warp .heading p .none {
  display: none;
}
#carousel .carousel__warp .heading h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-family: "Zen Old Mincho", serif;
  color: #682419;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #carousel .carousel__warp .heading p .none {
    display: block;
  }
}
#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: #595757;
  border: solid 1px #595757;
  color: #eac7c7;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #ffffff;
  color: #682419;
}

#list .list__warp .heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#list .list__warp .heading p {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 14px;
  color: #412c1b;
  letter-spacing: 2px;
  line-height: 1.2;
}
#list .list__warp .heading p .none {
  display: none;
}
#list .list__warp .heading h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-family: "Zen Old Mincho", serif;
  color: #682419;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #list .list__warp .heading p .none {
    display: block;
  }
}
#list .list__warp--contents--listbox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
#list .list__warp--contents--listbox--list {
  width: 100%;
}
#list .list__warp--contents--listbox--list a {
  display: inline-block;
  width: 100%;
}
#list .list__warp--contents--listbox--list a img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #list .list__warp--contents--listbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  #list .list__warp--contents--listbox {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
#lightbox {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#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 .heading {
  text-align: center;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
#modal .modal__warp .heading p {
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline;
  font-size: 14px;
  color: #412c1b;
  letter-spacing: 2px;
  line-height: 1.2;
}
#modal .modal__warp .heading p .none {
  display: none;
}
#modal .modal__warp .heading h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  font-family: "Zen Old Mincho", serif;
  color: #682419;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #modal .modal__warp .heading p .none {
    display: block;
  }
}
#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;
  gap: 5px;
  align-items: flex-start;
}
#modal .modal__warp .inner > ul > li {
  width: calc(25% - 5px);
  margin-top: unset !important;
}
#modal .modal__warp .inner > ul > li figure {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
#modal .modal__warp .inner > ul > li figure img {
  width: 100%;
  aspect-ratio: 3/4;
  -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;
}

@media screen and (max-width: 768px) {
  #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 .heading {
    text-align: center;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
  }
  #modal .modal__warp .heading p {
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline;
    font-size: 14px;
    color: #412c1b;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  #modal .modal__warp .heading p .none {
    display: none;
  }
  #modal .modal__warp .heading h2 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 4px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    font-family: "Zen Old Mincho", serif;
    color: #682419;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #modal .modal__warp .heading p .none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #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;
    gap: 5px;
    align-items: flex-start;
  }
  #modal .modal__warp .inner > ul > li {
    width: calc(50% - 5px);
    margin-top: unset !important;
  }
  #modal .modal__warp .inner > ul > li figure {
    width: 100%;
    aspect-ratio: 3/4;
    overflow: hidden;
  }
  #modal .modal__warp .inner > ul > li figure img {
    width: 100%;
    aspect-ratio: 3/4;
    -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;
  }
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 2.5em;
  right: 2.5em;
  z-index: 99;
}
.pagetop a {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  display: block;
  background-color: #eac7c7;
  border: solid 1px #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
  transition: all ease 0.5s;
}
.pagetop a i {
  color: #333;
}
.pagetop a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
    position: fixed;
    bottom: calc(75px + 0.5rem);
    right: 1.5em;
  }
  .pagetop a {
    width: 45px;
    height: 45px;
    aspect-ratio: 1/1;
  }
}
#footer {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  border-top: 1px solid #aaa;
}
#footer .footer__warp {
  position: relative;
  z-index: 1;
}
#footer .footer__warp nav {
  padding: 20px 0 50px;
  position: relative;
  z-index: 1;
}
#footer .footer__warp nav .nav_list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#footer .footer__warp nav .nav_list li {
  text-align: center;
}
#footer .footer__warp nav .nav_list li p {
  font-size: 13px;
  line-height: 1;
  display: none;
}
#footer .footer__warp nav .nav_list li span {
  text-align: center;
  font-size: 13px;
}
#footer .footer__warp .logo {
  display: flex;
  gap: 10px;
  flex-flow: column;
}
#footer .footer__warp .logo figure {
  width: 180px;
  margin: 0 auto;
}
#footer .footer__warp .logo figure img {
  width: 100%;
}
#footer .footer__warp .foo-text {
  margin-top: 20px;
}
#footer .footer__warp .foo-text .sns {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#footer .footer__warp .foo-text .sns i {
  font-size: 22px;
}
#footer .footer__warp .foo-text p {
  text-align: center;
  margin-top: 20px;
}
#footer .footer__warp .foo-text .btn {
  text-align: center;
  margin: 25px auto 0;
}
#footer .footer__warp .foo-text .btn a {
  background-color: #eac7c7;
  border: 1px solid #eac7c7;
  color: #333;
  font-weight: 500;
  padding: 10px 40px;
  transition: 0.5s;
  display: inline-block;
  font-size: 14px;
}
#footer .footer__warp .foo-text .btn a i {
  font-size: 16px;
}
#footer .footer__warp .foo-text .btn a:hover {
  background-color: #fff;
  color: #412c1b;
}
@media screen and (max-width: 768px) {
  #footer .footer__warp .foo-text .btn a {
    font-size: 15px;
  }
}
#footer .footer__copy {
  margin-top: 4rem;
  padding: 1rem 0;
  text-align: center;
  color: #333;
  background-color: #eac7c7;
  font-size: 11px;
  position: relative;
  z-index: 1;
}
#footer .footer__copy .none {
  display: none;
}
#footer .footer__sp {
  display: none;
}

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

@media screen and (max-width: 1280px) {
  #footer .footer__copy {
    padding: 1rem 0;
    text-align: center;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
}
@media screen and (max-width: 940px) {
  #footer .footer__warp .foo-text .btn,
  #footer .footer__warp .foo-text .btn02 {
    margin: 25px auto 0;
  }
  #footer .footer__warp .foo-text .btn a,
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 16px;
  }
  #footer .footer__warp .foo-text .btn02 {
    margin: 20px auto 50px;
  }
  #footer .footer__warp .foo-text .btn02 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer__copy {
    padding: 1rem 0 1rem;
    text-align: center;
    color: #fff;
    font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  }
  #sp_btn {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
    width: 100%;
  }
  #sp_btn ul {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 2px;
  }
  #sp_btn ul li {
    width: 100%;
    display: block;
    padding: 10px 0;
    background-color: #412c1b;
  }
  #sp_btn ul li a,
  #sp_btn ul li .button {
    display: flex;
    flex-flow: column;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
  }
  #sp_btn ul li a:hover,
  #sp_btn ul li .button:hover {
    opacity: 0.5;
  }
  #sp_btn ul li a i,
  #sp_btn ul li .button i {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
    border-top: 1px solid #aaa;
  }
  #footer .footer__warp {
    position: relative;
    z-index: 1;
  }
  #footer .footer__warp nav {
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
  }
  #footer .footer__warp nav .nav_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    row-gap: 20px;
  }
  #footer .footer__warp nav .nav_list li {
    width: calc(33.3333333333% - 50px);
    text-align: center;
  }
  #footer .footer__warp nav .nav_list li p {
    font-size: 13px;
    line-height: 1;
    display: none;
  }
  #footer .footer__warp nav .nav_list li span {
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (max-width: 384px) {
  #footer .footer__copy {
    letter-spacing: 0;
  }
}
.sp_fixed {
  position: fixed !important;
  bottom: -70px;
  left: 0;
  z-index: 999;
  transition: 1s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}/*# sourceMappingURL=style.css.map */