@charset "UTF-8";
/* =========================================================
   zoom スケール対応版 common.css
   - PCは1440基準の px のまま（zoomが1440→1920を拡縮、1920超は中央）
   - PCの vw / clamp(px, vw, px) は px に変換済み（vwはzoomを無視するため）
   - SP（max-width:768px）の vw は従来通り（zoom非適用）
   - @media (min-width:1441px) のワイド用上書きは削除（拡大に統一）
   ※ body への zoom 付与は script.js 側で行う
   ========================================================= */
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  color: #444444;
  max-height: 100%;
  line-height: 2;
  letter-spacing: 0.1em;
}
span{
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 4vw;
  }
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
    min-width: 100%;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #444444;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #444444;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol, li {
  list-style-type: none;
}

body {
  font-family: "noto sans jp", sans-serif;
  margin: 0;
  color: #444444;
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
}

.no-scroll {
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.pc02 {
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: 769px) {
  .pc02 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc02 {
    display: none;
  }
}

.tab {
  display: none;
}

br.between {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1440px;
  min-width: 1280px;
  padding: 0 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    min-width: initial;
    max-width: initial;
    width: 100%;
    padding: 0 5vw;
  }
}

.sec_text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
  color: #444444;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.gridbox {
  display: grid;
}

.imagebox {
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.textbox, .box_text {
  box-sizing: border-box;
  position: relative;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #444444;
}
.box_title{
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .textbox, .box_text {
    width: 100%;
    font-size: 4vw;
    text-align: left;
  }
}

.btn_box {
  display: flex;
  justify-content: center;
}

.about_btn {
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  width: 350px;
  height: 87px;
  color: #444444;
  background-color: #F4CED4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.about_btn:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 32px;
  background: url(../../images/common/yajirushi.webp) center/contain no-repeat;
}
.about_btn:after{
  content: "";
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .about_btn {
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: border-box;
    width: 80.2vw;
    height: 16vw;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .about_btn:before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
    width: 11vw;
    height: 8vw;
  }
  .about_btn .about_link {
    padding: 0;
  }
}
/* セクション、見出し
----------------------------------------------------------- */
.common_sec {
  width: 1280px;
  min-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.common_sec .header_wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .common_sec {
    width: 1280px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .common_sec .sec_body {
    padding: 0;
  }
}

.breadcrumb {
  padding: 0;
  color: #444444;
  display: flex;
}
.breadcrumb .item:not(:first-of-type) {
  position: relative;
  padding-left: 3em;
}
.breadcrumb .item:not(:first-of-type):before {
  content: "＞";
  position: absolute;
  left: 1em;
  top: 0;
}
.breadcrumb .item {
  letter-spacing: 0.1em;
  color: #444444;
}
.breadcrumb .item a {
  letter-spacing: 0.1em;
  color: #444444;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    width: 1280px;
    max-width: 100%;
    padding: 5.5vw 0 8vw 2.7vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .breadcrumb .item {
    font-size: 3.4vw;
  }
  .breadcrumb .item a {
    font-size: 3.4vw;
  }
  .breadcrumb .item:not(:first-of-type) {
    position: relative;
    padding-left: 2em;
  }
  .breadcrumb .item:not(:first-of-type):before {
    content: "＞";
    position: absolute;
    left: 0.7em;
    top: 0;
  }
}

.nav {
  position: absolute;
  z-index: 2;
  top: 450px;
  left: 0;
  width: 100%;
  padding: 25px 0;
  background-color: rgba(51, 51, 51, 0.9);
}
.nav .list {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.nav .list .item a {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: #fff;
}
.nav .item:not(:last-of-type) {
  padding: 0 35px 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .nav .item:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav .item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .nav .list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
  .nav .list .item {
    width: 216px; /* was 15vw（1440基準=216px） */
    text-align: center;
    margin-right: 0;
    border-right: 1px solid #fff;
  }
  .nav .list .item a {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.2em;
    color: #fff;
  }
  .nav .item:last-of-type {
    border-right: none;
  }
  .nav .item:not(:last-of-type) {
    padding: 0;
  }
}

.lead_sec {
  box-sizing: border-box;
  width: 1280px;
  min-width: 100%;
  padding: 30px 20px;
  margin: 70px auto 100px;
}
.lead_sec .sec_title {
  position: relative;
  z-index: 5;
  margin: 60px 50px;
  font-size: 30px;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
.lead_sec .sec_text {
  position: relative;
  z-index: 5;
  width: 1000px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  font-family: "noto sans jp", sans-serif;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 5vw;
    margin-bottom: 13.8vw;
    margin-top: 0;
    width: initial;
  }
  .lead_sec .sec_title {
    font-size: 6vw;
    margin: 5.5vw 0 16vw 0;
    margin-bottom: 5.7vw;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin: 0 auto;
  }
}

/* トップに戻るボタン
----------------------------------------------------------- */
.to_top:hover {
  opacity: 0.7;
}

.to_top img {
  position: absolute;
  right: 0;
  left: 875px;
  bottom: 0;
  top: -290px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .to_top {
    right: 10px;
    bottom: 130px;
    text-align: center;
    margin: 20px;
  }
  .to_top img {
    position: unset;
  }
}
html {
  scroll-behavior: smooth;
}

#pagetop {
  /* レイアウト */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 見た目 */
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  /* デフォルトは非表示 */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 15px;
    bottom: 20vw;
  }
}

/* 矢印 */
.pagetop-arrow {
  width: 56px;
  height: 56px;
  /*
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(20%) rotate(-45deg); */
}

/* スクロールされたときに適用されるCSS */
#pagetop.visible {
  opacity: 1;
  visibility: visible;
}

/* ヘッダー・フッター・スマホ固定ボタン
----------------------------------------------------------- */
.header {
  position: absolute;
  z-index: 1000;
  top: 0; left: 0;
  width: 100%;
  min-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 30px;
  box-sizing: border-box;

  .header_left img {
    width: 228px;
    filter: drop-shadow(0 0 14px rgba(0,0,0,.3));
  }

  .header_right { 
    padding-right: 92px; 
  } 

  .tel_box {
    text-align: center;
    width: 283px;
    border-radius: 30px;
    
    .tel_note { 
      font-size: 16px;
      font-weight: bold;
      color: #555555; 
      border-radius: 10px 10px 0 0;
      border: 2px solid #fff;
      border-bottom: none;
      background:rgba(255,255,255, 0.8);
      line-height: 1.5;
    }
    .tel_num  { 
      font-family: serif;
      font-size: 28px; 
      font-weight: bold;
      letter-spacing: .1em; 
      color: #fff; 
      border: 2px solid #fff;
      border-radius: 0 0 10px 10px;
      border-top: none;
      line-height: 1.5;
      padding-left: 25px;
      position: relative;
      &::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 20px;
        bottom: 50%;
        transform: translateY(50%);
        background: url(../../images/tel_icon.webp) center / contain no-repeat;
      }
    }
  }
}

/* ===== 固定：ウェブ予約（PCのみ） ===== */
.web_btn_box {
  position: fixed;
  z-index: 1000;
  top: 114px; 
  right: 0;
  .web_btn { 
    border: none; 
    background: none; 
    cursor: pointer; 
    img { display: block; 
    } 
  }
}

/* ===== 固定：ハンバーガー ===== */
.ham {
  position: fixed;
  z-index: 1001;
  top: 22px; 
  right: 0;
  width: 70px; 
  height: 70px;
  background: #fff;
  opacity: 70%;
  cursor: pointer;
  border-radius: 10px 0 0 10px;
  &:has(a.active) {
    background: transparent;
  }

  .menu_text::before {
    content: "MENU";
  }
  a.active .menu_text::before {
    content: "CLOSE";
  }
  a { 
    display: block; 
    width: 100%; 
    height: 100%; 
    position: relative; 
  }
  span {
    position: absolute; 
    left: 0; 
    right: 0;
    width: 52%; 
    height: 3px; 
    margin: 0 auto; 
    background: #E26F94; 
    transition: .4s;
    &:nth-of-type(1){ 
      top: 19px; 
    } 
    &:nth-of-type(2){ 
      top: 32px; 
      background: #9C812B;
    } 
  }
  .menu_text { 
    position: absolute; 
    top: 40px; 
    width: 100%; 
    color: #E26F94; 
    font-size: 13px;
    font-weight: bold; 
    text-align: center; 
  }
  a.active span {
    &:nth-of-type(1){ 
      top: 28px; 
      transform: rotate(45deg); 
    }
    &:nth-of-type(2){ 
      top: 28px; 
      transform: rotate(-45deg); 
    }
  }
}

/* ===== ハンバーガーメニュー（PC） ===== */
.ham_sitemap {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;

  &.active {
    opacity: 1;
    visibility: visible;
  }

  .sitemap_inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  /* ロゴ */
  .ham_logo {
    position: absolute;
    top: 22px;
    left: 30px;
    width: 228px;
    img { width: 100%; }
  }

  /* 右側ブロック（メニュー＋電話） */
  .ham_right {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translateY(-50%);
  }

  /* メニュー */
  .ham_nav {
    margin-bottom: 44px;

    .item {
      &:not(:last-child) { 
        margin-bottom: 40px; 
      }
      a {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        letter-spacing: 0.1em;
        transition: 0.3s;
        &:hover { color: #E26F94; opacity: 1; }
      }
    }
  }

  /* 電話ボタン */
  .flexbox{
    column-gap: 28px;
  }
  .tel_box {
    text-align: center;
    width: 264px;
    border-radius: 30px;
    
    .tel_note { 
      font-size: 16px;
      font-weight: bold;
      color: #333; 
      border-radius: 20px 20px 0 0;
      border-bottom: none;
      background:#ACB9D0;
      line-height: 1.5;
      padding: 5px 0;
    }
    .tel_num  { 
      font-family: serif;
      font-size: 26px; 
      font-weight: bold;
      letter-spacing: .1em; 
      background-color: #30518A;
      color: #fff; 
      border-radius: 0 0 20px 20px;
      border-top: none;
      line-height: 1.5;
      padding: 5px 0 5px 20px;
      position: relative;
      &::before{
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 15px;
        bottom: 50%;
        transform: translateY(50%);
        background: url(../../images/tel_icon.webp) center / contain no-repeat;
      }
    }
  }
}

/* ===== SP ===== */
@media screen and (max-width: 768px) {
  .header,
  .web_btn_box { 
    display: none; 
  } 

  .sp_header {
    position: absolute; 
    z-index: 1000; 
    top: 0; 
    left: 0;
    display: flex; 
    width: 100%; 
    height: 18.7vw;
    .logo_box .sp_logobox { 
      display: flex; 
      align-items: center; 
    }
    .logo_box .logo_img   { 
      width: 45.4vw; 
      padding: 2vw 0 0 2vw; 
    }
  }

  .ham {
    top: 3vw;
    right: 0;
    width: 18.7vw;
    height: 18.7vw;

    span {
      width: 9.4vw;
      &:nth-of-type(1){ 
        top: 5vw; 
      }
      &:nth-of-type(2){ 
        top: 8vw; 
      }
    }
    .menu_text { 
      bottom: auto; 
      top: 10.5vw; 
      font-size: 3.5vw; 
    }
    a.active span {
      &:nth-of-type(1){ 
        top: 6.5vw; transform: rotate(45deg); 
      }
      &:nth-of-type(2){ 
        top: 6.5vw; transform: rotate(-45deg); 
      }
    }
  }

  /* ===== ハンバーガーメニュー本体（SP） ===== */
  .ham_sitemap {

    .sitemap_inner { 
      height: 100%; 
    }

    /* ロゴ（左上） */
    .ham_logo {
      top: 5vw;
      left: 5vw;
      width: 47.5vw;
    }

    /* 右ブロック */
    .ham_right {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: none;
      display: flex;
      flex-direction: column;
      padding: 40vw 8vw 10vw;
      box-sizing: border-box;
    }

    /* メニュー */
    .ham_nav {
      margin-bottom: 20vw;

      .item {
        &:not(:last-child) { 
          margin-bottom: 10vw; 
        }
        a { font-size: 4.3vw; }
      }
    }

    /* 電話＋Instagram（最下部） */
    .flexbox {
      margin-top: auto;
      justify-content: flex-start;
      align-items: center;
      column-gap: 8vw;
      padding-bottom: 10vw;
    }

    .tel_box {
      width: 56vw;

      .tel_note {
        font-size: 3.5vw;
        border-radius: 3vw 3vw 0 0;
        padding: 1vw 0;
        color: #fff;
      }
      .tel_num {
        font-size: 5.6vw;
        border-radius: 0 0 3vw 3vw;
        padding: 1.5vw 0 1.5vw 6vw;

        &::before {
          width: 4.5vw;
          height: 4.5vw;
          left: 4vw;
        }
      }
    }

    .ham_inst .imagebox {
      width: 15vw;
      margin-bottom: 0;
    }
  }
}

/* sp_fixed */
@media screen and (max-width: 768px) {
  .sp_fixed {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 17vw;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .fix_tel {
    width: 50%;
    margin: 0;
  }
  .sp_fixed .fix_yoyaku {
    width: 50%;
  }
  .sp_fixed .fix_yoyaku img {
    width: 100%;
  }
}

.footer{
  padding-top: 80px;
  .flexbox{
    column-gap: 50px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
  .left_box{
    .logo_flex{
      display: flex;
      align-items: center;
      column-gap: 15px;
      margin-bottom: 10px;
    }
    .textbox{
      font-size: 50px;
      font-weight: bold;
      color: #30518A;
      line-height: 1;
    }
    .address_text{
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 25px;
    }
    .about_wrapper{
      display: flex;
      justify-content: center;
    }
    .about_btn{
      background-color: #30518A;
      border-radius: 80px;
      width: 430px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
      &::before{
        content: "";
        position: absolute;
        left: 55px;
        top: 56px;
        width: 34px;
        height: 34px;
        background: url(../../images/tel_icon.webp) center / contain no-repeat;
      }
      .big{
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        font-family: serif;
        position: relative;
        right: -20px;
      }
      .small{
        font-size: 18px;
        color: #F5EB8F;
        font-family: initial;
        font-weight: bold;
      }
    }
  }
  .bottom_text{
    text-align: center;
    color: #30518A;
    font-size: 20px;
    padding: 20px 0;
  }
  .gmap {
    width: 100%;
    line-height: 0;
  }

  .gmap iframe {
    display: block;
    width: 100%;
    height: 620px;
    border: 0;
  }
  @media screen and (max-width: 768px) {
    padding: 0vw;
    margin-bottom: 20vw;
    .flexbox {
      flex-direction: column;
      column-gap: 0;
      row-gap: 6.67vw;
      margin-bottom: 6.67vw;
      padding: 0 5vw;
    }

    .left_box {
      width: 100%;

      .logo_flex {
        column-gap: 2vw;
        margin-bottom: 1.33vw;
      }

      .imagebox{
        width: 21.1%;
      }
      .textbox {
        font-size: 9.4vw;
      }

      .address_text {
        font-size: 4vw;
        margin-bottom: 5vw;
        line-height: 1.8;
      }

      .about_btn {
        width: 100%;
        border-radius: 10.67vw;
        
        height: 20vw;

        &::before {
          left: 14vw;
          top: 13vw;
          width: 5vw;
          height: 5vw;
        }

        .big{
          font-size: 7.2vw;
          right: -3vw;
        }

        .small {
          font-size: 4vw;
        }
      }
    }

    .right_box {
      width: 100%;

      img {
        width: 100%;
        height: auto;
      }
    }

    .bottom_text {
      font-size: 4.3vw;
      padding: 8vw 0 5vw;
    }

    .gmap iframe {
      height: 80vw;
    }
  }

}