@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.6rem;
    --fs18: 1.6rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
/* 
---------------------------------------
reset
---------------------------------------
*/
body, header, footer, section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top; }

th {
  text-align: left; }

li {
  list-style: none; }

a {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.6s; }

address {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

em {
  font-style: normal; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

a:hover {
  opacity: 0.7;
  transition: all 0.6s; }

img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden; }

/* 
---------------------------------------
表示切替
---------------------------------------
*/
@media screen and (max-width: 999px) {
  .pcView {
    display: none !important; } }
@media screen and (min-width: 1000px) {
  .spView {
    display: none !important; } }
@media (min-width: 999px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* フォーム要素のリセット */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  outline: none;
  appearance: none; }

button {
  cursor: pointer; }

button:disabled {
  cursor: default; }

/* 
---------------------------------------
コンテンツ幅
---------------------------------------
*/
.inner18 {
  max-width: 180rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner18 {
      width: 89.33%;
      max-width: 536px; } }

.inner16 {
  max-width: 160rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner16 {
      width: 89.33%;
      max-width: 536px; } }

.inner14 {
  max-width: 140rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner14 {
      width: 89.33%;
      max-width: 536px; } }

.inner12 {
  max-width: 120rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner12 {
      width: 89.33%;
      max-width: 536px; } }

.inner10 {
  max-width: 100rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner10 {
      width: 89.33%;
      max-width: 536px; } }

.inner8 {
  max-width: 80rem;
  width: 89.33%;
  margin: 0 auto; }
  @media (max-width: 999px) {
    .inner8 {
      width: 89.33%;
      max-width: 536px; } }

/* 
---------------------------------------
余白
---------------------------------------
*/
body .mb20 {
  margin-bottom: clamp(120px, 16vw, 200px); }

body .mb18 {
  margin-bottom: clamp(100px, 14vw, 180px); }

body .mb16 {
  margin-bottom: clamp(80px, 12vw, 160px); }

body .mb14 {
  margin-bottom: clamp(70px, 10vw, 140px); }

body .mb12 {
  margin-bottom: clamp(60px, 10vw, 120px); }

body .mbTen {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mbten {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb10 {
  margin-bottom: clamp(50px, 8vw, 100px); }

body .mb8 {
  margin-bottom: 8rem; }
  @media (max-width: 999px) {
    body .mb8 {
      margin-bottom: 4rem; } }

body .mb6 {
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    body .mb6 {
      margin-bottom: 3rem; } }

body .mb5 {
  margin-bottom: 5rem; }
  @media (max-width: 999px) {
    body .mb5 {
      margin-bottom: 2.5rem; } }

body .mb4 {
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    body .mb4 {
      margin-bottom: 2rem; } }

body .mb3 {
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    body .mb3 {
      margin-bottom: 1.5rem; } }

body .mb2 {
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    body .mb2 {
      margin-bottom: 1rem; } }

body .mb1 {
  margin-bottom: 1rem; }
  @media (max-width: 999px) {
    body .mb1 {
      margin-bottom: .5rem; } }

html {
  font-size: clamp(8px, calc(8px + (2 * ((100vw - 1000px) / 920))), 10px); }
  @media (max-width: 999px) {
    html {
      font-size: 62.5% !important; } }

#body {
  font-size: var(--fs18);
  letter-spacing: 0;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #282D27;
  background: #FCF7E1; }

.bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased; }

.marker {
  background: linear-gradient(transparent 60%, #fff700 0%);
  font-weight: 700; }

.topToBtn {
  margin: 12rem auto 0; }
  @media (max-width: 999px) {
    .topToBtn {
      margin: 6rem auto 0; } }

body p, body p.txt {
  font-size: 2.1rem; }
  @media (max-width: 999px) {
    body p, body p.txt {
      font-size: 1.6rem; } }

.zoomIn {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 1s;
  opacity: 0; }

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }
.fadeIn {
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  translate: 0 13%; }
  .fadeIn.isActive {
    opacity: 1;
    translate: 0;
    transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
    transition-duration: 1.8s; }

#home01 .fadeIn.txtBox {
  transition-delay: 0.3s; }

#home02 .fadeIn.box:nth-child(2) {
  transition-delay: 0.3s; }

#home02 .fadeIn.box:nth-child(3) {
  transition-delay: 0.6s; }

#home06 .fadeIn.txtBox {
  transition-delay: 0.4s; }

/* 
---------------------------------------
ヘッダー
---------------------------------------
*/
#header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 17rem;
  padding: 0 0 0 3vw;
  z-index: 999;
  transition: transform 0.4s ease;
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(0);
  align-items: flex-start;
  opacity: 0; }
  @media (max-width: 999px) {
    #header {
      height: 9rem;
      padding: 0;
      justify-content: flex-start;
      transform: none; } }
  #header .logo {
    width: 16vw;
    max-width: 27rem;
    height: auto;
    margin-top: 7rem; }
    @media (max-width: 999px) {
      #header .logo {
        display: block;
        width: 18.5rem;
        margin-top: 1rem;
        margin-left: 5%; } }

.app-ready #header {
  opacity: 1;
  transition: transform 0.6s ease; }

#header.fixed {
  position: fixed;
  justify-content: flex-end;
  background: #FCF7E1;
  transition: none;
  transform: translateY(-100%);
  opacity: 0;
  height: 10rem; }
  #header.fixed .logo {
    display: none; }
  #header.fixed .contactBtn {
    width: 23rem;
    height: 12rem;
    flex-direction: row;
    max-width: inherit; }
  #header.fixed .txtBox {
    text-align: left;
    line-height: 1.5;
    margin-left: 1rem; }
  #header.fixed .fa-envelope {
    margin-bottom: 0;
    padding: 1.6rem;
    font-size: 2rem; }
  #header.fixed .menu {
    margin-top: -2rem; }

.sub #header {
  opacity: 1; }
  @media (min-width: 1000px) {
    .sub #header {
      transform: translateY(0);
      transition: none; } }

/* 共通でスクロール後の動きを制御 */
#header.fixed {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  opacity: 0; }

#header.fixed.show {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s; }

.sub .fixedBnr {
  display: none; }

.hNav {
  display: flex;
  align-items: center;
  font-weight: bold; }
  .hNav .contactBtn {
    width: 10vw;
    height: 20rem;
    max-width: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 0 0 0 3rem;
    background: linear-gradient(45deg, #7EC25F, #98D97A);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: transparent !important;
    opacity: 1 !important; }
    .hNav .contactBtn::before, .hNav .contactBtn::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      z-index: -1; }
    .hNav .contactBtn::before {
      background: linear-gradient(45deg, #7EC25F, #7EC25F);
      opacity: 1; }
    .hNav .contactBtn::after {
      background: linear-gradient(45deg, #5EAB41, #78C859);
      opacity: 0;
      transition: opacity .35s ease;
      pointer-events: none; }
    .hNav .contactBtn:hover::after, .hNav .contactBtn:focus-visible::after {
      opacity: 1; }
    .hNav .contactBtn .fa-envelope {
      padding: 2.2rem;
      border: 1px solid;
      border-radius: 999px;
      font-size: 2.6rem;
      margin-bottom: 1rem; }
      @media (max-width: 999px) {
        .hNav .contactBtn .fa-envelope {
          padding: 1.2rem;
          font-size: 1.6rem;
          margin-bottom: 0;
          margin-right: 1rem; } }
    .hNav .contactBtn span {
      font-size: 1.2rem;
      line-height: 1; }
    .hNav .contactBtn .txtBox {
      text-align: center;
      line-height: 1.5; }
    .hNav .contactBtn .txt {
      font-size: 1.8rem; }
  .hNav .btn:hover {
    background: #3E3A39;
    opacity: 1;
    border: 1px solid #3E3A39; }

.hNav .menu > li > a {
  padding: 2rem 0 4rem;
  font-weight: bold;
  margin: 0 1.2vw; }
  .hNav .menu > li > a i {
    margin-left: 0.5rem; }

/* --------------------------- */
/* メニュー（親）のスタイル */
/* --------------------------- */
.menu {
  display: flex;
  margin-right: 1.5vw;
  margin-top: -3rem; }
  @media (max-width: 999px) {
    .menu {
      display: block;
      width: calc(295 / 375 * 100%); } }
  .menu a {
    font-weight: bold; }

@media (hover: hover) {
  .menu-parent:hover .menu-parent_a {
    transition: all .3s; } }
.menu-parent {
  position: relative;
  z-index: 51; }

.menu-child {
  display: none;
  border-radius: 1rem;
  position: absolute;
  top: 5.5rem;
  left: 1.3vw;
  width: max-content;
  padding: 0;
  background: #fff;
  min-width: 64rem;
  height: max-content !important; }
  .menu-child .pic {
    border-radius: 1rem 0 0 1rem;
    width: 54%; }
  .menu-child .ttlBox {
    width: 40%;
    margin: 3rem auto 0; }
  .menu-child p {
    font-size: 1.4rem;
    color: #DE7C7C;
    padding-bottom: 2rem;
    line-height: 1;
    padding-left: 1rem;
    border-bottom: 1px dashed #B2B2B2; }
  .menu-child p::before {
    display: inline-block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #DE7C7C;
    margin-right: 1rem;
    border-radius: 999px; }

.menu-child3 {
  top: 4.5rem;
  left: 1.3vw; }

.menu-child_li > a {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  border-bottom: 1px dashed #B2B2B2; }
  .menu-child_li > a .fa-circle-right {
    margin: 0 1rem  0 auto;
    color: #DE7C7C; }

.menu-child_li > a > img {
  margin-right: 1.5rem; }

.menu > .menu-parent > .menu-parent_a {
  position: relative; }

.sub #header .menu > .menu-parent > .menu-parent_a,
.fixed.show .menu > .menu-parent > .menu-parent_a {
  color: #3E3A39; }

.sub #header .menu > .menu-parent > .menu-parent_a:hover,
.fixed.show .menu > .menu-parent > .menu-parent_a:hover,
.menu > .menu-parent > .menu-parent_a:hover {
  color: #DE7C7C;
  opacity: 1;
  transition: all 0.3s; }

.menu-child {
  position: absolute;
  top: 5.5rem;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility 0s .25s;
  will-change: opacity, transform;
  backface-visibility: hidden;
  contain: paint;
  z-index: 52; }

.menu-parent.menu-target:hover .menu-child,
.menu-child:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: opacity .25s ease, transform .25s ease, visibility 0s; }

.spNav {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-100%);
  opacity: 0;
  background: url("../img/nav_bg.jpg");
  transition: .35s ease-in-out;
  width: 100%;
  height: 100vh; }

.spNav.active {
  position: fixed;
  transform: translate(0%);
  opacity: 1;
  visibility: visible;
  transition: .35s ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  margin: 0 auto;
  background: #FCF7E1;
  padding-bottom: 8rem; }

.acdns {
  width: calc(335/375*100%);
  margin: 4rem auto 4rem; }

.acdn-a {
  display: none;
  margin-bottom: 2rem;
  border-radius: 1rem; }

.acdn li:first-child .acdn-q {
  border-top: none; }

.acdn-q {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem;
  display: block;
  position: relative;
  width: max-content;
  border-top: 1px dashed #B2B2B2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .acdn-q i {
    color: #DE7C7C; }

.acdn .data {
  background: #fff;
  border-radius: 1rem; }

.acdn .data .txt {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 2rem; }

.acdn .data .txt i {
  margin: 0 0 0 auto;
  font-size: 2rem;
  color: #DE7C7C; }

.spNav .deco {
  position: absolute;
  left: 0;
  top: 0;
  width: 20rem;
  height: auto;
  z-index: -1; }
.spNav .shop {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  font-weight: bold;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  flex-direction: column;
  line-height: 1.5; }
.spNav .ttl {
  font-size: 1.6rem;
  margin-right: 1rem;
  width: 13rem; }
  @media (max-width: 999px) {
    .spNav .ttl {
      margin-right: 0;
      text-align: center; } }
.spNav .shop:nth-child(1) .ttl {
  color: #DE7C7C; }
.spNav .shop:nth-child(2) .ttl,
.spNav .shop:nth-child(3) .ttl {
  color: #6FA457; }
.spNav .tel span {
  font-size: 1.4rem;
  margin-right: 0.5rem; }
.spNav .tel a {
  font-size: 3rem; }
.spNav .box {
  width: 90%;
  margin: 3rem auto;
  text-align: center; }
.spNav .txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem; }
.spNav .btn4 {
  width: 90%;
  margin: 0 auto; }
.spNav .acdn > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem;
  display: block;
  position: relative;
  width: max-content;
  border-top: 1px dashed #B2B2B2;
  width: 100%; }
.spNav .acdn > li:last-child > a {
  border-bottom: 1px dashed #B2B2B2; }
.spNav .bnr {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }

/* 
---------------------------------------
ハンバーガーメニュー
---------------------------------------
*/
.navToggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 9rem;
  height: 10rem;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  background: linear-gradient(45deg, #DE7C7C, #FF9C9C);
  border-radius: 0 0 0 3rem; }
  @media (min-width: 1000px) {
    .navToggle {
      display: none; } }

.navToggle span {
  display: block;
  position: absolute;
  width: 43px;
  border-bottom: solid 1px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  right: 23px; }

.navToggle span:nth-child(1) {
  top: 28px; }

.navToggle span:nth-child(2) {
  top: 38px; }

.navToggle span:nth-child(3) {
  top: 48px; }

.navToggle div.en {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  color: #fff; }

.navToggle.active span:nth-child(1) {
  top: 38px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.navToggle.active span:nth-child(2) {
  top: 38px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg); }

.navToggle.active span:nth-child(3) {
  top: 38px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
  opacity: 0; }

/* 
---------------------------------------
ボタン種類 
---------------------------------------
*/
.btn {
  text-align: center;
  justify-content: center;
  position: relative;
  border-radius: 999px;
  background: linear-gradient(-45deg, #282D27, #666D65);
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  color: #fff;
  margin: 0 auto;
  max-width: 37.5rem;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
  opacity: 1 !important; }
  .btn::before, .btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1; }
  .btn::before {
    background: linear-gradient(-45deg, #282D27, #666D65);
    opacity: 1; }
  .btn::after {
    background: linear-gradient(-45deg, #545853, #828781);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none; }
  .btn:hover::after, .btn:focus-visible::after {
    opacity: 1; }
  @media (max-width: 999px) {
    .btn {
      height: 6rem; } }

.btn .fa-solid {
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  position: absolute;
  right: 4rem;
  font-size: 2.4rem; }
  @media (max-width: 999px) {
    .btn .fa-solid {
      right: 2.4rem;
      font-size: 2rem; } }

.btn2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 22rem;
  padding: 0 0 0 3rem;
  border-radius: 999px;
  height: 6rem;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
  opacity: 1 !important;
  transition: color .35s ease; }
  .btn2::before, .btn2::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1; }
  .btn2::before {
    background: linear-gradient(-45deg, #fff, #fff);
    opacity: 1; }
  .btn2::after {
    background: linear-gradient(-45deg, #545853, #828781);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none; }
  .btn2:hover::after, .btn2:focus-visible::after {
    opacity: 1; }
  @media (max-width: 999px) {
    .btn2 {
      width: 14rem;
      padding-left: 1.5rem;
      height: 4rem; } }
  .btn2:hover, .btn2:focus-visible {
    color: #fff; }
  .btn2 .fa-solid {
    color: currentColor;
    transition: inherit; }

.btn2 .fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  font-size: 2.4rem; }
  @media (max-width: 999px) {
    .btn2 .fa-solid {
      margin-left: .5rem;
      font-size: 2rem; } }

.btn3 {
  display: flex;
  align-items: center;
  width: 46rem;
  padding: 0 4rem 0 3rem;
  background: linear-gradient(-45deg, #DE7C7C, #FF9C9C);
  border-radius: 9999px;
  height: 10rem;
  margin-bottom: 2rem;
  opacity: 1 !important;
  color: #fff;
  transition: all 0.6s; }
  @media (max-width: 999px) {
    .btn3 {
      width: 100%;
      height: 8rem;
      margin-bottom: 1rem; } }
  .btn3 img {
    margin-right: 2rem;
    width: 6rem;
    height: auto; }
    @media (max-width: 999px) {
      .btn3 img {
        width: 5rem; } }
  .btn3 i {
    margin: 0 0 0 auto;
    font-size: 2rem; }
  .btn3:hover {
    transition: all 0.6s;
    background: linear-gradient(-45deg, #D66565, #F97F7F); }

body .btn4 {
  border-radius: 999px;
  background: linear-gradient(45deg, #7EC25F, #7EC25F);
  height: 12rem;
  width: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto;
  font-size: 2rem;
  opacity: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent !important;
  opacity: 1 !important; }
  body .btn4::before, body .btn4::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: -1; }
  body .btn4::before {
    background: linear-gradient(45deg, #7EC25F, #7EC25F);
    opacity: 1; }
  body .btn4::after {
    background: linear-gradient(45deg, #5EAB41, #78C859);
    opacity: 0;
    transition: opacity .35s ease;
    pointer-events: none; }
  body .btn4:hover::after, body .btn4:focus-visible::after {
    opacity: 1; }
  @media (max-width: 999px) {
    body .btn4 {
      width: 100%;
      height: 8rem;
      font-size: 1.6rem; } }

/* 既存のアイコン指定はそのままでOK */
.btn4 .fa-solid {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  margin-right: 2rem;
  padding: 2rem;
  border: 1px solid #fff;
  border-radius: 9999px; }
  @media (max-width: 999px) {
    .btn4 .fa-solid {
      font-size: 2rem;
      padding: 1.6rem;
      margin-right: 1.6rem; } }

/* お好みで：動き弱めたい環境の配慮 */
@media (prefers-reduced-motion: reduce) {
  .btn4::before {
    transition: none; } }
/* 
---------------------------------------
フッター
---------------------------------------
*/
#footer {
  padding: 16rem 0 4rem;
  position: relative; }
  @media (max-width: 999px) {
    #footer {
      padding: 4rem 0 0;
      background: #fff; } }
  #footer .txt {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: bold; }
  #footer .shop {
    background: #FCF7E1;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    font-weight: bold;
    border-radius: 1rem;
    margin-bottom: 0.5rem; }
    @media (max-width: 999px) {
      #footer .shop {
        flex-direction: column;
        line-height: 1.5; } }
  #footer .ttl {
    font-size: 1.6rem;
    margin-right: 1rem;
    width: 13rem; }
    @media (max-width: 999px) {
      #footer .ttl {
        margin-right: 0;
        text-align: center; } }
  #footer .decoTxt {
    font-size: 1.4rem;
    color: #DE7C7C;
    margin-bottom: 1rem;
    line-height: 1; }
  #footer .decoTxt::before {
    display: inline-block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #DE7C7C;
    margin-right: 0.5rem;
    border-radius: 999px; }
  #footer .shop:nth-child(1) .ttl {
    color: #DE7C7C; }
  #footer .shop:nth-child(2) .ttl,
  #footer .shop:nth-child(3) .ttl {
    color: #6FA457; }
  #footer .tel span {
    font-size: 1.4rem;
    margin-right: 0.5rem; }
  #footer .tel a {
    font-size: 2.6rem; }
  #footer .boxs {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #fff;
    padding: 8rem;
    border-radius: 3rem; }
    @media (max-width: 999px) {
      #footer .boxs {
        padding: 0;
        flex-direction: column; } }
  #footer .box {
    margin-bottom: 2rem; }
  #footer .fNav {
    display: flex;
    justify-content: space-between;
    width: calc(840 / 1400 * 100%); }
    @media (max-width: 999px) {
      #footer .fNav {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        gap: 2rem; } }
  @media (max-width: 999px) {
    #footer .fNav dl {
      width: 40%; } }
  #footer .fNav ul a {
    font-size: 1.6rem;
    font-weight: bold; }
    @media (max-width: 999px) {
      #footer .fNav ul a {
        font-size: 1.2rem; } }
  #footer .copy {
    text-align: center;
    font-size: 1.2rem;
    color: #787574; }
    @media (max-width: 999px) {
      #footer .copy {
        background: #FCF7E1;
        padding: 2rem 0 13rem; } }
  #footer .deco1 {
    position: absolute;
    left: -5rem;
    bottom: -5rem;
    width: 23.2rem;
    z-index: 0; }
    @media (max-width: 999px) {
      #footer .deco1 {
        width: 11.3rem;
        left: inherit;
        right: 0;
        bottom: -3.5rem; } }

/* 
---------------------------------------
下層メインビジュアル
---------------------------------------
*/
/*画像無し*/
#subKv {
  height: 54rem;
  display: flex;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 17rem;
  margin-left: calc((100% - 89.33%) / 2);
  border-radius: 3rem 0 0 3rem;
  background: #F7ECBD; }
  @media (min-width: 1400px) {
    #subKv {
      margin-left: max(0px, calc((100vw - 141rem) / 2)); } }
  @media (max-width: 999px) {
    #subKv {
      height: 13rem;
      margin-top: 10rem;
      background-size: cover; } }
  #subKv .ttlBox {
    margin-left: 10rem; }
    @media (max-width: 999px) {
      #subKv .ttlBox {
        margin-left: 4rem; } }
  #subKv .ttlDeco {
    color: #fff; }
  #subKv .ttl {
    font-size: 4.6rem;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 999px) {
      #subKv .ttl {
        font-size: 2.6rem; } }
  #subKv .deco1 {
    position: absolute;
    left: -16rem;
    top: -28rem;
    width: 64.2rem;
    height: auto;
    z-index: -1; }
  #subKv .deco2 {
    position: absolute;
    left: 5rem;
    bottom: 10rem;
    z-index: -1; }

body .breadcrumbs {
  margin-bottom: 12rem;
  margin-top: 2rem; }
  @media (max-width: 999px) {
    body .breadcrumbs {
      margin-top: 1rem;
      margin-bottom: 6rem; } }
  body .breadcrumbs a {
    color: #DE7C7C;
    font-weight: bold; }
  body .breadcrumbs span {
    font-size: 1.4rem; }
    @media (max-width: 999px) {
      body .breadcrumbs span {
        font-size: 1.2rem; } }
  body .breadcrumbs em {
    margin: 0 0.6rem;
    font-size: 1.2rem; }

/* 
---------------------------------------
home07
---------------------------------------
*/
@media (max-width: 999px) {
  #home07 {
    padding-bottom: 6rem; } }
#home07 .picBox {
  position: relative; }
@media (max-width: 999px) {
  #home07 .pic {
    border-radius: 3rem; } }
#home07 .decoTxt {
  font-size: 11rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff; }
  @media (max-width: 999px) {
    #home07 .decoTxt {
      font-size: 4rem;
      margin-bottom: 0.5rem; } }
#home07 .box {
  padding: 6rem;
  border-radius: 3rem;
  margin-top: -20rem;
  z-index: 1;
  position: relative;
  background: #FCF7E1; }
  @media (max-width: 999px) {
    #home07 .box {
      padding: 2rem 0 0;
      margin-top: -2rem; } }
#home07 .ttlBox {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home07 .ttlBox {
      flex-direction: column;
      text-align: center; } }
#home07 .ttl {
  font-size: 3.4rem; }
  @media (max-width: 999px) {
    #home07 .ttl {
      font-size: 2.4rem; } }
#home07 .txt {
  width: calc(554 / 944 * 100%); }
  @media (max-width: 999px) {
    #home07 .txt {
      width: 100%; } }
#home07 .dot {
  display: flex;
  gap: 1rem; }
  @media (max-width: 999px) {
    #home07 .dot {
      justify-content: center;
      margin-bottom: 2rem; } }
  #home07 .dot span {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #d77474;
    border-radius: 50%;
    display: inline-block; }

.fixedBnr {
  position: fixed;
  right: 3%;
  bottom: 5%;
  width: 33.5rem;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity .4s ease, transform .4s ease, visibility 0s .4s; }
  @media (max-width: 999px) {
    .fixedBnr {
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: 42rem;
      margin: 0 auto;
      left: 0; } }
  .fixedBnr.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease, visibility 0s; }
  .fixedBnr:hover {
    transform: translateY(-1rem);
    opacity: 1; }

#home07.grouphome .btns {
  display: flex; }
  @media (max-width: 999px) {
    #home07.grouphome .btns {
      flex-direction: column;
      gap: 2rem; } }
#home07.grouphome .telBox {
  border-radius: 999px;
  background: #fff;
  height: 12rem;
  width: 44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #home07.grouphome .telBox {
      width: 100%;
      height: 10rem;
      font-size: 1.6rem; } }
#home07.grouphome .telTxt {
  color: #DE7C7C;
  font-weight: bold; }
#home07.grouphome .tel {
  font-size: 3.4rem;
  font-weight: bold; }
#home07.grouphome .tel small {
  font-size: 2.2rem;
  font-weight: bold;
  margin-right: 0.5rem; }

#home07.grouphome .telTxt {
  color: #6FA457; }
