@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================== サイト全体ブレイクポイント設定(モバイル＋PC) ================================== */
/* ================================== headerブレイクポイント設定(モバイル＋PC) ================================== */
/* ================================== サイト全体ブレイクポイント設定(モバイル＋タブレット＋PC) ================================== */
/* ====================================== サイト全体変数設定 ====================================== */
/* ====================================== サイト全体color設定 ====================================== */
/* ====================================== サイト全体font設定 ====================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 375px;
  margin-top: 92px;
  color: #7B7B7B;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width: 521px) {
  body {
    min-width: 1104px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 1001px) {
  body {
    margin-top: 153px;
  }
}
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}
a img {
  border: none;
}

.mb {
  display: block;
}
@media print, screen and (min-width: 521px) {
  .mb {
    display: none;
  }
}

.pc {
  display: block;
}
@media print, screen and (max-width: 520px) {
  .pc {
    display: none;
  }
}

section {
  padding: 0px 16px;
}
@media print, screen and (min-width: 521px) {
  section {
    padding: 0;
  }
}
@media print, screen and (max-width: 520px) {
  section {
    min-height: 500px;
  }
}

.l-section {
  width: 100%;
}
@media print, screen and (min-width: 521px) {
  .l-section {
    width: calc(100% - 252px);
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 520px;
  padding: 0;
}
@media print, screen and (min-width: 521px) {
  .l-inner {
    max-width: 1024px;
    padding: 0;
  }
}

.l-inner {
  display: flex;
}
@media print, screen and (max-width: 520px) {
  .l-inner {
    flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 1001px) {
  .main {
    margin-top: 0px;
  }
}

.parts__list {
  display: flex;
  flex-wrap: wrap;
}
.parts__item {
  width: calc((100% - 20px) / 2);
  margin-right: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 161px;
}
@media print, screen and (min-width: 521px) {
  .parts__item {
    width: calc((100% - 45px) / 4);
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    min-height: 194px;
  }
}
.parts__item a {
  display: block;
  height: 100%;
}
.parts__item__img-box {
  height: 96px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media print, screen and (min-width: 521px) {
  .parts__item__img-box {
    height: 139px;
  }
}
.parts__item__img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.parts__item__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 1;
}
.parts__item__tag-box {
  display: flex;
  margin: 5px 2px;
  min-height: 21px;
}
.parts__item__tag {
  font-size: 1rem;
  background-color: #CB5757;
  color: white;
  padding: 2px 2px;
}
@media print, screen and (min-width: 521px) {
  .parts__item__tag {
    padding: 2px 5px;
  }
}
.parts__item__tag-b {
  background-color: #5776CB;
  margin-left: 5px;
}
.parts__item__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 10px;
  color: #7B7B7B;
}

.news__list {
  border-top: 2px dotted #CB5757;
}
.news__link {
  border-bottom: 2px dotted #CB5757;
  padding: 10px;
  color: #7B7B7B;
  display: block;
}
@media print, screen and (min-width: 521px) {
  .news__link {
    padding: 20px;
    display: flex;
  }
}
.news__time {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 521px) {
  .news__time {
    margin-right: 30px;
  }
}
.news__ttl {
  font-size: 1.6rem;
}

.p-ttl {
  text-align: center;
  line-height: 1;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-ttl::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 2px solid #CB5757;
  border-radius: 50%;
}
@media print, screen and (max-width: 520px) {
  .p-ttl::before {
    width: 80px;
    height: 80px;
  }
}
.p-ttl__txt {
  font-size: 3rem;
  font-weight: 700;
  color: #CB5757;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 520px) {
  .p-ttl__txt {
    font-size: 2.6rem;
  }
}
.p-ttl__en {
  font-size: 1.2rem;
  color: #7B7B7B;
  font-family: "Pacifico", cursive;
  position: relative;
  background-color: #fff;
  padding: 2px;
}
@media print, screen and (max-width: 520px) {
  .p-ttl__en {
    font-size: 1rem;
  }
}

.p-archive-ttl {
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-archive-ttl__txt {
  font-size: 3rem;
  font-weight: 700;
  color: #CB5757;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 520px) {
  .p-archive-ttl__txt {
    font-size: 2.6rem;
  }
}
.p-archive-ttl__en {
  font-size: 1.3rem;
  color: #7B7B7B;
  font-family: "Pacifico", cursive;
  position: relative;
  color: #5776cb;
  padding-top: 5px;
}
.p-archive-ttl__en::before {
  position: absolute;
  content: "";
  top: 0;
  word-wrap: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% + 5px);
  background-color: #7B7B7B;
}
@media print, screen and (max-width: 520px) {
  .p-archive-ttl__en {
    font-size: 1rem;
  }
}

.p-subttl {
  font-size: 2.6rem;
  color: #5776cb;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 520px) {
  .p-subttl {
    font-size: 1.6rem;
  }
}

.p-smap-ttl {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}
@media print, screen and (max-width: 520px) {
  .p-smap-ttl {
    font-size: 1.4rem;
  }
}
.p-smap-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #CB5757;
}

.p-cnt-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #CB5757;
  padding: 5px 0 5px 15px;
  position: relative;
  background-color: #fff7f2;
}
@media print, screen and (max-width: 520px) {
  .p-cnt-ttl {
    font-size: 1.4rem;
  }
}
.p-cnt-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #CB5757;
}

.p-list--numbered {
  counter-reset: main-num;
}
.p-list--numbered .p-list__title {
  padding-left: 2.2em;
}
.p-list--numbered .p-list__title::after {
  counter-increment: main-num;
  content: counter(main-num) ".";
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 2rem;
  font-weight: 700;
  color: #CB5757;
}
@media print, screen and (max-width: 520px) {
  .p-list--numbered .p-list__title::after {
    font-size: 1.4rem;
  }
}
.p-list__title {
  font-size: 2rem;
  font-weight: 700;
  color: #CB5757;
  padding: 5px 0 5px 15px;
  position: relative;
  background-color: #fff7f2;
}
@media print, screen and (max-width: 520px) {
  .p-list__title {
    font-size: 1.4rem;
  }
}
.p-list__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #CB5757;
}
.p-list__title {
  margin-bottom: 10px;
}
.p-list__text {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 10px;
}
@media print, screen and (max-width: 520px) {
  .p-list__text {
    font-size: 1.2rem;
  }
}
.p-list__text--p-rlb {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 10px 10px;
}
@media print, screen and (max-width: 520px) {
  .p-list__text--p-rlb {
    font-size: 1.2rem;
  }
}

.p-sublist {
  padding: 0 10px;
  counter-reset: sub-num;
  list-style: none;
}
.p-sublist__item {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7B7B7B;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__item {
    font-size: 1.2rem;
  }
}
.p-sublist__item--circle .p-sublist__title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 1em;
  height: 1em;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #5776cb;
  box-sizing: border-box;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__item--circle .p-sublist__title::before {
    top: 5px;
  }
}
.p-sublist__item--circle-background .p-sublist__title::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 1em;
  height: 1em;
  background-color: #5776cb;
  border-radius: 50%;
  border: 1px solid #5776cb;
  box-sizing: border-box;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__item--circle-background .p-sublist__title::before {
    top: 5px;
  }
}
.p-sublist__item--num .p-sublist__title::before {
  counter-increment: sub-num;
  content: counter(sub-num) ".";
  position: absolute;
  left: 5px;
  top: 0px;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__item--num .p-sublist__title::before {
    top: 1px;
  }
}
.p-sublist__item--num-circle .p-sublist__title::before {
  counter-increment: sub-num;
  content: counter(sub-num);
  position: absolute;
  left: 4px;
  top: 7px;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: 1px solid #5776cb;
  background-color: #fff;
  color: #5776cb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75em;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__item--num-circle .p-sublist__title::before {
    top: 5px;
  }
}
.p-sublist--dl {
  padding: 0;
}
.p-sublist__item--dl {
  margin-bottom: 1em;
}
.p-sublist__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5776cb;
  display: block;
  position: relative;
  padding-left: 1.5em;
}
@media print, screen and (max-width: 520px) {
  .p-sublist__title {
    font-size: 1.2rem;
  }
}
.p-sublist__text {
  display: block;
  margin-top: 4px;
}

.p-txt--dot,
.p-txt--dot-red {
  position: relative;
  padding-left: 1em;
}
.p-txt--dot::before,
.p-txt--dot-red::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #7B7B7B;
}
@media print, screen and (max-width: 520px) {
  .p-txt--dot::before,
  .p-txt--dot-red::before {
    top: 9px;
  }
}

.p-txt--dot-red::before {
  background-color: #CB5757;
}

.c-red {
  color: #CB5757;
}

.c-link {
  color: #0017c1;
}

@media print, screen and (min-width: 521px) {
  .faq-list {
    padding-left: 20px;
  }
}
.faq-list .faq-item {
  border: 2px solid #5776cb;
  border-radius: 10px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #5776cb;
}
.faq-list .faq-item__dt {
  background-color: #5776cb;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 6px 12px 9px;
}
@media print, screen and (max-width: 520px) {
  .faq-list .faq-item__dt {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.faq-list .faq-item__dd {
  display: flex;
  gap: 5px;
  padding: 10px 10px 10px 30px;
  background-color: white;
}
@media print, screen and (max-width: 520px) {
  .faq-list .faq-item__dd {
    padding: 10px;
  }
}
.faq-list .faq-item__dd .faq-a-mark {
  color: #CB5757;
  font-weight: 700;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 520px) {
  .faq-list .faq-item__dd .faq-a-mark {
    font-size: 1.2rem;
  }
}
.faq-list .faq-item__dd .faq-answer-text {
  font-size: 1.4rem;
  word-break: break-all;
}
@media print, screen and (max-width: 520px) {
  .faq-list .faq-item__dd .faq-answer-text {
    font-size: 1rem;
  }
}

.p-rec-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 14px;
  background-color: #5776cb;
}
@media print, screen and (max-width: 520px) {
  .p-rec-ttl {
    padding: 10px;
    font-size: 1.6rem;
  }
}

.rec-list {
  padding: 20px;
}
@media print, screen and (max-width: 520px) {
  .rec-list {
    padding: 10px 5px;
  }
}
.rec-list__item {
  display: flex;
  border-left: 1px solid #707070;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.rec-list__item:nth-last-of-type(1) {
  border-bottom: 1px solid #707070;
}
.rec-list__item__dt {
  font-size: 1.6rem;
  padding: 15px 0px 15px 15px;
  background-color: #f4f4f4;
  width: 135px;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .rec-list__item__dt {
    padding: 10px 0px 10px 10px;
    font-size: 1.2rem;
    width: 84px;
  }
}
.rec-list__item__dd {
  padding: 15px 0px 15px 30px;
  flex: 1;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 520px) {
  .rec-list__item__dd {
    padding: 10px 0px 10px 10px;
    font-size: 1.2rem;
  }
}

.cmp-list {
  padding: 20px;
}
@media print, screen and (max-width: 520px) {
  .cmp-list {
    padding: 10px 5px;
  }
}
.cmp-list__item {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
}
.cmp-list__item:nth-last-of-type(1) {
  border-bottom: 1px solid #707070;
}
.cmp-list__item__dt {
  font-size: 1.6rem;
  padding: 15px 0px 15px 15px;
  background-color: #f4f4f4;
  width: 148px;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .cmp-list__item__dt {
    padding: 10px 0px 10px 10px;
    font-size: 1.4rem;
    width: 84px;
  }
}
.cmp-list__item__dd {
  padding: 15px 0px 15px 30px;
  flex: 1;
  font-size: 1.6rem;
}
@media print, screen and (max-width: 520px) {
  .cmp-list__item__dd {
    padding: 10px 0px 10px 10px;
    font-size: 1.4rem;
  }
}

.his-list__item {
  display: flex;
}
.his-list__item:nth-last-of-type(1) .his-list__item__dt::after {
  content: none;
}
.his-list__item__dt {
  font-size: 1.6rem;
  padding: 10px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 520px) {
  .his-list__item__dt {
    font-size: 1rem;
    padding: 5px;
    padding-right: 14px;
  }
}
.his-list__item__dt::before {
  content: "";
  position: absolute;
  top: 1.2em;
  right: -5px;
  width: 9px;
  height: 9px;
  background-color: #CB5757;
  border-radius: 50%;
  z-index: 1;
}
@media print, screen and (max-width: 520px) {
  .his-list__item__dt::before {
    top: 0.9em;
  }
}
.his-list__item__dt::after {
  content: "";
  position: absolute;
  top: 1.2em;
  right: -2px;
  width: 3px;
  background-color: #fcd6be;
  height: 100%;
  z-index: 0;
}
@media print, screen and (max-width: 520px) {
  .his-list__item__dt::after {
    top: 0.9em;
  }
}
.his-list__item__dd {
  font-size: 1.6rem;
  padding: 10px 10px 10px 15px;
}
@media print, screen and (max-width: 520px) {
  .his-list__item__dd {
    font-size: 1rem;
    padding: 5px;
    padding-left: 14px;
    max-width: 306px;
  }
}

.nav-index__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}
.nav-index__item {
  background-color: #fcd6be;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #7B7B7B;
  font-size: 1.5rem;
  font-weight: 700;
}
.nav-index__item.is-active {
  background-color: #CB5757;
  color: #ffffff;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 16px;
}
.pagination .page-numbers li .page-numbers:not(.current):not(.prev):not(.next):not(.dots):hover {
  background: #FCD6BE;
}
.pagination .page-numbers.current {
  background: #CB5757;
  color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 1.4rem;
  border: none;
  background: transparent;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: transparent;
  color: #007cba;
  border-color: transparent;
}
.pagination .page-numbers.dots {
  border: none !important;
  background: transparent !important;
  cursor: default !important;
}
.pagination .page-numbers.dots:hover {
  background: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
}

.breadcrumb {
  margin: 10px 0;
  font-size: 1rem;
  margin: 0 auto;
  padding: 5px 16px;
}
@media print, screen and (min-width: 521px) {
  .breadcrumb {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 4px;
  color: #999;
  font-weight: bold;
}
@media print, screen and (min-width: 521px) {
  .breadcrumb ol li:not(:last-child)::after {
    margin: 0 8px;
  }
}
.breadcrumb ol li:last-child::after {
  display: none;
}
.breadcrumb ol li .name {
  color: #5776CB;
}
.breadcrumb a {
  color: #5776CB;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-top {
  color: #5776CB;
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #FFF8EB;
  z-index: 10;
}
@media print, screen and (min-width: 1001px) {
  .header {
    height: 153px;
  }
}
@media print, screen and (max-width: 1000px) {
  .header {
    left: 0;
    transform: none;
  }
}
.header__inner {
  padding: 13px 5px;
}
@media print, screen and (min-width: 1001px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 20px 20px 20px;
  }
}
.header__logo-hg__box {
  width: 320px;
}
@media print, screen and (max-width: 1000px) {
  .header__logo-hg__box {
    padding: 0px;
  }
}
.header__logo {
  width: 148px;
}
@media print, screen and (min-width: 1001px) {
  .header__logo {
    width: 236px;
  }
}
.header__logo__txt {
  font-size: 1rem;
  color: #7B7B7B;
}
.header .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .nav__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header .nav__top__s-box {
  margin-right: 10px;
}
@media print, screen and (max-width: 1000px) {
  .header .nav__top__s-box {
    margin: 10px auto;
  }
}
.header .nav__top__contact {
  display: flex;
  align-items: center;
  background-color: #CB5757;
  color: white;
  height: 35px;
  border-radius: 30px;
  padding: 0 10px;
  margin-right: 10px;
}
.header .nav__top__contact img {
  width: 29px;
  height: 21px;
  margin-right: 5px;
}
.header .nav__top__contact p {
  font-size: 1.1rem;
}
@media print, screen and (max-width: 1000px) {
  .header .nav__top__tel-box {
    text-align: center;
    margin-bottom: 20px;
  }
}
.header .nav__top__tel-txt {
  font-size: 1rem;
  line-height: 1.2;
}
.header .nav__top__tel {
  font-size: 2rem;
  line-height: 1.2;
  color: #CB5757;
  font-weight: bold;
}
@media print, screen and (max-width: 1000px) {
  .header .nav__top__tel {
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .nav__top__tel a {
    color: #CB5757;
  }
}
@media print, screen and (min-width: 1001px) {
  .header .nav__list {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .nav__list {
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .nav__list.hg-open-nav {
    display: block;
    overflow: auto;
  }
}
@media print, screen and (max-width: 520px) {
  .header .nav__list.hg-open-nav {
    height: calc(100vh - 92px);
  }
}
@media print, screen and (min-width: 1001px) {
  .header .nav__item {
    border-right: 1px solid #7B7B7B;
  }
  .header .nav__item:nth-of-type(1) {
    border-left: 1px solid #7B7B7B;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .nav__item {
    border-top: 1px solid #949497;
  }
  .header .nav__item:nth-last-child(1) {
    border-bottom: 1px solid #949497;
  }
  .header .nav__item:nth-of-type(1) {
    padding-top: 3px;
  }
}
.header .nav__link {
  display: block;
  position: relative;
  width: 100%;
  color: #7B7B7B;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1001px) {
  .header .nav__link {
    padding: 0px 10px;
  }
}
.header .nav-mb {
  position: fixed;
  top: 92px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 1001px) {
  .header .nav-mb {
    display: none;
  }
}
.header .nav-mb .l-inner {
  display: block;
  padding: 0 10px 100px;
}
.header .nav-mb .nav__list {
  display: block;
}
@media print, screen and (max-width: 1000px) {
  .header .nav-mb .nav__link {
    padding: 10px;
  }
  .header .nav-mb .nav__link::after {
    content: "";
    /* width: 0; */
    /* height: 0; */
    border: 7px solid #7B7B7B;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    /* left: 5px; */
    margin-top: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
  }
}
@media print, screen and (max-width: 1000px) and (min-width: 521px) {
  .header .nav-mb .nav__link::after {
    margin-top: 4px;
    border: 10px solid #7B7B7B;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
.header .nav-mb .nav__top__contact {
  width: 133px;
  margin: 20px auto;
}
.header__bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FCD6BE;
  padding: 5px 0;
}
@media print, screen and (min-width: 1001px) {
  .header__bottom {
    padding: 0;
    background-color: #FFF8EB;
  }
}
.header__bottom__btn {
  display: block;
  width: 101px;
  border-radius: 5px;
  padding: 5px 5px;
  background-color: white;
  position: relative;
  margin: 0 5px;
  font-size: 1rem;
  color: #7B7B7B;
  text-align: center;
}
.header__bottom__btn::after {
  content: "";
  /* width: 0; */
  /* height: 0; */
  border: 7px solid #7B7B7B;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  /* left: 5px; */
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .header__bottom__btn::after {
    margin-top: 4px;
    border: 10px solid #7B7B7B;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
@media print, screen and (min-width: 1001px) {
  .header__bottom__btn {
    width: 232px;
    font-size: 1.2rem;
    padding: 5px 40px;
    margin: 0 10px;
    border: 1px solid #AF7C7C;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .hg-btn {
    position: absolute;
    top: 17px;
    right: 17px;
    width: 26px;
    height: 20px;
    border: none;
    background-color: #FFF8EB;
  }
  .header .hg-btn span:nth-of-type(-n + 3) {
    position: absolute;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    border-radius: 5px;
    background-color: #7B7B7B;
    transition: all 0.3s ease;
  }
  .header .hg-btn span:nth-of-type(1) {
    top: 0%;
  }
  .header .hg-btn span:nth-of-type(2) {
    top: 50%;
  }
  .header .hg-btn span:nth-of-type(3) {
    top: 100%;
  }
  .header .hg-btn span:nth-of-type(4) {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    font-weight: 500;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1001px) {
  .header .hg-btn {
    display: none;
  }
}
@media print, screen and (max-width: 1000px) {
  .header .hg_open span:nth-of-type(1) {
    top: 30%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .hg_open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hg_open span:nth-of-type(3) {
    top: 30%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media print, screen and (max-width: 1000px) {
  .header .header-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .header .header-mb {
    display: none;
  }
}

@media print, screen and (max-width: 1000px) {
  .scroll-prevent {
    overflow: hidden;
  }
}

/* ① フォーム全体の枠（今すでに指定している部分） */
.header .nav__top__s-box form {
  height: 35px;
  border: 1px solid #AF7C7C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin: 0 auto;
}
@media print, screen and (min-width: 521px) {
  .header .nav__top__s-box form {
    width: 300px;
  }
}

/* ② 中の入力ボックスの見た目 */
.header .nav__top__s-box form input[type=search] {
  width: 100%;
  height: 100%;
  border: none; /* 内側の枠を消す */
  padding: 0 8px;
  font-size: 14px;
  outline: none; /* フォーカス時の青い枠を消す（必要なら） */
  box-sizing: border-box;
  background: transparent;
}

/* ③ p に余白があるならリセット */
.header .nav__top__s-box form p {
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.header .nav__top__s-box button {
  border: none;
  background-color: white;
  cursor: pointer;
}

@media print, screen and (max-width: 520px) {
  .header .sidebar__box {
    display: block;
  }
}

.footer .l-inner {
  flex-direction: column;
  align-items: center;
}
.footer__nav {
  background-color: #DDDDDD;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 15px 0;
}
@media print, screen and (max-width: 520px) {
  .footer__nav {
    display: none;
  }
}
@media print, screen and (min-width: 521px) {
  .footer__nav .nav__list {
    display: flex;
    align-items: center;
    padding: 5px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__nav .nav__list {
    display: none;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
  }
}
@media print, screen and (min-width: 521px) {
  .footer__nav .nav__item {
    border-right: 1px solid #7B7B7B;
  }
  .footer__nav .nav__item:nth-of-type(1) {
    border-left: 1px solid #7B7B7B;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__nav .nav__item {
    border-top: 1px solid #949497;
  }
  .footer__nav .nav__item:nth-last-child(1) {
    border-bottom: 1px solid #949497;
  }
  .footer__nav .nav__item:nth-of-type(1) {
    padding-top: 3px;
  }
}
.footer__nav .nav__link {
  display: block;
  position: relative;
  width: 100%;
  color: #7B7B7B;
  text-decoration: none;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 521px) {
  .footer__nav .nav__link {
    padding: 0px 10px;
  }
}
@media print, screen and (max-width: 520px) {
  .footer__box {
    background-color: #F5F5F5;
  }
}
.footer__logo-box {
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 521px) {
  .footer__logo-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.footer__logo {
  width: 206px;
  margin: 0 auto;
}
@media print, screen and (min-width: 521px) {
  .footer__logo {
    margin: 0 34px 0 0;
  }
}
.footer__add {
  font-size: 1.3rem;
}
.footer__box-s {
  padding: 15px 0;
}
.footer__box-s .footer__logo {
  margin: 0px;
}
@media print, screen and (min-width: 521px) {
  .footer__box-s {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.footer__logo-s-box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 15px;
}
.footer__copy {
  background-color: #20489D;
}
.footer__copy-txt {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
}

.index .content-box, .front-page .content-box {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 521px) {
  .index .content-box, .front-page .content-box {
    margin-bottom: 50px;
  }
}
.index .content__ttl, .front-page .content__ttl {
  font-size: 2.2rem;
  color: #CB5757;
  font-weight: bold;
  margin-right: 10px;
}
@media print, screen and (min-width: 521px) {
  .index .content__ttl, .front-page .content__ttl {
    font-size: 3.2rem;
  }
}
.index .content__ttl span, .front-page .content__ttl span {
  font-size: 3.4rem;
}
@media print, screen and (min-width: 521px) {
  .index .content__ttl span, .front-page .content__ttl span {
    font-size: 5rem;
  }
}
.index .content__ttl-box, .front-page .content__ttl-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.index .content__ttl-box::before, .front-page .content__ttl-box::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #FFF8EB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index .content__ttl-line, .front-page .content__ttl-line {
  background-color: #CB5757;
  height: 2px;
  margin-top: 28px;
  flex: 1;
}
@media print, screen and (min-width: 521px) {
  .index .content__ttl-line, .front-page .content__ttl-line {
    height: 3px;
  }
}
.index .content__sub-txt, .front-page .content__sub-txt {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 10px;
  color: #CB5757;
  margin-top: -10px;
  width: 100%;
}
@media print, screen and (min-width: 521px) {
  .index .content__sub-txt, .front-page .content__sub-txt {
    font-size: 1.2rem;
  }
}
.index .content .category__list, .front-page .content .category__list {
  display: flex;
  flex-wrap: wrap;
}
.index .content .category__item, .front-page .content .category__item {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 521px) {
  .index .content .category__item, .front-page .content .category__item {
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 521px) {
  .index .content .category__item:nth-child(3n), .front-page .content .category__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 520px) {
  .index .content .category__item:nth-child(2n), .front-page .content .category__item:nth-child(2n) {
    margin-right: 0;
  }
}
.index .content .category__link, .front-page .content .category__link {
  border: 1px solid #CB5757;
  display: flex;
  align-items: center;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.index .content .category__link__img, .front-page .content .category__link__img {
  width: 50px;
  margin-right: 5px;
}
.index .content .category__link__txt, .front-page .content .category__link__txt {
  font-size: 1.2rem;
  color: #CB5757;
  font-weight: bold;
}
@media print, screen and (min-width: 521px) {
  .index .content .category__link__txt, .front-page .content .category__link__txt {
    font-size: 1.4rem;
  }
}
.index .content-use__list, .front-page .content-use__list {
  display: flex;
  flex-wrap: wrap;
}
.index .content-use__item, .front-page .content-use__item {
  margin: 0 5px 15px 5px;
  width: calc((100% - 100px) / 5);
}
@media print, screen and (max-width: 520px) {
  .index .content-use__item, .front-page .content-use__item {
    width: calc((100% - 30px) / 3);
  }
}
@media print, screen and (min-width: 521px) {
  .index .content-use__item:nth-child(5n), .front-page .content-use__item:nth-child(5n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 521px) {
  .index .parts__item, .front-page .parts__item {
    border-radius: 10px 10px 0 0;
  }
}
@media print, screen and (min-width: 521px) {
  .index .parts__item:nth-child(4n), .front-page .parts__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 520px) {
  .index .parts__item:nth-child(2n), .front-page .parts__item:nth-child(2n) {
    margin-right: 0;
  }
}
.index .parts__item a, .front-page .parts__item a {
  display: block;
}

.sidebar {
  width: 232px;
  margin-right: 20px;
}
@media print, screen and (max-width: 520px) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .pc {
  display: none;
}
@media print, screen and (min-width: 521px) {
  .sidebar .pc {
    display: block;
  }
}
.sidebar__box {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .sidebar__box {
    display: none;
  }
}
.sidebar__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 20px;
  position: relative;
  margin-bottom: 10px;
}
.sidebar__ttl:before, .sidebar__ttl:after {
  content: "";
  background-color: #FCD6BE;
  position: absolute;
  top: 0;
  height: 100%;
}
.sidebar__ttl:before {
  left: 0;
  width: 6px;
}
.sidebar__ttl:after {
  left: 10px;
  width: 2px;
}
.sidebar__item {
  margin-bottom: 10px;
}
.sidebar__link {
  padding: 10px;
  position: relative;
  border-radius: 5px;
  border: 2px solid #FCD6BE;
  font-size: 1.2rem;
  font-weight: bold;
  color: #7B7B7B;
  display: block;
}
.sidebar__link::after {
  content: "";
  /* width: 0; */
  /* height: 0; */
  border: 7px solid white;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  /* left: 5px; */
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  right: 6px;
}
@media print, screen and (min-width: 521px) {
  .sidebar__link::after {
    margin-top: 6px;
    border: 10px solid white;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
.sidebar__link::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 100%;
  background-color: #FCD6BE;
  top: 0;
  right: 0;
}
.sidebar__link-s {
  font-size: 1rem;
}
.sidebar__c-list {
  border-top: 1px solid #FCD6BE;
}
.sidebar__c-link {
  font-size: 1.2rem;
  padding: 10px;
  color: #7B7B7B;
  border-bottom: 1px solid #FCD6BE;
  display: block;
  position: relative;
  font-weight: bold;
}
.sidebar__c-link::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(-135deg);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #7B7B7B;
  border-left: 2px solid #7B7B7B;
  content: "";
}

@media print, screen and (max-width: 520px) {
  .index .sidebar__box {
    display: block;
  }
}

@media print, screen and (max-width: 520px) {
  .index .sidebar .pc {
    display: none;
  }
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider__list {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  list-style: none;
  margin: 0;
  padding: 0;
}

.slider__item {
  flex: 0 0 auto;
  width: 80%;
  opacity: 0.5;
  transition: opacity 0.4s ease;
}

.slider__item.active {
  opacity: 1;
}

.slider__link {
  display: block;
  width: 100%;
  height: 100%;
}

.slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media print, screen and (min-width: 521px) {
  .slider__controls {
    padding: 20px;
  }
}

.slider__prev,
.slider__next {
  background: #FCD6BE;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #7B7B7B;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 521px) {
  .slider__prev,
  .slider__next {
    font-size: 1.6rem;
  }
}

.slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 15px;
}

.slider__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media print, screen and (min-width: 521px) {
  .slider__dot {
    width: 12px;
    height: 12px;
  }
}

.slider__dot.active {
  background: #7B7B7B;
}

.emergency {
  background-color: #FFE5E5;
  border: 3px solid #CB5757;
}
.emergency__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  background-color: #CB5757;
  display: block;
  color: white;
}
@media print, screen and (min-width: 521px) {
  .emergency__ttl {
    font-size: 2rem;
  }
}
.emergency__txt {
  padding: 5px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 521px) {
  .emergency__txt {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.slider.dragging .slider__link {
  pointer-events: none;
}

.slider__link,
.slider__img {
  -webkit-user-drag: none;
  user-drag: none;
}

.slider__img {
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

@media print, screen and (max-width: 520px) {
  .sidebar__box {
    padding: 0px 16px;
  }
}
@media print, screen and (max-width: 520px) {
  .sidebar__box .sidebar__ttl {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 521px) {
  .sidebar__box table {
    width: 100%;
  }
}
@media print, screen and (max-width: 520px) {
  .sidebar__box table {
    margin: 0 auto;
  }
}
.sidebar__box div.cal_wrapper {
  padding: 10px 0px;
}
.sidebar__box div.schedule_wrapper {
  padding: 10px 0px;
  width: 310px;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #666;
}
.sidebar__box div.schedule_wrapper h3 {
  padding: 0px 10px;
  font-weight: normal;
  margin: 0px;
  font-size: 12px;
  color: #666;
}
.sidebar__box div.schedule_wrapper div.schedule_list {
  padding: 0px 10px;
  margin: 0px;
}
.sidebar__box div.schedule_wrapper div.schedule_list ol {
  padding: 0px;
  margin: 5px auto;
  border-top: solid 1px #ccc;
}
.sidebar__box div.schedule_wrapper div.schedule_list ol li {
  padding: 5px 10px 0px 0px;
  margin: 0px 0px 0px 30px;
  font-size: 12px;
  line-height: 1.5em;
}
.sidebar__box div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
.sidebar__box div.cal_wrapper table.cal tr th {
  background-color: #7f7f7f;
}
.sidebar__box div.cal_wrapper table.cal tr th p {
  float: left;
  padding: 5px 10px;
  margin: 0px;
  color: #fff;
}
.sidebar__box div.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
}
.sidebar__box div.cal_wrapper table.cal tr th div.cal_ui input {
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 12px;
  margin: 0px 1px;
  padding: 1px 5px;
  border-radius: 3px;
}
.sidebar__box div.cal_wrapper table.cal tr td {
  font-size: 1rem;
  text-align: center;
}
.sidebar__box div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0px;
  color: #666;
}
.sidebar__box div.cal_wrapper table.cal tr.headline {
  background-color: #eee;
}
.sidebar__box div.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 3px 0px;
  max-width: 40px;
  width: 100%;
  font-size: 10px;
  text-align: center;
  background-color: #fff;
}
@media print, screen and (max-width: 520px) {
  .sidebar__box div.cal_wrapper table.cal tr td div {
    padding: 5px 15px;
  }
}
@media print, screen and (min-width: 521px) {
  .sidebar__box div.cal_wrapper table.cal tr td div {
    font-size: 10px;
  }
}
.sidebar__box div.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 180px;
  border: solid 1px #eee;
  background-color: #fff;
  text-align: left;
  padding: 5px;
  z-index: 10;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 1px 1px 3px #666;
}
.sidebar__box div.cal_wrapper table.cal tr td div.Today {
  background-color: #0066cc;
  color: #fff;
}
.sidebar__box div.cal_wrapper table.cal tr td div.Deli {
  background-color: #efe;
}
.sidebar__box div.cal_wrapper table.cal tr td div.Sat,
.sidebar__box div.cal_wrapper table.cal tr td div.Sun,
.sidebar__box div.cal_wrapper table.cal tr td div.Holyday {
  background-color: #fee;
  color: #fff;
  background-color: #ff0000;
}
.sidebar__box div.cal_wrapper table.cal tr td div.Birthday {
  font-weight: bolder;
  background-color: #eef;
  color: #090;
  border-radius: 3px;
}
.sidebar__box div.cal_wrapper table.cal tr td div.backward {
  color: #ccc;
  font-weight: normal;
  background-color: #fff;
  border-radius: 3px;
}
.sidebar__box div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
.sidebar__box div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eee;
}
.sidebar__box .footer__daibi-link {
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
  display: block;
  text-decoration: underline;
  color: #1a0dab;
  font-size: 15px;
}
.sidebar__box .footer__daibi-link:hover {
  text-decoration: none;
}
.sidebar__box .calender-red {
  font-size: 12px;
  text-align: center;
}
@media print, screen and (min-width: 521px) {
  .sidebar__box .calender-red {
    text-align: initial;
  }
}
.sidebar__box .calender-red::before {
  content: "■";
  display: inline-block;
  margin: 0 5px 0 0;
  color: #ff0000;
}
.sidebar__box div.cal_wrapper table.cal tr td div.businessdays {
  background-color: #fff;
  color: #3c3c3c;
}

.contact-thanks .thanks__ttl {
  width: 100%;
  margin-bottom: 20px;
  color: #CB5757;
  font-weight: 700;
  font-size: 4.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 520px) {
  .contact-thanks .thanks__ttl {
    font-size: 3.5rem;
    line-height: 1.3;
  }
}
.contact-thanks .thanks__txt {
  margin-bottom: 20px;
  color: #484848;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 520px) {
  .contact-thanks .thanks__txt {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.contact-thanks .thanks__btm-txt {
  color: #484848;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 520px) {
  .contact-thanks .thanks__btm-txt {
    font-size: 1.6rem;
    text-align: justify;
  }
}
.contact-thanks .thanks__list {
  margin-bottom: 1em;
  padding-left: 1em;
  counter-reset: item;
}
.contact-thanks .thanks__item {
  padding-left: 1em;
  color: #484848;
  text-indent: -1em;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 520px) {
  .contact-thanks .thanks__item {
    font-size: 1.6rem;
  }
}
.contact-thanks .thanks__item:before {
  content: counter(item) ".";
  counter-increment: item;
}

.error404__ttl {
  font-size: 8rem;
  font-weight: 700;
  color: #4a4a4a;
  padding: 30px 0;
}
@media print, screen and (max-width: 520px) {
  .error404__ttl {
    padding: 20px 0;
    font-size: 10rem;
    line-height: 1;
  }
}
.error404__toptxt {
  font-size: 2rem;
  color: #656565;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 520px) {
  .error404__toptxt {
    margin-bottom: 20px;
  }
}
.error404__btmtxt {
  color: #4a4a4a;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 520px) {
  .error404__btmtxt {
    margin-bottom: 40px;
  }
}
.error404__link {
  padding: 16px 70px 16px;
  border: 2px solid #6a6a6a;
  border-radius: 15px;
  display: inline-block;
  background-color: #6a6a6a;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
}
@media print, screen and (max-width: 520px) {
  .error404__link {
    width: 100%;
  }
}
.error404__link__arrow {
  position: relative;
}
.error404__link__arrow::after {
  position: absolute;
  top: 53%;
  right: -30px;
  transform: translate(0, -50%);
  content: "";
  border: 7px solid transparent;
  border-left: 10px solid #ffffff;
}

.company .main {
  overflow-x: hidden;
}
@media print, screen and (min-width: 521px) {
  .company .cmp .p-subttl__txt {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.company .cmp .name__txt {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 521px) {
  .company .cmp .name__txt {
    font-size: 1.8rem;
    margin-bottom: 31px;
  }
}
.company .cmp .name__txt--big {
  font-size: 2.5rem;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .name__txt--big {
    font-size: 1.7rem;
  }
}
.company .cmp .name__txt--ls {
  letter-spacing: 0.5em;
}
.company .cmp .name__txt--mr {
  margin-right: 1em;
}
.company .cmp .exterior__img {
  position: relative;
  z-index: 0;
  margin-bottom: 52px;
}
.company .cmp .exterior__img::before {
  content: "";
  position: absolute;
  background-color: #ffe8d9;
  z-index: -1;
  /* ポイント：幅を画面全幅にし、親要素からはみ出させる */
  width: 100vw;
  height: 100%;
  top: 30px;
  left: 47px;
}
@media print, screen and (min-width: 521px) {
  .company .cmp .exterior__img {
    top: 39px;
    left: 20px;
    margin-bottom: 110px;
  }
}
.company .cmp .cmp-list {
  margin-bottom: 82px;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list {
    margin-bottom: 25px;
  }
}
.company .cmp .cmp-list__item-bd-t-none {
  border-top: none;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list__item-sp {
    display: block;
    border-top: none;
    border-bottom: none;
  }
  .company .cmp .cmp-list__item-sp .cmp-list__item__dt {
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list .padding-0 {
    padding: 0;
  }
}
.company .cmp .cmp-list__item__dd-map {
  width: 100%;
  flex: none;
}
.company .cmp .cmp-list__item__dd-ttl {
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list__item__dd-ttl {
    font-size: 1.6rem;
  }
}
.company .cmp .cmp-list__item__dd-link {
  color: #1158d6;
}
.company .cmp .cmp-list__item__dd-add {
  margin-bottom: 2em;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list__item__dd-add {
    font-size: 1.2rem;
  }
}
.company .cmp .cmp-list__item__dd-flex {
  display: flex;
}
.company .cmp .cmp-list__item__dd-bank {
  width: 249px;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .cmp-list__item__dd-bank {
    font-size: 1.2rem;
    width: 50%;
  }
}
.company .cmp .cmp-list__item__dd .mr-4em {
  margin-right: 6em;
}
.company .cmp .cmp-list__item__dd .mr-4-3em {
  margin-right: 6.3em;
}
.company .cmp .cmp-list__item__dd .mr-2em {
  margin-right: 4em;
}
.company .cmp .cmp-list__item__dd .mr-1em {
  margin-right: 3em;
}
.company .cmp .cmp-list__item__dd .va-t {
  vertical-align: text-top;
}
.company .cmp .cmp-list__item__dd .inline-block {
  display: inline-block;
}
@media print, screen and (max-width: 520px) {
  .company .cmp .his__ttl-img {
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 520px) {
  .company .cmp .his-list {
    margin-bottom: 35px;
  }
}

.news__box {
  margin-top: 20px;
}

@media print, screen and (max-width: 520px) {
  .original-goods-production .p-ttl__txt {
    font-size: 2.4rem;
  }
}
.original-goods-production .p-subttl__txt {
  margin-bottom: 30px;
}
.original-goods-production .p-list__item {
  margin-bottom: 30px;
}
.original-goods-production .p-sublist__item--num .p-sublist__text {
  margin-bottom: 1em;
}
.original-goods-production .p-sublist__padding-t {
  padding-top: 10px;
}

.novelty-printing-price .p-subttl__txt {
  margin-bottom: 30px;
}
.novelty-printing-price .p-sublist__text {
  margin-bottom: 10px;
}
.novelty-printing-price .p-list__item {
  margin-bottom: 30px;
}

.printing-data-guideline .p-subttl__txt {
  margin-bottom: 30px;
}
.printing-data-guideline .p-list__item {
  margin-bottom: 30px;
}
.printing-data-guideline .p-sublist__item--num .p-sublist__text {
  margin-bottom: 1em;
}
.printing-data-guideline .p-sublist__padding-t {
  padding-top: 10px;
}

.novelty-first-time .p-subttl__txt {
  margin-bottom: 30px;
}
.novelty-first-time .p-list__item {
  margin-bottom: 30px;
}
.novelty-first-time .p-sublist__padding-t {
  padding-top: 10px;
}

.novelty-faq .p-ttl {
  margin-bottom: 66px;
}
@media print, screen and (max-width: 520px) {
  .novelty-faq .p-ttl {
    margin-bottom: 30px;
  }
}
.novelty-faq .p-list__title {
  margin-bottom: 20px;
}
.novelty-faq .faq-list {
  margin-bottom: 30px;
}
.novelty-faq .faq-item__dt {
  position: relative;
  cursor: pointer;
  padding-right: 40px;
}
.novelty-faq .faq-item__dt::before, .novelty-faq .faq-item__dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.novelty-faq .faq-item__dt::before {
  transform: translateY(-50%);
}
.novelty-faq .faq-item__dt::after {
  transform: translateY(-50%) rotate(90deg);
}
.novelty-faq .faq-item__dt.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.novelty-faq .faq-item__dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.novelty-faq .faq-item__dd-inner {
  padding: 10px 10px 10px 30px;
  display: flex;
}
.novelty-faq .faq-item__dd .faq-a-mark {
  margin-right: 10px;
  line-height: 1.5;
}

.noveltyorders-packaging .p-subttl__txt {
  margin-bottom: 30px;
}
.noveltyorders-packaging .p-list__text {
  margin-bottom: 10px;
}
.noveltyorders-packaging .p-list__item {
  margin-bottom: 30px;
}
.noveltyorders-packaging .p-sublist__item--num .p-sublist__text {
  margin-bottom: 1em;
}
.noveltyorders-packaging .p-sublist__item--circle .p-sublist__text {
  margin-bottom: 1em;
}
.noveltyorders-packaging .p-sublist__padding-t {
  padding-top: 10px;
}
.noveltyorders-packaging .p-txt--dot {
  margin-left: 1.5rem;
}

.novelty-glossary .p-txt--dot {
  display: block;
  margin-left: 1em;
}
.novelty-glossary .p-subttl__txt {
  margin-bottom: 30px;
}
.novelty-glossary .p-list__item {
  margin-bottom: 30px;
}
.novelty-glossary .p-list .p-txt--dot {
  margin-left: 0;
}
.novelty-glossary .nav-index {
  margin-bottom: 23px;
  background-color: #fff;
  position: sticky;
  z-index: 1;
}
.novelty-glossary .nav-index__item {
  cursor: pointer;
}
.novelty-glossary .p-smap-ttl {
  margin-bottom: 55px;
}
@media print, screen and (max-width: 520px) {
  .novelty-glossary .p-smap-ttl {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 521px) {
  .novelty-glossary .p-smap-ttl {
    font-size: 3rem;
  }
}
.novelty-glossary .glossary {
  display: none;
}
.novelty-glossary .glossary.is-active {
  display: block;
  animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.recruit .p-ttl {
  margin-bottom: 66px;
}
@media print, screen and (max-width: 520px) {
  .recruit .p-ttl {
    margin-bottom: 30px;
  }
}
.recruit .rec-list {
  margin-bottom: 42px;
}
.recruit .rec__part {
  padding: 40px;
  border: 1px solid #7B7B7B;
  text-align: center;
  padding: 40px;
  margin: 20px 20px 42px;
}
@media print, screen and (max-width: 520px) {
  .recruit .rec__part {
    margin: 10px 10px 42px;
    font-size: 1.4rem;
  }
}
.recruit .rec__tel {
  font-size: 2.2rem;
  padding: 20px;
}
@media print, screen and (max-width: 520px) {
  .recruit .rec__tel {
    padding: 10px;
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 520px) and (max-width: 520px) {
  .recruit .rec__tel {
    margin-bottom: 30px;
  }
}
.recruit .rec__tel--num {
  display: block;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.2;
}
@media print, screen and (max-width: 520px) {
  .recruit .rec__tel--num {
    font-size: 3rem;
  }
}

.novelty-quality .p-subttl__txt {
  margin-bottom: 30px;
}
.novelty-quality .p-list__item {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 520px) {
  .novelty-quality .p-ttl__txt {
    font-size: 2rem;
  }
}
.novelty-quality .p-list__title-video {
  padding-left: 1rem;
}
.novelty-quality .p-list__title-video::after {
  display: none;
}
.novelty-quality .p-list__movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.novelty-quality .p-list__movie iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.sitemap .l-section {
  margin: 0 auto;
  width: 335px;
}
@media print, screen and (min-width: 521px) {
  .sitemap .l-section {
    width: 540px;
  }
}
.sitemap .p-ttl {
  margin-bottom: 66px;
}
@media print, screen and (max-width: 520px) {
  .sitemap .p-ttl {
    margin-bottom: 30px;
  }
}
.sitemap .p-smap-ttl {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 520px) {
  .sitemap .p-smap-ttl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.sitemap .smap__list {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 521px) {
  .sitemap .smap__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 521px) {
  .sitemap .smap__item:nth-of-type(odd) {
    width: 320px;
  }
}
@media print, screen and (min-width: 521px) {
  .sitemap .smap__item:nth-of-type(even) {
    width: 220px;
  }
}
.sitemap .smap__item__link {
  position: relative;
  padding: 15px;
  padding-left: 1em;
  color: #7B7B7B;
  font-weight: 500;
  display: block;
}
@media print, screen and (max-width: 520px) {
  .sitemap .smap__item__link {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.sitemap .smap__item__link::before {
  content: "";
  position: absolute;
  top: calc(15px + 0.8em);
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #7B7B7B;
}
@media print, screen and (max-width: 520px) {
  .sitemap .smap__item__link::before {
    top: calc(10px + 0.8em);
    width: 3px;
    height: 3px;
  }
}

.privacypolicy .p-ttl {
  margin-bottom: 66px;
}
@media print, screen and (max-width: 520px) {
  .privacypolicy .p-ttl {
    margin-bottom: 30px;
  }
}
.privacypolicy .p-list__item {
  margin-bottom: 30px;
}

.single__ttl {
  font-size: 1.6rem;
  color: #CB5757;
  font-weight: bold;
  margin-right: 10px;
}
@media print, screen and (min-width: 521px) {
  .single__ttl {
    font-size: 3rem;
  }
}
.single__ttl-box {
  position: relative;
  margin-bottom: 20px;
}
.single__ttl-box::before {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 200px;
  background-color: #FFF8EB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.single__ttl-line {
  background-color: #CB5757;
  height: 1px;
}
@media print, screen and (min-width: 521px) {
  .single__ttl-line {
    height: 3px;
  }
}
.single .parts__item__tag-box {
  margin: 10px 0;
}

.product-archive .parts__item {
  width: calc((100% - 15px) / 2);
  margin-bottom: 20px;
}
@media print, screen and (min-width: 521px) {
  .product-archive .parts__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 520px) {
  .product-archive .parts__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 521px) {
  .product-archive .parts__item {
    width: calc((100% - 30px) / 3);
  }
}

.single-gallery {
  position: relative;
  max-width: 568px;
  margin: 20px auto;
}
.single-gallery__main {
  position: relative;
  height: auto;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 181px;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__main {
    margin-bottom: 15px;
    width: 568px;
    height: 392px;
  }
}
.single-gallery__main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.single-gallery__prev, .single-gallery__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  cursor: pointer;
}
.single-gallery__prev::after, .single-gallery__next::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid #7B7B7B;
  border-left: 3px solid #7B7B7B;
  content: "";
}
@media print, screen and (min-width: 521px) {
  .single-gallery__prev::after, .single-gallery__next::after {
    width: 25px;
    height: 25px;
    border-bottom: 4px solid #7B7B7B;
    border-left: 4px solid #7B7B7B;
  }
}
.single-gallery__prev:not(:disabled):hover::after, .single-gallery__next:not(:disabled):hover::after {
  border-color: #007cba;
}
.single-gallery__prev:disabled, .single-gallery__next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-gallery__prev {
  left: 0px;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__prev {
    left: -25px;
  }
}
.single-gallery__prev::after {
  right: 12px;
  transform: translate(0, -50%) rotate(45deg);
}
.single-gallery__next {
  right: 0px;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__next {
    right: -25px;
  }
}
.single-gallery__next::after {
  left: 12px;
  transform: translate(0, -50%) rotate(-135deg);
}
.single-gallery__thumbs {
  display: flex;
  gap: 5px;
  width: 85%;
  margin: 0 auto;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__thumbs {
    gap: 12px;
    width: 100%;
    max-width: 568px;
  }
}
.single-gallery__thumb {
  position: relative;
  width: calc((100% - 15px) / 4);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.single-gallery__thumb img {
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media print, screen and (min-width: 521px) {
  .single-gallery__thumb img {
    height: 85px;
  }
}
.single-gallery__thumb.active {
  transform: scale(1.05);
}
@media print, screen and (min-width: 521px) {
  .single-gallery__thumb {
    width: 142px;
    height: 80px;
  }
}
.single-gallery__thumb:not(.active)::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.3s;
  z-index: 1;
}
.single-gallery__thumb.active::after {
  opacity: 0;
}

@media print, screen and (min-width: 521px) {
  .single__content {
    display: flex;
  }
}
@media print, screen and (min-width: 521px) {
  .single__content__box {
    width: 45%;
    padding-right: 20px;
  }
}
.single__content__description {
  font-size: 1.2rem;
  white-space: pre-line;
}
@media print, screen and (min-width: 521px) {
  .single__content__description {
    font-size: 1.6rem;
  }
}
.single__content__product-list {
  margin-top: 20px;
}
@media print, screen and (min-width: 521px) {
  .single__content__product-list {
    width: 55%;
    margin-top: 0;
  }
}

@media print, screen and (max-width: 520px) {
  .single__content__btn-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.single-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 47px;
  margin: 10px auto 0;
  background: transparent;
  color: white;
  border: 2px solid #CB5757;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  background: #CB5757;
  text-align: center;
  line-height: 1.5;
}
.single-download-btn:hover {
  background: white;
  color: #CB5757;
}
.single-download-btn-b {
  border: 2px solid #5776CB;
  background: #5776CB;
}
.single-download-btn-b:hover {
  color: #5776CB;
}
@media print, screen and (min-width: 521px) {
  .single-download-btn {
    width: 100%;
    height: 55px;
    font-size: 2.1rem;
    margin: 15px auto 0;
  }
}

.single-spec-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background: white;
  overflow: hidden;
}
.single-spec-table th {
  width: 35%;
  padding: 5px;
  background: #D5D5D5;
  font-weight: bold;
  text-align: left;
  border: 1px solid #7B7B7B;
  vertical-align: top;
}
.single-spec-table td {
  width: 65%;
  padding: 5px;
  border: 1px solid #7B7B7B;
  white-space: pre-line;
}
.single-spec-table th, .single-spec-table td {
  padding: 5px;
  font-size: 1rem;
}
@media print, screen and (min-width: 521px) {
  .single-spec-table th, .single-spec-table td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.single__post-content {
  margin-top: 20px;
}

.product-archive .p-archive-ttl {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 521px) {
  .product-archive .p-archive-ttl {
    margin-bottom: 30px;
  }
}

.single-news__ttl-box {
  position: relative;
  padding-left: 10px;
}
.single-news__ttl-box::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #CB5757;
}
.single-news__time {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
@media print, screen and (min-width: 521px) {
  .single-news__time {
    font-size: 1.4rem;
  }
}
.single-news__ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 700;
}
@media print, screen and (min-width: 521px) {
  .single-news__ttl {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.single-news__content {
  padding: 10px;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.error404__link {
  transition: all 0.3s ease;
}
.error404__link:hover {
  border: 2px solid #6a6a6a;
  color: #6a6a6a;
  background-color: #ffffff;
}
.error404__link:hover .error404__link__arrow::after {
  border-left: 10px solid #6a6a6a;
}
.error404__link .error404__link__arrow::after {
  transition: all 0.3s ease;
}/*# sourceMappingURL=style.css.map */