 :root {
   --font-body-family: 'Noto Sans JP', sans-serif;
   --font-body-style: normal;
   --font-body-weight: 400;

   --font-heading-family: 'Noto Sans JP', sans-serif;
   --font-heading-style: normal;
   --font-heading-weight: 400;

   --color-base-text: 18, 18, 18;
   --color-base-background-1: 255, 255, 255;
   --color-base-background-2: 243, 243, 243;
   --color-base-solid-button-labels: 255, 255, 255;
   --color-base-outline-button-labels: 18, 18, 18;
   --color-base-accent-1: 18, 18, 18;
   --color-base-accent-2: 51, 79, 180;
   --payment-terms-background-color: #FFFFFF;

   --gradient-base-background-1: #FFFFFF;
   --gradient-base-background-2: #F3F3F3;
   --gradient-base-accent-1: #121212;
   --gradient-base-accent-2: #334FB4;

   --page-width: 160rem;
 }

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

 html {box-sizing: border-box;font-size: 62.5%;height: 100%;}

 body {display: grid;
   grid-template-rows: auto auto 1fr auto;
   grid-template-columns: 100%;
   min-height: 100%;margin-left: auto; margin-right: auto;
   font-size: 1.5rem;letter-spacing: 0.06rem;line-height: 1.8;
   font-family: var(--font-body-family);
   font-style: var(--font-body-style);
   font-weight: var(--font-body-weight);
 }


 @media screen and (min-width: 750px) {
   body {font-size: 1.6rem;}
 }

 @media only screen and (max-width: 768px) {
   .sp-none {display: none;}
   .container {width:95%;}
 }

 @charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Noto+Sans+JP&display=swap');

 a {text-decoration: none;color: rgb(72, 71, 71);}


 /* メニュー */
 .mb-2 {margin-bottom: 20px;}

 .o-fixhead {z-index: 999;}

 .gradient {margin-top: 0px}

.siteHeader {border-top: 5px solid #e6e0d5;}

 .siteHeader__container {position: relative;background: #fff;padding: 0 8.87vw;padding-top: 20px;width: 100%;max-width: 100%;}

 .siteName__pc {display: flex;display: -webkit-flex;display: -ms-flexbox;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   font-family: 'Noto Sans JP', sans-serif;
 }

 .shopNav__user p, .shopNav__cart p {display: block;font-size: 10px;text-align: center;}

 .siteName__pc__menu {display: flex;display: -webkit-flex;display: -ms-flexbox;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
 }

 .shopNav {display: flex;align-items: center;position: absolute;
   top: 30px;right: 20px;display: flex;}

.siteName__pc__menu div {padding-left: 0.403vw;padding-right: 0.403vw;}

.siteName__pc__menu a {display: block;color: #544c41;font-size: 13px;font-weight: 600;
     text-align: center;text-decoration: none;color: #544c41;}

.siteName__pc__menu a:hover {opacity: 0.6;transition: 2s;}

.siteName__pc__menu>div,.shopNav>a {margin-right: 5px;/* 適宜調整 */}

.siteName__pc__menu a span {display: block;
   font-family: 'Helvetica Neue', 'Helvetica', 'Noto Sans JP', sans-serif;
   font-size: 10px;font-weight: 500;text-align: center;}

.siteName__logo img {display:block; width: 170px; margin-right: auto; margin-left: auto;}

.shopNav .shopNav__user {margin-right: 0.161vw;}

.shopNav .shopNav__user {margin-right: 0.161vw;}

.siteHeader.active .gnav {opacity: 1;visibility: visible;transition: opacity .3s;}

.gnav {display: none;/* メニューは非表示 */}

.gnav li {text-align: center;margin-top: 10px;margin-bottom: 10px;}

.gnav.active {display: block;width: 250px;/* activeクラスがある場合にメニューを表示する */}

.gnavToggle {display: none;}

.head__fix {position: fixed;top: 0;width: 100%;}

.siteName__description {font-size: 15px;text-align: center;font-weight: 600;}

.container {width:1000px;display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%;
  min-height: 100vh; margin: 0 auto; /* 左右のマージンを自動で調整 */
  justify-content: center; /* 子要素を横方向に中央寄せ */
  font-size: 1.5rem;letter-spacing: 0.06rem;line-height: 1.8;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
 }

 ul {list-style: none;}

 /* フォーム  */
 label {display: inline-block;width: 270px;vertical-align: top;}

 .title {margin-bottom: 20px;}

 .zenpuku {width: 270px;height: 2em;}

 .zenpuku2 {width: 300px;height: 10em;}

 .hanpuku1 {width: 130px;height: 2em;}

 .hanpuku2 {width: 130px;margin-left: 10px;height: 2em;}

 /* フォームの各行の間隔を調整 */
 .inquiry div {margin-bottom: 10px;}

  /* ラジオボタンとラベルを横に並べる */
  .inquiry input[type="radio"] {margin-right: 10px;}

  .form-large {display: flex;flex-direction: row; margin-bottom: 20px;}

  .form-group {display: flex;flex-direction: column;}

  .form-group2 {display: flex;flex-direction: row;}

  .group {display: flex;flex-direction: row;}

  .mb-4 {margin-bottom: 40px;}

  .bold {font-weight: bold;}

  .center {text-align: center;margin-top: 20px;}

  .top-title {font-size: 120%;}

  .center-TOP {text-align: center;}

  .mincho { font-family: "Noto Serif JP", serif; font-weight: 500;}

  .blue {background-color: #00236D;height: 3px;border: none;color: #00236D;width: 950px;height: 1px;}

  .hissu {padding: 0.1em 0.5em;color: #fff;background-color: red;font-weight: bold;}

  .example {margin-left: 10px; width: 250px;}

  .btn {margin-top: 20px; border-radius: 25px; background-color: #00236D; height: 80px;
     border: none;color: #fff;width: 400px;height: 50px;text-align: center;font-weight: bold;}

  .btn2 {margin-top: 20px;margin-right: 20px;margin-left: 20px;
     border-radius: 25px;background-color: rgb(185, 187, 189);
     height: 80px;border: none;color: #fff;width: 200px;height: 50px;text-align: center;font-weight: bold;}

  .border {padding: 1em;border: #000 1px solid; margin: auto;}

  /* フッター　*/
  .siteFooter {
    background-image: url(https://saunia-japan.com/cdn/shop/files/bg_footer.png?v=1659338337);
    margin-top: 100px;}

  .siteFooter__container {max-width: 680px;margin-right: auto;margin-left: auto;padding: 30px 20px 10px;}

  .siteFooter__logo {margin-bottom: 20px;}

  .siteFooter__logo img {display: block;width: 120px;margin-right: auto;margin-left: auto;}

  .siteFooter__description {margin-bottom: 10px;font-size: 12px;text-align: center;}

  .siteFooter__address {margin-bottom: 50px; font-size: 14px; text-align: center;}

  .siteFooter__sns {display: flex; justify-content: center; list-style-type: none;margin: 0;padding: 0;}

  .siteFooter__sns li {margin-right: 10px;margin-left: 10px;}

  .copyright {padding-top: 20px;padding-bottom: 20px;font-size: 12px;text-align: center;}

   /* confirm.php */
 .answer{margin-bottom: 20px;}

.groupA {display: flex;flex-direction: row;}

/* メディアクエリ1400px */
@media (max-width: 1400px) {

.siteHeader__container {max-width: 1240px;}

.siteFooter__container {max-width: 1240px;}

.siteHeader__container,.siteFooter__container,.categoryList__container,.newProducts__container,
.popularProducts__container,.columnList__container {max-width: 1240px;}
}

/* メディアクエリ1000px */
 @media only screen and (max-width: 1000px) {

.siteName__pc__menu a {font-size: 0.967vw;}

.siteName__logo img {width: 150px;}
 }

 @media only screen and (min-width: 1000px) {

.shopNav {position: absolute; top: 0; bottom: 0; left: 85vw;right: auto; margin: auto;
     display: flex; display: -webkit-flex; display: -ms-flexbox;-webkit-box-pack: start;-ms-flex-pack: start;
     justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
 }

@media only screen and (max-width: 999px) {

.shopNav {right: 20px;top: 60px;margin-right: 10px;}
}


 @media only screen and (min-width: 769px) and (max-width: 900px) {
   .siteHeader__container {padding-left: 0;}
 }

 @media only screen and (max-width: 768px) {

  .siteHeader__container {padding-top: 30px;}

  .siteName__pc {display: block;}

  .siteName__pc__menu {display: none;}

  .siteName__description {font-size: 14px;}

  .shopNav .shopNav__user {margin-right: 0px;}

  .shopNav .shopNav__cart {margin-right: 2px;margin-left: 2px; color: #544c41;text-align: center;text-decoration: none;}

  .gnavToggle {display: block;}

  .title {margin-bottom: 10px;width: 180px;}

  label {width: 250px;}

  span {display: inline-block;width: 50px;height: 1.8em;vertical-align: top;margin-right: 20px;}

  input, textarea {background-color: #EBEEEC;border: none;}

  .inquiry div {margin-bottom: 0px;}

  .container {width: 95%;margin: auto;}

  .form-group {display: flex;flex-direction: column;}

  .form-group2 {display: flex;flex-direction: column;margin-bottom: 20px;}

  .form-large {display: flex;flex-direction: column;}

  .center-TOP {text-align: left;}

  .blue {background-color: #00236D;height: 3px;border: none;color: #00236D;width: 350px;height: 1px;}

  .btn {width: 200px;}

  .btn2 {width: 100px;}

  .border {width: 95%;}

  .groupA {display: flex;flex-direction: column;}

 }

 @media only screen and (max-width: 375px) {

.siteName__description {font-size: 12px;}

.siteName__logo img {width: 100px;}

.shopNav {top: 20px;}

.siteHeader__container {padding-top: 10px;}

.top-title {font-size: 145%;}

.blue {width: 100%;height: 1px;}
 }

 /* ハンバーガーメニュー */

 .hamburger-icon {display: flex;flex-direction: column;justify-content: space-between;
   width: 30px;height: 20px;cursor: pointer;position: relative;}

 .hamburger-menu {background-color: transparent;/* 最初は透明に設定 */
   position: absolute;top: 20px;left: 20px;height: 100vh;z-index: 9999;}

 .beige-background {background-color: #FAF7F2;/* メニューが開いたときの背景色をBeigeに設定 */}

 .siteHeader__container.beige-background {background-color: #FAF7F2;/* メニューが開いたときのヘッダーの背景色をBeigeに設定 */
   z-index: 1000;}

 .siteHeader__container.beige-background .siteName__logo {opacity: 0;/* 背景がbeigeのときにロゴを非表示 */}

 .siteHeader__container.beige-background .siteName {opacity: 0;/* 背景がbeigeのときにロゴを非表示 */}

 .siteHeader__container.beige-background .shopNav {opacity: 0;/* 背景がbeigeのときにロゴを非表示 */}

 .beige-background .container {opacity: 0;/* 背景がbeigeのときにロゴを非表示 */}

 .hamburger-icon span {width: 30px;height: 1px;background-color: #000;transition: 0.3s;}

 /* ハンバーガーアイコンを×に変更する */
 .hamburger-icon.active span:nth-child(1) {transform: rotate(45deg) translate(6px, 6px);}

 .hamburger-icon.active span:nth-child(2) {opacity: 0;}

 .hamburger-icon.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}

 .menu {display: none;}

 /* PC版ではハンバーガーアイコン,メニューを非表示にする */
 @media (min-width: 769px) {
.hamburger-icon,.hamburger-menu {display: none;}
 }

 /* スマートフォンの場合のみハンバーガーアイコンを表示する */
 @media (max-width: 768px) {
.hamburger-icon {display: flex;}
 }
