@charset "UTF-8";
/**** 共通カラー ****/
/* CSS Document */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Figtree";
  src: url("../font/Figtree-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background-repeat: repeat-y;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
}

a {
  display: block;
  width: 100%;
}

.display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .display-sp {
    display: block;
  }
}

.display-pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .display-pc {
    display: none;
  }
}

.l-flex {
  display: flex;
}

.inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner.is-fluid {
  max-width: none;
}

.text-medium {
  font-family: "NotoSansJP-Medium";
}

.text-bold {
  font-family: "NotoSansJP-Bold";
}

.header.is-bg {
  background-color: #0a54ac;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  width: 100%;
  height: 80px;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 10px;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .header_inner {
  width: 75vw;
  margin: auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header .header_inner {
    width: 100%;
    max-width: 1080px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header .header_inner {
    padding: 0 15px;
  }
}
.header .header_inner .header-logo img {
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .header .header_inner .header-logo img {
    max-width: 176px;
  }
}
.header .header_menu {
  display: flex;
  color: #ffffff;
  justify-content: flex-end;
}

#NavWrap .header_menu li {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#NavWrap .header_menu li > a {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  padding: 8px 18px 10px 18px;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li > a {
    padding: 7px 10px;
  }
}
#NavWrap .header_menu li.reservation-btn {
  border-radius: 10px;
  background: linear-gradient(#01adaf 0%, #04aa72 100%);
  overflow: hidden;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li.reservation-btn a {
    font-size: clamp(1rem, 1.25vw, 1.2rem);
    text-align: center;
    line-height: 1.25;
  }
}
#NavWrap .header_menu li.tel-btn {
  border-radius: 10px;
  background: linear-gradient(#5da1ea 0%, #0167d1 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li.tel-btn {
    width: 40px;
    height: 40px;
  }
}
#NavWrap .header_menu li.tel-btn a {
  padding: 8px 14px 10px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li.tel-btn a {
    padding: 0;
  }
}
#NavWrap .header_menu li.tel-btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-60%);
  background-image: url(../image/tel-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.0930555556vw;
  max-width: 15.74px;
  height: 1.7875vw;
  max-height: 25.74px;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li.tel-btn a::before {
    width: 4.1013333333vw;
    height: 6.864vw;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(15%);
  }
}
#NavWrap .header_menu li.tel-btn a span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #NavWrap .header_menu li.tel-btn a span {
    display: none;
  }
}

.footer {
  background-color: #0a54ac;
  padding: 40px 0 60px 0;
}
.footer .l-flex {
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .footer .l-flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.footer .l-flex li {
  margin-right: 6.25vw;
}
@media screen and (max-width: 768px) {
  .footer .l-flex li {
    margin: 0 auto 14px;
  }
}
.footer .l-flex li a {
  color: #ffffff;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .footer .l-flex li a {
    font-size: 1.4rem;
  }
}
.footer .l-flex li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .footer .l-flex li:last-child {
    margin: auto;
  }
}
.footer small {
  display: block;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer small {
    font-size: 1.2rem;
  }
}

/*ハンバーガー--------------------------------------*/
#switch {
  display: none;
}

#switch ~ label {
  position: fixed;
  box-sizing: border-box;
  top: 18px;
  right: 22px;
  cursor: pointer;
  z-index: 99;
}

#switch ~ label .hamburger {
  height: 16px;
}

#switch ~ label .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, top 0.3s ease-in-out;
}

#switch ~ label .hamburger span:first-child {
  top: 0px;
}

#switch ~ label .hamburger span:nth-child(2) {
  top: 8px;
}

#switch ~ label .hamburger span:last-child {
  top: 16px;
}

#switch ~ label .menu {
  font-family: "NotoSerifJP-Black";
  margin-top: 5px;
  font-size: 0.9rem;
  line-height: 1.4444444444;
}

#switch ~ label .menu .close {
  display: none;
}

#switch ~ .header_nav_cover {
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition: opacity 0.5s ease;
}

#switch:checked ~ .header_nav_cover {
  opacity: 1;
  visibility: visible;
}

/* チェック時のアニメーション */
#switch:checked ~ label .hamburger span:first-child {
  transform: rotate(30deg);
  top: 12px;
}

#switch:checked ~ label .hamburger span:nth-child(2) {
  opacity: 0;
}

#switch:checked ~ label .hamburger span:last-child {
  transform: rotate(-30deg);
  top: 12px;
}

#switch:checked ~ #NavWrap {
  opacity: 1;
  pointer-events: auto;
  /* クリックを有効化 */
  clip-path: inset(0 0 0 0);
  /* クリップを解除 */
  transition: opacity 0.2s ease-out;
}

#switch:checked ~ label .menu .open {
  display: none;
}

#switch:checked ~ label .menu .close {
  display: block;
}

@media screen and (max-width: 768px) {
  #NavWrap {
    width: 100%;
  }
}

#switch:checked ~ #NavWrap {
  right: 0;
  transition: 0.5s;
}

/*ページナビゲーション--------------------------------------*/
.navigation {
  width: 100%;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: auto;
}

.navigation .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  white-space: nowrap;
  border-radius: 10px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi a:hover {
  color: #fff;
}
.wp-pagenavi a:hover:before {
  background-color: #fff;
}

.wp-pagenavi .previouspostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 14px;
  aspect-ratio: 1;
  transform: scale(-1, 1);
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  left: 8px;
}

.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 14px;
  aspect-ratio: 1;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 14px;
  right: 8px;
}

/*ページナビここまで--------------------------------------*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a[href^="tel:"] span {
  cursor: default;
}

/*404---------------------------------------------------*/
.page404 h1 {
  text-align: center;
  margin-bottom: 37px;
  font-size: clamp(2.8rem, 3.2vw, 4.2rem);
}
.page404 h1 span {
  display: block;
  margin-top: 20px;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.page404 .error-wrapper {
  text-align: center;
  line-height: 1.8;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
}
.page404 .error-wrapper .description {
  margin-bottom: 37px;
}
.page404 .error-wrapper .top-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.page404 .error-wrapper .top-back-btn a {
  display: inline-block;
  padding: 10px 20px;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  background-color: #3e3a39;
  color: #fff;
  max-width: 240px;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
}/*# sourceMappingURL=common.css.map */