@charset "UTF-8";
.c-entry__title {
  display: none;
}

.c-entry__header {
  display: none;
}

.l-contents__inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.smb-section__title {
  text-shadow: 2px 2px 5px #555;
}

.page-title {
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  text-shadow: 2px 2px 5px #555;
}

.page-title::before,
.page-title::after {
  content: "";
  width: 30px;
  height: 6px;
  background: #333;
  box-shadow: 2px 2px 5px #555;
  display: inline-block;
}

.page-title::before {
  margin-right: 15px;
  /* 文字との余白 */
}

.page-title::after {
  margin-left: 2px;
  /* 文字との余白 */
}

.subtitle {
  text-shadow: 2px 2px 5px #555;
}

.text-on-image-dry {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  top: 170px;
}

.text-on-image-oil {
  position: absolute;
  width: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.explanation,
.subtitle {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

.menu-item-181 {
  width: 15%;
  background-color: #f4d6eb;
}

.menu-item-182 {
  width: 15%;
  background-color: #def1ff;
}

.menu-item-183 {
  width: 15%;
  background-color: #e9e0ff;
}

.menu-item-184 {
  width: 15%;
  background-color: #dbffd4;
}

.menu-item-181 a,
.menu-item-182 a,
.menu-item-183 a,
.menu-item-184 a,
.menu-item-238 a {
  height: 80px;
  color: #333 !important;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.p-footer-sticky-nav ul li {
  border: 2px solid lightgray;
}

.c-drawer__menu {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.c-drawer__menu li {
  border-bottom: 2px solid skyblue;
}

.access-background {
  background-color: rgba(255, 255, 255, 0.6);
}

.l-footer {
  background: #00063a;
  color: #ffffff;
}

.l-footer__footer {
  background: #00063a !important;
  padding-top: 0 !important;
  text-align: center;
}

.fancy {
  width: 350px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.05em;
  outline: none;
  overflow: visible;
  padding: 0.7em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 28px;
}

.fancy::before {
  content: " ";
  width: 1.8rem;
  height: 3px;
  background: white;
  top: 50%;
  left: 2.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #333;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #333;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #333;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: black;
  background: white;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: black;
}

.fancy:hover .text {
  color: black;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.breadcrumbs {
  color: #fff;
  z-index: 20;
}

.page-id-7 .l-header {
  background-color: rgba(0, 6, 58, 0.3);
}

body:not(.page-id-7) .l-header {
  background-color: rgba(0, 6, 58, 0.4);
  height: 140px;
  transition: height 0.3s ease;
  z-index: 10;
}

body:not(.page-id-7) .l-header.shrink {
  height: auto;
  /* これで「元の高さ」に戻ります */
}

.page-id-10 .smb-information__item__body,
.page-id-208 .smb-information__item__body {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.smb-section__title {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

@media (max-width: 767px) {
  .wp-image-1819 {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */