/* --------------
全体構造
--------------- */
body {
  font-size: 16px;
  background-color: #fff;
  color: #94bf31;
  font-family:
    "Yuji Syuku", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝",
    "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
html,
body {
  overflow-x: hidden;
}
#menu {
  overflow-x: auto;
}
a {
  color: inherit; /* 親要素の色をそのまま使う */
  text-decoration: none; /* 下線を消す */
}

/* --------------
へッター
--------------- */
header .header__nav {
  height: 100px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; /*svgを他ナビとそろえるために*/
  /* headerを上に固定する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* ふんわり影をつけて浮き感も◎ */
  /* 背景を薄くする*/
  background-color: rgba(255, 255, 255, 0.7); /* 白の半透明 */
  padding: 0 100px;
}

header h1 a {
  font-size: 30px;
  text-decoration: none;
  color: #94bf31;
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* home以外のmain-nav */
#menu .nav.nav--pc a,
#beginner .nav.nav--pc a,
#product .nav.nav--pc a,
#medical .nav.nav--pc a,
#memu .nav.nav--pc a,
#lumenis .nav.nav--pc a {
  color: #330100;
}
.footer__sns,
.fa-instagram {
  font-size: 30px;
  transform: scale(1.15); /* 見た目の比率だけ拡大 */
}
.footer__sns {
  margin-bottom: 20px;
}
/*svgデータがかくれてしまうので、調整------*/
header {
  position: relative;
}
.bxslider {
  z-index: 1; /* 低くしておく */
}
.header__logo-img {
  position: absolute;
  top: -130px;
  left: -10px;
  z-index: 9999;
  width: 450px; /* 必要に応じて調整 */
  height: auto;
}
/*-------------------------------------------*/
header h1 img {
  margin-top: 24px;
}
header .nav.nav--pc ul {
  width: 800px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30px;
  right: 30px;
}
header li a {
  display: block;
  text-decoration: none;
  color: #94bf31;
  font-size: 25px;
}
/* 美容皮膚科とLINE・Instagramを幅狭める */
.nav__item--wide {
  display: flex;
  align-items: center;
  gap: 10px; /* a間の間隔 */
}

.nav__item--wide a:first-child {
  padding: 0 15px; /* 「美容皮膚科」文字部分 */
}

.nav__item--wide a:nth-child(2),
.nav__item--wide a:nth-child(3) {
  padding: 0; /* アイコン用 */
  width: 30px; /* アイコン幅 */
  text-align: center;
}

/*--------------
 homeのヘッター 
 --------------*/
#home header .bxslider img {
  width: 100%;
  object-fit: cover;
  /* 画像ファーストビューいっぱいだけどheader 分-100ｐｘの設定 */
  /* height: calc(100vh - 100px); ↓－１００px消しても変わらなかったので↓で対応*/
  height: calc(100vh);
  margin-bottom: 50px;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
  left: 0;
  background-color: transparent;
  margin: 0 auto;
}

.news__container iframe {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}
/* お知らせ一覧（RSS＋HTMLフォールバック） */
.news__list--fallback,
.news__list {
  padding: 0;
  margin: 0;
}

.news__list--fallback li,
.news__list li {
  margin-bottom: 12px;
  background-color: #f9f9f9;
  border-radius: 6px;
  transition: background-color 0.3s;
}

.news__list--fallback li:hover,
.news__list li:hover {
  background-color: #e0f0ff;
}

.news__link,
.news__list a {
  text-decoration: none;
  color: #000001;
  font-weight: 500;
}

.news__link:hover,
.news__list a:hover {
  color: #94bf31;
}

/* お知らせ詳細ページ */
.news-main {
  max-width: 800px;
  margin: 80px auto;
  padding: 0 20px;
  line-height: 1.8;
}

.news-title {
  font-size: 1.5rem;
  margin-bottom: 50px;
  border-bottom: 2px solid #94bf31;
  padding-bottom: 6px;
}

.news-date {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.news-content p {
  font-size: 1rem;
}

.btn-back {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #94bf31;
  color: #fff;
  text-decoration: none;
}

.btn-back:hover {
  background-color: #6f9e24;
}
.align-right {
  display: block; /* ブロック要素にして改行扱い */
  text-align: right; /* 右寄せ */
  margin-top: 10px; /* 上に少し余白（お好みで） */
}

/* ----------------
mein 診療案内
----------------- */
.info {
  height: 500px;
  margin-bottom: 100px;
  /* background-color:#F8F6EF ; */
  background-image: url(../images/AdobeStock111_438735572_.png);
  background-attachment: fixed;
  background-position: center center;
}
/* 診療案内 */
#home .info,
#clinic .info {
  margin-bottom: 30px;
}
#home .info h2,
#clinic .info h2 {
  text-align: center;
  padding-top: 100px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}
#home .info h2 span,
#clinic .info h2 span {
  font-size: 30px;
  font-family: "Yuji Syuku", serif;
}
#home .info__container,
#clinic .info__container {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  width: 1000px;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 40px;
}
#home .info__container .info__sub,
#clinic .info__container .info__sub {
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#home .info__container h3,
#clinic .info__container h3 {
  /* holdayの高さが合わなかったので調整 */
  line-height: 1.8;
}

/* 診療時間 */
.info__container .info__box--time {
  border-left: 1px solid #94bf31;
  width: 330px;
  text-align: center;
  line-height: 1.8;
}
/* 休診日 */
.info__container .info__box--holiday {
  width: 330px;
  text-align: center;
  border-left: 1px solid #94bf31;
  border-right: 1px solid #94bf31;
}
.info__container .info__box--holiday .info__days {
  padding-top: 10px;
  line-height: 2;
}
/* 電話 */
.info__container .info__box--tel {
  border-right: 1px solid #94bf31;
  width: 330px;
  text-align: center;
  line-height: 1.8;
}
.info__container .info__box--tel a {
  display: block;
  text-decoration: none;
  color: #94bf31;
}
/* 診療時間の図 */
.timetable table {
  margin: 0 auto;
  width: 1000px;
  border-collapse: collapse; /* 線の重なり防止 */
  text-align: center;
  font-size: 20px;
  table-layout: auto;
  word-break: keep-all;
  white-space: nowrap;
  border-top: 1px solid #94bf31; /* ← 上端の線 */
  border-bottom: 1px solid #94bf31; /* ← 下端の線 */
}

.timetable th,
.timetable td {
  border-top: 1px solid #94bf31; /* 横線だけ残す */
  border-bottom: 1px solid #94bf31;
  border-left: none; /* ← 縦線消す */
  border-right: none; /* ← 縦線消す */
  padding: 0.8em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  line-height: 1;
}

.timetable th {
  background-color: #94bf31;
  color: #fff;
  font-weight: normal;
}

.timetable td:first-child {
  padding-right: 1.5em; /* 午前・午後の右側に余白 */
}

.timetable td span {
  display: block;
  margin-top: 0.6em;
  font-size: 0.9em;
  font-weight: bold; /* 👈 太字で見やすく */
}

/* ボタン */
.departments {
  text-align: center;
  margin: 60px auto 150px auto;
}
.departments__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em;
  font-size: 20px;
}
.btn {
  display: inline-block;
  padding: 0.8em 1.4em;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #94bf31;
  color: #fff;
  width: 365px;
  transition: all 0.25s ease;
}
/* 医療体制掲示--------------------- */
.medical-info {
  padding: 80px 20px;
  background-color: #f8f9f7;
}
.medical-info__inner {
  max-width: 900px;
  margin: 0 auto;
}
.medical-info__title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.medical-info__box {
  margin-bottom: 40px;
  padding: 30px;
  background: #ffffff;
  border-left: 4px solid #94bf31;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.medical-info__box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.medical-info__box p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.medical-info__box ul {
  padding-left: 20px;
}
.medical-info__box li {
  margin-bottom: 8px;
}

/*-----------------------------*/

a:hover,
.btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
/* アイコンだけは少し強め */
a i {
  transition: inherit;
}

a:hover i {
  transform: scale(1.12);
}
/* --------------
ホーム　メイン
--------------- */

/* お知らせ */
#home .news {
  margin: 0 auto;
  width: 1000px;
}
#home .news h2 {
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
#home .news h4 {
  margin-bottom: 30px;
}
/* #home .news h3{
  font-family: 'Open Sans', sans-serif;
} */
#home .news img {
  margin-right: 30px;
}
.news__list li,
.news__list--fallback li {
  margin-bottom: 16px; /* 👈 行間の縦余白を増やす */
  line-height: 1.6; /* 👈 テキストの行間も少しゆったりに */
}

/* -------------
フッター
--------- */
#footer__address {
  scroll-margin-top: 120px; /* 固定ヘッダーの高さぶん下げる */
}

footer address {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 100px;
}
footer a {
  display: block;
  text-decoration: none;
  color: #94bf31;
}
footer .footer__sns a {
  display: inline-block;
}
#menu footer a,
#medical footer a,
#responsuve footer a,
#beginner footer a,
#product footer a,
#lumenis footer a {
  color: #330100;
}
footer img {
  width: 100%;
  height: 200pt;
  object-fit: cover;
  object-position: 50% 70%;
}
.footer__sns {
  display: flex;
  justify-content: center;
}

.footer__sns i {
  margin-left: 10px;
}

/* -----------
問診表/皮膚科/エステ
-----------------*/
.monnsinhyou02,
.monnsinhyou {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
.monnsinhyou02 a,
.monnsinhyou a {
  color: #fff;
  text-decoration: none;
}
.monnsinhyou-buttons02 {
  display: inline-block;
  padding: 0.8em 1.4em;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #330100;
  color: #fff;
  width: 300px;
}
.monnsinhyou-buttons {
  display: inline-block;
  padding: 0.8em 1.4em;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #94bf31;
  color: #fff;
  width: 300px;
}
.clinic__doctor-bio .monnsinhyou {
  color: #94bf31;
}

.info__container-sinryou-bikou {
  margin: 0 auto 100px auto;
  width: 1000px;
  font-size: 20px;
  color: #94bf31;
  line-height: 1.6;
}
.info__container-sinryou-bikou02 {
  margin: 0 auto 100px auto;
  width: 1000px;
  font-size: 20px;
  color: #330110;
  line-height: 1.6;
}
.info__container-sinryou-bikou02 a {
  text-decoration: none;
  color: #330100;
}
#infomation02 header li a,
#infomation02 footer,
#infomation02 footer a {
  color: #330100;
}

/* -----------
clinic 
-----------------*/
/* ヘッター */
#clinic header p img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding-left: 200px;
  margin-bottom: 80px;
}
header h2 {
  margin-top: -170px;
  margin-left: 100px;
  margin-bottom: 200px;
  font-size: 24px;
}
#product header h2,
#menu header h2 {
  margin-top: -250px;
  margin-left: 170px;
}
/* メイン */
/* 医師紹介 見出し */
.clinic__doctor-heading {
  text-align: center;
  margin-bottom: 50px;
}

/* 1段目：横並び（PC） */
.clinic__doctor-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto 60px;
  gap: 40px;
}

/* 左：名前＋SP写真 */
.clinic__doctor-profile {
  width: 200px;
  text-align: center;
}

/* 真ん中：略歴 */
.clinic__doctor-bio {
  flex: 1;
  min-width: 0; /* 横並び崩れ防止 */
}

/* 右：PC写真 */
.clinic__doctor-photo-pc img {
  width: 200px;
  height: auto;
  display: block;
}

/* スマホ用写真 非表示（PC時） */
.clinic__doctor-photo-sp {
  display: none;
}

/* 略歴テーブル */

.clinic__doctor-history {
  line-height: 1.6;
  margin-bottom: 100px; /* テーブルの下余白 */
}
.clinic__doctor-history th {
  width: 100px;
}

/* 学会・資格（2段目） */
.clinic__qualification {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px; /* ←ここを doctor-inner と同じ1000pxに */
  margin: 0 auto 100px;
  gap: 50px;
  padding-left: 0;
}

.clinic__qualification-group {
  text-align: left;
}
.clinic__qualification-list li {
  list-style: none;
}

/* 見出し（緑ラベル） */
.clinic__qualification-title,
.clinic__doctor-bio-title {
  background-color: #94bf31;
  color: #fff;
  padding: 6px 14px;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
}
/* まみ皮膚科の使命 */
#clinic main .clinic__mission {
  background-image: url(../images/AdobeStock111_438735572_.png);
  background-attachment: fixed;
  background-position: center center;
}
#clinic main .clinic__mission-title,
.clinic__mission-title02,
.medical__mission-title,
.medical__mission-title02 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  border-left: 5px solid #6f9e24;
  padding-left: 12px;
}
.clinic__mission-title02 {
  margin-top: 100px;
}
#clinic main .clinic__mission-content {
  width: 1000px;
  margin: 0 auto;
  /* width auto済 */
}
#clinic main .clinic__mission-content h5 {
  font-size: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  margin-bottom: 20px;
  border-left: 8px solid #94bf31; /* 太さと色を指定 */
  padding-left: 10px; /* 文字との間隔を調整 */
}
#clinic main .clinic__mission-content p {
  line-height: 1.5;
  margin-bottom: 50px;
}
#clinic main .clinic__mission-content ul {
  line-height: 1.5;
  margin-bottom: 150px;
  list-style-type: decimal;
  padding-left: 20px;
}
#clinic main .info {
  background-image: none;
  background-color: #fff;
}

/* beginner-----一部medical含む-------------------- */

/* ヘッター */
#beginner header p img,
#medical header p img,
#lumenis header p img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding-left: 200px;
  align-items: center;
}
#beginner header h2,
#medical header h2,
#beginner header h2 {
  color: #330100;
}
/* メイン */
#beginner .onayami__memu a {
  color: #cc0066;
}
#beginner main .onayami,
#medical main .clnical-services {
  width: 1000px;
  margin: 0 auto 150px auto;
  color: #4a4a4a; /* 読みやすいグレー */
  line-height: 1.8; /* ゆったりめの行間で目に優しく */
}
#beginner main h1,
#medical main h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #330100;
}
#beginner main a,
#medical main a,
#menu main a {
  text-decoration: none;
}
#beginner main h2,
#medical main h2 {
  font-size: 24px;
  margin-bottom: 20px;
  border-left: 8px solid #330100; /* 太さと色を指定 */
  padding-left: 10px; /* 文字との間隔を調整 */
}
#beginner main h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
#medical main h3 {
  color: #cc0066;
  font-size: 20px;
  margin-bottom: 15px;
}
#beginner main .onayami p {
  margin-bottom: 60px;
  line-height: 1.6;
}
#medical main .clnical-services p {
  margin-bottom: 30px;
}
#medical main .treatment-card {
  margin-bottom: 60px;
}
#medical .treatment-card,
.onayami__p {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #330100;
  color: #fff;
  width: auto;
}
/*料金、商品一覧サブボタン*/
.beginner-menu {
  text-align: center;
  margin: auto auto 100px auto;
}
.beginner-menu-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5em;
  font-size: 20px;
}
.beginner-menu-buttons .btn {
  display: inline-block;
  padding: 0.8em 1.4em;
  font-size: 1em;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: #330100;
  color: #fff;
  width: 300px;
}

.Skincare-syoukai p {
  background-color: #330100;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  line-height: 1.8;
}
.contact-note {
  margin-bottom: 50px;
  line-height: 1.6;
}
/* 料金案内 --------------------------------------------------------*/
#menu header p img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding-left: 200px;
  margin-bottom: 80px;
}
main .sinnryou {
  width: 1000px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #330100;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  margin-bottom: 100px;
  line-height: 1.8;
}
.sinnryou h3 {
  width: 225px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main section h3 span {
  font-size: 16px;
}
main .sinnryou .syosinn {
  width: 225px;
  border-left: 1px solid #330100;
  border-right: 1px solid #330100;
  margin-top: 30px;
  /* センターへ */
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .sinnryou .syouhizei {
  width: 225px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .sinnryou .syouhizei br {
  display: none;
}
#menu,
#beginner,
#product,
#medical {
  color: #330100;
}
#menu main section,
#menu main section .datumou {
  width: 1000px;
  margin: 0 auto;
}
#menu main section a {
  color: #330100;
}
/* ステラ22レーザートーニングの画像を横並びにする */
.treatment-item {
  display: flex; /* 横並びにする */
  justify-content: space-between;
  align-items: flex-start; /* 上端をそろえる（中央にしたければ center） */
  gap: 20px; /* テキストと画像の間隔 */
}
.treatment-image img {
  width: 250px; /* 画像サイズ調整 */
  height: auto;
  border-radius: 5px; /* 角丸にしたい場合 */
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .treatment-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* --------------------------------------------- */
#menu main section h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
#menu main section th {
  background-color: #330100;
  color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
}
#menu main section td {
  color: #330100;
  border-bottom: 1px solid #330100;
  height: 80px;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
}
#menu main section .feisaru,
#menu main section .environ,
#menu main section .saritiru {
  margin-bottom: 100px;
}
#menu main section .ab {
  width: 365px;
}
#menu main section .ac {
  width: 135px;
}
#menu main section .bb {
  width: 365px;
}
#menu main section .bc {
  width: 135px;
}
#menu main section .simi {
  margin-bottom: 100px;
}
#menu main section .ca {
  width: 240px;
}
#menu main section .cb {
  width: 190px;
  padding-left: 0px;
}
#menu main section .cc {
  width: 190px;
  padding-left: 0px;
}
#menu main section .cd {
  width: 190px;
  padding-left: 0px;
}
#menu main section .ce {
  width: 190px;
  padding-left: 0px;
}
#menu main section p {
  margin-top: 10px;
  margin-bottom: 200px;
}
/* map */
#access,
#access .access__map {
  width: 100% !important;
  max-width: 100% !important;
  height: 280px;
  padding: 0;
  margin-bottom: 100px;
}

/* product */
/* aタグの線をけしたいがまだ消えていない10/24 */
#product a p {
  text-decoration: none;
}
.btn2 {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #330110;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}
.btn2:hover {
  background-color: #8b1e3f;
}
.environ-online {
  display: block;
  text-align: center;
}

.environ-online img,
.environ-online .btn2,
.environ-online p {
  display: block;
  margin: 10px auto;
}
.environ-online {
  text-align: center; /* 中央寄せ */
}

.environ-online img,
.environ-online p {
  display: block;
  margin: 10px auto;
}

.environ-online .btn2 {
  display: inline-block; /* ← ボタン幅が自然になる */
  margin: 10px auto;
  font-size: 20px;
}

/* ヘッター */

#product header p img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding-left: 200px;
  margin-bottom: 100px;
}

#product main h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
#product main h4 {
  text-align: left;
  font-size: 40px;
  margin-bottom: 50px;
  margin-left: 40px;
  font-family: "Abril Fatface", cursive;
  color: #000000;
}
.syouhinnmei {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px; /* 横の間隔 */
  row-gap: 100px; /* ← 縦の間隔（ここが欲しい余白） */
  margin-left: 120px;
}

.syouhinnmei .boxfadeInTrigger {
  flex: 0 0 calc(50% - 10px); /* 横幅50%で2個並ぶ、gapを考慮 */
}
.boxfadeInTrigger img {
  height: 300px;
  width: auto;
}
/* -----------
ｊｓ　画像ふわっと
------------ */

/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger {
  opacity: 0;
}
/*========= レイアウトのためのCSS ===============*/
.box {
  padding: 20px;
  margin: 20px;
  color: #fff;
  box-sizing: border-box;
}

/* ------------------
ハンバーガーメニュー非表示
------------- */
.hamburger {
  display: none;
}
.nav--mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh; /* または 100vh にしてもOK */
  background-color: rgba(106, 148, 68, 0.95);
  color: #ffffff;
  transition: top 0.3s ease;
  z-index: 999;
  overflow-y: auto; /* ★中身が多い時はメニュー内だけスクロール */
  display: none;
}
/* lumenis-------------------- */
#lumenis {
  color: #330100;
}

.lumenis-main {
  width: 1120px;
  margin: 0 auto 150px auto;
  font-size: 20px;
  line-height: 2;
}

.lumenis-main img {
  width: 300px;
}
.device-section {
  display: flex;
  align-items: stretch; /* 子要素の高さを揃える */
  justify-content: space-between;
  margin-bottom: 200px;
}
.device-section img {
  width: 248px;
  margin-left: 50px;
}
.lumenis-main h1 {
  background-color: #330100;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.lumenis-main h2 {
  border: solid 3px #330100;
  padding: 10px;
  font-size: 23px;
  margin-bottom: 100px;
  text-align: center;
}
.lumenis-main h3 {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
.image-fig_06 img {
  width: 150px;
  height: auto;
}

.responsive-flex {
  display: flex;
}
/* ホバーさせたいリンク専用 */
.hover-link {
  display: inline-block;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.hover-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
/* アイコンの見た目を完全統一 */
.nav-icon i {
  font-size: 26px;
  vertical-align: middle;
}

/* インスタは少し小さく見えるため微調整 */
.nav-icon .fa-instagram {
  font-size: 28px;
}

/* ハイテク上品 hover */
.hover-tech {
  display: inline-block;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}

.hover-tech:hover {
  transform: translateY(-2px) scale(1.08);
  opacity: 0.9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
