body {
    font-family: 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #4c5351;
    background: url("../img/leef_02.png") no-repeat center;
    background-position: bottom;
    background-size: 110%;
      overflow-x: hidden;
}
button {
    font-size: 18px;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    align-items: middle;
}
header {
    position: relative;
    z-index: 0;
}
h1, h2, h3, h4, h5 {
    font-family: 'Kiwi Maru', serif;
    font-weight: 500;
}
h1 {
    font-size: clamp(14px, 2.5vw, 50px);
    margin: 0;
}
h2 {
    font-size: clamp(30px, 3.5vw, 70px);
    margin: 2rem auto 1rem;
    scroll-margin-top: 10rem;
}
h3 {
    font-size: clamp(20px, 2.5vw, 30px);
    margin: 3rem auto 10px;
}
h4 {
    font-size: clamp(18px, 2vw, 26px);
    margin: 0 0 10px 0;
    font-weight: bold;
}
h5 {
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
}


ul {
    list-style: none;
    padding:0;
}
p {
    line-height: 2em;
    margin: 0 0 14px;
}

a {
    color: #4c5351;
    text-decoration: none;
    border-bottom: dotted 2px #00ad7e;
    transition: all 0.5s ease-out;    
}
a:hover {
    color: #00ad7e;
    transition: all 0.5s ease-out;
}


img {
    width: 100%;
}
strong {
    color: #ac4c67;
}

table {
    border: 0;
    border-collapse: separate;
}
th, td {
    padding: 14px;
}
th {
    background-color: #4c5351;
    color: #ffffff;
    font-weight: normal;
    border-radius: 4px;
    text-align: center;
    width: 10vw;
    max-width: 100px;
}
tr {
    padding: 4px 0;
    display: table;    
}


.large {
    font-size: 150%;
}
.small {
    font-size: 70%;
}

.list_en {
  padding: 0 0 0 2em;
}
.list_en li {
  list-style-type: lower-alpha;
  list-style-position: outside;
  counter-increment: count;
}

.text-box {
    background-color: #f6f6f6;
    padding: 18px 18px 8px 18px;
    margin-top: 12px;
}

.coupon {
    font-size: 70%;
    background-color: #00ad7e;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    margin-right: 10px;
    align-items: center;
}




/** Mapアイコン **/

.icon-map {
    background-color: #4c5351;
    color: #fff;
}
.icon-map {
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

a.icon-map::before {
    position: relative;
    display: inline; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f5a0";
    margin-right: 0.3em;
    font-size: 0.8em;
    background: none;
}


/* なびばー */
/* チェックボックスは非表示 */
#menu-btn-check {
  display: none;
}

/* ボタン（円形→展開のアニメーション） */
.menu {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 100;
  width: 80px;
  height: 80px;
  background: #00ad7e;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #00ad7e, 0 0 0 0 #00ad7e;
  cursor: pointer;
  border-radius: 50px 0 0 50px;
}

/* ハンバーガー3本線 */
.hamburger {
  position: absolute;
  right: 25px;
  top: 38px;
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  transform-origin: center;
  transition: .5s ease-in-out;
}
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .5s ease-in-out;
}
.hamburger::before { top: -10px; }
.hamburger::after  { bottom: -10px; }

/* --- メニュー開閉 --- */
#menu-btn-check:checked + .menu {
  box-shadow: 0 0 0 100vw #00ad7e, 0 0 0 100vh #00ad7e;
  border-radius: 0;
}
#menu-btn-check:checked + .menu .hamburger {
  transform: rotate(45deg);
}
#menu-btn-check:checked + .menu .hamburger::before {
  transform: rotate(90deg);
  top: 0;
}
#menu-btn-check:checked + .menu .hamburger::after {
  transform: rotate(90deg);
  bottom: 0;
}

/* ナビゲーション */
.nav {
  z-index: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  font-size: 200%;
  font-family: 'Kiwi Maru', serif;
  text-align: center;
}

/* チェックが入ったら表示 */
#menu-btn-check:checked ~ .nav {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.3s; /* 開くときだけ遅らせる */
}

/* リンク */
.nav a {
  margin-bottom: 1em;
  display: block;
  color: #fff;
  text-decoration: none;
}
.nav a:hover {
  opacity: 0.5;
}

/* なびばーここまで */





.header_02 {
    padding: 20px 0;
}
.header_02 .logo {
    width: 140px;
}


.keep-bottom {
    align-items: baseline;
}


.contact {
    position: relative;
}

.opening-hours {
    position: relative;
    width: 40%;
    max-width: 600px;
    margin: 20px auto 0 0;
    padding: 10px 20px;
    text-align: left;
    align-items: center;
    background: url("../img/bg-green.png") no-repeat;
    border-radius: 12px;
}
.opening-hours img {
    margin-bottom: -4px;
}
.opening-hours h4 {
    font-size: clamp(18px, 2vw, 40px);
    text-align: left;
    margin: 0;
    width: 100%;
}
.opening-hours h4 a {
    margin: 12px 0;    
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    display: block;
    border-bottom: solid 4px #4c5351;
}
.opening-hours h5 {
    margin: 0.5em 0;
    padding: 0;
}

.opening-hours .icon {
    height: clamp(18px, 2vw, 40px);
    width: auto;
    margin: 0 20px -4px 0;
}





.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8%;
    text-align: left;
    position: relative;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}


.text-red {
    color:crimson;
    font-weight: bold;
}
.text-pink {
    color: #945a5a;
}



.hero {
    background: url("../img/hero-img.png") no-repeat top right;
    background-size: contain;
    text-align: left;
    padding: 0;
}
.hero .logo {
    width: 20vw;
    margin: 5vw auto 1em;
    z-index: 100;
}

.hero .small {
    font-size: 55%;
}
.hero p {
    margin: 0;
    font-size: 120%;
}
.btn {
    border-radius: 4px;
    display: table;
    text-decoration: none;
    margin-top: 24px;
    padding: 8px 16px;
    letter-spacing: 1.5px;
}




.heading {
    font-size: clamp(30px, 3.5vw, 70px);
    font-weight: lighter;
    display: inline-block;
    transform: rotate(-5deg); /* 見出し全体を斜めに */
    position: relative;
    text-align: center;
    width: 30%;
    margin-bottom: 5vw;
}
.heading span {
    display: inline-block;
    position: relative;
    font-family: 'Kiwi Maru', sans-serif;
}
.heading .subttl {
    font-size: clamp(8px, 1vw, 14px);
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: bold;
    margin-bottom: -10px;
}

.heading span:nth-child(odd) {
    top: 0px; /* 偶数・奇数で縦位置を変える */
}

.heading span:nth-child(even) {
    top: 2px;
}

/* 背景装飾 */
.heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 160px;
    bottom: -70px;
    background: url("../img/sub-ttl-bgimg.png") no-repeat center;
    background-size: contain;
    z-index: -1;
}


.bg-leef_01 {
    position:fixed;
    left: -130px;
    top: -80px;
    width: clamp(205px, 18vw, 400px);
    height: auto;
    aspect-ratio: 1 / 1;
    background: url("../img/leef_01.png") no-repeat center/contain;
    z-index: -1;
    pointer-events: none;
    animation: sway 5s ease-in-out infinite alternate;
    transform-origin: top center;
}
@keyframes sway {
    0%   { transform: rotate(-3deg) translateY(0); }
    100% { transform: rotate(3deg) translateY(2px); }
}


.leef-oil {
    position: absolute;
    right: 8vw;
    top: 7vh;
    width: clamp(200px, 30vw, 425px);
    aspect-ratio: 1 / 1;
    background: url("../img/leef_04.png") no-repeat right/contain;
    pointer-events: none;
    z-index: -1;
}


.wh-shadow {
    text-shadow: 
    0 0 6px rgba(255, 255, 255, 0.9),  /* ふんわり白 */
    0 0 12px rgba(255, 255, 255, 0.7); /* さらに柔らかい層 */
}

.about {
    position: relative;
}
.about-text {
    width: 66%;
}


.news dl {
    text-align: left;
    display: flex;
    gap: 15px;
    border-bottom: dashed 1px #ccc;
}
.news dt {
    font-size: 0.8rem;
    font-weight: normal;
    color: #999999;
    width: 120px;
    padding-top: 4px;

}
.news dd {
    margin: 0 0 20px;
    padding: 0 0 4px 0;
    width: 90%;
}


/****** cta-btn set ******/

.cta-btn {
    color: #fff;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    font-weight: nomal;
    text-align: center;
    background-color: #945a5a;
    overflow: hidden;
    z-index: 1;
    border: none;
}
.cta-btn:before {
    transition: 1s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #ce9b9b;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cta-btn-light {
    color: #ffffff;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    font-weight: nomal;
    text-align: center;
    background-color: #0d0d0d;
    overflow: hidden;
    z-index: 1;
    border: none;
    margin: 0 auto;
}
.cta-btn-light:before {
    transition: 1s;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #d4afaf;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.cta-btn:hover:before, .cta-btn-light:hover:before {
    width: 300px;
    height: 300px;
    opacity: 0.4;
    transition: all 0.5s ease-out;
}
.cta-btn:hover, .cta-btn-lignt:hover {
    background-color: #d4afaf;
    transition: all 0.5s ease-out;
}
.cta-btn:hover:after, .cta-btn-light:hover:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: rgb(29, 29, 29);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
      width: 0;
      height: 0;
      opacity: 0.5;
    }
  
    100% {
      width: 200px;
      height: 200px;
      opacity: 0;
    }
}
/***** end of cta-btn set ******/

section {
    margin: 2vw auto;
    padding: 0;
}
.cta-section {
     background: #945a5a;
     color: white;
     text-align: center;
     padding: 80px 20px;
}



.service-menu .container {
    background: url("../img/fla.png") no-repeat;
    background-size: clamp(80px, 10vw, 180px);
    background-position: 1% 0px;
}

.tile {
  list-style: none;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}
.tile a {
    text-decoration: none;
    color: #fff;
    border: none;
}
.tile a:hover {
    transition: all 0.5s ease-out;
    opacity: 0.5;
}
.tile a li {
    position: relative;
    font-size: clamp(12px, 1.4vw, 26px);
    padding: 69% 20px 20px 20px;
    background-size:contain;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
}
.tile .img-01 {
    background-image: url(../img/menu_01.png);
}
.tile .img-02 {
    background-image: url(../img/menu_02.png);
}
.tile .img-03 {
    background-image: url(../img/menu_03.png);
}
.tile .img-04 {
    background-image: url(../img/menu_04.png);
}
.tile .img-05 {
    background-image: url(../img/menu_05.png);
}
.tile .img-06 {
    background-image: url(../img/menu_06.png);
}
.tile .img-06 span {
    visibility: hidden;   
}


.no-border {
    border: none;
}


.notes li {
    font-size: 0.7rem;
    line-height: 1rem;
    list-style:disc;
    margin-left: 20px;
    color: #666;
}

footer {
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 90%;
}

footer ul {
    text-align: left;
    display: table;
    margin: 0 auto;
}




.liststyle-on {
    list-style: "※";
    list-style-position: inside;
}
.liststyle-on2 {
    list-style: disc;
    list-style-position: inside;
}

.copyright {
    margin-top: 100px;
    font-size: 70%;
}
footer .info {
    max-width: 85%;
    margin: 0 auto;
    display: grid;
    gap: 6%;
    grid-template-columns: repeat(2, 47%);
    text-align: left;
}
.info dl {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.info dt {
    width: 40px;
}
.info dd {
    width: auto;
    padding: 0;
    margin: 0;
}
.nakiwakare {
    display: inline-block;
}
.kadomaru {
    border-radius: 12px;
}

.cont-2col {
    display: flex;
    gap: 3vw;
    margin: 0 auto;
}
.cont-2col-left {
    width: 40%;
}
.cont-2col-left50 {
    width: 50%;
}
.cont-2col-right {
    width: 60%;
}
.cont-2col-right50 {
    width: 50%;
}

.menu-2col {
  border-top: dotted 2px #a7aead;
}
.menu-2col dl {
  display: grid;
  grid-template-columns: 70% 29%; 
  column-gap: 1%;
  margin: 0;
  border-bottom: dotted 2px #a7aead;
  padding: 12px;
  font-family: 'Kiwi Maru', serif;
}
.menu-2col dt {
  grid-column: 1;
  margin: 0;
}
.menu-2col dd {
  grid-column: 2;
  margin: 0; 
  min-width: 0; 
  overflow-wrap: anywhere;
  text-align: right;
  vertical-align: bottom;
}
.menu-2col .small {
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.list-2col {
  columns: 2;
  column-gap: 2em;    
}
.list-2col li {
  break-inside: avoid;
  padding: 0.2em 0;
}



@media (max-width: 1024px) {

    .hero h1 {
        font-size: 3vw;
    }
    .leef-oil {
        position: absolute;
        top: 0vh;
        width: clamp(140px, 34vw, 300px);
        aspect-ratio: 1 / 1;
        background: url("../img/leef_04.png") no-repeat right/contain;
        pointer-events: none;
        z-index: -1;
        margin-top: -26vw;
        margin-right: 4vw;
    }
    .about-text {
        width: 100%;
    }

}





@media (max-width: 767px) {

    body, button {
        font-size: 14px;
    }

    label .menu {
    width: 50px;
    height: 50px;
    }

    label .hamburger:before { top: -6px; }

    label .hamburger:after { bottom: -6px; }


    label ul {
        font-size: clamp(15px, 6vw, 24px);
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .list-2col {
      columns: 1;
    }

    .hero {
        background-size: 300%;
        background-position: -130vw 0;
        padding: 0;
    }
    .hero .logo {
        width: 35vw;
        margin: 18vw auto 1em;        
    }

    .hero .container {
          padding: 0 8%;
    }
    .hero h1 {
        width: 42vw;
        font-size: 5vw;
    }



    .contact {
        padding: 0;
        margin-top: 50vw;
    }
    .contact .container {
        padding: 0;
    }
    .opening-hours {
        width: 78%;
        margin: 20px auto;
    }
    .opening-hours .icon {
    height: clamp(28px, 2vw, 40px);
    }
    .opening-hours h4 {
    font-size: clamp(24px, 2vw, 40px);
    }


    .heading {
        font-size: clamp(25px, 8vw, 30px);
        width: 50%;
        margin-bottom: 4vh;
    }  

    .header_02 .logo {
        width: 120px;
    }



    .sp-br {
        display: block;
    }
    .cta-btn, .cta-btn-light {
        font-size: 1rem;
    }

    .cta-section {
        padding: 40px 10px;
    }   
    .problem {
        text-align: left;
    }
    .problem .inner {
        margin: 2rem auto 0;
    }
    .problem .check-list {
        background-size: 38%;
        background-position: 0 0;
    }
    .problem ul {
        margin-left:36%;

    }
    .problem li {
        margin: 0.5rem 0;
        font-size: 1.1rem;
    }


    .tile {
        list-style: none;
        display: grid;
        gap: 2%;
        grid-template-columns: repeat(2, 49%);
    }
    .tile a li {
        font-size: clamp(11.5px, 2vw, 26px);
        padding: 68% 6% 4px;
    }



    .service-menu .container {
        background-size: clamp(60px, 6vw, 100px);
        background-position: 0 0;
    }    


    .voice {
        list-style: none;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(1, minmax(200px, 1fr));
    }
    .sp-block {
        display: block;
    }
    .bg-leef_01 {
        width: clamp(100px, 23vw, 200px);
        left: -6vw; 
        top: -4vh; 
        z-index: -1;
    }
    .leef-oil {
        position: absolute;
        top: 0vh;
        width: clamp(140px, 30vw, 300px);
        aspect-ratio: 1 / 1;
        background: url("../img/leef_04.png") no-repeat right/contain;
        pointer-events: none;
        z-index: -1;
        margin-top: 0;
    }
    .about-text {
        width: 100%;
    }
    footer {
        margin-top: 40px;
    }
    footer .info {
    max-width: 100%;
    grid-template-columns: 1fr;
    }


    .copyright {
        margin-top: 60px;
    }

    .cont-2col {
        display: block;
        margin: 0 auto;
    }
    .cont-2col-left {
        width: 100%;
        margin-bottom: 14px;
    }
    .cont-2col-right {
        width: 100%;
    }


}




