@charset "UTF-8";
:root {
  --base-font: "Noto Sans JP", sans-serif;
  --en-font: "Jost", sans-serif;
  --base-color: #464646;
  --white: #fff;
  --green: #2fac02;
  --orange: #F7C19C;
  --orange02: #EDB892;
  --orange03: #D48958;
  --orange04: #F7E4D6;
  --orange05: #E6B088;
  --gold2: #E6B088;
  --bg-yellow: #FBF2EA;
  --bg-orange: #F3CDB0;
  --bg-green: #8fcf78;
  --bg-pink: #F0708E;
  --bg-pink02: #F7A0DC;
  --bg-pink03: #D2486F;
  --bg-pink04: #E06CC9;
  --blue: #3599d7;
  --blue02: #9cc6dd;
  --blue03: #d9edf9;
  --blue04: #ebf2f7;
  --brown: #a08c7d;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media all and (min-width: 897px) and (max-width: 1599px) {
  html {
    font-size: 0.625vw;
  }
}
@media all and (max-width: 389px) {
  html {
    font-size: 2.5641025641vw;
  }
}
body, table, input, textarea, select, option {
  font-family: var(--base-font);
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

a {
  color: var(--base-color);
  text-decoration: none;
  transition: 0.3s;
}
a:link {
  color: var(--base-color);
}
a:visited {
  color: var(--base-color);
}
a:active {
  color: var(--base-color);
}
a:hover {
  color: var(--base-color);
}
@media all and (max-width: 896px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: var(--base-color);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: radial-gradient(ellipse 70% 55% at 8% 18%, rgba(217, 237, 249, 0.85) 0%, transparent 58%), radial-gradient(ellipse 60% 48% at 78% 22%, rgba(245, 226, 138, 0.35) 0%, transparent 55%), radial-gradient(ellipse 65% 50% at 92% 72%, rgba(156, 198, 221, 0.28) 0%, transparent 55%), radial-gradient(ellipse 55% 45% at 18% 78%, rgba(251, 242, 234, 0.7) 0%, rgba(245, 212, 145, 0.22) 40%, transparent 60%), linear-gradient(180deg, #fffcfa 0%, #fff8f4 45%, #fceee6 100%);
  background-attachment: fixed;
  min-height: 100%;
}
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
@media all and (min-width: 897px) {
  body.fixed {
    overflow-y: scroll;
  }
}
@media all and (max-width: 896px) {
  body {
    height: 100%;
    overflow: auto;
  }
}

#container {
  text-align: left;
  position: relative;
  font-feature-settings: "palt";
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 896px) {
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 4.5rem 4.3rem;
  z-index: 99;
}
#gHeader .logo {
  width: 39.1rem;
}
#gHeader .hList {
  position: fixed;
  right: 8rem;
  top: 2rem;
  z-index: 99;
}
#gHeader .hList li {
  width: 14.4rem;
}
#gHeader .hList li a {
  height: 5rem;
  padding: 0 0 0.3rem 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.025em;
  background: url(../img/common/icon02.webp) no-repeat left 1.7rem center, url(../img/common/icon03.webp) no-repeat right 1.6rem center var(--white);
  background-size: 1.5rem auto, 0.6rem auto;
  border-radius: 2.5rem;
  box-shadow: 0 0 0.335rem rgba(247, 193, 156, 0.15);
  border: 1px solid var(--orange02);
}
@media all and (min-width: 1025px) {
  #gHeader .hList li a:hover {
    color: var(--white);
    background-color: var(--orange);
    background-image: url(../img/common/icon07_on.webp), url(../img/common/icon06.webp);
  }
}
#gHeader .hList li:first-child {
  margin-right: 1.1rem;
  width: 16.4rem;
}
#gHeader .hList li:first-child a {
  padding: 0 0 0 2.3rem;
  background: url(../img/common/icon01.webp) no-repeat left 1.5rem center var(--white);
  background-size: 1.7rem auto;
}
@media all and (max-width: 896px) {
  #gHeader {
    padding: 1.8rem 2rem;
  }
  #gHeader .logo {
    width: 23.7rem;
  }
  #gHeader .hList {
    display: none;
  }
}

.menu {
  position: fixed;
  right: 2.1rem;
  top: 2rem;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  transition: 0.3s;
  background-color: var(--orange);
  z-index: 99;
  border-radius: 100%;
  box-shadow: 0 0 0.3rem rgba(255, 255, 255, 0.15);
}
.menu span {
  width: 2rem;
  height: 1px;
  position: absolute;
  top: 1.8rem;
  left: 1.5rem;
  background: var(--white);
  transition: all 0.35s ease;
}
.menu span:nth-child(2) {
  top: 2.5rem;
}
.menu span:nth-child(3) {
  top: 3.2rem;
}
.menu.on span {
  width: 2.6rem;
  left: 1.2rem;
}
.menu.on span:nth-child(1) {
  transform: translateY(0.7rem) translateX(0) rotate(45deg);
}
.menu.on span:nth-child(2) {
  opacity: 0;
}
.menu.on span:nth-child(3) {
  transform: translateY(-0.7rem) translateX(0) rotate(-45deg);
}
@media all and (min-width: 1025px) {
  .menu:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 896px) {
  .menu {
    right: 1rem;
    top: 1.1rem;
  }
}

.menuBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: linear-gradient(90deg, #e4f2f6 0%, #e8f0e8 14%, #ebe7c7 28%, #f4c89e 45%, #f6c096 58%, #f5d49a 78%, #f5e28a 100%);
  z-index: 97;
  display: none;
}
.menuBox .logo {
  position: absolute;
  left: 4.3rem;
  top: 4.5rem;
  width: 39.1rem;
}
.menuBox .menuInfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 14rem 2rem 6rem;
  box-sizing: border-box;
}
.menuBox .menuInfo .menuLead {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto 2.4rem;
  padding: 0 0 1.4rem 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--base-color);
  border-bottom: 0.2rem solid #EB6001;
}
.menuBox .menuInfo .menuLead .en {
  margin-right: 1.2rem;
  color: #EB6001;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.menuBox .menuInfo .menuList {
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}
.menuBox .menuInfo .menuList li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(70, 70, 70, 0.12);
}
.menuBox .menuInfo .menuList li:first-child {
  border-top: 1px solid rgba(70, 70, 70, 0.12);
}
.menuBox .menuInfo .menuList li a {
  position: relative;
  padding: 1.5rem 3.2rem 1.5rem 1.6rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.6rem;
  color: var(--base-color);
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: rgba(255, 255, 255, 0.28);
  transition: color 0.25s ease, background-color 0.25s ease, padding-left 0.25s ease;
}
.menuBox .menuInfo .menuList li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 100%;
  background-color: var(--orange);
  transform: scaleY(0);
  transition: transform 0.25s ease;
}
.menuBox .menuInfo .menuList li a::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid var(--orange);
  border-right: 0.2rem solid var(--orange);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.55;
  transition: opacity 0.25s ease, right 0.25s ease;
}
.menuBox .menuInfo .menuList li a .jp {
  font-size: 2rem;
  line-height: 1.4;
}
.menuBox .menuInfo .menuList li a .en {
  flex-shrink: 0;
  color: #EB6001;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  opacity: 0.85;
}
@media all and (min-width: 1025px) {
  .menuBox .menuInfo .menuList li a:hover {
    color: var(--orange);
    background-color: rgba(255, 255, 255, 0.72);
    padding-left: 2.2rem;
  }
  .menuBox .menuInfo .menuList li a:hover::before {
    transform: scaleY(1);
  }
  .menuBox .menuInfo .menuList li a:hover::after {
    right: 1rem;
    opacity: 1;
  }
  .menuBox .menuInfo .menuList li a:hover .en {
    opacity: 1;
  }
}
.menuBox .menuInfo .menuCta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2rem;
  width: 100%;
  max-width: 56rem;
  margin: 3.2rem auto 0;
}
.menuBox .menuInfo .menuCta a {
  min-width: 22rem;
  height: 5.2rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 2.6rem;
  box-shadow: 0 0.2rem 1rem rgba(247, 193, 156, 0.18);
  transition: color 0.25s ease, background-color 0.25s ease;
}
.menuBox .menuInfo .menuCta a.tel {
  color: #EB6001;
  background: url(../img/common/icon01.webp) no-repeat left 2rem center var(--white);
  background-size: 1.7rem auto;
  padding-left: 4.4rem;
  font-size: 2rem;
}
.menuBox .menuInfo .menuCta a.reserve {
  color: var(--white);
  background: url(../img/common/icon07_on.webp) no-repeat left 2.2rem center, url(../img/common/icon06.webp) no-repeat right 1.8rem center #EB6001;
  background-size: 1.5rem auto, 0.6rem auto;
  padding-left: 4.4rem;
  padding-right: 3.6rem;
}
@media all and (min-width: 1025px) {
  .menuBox .menuInfo .menuCta a:hover {
    opacity: 0.85;
  }
}
@media all and (max-width: 896px) {
  .menuBox .logo {
    left: 2rem;
    top: 1.8rem;
    width: 23.7rem;
  }
  .menuBox .menuInfo {
    justify-content: flex-start;
    padding: 11rem 2rem 4rem;
  }
  .menuBox .menuInfo .menuLead {
    margin-bottom: 1.6rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
  .menuBox .menuInfo .menuLead .en {
    font-size: 1.2rem;
  }
  .menuBox .menuInfo .menuList li a {
    padding: 1.3rem 2.8rem 1.3rem 1.2rem;
  }
  .menuBox .menuInfo .menuList li a .jp {
    font-size: 1.7rem;
  }
  .menuBox .menuInfo .menuList li a .en {
    font-size: 1.1rem;
  }
  .menuBox .menuInfo .menuCta {
    margin-top: 2.4rem;
    gap: 1rem;
  }
  .menuBox .menuInfo .menuCta a {
    min-width: 0;
    width: 100%;
    height: 5rem;
  }
  .menuBox .menuInfo .menuCta a.tel {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/
#gFooter {
  padding: 11.3rem 0 9.5rem;
}
#gFooter .comContact {
  margin-bottom: 9rem;
}
#gFooter .fBox {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 140rem;
  box-sizing: content-box;
  align-items: flex-end;
}
#gFooter .fBox .lBox {
  display: flex;
  flex-wrap: wrap;
}
#gFooter .fBox .lBox .fNavi {
  margin-right: 2rem;
  width: 25rem;
}
#gFooter .fBox .lBox .fNavi li {
  margin-bottom: 1.4rem;
}
#gFooter .fBox .lBox .fNavi li:last-child {
  margin-bottom: 0;
}
#gFooter .fBox .lBox .fNavi li a {
  font-weight: 700;
  letter-spacing: 0.025em;
}
#gFooter .fBox .lBox .fNavi li a:hover {
  opacity: 0.5;
}
#gFooter .fBox .lBox .linkBox {
  max-width: 36.9rem;
}
#gFooter .fBox .lBox .linkBox .title {
  margin-bottom: 2rem;
  padding-bottom: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  border-bottom: 1px solid rgba(70, 70, 70, 0.5);
}
#gFooter .fBox .lBox .linkBox .linkUl {
  padding-left: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.9rem 0;
}
#gFooter .fBox .lBox .linkBox .linkUl li {
  width: calc((100% - 4.8rem) / 2);
}
#gFooter .fBox .lBox .linkBox .linkUl li a {
  padding-left: 1.4rem;
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
#gFooter .fBox .lBox .linkBox .linkUl li a::before {
  margin-top: -1px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.9rem;
  height: 1px;
  background: var(--base-color);
  opacity: 0.8;
  content: "";
}
#gFooter .fBox .lBox .linkBox .linkUl li a:hover {
  opacity: 0.5;
}
#gFooter .fBox address {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  letter-spacing: 0.025em;
}
@media all and (max-width: 896px) {
  #gFooter {
    padding: 8.4rem 0 7.6rem;
  }
  #gFooter .comContact {
    margin-bottom: 4.4rem;
    padding-top: 13.1rem;
  }
  #gFooter .fBox {
    padding: 0;
    max-width: inherit;
    display: block;
  }
  #gFooter .fBox .lBox {
    display: block;
  }
  #gFooter .fBox .lBox .fNavi {
    margin: 0 2rem;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gFooter .fBox .lBox .fNavi > li {
    margin-bottom: 0;
    width: calc((100% - 0.2rem) / 2);
  }
  #gFooter .fBox .lBox .fNavi > li .subUl li {
    margin-bottom: 1.1rem;
  }
  #gFooter .fBox .lBox .linkBox {
    margin: 4.9rem 0 7.6rem;
    padding: 0 2rem;
    max-width: inherit;
  }
  #gFooter .fBox .lBox .linkBox .title {
    margin-bottom: 2.4rem;
    padding-bottom: 0.8rem;
  }
  #gFooter .fBox .lBox .linkBox .linkUl {
    padding-left: 0.4rem;
    gap: 1.4rem 0;
  }
  #gFooter .fBox .lBox .linkBox .linkUl li {
    width: 50%;
  }
  #gFooter .fBox address {
    margin-bottom: 0;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */