@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  margin: 0;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  font-feature-settings: "palt";
  text-rendering: optimizeSpeed;
  animation: fadein 2s forwards;
}
@media (max-width: 768px) {
  body {
    background-image: none;
  }
}
body.home {
  background: #0a0a0a url(../images/common/bg.png) no-repeat center/100%;
  background-attachment: fixed;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

.fs17 {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .fs17 {
    font-size: 1.4rem;
  }
}

.fs18 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .fs18 {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .fs18 {
    font-size: 1.4rem;
  }
}

.fs20 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .fs20 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .fs20 {
    font-size: 1.6rem;
  }
}

.fs22 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .fs22 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .fs22 {
    font-size: 1.8rem;
  }
}

.fs24 {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .fs24 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .fs24 {
    font-size: 1.8rem;
  }
}

.fc__yellow {
  color: #feef3d;
}

.fc__green {
  color: #66b200;
}

.fc__gray {
  color: #66667e;
}

.fc__blue {
  color: #00175b;
}

.fc__lightblue {
  color: #0474ce;
}

.fw__bold {
  font-weight: bold;
}

.border__ttl {
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 3.4rem;
}
.border__ttl span {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.button {
  max-width: 405px;
  margin: 0 auto;
  color: #fff;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
  font-size: 2.1rem;
}

.cmn__btn {
  text-align: center;
  display: block;
  max-width: 309px;
  margin: 0 auto;
}

.wrap {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.flex {
  display: flex;
}

.slideshow .slick-dots {
  bottom: 20px;
}
.slideshow .slick-next,
.slideshow .slick-prev {
  z-index: 2;
}
.slideshow .slick-next:before,
.slideshow .slick-prev:before {
  width: 30px;
  height: 52px;
  display: block;
}
@media (max-width: 768px) {
  .slideshow .slick-next:before,
  .slideshow .slick-prev:before {
    width: 20px;
    height: 26px;
  }
}
.slideshow .slick-next {
  right: 20px;
}
.slideshow .slick-next:before {
  content: "";
  background: url(../images/top/arrow__right.svg) no-repeat center/cover;
}
.slideshow .slick-prev {
  left: 20px;
}
.slideshow .slick-prev:before {
  content: "";
  background: url(../images/top/arrow__left.svg) no-repeat center/cover;
}

.pages_mv {
  padding: 80px 20px;
}
.pages_mv span {
  color: #fff;
  text-align: center;
  display: block;
}
.pages_mv span.jp {
  font-size: 2.4rem;
}
.pages_mv span.en {
  font-size: 1.3rem;
}

.pagetop {
  z-index: 700;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #00A6C4;
  background: #fff;
  opacity: 0;
}
@media (max-width: 768px) {
  .pagetop {
    right: 15px;
    bottom: 80px;
  }
}
.pagetop .arrow-1-t {
  display: inline-block;
  width: 20px; /* 大きさ */
  height: 20px; /* 大きさ */
  margin: 10px 15px 0;
  border-top: 2px solid #000; /* 線の太さ・色 */
  border-left: 2px solid #000; /* 線の太さ・色 */
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-powerlite .pages_mv {
  background: url(../images/welcome/mv.png) no-repeat center/cover;
}
.page-powerlite .powerlite__contents {
  padding: 120px 0;
}
.page-powerlite .powerlite__contents h3 {
  color: #fff;
  font-size: 2rem;
  margin: 30px 0 50px;
  text-align: center;
}
.page-powerlite .powerlite__contents ul {
  display: flex;
  gap: 2%;
}
@media (max-width: 768px) {
  .page-powerlite .powerlite__contents ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.page-powerlite .powerlite__contents ul li a {
  text-align: center;
  display: block;
}

.site-header {
  background: #000;
  overflow: hidden;
}
.site-header .header-top .hd__txt {
  font-size: 13px;
  margin: 9px 0 15px;
}
@media (max-width: 768px) {
  .site-header .header-top .hd__txt {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .site-header .header-top .hd__txt {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .site-header .header-bottom {
    padding-bottom: 20px;
  }
}
.site-header .header-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .header-bottom .hd_logo {
    width: 100%;
  }
}
.site-header .header-bottom .hd_logo img {
  width: 100%;
  max-width: 74px;
}
@media (max-width: 768px) {
  .site-header .header-bottom .hd_logo img {
    margin: 0 auto;
    max-width: 60px;
  }
}
@media (max-width: 768px) {
  .site-header .header-bottom .tel {
    display: none;
  }
}
.site-header .header-bottom .tel span {
  font-size: 13px;
}
@media (max-width: 768px) {
  .site-header .header-bottom .contact_btn {
    display: none;
  }
}
.site-header .header-bottom .contact_btn img {
  width: 200px;
}
.site-header .global-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-header .global-nav ul li {
  margin: 0 15px;
}
.site-header .global-nav ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.site-header .global-nav ul li a span {
  display: block;
}
.site-header .global-nav ul li a .jp {
  font-weight: bold;
}
.site-header .global-nav ul li a .en {
  font-size: 13px;
}
.site-header .drawer-nav {
  opacity: 0;
  background: #d1cac9;
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  z-index: 800;
  height: 100%;
  padding: 100px 30px 30px 30px;
}
.site-header .drawer-nav ul {
  flex-direction: column;
  text-align: right;
}
@media (max-width: 768px) {
  .site-header .drawer-nav ul {
    padding-top: 60px;
  }
}
.site-header .drawer-nav ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.site-header .drawer-nav ul li a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #333;
}
.site-header .hamburger {
  position: absolute;
  right: 20px;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .site-header .hamburger {
    display: flex;
    z-index: 900;
  }
}
.site-header .hamburger span {
  width: 25px;
  margin: 0 auto;
  height: 2px;
  background: #000;
  display: block;
  transition: all 0.3s;
}
.site-header.menu-open .hamburger {
  background: none;
  border: 2px solid #000;
}
.site-header.menu-open .drawer-nav {
  top: 0;
  right: 0;
  transition: 1s;
  opacity: 1;
}
.site-header.menu-open .hamburger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.site-header.menu-open .hamburger span:nth-child(2) {
  opacity: 0;
}
.site-header.menu-open .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 768px) {
  .global-nav {
    display: none;
  }
}
.footer {
  padding: 80px 0 0;
  background: #000;
}
.footer__top {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__top .ft_logo {
  max-width: 70px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .footer__top .ft_logo {
    width: 50%;
  }
}
.footer__top ul {
  width: 30%;
}
@media (max-width: 768px) {
  .footer__top ul {
    width: 50%;
  }
}
.footer__top ul li {
  list-style: disc;
  line-height: 2;
}
.footer__top ul li a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer__top .fc__yellow {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.footer__top__txt {
  text-align: center;
  background: #0e171b;
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .footer__top__txt {
    width: 100%;
  }
}
.footer__top__txt__inner {
  padding: 10px;
  border: 1px solid #fff;
}
.footer__top__txt h3 {
  margin-bottom: 20px;
}
.footer__bottom {
  margin-top: 50px;
}
.footer__bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer__bottom ul {
    flex-direction: column;
    gap: 10px;
  }
}
.footer__bottom ul li {
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer__bottom ul li {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer__bottom ul li:nth-of-type(1) a img {
    width: 100%;
  }
}
.footer__bottom ul li a {
  text-decoration: underline;
}
.footer .copy {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 5px 5px 20px;
}
.footer .copy a {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .footer .copy {
    font-size: 12px;
  }
}

.page-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
@media (max-width: 768px) {
  .page-nav {
    flex-direction: column;
  }
}
.page-nav li {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-nav li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-nav li:last-child {
    margin-bottom: 0;
  }
}
.page-nav li a {
  display: block;
}
.page-nav li a img {
  margin: 0 auto;
}

.home .mv {
  text-align: center;
}
.home .mv img {
  margin: 30px auto;
}
.home .concept {
  padding: 50px 0;
  background: url(../images/top/concept__bg.png) no-repeat center/cover;
}
.home .concept__inner {
  background: rgba(47, 46, 46, 0.92);
  max-width: 830px;
  margin: 0 auto;
  padding: 5% 5% 20px;
}
.home .concept h2 {
  text-align: center;
  font-size: 3.4rem;
}
@media (max-width: 768px) {
  .home .concept h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .home .concept h2 {
    font-size: 2.4rem;
  }
}
.home .concept p {
  text-align: center;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 30px;
}
.home .scene {
  background: url("../images/top/scene-bg.png") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}
.home .scene__lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.home .scene__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}
.home .scene__images li {
  width: 22%;
}
@media (max-width: 768px) {
  .home .scene__images li {
    width: 47%;
  }
}
.home .scene__images li img {
  width: 100%;
  height: auto;
  display: block;
  border: 4px solid #666;
}
.home .scene__btn {
  text-align: center;
}
.home .scene__btn img {
  margin: 0 auto;
}

.cta {
  max-width: 884px;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cta {
    padding: 12% 0;
  }
}
@media (max-width: 480px) {
  .cta {
    padding: 14% 0;
  }
}
.cta .wrap {
  border: 1px #fff dashed;
  padding: 30px 20px;
}
.cta ul {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  .cta ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.cta ul li {
  width: 48%;
}
@media (max-width: 768px) {
  .cta ul li {
    width: 100%;
  }
}
.cta p {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .cta p {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .cta p {
    font-size: 2.4rem;
  }
}

body.page {
  background: url(../images/common/pages__bg.png) no-repeat center top/100%;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body.page {
    background: #1d1d1d;
    background-image: none;
  }
}
body.page #contents .wrap {
  max-width: 980px;
  background: rgba(35, 35, 35, 0.8);
}

.wp-pagenavi {
  text-align: center;
  margin: 2rem 0;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  text-decoration: none;
}

body.page-good .mv {
  text-align: center;
}
body.page-good .mv img {
  margin: 0 auto;
}
body.page-good .good__section01,
body.page-good .good__section02,
body.page-good .good__section03,
body.page-good .good__section04,
body.page-good .good__section05 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-good .good__section01,
  body.page-good .good__section02,
  body.page-good .good__section03,
  body.page-good .good__section04,
  body.page-good .good__section05 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section01,
  body.page-good .good__section02,
  body.page-good .good__section03,
  body.page-good .good__section04,
  body.page-good .good__section05 {
    padding: 30px 10px;
  }
}
body.page-good .good__section01 h2 {
  font-weight: bold;
  font-size: 2.8rem;
  border: 1px solid #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-good .good__section01 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section01 h2 {
    font-size: 1.8rem;
  }
}
body.page-good .good__section01__btn {
  margin-top: 20px;
  text-align: center;
}
body.page-good .good__section01__btn a {
  display: inline-block;
}
body.page-good .good__section02__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2%;
}
@media (max-width: 768px) {
  body.page-good .good__section02__flex {
    display: block;
  }
}
body.page-good .good__section02__flex__txt {
  width: 68%;
}
@media (max-width: 768px) {
  body.page-good .good__section02__flex__txt {
    width: 100%;
  }
}
body.page-good .good__section02__flex__txt h2 {
  margin-bottom: 20px;
}
body.page-good .good__section02__flex__txt h2 span {
  font-size: 2.1rem;
  border-bottom: 1px dashed #fff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-good .good__section02__flex__txt h2 span {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section02__flex__txt h2 span {
    font-size: 1.6rem;
  }
}
body.page-good .good__section02__flex__photo {
  width: 31%;
}
@media (max-width: 768px) {
  body.page-good .good__section02__flex__photo {
    width: 100%;
  }
}
body.page-good .good__section02__flex__photo img {
  margin-bottom: 4%;
}
body.page-good .good__section03 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-good .good__section03 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section03 h2 {
    font-size: 1.8rem;
  }
}
body.page-good .good__section03__flex {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
body.page-good .good__section03__flex__txt {
  width: 69%;
}
@media (max-width: 768px) {
  body.page-good .good__section03__flex__txt {
    width: 100%;
  }
}
body.page-good .good__section03__flex__txt dl {
  margin-bottom: 20px;
}
body.page-good .good__section03__flex__txt dl dt {
  margin-bottom: 10px;
}
body.page-good .good__section03__flex__txt dl dt span {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 5px 20px;
  background: #000;
}
@media (max-width: 768px) {
  body.page-good .good__section03__flex__txt dl dt span {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section03__flex__txt dl dt span {
    font-size: 1.8rem;
  }
}
body.page-good .good__section03__flex__photo {
  width: 31%;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-good .good__section03__flex__photo {
    width: 100%;
  }
}
body.page-good .good__section03__flex__photo img {
  margin-bottom: 4%;
}
body.page-good .good__section04 h2 {
  padding: 5px 10px;
  background: #8a0005;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.page-good .good__section04 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section04 h2 {
    font-size: 1.8rem;
  }
}
body.page-good .good__section04 .flex {
  justify-content: space-between;
  margin: 30px 0 40px;
}
@media (max-width: 768px) {
  body.page-good .good__section04 .flex {
    flex-direction: column;
  }
}
body.page-good .good__section04 .flex li {
  width: 48%;
  max-width: 274px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.page-good .good__section04 .flex li {
    max-width: 100%;
    width: 100%;
  }
}
body.page-good .good__section04 .flex li p {
  text-align: center;
  margin-top: 10px;
}
body.page-good .good__section04 div {
  text-align: center;
}
body.page-good .good__section05 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-good .good__section05 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-good .good__section05 h2 {
    font-size: 1.8rem;
  }
}
body.page-good .good__section05 .flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-good .good__section05 .flex {
    flex-direction: column;
  }
}
body.page-good .good__section05 p {
  margin-top: 30px;
}

body.page-scene .mv {
  text-align: center;
}
body.page-scene .mv img {
  margin: 0 auto;
}
body.page-scene #contents .wrap {
  max-width: 980px;
  background: rgba(35, 35, 35, 0.8);
}
body.page-scene .scene__section01 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-scene .scene__section01 {
    padding: 30px 10px;
  }
}
body.page-scene .scene__section01 .flex {
  flex-wrap: wrap;
  gap: 4%;
  padding: 0 6%;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01 .flex {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
}
body.page-scene .scene__section01 .flex li {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  z-index: 1;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01 .flex li {
    width: 100%;
    margin-bottom: 70px;
  }
}
body.page-scene .scene__section01 .flex li .obi {
  position: absolute;
  left: -32px;
  top: 10px;
  z-index: 1;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01 .flex li .obi {
    left: 0;
    top: -38px;
    width: 100%;
    z-index: -1;
  }
  body.page-scene .scene__section01 .flex li .obi img {
    width: 100%;
    max-width: initial;
  }
}
body.page-scene .scene__section01 .flex li p {
  margin-top: 10px;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01 h2 {
    font-size: 2rem;
  }
}
body.page-scene .scene__section01__txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-scene .scene__section01__txt {
    text-align: left;
  }
}
body.page-scene .scene__section01__btn {
  margin-top: 20px;
  text-align: center;
}
body.page-scene .scene__section01__btn a {
  display: inline-block;
}

body.page-inquiry .inquiry__section01,
body.page-inquiry .inquiry__section02 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-inquiry .inquiry__section01,
  body.page-inquiry .inquiry__section02 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-inquiry .inquiry__section01,
  body.page-inquiry .inquiry__section02 {
    padding: 30px 10px;
  }
}
body.page-inquiry .inquiry__section01 {
  padding-top: 8%;
}
body.page-inquiry .inquiry__section01__inner {
  text-align: center;
  border: 1px dashed #fff;
  padding: 30px 20px;
  margin: 0 auto 20px;
  max-width: 600px;
}
body.page-inquiry .inquiry__section01__tel {
  font-size: 4.2rem;
  font-weight: bold;
  margin: 10px 0 30px;
}
@media (max-width: 768px) {
  body.page-inquiry .inquiry__section01__tel {
    font-size: 3.2rem;
  }
}
@media (max-width: 480px) {
  body.page-inquiry .inquiry__section01__tel {
    font-size: 2.2rem;
  }
}
body.page-inquiry .inquiry__section01__btn {
  text-align: center;
}
body.page-inquiry .inquiry__section01__btn a {
  display: inline-block;
}
body.page-inquiry .inquiry__section02 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  body.page-inquiry .inquiry__section02 {
    padding-bottom: 12%;
  }
}
@media (max-width: 480px) {
  body.page-inquiry .inquiry__section02 {
    padding-bottom: 60px;
  }
}
body.page-inquiry .inquiry__section02 h2 {
  font-weight: bold;
  font-size: 2.8rem;
  border: 1px solid #fff;
  padding: 15px;
  display: block;
  max-width: 684px;
  margin: 0 auto 30px;
  text-align: center;
}
body.page-inquiry .inquiry__section02 p {
  text-align: center;
  margin-bottom: 20px;
}
body.page-inquiry .inquiry__section02 p:last-child {
  margin-bottom: 0;
}
body.page-inquiry .wp-block-snow-monkey-forms-item.smf-item {
  margin-bottom: 20px;
}

body.page-faq .faq__section01,
body.page-faq .faq__section02 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-faq .faq__section01,
  body.page-faq .faq__section02 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-faq .faq__section01,
  body.page-faq .faq__section02 {
    padding: 30px 10px;
  }
}
body.page-faq .faq__section01 h2,
body.page-faq .faq__section02 h2 {
  font-weight: bold;
  font-size: 2.8rem;
  border: 1px solid #fff;
  padding: 15px;
  display: block;
  max-width: 684px;
  margin: 0 auto 30px;
  text-align: center;
}
body.page-faq .faq__section01 ul li,
body.page-faq .faq__section02 ul li {
  margin-bottom: 20px;
}
body.page-faq .faq__section01 ul li dl,
body.page-faq .faq__section02 ul li dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
body.page-faq .faq__section01 ul li dl dt,
body.page-faq .faq__section02 ul li dl dt {
  color: #a39e9d;
  margin-bottom: 10px;
}
body.page-faq .faq__section01 ul li dl dd:nth-of-type(2),
body.page-faq .faq__section02 ul li dl dd:nth-of-type(2) {
  margin-top: 20px;
  color: rgb(226, 170, 170);
}
body.page-faq .cta {
  padding-top: 60px;
}

body.page-products .products__section01,
body.page-products .products__section02 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-products .products__section01,
  body.page-products .products__section02 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-products .products__section01,
  body.page-products .products__section02 {
    padding: 30px 10px;
  }
}
body.page-products .products__section01__flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex {
    display: block;
  }
}
body.page-products .products__section01__flex__photo {
  width: 48%;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex__photo {
    width: 100%;
  }
}
body.page-products .products__section01__flex__photo .thumbnail {
  text-align: center;
  margin-top: 10px;
}
body.page-products .products__section01__flex__photo .thumbnail .slick-track {
  transform: unset !important;
}
body.page-products .products__section01__flex__photo .thumbnail-img {
  width: 50px !important;
  height: 50px;
  overflow: hidden;
  margin: 0 5px;
}
body.page-products .products__section01__flex__photo .thumbnail-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.page-products .products__section01__flex__photo .thumbnail .slick-current {
  opacity: 1;
}
body.page-products .products__section01__flex__txt {
  width: 48%;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex__txt {
    width: 100%;
    margin-top: 30px;
  }
}
body.page-products .products__section01__flex__txt .price__flex {
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex__txt .price__flex {
    justify-content: center;
  }
}
body.page-products .products__section01__flex__txt .price__flex p {
  border: 1px solid #fff;
  display: inline-block;
  height: 100%;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex__txt .price__flex p {
    display: none;
  }
}
body.page-products .products__section01__flex__txt .price__flex__number {
  background: rgb(138, 0, 5);
  font-size: 2.8rem;
  padding: 0 10px;
}
@media (max-width: 768px) {
  body.page-products .products__section01__flex__txt .price__flex__number {
    background: none;
    text-align: center;
  }
}
body.page-products .products__section01__flex__txt .price__flex__number small {
  font-size: 1.8rem;
}
body.page-products .products__section01__flex__txt h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  margin: 50px 0 20px;
}
body.page-products .products__section01 ul.btn {
  justify-content: center;
  gap: 2%;
  margin: 60px 0 80px;
}
@media (max-width: 768px) {
  body.page-products .products__section01 ul.btn {
    flex-direction: column;
    margin: 20px 0 30px;
  }
  body.page-products .products__section01 ul.btn li {
    margin-bottom: 4%;
  }
}
body.page-products .products__section02 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  border: 1px solid #fff;
  padding: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-products .products__section02 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  body.page-products .products__section02 h2 {
    font-size: 1.8rem;
  }
}
body.page-products .products__section02 ul {
  gap: 2%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.page-products .products__section02 ul {
    flex-direction: column;
  }
}
body.page-products .products__section02 ul li {
  width: 32%;
  margin-bottom: 4%;
}
@media (max-width: 768px) {
  body.page-products .products__section02 ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.page-products .products__section02 ul li .item {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body.page-products .products__section02 ul li .item img {
    width: 50%;
  }
}
body.page-products .products__section02 ul li .item h3 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin: 10px 0 10px;
}
body.page-products .products__section02 ul li p {
  margin-top: 10px;
  font-size: 2rem;
}
body.page-products .products__section02 .price {
  margin-top: 20px;
}
body.page-products .products__section02 .price__flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-products .products__section02 .price__flex {
    display: block;
  }
}
body.page-products .products__section02 .price__flex p {
  border: 1px solid #fff;
  display: inline-block;
  height: 100%;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  body.page-products .products__section02 .price__flex p {
    display: none;
  }
}
body.page-products .products__section02 .price__flex__number {
  background: rgb(138, 0, 5);
  font-size: 1.7rem;
  padding: 0 10px;
}
@media (max-width: 768px) {
  body.page-products .products__section02 .price__flex__number {
    background: none;
  }
}
body.page-products .products__section02 .price__flex__number small {
  font-size: 1.8rem;
}

body.page-method .method__section01,
body.page-method .method__section02 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-method .method__section01,
  body.page-method .method__section02 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-method .method__section01,
  body.page-method .method__section02 {
    padding: 30px 10px;
  }
}
body.page-method .method__section01__flex {
  gap: 2%;
}
@media (max-width: 768px) {
  body.page-method .method__section01__flex {
    flex-direction: column;
  }
}
body.page-method .method__section01__flex__photo {
  width: 48%;
}
@media (max-width: 768px) {
  body.page-method .method__section01__flex__photo {
    width: 100%;
  }
}
body.page-method .method__section01__flex__txt {
  width: 60%;
}
@media (max-width: 768px) {
  body.page-method .method__section01__flex__txt {
    width: 100%;
  }
}
body.page-method .method__section01__flex__txt h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-method .method__section01__flex__txt h2 {
    text-align: center;
    margin-top: 10px;
    border-top: 1px #fff dashed;
    padding-top: 20px;
  }
}
body.page-method .method__section01__flex__txt h2 span {
  display: inline-block;
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 1px #fff dashed;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  body.page-method .method__section01__flex__txt h2 span {
    border-bottom: none;
  }
}
body.page-method .method__section02 h2 {
  font-weight: bold;
  font-size: 2.8rem;
  border: 1px solid #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-method .method__section02 h2 {
    font-size: 2.8rem;
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.page-method .method__section02 h2 {
    font-size: 2.4rem;
  }
}
body.page-method .method__section02 ul li {
  margin-bottom: 50px;
}
body.page-method .method__section02 ul li .flex {
  gap: 2%;
}
@media (max-width: 768px) {
  body.page-method .method__section02 ul li .flex {
    display: block;
  }
}
body.page-method .method__section02 ul li .flex .photo {
  width: 40%;
}
@media (max-width: 768px) {
  body.page-method .method__section02 ul li .flex .photo {
    width: 100%;
  }
}
body.page-method .method__section02 ul li .flex .txt {
  width: 58%;
}
@media (max-width: 768px) {
  body.page-method .method__section02 ul li .flex .txt {
    width: 100%;
  }
}
body.page-method .method__section02 ul li .flex .txt h3 {
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  body.page-method .method__section02 ul li .flex .txt h3 {
    margin: 10px 0;
    font-size: 28px;
  }
}

body.page-contact .contact__section01 {
  padding: 4%;
}
@media (max-width: 768px) {
  body.page-contact .contact__section01 {
    padding: 60px 20px;
  }
}
@media (max-width: 480px) {
  body.page-contact .contact__section01 {
    padding: 30px 10px;
  }
}
body.page-contact .calendar-order {
  color: #fff;
  padding: 40px 20px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  body.page-contact .calendar-order {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-contact .calendar-order__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
body.page-contact .calendar-order__top > div {
  flex: 1;
  min-width: 300px;
}
body.page-contact .calendar-order__top h3 {
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
body.page-contact .calendar-order__top img {
  max-width: 100%;
  height: auto;
  border: 1px solid #fff;
}
body.page-contact .calendar-order__phone {
  text-align: center;
}
body.page-contact .calendar-order__phone p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
body.page-contact .calendar-order__phone .tel {
  font-size: 2.2rem;
  font-weight: bold;
}
body.page-contact .calendar-order__phone .tel span {
  font-size: 2.6rem;
}
body.page-contact .calendar-order__phone .time {
  font-size: 1.4rem;
}
body.page-contact .calendar-order__notice {
  border: 1px dashed #fff;
  padding: 20px;
  margin: 40px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
body.page-contact .calendar-order__notice .red {
  color: #f00;
  font-weight: bold;
}
body.page-contact .calendar-order__form h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid #fff;
  padding: 20px;
}
body.page-contact .calendar-order__form p {
  line-height: 1.8;
}
body.page-contact .calendar-order__form p a {
  color: #0af;
  text-decoration: underline;
}
body.page-contact .calendar-order__form p a:hover {
  opacity: 0.8;
}
body.page-contact .calendar-order ul.flex {
  gap: 2%;
  max-width: 800px;
  margin: 30px auto 50px;
}
@media (max-width: 768px) {
  body.page-contact .calendar-order ul.flex {
    max-width: 100%;
    flex-direction: column;
  }
  body.page-contact .calendar-order ul.flex li:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
body.page-contact .parts__img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.page-contact .parts__img {
    margin-bottom: 20px;
  }
}
body.page-contact .parts__img img {
  margin: 0 auto;
}
body.page-contact .order-info {
  padding: 50px 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  body.page-contact .order-info {
    padding: 20px 0 0;
  }
}
body.page-contact .order-info__title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  border: 1px solid #666;
  margin: 40px 0 20px;
}
body.page-contact .order-info__block {
  margin-bottom: 40px;
}
body.page-contact .order-info__block h3 {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.page-contact .order-info__block h4 {
  font-weight: bold;
  margin-top: 20px;
}
body.page-contact .order-info__block p {
  margin-bottom: 10px;
}
body.page-contact .order-info__block ol {
  margin-left: 20px;
  list-style: decimal;
}
body.page-contact .order-info__block ol li {
  margin-bottom: 5px;
}
body.page-contact .order-info__block a {
  color: #66ccff;
  text-decoration: underline;
}
body.page-contact .order-info__block a:hover {
  opacity: 0.8;
}
body.page-contact .order-info__contact {
  border-top: 1px dotted #666;
  padding-top: 20px;
}
body.page-contact .order-info__contact p {
  margin-bottom: 10px;
}
body.page-contact .order-info__contact a {
  color: #66ccff;
}

.smf-select-control,
select {
  width: 100%;
  text-align: center;
}
.smf-form .smf-select-control__control {
  background-color: #ddd;
  color: #000;
}

.smf-text-control__control {
  width: 100%;
  padding: 5px;
  margin-top: 10px;
}

.smf-action {
  text-align: center;
}

.smf-button-control__control {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 30px;
}/*# sourceMappingURL=style.css.map */