@charset "UTF-8";
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* ====================================================
HTML
==================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
  background: #f8f4f1;
  color: #2b4758;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  letter-spacing: 0.05em;
  z-index: 1;
  overflow-x: clip;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 14px;
  }
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

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

a {
  text-decoration: none;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.ja {
  font-family: "IBM Plex Sans JP", sans-serif;
}

/* ====================================================
Animation
==================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  filter: blur(1.5px);
  -webkit-filter: blur(1.5px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

/*文字アニメーション*/
.smoothText {
  overflow: hidden;
}

span.smoothTextTrigger {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 100%, 0);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0);
}

/* ====================================================
Header
==================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1001;
  opacity: 1;
  margin: 0 auto;
  background: #f8f4f1;
}

#header .headWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 99px;
  margin: 0;
  width: 100%;
  padding: 0 2%;
}
@media screen and (max-width: 1300px) {
  #header .headWrap {
    height: 67px;
  }
}

@media screen and (min-width: 835px) {
  body.top #header {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
}

@media screen and (min-width: 835px) {
  body.top #header.visible {
    opacity: 1;
    visibility: visible;
  }
}

#header.fixed {
  background: #f8f4f1;
  height: 90px;
  position: fixed;
}
@media screen and (max-width: 1300px) {
  #header.fixed {
    height: 67px;
  }
}

#header.active.fixed .headWrap {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#header.fixed a {
  top: 0;
}

#header #gNav {
  width: -moz-fit-content;
  width: fit-content;
}

#header #gNav ul li a:hover {
  text-decoration: none;
}

#header #gNav ul.flex-hd-nav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  gap: clamp(20px, 1.9vw, 30px);
}

#header #gNav ul.flex-hd-nav li {
  list-style: none;
  margin-left: 0;
}

#header .hd-left {
  display: block;
  width: 130px;
  justify-content: inherit;
  align-items: inherit;
  position: relative;
  top: auto;
}

#header.active.fixed .hd-left {
  display: block;
  width: 130px;
  justify-content: inherit;
  align-items: inherit;
  position: relative;
  top: auto;
}
@media screen and (max-width: 1300px) {
  #header.active.fixed .hd-left {
    width: 82px;
  }
}

@media only screen and (max-width: 835px) {
  #header .hd-logo img {
    width: 82px;
  }
}
#header.fixed .hd-logo {
  transform: none;
  opacity: 1;
}

#header .hd-logo {
  width: auto;
}

.hd-right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 clamp(50px, 2vw, 100px);
  position: relative;
  transform: none;
  left: auto;
}
@media screen and (max-width: 1500px) {
  .hd-right {
    width: 80%;
  }
}

.hd-btn-pc {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .hd-btn-pc {
    display: none;
  }
}

.hd-btn-pc .hd-btn-wrap {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.hd-btn-pc .hd-tel {
  display: block;
}

.hd-btn-pc .hd-tel div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hd-btn-pc .hd-tel img {
  margin-right: 10px;
  width: 20px;
}

.hd-btn-pc .hd-tel p {
  font-size: clamp(17px, 1.6vw, 18px);
  font-weight: 400;
  color: #2b4758;
  white-space: nowrap;
}

.hd-btn-pc a.hd-web {
  background-color: #61c4ce;
  height: 54px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 6%;
  color: #fff;
  -webkit-text-decoration: auto;
          text-decoration: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.hd-web img.pc-icon {
  width: 25px;
}

.hd-web img.arrow-icon {
  width: 10px;
  height: auto;
}

.hd-web p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.hd-btn-sp {
  display: none;
}
@media screen and (max-width: 1300px) {
  .hd-btn-sp {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}

/*spNav*/
#Nav {
  height: 100vh;
  height: 100dvh;
  display: block;
  transition: all 550ms ease 0.25s;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
}

#Nav.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

#Nav.active #Bg {
  background: rgba(0, 0, 0, 0.3);
}

#Nav nav {
  display: block;
  align-items: center;
  width: 100%;
  margin: 65px 0 auto 0;
  padding: 30px 0 100px;
  align-items: center;
  height: 100%;
  background: #f8f4f1;
  overflow-y: auto;
}

#Nav nav ul.ham-nav {
  display: block;
  width: 85%;
  margin-bottom: 17px;
}

#Nav nav ul.ham-nav li a {
  text-align: left;
  font-size: 15px;
  color: #2e4a5a;
  border-bottom: 1px dotted #c7c7c7;
  padding: 13px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Nav nav ul.ham-nav li a i {
  font-size: 13px;
  color: #61c4ce;
}

#Nav nav ul.flex-ham-navs {
  flex-wrap: wrap;
  margin: 0 10% 40px;
  width: 80%;
}

#Nav nav ul.flex-ham-navs li {
  color: #584f4b;
  font-size: 14px;
  font-size: 1.4rem;
  width: 50%;
}

#Nav nav ul.flex-ham-navs li a {
  color: #584f4b;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 0;
}

#Nav nav ul.flex-ham-navs li i {
  color: #a3394e;
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px;
}

#Nav nav ul.flex-ham-navs li:nth-of-type(1),
#Nav nav ul.flex-ham-navs li:nth-of-type(2) {
  margin-bottom: 25px;
}

#Nav.active .ham-ig {
  display: block;
  width: 80%;
}

#Nav.active .ham-ig {
  color: #a3394e !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 10%;
}

#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

#Nav::after {
  background: #f7eee8;
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

#Nav::before,
#Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}

#Nav.active::before,
#Nav.active::after {
  opacity: 1;
}

#Nav .closeBtn {
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}

#Nav nav ul {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}

#Nav nav ul li a {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  display: block;
  padding: 10px 10px;
}

#gNav ul li a .material-icons {
  color: #29aa70;
  font-size: 12px;
  font-size: 1.2rem;
}

#Nav nav ul li a:hover {
  color: #185990;
  text-decoration: none;
}

#Nav nav ul li a:hover::before {
  color: #fff;
}

#Nav nav ul li.mail a {
  background: #9e0000;
  padding: 20px 40px;
}

/*common btn*/
.cm-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.cm-btn a .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 70px;
  margin-right: 15px;
  position: relative;
}

.cm-btn a .circle:after {
  background: #d1e0d9;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.2s;
  border-radius: 70px;
  height: 70px;
  width: 70px;
}

.cm-btn a .circle i {
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.cm-btn a:hover .circle:after {
  height: 40px;
  width: 40px;
}

.cm-btn a .wrap {
  font-weight: 400;
  position: relative;
  overflow: hidden;
  color: #2e4a5a;
  font-size: clamp(12px, 1.1vw, 15px);
  height: 29px;
}
@media screen and (max-width: 1500px) {
  .cm-btn a .wrap {
    height: 23px;
  }
}

.flex-hd-nav .cm-btn a .wrap:after {
  content: none;
}

.cm-btn a span {
  position: relative;
  display: inline-block;
  color: #2b4758;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.cm-btn a span:after {
  content: attr(data-text);
  position: absolute;
  top: 1.5em;
  left: 0;
}

.cm-btn a span:nth-child(1) {
  transition-delay: 20ms;
}

.cm-btn a span:nth-child(2) {
  transition-delay: 40ms;
}

.cm-btn a span:nth-child(3) {
  transition-delay: 60ms;
}

.cm-btn a span:nth-child(4) {
  transition-delay: 80ms;
}

.cm-btn a span:nth-child(5) {
  transition-delay: 100ms;
}

.cm-btn a span:nth-child(6) {
  transition-delay: 120ms;
}

.cm-btn a span:nth-child(7) {
  transition-delay: 140ms;
}

.cm-btn a span:nth-child(8) {
  transition-delay: 160ms;
}

.cm-btn a span:nth-child(9) {
  transition-delay: 180ms;
}

.cm-btn a span:nth-child(10) {
  transition-delay: 200ms;
}

.cm-btn a:hover span {
  transform: translateY(-1.5em);
}

#header.active.fixed .hd-left {
  top: auto;
}

.Menu {
  display: none;
}
@media screen and (max-width: 1300px) {
  .Menu {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1010;
    transition: all 0.3s ease-in-out;
    height: 37px;
    width: 37px;
    background: #99c9ce;
    border-radius: 3.5px;
  }
  .Menu p {
    display: contents;
  }
}

@media screen and (max-width: 1300px) {
  .Menu span {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    display: inline;
    height: 1px;
    width: 14px;
    background: #fff;
    position: absolute;
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

@media screen and (max-width: 1300px) {
  .Menu span:nth-of-type(1) {
    top: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu span:nth-of-type(2) {
    top: 16px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu span:nth-of-type(3) {
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 8px;
    bottom: 0;
    font-weight: 300;
    color: white;
    background: transparent;
  }
}

@media screen and (max-width: 1300px) {
  .Menu.active {
    display: block;
    height: auto;
    height: 37px;
    width: 37px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu.active span {
    right: 23px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
    top: 5px;
    right: 12px;
    left: 11px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu.active span:nth-of-type(2) {
    transform: translateY(-7px) rotate(45deg);
    top: 19px;
    left: auto;
    right: 12px;
  }
}

@media screen and (max-width: 1300px) {
  .Menu.active span:nth-of-type(3) {
    display: block;
    right: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 1300px) {
  #Nav .btn-wrap {
    display: flex;
    flex-direction: row;
    width: 85%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
  }
  #Nav .btn-wrap .ham-tel {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: clamp(16.5px, 1.5vw, 20px);
    width: 45%;
  }
  #Nav .btn-wrap .ham-tel img {
    width: 14px;
  }
  #Nav .btn-wrap .ham-web {
    background-color: #61c4ce;
    height: 44px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 4%;
    color: #fff;
    -webkit-text-decoration: auto;
            text-decoration: auto;
    width: -moz-fit-content;
    width: fit-content;
    width: 50%;
  }
  #Nav .btn-wrap .ham-web p {
    font-size: 13px;
  }
  #Nav .btn-wrap .ham-web img.pc-icon {
    width: 22px;
  }
  #Nav .btn-wrap .ham-web img.arrow-icon {
    width: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .ham-table {
    margin: 27px auto;
    width: 85%;
    max-width: 600px;
  }
  .ham-table table .tbl-ttl,
  .ham-table table .tbl-day,
  .ham-table th.tbl-time,
  .ham-table .tbl-time-1 td,
  .ham-table .tbl-time-2 td {
    font-size: clamp(10px, 0.8vw, 12px);
    line-height: 1;
  }
  .ham-table .tbl-note span {
    display: block;
  }
}/*# sourceMappingURL=header.css.map */