.elementor-13 .elementor-element.elementor-element-f5c79fd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-6363a4e{--display:flex;--border-radius:100px 100px 0px 0px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-6363a4e:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-6363a4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-13 .elementor-element.elementor-element-84f7a7f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-6363a4e{--border-radius:20px 20px 0px 0px;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-8ecf846{padding:0px 20px 0px 20px;}}/* Start custom CSS for html, class: .elementor-element-fcdc838 */.yamasa-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #35434d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 11px; /* 少し小さくしてTOPの文字とバランスを取る */
  font-weight: bold;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.yamasa-back-to-top .material-symbols-outlined {
  font-size: 24px; /* アイコンのサイズ */
  margin-bottom: 2px;
}

.yamasa-back-to-top:hover {
  background-color: #d93d4a;
  transform: translateY(-5px);
}
.yamasa-back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #35434d;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  
  /* 非表示のための追加設定 */
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; /* ふわっと表示・非表示 */
}

/* 表示された時のクラス */
.yamasa-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .yamasa-back-to-top {
    bottom: 20px; /* 少し上にずらす */
    right: 20px;  /* 少し内側に入れる */
    width: 60px;  /* 気持ち小さくする */
    height: 60px;
    font-size: 10px; /* 文字も少し小さく */
  }
  
  .yamasa-back-to-top .material-symbols-outlined {
    font-size: 20px; /* アイコンも少し小さく */
    margin-bottom: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ecf846 */.yamasa-entry-section {
  display: flex; 
  gap: 60px; 
  padding: 0px; 
  
  
  align-items: center;
  
  /* 追加・修正部分 */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box; /* パディングが幅に含まれるようにする */
}

.yamasa-entry-title { 
  font-family: 'Afacad', sans-serif; 
  font-size: 64px; 
  margin: 10px 0; 
}

.yamasa-entry-cards { 
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 20px; 
  flex: 1; 
}

.yamasa-entry-btn {
  background: #fff; 
  padding: 30px; 
  border-radius: 15px; 
  text-decoration: none;
  color: #333; 
  font-weight: bold; 
  display: flex; 
  justify-content: space-between;
  align-items: center; /* 矢印との垂直位置を合わせるため追加 */
  transition: 0.3s;
}

.yamasa-entry-btn:hover { 
  background: #f9f9f9; 
  transform: translateY(-5px); 
}

.dot { 
  color: #d93d4a; 
  margin-right: 8px; 
}
/* =====================================
   タブレット
   ===================================== */
@media (max-width: 768px) {

  .yamasa-entry-section {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    text-align: center;
  }

  .yamasa-entry-title {
    font-size: 88px;
    line-height: 1.1;
  }

  .yamasa-entry-cards {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .yamasa-entry-btn {
    padding: 24px;
  }

}

/* =====================================
   スマホ
   ===================================== */
@media (max-width: 480px) {

  .yamasa-entry-section {
    gap: 24px;
    padding: 0 15px;
  }

  .yamasa-entry-title {
    font-size: 66px;
    margin: 0;
  }

  .yamasa-entry-btn {
    padding: 20px;
    border-radius: 12px;
    font-size: 15px;
  }

  .dot {
    margin-right: 6px;
  }
  .yamasa-entry-desc{
  font-size: 12px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c1ab5f *//* --- 基本スタイル --- */
.yamasa-footer { background: #35434d; color: #fff; padding: 60px 20px; font-family: 'Noto Sans JP', sans-serif; }
.yamasa-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 60px; }

/* 左側エリア */
.yamasa-footer-left { width: 300px; display: flex; flex-direction: column; order: 1; }
.yamasa-footer-logo { width: 400px; margin-bottom: 20px; max-width: 100%; }
.yamasa-footer-address { font-size: 14px; line-height: 1.6; margin-bottom: 15px; }
.yamasa-footer-contact { display: block; border: 1px solid #fff; padding: 15px; text-align: center; text-decoration: none; color: #fff; border-radius: 50px; margin: 20px 0; transition: 0.4s; }
.yamasa-footer-contact:hover { background: #fff; color: #35434d; }

/* 右側ナビエリア */
.yamasa-footer-nav { flex: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; order: 2; }
.yamasa-nav-title { font-size: 16px; margin-bottom: 15px; display: flex; align-items: center; }
.yamasa-nav-title::before { content: "●"; color: #d93d4a; margin-right: 8px; font-size: 12px; }
.yamasa-footer-nav ul { list-style: none; padding: 0; margin-bottom: 25px; }
.yamasa-footer-nav li { margin-bottom: 8px; font-size: 14px; }
.yamasa-footer-nav a { color: #ccc; text-decoration: none; transition: 0.3s; }
.yamasa-footer-nav a:hover { color: #fff; }

/* 現在地（アクティブ）強調：WordPress自動クラスを使用 */
.yamasa-footer-nav ul li.current-menu-item a { color: #fff !important; font-weight: bold; }

/* コピーライト */
.yamasa-footer-copyright { text-align: center; margin-top: 40px; font-size: 12px; opacity: 0.6; order: 3; }

/* --- レスポンシブ対応 --- */
@media (max-width: 767px) {
  .yamasa-footer { padding: 40px 15px; }
  .yamasa-footer-inner { flex-direction: column; gap: 30px; }
  .yamasa-footer-contact {
    width: 100%;
    box-sizing: border-box; /* パディングを含めて幅を計算させるために重要 */
  }
  
  /* 並び順：ナビ(order:1) → 左側(order:2) → コピーライト(order:3) */
  .yamasa-footer-nav { order: 1; grid-template-columns: 1fr; }
  .yamasa-footer-left { order: 2; align-items: center; text-align: center; width: 100%; }
  .yamasa-footer-copyright { order: 3; font-size: 10px; }
  
  /* 装飾調整 */
  .yamasa-nav-col { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding-bottom: 20px; }
  .yamasa-footer-nav li { font-size: 14px; }
  .yamasa-footer-logo { width: 320px; }
}
/* 現在地（currentクラス）を強調 */
.yamasa-footer-nav ul li.current a { 
    color: #D83447 !important; 
    font-weight: bold; 
    
}/* End custom CSS */