/*
Theme Name:custom theme
Description:カスタムテーマ
Author: app_murata
Version:1.0.0
*/

/*-------common------*/
/*--準備中--*/
.case-inner .slide-inner {
  position: relative;
}
.case-inner .slide-inner::before {
  content: "準備中";
  font-size: clamp(20px, 2.5vw, 3.6rem);
  font-family: "Zen Old Mincho", serif;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
}
/*--準備中end--*/
/*--メールボタン--*/
.reserve-btn.mail-reserve-btn{
	display:none;
}
/*--準備中end--*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.6rem, 1.389vw, 2rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #2d2d2d;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2;
  margin: 0;
}
.mincho {
  font-family: "Zen Old Mincho", serif;
}
.eb-gara {
  font-family: "EB Garamond", serif;
}
.mincho-mix {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
}
.tit-height {
  line-height: 1.6;
}
.m-font {
  font-size: clamp(1px, 1.042vw, 1.5rem);
  font-size: clamp(1px, 1.111vw, 1.6rem);
  font-size: clamp(1px, 1.25vw, 1.8rem);
  font-size: clamp(1px, 1.389vw, 2rem);
  font-size: clamp(1px, 1.667vw, 2.4rem);
  font-size: clamp(1px, 2.5vw, 3.6rem);
  font-size: clamp(1px, 2.778vw, 4rem);
  font-size: clamp(1px, 3.333vw, 4.8rem);
  font-size: clamp(1px, 4.444vw, 6.4rem);
  font-size: clamp(1px, 6.667vw, 9.6rem);
  font-size: clamp(1px, 2.222vw, 3.2rem);
  font-size: clamp(1px, 2.361vw, 3.4rem);
}
p {
  line-height: 2;
  color: #2d2d2d;
  margin: 0;
}

a {
  text-decoration: none;
  color: #2d2d2d;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}
em {
  font-style: normal;
}
img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

body .sp-only {
  display: none;
}
.inner {
  padding-left: 0;
  padding-right: 0;
}
.flex-row {
  display: flex;
}
.re-row {
  flex-direction: row-reverse;
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.fw500 {
  font-weight: 500;
}
.fw400 {
  font-weight: 400;
}
.le08 {
  letter-spacing: 0.08em;
}
.le00 {
  letter-spacing: 0;
}
.le015 {
  letter-spacing: 0.15em;
}
.lh16 {
  line-height: 1.6;
}
.lh15 {
  line-height: 1.5;
}
.lh12 {
  line-height: 1.2;
}
.lh1 {
  line-height: 1;
}
.lh2 {
  line-height: 2;
}
.txtcenter {
  text-align: center;
}
* {
  box-sizing: border-box;
}

/*-------common-end------*/
/*-------hd------*/
.hd-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 21px 5.764% 0;
}
.hd-group .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.hd-co {
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 1.22em;
}
.hd-group .right {
  display: flex;
  align-items: stretch;
  justify-content: right;
  gap: 8px;
  flex-grow: 1;
}
/*-------nav------*/
.main-menu-container {
  position: relative;
  z-index: 3;
}
.main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00103c;
}
.main-menu li {
  font-family: "EB Garamond", "Zen Old Mincho", serif;
  position: relative;
  padding-right: 1.2em;
  padding-left: 1.2em;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-menu li a {
  transition: 0.35s ease-in-out;
  color: #fff;
  text-align: center;
  font-size: max(1.25vw, 1.8rem);
  line-height: 1;
  display: inline-block;
}
.main-menu li a:not(.sub-menu a):after {
  content: attr(title);
  display: block;
  color: #4fa1eb;
  font-size: clamp(15px, 1.042vw, 1.5rem);
  transition: 0.3s all;
  padding-top: 11px;
}
.main-menu li .sub-menu li {
  border-right: none;
}
.main-menu li:first-child {
  padding-left: 0;
}
.main-menu li:last-child {
  padding-right: 0;
  border-right: none;
}
.main-menu li .sub-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px 0;
  top: 100%;
  width: max(34.1vw, 491px);
  padding: 24px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 9;
}
.main-menu li .sub-menu li {
  padding: 0;
  text-align: center;
  margin-right: 9px;
}
.main-menu li .sub-menu li a {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
  font-size: max(1.111vw, 1.6rem);
  background: #e0f0ff;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 0.625em;
}
.main-menu li .sub-menu li:nth-child(4),
.main-menu li .sub-menu li:nth-child(7),
.main-menu li .sub-menu li:last-child {
  margin-right: 0;
}
.main-menu li .sub-menu li:nth-child(7) a {
  padding: 10px 4.03125em;
}
.main-menu li .sub-menu li:last-child a {
  padding: 10px 3.40625em;
}
.main-menu li a:hover {
  opacity: 0.7;
}
.main-menu li:hover > .sub-menu {
  display: flex;
}

.no-click a:not(.sub-menu a) {
  pointer-events: none;
  cursor: pointer;
}
/*-------hamburger-css---*/
#menu-button {
  visibility: hidden;
  background: #0a3990;
  opacity: 1;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 900;
  top: 30px;
  right: 30px;
  width: 47px;
  height: 47px;
}

#menu-button.nav-on {
  visibility: visible;
  opacity: 1;
}

#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 27px;
  height: 19px;
}

#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 27px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
}

#menu-button .ham-lines span {
  bottom: 8px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}

#menu-button .ham-lines::before {
  top: 0;
  animation: menu-bar01 0.75s forwards;
}

#menu-button .ham-lines::after {
  bottom: 0px;
  animation: menu-bar03 0.75s forwards;
}

#menu-button .ham-text {
  color: #fff;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 2px;
}

#menu-button.is-active .ham-lines span {
  opacity: 0;
}

#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 0.5s forwards;
}

#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 0.5s forwards;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(9px) rotate(0);
  }

  100% {
    transform: translateY(9px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-9px) rotate(0);
  }

  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/*-------ft/contact-----*/

.contact-inner {
  background: url(../../uploads/2025/12/ft-bg.jpg) no-repeat;
  background-size: cover;
  padding: 66px 0;
}
.contact-wrap a {
  margin-right: 6px;
}
.contact-wrap .last {
  margin-right: 42px;
}
.logo-wrap {
  text-align: center;
  margin-bottom: 25px;
}
.add-txt {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  line-height: 1.4375;
  margin-bottom: 50px;
}
.add-txt span:first-child {
  margin-right: 1em;
}
.contact-inner .wrap {
  align-items: flex-start;
}
/*-------ft/google-map-----*/
.gm-sec {
  width: 100%;
  height: 548px;
  position: relative;
  overflow: hidden;
}
.gm-sec iframe {
  height: calc(548px + 360px);
  margin-top: -170px;
}
.gm-sec .g-link-btn {
  position: absolute;
  top: 64px;
  left: 80px;
}
/*-------ft/nav-----*/
.footerwrap {
  position: relative;
}
.ft-group.wrap {
  padding: 83px 8.125% 83px 14.584%;
  justify-content: space-between;
  align-items: flex-start;
  gap: 215px;
}
.ft-tit {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3055em;
  color: #0a3990;
  margin-bottom: 22px;
}
.ft-main-menu-nav-right .ft-main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 0;
}
.ft-main-menu li::before {
  content: "";
  display: inline-block;
  border: 6px solid #2d2d2d;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ft-main-menu li {
  padding-left: 18px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4375;
}
.ft-main-menu-nav-right {
  padding-left: 16px;
}
.ft-main-menu-nav-left .ft-main-menu li {
  margin-bottom: 11px;
}
.ft-main-menu-nav-left .ft-main-menu li:last-child {
  margin-bottom: 0;
}
.ft-main-menu-nav-right .ft-main-menu li {
  margin-right: 24px;
}
.ft-main-menu-nav-right .ft-main-menu li:last-child {
  margin-right: 0;
}
/*-------ft/page-top-----*/
.pc-backtop {
  text-align: right;
  padding-bottom: 46px;
  padding-right: 46px;
}
/*-------ft/copy-----*/
.copyright-container {
  text-align: center;
  line-height: 1.4375;
  padding-bottom: 26px;
}
.copyright {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.111vw, 1.6rem);
  letter-spacing: 0.1em;
}
/*-------ft-icon-css---*/

.sp-footer-icons-container {
  display: none;
  justify-content: space-around;
  align-items: stretch;
  position: fixed;
  z-index: 600;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}

/*-------sp----*/

/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .contact-inner .wrap {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body{
    padding-bottom: 80px;
  }
  body .inner {
    padding-left: 3%;
    padding-right: 3%;
  }
  .flex-row {
    flex-direction: column;
  }
  .flex-row.re-row {
    flex-direction: column;
  }
  .wrap {
    flex-direction: column;
  }
  .grid-wrap {
    grid-template-columns: 1fr;
  }

  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .hd-group {
    padding: 25px 2.935% 0;
  }
  .hd-group .right.pc-only {
    display: none;
  }
  .logp-wrap {
    width: 74px;
  }

  body #menu-button {
    position: fixed;
    visibility: visible;
    opacity: 1;
    display: flex;
    z-index: 701;
  }

  #main-menu-container {
    position: fixed;
    z-index: 700;
    top: 0;
    left: auto;
    right: -100vw;
    bottom: auto;
    overflow-y: auto;
    background: #b7ddff;
    background-size: cover;
    display: none;
    width: 100vw;
    height: 100vh;
    transition: 0.3s linear;
  }
  .main-menu {
    flex-direction: column;
    background: none;
  }
  .main-menu li:first-child {
    padding-top: 0;
  }
  .main-menu li {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 16px;
    text-align: center;
  }
  .main-menu li a {
    color: #00103c;
  }
	.main-menu li:hover > .sub-menu {
  display: grid;
}
  .main-menu li .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    gap: 5px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    transform: none;
    top: auto;
    background: none;
    left: auto;
  }
  .main-menu li .sub-menu li {
    margin-right: 0px;
  }
  .main-menu li .sub-menu li:nth-child(7) a {
    padding: 10px;
  }
  .main-menu li .sub-menu li:last-child a {
    padding: 10px;
  }
  .no-click a:not(.sub-menu a) {
    padding-bottom: 14px;
  }

  #main-menu-container.is-active {
    right: 0vw;
  }

  body #main-menu-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-inner .wrap {
    align-items: center;
  }
  .logo-wrap {
    margin-bottom: 15px;
  }
  .add-txt {
    margin-bottom: 35px;
  }
  .contact-wrap a {
    margin-right: 0;
  }
  .reserve-btn.last {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .contact-inner {
    padding: 60px 3% 50px;
  }
  .gm-sec {
    height: 350px;
  }
  .gm-sec iframe {
    height: calc(350px + 150px);
    margin-top: -150px;
  }
  .gm-sec .g-link-btn {
    top: 40px;
    left: 20px;
  }
  .ft-group.wrap {
    padding: 50px 3% 40px;
    gap: 20px;
  }
  .ft-main-menu-nav-right {
    padding-left: 0;
  }
  .pc-backtop {
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    right: 22px;
    bottom: 11px;
  }
	.pc-backtop img{
		width:65%;
	}
  .sp-footer-icons-container {
    display: flex;
  }
}
