@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.fd_main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fffef2;
  padding: 2rem 0 5rem;
}

.page-hd {
  display: none;
}

.fd_key img {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.top-wrap {
  margin-top: 5rem;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top-wrap-title p {
  font-family: "Noto Serif JP", serif;
}
.top-wrap-title h2 {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 5rem;
  margin-top: 5px;
}
.top-wrap-title h2 span {
  font-size: 80%;
}
.top-wrap-title b.blue {
  font-weight: 400;
  color: #3f51b5;
}

.top-wrap-inner {
  margin-top: 2rem;
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/wrap-bg.png?v=1747795110);
  background-repeat: repeat-x;
  background-size: 70px;
  background-position: bottom;
}
.top-wrap-inner .top-wrap-inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 15px;
}
.top-wrap-inner .top-wrap-inner-box img {
  width: 130px;
}
.top-wrap-inner .top-wrap-inner-box p {
  color: #fff;
  font-size: 25px;
  font-family: "Noto Serif JP", serif;
}
.top-wrap-inner .top-wrap-inner-box span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.fd-hero {
  margin: 10rem auto;
  max-width: 500px;
}
.fd-hero .fd-hero-inner {
  position: relative;
}
.fd-hero .fd-hero-inner p {
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2rem;
}
.fd-hero .fd-hero-inner p::before {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-top.png?v=1747794930) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  left: -50px;
}
.fd-hero .fd-hero-inner p::after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-btm.png?v=1747794930) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -30px;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
.service-box h3 {
  margin-bottom: 2rem;
}
.service-box h3 span {
  display: block;
  text-align: center;
}
.service-box h3 strong {
  display: block;
  text-align: center;
  color: #09457d;
  font-size: 90%;
}
.service-box .search-big {
  width: 60%;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
}
.service-box .search-big .big-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.service-box .search-big .big-inner ul {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.service-box .search-big .big-inner ul li {
  width: 100%;
}
.service-box .search-big .big-inner ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-box .search-big .big-inner ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.service-box .service-small {
  width: 40%;
  background: #fff;
  padding: 4rem;
  border-radius: 2rem;
}
.service-box .service-small ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.service-box .service-small ul li {
  width: 100%;
}
.service-box .service-small ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-box .service-small ul li a::before {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.fd_item_nm {
  margin-top: 5rem;
  padding: 0 1rem;
}
.fd_item_nm h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fd_item_nm h2 strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.fd_item_nm h2 .eng {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.fd_item_nm h2 .jp {
  font-size: 13px;
  font-weight: 300;
}
.fd_item_nm h2::before {
  content: "";
  display: block;
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-left.png?v=1747812460) no-repeat;
  background-size: contain;
  width: 35%;
  height: 20px;
}
.fd_item_nm h2::after {
  content: "";
  display: block;
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-right.png?v=1747812460) no-repeat;
  background-size: contain;
  width: 35%;
  height: 20px;
}

.fd_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
.fd_item_box .fd_item_box_inner {
  padding: 2rem;
  width: 25%;
  position: relative;
}
.fd_item_box .fd_item_box_inner span.name {
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Noto Serif JP", serif;
}
.fd_item_box .fd_item_box_inner p {
  margin-top: 10px;
  font-size: 13px;
}
.fd_item_box .fd_item_box_inner h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
}
.fd_item_box .fd_item_box_inner p.fd_item_price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.fd_item_box .fd_item_box_inner p.fd_item_price span {
  font-size: 10px;
}
.fd_item_box .fd_item_box_inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #09457d;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  max-width: 80%;
  margin: 10px auto 0;
  color: #fff;
  font-size: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.fd_item_box .fd_item_box_inner a::before {
  font-family: "Material Symbols Outlined";
  content: "\e8cc";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.fd_item_box .fd_item_box_inner a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.fd-day-search {
  margin-top: 5rem;
}
.fd-day-search h2 {
  position: relative;
  text-align: center;
  max-width: 350px;
  font-size: 2rem;
  margin: 0 auto;
}
.fd-day-search h2::before {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-top.png?v=1747794930) no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: -40px;
  left: -50px;
}
.fd-day-search h2::after {
  content: "";
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-btm.png?v=1747794930) no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  right: -20px;
  bottom: -30px;
}
.fd-day-search ul {
  max-width: 350px;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.fd-day-search ul a {
  display: block;
  text-align: center;
  background: #0a457d;
  color: #fff;
  padding: 15px;
  position: relative;
  border-radius: 3rem;
  outline: 2px solid #fff;
  outline-offset: -7px;
}
.fd-day-search ul a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 60px;
}

.fd-cate {
  margin-top: 5rem;
}
.fd-cate h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fd-cate h2 strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.fd-cate h2 .eng {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.fd-cate h2 .jp {
  font-size: 13px;
  font-weight: 300;
}
.fd-cate h2::before {
  content: "";
  display: block;
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-left.png?v=1747812460) no-repeat;
  background-size: contain;
  width: 35%;
  height: 20px;
}
.fd-cate h2::after {
  content: "";
  display: block;
  background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-right.png?v=1747812460) no-repeat;
  background-size: contain;
  width: 35%;
  height: 20px;
}

.cate-box {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cate-box .cate-img {
  width: 45%;
  position: relative;
  padding-right: 5rem;
}
.cate-box .cate-img img {
  border-radius: 0 60px 60px 0;
}
.cate-box .cate-img span {
  position: absolute;
  font-size: 9rem;
  right: 0;
  top: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 0.6;
}
.cate-box .cate-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cate-box .cate-text h3 {
  font-size: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 3px solid #0a457d;
  margin-bottom: 2rem;
}
.cate-box .cate-text h3 span {
  font-family: "Noto Sans JP", sans-serif;
}
.cate-box .cate-text h3 strong {
  font-weight: 300;
  font-size: 18px;
}
.cate-box .cate-text a {
  display: block;
  text-align: center;
  background: #0a457d;
  color: #fff;
  padding: 15px;
  position: relative;
  outline: 2px solid #fff;
  outline-offset: -7px;
  max-width: 350px;
  margin-top: 2rem;
}
.cate-box .cate-text a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 60px;
}

.fd-price .cate-box h3 {
  gap: 5px;
}
.fd-price .cate-box h3 strong {
  font-size: 40px;
}
.fd-price .cate-box h3 span {
  font-size: 18px;
}

.md-faq {
  margin-top: 5rem;
}
.md-faq .md-inner {
  max-width: 500px;
  margin: 0 auto;
}

.faq-container {
  max-width: 600px;
  margin: auto;
  background: #fff;
}

.faq-title summary {
  cursor: pointer;
  background: #0a457d;
  color: #fff;
  padding: 1rem;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  position: relative;
}

.faq-title summary.title-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-title summary.title-faq::after {
  font-family: "Material Symbols Outlined";
  content: "\e145";
}

.faq-title[open] summary.title-faq::after {
  font-family: "Material Symbols Outlined";
  content: "\e15b";
}

.faq-title details[open] summary.qq::after {
  font-family: "Material Symbols Outlined";
  content: "\e316";
}

.faq-title details summary.qq::after {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.faq-title > div {
  padding: 20px;
}

.faq-title details {
  padding: 10px 0;
}

.faq-title details summary {
  background: none;
  color: #0a457d;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #0a457d;
  border-bottom: 1px solid #0a457d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.faq-title details p {
  margin: 0;
  padding-right: 30px;
  color: #0a457d;
  line-height: 1.6;
  -webkit-animation: fadeIn 0.3s ease-in;
          animation: fadeIn 0.3s ease-in;
  font-size: 15px;
}

.faq-title details p a {
  color: #303f9f;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.faq-title .qq::before {
  content: "Q";
}

.faq-title details .aa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding-top: 15px;
}

.faq-title details .aa-box::before {
  content: "A";
  color: #0a457d;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.more-b {
  margin: 5rem 0;
}
.more-b a {
  display: block;
  text-align: center;
  background: #0a457d;
  color: #fff;
  padding: 15px;
  position: relative;
  outline: 2px solid #fff;
  outline-offset: -7px;
  max-width: 350px;
  border-radius: 3rem;
  margin: 0 auto;
}
.more-b a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 60px;
}

.ft-menu {
  margin-top: 0;
}

@media screen and (min-width: 200px) and (max-width: 820px) {
  .fd_key img {
    max-width: 100%;
  }
  .top-wrap-inner {
    background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/wrap-bg.png?v=1747795110);
    background-repeat: repeat-x;
    background-size: 120px;
    background-position: bottom;
    padding: 0 1rem;
  }
  .top-wrap-inner .top-wrap-inner-box img {
    width: 130px;
    margin: 0 auto;
  }
  .top-wrap-inner .top-wrap-inner-box p {
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }
  .top-wrap-inner .top-wrap-inner-box span {
    font-size: 12px;
  }
  .fd-hero .fd-hero-inner p {
    max-width: 90%;
    margin: 0 auto;
  }
  .fd-hero .fd-hero-inner p::before {
    left: -10px;
  }
  .fd-hero .fd-hero-inner p::after {
    right: 10px;
  }
  .service-box {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
  .service-box .search-big,
  .service-box .service-small {
    width: 100%;
  }
  .fd_item_nm h2::before,
  .fd_item_nm h2::after,
  .fd-cate h2::before,
  .fd-cate h2::after {
    width: 10%;
    height: 10px;
  }
  .fd_item_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fd_item_box .fd_item_box_inner {
    padding: 2rem 1rem;
    width: 50%;
  }
  .fd_item_box .fd_item_box_inner span.name {
    font-size: 2rem;
    top: 4px;
    left: 0;
  }
  .fd_item_box .fd_item_box_inner p {
    margin-top: 5px;
    font-size: 11px;
  }
  .fd_item_box .fd_item_box_inner h3 {
    margin-top: 5px;
    font-size: 13px;
  }
  .fd_item_box .fd_item_box_inner a {
    max-width: 100%;
    font-size: 80%;
  }
  .fd-day-search h2 {
    max-width: 100%;
  }
  .fd-day-search h2::before {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-top.png?v=1747794930) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0px;
  }
  .fd-day-search h2::after {
    content: "";
    background: url(https://cdn.shopify.com/s/files/1/0749/0007/8897/files/h2-btm.png?v=1747794930) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
  .cate-box {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1rem;
  }
  .cate-box .cate-img {
    width: 100%;
    position: relative;
    padding-right: 5rem;
  }
  .cate-box .cate-img span {
    font-size: 6rem;
  }
  .cate-box .cate-img {
    padding-right: 2rem;
  }
  .cate-box .cate-text,
  .cate-box .cate-text a {
    width: 100%;
    max-width: 100%;
  }
  .cate-box .cate-text h3 {
    font-size: 3rem;
    gap: 1rem;
  }
  .fd-price .cate-box h3 strong {
    font-size: 30px;
  }
  .md-faq {
    padding: 0 1rem;
  }
  .top-wrap-inner .top-wrap-inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-wrap-title {
    text-align: center;
  }
  .top-wrap-title h2 {
    font-size: 4rem;
    margin-top: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fd-hero {
    margin: 5rem auto 5rem;
    max-width: 100%;
  }
  .service-box .service-small ul {
    max-width: 220px;
    margin: 0 auto;
  }
  .top-wrap-inner .top-wrap-inner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#MainContent .top-wrap-inner-box a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 5px !important;
}/*# sourceMappingURL=father.css.map */