@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 400;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 500;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 600;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Zen Old Mincho";
  font-weight: 900;
  src: url("../../font/Zen_Old_Mincho/woff2/ZenOldMincho-Black.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  /****** アンカーリンク用高さ調整 start  ******/
  scroll-padding-top: 180px;
  /******* アンカーリンク用高さ調整 end  *******/
}
html body {
  font-family: "Zen Old Mincho", "LINESeedJP", sans-serif;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "pkna" 1;
  font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  line-height: 1.7;
  letter-spacing: 0.1rem;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*****************************************/
/*****  ヘッダー部分基本幅設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.header_layout_width {
  width: 97%;
  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  *****/
/*****************************************/
.cotainer {
  padding: 2rem;
}

@media screen and (max-width: 480px) {
  .cotainer {
    padding: 1rem;
  }
}
/*****************************************/
/*****  セクション部分空白設定  start  *****/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  セクション部分空白設定  end  ******/
/*****************************************/
.bgcolor {
  background-color: #0f1111;
}
.bgcolor div h2 {
  color: #222222;
}
.bgcolor div h2 b {
  color: #222222;
}

/*****************************************/
/*******  見出し[h2]部分設定  start  ******/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
h2 {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #222222;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  }
}

h3 {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h3 {
    font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  }
}

h4 {
  font-family: "Zen Old Mincho", sans-serif;
  font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  font-weight: bold;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #555;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  h4 {
    font-size: clamp(1.1rem, 1.06rem + 0.2vw, 1.3rem);
  }
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/********  見出し[h2]部分設定  end  *******/
/*****************************************/
p {
  font-family: "Zen Old Mincho", "LINESeedJP", sans-serif;
}

/*****************************************/
/**********  マーカー設定  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 #0f1111;
  text-emphasis: filled #0f1111;
  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);
}

.marker-h1 {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  color: inherit;
}
.marker-h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: rgba(246, 173, 73, 0.8);
  border-radius: 30px;
  z-index: -1;
  transition: background-color 0.3s ease;
}

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

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/******  フォトギャラリー上下中央設定 ******/
/*****************************************/
/*****************************************/
/**********  パララックス  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;
}

.decorate__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.decorate__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 0;
}
.decorate__image {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center 90%;
  background-repeat: no-repeat;
  z-index: 0;
  filter: brightness(100%);
}
.decorate__image--2 {
  background-image: url("../../img/common/bg.jpg");
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 480px) {
  .container {
    padding: 2rem 1rem;
  }
}

.section-title {
  text-align: left;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 60px;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6B7280), color-stop(50%, #6B7280), color-stop(50%, #ddd), to(#ddd));
}
.section-title .title {
  font-size: clamp(2.8rem, 2.76rem + 0.2vw, 3rem);
  margin-right: 1rem;
}
.section-title span {
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.section-title span br {
  display: none;
}
@media screen and (max-width: 480px) {
  .section-title span br {
    display: block;
  }
}

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

header {
  width: 100%;
  z-index: 99999;
  position: fixed !important;
  top: 0;
  left: 0;
}
header.fixed {
  transition: 1s;
  box-shadow: rgba(100, 100, 100, 0.5) 0px 5px 5px -5px, rgba(0, 0, 0, 0.3) 0px 5px 5px -5px;
  text-shadow: 0 0px 5px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.7);
}
header.fixed .container-header .header__nav .nav__list li a p {
  color: #333;
}
header.fixed .container-header .header__nav .nav__list li a span {
  color: #222222;
}
header.fixed .header__logo a {
  color: #0f1111;
}
header .header__warp {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
  max-width: 98%;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  box-sizing: border-box;
}
header .header__logo {
  flex: 0 0 auto;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  font-weight: 900;
  letter-spacing: 0.12em;
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  line-height: 1.1;
  padding: 0.2em 0.2em;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
header .header__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  transition: color 0.3s;
  position: relative;
  z-index: 2;
  padding: 0.2rem 0.4rem 0.2rem 0.5rem;
  color: #0f1111;
}
header .header__logo:hover {
  opacity: 0.7;
}
header .header__logo:hover::after {
  opacity: 1;
}
header .container-header .header__nav {
  display: flex;
  flex-direction: column-reverse;
  display: none;
}
header .container-header .header__nav .nav__list {
  display: flex;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .container-header .header__nav .nav__list li {
  position: relative;
}
header .container-header .header__nav .nav__list li > a {
  display: block;
  padding: 1rem 0;
  color: #0f1111;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s, opacity 0.3s;
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(200, 29, 29, 0.1333333333), 0 0 2px #fff;
}
header .container-header .header__nav .nav__list li > a p {
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list li > a span {
  transition: color 0.3s ease;
}
header .container-header .header__nav .nav__list li > a:hover {
  opacity: 0.5;
}
header .container-header .header__nav .link-list {
  display: flex;
  gap: 1rem;
  justify-content: end;
  list-style: none;
  padding: 0;
  margin-top: 1rem;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
  /* BASEボタン（通常時ブランドカラー、ホバー時白背景） */
}
header .container-header .header__nav .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.3rem 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: none;
  outline: none;
  min-width: 200px;
}
header .container-header .header__nav .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
header .container-header .header__nav .link-list li.instagram a {
  background: #e1306c;
  color: #fff;
  border: 1px solid #e1306c;
}
header .container-header .header__nav .link-list li.instagram a i.fa-instagram {
  color: #fff;
}
header .container-header .header__nav .link-list li.instagram a:hover, header .container-header .header__nav .link-list li.instagram a:focus {
  background: #fff;
  color: #e1306c;
}
header .container-header .header__nav .link-list li.instagram a:hover i.fa-instagram, header .container-header .header__nav .link-list li.instagram a:focus i.fa-instagram {
  color: #e1306c;
}
header .container-header .header__nav .link-list li.base a {
  background: #1C9C82;
  color: #fff;
  border: 1px solid #1C9C82;
}
header .container-header .header__nav .link-list li.base a i.fa-cart-shopping {
  color: #fff;
}
header .container-header .header__nav .link-list li.base a:hover, header .container-header .header__nav .link-list li.base a:focus {
  background: #fff;
  color: #1C9C82;
}
header .container-header .header__nav .link-list li.base a:hover i.fa-cart-shopping, header .container-header .header__nav .link-list li.base a:focus i.fa-cart-shopping {
  color: #1C9C82;
}
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: #222222;
  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;
  left: 0;
}
header .container-header .header__sp .menu-button .menu-button__line::after {
  top: 10px;
  left: 0;
}
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);
}
header .container-header .header__sp .menu-button.active .menu-button__line::after {
  transform: translateY(-10px) rotate(-45deg);
}
header .container-header .header__sp .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, #cfd1d4, #e3e4e5, #bfc1c3, #e8e9ea, #cfd1d4);
  border-bottom: 4px solid #f9f9f9;
  z-index: 10000;
  padding: 5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease, visibility 0.5s ease;
  display: flex;
  flex-direction: column;
}
header .container-header .header__sp .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  gap: 1rem;
}
header .container-header .header__sp .sp-nav ul > li {
  border-bottom: 1px solid #aaa;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul > li > a {
  display: block;
  padding: 1rem 0 10px;
  font-size: 1.2em;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  font-weight: bold;
  position: relative;
}
header .container-header .header__sp .sp-nav ul > li > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5em;
  color: #222222;
  font-size: 1em;
  min-width: 1em;
  display: inline-block;
  text-align: center;
}
header .container-header .header__sp .sp-nav ul > li > a p {
  display: inline-block;
}
header .container-header .header__sp .sp-nav ul > li > a span {
  display: none;
}
header .container-header .header__sp .sp-nav ul > li ul {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list {
  display: flex;
  gap: 2rem;
  justify-content: center;
  list-style: none;
  padding: 0;
  height: auto;
  margin-top: 2rem;
  /* Instagramボタン（通常時ブランドカラー、ホバー時白背景） */
  /* BASEボタン（通常時ブランドカラー、ホバー時白背景） */
}
header .container-header .header__sp .sp-nav ul .link-list li {
  border-bottom: none;
  width: 100%;
}
header .container-header .header__sp .sp-nav ul .link-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  border: none;
  outline: none;
  min-width: 0px;
}
header .container-header .header__sp .sp-nav ul .link-list li a::before {
  display: none;
}
header .container-header .header__sp .sp-nav ul .link-list li a i {
  font-size: 1.2em;
  transition: color 0.3s;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a i {
  color: #0f1111;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover, header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.instagram a:hover i.fa-instagram, header .container-header .header__sp .sp-nav ul .link-list li.instagram a:focus i.fa-instagram {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a i {
  color: #0f1111;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus {
  color: #fff;
}
header .container-header .header__sp .sp-nav ul .link-list li.base a:hover i, header .container-header .header__sp .sp-nav ul .link-list li.base a:focus i {
  color: #fff;
}
header .container-header .header__sp .sp-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
header .link-list {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 480px) {
  header .link-list {
    display: none;
  }
}
header .link-list .instagram {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  transition: color 0.3s;
}
header .link-list .instagram:hover {
  color: #fff;
}
header .link-list .base {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  transition: color 0.3s;
}
header .link-list .base:hover {
  color: #fff;
}

#header .header__warp {
  margin: 1rem auto;
}
#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;
}
@media screen and (max-width: 480px) {
  #header .header__warp {
    padding: 0 10px;
  }
  #header .container-header .header__sp .sp-nav {
    padding: 3rem;
  }
}
@media screen and (max-width: 375px) {
  header .container-header .header__sp .sp-nav ul {
    gap: 5px;
  }
  header .container-header .header__sp .sp-nav ul .link-list {
    margin-top: 1rem;
  }
  header .container-header .header__sp .sp-nav ul > li > a {
    padding: 10px 0;
  }
  header .container-header .header__sp .sp-nav ul > li > a p {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
}
/*****************************************/
/********  ヘッダー画像設定 start  ********/
/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
.heading_sample {
  background-image: url("../../img/common/heading/heading_sample.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_about {
  background-image: url("../../img/common/heading/info.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_bland {
  background-image: url("../../img/common/heading/bland.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_coordination {
  background-image: url("../../img/common/heading/coordination.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_news {
  background-image: url("../../img/common/heading/event.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_event {
  background-image: url("../../img/common/heading/event.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading_contact {
  background-image: url("../../img/common/heading/contact.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/
/*********  ヘッダー画像設定 end  *********/
/*****************************************/
#heading {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0 0 0rem 0;
  position: relative;
}
#heading .heading__warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  display: flex;
  align-items: center;
}
#heading .heading__warp--bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#heading .heading__warp--bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#heading .heading__warp h1 {
  display: flex;
  flex-flow: column;
  transition: all ease 1s;
  line-height: 1.3;
  text-align: center;
  font-size: clamp(2.4rem, 2.36rem + 0.2vw, 2.6rem);
  color: #ffffff;
  font-weight: bold;
  margin-top: 3rem;
}
#heading .heading__warp h1 p {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  transition: all ease 1s;
}
#heading .heading__warp h1 span {
  font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  transition: all ease 1s;
  font-weight: bold;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Zen Old Mincho", sans-serif;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 1024px) {
  #heading {
    height: 35vh;
  }
}
@media screen and (max-width: 768px) {
  #heading {
    height: 40vh;
  }
  #heading .heading__warp h1 span {
    font-size: clamp(1.9rem, 1.86rem + 0.2vw, 2.1rem);
  }
}
@media screen and (max-width: 480px) {
  #heading {
    height: 35vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
    line-height: 1.5;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
    margin: 0rem 0 0;
  }
}
@media screen and (max-width: 380px) {
  #heading {
    height: 60vh;
    background-size: cover;
  }
  #heading .heading__warp h1 {
    font-weight: bold;
  }
  #heading .heading__warp h1 p {
    width: 100%;
    font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
  }
  #heading .heading__warp h1 span {
    width: 100%;
    font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
    margin: 1rem 0 0;
  }
}
#floating {
  position: fixed;
  top: 50%;
  /* 画面の中央に縦方向で配置 */
  right: 0;
  /* 画面右端に固定 */
  transform: translateY(-50%);
  /* 真ん中に配置 */
  z-index: 99998;
  /* 他の要素より前に表示 */
  display: flex;
  /* フレックスボックスで子要素を配置 */
  flex-direction: column;
  /* 子要素を縦に並べる */
  opacity: 0;
}

#floating li {
  margin: 0.25rem 0;
  /* アイコン間のスペースを設定 */
  list-style: none;
  /* リストのデフォルトスタイルを削除 */
}

#floating li a {
  display: flex;
  gap: 5px;
  flex-direction: column;
  /* フレックスボックスでアイコンとテキストを中央揃え */
  align-items: center;
  /* 垂直方向に中央揃え */
  justify-content: center;
  /* 水平方向に中央揃え */
  background-color: #6B7280;
  /* ニュートラルな背景色（デフォルト） */
  color: #ffffff;
  /* テキストの色を白に */
  padding: 1rem;
  /* 内側にスペースを追加 */
  border-radius: 5px 0 0 5px;
  /* 左側に丸みを付ける */
  font-size: clamp(0.7rem, 0.66rem + 0.2vw, 0.9rem);
  /* フォントサイズを0.9remに設定 */
  font-weight: bold;
  /* 太字に設定 */
  text-decoration: none;
  /* テキストの下線を削除 */
  transition: background-color 0.3s ease, transform 0.3s ease;
  /* ホバー時の背景色変化とスムーズな移動 */
  height: 100%;
  border: 1px solid #6B7280;
}

#floating li a span {
  display: none;
}

#floating li a:hover {
  background-color: #ffffff;
  /* ホバー時に少し暗くする */
  transform: translateX(-10px);
  /* ホバー時に左に10px移動 */
  color: #222222;
}

#floating li a i {
  /* アイコンとテキストの間にスペース */
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

/* 768px以下の画面サイズでは画面下に表示 */
@media screen and (max-width: 768px) {
  #floating {
    top: auto;
    bottom: 0;
    /* 画面の下部に配置 */
    right: 0;
    left: 0;
    /* 横幅いっぱいに広げる */
    transform: none;
    /* 変形を解除 */
    flex-direction: row;
    /* アイコンを横に並べる */
    justify-content: space-around;
    /* アイコン間にスペースを均等に配置 */
    opacity: 0;
    pointer-events: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
  #floating li {
    margin: 0;
  }
  #floating li a {
    border-radius: 0;
    /* 丸みをリセット */
    flex-direction: column;
    /* アイコンとテキストを縦に並べる */
    padding: 1rem;
    /* パディングを小さく調整 */
    transition: background-color 0.3s ease, color 0.5s ease;
    border-right: 1px solid #fff;
  }
  #floating li a:last-of-type {
    border: none;
  }
  #floating li a:first-child {
    /* 最初の要素のみ左線を消す */
  }
  #floating li:nth-child(2) a {
    /* 最初の要素のみ左線を消す */
    border-left: none;
    border-right: none;
  }
  #floating li:last-child a {
    /* 最初の要素のみ左線を消す */
    border-left: none;
  }
  #floating li a:hover {
    transform: none;
    background-color: #ffffff;
    color: #0f1111;
    border: none;
  }
  #floating li a span {
    display: block;
  }
  #floating li a i {
    margin-right: 0rem;
  }
}
#info .container .section-title {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  display: flex;
  gap: 1rem;
  align-items: baseline;
  color: #6B7280;
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  padding-bottom: 1rem;
  margin: 1rem 0 2rem;
}
#info .container .section-title::after {
  left: 10%;
}
#info .container .section-title span {
  color: #0f1111;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}
#info .container .flex-box {
  display: flex;
  align-items: center;
  gap: 3rem;
}
#info .container .flex-box table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  line-height: 1.5;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  margin-bottom: 0;
}
#info .container .flex-box table.is-show {
  opacity: 1;
  bottom: 0;
}
#info .container .flex-box table th,
#info .container .flex-box table td {
  border-bottom: 1px solid #bbb;
  padding: 1rem;
  vertical-align: middle;
}
#info .container .flex-box table th {
  border-bottom: 1px solid #222222;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
}
@media (max-width: 480px) {
  #info .container .flex-box table table {
    display: block;
    width: 100%;
  }
  #info .container .flex-box table th,
  #info .container .flex-box table td {
    display: block;
    width: 100%;
  }
  #info .container .flex-box table th {
    border-bottom: none;
  }
  #info .container .flex-box table td {
    margin-bottom: 1rem;
  }
}
#info .container .flex-box table th {
  width: 30%;
}
#info .container .flex-box table td {
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#info .container .flex-box .img-box {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border: 1px solid #6B7280;
  position: relative;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
}
#info .container .flex-box .img-box.is-show {
  opacity: 1;
  bottom: 0;
}
#info .container .flex-box .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#info .container .map {
  margin: 2rem auto 5rem;
  opacity: 0;
  position: relative;
  bottom: -15px;
  transition: opacity 2s, bottom 2s;
  aspect-ratio: 2/0.5;
}
#info .container .map.is-show {
  opacity: 1;
  bottom: 0;
}
#info .container .map iframe {
  width: 100%;
  max-width: 1024px;
  aspect-ratio: 2/0.6;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  #info .container .map iframe {
    aspect-ratio: 2/1.3;
  }
}

@media screen and (max-width: 768px) {
  #info .container .flex-box {
    flex-direction: column-reverse;
    padding: 2rem 0 0;
  }
  #info .container .flex-box .img-box {
    width: 80%;
    max-width: 400px;
  }
  #info .container .map iframe {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 480px) {
  #info .container .section-title {
    flex-direction: column;
    gap: 0;
  }
  #info .container .section-title::after {
    left: 30%;
  }
  #info .container .section-title span {
    text-align: left;
  }
  #info .container .flex-box {
    flex-direction: column-reverse;
    padding: 2rem 0 0;
    gap: 2rem;
  }
  #info .container .flex-box table th {
    padding: 1rem 0 0;
  }
  #info .container .flex-box table td {
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.1rem);
  }
  #info .container .flex-box .img-box {
    width: 100%;
    max-width: 400px;
    padding: 1rem;
  }
  #info .container .map {
    margin: 2rem auto;
  }
  #info .container .map iframe {
    aspect-ratio: 1;
  }
}
#carousel {
  position: relative;
}
#carousel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  display: block;
  z-index: -1;
  background-color: #0f1111;
  -webkit-clip-path: polygon(0 0, 65% 0, 100% 100%, 35% 100%);
          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: #0f1111;
  border: solid 1px #0f1111;
  color: #222222;
  transition: all ease 0.5s;
}
#carousel .carousel__warp--link a:hover {
  background-color: #222222;
  color: #0f1111;
}

#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: "Zen Old Mincho", "LINESeedJP", 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;
}

.calender__content table {
  border: #0f1111 2px solid;
  width: 100%;
}
.calender__content table tbody tr {
  border-bottom: #0f1111 2px solid;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calender__content table tbody tr th,
.calender__content table tbody tr td {
  border-right: #0f1111 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: #222222;
}
.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: #0f1111;
}
.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;
}

#back-to-top {
  display: none;
  /* 初期状態では非表示 */
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #6B7280;
  color: #ffffff;
  border: 1px solid #6B7280;
  padding: 15px;
  border-radius: 50%;
  /* 丸いボタン */
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  /* モダンなデザインのため少し大きめのフォント */
  width: 65px;
  /* タップしやすいように固定幅を指定 */
  height: 65px;
  /* タップしやすいように固定高さを指定 */
  display: flex;
  /* 中央揃えのためにflexboxを使用 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  /* 初期状態で透明に */
  transition: opacity 0.5s ease, transform 0.3s ease;
  /* フェードアウトと拡大のトランジション */
  z-index: 1000;
  /* 他の要素よりも前面に表示 */
}
#back-to-top i {
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
}

#back-to-top.show {
  display: flex;
  /* 表示するためにdisplayをflexに */
  opacity: 1;
  /* 不透明に */
}

#back-to-top:hover {
  background-color: #ffffff;
  color: #6B7280;
  transform: scale(1.1);
  /* ホバー時に少し拡大 */
}

/* レスポンシブ対応: 画面幅が600px以下の場合 */
@media (max-width: 768px) {
  #back-to-top {
    bottom: 20px;
    right: 15px;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  #back-to-top {
    right: 15px;
    font-size: 18px;
  }
}
/* レスポンシブ対応: 画面幅が400px以下の場合 */
@media (max-width: 400px) {
  #back-to-top {
    bottom: 20px;
    right: 10px;
  }
}
#footer {
  background: #333;
  color: #222;
  padding: 4rem 1rem 1rem;
}
#footer .footer-section {
  max-width: 80%;
  margin: 0 auto;
  padding: 0 1rem;
}
#footer .footer__wrap--top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 2rem;
}
#footer .footer__wrap--top .footer__logo {
  font-size: clamp(2.3rem, 2.26rem + 0.2vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  position: relative;
  transition: opacity 0.3s ease;
}
#footer .footer__wrap--top .footer__logo a {
  color: #ffffff;
  text-decoration: none;
  padding: 0;
}
#footer .footer__wrap--top .footer__logo:hover {
  opacity: 0.5;
}
#footer .footer__wrap--top .footer__info {
  flex: 1;
  min-width: 220px;
  color: #fff;
}
#footer .footer__wrap--top .footer__info .info {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  align-items: end;
}
#footer .footer__wrap--top .footer__info .info address span {
  display: block;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(1.3rem, 1.26rem + 0.2vw, 1.5rem);
  transition: opacity 0.3s ease;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a i {
  margin-right: 0.5em;
}
#footer .footer__wrap--top .footer__info .info .footer__contact a:hover {
  opacity: 0.5;
}
#footer .footer__wrap--top .footer__info .footer__business {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 5px;
}
#footer .footer__wrap--top .footer__info .footer__business li {
  margin-bottom: 0.2em;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#footer .footer__wrap--top .footer__info .footer__business li i {
  margin-right: 5px;
  color: #fff;
}
#footer .footer__wrap--bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  margin: 2rem 0 1rem;
}
#footer .footer__wrap--bottom .footer__links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
#footer .footer__wrap--bottom .footer__links a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s;
}
#footer .footer__wrap--bottom .footer__links a:hover {
  opacity: 0.5;
}
#footer .footer__wrap--bottom .footer__nav {
  width: 100%;
}
#footer .footer__wrap--bottom .footer__nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0.5rem auto;
  max-width: 768px;
}
#footer .footer__wrap--bottom .footer__nav ul a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  font-size: clamp(0.8rem, 0.76rem + 0.2vw, 1rem);
}
#footer .footer__wrap--bottom .footer__nav ul a:hover {
  opacity: 0.5;
}
#footer .footer__copy {
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
}

@media screen and (max-width: 1080px) {
  #footer .footer-section {
    max-width: 90%;
  }
  #footer .footer__wrap--top {
    gap: 1rem;
    flex-direction: column;
  }
  #footer .footer__wrap--top .footer__info .info {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
  #footer .footer__wrap--top .footer__info .info address span {
    display: inline-block;
  }
  #footer .footer__wrap--top .footer__info .footer__business {
    max-width: 70%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-section {
    max-width: 95%;
  }
  #footer .footer__wrap--bottom .footer__links {
    row-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer-section {
    padding: 0;
  }
}
@media screen and (max-width: 480px) and (max-width: 350px) {
  #footer .footer__wrap--top .footer__logo {
    font-size: clamp(1.8rem, 1.76rem + 0.2vw, 2rem);
  }
}
@media screen and (max-width: 480px) {
  #footer .footer__wrap--top .footer__info .footer__business {
    max-width: 100%;
  }
  #footer .footer__wrap--bottom .footer__links {
    justify-content: center;
    margin: 0 auto;
  }
  #footer .footer__wrap--bottom .footer__nav ul {
    flex-direction: column;
    text-align: center;
  }
  #footer .footer__wrap--bottom .footer__nav ul a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */