@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*--------------------------------------

スクロールでコンテンツが表示されるスタイル

--------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*-----------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: url("../img/bg_suisai_blue02.jpg");
  background-size:cover;
  background-repeat: repeat-y;
}

.container {
  max-width: 1050px;
  width: 90%;
/*
  background-color:#fbfbfb;
*/
  margin: auto;
  padding: 0 10px;
}

.navbar {
  width: 100%;
/*
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
*/
  /* ナビゲーションをトップに固定 */
  position:fixed;
  top:0; left: 0;
  margin: 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
  background-color: black;
  opacity: 0.9;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
/*  color: #0e2431;
*/
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}
.navbar .nav-container a:visited, .nav-container a:link,.nav-container a:active {
  color: #fff;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
  height: 100vh;
  width: 100%;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  margin-left: -40px;
  padding-left: 50px;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
/*
  font-size: 1.2rem;
*/
  color: #0e2431;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}


body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.areaLogo {
  width: 100%;
  text-align: center;
  padding-top: 5rem;
}
.siteLogo {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.siteName {
  font-size: 125%;
  margin: 0;
  padding: 0 0.1em 0 0;
  display: none;
}
.siteCaption {
  font-size:50%;
  color:#003366;
}

p {
  margin-bottom: 1.5em;
  font-size: 20px;
  color: #161616;
  font-weight: 300;
  font-family: "Open Sans", Arial, serif;
}

/*-- テーブルのデザイン ----*/
.tblNormal {
  border-collapse:collapse;
  margin-bottom: 1.5em;
}
.tblNormal th {
  text-align: center;
  background-color: #000000;
  color: #fff;
}
.tblNormal th,.tblNormal td {
  border: 1px solid #727272;
  padding: 0.5em 1em;
}

/*-- 料金表のテーブル --*/
/*
.areaPrice {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 1rem;
}
*/
/*-- ＰＣ表示 --------------------------------------*/
@media only screen and (min-width: 767px) {
.areaPrice {
  display: flex;
}
.areaPrice>div.itemMenu {
  width:calc(100%/3);
  text-align: left;
  margin-bottom: 1rem;
}
}
/*-- スマホ表示 ------------------------------------*/
@media only screen and (max-width: 767px) {
.areaPrice {
  width: 100% !important;
  text-align: left;
}
.areaPrice>div.itemMenu {
  width: 100% !important;
  text-align: left;
  margin-bottom: 1rem;
}

}

.areaPrice h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
/*  color: #a980cd; */
  color: #33F;
  letter-spacing: 1px;
  font-weight: bold;
}
/*-- 料金表のスタイル --*/
.areaPrice ul {
  width: 100%;
  margin: 0 0 1rem 0;
  position: relative;
  left:0px;
}
.areaPrice li {
  list-style: none;
  padding-left: 1rem;
}
.areaPrice details {
  font-size: 1rem;
}
.areaPrice details p {
  font-size: 1rem;
}

/*-- 特集ページへのリンクスタイル --*/
p.link_page {
  background: url("../img/icon_document.png") no-repeat;
  text-decoration: underline;
  width: 100%;
  height: 50px;
}
p.link_page a {
  margin-left: 36px;
}


/*-- スマホ用改行 --*/
@media screen and (min-width: 768px){
  .br-sp {display: none; }
}

/*-- お試し注意事項 --*/
.trialBox {
  width: 100%;
  border: 3px double;
  background: rgba(255,255,255,0.25);
  padding: 15px 0;
  margin-bottom: 1rem;
}

/*-- 店主の経歴ボックス装飾 --*/
.rirekiBox {
  width: 85%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  text-align: center;
  padding: 5px 0;
  margin: -1em auto 2em;
}

.centerBox {
  margin: 0 auto;
  text-align: center;
}

/*-- 予約ボタン ----*/
.yoyakuBtn {
  height: 50px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0.7;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background-color: #003366;
}
.yoyakuBtn:hover {
  opacity: 0.6;
}
a.yoyakuBtn:link,
a.yoyakuBtn:hover,
a.yoyakuBtn:visited
{
  color: #fff;
}


/*-- 水素特集ページで使用したスタイル ----*/
.splitArea {
  display: flex;
}
.splitArea>div.left {
  width: 30%;
  text-align: left;
}
.splitArea>div.right {
  width: 70%;
  text-align: left;
}
.splitArea>div.left .br-sp { display:inline; }

/*-- smartphone -----------------------------------*/
@media only screen and (max-width: 767px) {
.splitArea {
  display: block;
  width: 100% !important;
  text-align: left;
}
.splitArea>div.left {
  width: 100%;
  text-align: left;
}
.splitArea>div.right {
  width: 100%;
  text-align: left;
}
.splitArea>div.left .br-sp { display:none; }
}/*------------------------------------------------*/

img.imgHydrogenMachine {
  width: 350px;
  height: 350px;
}

.splitArea h3 {
  font-size: 1.5rem;
  color:#009;
}
.splitArea ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

/*-- 見出しのデザイン ----*/
/*-- h2見出し----------------------*/
h2.h2Title {
/*
  position: relative;
*/
  display: block;
  width: 70%;
  margin: 30px auto 30px;
  padding: 1em 2em;
  text-align: center;
  color: #009;
  border: solid 1px #009;
}
h2.menuTitle {
  font-size: 400%;
  letter-spacing: 1em;
  margin-right:-1em;
}
@media screen and (max-width: 768px) {
  h2.h2Title {
    width: 80%;
    padding: 1em 0.5em;
  }
  h2.menuTitle {
    font-size: 300%;
    letter-spacing: 1em;
    margin-right:-1em;
  }
}

h3.h3Title {
  font-size: 1.5rem;
  position: relative;
  line-height: 1.4;
  margin:1rem 0rem;
  padding: 0.5rem 1rem 0.25rem 1rem;
  display: inline-block;
  top:0;
  color: #009;
  margin-top: 1em;
}
h3.h3Title:before, h3.h3Title:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h3.h3Title:before {
  border-left: solid 1px #009;
  border-top: solid 1px #009;
  border-bottom: solid 1px #009;
  left: 0;
}
h3.h3Title:after {
  content: '';
  border-top: solid 1px #009;
  border-right: solid 1px #009;
  border-bottom: solid 1px #009;
  right: 0;
}

h3.h3Title span.txtBr {
  display: inline-block;
}

ul.notes {
  list-style-type: none;
  margin-left: 1.5rem;
}
ul.notes li{
    position: relative;
    text-align: left;
    padding-left: 25px;
  }
 
ul.notes li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #C00;
    border-bottom: 2px solid #C00;
  }
 
ul.notes li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 2px;
  }

/*-- これまでの歩みのスタイル --*/
dl.listHistory {

}
dl.listHistory dt {
  text-align: left;
  border-top: #161616 1px dotted;
  margin: 0;
  padding: 0.25rem 0 0.5rem 0;
}
dl.listHistory dd {
  text-align: left;
  margin: 0.25rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
}


.imgShopExterior {
  width: 80%;
  height: auto;
}

/*-- 汎用テキスト関連のデザイン ----*/

.txtB {
  font-weight: bold;
}
.txtBU {
  font-weight: bold;
  text-decoration: underline;
}
.txtBDU {
  font-weight: bold;
  border-bottom: 3px double;
}
/*-- 注意事項の枠 --*/
.txtNotes {
  font-size:0.6rem;
}
.txtAlignC { text-align: center; }
.txtAlignL { text-align: left; }
.txtAlignR { text-align: right; }

.txtMarginR-1em {
  margin-right: 1em;
}

.colorRed { color:darkred; }
.colorYellow {color: #ff6; }

.txtMarkerYellow {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.txtTransparency70per {
  opacity: 0.7;
}

.fSize150per { font-size: 1.5rem; }
.fSize125per { font-size: 1.25rem; }
.fSize85per { font-size: 0.85rem; }
.fSize75per { font-size: 0.75rem; }
.fSize50per { font-size: 0.5rem; }

.spaceTop { margin-top: 1rem; }
.spaceBottom { margin-bottom: 1.5rem; }
.spaceBottom2 { margin-bottom: 3rem; }
.spaceBottom3 { margin-bottom: 4rem; }

.wAuto  { width: auto; }
.w80per { width: 80%; }
.w50per { width: 50%; }