@charset "UTF-8";
/* About */
.about {
  background-color: rgba(255, 241, 242, 0.3);
}

.about .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}

.about-text {
  flex: 1;
}
.about-text p {
  text-align: justify;
}

.about-img {
  flex: 1;
}

.about h2 {
  color: #a10033;
}
@media screen and (max-width: 768px) {
  .about h2 {
    text-align: center;
  }
}

/* Menu */
.menu {
  text-align: center;
}

.menu h2 {
  color: #a10033;
  margin-bottom: 10px;
}

.menu-title {
  color: #a10033;
  margin-bottom: 10px;
}

.title {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 8px;
}

.service-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.service-menu ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service-menu ul {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}

.menu-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-image {
    height: auto;
  }
}

.menu-link {
  margin-top: 60px;
}

.menu-list {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .menu-list {
    width: 100%;
  }
}

.menu-contents {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-contents {
    flex-direction: column;
  }
}

.menu-category {
  background-color: rgba(255, 241, 242, 0.3);
}
@media screen and (max-width: 768px) {
  .menu-category {
    height: auto;
  }
}
.menu-category .category-sevice-menu {
  padding-top: 60px;
}

.wp-pagenavi {
  margin-top: 80px;
}

.current {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF1F2;
  background-color: #e94560;
  border-radius: 50%;
  padding: 8px 8px;
  text-align: center;
  align-content: center;
}

.wp-pagenavi span.current {
  border: none;
}

.sec-title h2 {
  color: #a10033;
  text-align: center;
}
.sec-title p {
  text-align: center;
}

.contact {
  background-color: rgba(255, 241, 242, 0.3);
  width: 100%;
}
.contact form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.contact input {
  width: 100%;
  padding: 8px 0;
  border-color: rgba(0, 0, 0, 0.1);
}
.contact textarea {
  width: 100%;
  padding: 20px 0;
  border-color: rgba(0, 0, 0, 0.1);
}

.submit-btn {
  background-color: #a10033;
  border: 1px solid #a10033;
  color: #FFF1F2;
  cursor: pointer;
  font-weight: bold;
}
.submit-btn:hover {
  background-color: #fff;
  color: #a10033;
}

label {
  font-weight: bold;
}

.menu-link {
  text-align: center;
}

header {
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  box-sizing: border-box;
  align-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  height: 80px;
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
}

.logo {
  color: black;
  font-size: 32px;
}

.nav ul {
  font-weight: bold;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .nav ul {
    flex-direction: column;
    gap: 10px;
  }
}
.nav ul li a:hover {
  color: #a10033;
}

.nav .btn {
  background: #e94560;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  align-items: center;
}
.nav .btn:hover {
  color: #e94560;
  background: #fff;
}

/* Footer */
.footer {
  background: #800030;
  color: #fff;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 14px;
  }
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }
}

.footer-title, .footer-menu, .footer-sns {
  flex: 1;
}

.footer-icon {
  display: flex;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
}

.footer-nav li {
  margin-bottom: 8px;
}
.footer-nav li a:hover {
  color: black;
}

.footer-sns img {
  width: 24px;
  margin-right: 8px;
}

.copyright {
  text-align: center;
  padding-top: 40px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }
}

/* Access */
.access {
  background-color: rgba(255, 241, 242, 0.3);
}
.access h2 {
  text-align: center;
}
.access p {
  text-align: center;
}

.access-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .access-box {
    flex-direction: column;
  }
}

.access-info, .access-map {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .access-info, .access-map {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .access-info ul {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .access-info {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .access-map {
    width: 100%;
    margin-bottom: 60px;
  }
}

.access h2 {
  color: #a10033;
}

.access-info li {
  margin-bottom: 10px;
}

.access-map iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border: 0;
  display: block;
}

.access-box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.access-info, .access-map {
  flex: 1 1 300px;
}

html {
  width: 100%;
}

body {
  color: #333;
  line-height: 1.6;
  letter-spacing: 1.8;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

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

.wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
}

h2 {
  font-size: 32px;
}

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

/* Main Visual */
.mainvisual {
  background-image: url(../img/image/fv.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.main-text h1 {
  font-size: 64px;
  font-family: "Yeseva One", serif;
  margin-bottom: 0;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 480px) {
  .main-text h1 {
    font-size: 32px;
  }
}

.main-text {
  margin: 0 auto;
}
.main-text p {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.btn {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 28px;
  background-color: #FFF1F2;
  color: #881337;
  font-size: 16px;
  letter-spacing: 2px;
}
.btn:hover {
  background-color: transparent;
}

.main-text .menu-btn:hover {
  color: #fff;
}

.menu-btn {
  margin-top: 60px;
}

/* Section */
section {
  padding: 80px 0px;
  margin: 0 auto;
}

/* ハンバーガーアイコン初期状態 */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ×に変化 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ナビの開閉用 */
.nav {
  display: flex;
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
    margin-right: 14px;
  }
  .nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    background: white;
    color: #333;
    width: 100%;
    height: 100vh;
  }
  .nav ul {
    flex-direction: column;
    padding-top: 80px;
    padding-left: 0;
    gap: 64px;
  }
  .nav.active {
    display: flex;
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */