@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Alivess
Theme URI: https://alivess.jp
Description: オリジナルテーマ
Version: 1.0
Author: smilebubbles
Author URI: https://alivess.jp
*/

/* 
------------------------------------------- */
html, body {　
  height: 100%;
}


/***********************************************************************
PC 用　トップページ　　599px以上
***********************************************************************/
/*----------------------------------------
   PC用共通
----------------------------------------*/

body {
  overflow-x: hidden;
}
.display_sp {
  display: none;
}


.sp-nav{
  display: none;
}

/* =============================
   GLOBAL
============================= */
body {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  color: #333;
  background: #faf8f6;
}

.goshiku{
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;

}
.container {
  width: 1200px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  display: block;
}

/* clearfix
------------------------------------------- */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content : '';
  display : block;
  clear : both;
  height: 0;
  visibility:hidden;
}
/* =============================
   HEADER
============================= */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
margin: 0 auto;
    background-color: transparent;
}

.header-inner {
    width: 100%;
/*    max-width: 1200px;*/
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	    overflow: hidden;
}

.gnav ul {
  display: flex;
  gap: 32px;
  list-style: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.gnav a {
  text-decoration: none;
  color: #333;
}

/* =============================
   HERO
============================= */
.hero {
  margin-top: 80px;
  position: relative;
}

.hero-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 16px;
}

.hero-text p {
  font-size: 20px;
}

/* =============================
   SECTION BASE
============================= */
.section {
  padding: 120px 0;
}

.section h2 {
/*  text-align: center;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;*/
}

.lead {
  text-align: center;
  line-height: 2;
  font-size: 18px;
}

/* =============================
   BAND IMAGE
============================= */
.band img {
  width: 100%;
  display: block;
}

/* =============================
   ABOUT
============================= */
.about-wrap {
  display: flex;
  gap: 48px;
  align-items: center;
}

.about-wrap img {
  width: 50%;
  border-radius: 4px;
}

.about-wrap .text {
  width: 50%;
  line-height: 2;
  font-size: 18px;
}

/* =============================
   MENU
============================= */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.menu-item {
  background: #ffffff;
  padding: 32px;
  border: 1px solid #e8e8e8;
  text-align: center;
  font-size: 18px;
}

/* =============================
   FULL WIDTH IMAGE
============================= */
.fullimg {
  width: 100%;
  display: block;
  border-radius: 4px;
}

/* =============================
   FOOTER
============================= */
.footer {
    background-color: #2e463f;
  font-size: 16px;
}

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

body {
  font-family: 'Zen Old Mincho', serif;
  color: #333;
  background-color: #ffffff;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =====================
   GLOBAL WRAPPER
===================== */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}





header nav ul {
  display: flex;
  gap: 32px;
  list-style: none;
}

header nav a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* =====================
   HERO SECTION
===================== */
.hero {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.hero img.bg {
  width: 1200px;
}

.hero .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}

.hero .text-box h1 {
  font-size: 42px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.hero .text-box p {
  font-size: 20px;
  letter-spacing: 0.05em;
}

/* =====================
   SECTION: FEATURE IMAGE BLOCKS
===================== */
.section-image-block {
  width: 1200px;
  margin: 80px auto;
}

.section-image-block img {
  border-radius: 4px;
}

/* =====================
   SECTION: TWO COLUMN CONTENT
===================== */
.two-col {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.two-col.reverse {
  flex-direction: row-reverse;
}

.two-col .img-box {
  flex: 1;
}

.two-col .text-box {
  flex: 1;
  padding: 20px 0;
}

.two-col .text-box h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.two-col .text-box p {
  font-size: 16px;
  line-height: 1.8;
}

/* =====================
   PRODUCT GRID
===================== */
.product-grid {
  width: 1200px;
  margin: 100px auto;
}

.product-grid h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.product-grid .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.product-grid .item img {
  border-radius: 4px;
  margin-bottom: 16px;
}

.product-grid .item p.title {
  font-size: 18px;
  margin-bottom: 8px;
}

.product-grid .item p.price {
  font-size: 16px;
  color: #666;
}

/* =====================
   BANNER / CTA BLOCK
===================== */
.banner {
  width: 1200px;
  margin: 120px auto;
  position: relative;
}

.banner img {
  width: 1200px;
}

.banner .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.banner .text-box h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.banner .text-box p {
  font-size: 18px;
}

/* =====================
   FOOTER
===================== */


footer p {
  font-size: 14px;
  line-height: 1.8;
}


/* ==============================
   MENU SECTION
   ============================== */
.menu-section {
  padding: 100px 0;
/*    background-color: #fcf6f2;*/
          position: relative;
}

.menu-section .section-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
    color: #1c494e;
  letter-spacing: 0.1em;
}

.menu-intro {
  text-align: center;
  margin-bottom: 60px;
}
.menu-subtitle {
  font-family: 'Zen Old Mincho', serif;
  font-size: 26px;
  margin-bottom: 20px;
    color: #1c494e;
}
.menu-lead {
    line-height: 2;
    font-size: 15px;
    color: #333;
    font-family: 'Zen Old Mincho', serif;
    font-size: 18px;
    color: #1c494e;
    font-weight: 700;
}
  

/* ------- Main block (image + description) ------- */
.menu-block {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    margin-top: 60px;
}
.menu-img{
  width: 50%;
}
.menu-img img {
/*  width: 500px;*/
}
.menu-content {
/*  flex: 0.;*/
  width: 470px
}
.menu-name {
    font-family: 'Zen Old Mincho', serif;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #1c494e;
          text-align: left;
}
.menu-name span {
  font-size: 14px;
  color: #777;
  letter-spacing: 0.1em;
}
.menu-desc {
    margin-bottom: 25px;
    color: #1c494e;
    font-size: 14px;
    float: left;
}
.menu-price {
  font-size: 20px;
  color: #2e463f;
  margin-bottom: 20px;
}
.menu-price span {
  font-size: 12px;
}

.menu-detail-box {
       background-color: #fcf6f2;
        padding: 20px 0px;
  border-radius: 4px;
  margin-bottom: 25px;
  clear: both;
          text-align: left;
}
.menu-detail-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1c494e;
          padding-left: 25px;
}
  .menu-detail-box ul{
        list-style: inside;
        padding: 0px 15px 0px 25px;
  }
.menu-detail-box ul li {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 15px;
        /* list-style: none; */
        font-weight: bold;
  }


/* ------- Horizontal line ------- */
.menu-line {
  border: none;
  border-top: 1px solid #ddd;
  margin: 60px 0;
}

/* ------- Two-column lower courses ------- */
.menu-row {
    display: flex;
        gap: 90px;
    margin-bottom: 60px;
    width: 1030px;
    margin: 0 auto;
}
.menu-col {
  flex: 1;
}

/* ------- Bottom link button ------- */
.menu-more {
  text-align: center;
  margin-top: 40px;
}
.btn-primary.wide {
  display: inline-block;
  padding: 15px 40px;
  background: #2e463f;
  color: #fff;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 0.05em;
}



/* 共通 */
.inner {
  width: 1200px;
  margin: 0 auto;
}

.menu-hammam {
  padding: 80px 0;
}

.menu-title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.menu-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.menu-left img,
.menu-right img {
  width: 100%;
  display: block;
}

.menu-left {
  width: 50%;
  padding-right: 20px;
}
.menu-right {
  width: 50%;
  padding-left: 20px;
}

/* 下の説明・価格の大きめ画像 */
.menu-flow,
.menu-price {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

/* ボタン */
.menu-btn {
  display: block;
  width: 360px;
  margin: 30px auto 0;
  padding: 18px 0;
  border: 1px solid #1b3b2f;
  background: #1b3b2f;
  color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}

/* ------------------------------------------------
   HERB
------------------------------------------------ */
.herb-section {
  padding: 80px 0 120px;
}

.herb-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.herb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
}

.herb-item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.herb-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2d2d2d;
}

.herb-text {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
}



/* =========================================
   HERB SECTION
========================================= */
.herb-section {
    width: 100%;
    max-width: 1040px;
    margin: 80px auto;
    padding: 0;
}

.herb-title {
text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
    /* font-family: 'Zen Old Mincho', serif; */
    font-family: "Minion Pro";
    color: #1c494e;
}

/* グリッド ------------------------------------ */
.herb-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

/* カード --------------------------------------- */
.herb-item {
  text-align: left;
  width: 315px;
}

.herb-item img {
  width: 100%;
  height: auto;
  display: block;
}

.herb-name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
  font-family: 'Zen Old Mincho', serif;
}

.herb-text {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  letter-spacing: 0.03em;
}



  .herb-title {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .herb-name {
    font-size: 14px;
  }

  .herb-text {
    font-size: 12px;
  }




.herb-text-m {
    color: #1c494e;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 600;
}



/* ==============================
  FEMCARE
============================== */
.femcare-block {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}

.femcare-img {
  position: relative;
  width: 500px;
}
.femcare-img img {
  width: 100%;
}

.femcare-badge {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #2e463f;
  font-weight: bold;
}

.femcare-title {
  font-size: 22px;
  font-family: 'Zen Old Mincho', serif;
  margin-bottom: 10px;
}

.femcare-lead {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.femcare-price-box {
  background: #f6f2ed;
  padding: 20px;
  margin-bottom: 20px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.price-list li {
  font-size: 14px;
  line-height: 1.8;
}

.femcare-trial-box {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.trial-label {
  background: #2e463f;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.trial-title {
  font-size: 14px;
}

.trial-desc {
  font-size: 12px;
  color: #666;
}

.trial-price {
  font-size: 16px;
  font-weight: bold;
}

.femcare-bottom {
        display: flex;
        gap: 80px;
        margin-bottom: 60px;
        width: 960px;
        margin: 0 auto;
}

.femcare-illust {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.femcare-illust img {
    width: 100%;
}

.feature-list li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.feature-list li strong{
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
}
.femcare-left-text p {
    font-size: 14px;
    line-height: 2;
}
/* ==============================
  BODY TREATMENT
============================== */
.bodycare-block {
        display: flex;
        gap: 60px;
        /* align-items: flex-end; */
        width: 1080px;
        margin: 0 auto;
        margin-top: 60px;
}

.bodycare-imgs {
        display: grid;
        /* grid-template-columns: repeat(2, 1fr); */
        /* gap: 10px; */
        width: 600px;
}

.bodycare-imgs img:first-child {
  grid-row: span 2;
}

.bodycare-lead {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}


/* ==============================
   FLOW SECTION
============================== */

.flow-section {
  padding: 100px 0;
  background: #ffffff;
}

.flow-title {
  text-align: center;
  font-size: 36px;
  color: #2e463f;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}


.flow-script {
    width: 145px;
    /* left: 42px; */
    /* color: #bbb; */
    margin-left: 30px;
    top: 10px;
    position: absolute;
}

.flow-sub {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 20px;
  letter-spacing: 0.1em;
}

.flow-course {
    text-align: center;
    font-size: 20px;
        color: #1c494e;
    margin-bottom: 30px;
    font-weight: 700;
}

.flow-grid {
  display: flex;
  gap: 80px;
        max-width: 950px;
  margin: 0 auto;
}

.flow-col {
  flex: 1;
}

.flow-item {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  align-items: flex-start;
}

.flow-item img {
    width: 195px;
    height: 140px;
    /* object-fit: cover; */
    /* border-radius: 4px; */
}

.flow-text h4 {
    font-size: 18px;
/*    color: #3f5c53;*/
    margin-bottom: 8px;
    font-weight: bold;
}

.flow-text p {
  font-size: 14px;
  line-height: 1.8;
    color: #222;
    font-weight: 400;
}



/* ========= STAFF / NEWS 共通 ======== */

.staff-news-wrap {
  padding: 50px 0 95px;
  background-color: #fcf6f2;
}

.section-title {
  text-align: center;
  font-size: 32px;
  letter-spacing: 4px;
  color: #2f4f48;
  font-family: 'Zen Old Mincho', serif;
}


.section-sub {
  text-align: center;
  color: #333;
  margin-top: 10px;
  margin-bottom: 60px;
}

/* ========= STAFF ======== */

.staff-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 50px;
        width: 930px;
        margin: 0 auto;
}

.staff-text {
        width: 46.8%;
}

.staff-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.staff-text p {
  font-size: 14px;
  line-height: 2;
}

.staff-photo {
        width: 49%;
 
}

.staff-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ========= NEWS ======== */

.news-section {
        margin-top: 95px;
}

.news-grid {
    display: block;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.news-item {
/*  width: calc(25% - 23px);*/
}

.news-grid a{
    float: left;
    width: 25%;
    padding: 0 1%;
}


.news-thumb {
    width: 100%;
    height: auto;
  background: #e3dfdf;
  margin-bottom: 15px;
}

.news-date {
  font-size: 14px;
  color: #888;
  margin-bottom: 5px;
}

.news-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news-text {
  font-size: 14px;
  line-height: 1.8;
}

/* ボタン */
.news-btn-wrap {
  text-align: center;
  margin-top: 60px;
      position: relative;
}

.news-btn {
    display: inline-block;
    background: #2f4f48;
    color: #fff;
    padding: 14px 0px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    min-width: 384px;
}




/* =========================
   GALLERY
========================= */

.gallery-section{
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 100px 0 60px; */
    background: #fff;
}

.gallery-header{
  text-align:center;
  margin-bottom:50px;
}

.en-title{
    font-family: "Minion Pro,Zen Old Mincho",serif;
  font-size:37px;
    letter-spacing: 0.13em;
  font-weight: 500;
/*  color:#2f4a42;*/
}

.jp-title{
  font-family: "Zen Old Mincho", serif;
  font-size:16px;
  margin-top:8px;
  color:#2f4a42;
}

.gallery-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 0;
}

.g-item{
  overflow:hidden;
      width: 498px;
}

.g-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* =========================
   SALON INFO
========================= */

.salon-info-section{
    width: 100%;
    /* background: #34423f; */
    /* padding: 100px 0 60px; */
    color: #fff;
}

.salon-inner{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.salon-en-title{
  font-family: "Zen Old Mincho", serif;
  font-size:42px;
  letter-spacing:0.2em;
}

.salon-jp-title{
  font-size:16px;
  margin:8px 0 50px;
}

.salon-box{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  gap:60px;
  margin-bottom:80px;
}

.salon-logo img{
  width:260px;
  background:#fff;
  padding:20px;
}

.salon-text{
  max-width:500px;
  text-align:left;
}

.salon-copy{
font-family: "Zen Old Mincho", serif;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.salon-desc{
  line-height:2;
      font-size: 17px;
  margin-bottom:20px;

}

.salon-list{
  list-style:none;
  padding:0;
    font-size: 17px;
  line-height:1.8;
}

/* =========================
   CONTACT
========================= */

.contact-box{
  border:1px solid #fff;
    padding: 25px 20px;
      width: 882px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.contact-title{
  font-size:26px;
  margin-bottom:10px;
  letter-spacing:0.1em;
}

.tel-number{
  font-size:37px;
  letter-spacing:0.05em;
    margin-bottom: 15px;
}

.contact-buttons{
  display:flex;
  justify-content:center;
  gap:30px;
}

.line-btn,
.reserve-btn{
    display: inline-block;
    min-width: 380px;
    padding: 15px 30px;
    background: #fff;
    color: #1c494e;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.1em;
  position: relative;
}

/* =========================
   FOOTER
========================= */

.copyright{
    font-size: 12px;
    margin-top: 40px;
    opacity: 0.7;
    padding-bottom: 20px;
}




.about-section {
  width: 100%;
  background: #f2e7de;
  padding: 80px 0 10px;
  position: relative;
}

.about-inner {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.about-title {
  font-size: 36px;
  letter-spacing: 0.2em;
  text-align: center;
        color: #1c494e;
  margin-bottom: 10px;
}

.about-sub {
    text-align: center;
    font-size: 25px;
    margin-bottom: 45px;
    font-weight: 500;
}

.about-block {
  position: relative;
  margin-bottom: 120px;
}

.about-block-1,
.about-block-3 {
  display: flex;
  align-items: flex-start;
/*        gap: 55px;*/
}

.about-block-2 {
  display: flex;
/*  align-items: center;*/
/*  gap: 40px;*/
}

.about-img img {
        width: 530px;
        display: block;
}

.about-img.large {
width: 530px;
}

.about-img.medium {
width: 530px;
}

.about-img.small {
  width: 260px;
  align-self: flex-end;
  position: absolute;
  left: 480px;
  bottom: -45px;
}
.about-block-2 .about-img.small {
        left: 296px;
        bottom: -57px;
}
.about-block-3 .about-img.small {
    right: 0;
    bottom: -60px;
    left: inherit;
}

.about-text {
        margin-left: 55px;
}

.about-text.left {
  margin-right: 20px;
}

.about-text.right {
  margin-left: 20px;
}

.about-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
        color: #1c494e;
}

.about-text p {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}

.about-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
        color: #1c494e;
  text-decoration: none;
}


/* CONCEPT */
.concept-section{
    background: #fcf6f2;
    padding: 100px 0 170px;
  position:relative;
}

.concept-inner{
    max-width: 1200px;
  margin:0 auto;
  text-align:center;
}

.section-title{
        color: #1c494e;
/*    margin-bottom: 20px;*/
    font-family: "Minion Pro";
    font-size: 37px;
    letter-spacing: 0.13em;
    font-weight: 600;
      position: relative;
}

.concept-sub{
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.concept-text{
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 150px;
        color: #1c494e;
    font-weight: 600;
}

.concept-block{
  display:flex;
  gap:60px;
  align-items:flex-start;
  margin-bottom:80px;
}

.concept-img img{
    max-width: 520px;
  display:block;
}

.concept-desc{
    max-width: 520px;
  text-align:left;
}

.concept-small{
font-size: 18px;
  margin-bottom:10px;
}

.concept-point{
    font-size: 36px;
    /* margin-bottom: 20px; */
    margin-top: 30px;
}

.concept-paragraph{
  font-size:14px;
  line-height:2;
}

.concept-4box{
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 60px 80px;
    background: url(images/concept_back.jpg) center / cover no-repeat;
    padding: 80px 60px;
}

.concept-4item{
  text-align:left;
}

.concept-4item h4{
  font-size:20px;
  margin-bottom:14px;
}

.concept-4item p{
    font-size: 16px;
  line-height:2;
}

.display_sp {
	display: none;
}



/* ===== HEADER ===== */
.site-header {
/*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  padding: 20px 40px;*/
  transition: background 0.5s;
}
.site-header.on {
  background: #f2e7de;
}
.site-header.menu-on {
  background: #f6f3ef;
}

@media (max-width: 991px) {
  .site-header {
    z-index: 1001;
  }
}

.logo-area {
  display: flex;
  flex-direction: column;
	  margin-left: 25px;
}

.logo-img {
    width: 150px;
    height: auto;
}
.global-nav{
    margin-left: 100px;
}

@media (max-width: 991px) {
  .logo-img {
    width: 128px;
  }
}


.global-nav .nav-list {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.global-nav a {
    font-size: 19px;
    letter-spacing: 0.15em;
    /* color: #1f3f39; */
    text-decoration: none;
    color: #3f5c53;
    /* margin-bottom: 20px; */
    font-family: "Minion Pro";
    font-weight: 700;
}

.header-right {
  display: flex;
  align-items: center;
    gap: 20px;
}

.header-right img {
  width: 28px;
  height: 28px;
}

.btn-reserve {
    background: #2f4f4a;
    color: #fff;
    padding: 30px 11px;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.15em;
}

/* ===== MAIN VISUAL ===== */
.main-visual {
  position: relative;
  height: 90vh;
    min-height: 780px;
  overflow: hidden;
}

.slider {
  position: absolute;
  inset: 0;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.slide.active {
  opacity: 1;
}

/* キャッチコピー */
.mv-copy {
  position: absolute;
  inset: 0;
  display: flex;
      justify-content: center;
    margin-top: 305px;
}

.mv-text {
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #2f4f4a;
}

/* ロゴ帯 */
.mv-logo-box {
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-50%, 80px);
    background: rgba(60, 93, 87, 0.75);
    padding: 54px 80px;
    text-align: center;

}

.mv-logo {
    width: 136px;
  color: #fff;
  letter-spacing: 0.15em;
}

.mv-logo-sub {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.2em;
}

/* 右下バッジ */
.mv-badges {
  position: absolute;
  right: 40px;
  bottom: 60px;
  display: flex;
  gap: 16px;
}

.badge {
    width: 132px;
    height: 132px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2f4f4a;
}

/* ドット */
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
}

.dot.active {
  background: #2f4f4a;
}


/* ハンバーガー */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3f5952;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 10px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* 開いた状態 */
.hamburger.active span:nth-child(1){
  top: 10px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity: 0;
}
.hamburger.active span:nth-child(3){
  top: 10px;
  transform: rotate(-45deg);
}

/* スマホナビ */
.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #f6f3ef;
  transition: 0.4s;
  z-index: 1000;
  padding-top: 100px;
}

.sp-nav ul {
  list-style: none;
  padding: 0 30px;
}

.sp-nav li {
  margin-bottom: 25px;
}

.sp-nav a {
  text-decoration: none;
  color: #3f5952;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.sp-nav.active {
  right: 0;
}


*/
/* ==============================
   MENUセクション 調整用CSS
   ============================== */

.menu-section .inner {
  width: 1200px;
  margin: 0 auto;
}

.menu-price-text {
    font-size: 18px;
    color: #1c494e;
    margin-bottom: 0px;
    text-align: right;
    float: inherit;
          font-weight: bold;
}
.menu-price-text span {
  font-size: 12px;
}



/* =================================
   HAMAM セクション調整
================================= */



/* =============================
   ハマム（ハーブ温香浴）
============================= */

.hamam-image-section {
/*       background-color: #fcf6f2;*/
  padding: 100px 0;
  position: relative;
}

.hamam-inner {
    width: 1060px;
  margin: 0 auto;
}

.hamam-heading {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.15em;
    font-family: 'Zen Old Mincho', serif;
    text-align: center;
    color: #1c494e;
}

/* レイアウト */
.hamam-layout {
  margin-top: 60px;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

/* 左テキスト */
.hamam-desc-area {
  width: 470px;
}

.hamam-subtitle {
font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1c494e;
}

.hamam-lead {
  font-size: 18px;
  margin-bottom: 15px;
    color: #1c494e;
}

.hamam-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.hamam-flow-box {
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 20px 0;
    color: #1c494e;
}

.flow-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.hamam-flow-box ol {
  padding-left: 18px;
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
}

/* 価格 */
.hamam-price-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.price {
  font-size: 16px;
}

.price-note {
  font-size: 12px;
  margin-top: 10px;
}

/* 初回体験 */
.hamam-trial {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
      justify-content: space-between;
}

.trial-label {
      background:#1c494e;
    color: #fff;
    font-size: 18px;
    padding: 4px 10px;
	    min-width: 96px;
}

.trial-text,
.trial-price {
    font-size: 18px;
    color: #1c494e;
          font-weight: bold;
	
}

/* 右画像 */
.hamam-image-area {
  flex: 1;
}

.hamam-main-img {
  position: relative;
          width: 600px;
}

.hamam-main-img img {
  width: 100%;
  display: block;
          width: 600px;
}

.store-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
  padding: 12px 14px;
  text-align: center;
  line-height: 1.4;
}

/* サムネ */
.hamam-thumbs-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
}

.hamam-thumbs-row img {
  width: 23%;
  display: block;
}

/* ボタン */
.hamam-button-area {
  text-align: center;
  margin-top: 60px;
}

.hamam-detail-btn {
  display: inline-block;
  background: #2f5d50;
  color: #fff;
  padding: 18px 80px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
}



/* ===============================
   SPACE
================================ */

.space-section {
    background-color: #fcf6f2;
  padding: 90px 0 110px;
}

.space-inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.space-en {
  font-size: 26px;
  letter-spacing: 0.25em;
  margin-bottom: 15px;
  color: #2e4d45;
}

.space-ja {
    font-size: 25px;
  margin-bottom: 45px;
  font-weight: 500;
}

/* スライダー全体 */
.space-slider {
  position: relative;
      width: 780px;
    margin: 0 auto;
}

/* 左右矢印 */
.space-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: transparent;
  border: none;
  font-size: 50px;
  color: #333;
  cursor: pointer;
  z-index: 5;
}

.space-arrow.prev {
  left: -60px;
}

.space-arrow.next {
  right: -60px;
}

/* 画像本体 */
.space-slides {
  width: 100%;
}

.space-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプション */
.space-caption {
  margin-top: 25px;
}

.space-cap-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.space-cap-text {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.05em;
}

/* ドット */
.space-dots {
  margin-top: 15px;
  text-align: center;
}

.space-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 6px;
  cursor: pointer;
}

.space-dots .dot.active {
  background: #222;
}

/* フェード切替 */
.space-slide {
  display: none;
}

.space-slide.active {
  display: block;
}



/* スライド */
.space-slide {
  display: none;
  text-align: center;
}

.space-slide.active {
  display: block;
}

.space-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* キャプションを写真の下に表示 */
.space-caption {
  margin-top: 15px;
  text-align: left;
}

.space-cap-title {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1c494e;
}

.space-cap-text {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.05em;
}


.info_sliderArea {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  overflow-x: hidden;
}
.info_sliderArea .info_slider {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.info_sliderArea .info_slider .info_item {
/*  width: 46.7vw;*/
}
.info_sliderArea .info_slider .info_item .info_img {
  position: relative;
  padding-top: 66.6%;
  overflow: hidden;
}
.info_sliderArea .info_slider .info_item .info_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*@media (min-width: 768px) {*/
    .info_ttlArea {
        width: 540px;
        padding: 45px 120px 0 120px;
        margin: -80px auto 48px;
        position: relative;
    }
.info_ttlArea {
/*    position: relative;
    width: calc(100% - 8.8vw);
    padding: 6vw 0 0;
    margin: -8vw auto 6vw;*/
}



/* =========================================
   GALLERY
========================================= */
.gallery-section {
  background: #fff;
/*  padding: 100px 0 60px;*/
  text-align: center;
}

.section-subtitle {
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
        color: #1c494e;
    font-weight: 700;
  text-align: center;
  
}

.gallery-wrap {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  width: fit-content;
  animation: gallery-scroll 40s linear infinite;
}

/*.gallery-track:hover {
  animation-play-state: paused;
}
*/
.gallery-track img {
    width: 498px;
    height: auto;
    object-fit: cover;
    margin-right: 12px;
/*    border-radius: 2px;*/
}

/* アニメーション */
@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* レスポンシブ */
@media (max-width: 768px) {
  .gallery-track img {
    width: 180px;
    height: 130px;
  }
}

@media (min-width: 768px) {
    .info_cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px;
        max-width: 812px;
        padding: 0 16px;
        margin: 0 auto 48px;
    }
}
   .info_cont {
     width: 100%;
}

.sec_subTtl {
    font-size: 17px;
}
.btn_arrow {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
}


.concept-4box .inner {
    width: 840px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 70px;
    color: #fff;
}
.menu-img_col img {
    width: 50%;
    /* border-radius: 4px; */
    float: left;
}
.f-13{
  font-size: 13px;
}
.menu-img_col {
        padding-bottom: 120px;
        background-color: #fcf6f2;
}
.hamamu.menu-detail-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
         color: #1c494e;
    float: left;
  padding: 0;
}
#femcare .hamamu.menu-detail-title {
	    padding-left: 20px;
}
.clek{
  clear:both;
}
.hamamu_me_t{
  font-size: 14px;
  line-height: 1.8;
/*  padding-left: 25px;*/
  font-weight: bold;
}
.img_h{
      text-align: left;
    width: 125px;
    float: left;
}
  
.img_t {
    width: 175px;
    float: right;
}
.femcare-section .menu-detail-box ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0px;
    text-align: left;
    clear: both;
}
.trial-title.fem {
        font-size: 18px;
        color: #1c494e;
        font-weight: bold;
}
.femcare-section .hamam-trial {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content:flex-start;
}
.f14{
  font-size: 14px;
}
.femcare-subtitle{
    font-size: 18px;
    margin-bottom: 10px;
          color: #1c494e;
}
.femcare-left-text{
      width: 50%;
      width: 440px;
}
.femcare-right-text{
        width: 50%;
      width: 440px;
}
.tel-number a {
    color: #fff;
  text-decoration: none;
}



.gallery-row {
  display: flex;
/*  gap: 20px;*/
  width: max-content;
  animation: scroll-left 110s linear infinite reverse;
}

.gallery-row img {
  height: 330px;          /* 上下段で高さ統一（必要に応じて調整可） */
  width: auto;
  object-fit: cover;
}

/* 上段少し左 / 下段少し右へずらす */
.row-top {
  transform: translateX(-5%);
  animation-name: scroll-right;
}

.row-bottom {
  transform: translateX(5%);
}

/* スクロールアニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}


.f-18 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    /* margin-top: 40px; */
}
.feature-list {
    list-style: none;
}
.irs{
font-size: 10px;
    color: #222;
    text-align: right;
    /* display: block; */
    float: right;
    letter-spacing: normal;
    font-weight: 300;
    margin-top: 10px;
}

.lead-box {
    position: absolute;
    top: 640px;
    left: 267px;
    padding: 0;
    width: 276px;
    height: 93px;
}
.lead-b{
      width: 276px;
}
.mv-text.white{
  color: #fff;
}
.s02 .lead-box {
    top: 640px;
    left: 160px;
}
.s03 .mv-copy {
    position: absolute;
    inset: 0;
    left: 100px;
    justify-content: center;
    margin-top: 200px;
    display: block;
}
.slide.s03 .lead-box {
    position: absolute;
    top: 420px;
    left: unset;
    padding: 0;
    width: 276px;
    height: 93px;
    right: 6%;
}

.concept-section{
  position: relative;
  background-image: url("images/bara.png"), url("images/bara02.png");
    background-size: 315px auto, 383px auto;
    background-position: left -30px top 40px, right -80px top 54px;
    background-repeat: no-repeat, no-repeat;
      background-color: #fcf6f2;
}
.about-section{
  position: relative;
/*  background-image: url("images/bara03.png"), url("images/bara04.png");
    background-size: 458px auto, 457px auto;
    background-position: left -220px top 0px, right -80px top -50px;
    background-repeat: no-repeat, no-repeat;*/
    background-color: #f2e7de;
}
.about-section{
  position: relative;
background-image: url("images/bara03.png");
    background-size: 458px auto, 457px auto;
    background-position: left -220px top 0px;
    background-repeat: no-repeat;
    background-color: #f2e7de;
}
.about-section:after{
        position: absolute;
        z-index: 1;
        content: "";
        width: 457px;
        top: -50px;
        right: 0px;
        background-image: url(images/bara04.png);
        background-size: 457px auto;
        background-position: right -80px top 0;
        background-repeat: no-repeat;
        height: 100%;
}
  
.about-block-2 .about-text.left {
        width: 50%;
        padding-left: 80px;
        margin-right: 0;
        margin-left: 0;
        padding-top: 45px;
}
.about-block-3 .about-text.right {
        margin-left: 0;
        padding-top: 65px;
        width: 530px;
        padding-left: 70px;
    }
  
#course{
position: relative;
  position: relative;
        padding-top: 20px;
}
#course:before{
 /*       position: absolute;
        z-index: 1;
        content: "";
        width: 94%;
        top: 0px;
        left: 0px;
        background-color: #fff;
        height: 100%;
        z-index: -1;*/
}
  #menu:after{
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #fcf6f2;
        height: 100%;
        z-index: -999;
  }

  #menu:before{
        position: absolute;
        z-index: 1;
        content: "";
    width: 97%;
        top: 180px;
        left: 0px;
        background-color: #fff;
        height: 100%;
        z-index: -1;
}
  
      #hamam:before {
        position: absolute;
        z-index: 1;
        content: "";
    width: 97%;
        top: 0px;
        right: 0px;
        background-color: #fff;
        height: 96%;
        z-index: -1;
    }
      #hamam:after {
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #fcf6f2;
        height: 100%;
        z-index: -999;
    }
  
   #hamam .menu-detail-box {
        padding: 20px 20px;
  }
  
  #femcare:before {
        position: absolute;
        z-index: 1;
        content: "";
    width: 97%;
        top: 0px;
        left: 0px;
        background-color: #fff;
        height: 96%;
        z-index: -1;
    }
  
  #femcare:after {
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #fcf6f2;
        height: 100%;
        z-index: -999;
    }
.bodycare-section:before {
        position: absolute;
        z-index: 1;
        content: "";
width: 97%;
        top: 0px;
        right: 0px;
        background-color: #fff;
        height: 96%;
        z-index: -1;
    }
.bodycare-section:after {
        position: absolute;
        z-index: 1;
        content: "";
        width: 100%;
        top: 0px;
        left: 0px;
        background-color: #fcf6f2;
        height: 100%;
        z-index: -999;
    }
.bodycare-text {
    width: 430px;
}
.all_menubtn{
  text-align: center;
        padding-top: 60px;
        position: relative;
        background-color: #fcf6f2;
        padding-bottom: 125px;
          margin: 0;
  }
  .insta_s a{
        text-decoration: none;
  }
  .insta_s a .flow-script {
        width: 62px;
        /* left: 42px; */
        /* color: #bbb; */
        margin-left: 30px;
        top: 10px;
        position: absolute;
    }
  .contact-buttons .flow-script {
        width: 35px;
        left: 65px;
        /* color: #bbb; */
        /* margin-left: 30px; */
        top: 50%;
        position: absolute;
        margin-top: -17.5px;
        margin-left: 0;
    }
  
     footer {
      --top: 80px;
/*        position: relative;*/
        background-image: url(images/footer-back.jpg);
        background-size: cover;
        background-position: 0 0;
        background-repeat: no-repeat;
        mask: linear-gradient(#000 0, #000 100%) no-repeat 0 var(--top) / 100% calc(100% - var(--top)),linear-gradient(#000 0, #000 100%) no-repeat center 0 / 540px 100%;
/*        background-color: #fcf6f2;*/
    }

.insta_s_inner{
	width: 1000px;
	    margin: 0 auto;
}

/* =========================================
   ▼ レスポンシブ対応
========================================= */

/*----------------------------------------
	スマホ用　共通
----------------------------------------*/
/*html {
	overflow: auto;
}*/
@media (max-width: 768px) {
body {
	min-width: 320px;
font-size: 14px;
	font-size: 1.4rem;
}
.display_pc {
	display: none;
}
}

/* --- 1024px（タブレット横） --- */
@media (max-width: 1024px) {
  .herb-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
  }
	.insta_s_inner{
	width: 90%;
	    margin: 0 auto;
}
}

/* --- 768px（タブレット縦） --- */
@media (max-width: 768px) {
  .herb-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
	    .herb-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px 20px;
        width: 90%;
        margin: 0 auto;
    }
	
	
}

/* --- 480px スマホ --- */
@media (max-width: 480px) {
    .herb-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 90%;
        margin: 0 auto;
    }
	

    .herb-title {
        font-size: 20px;
        margin-bottom: 20px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

  .herb-name {
    font-size: 14px;
  }

  .herb-text {
    font-size: 12px;
  }
	#hamam:before {

    height: 99%;
	}
		
		
}/* Responsive */
@media (max-width: 768px) {
  .femcare-block,
  .femcare-bottom,
  .bodycare-block {
    flex-direction: column;
  }

  .femcare-img {
    width: 100%;
  }

  .bodycare-imgs {
    grid-template-columns: 1fr;
	      width: 100%;
  }
}


/* --- Responsive --- */
@media screen and (max-width: 768px) {
	
  .flow-grid {
    flex-direction: column;
    gap: 0px!important;
  }
.herb-text-m {
    color: #1c494e;
    font-size: 13px;
	}
  .flow-item {
    flex-direction: row;
	  margin-bottom: 30px;
  }

  .flow-item img {
        width: 180px;
        height: auto;
  }
	.flow-text h4 {
    font-size: 15px;
    /* color: #3f5c53; */
    margin-bottom: 8px;
    font-weight: bold;
}
	.flow-text p {
    font-size: 14px;
    line-height: 1.6;
	}
	.staff-text h3 {
    font-size: 17px;
    margin-bottom: 10px;
}
	
	
}
/* ========= レスポンシブ ========= */

@media screen and (max-width: 768px) {
  .staff-inner {
    flex-direction: column;
  }

  .staff-text, .staff-photo {
    width: 100%;
  }

  .news-item {
        width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .news-item {
    width: 100%;
  }
}

/* =========================
   スマホ対応
========================= */

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

  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:200px;
  }

  .salon-box{
flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        margin-bottom: 10px;
  }

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

  .contact-buttons{
    flex-direction:column;
    gap:15px;
  }
	.display_sp {
	display: block;
}
.salon-logo {
    width: 120px;
    margin: 0 auto;
}


}

/* --- スマホ対応 --- */
@media (max-width: 768px) {
  .about-inner {
    width: 92%;
  }

  .about-block {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }

  .about-img.large,
  .about-img.medium,
  .about-img.small,
  .about-text {
    width: 100%;
	          margin: 0;
  }

  .about-text.left,
  .about-text.right {
    margin: 0;
  }
}

/* レスポンシブ */
@media screen and (max-width:768px){
  .concept-inner{
    width:100%;
    padding:0 20px;
  }
  .concept-block{
    flex-direction:column;
    gap:30px;
	          margin-bottom: 40px;
  }
  .concept-img img{
    width:100%;
  }
  .concept-desc{
    width:100%;
  }
  .concept-4box{
    grid-template-columns:1fr;
    padding:40px 20px;
    gap:30px;
  }
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 991px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
	          height: 60px;
  }

  .header-right {
    position: absolute;
    left: 14px;
    top: 15px;
    gap: 15px;
  }

  .header-right img {
    width: 25px;
    height: auto;
  }
  .header-right .btn-reserve {
    display: none;
  }

  .global-nav {
    display: none;
  }

  .main-visual {
    height: 70vh;
    min-height: 500px;
  }

  .mv-text {
    font-size: 18px;
    text-align: center;
  }
.mv-copy {
    margin-top: 180px;
}
	.s03 .mv-copy {
    margin-top: 180px;
}
  .mv-logo-box {
    padding: 16px 40px;
  }
	.mv-logo-box {
    position: absolute;
    top: 150px;
	}
	.lead-box {
        position: absolute;
        top: 408px;
        left: 3%;
        padding: 0;
        width:200px;
        height: auto;
}
	.s02 .lead-box{
        position: absolute;
        top: 408px;
        left: 3%;
        padding: 0;
        width:200px;
        height: auto;
}
	.slide.s03 .lead-box {
        position: absolute;
        top: 408px;
        left: 3%;
        padding: 0;
        width: 200px;
        height: auto;
}
	.lead-b {
    width: 95%;
}

  .badge {
    width: 80px;
    height: 80px;
    font-size: 11px;
  }
}

/* ハンバーガー */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3f5952;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 10px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* 開いた状態 */
.hamburger.active span:nth-child(1){
  top: 10px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2){
  opacity: 0;
}
.hamburger.active span:nth-child(3){
  top: 10px;
  transform: rotate(-45deg);
}

/* スマホナビ */
.sp-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #f6f3ef;
  transition: 0.4s;
  z-index: 1000;
  padding: 120px 0 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  overflow: auto;
}

.sp-nav ul {
  margin-bottom: 35px;
  list-style: none;
  padding: 0 15%;
}

.sp-nav li {
  margin-bottom: 13px;
}

.sp-nav li:last-child {
  margin-bottom: 0;
}

.sp-nav a {
  text-decoration: none;
  color: #3f5952;
    font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.sp-nav.active {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

/* スマホ時のみ表示 */
@media screen and (max-width: 991px){
  .hamburger {
    position: fixed;
    right: 14px;
    top: 15px;
    display: block;
  }

  .reserve-btn-wrap {
    padding: 0 16%;
    text-align: center;
  }

  .sp-nav .nav-reserve-btn {
    display: inline-block;
    background: #2f4f48;
    color: #fff;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    width: 100%;
  }

  .sp-nav .nav-reserve-btn .btn_arrow {
    right: 10px;
  }

  .g-nav {
    display: none;
  }
}



/* スマホ調整 */
@media screen and (max-width: 768px) {

  .menu-section .inner {
    width: 90%;
  }

  .menu-block {
    flex-direction: column;
  }

  .menu-img img {
    width: 100%;
  }

  .menu-row {
    flex-direction: column;
    gap: 30px;
  }

}
/* レスポンシブ */
@media (max-width: 768px) {
	.concept-sub {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
  .hamam-inner {
    width: 90%;
	  
  }

  .hamam-layout {
    flex-direction: column;
	          margin: 0;
  }

  .hamam-desc-area,
  .hamam-image-area {
    width: 100%;
  }

  .hamam-thumbs-row {
    flex-wrap: wrap;
  }

  .hamam-thumbs-row img {
    width: calc(50% - 5px);
    
  }
}

/* レスポンシブ */
@media (max-width: 768px) {
  .space-inner {
    width: 90%;
  }

  .space-arrow.prev {
    left: -20px;
  }

  .space-arrow.next {
    right: -20px;
  }
}



@media (min-width: 768px) {
    .info_ttlArea {
        width: 540px;
        padding: 45px 120px 0 120px;
        margin: -80px auto 48px;
        position: relative;
    }
}

/* レスポンシブ */
@media (max-width: 768px) {
  .gallery-track img {
    width: 180px;
    height: 130px;
  }
}

@media (min-width: 768px) {
    .info_cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 40px;
        max-width: 812px;
        padding: 0 16px;
        margin: 0 auto 48px;
    }

}

@media (max-width: 1200px) {
	.concept-inner{
    max-width: 95%;
  margin:0 auto;
  text-align:center;
}
	.space-inner {
    width:91.6%;
	}
	.concept-img{
    max-width: 50%;
		}
		.concept-desc {
    max-width: 50%;
		}
	.concept-img img {
    max-width: 100%;
    display: block;
}
	.inner {
    max-width: 95%;
    margin: 0 auto;
}
	.menu-content {
        width: 42%;
}
	.wrapper {
    max-width: 95%;
    margin: 0 auto;
}
.menu-block {
    display: flex;
    gap: 5%;
	        margin-top: 10px;
	}
	.container {
    max-width: 95%;
    margin: 0 auto;
}
	.haeder_nav {
	    max-width: 95%;
    margin: 0 auto;
		}
	.global-nav {
    margin-left: 0.08%;
}
	
}

@media (max-width: 1080px) {
.bodycare-block {
    display: flex;
    gap: 5%;
  max-width: 95%;
}
	.global-nav a {
    font-size: 17px;
	}
	.logo-img {
    width: 120px;
	}
	
}

@media (max-width: 1060px) {

	.hamam-inner {
        max-width: 90%;
    margin: 0 auto;
}
	.herb-item {
    text-align: left;
        width: 100%;
}
	.hamam-main-img {
        width: 100%;
}
	.img_h {
    text-align: left;
    width: 46%;
	}
	.img_t {
    width: 50%;
    float: right;
}
	
}

@media (max-width: 1060px) {
.about-inner {
    max-width: 95%;
	}
	.about-img.large {
    width: 50%;
}
	.about-img.small {
    width: 24.5%;
    align-self: flex-end;
    position: absolute;
    left: 45%;
    bottom: -66px;
}
	.about-img.medium {
    width: 50%;
}
	.about-block-2 .about-text.left {
    width: 50%;
    padding-left: 4%;
}
	.about-block-3 .about-text.right {
    margin-left: 0;
    padding-top: 65px;
    width: 50%;
    padding-left: 4%;
}
	.menu-row {
         max-width: 97%;
    margin: 0 auto;
		    gap: 5%;
}
	.hamam-desc-area {
    width: 50%;
}
	
	.hamam-image-area {
    flex: 1;
    width: 50%;
}
	.herb-section {
        max-width: 86%;
		
	}
	.staff-inner {
    gap:5%;
    max-width: 95%;
    margin: 0 auto;
}
	
	.femcare-bottom {
    display: flex;
    gap: 80px;
    width:100%;
}
	
}

@media (max-width:960px) {
.femcare-bottom {
    gap: 5%;
    max-width: 95%;
    margin: 0 auto;
}
	.flow-grid {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}
	.herb-title {
    font-size: 24px;
    width: 95%;
    margin: 0 auto;
		    margin-bottom: 35px;
}
	
}


@media (max-width:900px) {
.femcare-bottom {
    display: flex;
    gap:5%;
    margin-bottom: 60px;
    max-width: 95%;
	}
	.femcare-left-text {
    width: 50%;
}
	.femcare-right-text {
    width: 50%;
}
	.space-slider {
    position: relative;
    width: 100%;
		
	}
	.space-arrow.prev {
    left: 0;
}
	.space-arrow.next {
    right: 0;
}
	.contact-box {
    border: 1px solid #fff;
    padding: 25px 20px;
    width: 95%;
	}
	.line-btn, .reserve-btn {
    display: inline-block;
    min-width: 45%;
}
	.contact-buttons .flow-script {
    width: 35px;
        left: 10%;
	}
	
}
@media (max-width:900px) {
.concept-4box .inner {
    max-width: 95%;
	}
	.space-slider {    max-width: 95%;
    max-width: 95%;
    margin: 0 auto;
}
	.bodycare-text {
    width: 50%;
}
	
	.bodycare-imgs {
    display: grid;
    width: 50%;
}
	
	}
	
	


@media (max-width: 768px) {
.s03 .mv-copy {
    position: absolute;
    inset: 0;
    left: inherit;
    justify-content: center;
    margin-top: 140px;
    display: block;
}
  .about-img.small {
        left: inherit;
        bottom: -45px;
}
  .wrapper {
    width: 100%;
    margin: 0 auto;
}
  .staff-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    width: 90%;
    margin: 0 auto;
}
  .menu-row {
    display: flex;
    gap: 90px;
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}
  .container {
    width: 100%;
    margin: 0 auto;
}
  .space-slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
    .about-block-2 .about-img.small {
        left: inherit;
        bottom: 20px;
    }
  .contact-box {
        border: 1px solid #fff;
        padding: 20px 20px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
  
}
  .menu-content {
        width: 97%;
}
  .concept-4box .inner {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 20px;
        color: #fff;
        max-width: 100%;
}
	.menu-detail-box {
    background-color: #fcf6f2;
    padding: 10px 0px;
    border-radius: 0;
    margin-bottom: 10px;
    clear: both;
    text-align: left;
}
	.menu-detail-box ul {
    list-style: inside;
    padding: 0px 10px 0px 20px;
}
	.menu-detail-box ul li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    font-weight: bold;
}
	.trial-label {
    font-size: 15px;
		        min-width: 83px;
}
	.menu-detail-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    color: #1c494e;
    padding-left: 20px;
}
	.menu-line {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
}
	.concept-4item h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
	.concept-4item p {
    font-size: 14px;
    line-height: 1.6;
}
  .herb-section {
    width: 100%;
    max-width: 100%;
    margin: 80px auto;
    padding: 0;
}
  .concept-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
	  padding: 0;
}
  .about-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
  .space-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
  .inner {
    width: 100%;
    margin: 0 auto;
}
  .menu-row {
    display: flex;
        gap: 30px;
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}
	.menu-desc {
    margin-bottom: 5px;
	}
  .hamam-inner {
    width: 100%;
    margin: 0 auto;
}
  .wrapper {
    width: 100%;
    margin: 0 auto;
}
  .femcare-bottom {
    display: flex;
        gap: 20px;
    margin-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}
	.femcare-section{
        padding: 30px 0 30px!important;
    }
	.feature-list li strong {
    font-size: 15px;
	}
	.feature-list li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
  .bodycare-block {
    display: flex;
    gap: 60px;
    /* align-items: flex-end; */
    width: 100%;
  
}
  .staff-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
        gap: 20px;
    width: 100%;
    margin: 0 auto;
}
	.news-grid {
        display: block;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
	
	
  .container {
    width: 100%;
    margin: 0 auto;
}
.tel-number {
    font-size: 28px;
	}
	.info_ttlArea {
    width: 100%;
	}
	.section-title {
    color: #1c494e;
    font-size: 24px;
	}
      .concept-img {
        max-width: 100%;
    }
	.concept-text {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 40px;
        padding: 0 10px;
}
	    .concept-desc {
        max-width: 100%;
    }
	.concept-small {
    font-size: 16px;
    margin-bottom: 10px;
}
	.concept-point {
    font-size: 30px;
    /* margin-bottom: 20px; */
    margin-top: 10px;
}
	.f-18 {
    font-size: 16px;
    margin-bottom: 10px;
}
	.news-btn {
        position: relative;
        min-width: 100%;
        margin: 0 auto;
        width: 100%;
}
	.bodycare-text {
    width: 100%;
}
	

	.mv-copy {
        width: 80%;
        margin: 0 auto;
        margin-top: 140px;
}
	.mv-logo-box {
    position: absolute;
    top: 28%;
    left: 50%;
}
	.menu-section {
    padding: 100px 0 0px;
	}
	.hamam-heading {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
	}
	.hamam-image-section {
    /* background-color: #fcf6f2; */
    padding: 30px 0;
	}
	.menu-img_col {
    padding-bottom: 50px;
	}
	.concept-section {
    position: relative;
    background-image: url(images/bara.png), url(images/bara02.png);
    background-size: 200px auto, 200px auto;
    background-position: left -80px top 40px, right -80px top 54px;
    background-repeat: no-repeat, no-repeat;
    background-color: #fcf6f2;
		        padding-bottom: 100px;
}
	.about-section:after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 200px;
    top: -50px;
    right: 0px;
    background-image: url(images/bara04.png);
    background-size: 200px auto;
    background-position: right -80px top 0;
    background-repeat: no-repeat;
    height: 100%;
}
	.about-section {
    position: relative;
    background-image: url(images/bara03.png);
    background-size: 200px auto;
    background-position: left -90px top 0px;
    background-repeat: no-repeat;
    background-color: #f2e7de;
}
	.about-section {
    padding: 40px 0 10px;
	}
	.about-sub {
    text-align: center;
    font-size: 25px;
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
	    .about-img.large {
        width: 100%;
    }
	    .about-block-2 .about-text.left {
        width: 100%;
        padding-left: 0;
        padding: 0;
        padding-bottom: 45px;
    }
	    .about-img.medium {
        width: 100%;
    }
	    .about-block-3 .about-text.right {
        margin-left: 0;
        padding-top: 0px;
        width: 100%;
        padding-left: 0;
    }
	.about-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
	}
	.about-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
	.space-ja {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
	.menu-subtitle {
    font-family: 'Zen Old Mincho', serif;
    font-size: 22px;
    margin-bottom: 20px;
    color: #1c494e;
		        line-height: 1.4;
}
	.menu-section .section-title {
        font-size: 24px;
        margin-bottom: 20px;
	}
	#menu:before {
    width: 97%;
    top: 154px;
	}
	.menu-lead {
    line-height: 1.8;
    font-size: 15px;
    color: #333;
    font-family: 'Zen Old Mincho', serif;
    font-size: 16px;
    color: #1c494e;
    font-weight: 700;
		text-align: left;
}
	.menu-img {
    width: 100%;
}
	.menu-name {
    font-family: 'Zen Old Mincho', serif;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 10px;
}
.menu-price-text {
    font-size: 16px;
    color: #1c494e;
    margin-bottom: 0px;
    text-align: right;
    float: inherit;
    font-weight: bold;
    line-height: 1.2;
	        margin-bottom: 10px;
}
	    .hamam-desc-area {
        width: 100%;
    }
	.hamam-subtitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1c494e;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 10px;
}
	.hamam-lead {
    font-size: 16px;
    margin-bottom: 10px;
	}
	.hamam-flow-box {
    padding: 0;
    margin: 20px 0;
    color: #1c494e;
}
	.hamam-flow-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin: 20px 0;
    color: #1c494e;
    padding-bottom: 10px;
}
	.hamamu.menu-detail-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
/*		        padding-left: 20px;*/
}
	.hamam-trial {
    display: block;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    justify-content: space-between;
}
	.hamam-trial .menu-price-text {
        display: block;
    }
	#course .hamam-trial{
       display: flex;
    }
.hamam-image-area {
        flex: 1;
        width: 100%;
    }
	.btn_arrow {
    position: absolute;
    top: 50%;
    right: 3%;
	}
.btn_text {
        font-size: 14px;
}
	
#spNav .btn_text {
        font-size: 18px;
    }
	
	
	.trial-text, .trial-price {
    font-size: 15px;
}
	    .herb-item {
        text-align: left;
        width: 100%;
    }
	
	
	    .img_h {
        text-align: left;
        width: 86%;
        float: none;
    }
	    .img_t {
        width: 100%;
        float: none;
        clear: both;
    }
	.femcare-section .hamam-trial {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin-top: 20px;
		
	}
	.trial-title.fem {
    font-size: 15px;
    color: #1c494e;
    font-weight: bold;
		    line-height: 1.4;
}
	.femcare-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1c494e;
	}
	    .femcare-left-text {
        width: 100%;
    }
	    .femcare-right-text {
        width: 100%;
    }
    #femcare .menu-desc {
        margin-bottom: 10px;
    }
    #femcare .news-btn-wrap {
    text-align: center;
    margin-top: 10px;
		        width: 95%;
        margin: 0 auto;
		
	}
	#femcare:before {
    height: 100%;
	}
	    .bodycare-section {
        padding: 65px 0 30px!important;
        /* margin-top: 40px; */
    }
	.bodycare-section:before {
    top: 35px;
		    height: 100%;
}
	 .bodycare-section .bodycare-block {
        display: flex;
        gap: 20px;
        width: 100%;
        margin-top: 20px;
    }
	 .bodycare-section .news-btn-wrap {
    text-align: center;
    margin-top: 20px;
}
	    .bodycare-imgs {
        display: grid;
        width: 100%;
    }
	    .all_menubtn .news-btn {
        position: relative;
        min-width: 95%;
        margin: 0 auto;
        width: 95%;
    }
	.section-subtitle {
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	}
	.flow-course {
    text-align: center;
    font-size: 17px;
    color: #1c494e;
    margin-bottom: 20px;
}
	
	.en-title {
    font-family: "Minion Pro,Zen Old Mincho", serif;
    font-size: 24px;
	}
	
	.sec_subTtl {
font-size: 11px;
}
	.contact-title {
    font-size: 18px;
	}
	.info_ttlArea {
        width: 100%;
    padding: 30px 10px 0 10px;
    margin: -80px auto 48px;
    position: relative;
}
	.salon-copy {
    font-family: "Zen Old Mincho", serif;
    font-size: 18px;
    margin-bottom: 10px;
	}
	.salon-desc {
    line-height: 2;
    font-size: 14px;
    margin-bottom: 20px;
    width: 90%;
    margin: 0 auto;
}
	.salon-list {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    padding-top: 30px;
}
	.line-btn, .reserve-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
	}
	
	.gallery-row img {
        height: 150px;
    width: auto;
    object-fit: cover;
}
	footer {
    mask: linear-gradient(#000 0, #000 100%) no-repeat 0 var(--top) / 100% calc(100% - var(--top)), linear-gradient(#000 0, #000 100%) no-repeat center 0 / 300px 100%;
    /* background-color: #fcf6f2; */
}
	.space-arrow {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    font-size: 44px;
    color: #333;
    cursor: pointer;
    z-index: 5;
}
	.space-section {
    background-color: #fcf6f2;
    padding: 90px 0 0px;
}
}
@media (max-width: 380px) {
	  .flow-item img {
        width: 170px;
        height: auto;
  }
	.btn_text {
        font-size: 13px;
}
}
@media (max-width: 500px) {

		.flow-script {
    width: auto;
	}

    .tel-number {
        font-size: 20px;
        line-height: 1.8;
    }
  
	    .lead-box {
        position: absolute;
        top: 408px;
        left: 3%;
        padding: 0;
        width: 130px;
        height: auto;
    }
	.s02 .lead-box {
       top: 408px;
        left: 3%;
        padding: 0;
        width: 130px;
        height: auto;
}
	.slide.s03 .lead-box {
   top: 408px;
        left: 3%;
        padding: 0;
        width: 130px;
        height: auto;
}
	
	.mv-badges {
    position: absolute;
    right: 3%;
    bottom: 40px;
    display: flex;
    gap: 10px;
}
	    .contact-buttons .flow-script {
        width: 35px;
        left: 5%;
    }
	
}


#header {
    position: relative;
}
header {
/*    width: 97.5%;
    margin: 0 auto;
    padding-top: 1.25%;*/
}

#header.intro-text, #header .intro-text {
    position: absolute;
    bottom: 45px;
    left: 60px;
    font-size: 18px;
    color: #3f5c53;
    font-weight: bold;
}
.haeder_nav {
    width: 1000px;
    margin: 0 auto;
    margin-top: 25px !important;
    font-size: 12px!important;
}
.pankuzu p {
    letter-spacing: .05em;
    font-size:14px;
    text-align: justify;
}
a {
    color: #222;
}
a {
    color: #222;
    text-decoration: none;
}
/*新着情報一覧*/
#news .intro {
    width: 100%!important;
    padding: 0;
    background: url("images/header_news.jpg") no-repeat center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 410px;
    background-position: 50% 50%;
}

#news_detail .intro {
    width: 100%!important;
    padding: 0;
    background: url("images/header_news_detail.jpg") no-repeat center center;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 410px;
    background-position: 50% 50%;
}
#news_detail .intro-text {
    padding: 0;
    position: absolute;
	    color: #fff;
}
.news_contents_col img{
    width: auto;
    height: auto;
}
/***********************************************************************
PC 用　新着情報一覧ページ　個別ページ　768px以上
***********************************************************************/

#news .news_col li {
    float: none;
    width: 100%;
    margin-right: 0;
    /* background-color: #fff; */
    padding-bottom: 60px;
	    list-style: none;
	    font-size: 14px;
    line-height: 1.8;
}
#news .main_content {
	background: none;
}
#news .news_title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
}
#news_detail .post-meta {
    padding-bottom: 20px;
}
.post-meta {
    padding-bottom: 10px;
}

.news_contents_col ul li {
	padding: 20px 0;
}
.news_contents_col ul li:first-child {
	border: none;
}
.more-link {
	margin: 0 !important;
	text-align: right;
	font-size: 12px;
}
#news .module, .module-small {
	padding: 60px 0;
}
.post-thumbnail img {
	width: 100%;
}
#news .news_img {
    width: 34%;
    height: auto;
    border: none;
    float: left;
    overflow: hidden;
}

#news .news_img img {
	width: 100%;
	height: auto;
}

.news_contents_col {
	margin: 0 48px 24px;
}

#information .category_icon {
    color: #df523d;;
    padding: 1px 7px;
    border: 1px solid #df523d;;
    font-weight: bold;
    margin: 0px 4px;
    font-size: 0.9rem;
    display: inline-block;
}

.news_contents_col {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.8px;
}
#news_content .news_contents_col .category_icon {
    display: inline-block;
    background: #2f4f4a;
    color: #FFF;
    padding: 0 10px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}
.alignleft {
	width: 40%;
	float: left;
    height: auto;
}
.alignleft a {
	height: 58px;
	overflow: hidden;
}
.alignright a {
	height: 58px;
	overflow: hidden;
}
.alignright {
	width: 40%;
	float: right;
	height: auto;
}
.navigation {
	padding-bottom: 60px;
}
.new_text_cell {
/*    padding-left: 3%;*/
    width: 62%;
    float: right;
    text-align: left;
}
.news_contents_col ul li:first-child {
	border: none;
}
.more-link {
	margin: 0 !important;
	text-align: right;
	font-size: 12px;
}
#news .module, .module-small {
	padding: 60px 0;
}
.post-thumbnail img {
	width: 100%;
}

.news_col {
    width: 980px;
    margin: 0 auto;
}
#news .news_col {
    background-color: #fff;
}

.news_col ul {
    width: 95%;
    margin: 0 auto;
}
.news_contents_col {
    width: 980px;
    margin: 0 auto;	
}

#news_content .container {
    padding-bottom: 80px;
    padding: 0;
}
.category_icon a {
    margin: 1px 4px;
}
.category_icon a {
    color: #fff;
    font-size: 13px;
}
#news .category_icon a {
    color: #fff;
    font-size: 13px;
}
#news .news_date {
    padding-left: 0px;
    border: none;
    padding-bottom: 0px;
/*    font-weight: bold;*/
    padding-right: 5px;
}
#news .news_date {
    letter-spacing: .05em;
    font-size: 14px;
    color: #888;
    text-align: justify;
}
.news_title {
    letter-spacing: .05em;
    font-size: 1.4rem;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
.news_date {
    padding-bottom: 10px;
    line-height: 1.0;
}
#news_detail .news_date {
     padding-left: 0px;
}
#news .news_title {
    padding-left: 0;
}
#news .news_title {
	font-size:16px!important;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
    line-height: 1.6;
}
#news .news_contents_col p {
    font-size: 12px;
    padding-bottom: 0;
}
#news_detail .fot_info_right h2 {
    padding-bottom: 0px;
    position: relative;
}
.more-link {
    margin: 0 !important;
    text-align: right;
    padding-top: 10px;
}
.more-link a {
    color: #999;
    text-decoration: none;
    line-height: 0;
}
.news_col p.more-link a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    line-height: 0;
    border: none;
    font-size: 1.2rem;
    /* margin-top: 10px; */
}

#news_detail .news_contents_col h2 {
	/* padding-top: 90px; */
	padding-bottom: 40px;
	position: relative;/* text-align: center; */
}
#news_detail .header_bg h2 {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	line-height: 2.8;
	width: 95%;
    margin: 0 auto;
}
#news_detail .news_contents_col {
	padding-bottom: 150px;
}

.navigation {
	width: 100%;
	margin: 0 auto;
}
.navigation .alignleft a {
	width: 100px;
	/* display: inline-block; */
	letter-spacing: normal;
}
.navigation .alignright a {
	width: 100px;
	/* display: inline-block; */
	letter-spacing: normal;
}
.navigation .alignleft {
    width: auto;
    float: left;
    padding: 10px 20px 20px 0px;
    position: relative;
    line-height: 1.4;
    text-align: left;
}
.navigation .alignleft a,.navigation .alignright a {
    color: #999;
}
.navigation .alignleft:after {
	position: absolute;
	content: "";
	background: url(images/common/arrow_blue.svg);
	background-size: 42px 7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 7px;
    bottom: 0px;
	left: 0px;
	z-index: 1;
}
.navigation .alignright {
    width: auto;
    float: right;
    position: relative;
    text-align: right;
    line-height: 1.4;
    padding: 10px 0px 20px 10px;
    margin-right: 20px;
}
.navigation .alignright:after {
	position: absolute;
	content: "";
	background: url(images/common/arrow_blue_right.svg);
	background-size: 42px 7px;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 7px;
    bottom: 0px;
	right: 0px;
	z-index: 1;
}

#news_detail .main {
	margin: 0;
	text-align: left;
}
#news_detail .fot_contact_head {
    padding-bottom: 0px;
}

#news_detail .news_contents_col h2 {
	padding-bottom: 40px;
	position: relative;
}
#news_detail .header_bg h2 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 2.8;
	width: 95%;
    margin: 0 auto;
}
#news_detail .service_detail_title {
	font-size: 26px;
	line-height: 1.6;
	font-weight: bold;
	padding-bottom: 20px;
}

#news_detail .service_detail_contents h1 {
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	padding-bottom: 40px;
	position: relative;
	padding-left: 10px;
} 
#news_detail .service_detail_contents h2{
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
#news_detail .service_detail_contents h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    margin-top: 20px;
}
#news_detail .service_detail_contents h4 {
    font-size: 1.5rem;
	line-height: 1.6;
	font-weight: bold;
    padding-bottom: 20px;
}
#news_detail .service_detail_contents h3:after, #news_detail .service_detail_contents h3:after {
position: absolute;
    content: "";
    background: #222;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0px;
    z-index: 9;
}

#news_detail .news_contents_col {
	padding-bottom: 150px;
}


@media screen and (max-width: 1050px) {
.news_col {
    width: 100%;
    margin: 0 auto;
}
}
#news_detail .news_date {
    border-bottom: none;
    font-weight: bold;
    padding-right: 5px;
}
.wp-block-image figcaption {
    font-size: 16px!important;
}
.wp-block-image figcaption a {
    color: #2f9d26;
    text-decoration: underline;
}
#news_detail .service_detail_contents p a{
    font-size: 16px!important;
}
#news_detail .service_detail_contents p a{
    color: #2f9d26;
	
    text-decoration: underline;
}
.wpcf7-form-control-wrap.tel{
	float: none;
}
input[type="submit"] {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
	width: 80%;
}

#news_detail .news_contents_col {
	padding-bottom: 90px;
}
.news_contents_col {
    width: 73%;
    float: left;
    margin-right: 2%;
}

/*#sidebar*/
#sidebar {
    width: 23%;
    float: right;
/*    overflow: hidden;*/
}
#sidebar h3 {
    width: 100%;
    /* margin-bottom: 20px; */
    color: #fff;
    /* background-color: #666; */
    padding: 0;
    font-size: 18px!important;
    font-weight: bold;
    background-color: #304195;;
    padding: 5px 0 5px 15px!important;
}
#sidebar ul li {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 5px;
    border-bottom: 1px solid #304195;;
    padding: 10px 10px 10px 10px;
    background-color: #fff;
}	
#sidebar ul {
    margin-bottom: 30px;
    width: 100%;
}
#sidebar ul li a{
    display: block;
}
#sidebar ul li span {
    font-size: 13px;
    /* margin-top: 10px; */
}
#sidebar ul li.cat-item a{
    display: inline-block;
}
#news .news_col {
	width: 73%;
    float: left;
    margin-right: 2%;
}

/***********************************************************************
PC 用　固定ページ　個別ページ　768px以上
***********************************************************************/
.header_image.page_img .module-title {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    background-color: #304195;
    text-align: left;
    /* line-height: 50px; */
    width: auto;
	padding-bottom: 0px!important;
}
#news_content {
	max-width: 1060px;
    margin: 0 auto;
        margin-top: 50px;
}


#news_content h2 {
	width: 80%;
    margin: 0 auto;
    font-size: 22px;
/*    color: #304195;*/
/*    margin: 15px auto 30px;*/
    font-weight: bold;
}

#news_content .new_text_cell .category_icon {
    display: inline-block;
    background: #2f4f4a;
    color: #FFF;
    padding: 0 10px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}
/*#news_content table {
    display: table-cell;
    width: 980px;
}
#news_content table th{
    border: 1px solid #333;
    height: 30px;
    padding: 10px;
    width: 200px;
}
#news_content table td{
    border: 1px solid #333;
    height: 30px;
    padding: 10px;
    width: 400px;
}*/
/*#news_content h3 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
/*    border-bottom: 2px solid #e2e2e2;
}*/
#wp-calendar caption {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.page_col p a {
    background: url(images/common/li01.svg) no-repeat 35px center;
    background-size: 9px auto;
}
.page_col p a {
    color: #333;
    font-weight: normal;
    padding: 8px 6%;
    /* padding: 6%; */
    border: 2px solid #e2e2e2;
    margin: 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
}
@media screen and (max-width: 1050px) {
.news_col {
    width: 100%;
    margin: 0 auto;
}
	.news_contents_col div.type-post{
    margin: 0 auto;
}
}
#news_detail .news_date {
    border-bottom: none;
    font-weight: bold;
    padding-right: 5px;
}
.wp-block-image figcaption {
    font-size: 16px!important;
}
.wp-block-image figcaption a {
    color: #2f9d26;
    text-decoration: underline;
}
#news_detail .service_detail_contents p a{
    font-size: 14px!important;
}
#news_detail .service_detail_contents p a{
    color: #111;
    text-decoration: underline;
    font-weight: bold;
}
.wpcf7-form-control-wrap.tel{
	float: none;
}
input[type="submit"] {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border: none;
	width: 80%;
}
#news_detail .service_detail_contents p{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 5px;
}

#news_detail .news_contents_col {
	padding-bottom: 90px;
}
.news_contents_col {
    width: 73%;
    float: left;
    margin-right: 2%;
}

/*#sidebar*/
#sidebar {
    width: 23%;
    float: right;
/*    overflow: hidden;*/
}
#sidebar h3 {
    width: 100%;
    margin-bottom: 0px !important;
    color: #fff;
/*    background-color: #f9f9f9;*/
    padding: 0;
    font-size: 16px !important;
    font-weight: bold;
    padding: 10px 0 10px 7% !important;
    background: #2f4f4a;
}
#sidebar ul li {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 5px;
    border-bottom: 1px dotted #DEDEDE;
    /* width: 100%; */
    /* margin-bottom: 10px; */
    padding: 10px 10px 10px 10px;
    /* display: inline-block; */
    background-color: #fff;
	    list-style: none;
}	
#sidebar ul {
    margin-bottom: 30px;
    width: 100%;
}
#sidebar ul li a{
    display: block;
}
#sidebar ul li span {
    font-size: 13px;
    /* margin-top: 10px; */
}
#sidebar ul li.cat-item a{
    display: inline-block;
}
#news .news_col {
	width: 73%;
    float: left;
    margin-right: 2%;
}
.interview_main h3 {
    padding: 0 10px;
}
/*SP*/
@media all and (max-width: 767px) {
.pankuzu p a {
    color: #6d6c6c!important;
        font-size: 12px;
}
#news .news_col ul,#news_detail .news_col ul{
    width: 100%;
    margin: 0 auto;
}

#news .container {
    max-width: 100%;
    padding: 0;
}
    #news .news_col li {
    padding-bottom: 15%;
    }
#news_content .container p {
    padding-bottom: 10px;
}
#news .category_icon a {
    font-size: 12px;
}
#news .news_title {
    font-size: 16px!important;
    font-weight: bold;
    padding-bottom: 10px;
}
#news .new_text_cell p{
        font-size: 14px;
    line-height: 1.6;
}
#sidebar h3 {
        font-size: 16px !important;
}
 #news_detail .header_image.page_img .module-title {
    /* padding: 0px!important; */
    display: inline-block;
    padding: 0 10px!important;
    min-width: auto;
}
#news dl dd {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #304195;
}
#news_detail .news_contents_col {
    padding-bottom: 15%;
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
    width: 100%;
    display: block;
}
    
    
    
}

/*PC*/


#news_content .container h3 {
    font-size: 18px;
}

@media (min-width: 992px){
.haeder_nav {
        width: 1060px!important;
}
}
.haeder_nav {
    width: 1060px;
    margin: 0 auto;
    margin-top: 25px!important;
    font-size: 13px!important;
}
#request .mx-auto {
    width: 100%;
}

.news_col p.more-link a {
font-size: 13px;
}
#news_content .new_text_cell .category_icon {
    display: inline-block;
    color: #FFF;
    padding: 0 6px;
    text-align: center;
    font-weight: normal;
    line-height: 1.6;
}
#news_content .news_contents_col .category_icon {
    display: inline-block;
    color: #FFF;
    padding: 0 6px;
    text-align: center;
    font-weight: normal;
    font-size: 8px;
    line-height: 20px;
}

#news .container,#news_detail .container {
        padding: 0;
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
	margin-bottom: 55px;
}
.title01 {
    font-size: 2.0rem;
    color: #006236;
    font-weight: bold;
    text-align: left;
}

#news_content h2 {
    width: 100%;
}
#news_content h2 {
    font-weight: bold;
    text-align: left;
}
#news_content .footer01 ul li ul li {
    background: url(images/common/li03_b.svg) no-repeat 0 9px;
    padding: 0 0px 10px 12px;
}
#page .header_image h2 {
    font-size: 2.4rem;
    font-weight: bold;
	    display: inline-block;
    color: #FFF;
    background-color: #006236;
    text-align: left;
    /* line-height: 50px; */
    width: auto;
    padding-bottom: 0px!important;
}
#page .header_image h2 {
    position: absolute;
    top: 130px;
    left: 70px;
    margin: 0;
    padding-bottom: 0px!important;
    padding: 10px 20px!important;
}
.page_col article section{
    width: 80%;
    margin: 0 auto;
}


@media screen and (max-width: 1050px) {
#sidebar ul {
    width: 100%;
    margin: 0 auto;
        margin-bottom: 30px;
}
}
@media screen and (max-width: 1060px) {
#news_content {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}
}
@media all and (max-width: 767px) {

    #news_content {
    margin-top: 30px;
}
	#news .news_col {
		        width: 95%;
        float: none;
        margin-right: 0;
        margin: 0 auto;
}
	#news .intro,#news_detail .intro {
    width: 100% !important;
    height: 210px;
	}
	#news .news_date {
    letter-spacing: .05em;
    font-size: 12px;
	}
	#sidebar {
        width: 95%;
    float: none;
    margin: 0 auto;
}
	.news_col p.more-link a {
    font-size: 12px;
}
	
	#sidebar ul{
    width: 100%!important;
    float: none;
    margin-bottom: 30px;
}

#sidebar ul li {
    padding: 10px 0px 10px 0px!important;
	}
#sidebar h3 {
    width: 100%;
padding: 8px 0 8px 3%!important;
}
#news_detail .service_detail_title {
        font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    padding-bottom: 5px;
}
	#news_detail .service_detail_contents p {
    /* padding-bottom: 20px; */
    margin-bottom: 18.8px;
    line-height: 1.6;
}
#page .header_image h2 {
    position: absolute;
    top: 38%;
    left: 2%;
    padding: 5px 20px!important;
}
#page .header_image h2 {
    font-size:16px;
}
	.page_col article section {
    width: 95%!important;
    margin: 0 auto;
}
	#news_content h2 {
    font-size: 1.8rem;
    color: #006236;
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
}
    .pankuzu p {
    color: #222!important;
    font-size: 12px!important;
}
    #news_detail #sns h2 {
    padding-bottom: 0px;
}
    #news .container, #news_detail .container {
    padding-bottom: 0px;
        
        
}
	#header.intro-text, #header .intro-text {
    position: absolute;
    left: 10px;
	}
		
		
}

#wp-calendar {
    margin-top: 10px;
    width: 100%;
}
#wp-calendar th {
    text-align: center;
    background-color: #f9f9f9;
    border-right: 1px solid #fff;
    padding: 4px 0px;
	    font-size: 14px;
}
#wp-calendar td {
    text-align: center;
    padding: 5px 0px;
    border: 1px solid #ecf1f4;
	    font-size: 14px;
}
#wp-calendar td a {
    color: #111;
    font-weight: bold;
}
.wp-calendar-nav {
    text-align: left;
    padding-top: 10px;
}
#wp-calendar caption{
    text-align: center;
}

#news_content {
    letter-spacing: normal;
    text-align: left;
}
.pankuzu p {
    letter-spacing: .05em;
    font-size: 14px;
    text-align: justify;
}
#news #sns .container,#news_detail #sns .container,#news #banner .container,#news_detail #banner .container{
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}



@media all and (max-width: 767px) {
.news-grid a {
    float: none;
    width: 100%;
    padding: 0;
}
.news-thumb img {
    width: 100%;
}
	
	
}

.wp-block-image>a:hover, .wp-block-image>figure>a:hover {
    opacity: 0.6;
}
#news_detail .service_detail_contents p a:hover {
    opacity: 0.6;
}