@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
html {
  --sc-pd-top: calc(var(--nav-height, 133px) - 53px);
  scroll-padding-top: var(--sc-pd-top);
}
html.ccm-toolbar-visible {
  scroll-padding-top: calc(var(--sc-pd-top) + 48px);
}
@media (max-width: 999px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  color: #101010;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #f472b6;
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #ff6f91;
  font-weight: bold;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

.wrapper {
  padding-top: var(--nav-height, 133px);
}
@media (max-width: 999px) {
  .wrapper {
    padding-top: 0;
  }
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  background-color: #ebeae9;
}
#contact .map {
  margin: 0 auto;
  width: min(100% - 20px, 1500px);
  height: 400px;
}
#contact .map iframe {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contact .contents {
  background: url(../images/conatact-bg.webp) no-repeat center/cover;
  margin-top: -245px;
  padding: 355px 10px 88px;
}
#contact a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#contact a:hover {
  opacity: 0.6;
}
#contact h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W7);
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 60px;
}
#contact h2 small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
#contact h2::before {
  content: "";
  width: 60px;
  height: 6px;
  background-color: #fce558;
  margin-bottom: 30px;
}
#contact .btn {
  margin-bottom: 25px;
}
#contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  max-width: 100%;
  height: 110px;
  border-radius: 55px;
  background: url(../images/arow-black3.webp) no-repeat center right 60px #fce558;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
  margin: 0 auto;
}
#contact .tel-time {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 35px;
}
#contact .tel-time a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
#contact .tel-time a span {
  font-size: 40px;
}
#contact .tel-time .time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media (max-width: 999px) {
  #contact .map {
    height: 300px;
  }
  #contact .contents {
    margin-top: -160px;
    padding: 240px 10px 70px;
  }
  #contact h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  #contact h2 small {
    font-size: 20px;
  }
  #contact h2::before {
    width: 50px;
    height: 5px;
  }
  #contact .btn a {
    width: 600px;
    height: 90px;
    font-size: 20px;
  }
  #contact .tel-time {
    column-gap: 25px;
  }
  #contact .tel-time a {
    font-size: 24px;
  }
  #contact .tel-time a span {
    font-size: 30px;
  }
  #contact .tel-time .time {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #contact .map {
    height: 250px;
  }
  #contact .contents {
    margin-top: -140px;
    padding: 200px 10px 60px;
  }
  #contact h2 {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #contact h2 small {
    font-size: 18px;
  }
  #contact h2::before {
    width: 40px;
    height: 4px;
    margin-bottom: 20px;
  }
  #contact .btn {
    margin-bottom: 15px;
  }
  #contact .btn a {
    width: 400px;
    height: 70px;
    font-size: 18px;
    background-image: none;
  }
  #contact .tel-time {
    column-gap: 15px;
  }
  #contact .tel-time a {
    font-size: 20px;
  }
  #contact .tel-time a span {
    font-size: 24px;
  }
  #contact .tel-time .time {
    font-size: 16px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
html.ccm-toolbar-visible #header {
  top: 48px;
}
#header a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: inherit;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 41px 2.5% 32px 2.4375%;
  background-color: #fff;
}
#header .logo {
  max-width: 228px;
}
#header #gnav {
  margin-left: auto;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 46px;
}
#header #gnav ul li a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#header #gnav ul li.contact {
  margin-left: -8px;
}
#header #gnav ul li.contact a {
  font-size: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 210px;
  height: 60px;
  border-radius: 30px;
  background-color: #f472b6;
}
@media (max-width: 999px) {
  #header {
    position: static;
  }
  #header .top {
    padding: 20px 10px;
  }
  #header #gnav ul {
    column-gap: 10px;
  }
  #header #gnav ul li a {
    font-size: 16px;
  }
  #header #gnav ul li.contact {
    margin-left: 0;
  }
  #header #gnav ul li.contact a {
    width: 190px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding: 10px 70px 10px 10px;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li.contact a {
    width: unset;
    height: unset;
    background-color: unset;
    justify-content: flex-start;
    border-radius: unset;
  }
}

@media (min-width: 768px) {
  #header.m_fixed .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 90px;
  z-index: 1;
  width: 60px;
  height: 60px;
}
#pagetop.fin {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  bottom: unset;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ed828b;
}
@media (max-width: 999px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 70px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  background-color: #f7f7f7;
  padding: 92px 0;
}
#footer a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .logo {
  max-width: 455px;
  margin-bottom: 32px;
}
#footer .contents {
  display: flex;
  column-gap: 10px;
  margin-bottom: 30px;
}
#footer .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.08em;
  color: #000;
}
#footer .data span {
  display: inline-block;
}
#footer .data a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-weight: 100;
  color: #000;
}
#footer .data a:hover {
  opacity: 0.6;
}
#footer .data .map {
  text-decoration: underline;
  color: #f472b6;
}
#footer .data .tels {
  line-height: 1.08;
}
#footer #fnav {
  flex: 1;
  margin-top: -5px;
}
#footer #fnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 0px 46px;
}
#footer #fnav ul li a {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  color: #101010;
}
#footer #fnav ul li.contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  width: 210px;
  height: 60px;
  background-color: #f472b6;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
}
#footer #fnav ul li.privacy {
  margin-left: -27px;
}
#footer #fnav ul li.privacy a {
  font-size: 16px;
}
#footer #fnav ul.link {
  margin-top: 18px;
}
#footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #000;
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0;
  }
  #footer .data {
    font-size: 16px;
  }
  #footer #fnav ul {
    column-gap: 20px;
  }
  #footer #fnav ul li a {
    font-size: 16px;
  }
  #footer #fnav ul li.contact a {
    width: 190px;
    height: 50px;
    font-size: 18px;
  }
  #footer #fnav ul li.privacy {
    margin-left: 0;
  }
  #footer #fnav ul li.privacy a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 0;
  }
  #footer .logo {
    margin: 0 auto 25px;
  }
  #footer .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 25px;
  }
  #footer .data {
    font-size: 14px;
  }
  #footer #fnav ul {
    column-gap: 10px;
    justify-content: center;
  }
  #footer #fnav ul li a {
    font-size: 14px;
  }
  #footer #fnav ul li.contact a {
    width: 180px;
    height: 40px;
    font-size: 16px;
  }
  #footer #fnav ul li.privacy a {
    font-size: 12px;
  }
  #footer #fnav ul.link {
    margin-top: 5px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */