@charset "UTF-8";
/*
Theme Name: Mei
Description: Mei Website
Author: forest-one Seno
Version: ver1.0
*/

/* =========================================
   Base style
   ========================================= */
/* body */
html,
body {
  background-color: #231815;
  color: #ffffff;
  font-family: Shippori Mincho, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

/* body fade-in */
body {
  opacity: 0;
  transition: opacity 1s ease-in;
}

body.fade-in {
  opacity: 1;
}

/* link */
a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #ffffff;
  opacity: 0.7;
}

/* p */
p {
  line-height: 1.7;
  padding: 0;
}

/* =========================================
   Section style
   ========================================= */
/* slider animation */
.carousel.carousel-fade .carousel-item {
  transition-duration: 0.8s;
  transition: opacity 0.8s ease-in-out !important;
}

/* photo section button */
.swiper-button-prev-photos,
.swiper-button-next-photos {
  color: #fff !important;
}

/* Google Map mono */
.ratio iframe {
  filter: grayscale(100%);
}

/* footer */
footer {
  background-color: #231815;
  font-size: 0.8em;
}

footer li {
  border-bottom: 1px solid #fff;
  list-style: none;
}

footer .box {
  margin: 0 auto;
}

footer .box a {
  color: #000;
  letter-spacing: 0.1em;
}

footer .box ul {
  padding-left: 0;
}

/* =========================================
   br custom
   ========================================= */
/* PC only */
.br-pc {
  display: block;
}

/* SP only */
.br-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  /* PC only -OFF- */
  .br-pc {
    display: none !important;
  }

  /* SP only -ON- */
  .br-sp {
    display: block !important;
  }
}

/* =========================================
   Global menu
   ========================================= */
/* slider start position */
.homepage-section {
  margin-top: 50px;
}

/* ul */
.global-menu-two-line {
  margin-right: -1px;
}

/* li */
.global-menu-two-line > li {
  text-align: center;
  list-style: none;
  flex-grow: 1;
  border-right: 1px solid #ffffff;
}

/* last li no-border */
.global-menu-two-line > li:last-child {
  border-right: none;
}

/* a */
.global-menu-two-line > li > a {
  display: block;
  padding: 7px;
  white-space: normal;
  line-height: 1.4;
  text-decoration: none;
  font-size: 0.9rem;
}

/* shadow */
.navbar-with-shadow {
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.1);
}

/* PC View (992px over) */
@media (min-width: 992px) {
  .homepage-section {
    margin-top: 90px;
  }
  .navbar-expand-lg .global-menu-two-line > li {
    flex-grow: 0 !important;
    width: auto !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    border-left: none !important;
  }
  .global-menu-two-line > li:last-child {
    border-right: none !important;
  }
  .global-menu-two-line .nav-item .nav-link br {
    display: block;
  }
}

/* =========================================
   boot custom
   ========================================= */
/* table block */
.wp-block-table table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
}

/* btn */
.btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

/* container */
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0;
  width: 100%;
}

/* =========================================
   Navigation style (from nav.css)
   ========================================= */
/* hamburger 三 button */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* close x button */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* spnav shadow */
.spnav {
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.1);
}

/* spnav decoration */
nav.spnav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #231815;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}

nav.spnav ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.spnav ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}

nav.spnav ul li:last-child {
  padding-bottom: 0;
}

nav.spnav ul li:hover {
  background: #30211d;
}

nav.spnav ul li a {
  display: block;
  color: #ffffff;
  padding: 1em 0;
  text-decoration: none;
}

/* jQuery class */
nav.spnav.active {
  opacity: 100;
  visibility: visible;
}

/* =========================================
   Footer Menu Custom Style
   ========================================= */
footer li {
  border-bottom: none !important;
}
footer a {
  color: #ffffff !important;
  text-decoration: none;
}
.footer-menu-list {
  padding: 0;
  list-style: none;
}

/* ----------------------------------------- */
/* PC view md 768px〜 */
/* ----------------------------------------- */
@media (min-width: 768px) {
  .footer-menu-list {
    margin-bottom: 1.5rem !important;
  }
  .footer-menu-list li {
    padding: 0 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    list-style: none;
    display: inline-block !important;
  }
  .footer-menu-list li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .footer-menu-list li:first-child {
    padding-left: 0;
  }
  .footer-menu-list li a {
    font-size: 0.9em;
    padding: 0;
    white-space: nowrap;
  }
}

/* ----------------------------------------- */
/* SP view md 〜767px */
/* ----------------------------------------- */
@media (max-width: 767px) {
  footer .small {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/* =========================================
   Breadcrumb Style
   ========================================= */
.breadcrumb-nav {
  font-size: 0.85rem;
  padding: 0;
}

.breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb-list li {
  display: flex;
  align-items: center;
}

.breadcrumb-list a {
  color: #ffffff;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-list a:hover {
  opacity: 0.7;
}

.breadcrumb-list li:not(:first-child)::before {
  content: "\A0\A0>\A0\A0";
  color: #999999;
  display: inline-block;
}

.breadcrumb-list li:last-child span {
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 767px) {
  .breadcrumb-nav {
    font-size: 0.75rem;
  }
}
