@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  zoom: normal;
}
/* Extra small devices (portrait phones, less than 57min(2.3vw,30px);6px) */
html {}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
  html {
    overflow-x: hidden !Important;
  }
}
body {
  font-family: "Noto Sans JP";
  font-size: 20px;
  line-height: 150%;
  margin: 0;
  overflow-x: hidden !Important;
  background-color: #FAF7F0;
}
/* 初期状態（非表示） */
/*body.home {
  opacity: 0;
}*/
/* animate.css を使ったフェードイン */
/*body.home.loaded {
  animation: fadeIn .5s ease-in-out both;
}*/
body.fade-control {
  display: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p, img, td, tr, table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: bottom;
  font-family: "Noto Sans JP";
}
img, img a {
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
a {
  outline: none;
}
a:link, a:visited, a:active {
  /* text-decoration: underline;
  color: #2440b3; */
}
a:hover {
  text-decoration: none;
}
a.nohover {
  text-decoration: none;
  color: black;
}
a.nohover:hover {
  /* text-decoration: underline; */
}
a:not(.nohover) > img {
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
a:not(.nohover):hover > img {
  /* transform: scale(1.1); */
}
a:not(.nohover):has(> img) {
  /* display: inline-block; */
  /* overflow: hidden; */
  border-radius: 8px;
}
.inner {
  /* max-width: 1220px; // 両端に10pxの余白を持たせるため */
  /* max-width: 1600px; */
  margin: 0 auto;
  height: 100%;
}
.inner-page {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}
.home .inner-page {
  max-width: 1600px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .page:not(.home) .inner-page {
    padding: 160 0px;
  }
}
/*@media (max-width: 1181px) {
  .inner {
    padding: 0 5%;
  }
}*/
/* スマホ・タブレットPC改行調整 */
@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 文字の折り返し位置指定	*/
.wsnw {
  white-space: nowrap;
}
/* ブロック水平位置	*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright, .alignright2 {
  float: right;
  margin: 10px 10px 0;
}
.alignleft, .alignleft2 {
  float: left;
  margin: 10px 10px 0;
}
img.alignleft, img.alignleft2 {
  float: left;
}
img.alignright, img.alignright2 {
  float: right;
}
@media (max-width: 767px) {
  .alignright {
    float: right;
    margin: 10px auto;
  }
  .alignleft {
    float: left;
    margin: 10px auto;
  }
  img.alignleft {
    float: none;
  }
  img.alignright {
    float: none;
  }
}
/* PC、モバイル表示・非表示切り替え	*/
.mb-hidden {
  display: none;
}
.pc-hidden {
  padding: 0;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .mb-hidden {
    display: block;
  }
  .pc-hidden {
    display: none;
  }
}
/* グリッド列のパディング調節	*/
@media (max-width: 767px) {
  #content [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  #content [class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/**********/
/* header */
/**********/
.header-wrap {
  /*height: 87px;*/
  background: #192B50;
  color: rgba(250, 247, 240, 1);
}
/*.home .header-wrap {
  height: 87px;
}*/
.header-wrap h1.toptxt {
  position: absolute;
  top: 0;
  color: white;
  font-size: 14px !Important;
  padding-top: 3px !Important;
  padding-bottom: 3px !Important;
  text-align: center;
  margin: 0;
  width: 100vw;
  background: #192B50 !Important;
  z-index: 2999;
}
#header {
  position: absolute;
  top: 20px;
  width: 100%;
  border-top: 5px solid #9B1C15;
  /* padding-top: 18px;
  padding-bottom: 19px; */
  background: #192B50;
  font-size: 16px;
  z-index: 2999;
  height: 71px;
  box-sizing: border-box;
}
.fixed-header {
  position: fixed !important;
  width: 100% !important;
  top: 0px !important;
  border-top: 5px solid #9B1C15 !important;
  /* padding-top: 18px !important;
  padding-bottom: 19px !important; */
  background: #192B50 !important;
  font-size: 16px !important;
  z-index: 2999 !important;
  height: 71px !important;
  box-sizing: border-box !important;
}
.header-wrap a, .fixed-header a, .fixed-header span {
  text-decoration: none;
  color: white;
}
/* メニューの説明文字非表示 */
@media (max-width: 991px) {
  #header, .fixed-header {
    /* padding-top: 10px !Important; */
    padding-bottom: 0px !Important;
  }
  .header-wrap span, .fixed-header span {
    display: none;
  }
  .header-wrap span.menu-text {
    display: inline-block;
  }
  .header-wrap span.menu-toggle {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .logo-img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* 真ん中に配置 */
    width: 200px; /* 任意の幅 */
    text-align: center;
  }
}
/**************/
/* navigation */
/**************/
/* 左上ハンバーガーメニュー */
.menu-btn {
  display: flex;
  height: 44px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  position: relative;
}
.menu-btn:focus {
  outline: none; /* クリック時のフォーカス枠を削除 */
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span {
  background-color: rgba(255, 255, 255, 0);
}
.menu-btn.active span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.menu-btn.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
/*#menu-btn-check {
	display: none;
}*/
/* メニュー開いた時 背景暗く */
#menu-overlay, #overlay, #info-overlay {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 黒の透過50% */
  z-index: 1000; /* メニューの下に配置 */
}
nav {
  background: #192B50;
}
nav .navbar-brand {
  padding: 0px 0 0 10px;
  width: 60%;
}
.navbar {
  border-bottom: 5px;
  padding: 10px 0;
}
#slidetoggle_menu {
  width: 100%;
}
#slide_button {
  position: relative;
}
#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  /*font-size: 20px;*/
  padding: 0px;
  cursor: pointer;
}
button#menu-toggle {
  outline: none;
}
#slide_menu {
  height: auto;
  width: 350px;
  position: fixed;
  top: 28px;
  left: 20px;
  background-color: #FAF7F0;
  display: none; /* 初期状態で非表示 */
  z-index: 3000 !Important;
  padding: 10px 24px;
  padding-bottom: 24px;
  transform: translateZ(0);
}
#slide_menu {
  /*height: 100vw;*/ /* 画面の高さいっぱい */
  overflow: hidden; /* 親要素ではスクロールさせない */
}
#slide_menu > .scrl {
  max-height: 90vh; /* メニュー内の最大高さを設定 */
  overflow-y: auto; /* 必要な場合スクロール */
}
/* スクロールバーのカスタマイズ（オプション） */
#slide_menu > .scrl::-webkit-scrollbar {
  width: 8px;
}
#slide_menu > .scrl::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
#slide_menu > .scrl::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#slide_menu ul li {
  list-style: none;
  padding-left: 17px;
}
#slide_menu ul li.topline {
  border-top: 1px solid #9B1C15;
  margin-top: 7px;
  padding-top: 5px;
}
#slide_menu ul li.topline2 {
  border-top: 2px solid #9B1C15;
  margin-top: 0px;
  padding-top: 10px;
}
#slide_menu ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 2px 15px 2px 0;
  position: relative;
  text-align: left;
}
#slide_menu ul li ul {
  padding: 0 15px 0px;
  background-color: #FAF7F0;
  border: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
#slide_menu ul.dropdown-menu li {
  position: relative;
  padding-left: 20px;
}
#slide_menu ul.dropdown-menu li::before {
  content: url("../img/common/menu-icon-list.png");
  position: absolute;
  left: 0; /* 左端に配置 */
  top: 10%;
  /*transform: translateY(-50%);*/ /* 垂直中央揃え */
  font-size: 16px; /* フォントサイズ調整 */
  color: #333; /* 色設定 */
}
#slide_menu ul.dropdown-menu li:last-child::before {
  content: url("../img/common/menu-icon-last.png") /* 最後のリストマークを「└」に変更 */
}
#slide_menu ul li li a {
  color: #333;
}
#slide_menu a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
@media (max-width: 767px) {
  #slide_menu {
    width: 90%;
  }
  .slide_menu ul li a {
    font-size: 16px;
  }
  .menu-title span {
    font-size: 20px;
  }
}
.menu-title span {
  color: #000;
  font-size: 28px;
}
.menu-line {
  border-bottom: 2px solid #9B1C15;
}
a.nohover:hover img {
  transform: scale(1);
}
/*ul#menu-navi-menu li.dropdown > a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}*/
ul#menu-navi-menu li.dropdown > a {
  display: flex;
  align-items: center; /* 縦方向の中央揃え */
  gap: 0px; /* + マークとテキストの間隔を調整 */
  text-decoration: none;
}
ul#menu-navi-menu li.dropdown > a img.menu-toggle {
  width: 18px; /* 画像のクリック領域を確保 */
  height: 18px;
}
/* 閉じるボタン（×）のスタイル */
#close-menu, #close-search, #close-info {
  position: absolute;
  top: 10px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
#close-menu:focus, #close-search:focus, #search-button:focus, #close-info:focus {
  outline: none; /* クリック時のフォーカス枠を削除 */
}
/* 子メニューがある場合の挙動 */
/*.menu-toggle {
  display: inline-block;
  width: 16px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  margin-right: 0px;
  user-select: none;
}*/
.menu-toggle {
  display: block;
  width: 18px; /* 画像サイズに合わせる */
  height: 18px;
  cursor: pointer;
  user-select: none; /* 選択不可 */
  margin-right: 1px; /* テキストとの間隔 */
}
.dropdown-toggle::after {
  display: none;
}
ul.page-nav {
    /* margin: 0 !important; */
    /* padding-top:0px!Important;
    padding-bottom: 2px!Important;*/
}
.home ul.page-nav {
    padding-top: 0px !important;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    align-items: center;
}
ul.page-nav li {
    list-style: outside none !important;
    margin-left: 0;
}
ul.page-nav li, ul.page-nav li a {
    color: black;
}
.page-nav .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page-nav .breadcrumbs a {
    color: #000;
    text-decoration: none;
}
/* 右側メニュー用スタイル */
.menu-right-items {
    margin-left: auto; /* 右寄せにする */
}
.ec-headerNaviRole__right {
    display: flex;
    align-items: center;
}
.menu-right-items .ec-headerNav__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}
.menu-right-items .ec-headerNav__item {
    margin: 0 10px;
    align-self: center;
}
.menu-right-items .ec-headerNav__item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #192B50;
    font-size: 16px;
    font-weight: 400;
}
.menu-right-items .ec-headerNav__item a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.menu-right-items .ec-headerNav__item i {
    margin-right: 5px;
    font-size: 16px;
}
.favorite-count, .cart-item-count {
    color: #9B1C15;
    font-weight: 500;
}
/* レスポンシブ対応 */
@media (max-width: 1000px) and (min-width:768px) {
    #menu-full-order-menu-container ul.page-nav li a {
        font-size: clamp(0.813rem, -0.216rem + 2.15vw, 1.125rem);
    }

    .ec-headerNav__item a {
        font-size: clamp(0.75rem, -0.216rem + 2vw, 0.875rem);
    }
}

@media (max-width: 991px) {
    .home ul.page-nav {
        padding-left: 2%;
        padding-right: 2%;
    }
    .navi-cover {
        display: none;
    }
    /* モバイル表示時はテキストを非表示にしてアイコンのみ表示 */
    .ec-headerNav__item a span {
        display: none;
    }
    .ec-headerNav__item {
        margin: 0 5px;
    }
    .ec-headerNav__item i {
        font-size: 18px;
        margin-right: 0;
    }
}

  /* 小さい画面サイズでの調整 */
@media (max-width: 767px) {
    .ec-headerNav__list {
        justify-content: space-around;
    }
}
/* ページ内ジャンプメニュー */
.navi-cover {
  position: relative;
  top: 90px;
  width: 100vw !Important;
  left: 0;
  height: 32px;
  z-index: 2999;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-right: calc(50% - 50vw) !Important;
  margin-left: calc(50% - 50vw) !Important;
  padding-right: calc(50vw - 50%) !Important;
  padding-left: calc(50vw - 50%) !Important;
  background-color: rgba(250, 247, 240, .5);
  z-index: 2999;
  box-shadow: 0px 2px 4px rgba(18, 18, 88, 0.15);
  background-color: rgba(250, 247, 240, 1);
  /*line-height: 31px!Important;*/
}
/* ← ここにflexと縦中央揃えを適用する */
.navi-cover > .inner-page {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 0;
}
.inner-page.adjusttop {
  position: relative !Important;
  z-index: auto;
}
/* ↓ flexが子に効かないようにして、水平方向はそのままulの中で制御 */
.navi-cover > .inner-page > * {
  flex: 1 0 auto; /* or flex-shrink: 0; */
}
.navi-fixed {
  position: fixed;
  top: 70px;
  width: 100vw;
  left: 0 !Important;
  z-index: 2999;
  padding-top: 0px;
  padding-bottom: 1px;
  /*height: 31px;*/
}
.navi-cover a {
  text-decoration: none !Important;
  line-height: 1 !Important;
  font-size: 16px;
}
.home .navi-cover a {
  font-size: 18px;
}
/* トップの検索窓 */
#search-container {}
#search-button {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(250, 247, 240, 1);
  z-index: 500 !Important;
}
#order-button {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(250, 247, 240, 1);
  z-index: 500 !Important;
}
#search-box {
  position: fixed;
  top: 28px;
  right: 20px;
  background: #FAF7F0;
  padding: 20px 20px;
  border: 1px solid #ccc;
  display: none;
  width: 420px;
  z-index: 3000;
}
.search-form {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  border: 2px solid #858585;
  padding: 0px 10px;
  background: white;
  border-radius: 33px !Important;
  height: 56px;
}
.search-form i {
  margin-right: 5px;
  color: #555;
}
.search-form input[type="text"] {
  width: 90%;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 16px;
}
.search-form input[type="text"]::placeholder {
  color: #999; /* 好きな色に変更 */
  opacity: 1; /* デフォルトでは薄くなるので、はっきり表示させる */
}
@media (max-width: 767px) {
  #search-box {
    width: 90%;
  }
}
/*---------------------
**パンくず表示用
--------------------- */
.pankuzu {
  text-align: left;
  font-size: 16px;
  color: #333;
  line-height: 1;
  display: flex;
  align-items: center;
  padding-top: 1px;
}
.single .pankuzu {
  padding-top: 0;
  padding-bottom: 2px;
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:active {
  text-decoration: underline;
  color: #333;
}
.pankuzu a:hover {
  text-decoration: none;
}
.pagination-height {
  min-height: 22.8px;
}
/****************/
/* content		*/
/****************/
#content {
  padding: 0px 0px 0px 0px;
  text-align: left;
  word-wrap: break-word;
}
/* Small devices (tablets, 768px and up) */
/* @media screen and (min-width:768px) {
  #content {
    padding: 20px 0px 0px;
  }
} */
/*
.fixed-content {
	margin-top:70px;
}*/
@media screen and (max-width:767px) {
  #content {
    display: block;
    width: 100%;
    padding: 0 0px;
  }
}
/* 既存のイメージ幅を可変にする*/
#content img {
  /* display: block; */
  height: auto;
  max-width: 100%;
}
#content h1 {
  position: relative;
  text-align: center;
  font-size: 51px;
  padding: 40px 0 0px;
  color: #000000;
  font-family: "League Spartan", serif;
  font-weight: 500;
  font-style: normal;
  line-height: .8;
  margin: 0;
}
#content h2 {
  font-size: 40px;
  text-align: left;
  position: relative;
  color: #000000;
  padding: 0px 0 0px;
  /* font-family: "League Spartan", serif; */
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
#content h3 {
  font-size: 24px;
  text-align: left;
  position: relative;
  color: #000000;
  font-weight: 500;
  line-height: 34px;
  padding-top: 20px;
}
/* slingle */
#content h1.entry-title {
  font-size: 36px;
}
#content h3.inline {
  /*flex-grow: 1;*/
  display: inline-block;
  position: relative;
  margin: 0; /* センタリング */
  text-align: center;
}
.position-relative {
  position: relative; /* detailを相対配置できるようにする */
}
#content .detail {
  font-size: 12px; /* フォントサイズ */
  position: absolute;
  left: 100%; /* h3の右端 */
  bottom: 0;
  margin-left: 10px; /* 10px離して配置 */
  white-space: nowrap; /* 折り返し防止 */
}
#content .ml {
  margin-left: -50px;
}
#content span.detail a {
  text-decoration: none;
  color: black;
}
#content span.detail a:hover {
  text-decoration: underline;
}
#content h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 0 10px 0;
  color: #000;
  position: relative;
}
#content p {
  margin-bottom: 0px;
  color: #000;
  line-height: 180%;
  position: relative;
  font-weight: 300;
  padding-top: 0px !Important;
}
#content h1.small, #content h2.small, #content h3.small, #content h4.small, #content p.small {
  font-size: 70%;
}
#content p.text18 {
  font-size: 18px !Important;
  padding-top: 0 !Important;
  line-height: 32px !Important;
}
@media (min-width: 768px) and (max-width: 1467px) {
  #content h2 {
    /*font-size: min(4vw, 40px);*/
    font-size: clamp(1.875rem, 1.188rem + 1.43vw, 2.5rem);
    /*padding-top:clamp(0.313rem, -2.778rem + 6.44vw, 3.125rem);
		padding-bottom:clamp(0rem, -1.373rem + 2.86vw, 1.25rem);*/
  }
  .page #content h3 {
    font-size: clamp(1.125rem, 0.713rem + 0.86vw, 1.5rem);
    line-height: clamp(1.5rem, 0.813rem + 1.43vw, 2.125rem);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content h1 {
    font-size: 40px;
  }
  #content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 36px;
    padding: 30px 0 10px;
  }
  #content h2 {
    font-size: 30px;
    padding: 0px 0 0px;
  }
  #content h3 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
  }
  #content p {
    font-size: 16px !Important;
    padding-top: 20px;
  }
}
#content ul li {
  /* list-style: disc;
  margin-left: 40px;
  margin-bottom: 5px; */
}
#content ol {
  margin-top: 10px;
}
#content ol li {
  margin-left: 20px;
  margin-bottom: 15px;
  list-style: decimal;
  font-weight: 300;
}
@media (max-width: 1100px) and (min-width:768px) {
  .page:not(.home) #content ol li {
    font-size: clamp(1rem, 0.494rem + 1.05vw, 1.219rem) !Important; /* 19 => 16 */
    line-height: clamp(1.5rem, 0.199rem + 2.71vw, 2.063rem) !Important; /* 33 => 18 */
  }
}
#content hr {
  border-bottom: 2px dashed #f0f8fe;
}
@media screen and (max-width:767px) {
  #content ul li, #content ul.list1 li {
    /* margin-left: 30px; */
  }
  #content ol {
    margin: 20px !Important;
  }
  #content ol.mokuji {
    margin: 20px 0px !Important;
  }
}
/****************/
/* footer		*/
/****************/
footer {
  padding: 5px 20px 10px;
  text-align: left;
  clear: both;
  background: #47443C;
  color: rgba(250, 247, 240, 1);
}
footer .copyright {
  padding: 0px 0px 0px 0px;
  line-height: 1;
  font-size: 12px;
  color: rgba(250, 247, 240, 1);
  text-align: right;
  line-height: 150%;
}
footer .page-nav .menu-item a {
    color: rgba(250, 247, 240, 1);
}
@media screen and (min-width:768px) {
  ul#menu-footer-menu {
    padding: 0 clamp(0rem, -24.667rem + 51.39vw, 13.875rem);
  }
  .home ul#menu-footer-menu {
    /*padding: 0 clamp(0rem, -20.192rem + 42.07vw, 21.875rem);*/
    padding: 0 clamp(0rem, -23.654rem + 49.28vw, 25.625rem);
  }
}
@media screen and (max-width:767px) {
  footer ul {
    padding: 0 20px !Important;
    flex-wrap: wrap;
  }
}
footer li {
  list-style: none;
}
footer li li {
  list-style: square outside;
}
footer li a {
  color: rgba(250, 247, 240, 1);
  text-decoration: none !Important;
  font-size: 12px;
}
footer li a:hover {
  text-decoration: underline;
}
@media screen and (max-width:767px) {
  footer .copyright {
    text-align: center;
  }
}
/* SmartPhone  */
@media screen and (max-width:767px) {
  footer {
    padding-bottom: 30px;
  }
}
/* Small devices (tablets, 768px and up) */
@media screen and (max-width:1150px) {
  footer .inner {
    padding: 0;
  }
}
@media screen and (min-width:1200px) {}
.entry-meta {
  margin-bottom: 10px;
  color: #333333;
}
.entry-content, .entry-summary {
  padding: 0 0 0px;
}
.entry-footer {
  margin-top: 10px;
  font-size: 90%;
  margin-bottom: 30px;
  border-top: 1px solid #cccccc;
  padding-top: 5px;
}
/* ボタン */
.btn-layout {
  display: flex;
  justify-content: flex-end; /* 右寄せ */
  align-items: center;
  padding-right: 0px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .btn-layout {
    justify-content: center;
  }
}
.black-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  border-radius: 5px;
  width: 336px;
  height: 56px;
  border: 2px solid rgba(133, 133, 133, 1);
  position: relative;
  transition: 0s;
  background: #FAF7F0;
  padding: 0 10px 0 0; /* パディングで左右の余白を確保 */
  box-sizing: border-box; /* パディングを含めてサイズを計算 */
  margin-top: 11px;
}
.black-button img {
  vertical-align: middle; /* 画像の垂直方向を中央に */
}
.contact .black-button {
  font-size: 17px;
}
a.black-button, a.black-button-100 {
  color: #000 !important;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.black-button-l {
  font-size: 32px !Important;
  padding-top: 37px !Important;
  padding-bottom: 37px !Important;
  width: 100%;
  height: auto;
}
.black-button-90 {
  width: 310px;
}
a.black-button:hover img {
  opacity: 1 !Important;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.black-button img, .black-button-100 img {
  margin-left: 10px; /* アイコンとテキストの間に余白を追加 */
}
.black-button:hover, .black-button-100:hover {
  border: 2px solid rgba(133, 133, 133, 1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.single .black-button, .case .black-button {
  background: #fff;
}
/* Large devices: Desktops (≥1200px) */
@media (min-width: 1200px) and (max-width: 1600px) {
  .black-button {
    font-size: min(1.1vw, 18px);
  }
}
/* Medium devices: Desktops (≥992px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .black-button {
    font-size: 14px;
    line-height: 130%;
    width: 100% !Important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .black-button {
    font-size: 14px;
    width: 100% !Important;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .black-button {
    margin-top: 10px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .black-button-100 {
    width: 100%;
    height: 54px;
  }
}
.white-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  border-radius: 5px;
  width: 240px;
  height: 56px;
  border: 2px solid #fff;
  position: relative;
  transition: 0s;
  color: white;
  background: transparent;
}
a.white-button, button.white-button {
  color: white !Important;
  text-decoration: none;
}
a.white-button:hover, button.white-button:hover {
  color: black !Important;
  text-decoration: none;
  background: white !Important;
}
@media (max-width: 767px) {
  .white-button {
    border: 2px solid #000;
    margin: 0 auto;
  }
  a.white-button, button.white-button {
    color: black !Important;
  }
  a.white-button:hover, button.white-button:hover {
    color: white !Important;
  }
}
/*****************/
/* オーダーのご案内 */
/*****************/
#order-info {
  position: fixed;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  background: #FAF7F0;
  border: 1px solid #ccc;
  display: none;
  width: 100%;
  max-width: 1278px;
  max-height: 93vh;
  padding: 19px 74px 0 !Important;
  z-index: 3000;
  overflow-y: hidden;
  padding-right: clamp(1.25rem, -1.865rem + 6.49vw, 4.625rem) !Important;
  padding-left: clamp(1.25rem, -1.865rem + 6.49vw, 4.625rem) !Important;
}
.order-info {
  font-size: 28px !Important;
  font-weight: 500;
  color: black;
  font-family: "Noto Sans JP";
}
#order-info p {
  font-size: 20px !Important;
  font-size: clamp(0.938rem, 0.467rem + 0.98vw, 1.25rem) !Important;
  line-height: 34px !Important;
  line-height: clamp(1.75rem, 1.185rem + 1.18vw, 2.125rem) !Important;
  color: black;
  font-weight: 300;
}
#order-info span {}
#order-info span a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
#order-info span a:hover {
  text-decoration: underline;
}
#order-info h3 {
  font-size: 24px !Important;
  font-size: clamp(1.25rem, 0.874rem + 0.78vw, 1.5rem) !Important;
  /*padding-top: 13px;*/
  /*margin-top: 10px;*/
  color: #212529;
}
#order-info p.desc {
  font-size: 20px !Important;
  line-height: 24px !Important;
  font-weight: 350;
}
.btn-layout-order-info {
  position: absolute;
  right: 0;
  bottom: 0;
}
.order-box {
  margin-bottom: 32px !Important;
}
#order-info img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199px) {
  #order-info {
    width: 90%;
    /*padding: 20px 20px!Important;*/
  }
  .order-info {
    font-size: 24px !Important;
  }
  #order-info p {
    font-size: 16px !Important;
    line-height: 24px !Important;
  }
  #order-info p.desc {
    font-size: 18px !Important;
  }
}
@media (max-width: 767px) {
  #order-info h3 {
    margin-top: 20px;
  }
  #order-info img {
    border-radius: 8px;
  }
}
#order-info > .scrl {
  max-height: 75vh; /* メニュー内の最大高さを設定 */
  overflow-y: auto; /* 必要な場合スクロール */
  padding-bottom: 62px !Important;
  padding-bottom: clamp(1.25rem, -1.173rem + 5.05vw, 3.875rem) !Important;
}
/* スクロールバーのカスタマイズ（オプション） */
#order-info > .scrl::-webkit-scrollbar {
  width: 4px;
}
#order-info > .scrl::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
#order-info > .scrl::-webkit-scrollbar-track {
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .item1, .item3, .item5 {
    width: 30%;
  }
  .item2, .item4, .item6 {
    width: 70%;
    padding-left: clamp(0.625rem, -3.14rem + 7.84vw, 3.125rem) !Important;
    padding-top: 20px;
    padding-bottom: 20px !Important;
  }
}
/*	.item1,.item3,.item5{
		width: clamp(8.063rem, -12.613rem + 43.07vw, 18.75rem);
	}

	.item2,.item4,.item6{
		width: clamp(32.313rem, 9.945rem + 46.6vw, 43.875rem);
	}
*/
/* 768 - 1165 */
@media (min-width: 768px) and (max-width: 1278px) {
  .item1 img, .item3 img, .item5 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像を高さに合わせて切り取る */
    object-position: center; /* 画像の中央を基準に切り取る */
  }
}
/* scroll top */
#wpfront-scroll-top-container {
  display: none; /* 最初は非表示に */
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 100 !important;
  opacity: 0.8;
}
/* テキストを中央に配置 */
.bg-title .text-overlay {
  /*    position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);*/
  color: white;
  font-family: "League Spartan", serif;
  text-align: center;
  white-space: nowrap;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.2;
}
.bg-title-orderworks {
  background: url("../img/bg-orderworks.png") no-repeat center center;
}
/*　画像を正方形にする */
/* 768px〜991px間だけ正方形に変更 */
@media (min-width: 768px) and (max-width: 991px) {
  .square-img {
    width: 100%; /* 必要に応じて調整 */
    aspect-ratio: 1 / 1; /* 正方形化 */
    object-fit: cover; /* はみ出した部分を切り取る */
    object-position: center; /* 中央を基準に切り取る */
    display: block; /* インライン要素の余白除去 */
  }
}
