@charset "UTF-8";
.zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.adel {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.enfont {
  font-family: "Lato", sans-serif;
}

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

.link-btn a {
  width: 25rem;
  height: 6rem;
  line-height: 6rem;
  background: #000;
  border-radius: 10.5rem;
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .link-btn a {
    line-height: 10.5rem;
    height: 10.5rem;
    width: 31.8rem;
    font-size: 3.5rem;
  }
}
.link-btn a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .link-btn a::after {
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
    right: 4.5rem;
  }
}
.link-btn a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.link-btn a:hover::after {
  border-top-color: #000;
  border-right-color: #000;
  right: 2rem;
}

.header {
  padding: 0 3.5rem 0 5.2rem;
  background: none;
  position: fixed;
}
@media print, screen and (min-width: 768px) {
  .header {
    top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 2.1rem 4rem 0;
    position: absolute;
    z-index: 5;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .logo {
  width: 25.8rem;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    width: 31rem;
    position: absolute;
    z-index: 5;
  }
}
.header .navigation {
  background: rgba(255, 255, 255, 0.9);
  padding: 0 2.5rem 0 3.9rem;
}
@media print, screen and (min-width: 768px) {
  .header .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7rem;
    height: 7rem;
    width: 77.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    background: rgba(40, 165, 235, 0.9);
    transition: 0.3s;
    height: 100%;
    padding: 15rem 0 0;
    overflow: auto;
  }
  .header .navigation.active {
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul {
    display: flex;
    align-items: center;
    gap: 3.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation ul.text-nav {
    width: 56.7rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation ul.text-nav li {
    border-bottom: 1px solid #fff;
  }
}
.header .navigation ul.text-nav li a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navigation ul.text-nav li a {
    font-size: 4.6rem;
    font-weight: 500;
    color: #fff;
    padding: 2.5rem 0;
    display: flex;
    align-items: center;
    opacity: 1 !important;
  }
}
.header .navigation ul.text-nav li a::after {
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul.text-nav li a::after {
    bottom: -0.5rem;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: 0.2s;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul.text-nav li a:hover::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .header .navigation ul.text-nav li a i {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation ul.text-nav li a i {
    width: 8rem;
    height: 8rem;
    position: relative;
    margin-left: auto;
    background: #000;
    border-radius: 8rem;
  }
  .header .navigation ul.text-nav li a i::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
.header .navigation ul.btn-nav {
  gap: 2rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header .navigation ul.btn-nav {
    display: none;
  }
}
.header .navigation ul.btn-nav li {
  width: 17rem;
  line-height: 4rem;
  border-radius: 4rem;
  padding: 0;
  transition: 0.3s;
}
.header .navigation ul.btn-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
}
.header .navigation ul.btn-nav li a::before {
  content: "";
  display: block;
  margin-right: 1.4rem;
}
.header .navigation ul.btn-nav li.order-menu {
  background: #000;
  border: 1px solid #000;
}
.header .navigation ul.btn-nav li.order-menu a::before {
  background: url("../img/common/order-icon-white.svg") no-repeat center/cover;
  width: 2rem;
  height: 1.5rem;
  transition: 0.3s;
}
.header .navigation ul.btn-nav li.order-menu:hover {
  background: #fff;
}
.header .navigation ul.btn-nav li.order-menu:hover a {
  opacity: 1;
  color: #000;
}
.header .navigation ul.btn-nav li.order-menu:hover a::before {
  background: url("../img/common/order-icon-black.svg") no-repeat center/cover;
  width: 1.9rem;
}
.header .navigation ul.btn-nav li.contac-menu {
  background: #28A5EB;
  border: 1px solid #28A5EB;
}
.header .navigation ul.btn-nav li.contac-menu a::before {
  background: url("../img/common/mail-icon-white.svg") no-repeat center/cover;
  width: 1.8rem;
  height: 1.3rem;
  transition: 0.3s;
}
.header .navigation ul.btn-nav li.contac-menu:hover {
  background: #fff;
}
.header .navigation ul.btn-nav li.contac-menu:hover a {
  opacity: 1;
  color: #28A5EB;
}
.header .navigation ul.btn-nav li.contac-menu:hover a::before {
  background: url("../img/common/mail-icon-blue.svg") no-repeat center/cover;
}
.header .navigation ul.btn-nav li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .header .sp-menu-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .sp-menu-btn {
    position: fixed;
    top: 3rem;
    right: 2.3rem;
    width: 7.5rem;
    z-index: 3;
  }
  .header .sp-menu-btn.active div span {
    top: 50% !important;
    bottom: auto !important;
  }
  .header .sp-menu-btn.active div span:nth-of-type(1) {
    transform: rotate(30deg);
  }
  .header .sp-menu-btn.active div span:nth-of-type(2) {
    display: none;
  }
  .header .sp-menu-btn.active div span:nth-of-type(3) {
    transform: rotate(-30deg);
  }
  .header .sp-menu-btn::after {
    transition: 0.3s;
    font-family: "Lato", sans-serif;
    content: "MENU";
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.085em;
    text-align: center;
    display: block;
    margin-top: 1.2rem;
  }
  .header .sp-menu-btn div {
    width: 7rem;
    height: 3.4rem;
    position: relative;
    margin: auto;
  }
  .header .sp-menu-btn div span {
    width: 100%;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .header .sp-menu-btn div span:nth-of-type(1) {
    top: 0;
  }
  .header .sp-menu-btn div span:nth-of-type(2) {
    top: calc(50% - 0.1em);
  }
  .header .sp-menu-btn div span:nth-of-type(3) {
    bottom: 0;
  }
}

.common-bg {
  background: no-repeat center 8rem/1920px;
  background-image: url("../img/common/contact-bg.png");
  background-image: -webkit-image-set(url("../img/common/contact-bg.webp") type("image/webp"), url("../img/common/contact-bg.png") type("image/png"));
  background-image: image-set(url("../img/common/contact-bg.webp") type("image/webp"), url("../img/common/contact-bg.png") type("image/png"));
}
@media only screen and (max-width: 767px) {
  .common-bg {
    background: no-repeat center 8rem/182%;
    background-image: url("../img/common/sp/contact-bg.png");
    background-image: -webkit-image-set(url("../img/common/sp/contact-bg.webp") type("image/webp"), url("../img/common/sp/contact-bg.png") type("image/png"));
    background-image: image-set(url("../img/common/sp/contact-bg.webp") type("image/webp"), url("../img/common/sp/contact-bg.png") type("image/png"));
  }
}

.contact {
  position: relative;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .contact {
    margin-bottom: 5rem;
  }
}
.contact .contact-image {
  position: absolute;
}
.contact .contact-image.image1 {
  top: 6.9rem;
  width: 38.8rem;
  left: -8.3rem;
}
@media only screen and (max-width: 767px) {
  .contact .contact-image.image1 {
    width: 30.9rem;
    top: 15.4rem;
    left: -7.1rem;
  }
}
.contact .contact-image.image2 {
  width: 33.7rem;
  bottom: -16.2rem;
  right: -6.7rem;
}
@media only screen and (max-width: 767px) {
  .contact .contact-image.image2 {
    width: 33.8rem;
    bottom: -20rem;
    right: -10.6rem;
  }
}
.contact .inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .contact .inner {
    width: 140rem;
  }
}
.contact .section-ttl {
  text-align: center;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .contact .section-ttl {
    margin-bottom: 10rem;
  }
}
.contact .section-ttl img {
  right: 0;
  margin: auto;
  width: 62.5rem;
}
@media print, screen and (min-width: 768px) {
  .contact--content {
    display: flex;
    align-items: stretch;
    gap: 4rem;
  }
}
.contact--content .content-box {
  width: 68rem;
  background: #28A5EB;
  border-radius: 10rem;
  padding: 5.3rem 0;
}
@media only screen and (max-width: 767px) {
  .contact--content .content-box {
    width: 68.7rem;
    margin: auto;
    padding: 5.3rem 0 4.9rem;
  }
  .contact--content .content-box:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}
.contact--content .content-box * {
  color: #fff;
  text-align: center;
}
.contact--content .content-box h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .contact--content .content-box h3 {
    font-size: 4.2rem;
    margin-bottom: 2.8rem;
  }
}
.contact--content .content-box h3::before {
  content: "";
  display: block;
  margin: 0 auto;
}
.contact--content .content-box h3 span {
  display: block;
  font-family: "Lato", sans-serif;
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .contact--content .content-box h3 span {
    font-size: 2.4rem;
    margin-top: 2.1rem;
  }
}
.contact--content .content-box small {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact--content .content-box small {
    font-size: 2rem;
  }
}
.contact--content .tel_content h3::before {
  background: url("../img/common/tel-icon.svg") no-repeat center/cover;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .contact--content .tel_content h3::before {
    width: 3.7rem;
    height: 3.7rem;
    margin-bottom: 2.4rem;
  }
}
.contact--content .tel_content a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  width: 42.5rem;
  margin: 0 auto 2rem;
  letter-spacing: 0.075em;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .contact--content .tel_content a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact--content .tel_content a {
    font-size: 7.2rem;
    width: 54rem;
    margin: 0 auto 2rem;
    border: none;
  }
  .contact--content .tel_content a::after {
    content: "ここを押すとお電話できます";
    display: block;
    width: 100%;
    background: #fff;
    line-height: 4rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #28A5EB;
    text-align: center;
    margin-top: 0.6rem;
    letter-spacing: 0.1em;
  }
}
.contact--content .mail_content h3 {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contact--content .mail_content h3 {
    margin-bottom: 3rem;
  }
}
.contact--content .mail_content h3::before {
  background: url("../img/common/mail-icon-white.svg") no-repeat center/cover;
  width: 3.2rem;
  height: 2.3rem;
  margin-bottom: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .contact--content .mail_content h3::before {
    width: 4.2rem;
    height: 3rem;
    margin-bottom: 2.8rem;
  }
}
.contact--content .mail_content a {
  display: block;
  width: 38.7rem;
  height: 6rem;
  line-height: 6rem;
  background: #fff;
  color: #28A5EB;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  border-radius: 8rem;
  margin: 0 auto 2rem;
  letter-spacing: 0.1em;
  transition: 0.3s;
  border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .contact--content .mail_content a {
    width: 50.3rem;
    height: 7.8rem;
    line-height: 7.8rem;
    font-size: 3rem;
    margin: 0 auto 2.5rem;
  }
}
.contact--content .mail_content a::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #28A5EB;
  border-right: 2px solid #28A5EB;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .contact--content .mail_content a::before {
    width: 1.4rem;
    height: 1.4rem;
    border-top-width: 0.4rem;
    border-right-width: 0.4rem;
  }
}
.contact--content .mail_content a:hover {
  background: #28A5EB;
  color: #fff;
  opacity: 1;
}
.contact--content .mail_content a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}

.footer {
  padding-bottom: 5rem;
  background: #ebebeb;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 6rem;
  }
}
.footer #page-top {
  background: #000;
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px) {
  .footer #page-top {
    width: 12rem;
    height: 12rem;
    margin: 0 auto 5.9rem;
  }
}
.footer #page-top a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.footer #page-top a img {
  width: 0.9rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .footer #page-top a img {
    width: 1.5rem;
  }
}
.footer #page-top a p {
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 767px) {
  .footer #page-top a p {
    font-size: 1.5rem;
  }
}
.footer .inner {
  margin: 0 auto 5rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .footer .inner {
    width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    flex-wrap: wrap;
    margin: 0 auto 6.2rem;
  }
}
.footer .logo {
  width: 33.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .logo {
    width: 40rem;
    margin: 6rem auto 0;
    order: 2;
  }
}
.footer .logo a {
  display: block;
}
.footer .logo img {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer .logo img {
    width: 100%;
  }
}
.footer .logo small {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .logo small {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer .logo small {
    font-size: 2rem;
  }
}
.footer .footer-nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media print, screen and (min-width: 768px) {
  .footer .footer-nav {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav {
    display: grid;
    width: 61rem;
    flex-wrap: wrap;
    margin: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer .footer-nav li a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-nav li a {
    font-size: 2.6rem;
  }
}
.footer .footer-nav li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.2s;
}
.footer .footer-nav li a:hover::before {
  width: 100%;
}
.footer .copyright small {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copyright small {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=common.css.map */