.c-accordion__contents {
  position: relative;
  margin-bottom: 1em;
}
.c-accordion__toggle {
  display: none;
}
.c-accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  transform: translateZ(0);
  transition: 2s cubic-bezier(0.2, 1, 0.2, 1);
  max-height: 0;
  overflow: hidden;
}
.c-accordion__text {
  margin: 0;
  padding: 40px;
  font-size: 0.9em;
  line-height: 1.5;
}
.c-accordion__title, .c-accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-accordion__title {
  border: solid 1px #dad8c7;
  background-color: #efece3;
  padding: 1em;
  display: block;
  font-weight: bold;
}
.c-accordion__title::after, .c-accordion__title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #a2a093;
  transition: 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-accordion__title::after {
  transform: rotate(90deg);
}
.c-accordion__toggle:checked + .c-accordion__title + .c-accordion__content {
  max-height: 500px;
  transition: 2s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-accordion__toggle:checked + .c-accordion__title::before {
  transform: rotate(90deg) !important;
}

@media (min-width: 1025px) {
  .c-toggle__container {
    padding: 20px 30px;
  }
}
.c-article__wrapper {
  padding: 40px 0;
}
.c-article__container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.c-article__heading {
  color: #218923;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.c-article__title {
  color: #218923;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.c-article__contents {
  margin-bottom: 20px;
}
.c-article__spec {
  align-items: start;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding: 15px 15px 0 15px;
}
.c-article__spec dt {
  background-color: #218923;
  border-radius: 2px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 3px;
}
.c-article__ps {
  display: flex;
  gap: 0 10px;
  margin-bottom: 10px;
}
.c-article__date {
  color: #666;
  font-weight: bold;
  line-height: 1.6em;
}
.c-article__categories {
  display: flex;
  gap: 0 4px;
}
.c-article__category a {
  background-color: #218923;
  border-radius: 20px;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  padding: 4px 8px;
}
.c-article__category a:hover {
  color: #fff;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-article__spec {
    gap: 0 8%;
  }
  .c-article__spec dt {
    margin-bottom: 5px;
    padding: 2px 8px;
    width: 100%;
  }
  .c-article__spec dd {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 751px) {
  .c-article__ps {
    gap: 0 10px;
  }
  .c-article__spec dt {
    text-align: center;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-article__wrapper {
    padding: 80px 0;
  }
  .c-article__container {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .c-article__heading {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
  .c-article__title {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 15px;
  }
  .c-article__text {
    margin-top: 5px;
  }
  .c-article__spec {
    gap: 0 6%;
  }
  .c-article__spec dt {
    margin-bottom: 20px;
    padding: 2px 8px;
    width: 18%;
  }
  .c-article__spec dd {
    margin-bottom: 20px;
    width: 74%;
  }
}
@media (min-width: 1025px) {
  .c-article__wrapper {
    padding: 80px 0;
  }
  .c-article__container {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .c-article__heading {
    margin-bottom: 30px;
  }
  .c-article__title {
    font-size: 1.6em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .c-article__text {
    margin-top: 10px;
  }
  .c-article__spec {
    gap: 0 8%;
  }
  .c-article__spec dt {
    margin-bottom: 20px;
    padding: 2px 8px;
    width: 18%;
  }
  .c-article__spec dd {
    margin-bottom: 20px;
    width: 74%;
  }
  .c-article__date {
    line-height: 1.8em;
  }
}
.c-badge__new {
  background-color: #fa8383;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  font-weight: bold;
  line-height: 1.4em;
  padding: 4px 5px;
}

@media (min-width: 751px) {
  .c-badge__new {
    padding: 0 10px;
  }
}
.c-bg--1 {
  background-image: url(../img/base/bg_circle_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
.c-bg--2 {
  background-image: url(../img/base/bg_circle_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.c-bnr__wrapper {
  padding: 40px 0;
}
.c-bnr__lists {
  display: flex;
  flex-wrap: wrap;
}
.c-bnr__list {
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.2);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  width: 48%;
}
.c-bnr__list:hover {
  transform: scale(1.1);
}
.c-bnr__heading {
  color: #218923;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-align: center;
}
.c-bnr__heading small {
  color: #382416;
  font-size: 0.6em;
}

.c-bnr-if__container {
  margin-inline: auto;
  max-width: 980px;
}

.c-bnr-if__container img {
  width: 100%;
}

.c-bnr-if__container img:hover {
  opacity: 0.8;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-bnr__lists {
    gap: 20px 1%;
  }
}
@media (min-width: 751px) {
  .c-bnr__wrapper {
    padding: 100px 0 120px 0;
  }
  .c-bnr__lists {
    gap: 20px 2%;
  }
  .c-bnr__list {
    width: 32%;
  }
}
.c-box__wrapper {
  padding: 0 20px;
}
.c-box__container {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.2);
  border-radius: 8px;
  height: 100%;
  padding: 20px;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-box__wrapper {
    padding: 0 40px;
  }
  .c-box__container {
    border-radius: 12px;
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .c-box__wrapper {
    padding: 20px;
  }
  .c-box__container {
    border-radius: 12px;
    padding: 40px;
  }
}
.c-btn__wrapper {
  padding: 15px 0;
}
.c-btn__general {
  background-color: #218923;
  border: 1px solid #218923;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 15px 5px 15px;
}
.c-btn__general a, .c-btn__general a:hover {
  color: #fff;
  text-decoration: none;
}
.c-btn__general:hover {
  background-color: #218923;
  border: 1px solid none;
  color: #fff;
  text-decoration: none;
  transform: scale(1.05);
}
.c-btn__submit {
  background-color: #218923;
  border: 1px solid #218923;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.c-btn__submit:hover {
  background-color: #218923;
  border: 1px solid #218923;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transform: scale(1.05);
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-btn__wrapper {
    padding: 15px 0;
  }
  .c-btn__general, .c-btn__submit {
    border-radius: 40px;
    font-size: 0.9em;
    padding: 6px 20px 6px 20px;
    min-width: 100px;
  }
}
@media (min-width: 1025px) {
  .c-btn__wrapper {
    padding: 20px 0;
  }
  .c-btn__general, .c-btn__submit {
    border-radius: 40px;
    font-size: 0.9em;
    min-width: 100px;
    padding: 10px 35px 12px 35px;
  }
}
.c-comment__container {
  background-color: #fff;
  border-radius: 8px;
}
.c-comment__illust img {
  width: 100%;
}
.c-comment__between {
  display: flex;
  align-items: center;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-comment__wrapper {
    padding: 20px;
  }
  .c-comment__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
  }
  .c-comment__text {
    display: flex;
    align-items: center;
    width: 85%;
  }
  .c-comment__illust {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: -40px;
    width: 20%;
  }
}
@media (min-width: 751px) {
  .c-comment__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
  }
  .c-comment__text {
    display: flex;
    align-items: center;
  }
  .c-comment__illust {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-comment__container {
    border-radius: 16px;
    max-width: 780px;
  }
  .c-comment__text {
    border-radius: 12px;
    padding: 0 20px 20px 20px;
    width: 85%;
  }
  .c-comment__illust {
    margin-right: -40px;
    width: 20%;
  }
}
@media (min-width: 1025px) {
  .c-comment__wrapper {
    padding-bottom: 60px;
  }
  .c-comment__container {
    border-radius: 16px;
    max-width: 780px;
  }
  .c-comment__text {
    margin-bottom: 10px;
    padding: 30px;
    width: 85%;
  }
  .c-comment__illust {
    margin-right: -40px;
    width: 20%;
  }
}
.c-contact__wrapper {
  background-image: url(../img/base/bg_1.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #F1EDE6;
  border-top: 3px solid #7bb679;
  padding: 20px;
}
.c-contact__container {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
}
.c-contact__contents {
  padding: 10px 0;
}
.c-contact__contents p {
  font-size: 1em;
}
.c-contact__title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.c-contact__btn {
  background-color: #218923;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.c-contact__btn--sp {
  font-size: 1.2em;
}
.c-contact__btn--tel {
  font-size: 2em;
}
.c-contact__btn:hover, .c-contact__btn:active {
  background-color: #7bb679;
  color: #fff;
  text-decoration: none;
  transform: scale(1.02);
}

@media (min-width: 751px) {
  .c-contact__wrapper {
    padding: 40px;
  }
  .c-contact__container {
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(230, 225, 210, 0.4);
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 70px;
  }
  .c-contact__contents {
    padding: 20px 0;
  }
  .c-contact__btn {
    border-radius: 12px;
    padding: 20px;
  }
}
.c-copy__primary {
  font-size: 1.4em;
  margin-bottom: 10px;
}
.c-copy__primary a {
  color: #218923;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-copy__primary {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 1025px) {
  .c-copy__primary {
    font-size: 1.6em;
    line-height: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}
.c-feature__wrapper {
  padding: 20px 0;
}
.c-feature__photo {
  margin-bottom: 20px;
}
.c-feature__photo figure {
  width: 100%;
}
.c-feature__photo img {
  width: 100%;
}

@media (min-width: 751px) {
  .c-feature__container {
    display: flex;
    justify-content: space-between;
  }
  .c-feature__container--reverse {
    flex-direction: row-reverse;
  }
  .c-feature__photo {
    align-items: top;
    display: flex;
  }
  .c-feature__contents {
    align-items: center;
    display: flex;
  }
  .c-feature__text--reverse {
    justify-content: flex-end;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-feature__wrapper {
    padding: 40px 0;
  }
  .c-feature__container {
    max-width: 860px;
  }
  .c-feature__photo {
    width: 35%;
  }
  .c-feature__contents {
    width: 55%;
  }
}
@media (min-width: 1025px) {
  .c-feature__wrapper {
    padding: 80px 0;
  }
  .c-feature__photo {
    width: 30%;
  }
  .c-feature__contents {
    width: 60%;
  }
}
.c-floatLink__container a:hover {
  background-color: #7bb679;
  color: #fff;
  text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-floatLink__container {
    position: fixed;
    bottom: 80px;
    right: 14px;
    z-index: 300;
  }
  .c-floatLink__container a {
    background-color: #218923;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 15px 20px 15px 5px;
    line-height: 1.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .c-floatLink__container a:active {
    background-color: #7bb679;
    color: #fff;
    text-decoration: none;
  }
}
@media (min-width: 751px) {
  .c-floatLink__container {
    position: fixed;
    bottom: 60px;
    right: -35px;
    z-index: 300;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-floatLink__container a {
    background-color: #218923;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 15px 30px 15px 10px;
    line-height: 1.2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.c-heading__container {
  display: flex;
  justify-content: center;
}
.c-heading__primary {
  display: inline-block;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 auto 40px auto;
  padding: 0 8px 5px 0;
  text-align: center;
}
.c-heading__primary small {
  font-size: 0.6em;
}
.c-heading__secondary {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 6px;
}
.c-heading__secondary a {
  color: #218923;
}
.c-heading__secondary a:hover {
  color: #7bb679;
}
.c-heading__description {
  margin-top: -20px;
  text-align: center;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-heading__primary {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 60px;
  }
  .c-heading__secondary {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
}
@media (min-width: 1025px) {
  .c-heading__primary {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 70px;
    padding: 0 50px;
  }
  .c-heading__secondary {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
}
.c-line__split--1, .c-line__split--2 {
  border-bottom: 1px solid #ddd;
}
.c-line__split--1 hr, .c-line__split--2 hr {
  display: none;
}
.c-line__split--1 {
  margin-bottom: 35px;
  padding-top: 30px;
}
.c-line__split--2 {
  margin-bottom: 20px;
  padding-top: 15px;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-line--1 {
    background-size: auto 80px;
    height: 50px;
    margin: 20px 0;
  }
}
@media (min-width: 1025px) {
  .c-line--1 {
    background-size: auto 100px;
    height: 100px;
    margin: 60px 0;
  }
}
.c-link__more {
  align-items: center;
  display: flex;
  gap: 0 4px;
}
.c-link__more:hover {
  text-decoration: none;
}

.c-link__more:hover .c-link__text {
  text-decoration: underline;
}

.c-icon__container {
  align-items: center;
  display: flex;
  gap: 0 10px;
}
.c-icon__image {
  width: 25px;
}

.c-mainvisual__wrapper {
  background-image: url(../img/base/mainvisual_bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 250px;
}
.c-mainvisual__container {
  text-align: center;
}
.c-mainvisual__title {
  display: inline-block;
  font-weight: 900;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-mainvisual__container {
    overflow: hidden;
    padding: 40px 0 30px 0;
  }
  .c-mainvisual__title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-mainvisual__container {
    overflow: hidden;
    padding: 60px 0;
  }
  .c-mainvisual__title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .c-mainvisual__container {
    overflow: hidden;
    padding: 80px 0;
  }
  .c-mainvisual__title {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
.c-modal__wrapper {
  animation-name: modalopen;
  animation-duration: 0.2s;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}
.c-modal__isActive {
  display: block;
}
.c-modal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.c-modal__closeBtn {
  cursor: pointer;
  position: absolute;
  top: -60px;
  right: -60px;
  width: 60px;
}
.c-modal__closeBtn:hover {
  transform: scale(1.1);
}
.c-modal__closeBtn:active {
  transform: scale(0.9);
}
.c-modal__container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.8);
  height: 80%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.c-modal__containerInner {
  position: relative;
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalclose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-modal__container {
    border-radius: 12px;
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .c-modal__container {
    border-radius: 12px;
    padding: 40px;
  }
}
.c-paginate__container {
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-paginate__container {
    padding: 10px 0;
  }
}
@media (min-width: 1025px) {
  .c-paginate__container {
    padding: 20px 0;
  }
}
.c-paginationSingle {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: 100%;
}
.c-paginationSingle__link {
  width: 30%;
}
.c-paginationSingle__prev {
  text-align: left;
}
.c-paginationSingle__prev a {
  justify-content: flex-start;
}
.c-paginationSingle__back {
  text-align: center;
}
.c-paginationSingle__back a {
  justify-content: center;
}
.c-paginationSingle__next {
  text-align: right;
}
.c-paginationSingle__next a {
  justify-content: flex-end;
}
.c-paginationSingle a {
  align-items: center;
  display: flex;
}
.c-paginationSingle a:hover {
  text-decoration: none;
}
.c-paginationSingle__text:hover {
  text-decoration: underline;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-paginationSingle {
    padding: 15px 0;
  }
}
@media (min-width: 1025px) {
  .c-paginationSingle {
    padding: 20px 0;
  }
}
.c-photo__general img {
  filter: drop-shadow(2px 4px 4px #ddd);
  border-radius: 8px;
}
.c-photo__general a img {
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-photo__general a:hover img {
  opacity: 0.8;
  transform: scale(105%);
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-photo__general {
    margin-bottom: 15px;
  }
  .c-photo__general img {
    border-radius: 12px;
  }
}
@media (min-width: 1025px) {
  .c-photo__general {
    margin-bottom: 20px;
  }
  .c-photo__general img {
    border-radius: 12px;
  }
}
.c-split {
  background-image: url(../img/base/split.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100px;
  height: 100px;
  margin-bottom: -20px;
}
.c-split hr {
  visibility: hidden;
}

@media (min-width: 751px) {
  .c-split {
    background-size: auto 180px;
    height: 180px;
    margin-bottom: -20px;
  }
}
.c-sb__container {
  align-items: flex-end;
  display: flex;
}
.c-sb__balloon {
  border-radius: 12px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
.c-sb__illust img {
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-sb__container {
    gap: 0 30px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .c-sb__comment {
    width: 80%;
  }
  .c-sb__balloon {
    margin-bottom: 20px;
    padding: 20px;
  }
  .c-sb__balloon p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .c-sb__illust {
    width: 7%;
  }
}
@media (min-width: 751px) {
  .c-sb__container {
    align-items: flex-end;
    display: flex;
    gap: 0 40px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-sb__balloon {
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
  }
  .c-sb__comment {
    width: 75%;
  }
  .c-sb__illust {
    width: 7%;
  }
}
@media (min-width: 1025px) {
  .c-sb__balloon {
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 40px 40px 20px 40px;
  }
  .c-sb__comment {
    width: 75%;
  }
  .c-sb__illust {
    width: 10%;
  }
}
.c-title__primary {
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.c-title__secondary {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 6px;
}
.c-title__secondary a {
  color: #218923;
}
.c-title__secondary a:hover {
  color: #7bb679;
}
.c-title__description {
  margin: -20px 0 40px 0;
  text-align: center;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-title__primary {
    font-size: 1.8rem;
    line-height: 1.2rem;
    margin-bottom: 60px;
  }
  .c-title__secondary {
    font-size: 1.2em;
    margin-bottom: 8px;
  }
  .c-title__description {
    margin: -20px 0 40px 0;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .c-title__primary {
    font-size: 2.2rem;
    line-height: 1.4rem;
    margin-bottom: 60px;
  }
  .c-title__secondary {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .c-title__description {
    margin: -30px 0 60px 0;
    text-align: center;
  }
}
.c-ribbon__wrapper {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.c-ribbon__container {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 15px;
  margin: 0;
  padding: 4px 2px 2px 2px;
  z-index: 2;
  width: 50px;
  text-align: center;
  color: white;
  font-size: 0.7em;
  font-weight: bold;
  background-color: #fa8383;
  border-radius: 2px 0 0 0;
}
.c-ribbon__container:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}
.c-ribbon__container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 3px solid #fa8383;
}

@media (min-width: 751px) {
  .c-ribbon__container {
    top: -6px;
    right: 15px;
    margin: 0;
    padding: 1px 2px 0 2px;
    width: 60px;
    font-size: 0.7em;
  }
  .c-ribbon__container:before {
    top: 0;
    right: -5px;
  }
  .c-ribbon__container:after {
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 3px solid #fa8383;
  }
}
.c-table__general {
  width: 100%;
}
.c-table__general th, .c-table__general td {
  border: none;
  font-size: 0.95em;
  font-weight: normal;
  padding: 5px 10px;
}
.c-table__general tr:last-child th,
.c-table__general tr:last-child td {
  border-bottom: none;
}
.c-table__td--heading {
  text-align: left;
}
.c-table__td--price {
  text-align: right;
}
.c-table__price {
  width: 100%;
}
.c-table__price th, .c-table__price td {
  border: 1px solid #dad8c7;
  font-weight: normal;
  color: #382416;
}
.c-table__price thead th, .c-table__price thead td {
  background-color: #FAF6F2;
}
.c-table__price--number {
  text-align: right;
}
.c-table__description {
  width: 100%;
}
.c-table__description th, .c-table__description td {
  border: 1px solid #dad8c7;
  font-weight: normal;
  color: #382416;
}
.c-table__description tbody tr th {
  background-color: #FAF6F2;
  text-align: left;
}
@media all and (min-width: 0) and (max-width: 750px) {
  .c-table__general tr {
    display: flex;
    flex-wrap: wrap;
  }
  .c-table__general th, .c-table__general td {
    width: 100%;
  }
  .c-table__general th {
    background-color: #efefef;
    border-radius: 3px;
  }
  .c-table__general td {
    margin-bottom: 15px;
  }
}
@media (min-width: 751px) {
  .c-table__general th, .c-table__general td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-table__price th, .c-table__price td {
    padding: 10px;
  }
  .c-table__description th, .c-table__description td {
    padding: 10px;
  }
  .c-table__description th {
    width: 30%;
  }
  .c-table__description td {
    width: 70%;
  }
}
@media (min-width: 1025px) {
  .c-table__price th, .c-table__price td {
    padding: 10px 14px;
  }
  .c-table__description th, .c-table__description td {
    padding: 10px 14px;
  }
  .c-table__description th {
    width: 30%;
  }
  .c-table__description td {
    width: 70%;
  }
}
.c-text__general {
  text-align: center;
  margin-bottom: 40px;
}

.c-text__plate {
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.3);
  margin-bottom: 40px;
  padding: 15px 20px;
}

.c-text__date {
  align-items: center;
  color: #8794BD;
  display: flex;
  gap: 0 6px;
}
.c-text__date span.icon {
  color: #999;
}

.c-text__category {
  align-items: center;
  color: #666;
  display: flex;
  gap: 0 6px;
}

@media (min-width: 751px) {
  .c-text__general {
    margin-bottom: 60px;
  }
  .c-text__plate {
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(100, 100, 100, 0.3);
    margin-bottom: 40px;
    padding: 20px 40px;
  }
}
.c-thumb__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.c-thumb__list--2, .c-thumb__list--3, .c-thumb__list--4 {
  margin-bottom: 20px;
  width: 100%;
}
.c-thumb__photo {
  margin-bottom: 10px;
}
.c-thumb__box {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.2);
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
.c-thumb__box:hover {
  cursor: pointer;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-thumb__list--2, .c-thumb__list--3, .c-thumb__list--4 {
    display: flex;
    justify-content: space-between;
  }
  .c-thumb__photo {
    width: 35%;
  }
  .c-thumb__contents {
    align-items: center;
    display: flex;
    width: 60%;
  }
}
@media (min-width: 751px) {
  .c-thumb__list--2 {
    width: 47.5%;
  }
  .c-thumb__list--3 {
    width: 30%;
  }
  .c-thumb__list--4 {
    width: 22%;
  }
  .c-thumb__lists--2::after {
    display: block;
    content: "";
    width: 47.5%;
  }
  .c-thumb__lists--3::after {
    display: block;
    content: "";
    width: 30%;
  }
  .c-thumb__lists--4::after {
    display: block;
    content: "";
    width: 22%;
  }
  .c-thumb__lists {
    margin-bottom: -40px;
  }
  .c-thumb__list--2, .c-thumb__list--3, .c-thumb__list--4 {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-thumb__box {
    border-radius: 12px;
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .c-thumb__box {
    border-radius: 12px;
    padding: 30px;
  }
}
.c-voice__container {
  border: 1px solid #E2DED7;
  background-color: #e9e6dc;
}
.c-voice__image img {
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .c-voice__container {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
    padding: 40px;
  }
  .c-voice__title {
    font-size: 1.7rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .c-voice__copy {
    margin-bottom: 10px;
    text-align: center;
  }
  .c-voice__contents {
    margin-bottom: 40px;
  }
  .c-voice__more {
    margin-top: 15px;
    text-align: center;
  }
  .c-voice__image {
    max-width: 480px;
    width: 100%;
  }
  .c-voice__image img {
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 751px) {
  .c-voice__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-voice__container {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
    margin-top: 50px;
    padding: 50px;
  }
  .c-voice__title {
    margin-bottom: 5px;
  }
  .c-voice__copy {
    margin-bottom: 15px;
  }
  .c-voice__more {
    padding-top: 10px;
  }
  .c-voice__image {
    width: 45%;
  }
  .c-voice__image img {
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 1025px) {
  .c-voice__container {
    border-radius: 16px;
    box-shadow: 0 0 14px rgba(200, 200, 200, 0.5);
    max-width: 1024px;
    margin-top: 60px;
    padding: 60px;
    width: 100%;
  }
  .c-voice__title {
    margin-bottom: 10px;
  }
  .c-voice__copy {
    margin-bottom: 25px;
  }
  .c-voice__more {
    padding-top: 10px;
  }
  .c-voice__image {
    width: 50%;
  }
  .c-voice__image img {
    box-shadow: 0 0 14px rgba(200, 200, 200, 0.5);
  }
}
.c-form__heading {
  color: #bbb;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding: 0 0 5px 0;
}
.c-form__heading i {
  padding-right: 3px;
}
.c-form__checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-form__checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__checkbox--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
  position: relative;
}
.c-form__checkbox--name:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}
input:checked + .c-form__checkbox--name {
  color: #218923;
}
input:checked + .c-form__checkbox--name:before {
  border: 1px solid #218923;
  background-color: #218923;
}
input:checked + .c-form__checkbox--name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.4em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.65em;
  transform: translateY(-1px) rotate(45deg);
}

.c-form__container {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__container {
    margin-bottom: 30px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .c-form__container {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}
.c-form__error {
  clear: both;
  color: #ff0000;
  font-size: 0.9em;
}
.c-form__errorContainer {
  background: #fff2f4;
  border: 2px solid #ff0000;
  border-radius: 5px;
  color: #ff0000;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}

.c-form__input.c-form__errorInput {
  background: rgba(255, 200, 200, 0.1);
  border: 1px solid #ff0000;
}

.c-form__input.c-form__errorInput::placeholder {
  color: #ff0000;
}

.c-form__textarea.c-form__errorInput {
  background: rgba(255, 200, 200, 0.1);
  border: 1px solid #ff0000;
}

.c-form__textarea.c-form__errorInput::placeholder {
  color: #ff0000;
}

.c-form__fields {
  display: flex;
}
.c-form__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-form__field--between {
  text-align: center;
}
.c-form__field--description {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.c-form__field--extends {
  text-align: center;
}
.c-form__field--widthHalf {
  width: 50%;
}
.c-form__field--widthThirds {
  width: 33%;
}
.c-form__field--widthQuarter {
  width: 25%;
}
.c-form__field--widthMax {
  width: 100%;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__field--between {
    padding: 12px 20px 0 20px;
  }
  .c-form__field--extends {
    padding: 12px 0 0 10px;
  }
}
@media (min-width: 1025px) {
  .c-form__field--between {
    padding: 12px 20px 0 20px;
  }
  .c-form__field--extends {
    padding: 12px 0 0 10px;
  }
}
.c-form__inputContainer {
  position: relative;
}
.c-form__input, .c-form__textarea, .c-form__number, .c-form__select {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #382416;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.c-form__input {
  font-size: 1.1em;
  margin-bottom: 2px;
  padding: 8px 12px;
}
.c-form__textarea {
  font-size: 1.1em;
  padding: 8px 12px;
}
.c-form__input:focus, .c-form__textarea:focus, .c-form__number:focus, .c-form__select:focus {
  background: #F5F9F4;
  border: 1px solid #218923;
}
.c-form__input::placeholder, .c-form__textarea::placeholder {
  color: #bbb;
  font-weight: normal;
}
.c-form__input:focus-visible, .c-form__textarea:focus-visible {
  outline: 1px solid #218923;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__input {
    font-size: 1em;
    margin-bottom: 3px;
    padding: 10px 15px;
  }
  .c-form__textarea {
    font-size: 1em;
    margin-bottom: 3px;
    padding: 10px 15px;
  }
  .c-form__select {
    font-size: 1em;
    padding: 10px 5px;
  }
}
@media (min-width: 1025px) {
  .c-form__input {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-bottom: 3px;
    padding: 15px 20px;
  }
  .c-form__number {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-bottom: 3px;
    padding: 15px;
  }
  .c-form__textarea {
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-bottom: 3px;
    padding: 15px 20px;
  }
  .c-form__select {
    font-size: 1.2em;
    padding: 15px 20px;
  }
}
.c-form__label {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-form__label p {
  align-items: center;
  display: flex;
  gap: 0 10px;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__label {
    font-size: 1.1em;
    margin-bottom: 6px;
  }
}
@media (min-width: 1025px) {
  .c-form__label {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
.c-form__links {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 500;
}
.c-form__link {
  background: #fff;
  border: 1px solid #7bb679;
  border-radius: 0 0 2px 2px;
  color: #218923;
  font-size: 0.85em;
  padding: 10px;
}
.c-form__link i {
  padding-right: 5px;
}
.c-form__link:hover {
  background: #218923;
  border: 1px solid #218923;
  color: #fff;
}

.c-form__must {
  background: #cc0000;
  border-radius: 3px;
  color: #fff;
  font-size: 0.6em;
  padding: 0 8px;
}

.c-form__privacy {
  border: 2px solid #eee;
  border-radius: 5px;
  height: 200px;
  overflow: auto;
  padding: 10px 20px;
}
.c-form__privacyCheck {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__privacy {
    padding: 10px 20px;
  }
}
@media (min-width: 1025px) {
  .c-form__privacy {
    padding: 10px 30px;
  }
  .c-form__privacyCheck {
    padding: 30px 0;
  }
}
.c-form__radio {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 14px 14px 5px 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-form__radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__radio--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #666;
}
.c-form__radio--name:before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}
.c-form__radio--label {
  margin-bottom: 8px;
}
input:checked + .c-form__radio--name {
  color: #218923;
}
input:checked + .c-form__radio--name:before {
  border: 0.35em solid #218923;
}

@media (min-width: 751px) {
  .c-form__radio {
    border-radius: 6px;
    padding: 20px 20px 13px 20px;
  }
}
.c-form__submitArea {
  text-align: center;
  margin-left: 40px;
  width: 100%;
}
.c-form__submitBtn {
  background: none;
  border: none;
  background: #218923;
  color: #fff;
  cursor: pointer;
  display: inline;
  font-size: 1em;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px 40px;
}
.c-form__submitBtn:hover {
  background: #7bb679;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-form__submitBtn:active {
  background: #7bb679;
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .c-form__submitBtn {
    font-size: 1em;
    padding: 15px 60px;
  }
}
@media (min-width: 1025px) {
  .c-form__submitBtn {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    border-radius: 40px;
    padding: 20px 60px;
  }
}
.c-form__ex {
  color: #777;
  font-size: 0.9em;
}

.c-form__file {
  padding: 10px 3px 3px 0;
}
.c-form__imageUploadedArea {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  max-height: 200px;
  width: 100%;
}
.c-form__imageInputArea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px 10px 10px;
}

.fade-in {
  opacity: 0;
  transition-duration: 1.5s;
}

.fade-in-up {
  transform: translate(0, 20px);
}

.fade-in-down {
  transform: translate(0, -20px);
}

.fade-in-left {
  transform: translate(-20px, 0);
}

.fade-in-right {
  transform: translate(20px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  .fade-in-up {
    transform: translate(0, 100px);
  }
  .fade-in-down {
    transform: translate(0, -100px);
  }
  .fade-in-left {
    transform: translate(-100px, 0);
  }
  .fade-in-right {
    transform: translate(100px, 0);
  }
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media (min-width: 1025px) {
  .fade-in-up {
    transform: translate(0, 20%);
  }
  .fade-in-down {
    transform: translate(0, -20%);
  }
  .fade-in-left {
    transform: translate(-20%, 0);
  }
  .fade-in-right {
    transform: translate(20%, 0);
  }
  .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }
}
body {
  background-color: #f8f7f3;
  color: #382416;
}

.icon-circle {
  border-radius: 20px;
}

.icon-accent {
  background-color: #218923;
  color: #fff;
}

.icon-accent-reverse {
  background-color: #fff;
  color: #218923;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 32;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
html, body, ul, li, table, tr, th, td {
  margin: 0;
  padding: 0;
}

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

ul, li {
  list-style: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

.displayScroll {
  opacity: 0;
  transform: translate(0, 40%);
  transition: all 0.3s;
  z-index: 300;
}

.displayScroll.isActive {
  opacity: 1;
  transform: translate(0, 0);
}

.submitScroll {
  opacity: 0;
  transform: translate(0, 40%);
  transition: all 0.3s;
  z-index: 300;
}

.submitScroll.isActive {
  opacity: 1;
  transform: translate(0, 0);
}

html,
body,
tr,
td,
div,
p,
h1,
h2,
h3,
h4 {
  color: #382416;
  font-family: "Zen Old Mincho", serif;
}

html,
body,
tr,
th,
td {
  font-size: 0.9rem;
}

p {
  line-height: 1.6rem;
}

.u-center {
  text-align: center;
}

.u-text {
  margin-bottom: 5px;
}

a {
  color: #382416;
  cursor: pointer;
  text-decoration: none;
  text-underline-offset: 4px;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

a:hover {
  color: #218923;
  text-decoration: underline;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

a:active {
  color: #211107;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

a.iconLink {
  display: inline-block;
  text-decoration: none;
}
a.iconLink span {
  display: flex;
  align-items: center;
}

a:hover span.iconLinkText {
  text-decoration: underline;
}

p a {
  text-decoration: underline;
  text-decoration-color: #dad8c7;
}

.yen {
  font-size: 0.8rem;
  padding-left: 4px;
}

@media (min-width: 751px) {
  p {
    line-height: 1.7rem;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  html,
  body,
  p,
  tr,
  th,
  td {
    font-size: 0.9rem;
    letter-spacing: 0.01rem;
    line-height: 1.6rem;
  }
  p {
    line-height: 1.4rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  html,
  body,
  p,
  tr,
  th,
  td {
    font-size: 1.05rem;
    letter-spacing: 0.02rem;
    line-height: 1.6rem;
  }
  p {
    margin-bottom: 20px;
  }
}
.l-footer__wrapper {
  background-color: #f8f7f3;
  border-top: 3px solid #7bb679;
  height: 100%;
}
.l-footer__container {
  position: relative;
  width: 100%;
}
.l-footer__copyright {
  font-size: 0.8em;
  left: 0;
  width: 100%;
}
.l-footer__logo {
  width: 250px;
}
.l-footer__logo a:hover {
  opacity: 0.8;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-footer__container {
    padding: 20px;
  }
  .l-footer__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
  .l-footer__container {
    margin: 0 auto;
  }
  .l-footer__logo {
    font-size: 1.3em;
    text-align: center;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .l-footer__container {
    padding: 20px 40px;
  }
  .l-footer__logo {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .l-footer__container {
    max-width: 1024px;
    padding: 60px 40px 40px 40px;
  }
  .l-footer__logo {
    margin-bottom: 30px;
    width: 300px;
  }
}
.l-footer__menus {
  border-top: 1px solid #dad8c7;
  border-bottom: 1px solid #dad8c7;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.l-footer__menulist--lv1 {
  font-weight: bold;
  font-size: 0.9em;
}
.l-footer__menulist--lv2 {
  font-size: 0.85em;
  margin-left: 20px;
  padding-left: 0px;
  list-style-type: disc;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-footer__menulists {
    width: 48%;
  }
  .l-footer__menulist--lv1 {
    margin-top: 15px;
    margin-bottom: 3px;
  }
  .l-footer__menulist--lv2 {
    margin-bottom: 1px;
  }
}
@media (min-width: 751px) {
  .l-footer__menus {
    display: flex;
    gap: 0 7%;
    margin-bottom: 50px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .l-footer__menulist--lv1 {
    margin-top: 20px;
  }
}
.l-footer__spotText {
  margin-bottom: 40px;
  line-height: 1.1rem;
}
.l-footer__spotText strong {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-bottom: 2px;
}
.l-footer__spotText span {
  font-size: 0.8rem;
  line-height: 0.8em;
}
.l-footer__spotImage img {
  box-shadow: 0 2px 0 rgba(100, 100, 100, 0.2);
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-footer__spot {
    display: flex;
    justify-content: space-between;
  }
  .l-footer__spotText {
    width: 72%;
  }
  .l-footer__spotImage {
    width: 25%;
  }
}
@media (min-width: 751px) {
  .l-footer__spotlist {
    display: flex;
    gap: 0 3%;
  }
  .l-footer__spotImage img {
    transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .l-footer__spotImage img:hover {
    transform: scale(1.05);
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .l-footer__spotlist {
    margin-bottom: 30px;
  }
  .l-footer__spot img {
    border-radius: 12px;
  }
}
@media (min-width: 1025px) {
  .l-footer__spotlist {
    margin-bottom: 40px;
  }
  .l-footer__spot img {
    border-radius: 12px;
  }
}
.l-header__wrapper {
  background-color: #fff;
}
.l-header__logo img {
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-header__wrapper {
    padding: 5px;
  }
  .l-header__container {
    align-items: center;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .l-header__contents {
    align-items: center;
    display: flex;
    gap: 0 10px;
    padding: 0;
  }
  .l-header__logos {
    align-items: center;
    display: flex;
    gap: 0 10px;
  }
  .l-header__logo {
    display: none;
  }
  .l-header__logo--sp {
    display: block;
    width: 120px;
  }
}
@media (min-width: 751px) {
  .l-header__container {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
  }
  .l-header__contents {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .l-header__logo {
    display: block;
  }
  .l-header__logo--sp {
    display: none;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  .l-header__container {
    padding: 0 5px;
    width: 100%;
  }
  .l-header__contents {
    gap: 0 20px;
  }
  .l-header__logo {
    width: 150px;
  }
}
@media (min-width: 1025px) {
  .l-header__container {
    padding: 0 5px;
    width: 100%;
  }
  .l-header__contents {
    gap: 0 20px;
  }
  .l-header__logo {
    width: 240px;
  }
}
@media (min-width: 1200px) {
  .l-header__container {
    max-width: 1480px;
    padding: 0 5px;
    width: 100%;
  }
  .l-header__logo {
    width: 280px;
  }
}
body.company .l-header__menulist--company a, body.prepare .l-header__menulist--prepare a, body.kumotsu .l-header__menulist--kumotsu a, body.news .l-header__menulist--news a, body.spot .l-header__menulist--spot a, body.sougi .l-header__menulist--sougi a {
  background-color: #218923;
  color: #fff;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-header__menulists {
    display: none;
  }
}
@media (min-width: 751px) {
  .l-header__menulists {
    display: flex;
  }
  .l-header__menulist {
    font-size: 0.75rem;
    font-weight: bold;
  }
  .l-header__menulist a {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 1rem;
    padding: 12px 8px;
  }
}
@media (min-width: 1025px) {
  .l-header__menulist a {
    font-size: 0.85rem;
    line-height: 1rem;
    padding: 18px 12px;
  }
}
@media (min-width: 1200px) {
  .l-header__menulist a {
    font-size: 1rem;
    line-height: 1rem;
    padding: 20px 15px;
  }
}
@media all and (min-width: 0) and (max-width: 750px) {
  .l-headerMenuSp__btn {
    cursor: pointer;
    display: block;
    transition: all 0.5s;
    position: relative;
    margin-top: 10px;
    height: 30px;
    width: 30px;
    z-index: 450;
  }
  .l-headerMenuSp__btnLine {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    background-color: #4C3525;
    transition: all 0.5s;
  }
  .l-headerMenuSp__btnLine--1 {
    top: 1px;
  }
  .l-headerMenuSp__btnLine--2 {
    top: 10px;
  }
  .l-headerMenuSp__btnLine--3 {
    top: 20px;
  }
  .l-headerMenuSp__container {
    position: fixed;
    left: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #fff;
    padding: 80px 0 0 0;
    transition: all 0.5s;
    z-index: 400;
    overflow-y: auto;
  }
  .l-headerMenuSp__menus {
    border-top: 1px solid #dad8c7;
  }
  .l-headerMenuSp__menu {
    width: 100%;
  }
  .l-headerMenuSp__menu a {
    border-bottom: 1px solid #dad8c7;
    display: block;
    padding: 10px;
  }
  .l-headerMenuSp__menu a:hover,
  .l-headerMenuSp__menu a:active {
    background: #382416;
    color: #fff;
    text-decoration: none;
  }
  .l-headerMenuSp__bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  .l-headerMenuSpOpen .l-headerMenuSp__btnLine--1 {
    transform: rotate(-45deg);
    top: 11px;
  }
  .l-headerMenuSpOpen .l-headerMenuSp__btnLine--2 {
    opacity: 0;
  }
  .l-headerMenuSpOpen .l-headerMenuSp__btnLine--3 {
    transform: rotate(45deg);
    top: 11px;
  }
  .l-headerMenuSpOpen .l-headerMenuSp__container {
    left: 0;
  }
  .l-headerMenuSpOpen .l-headerMenuSp__bg {
    opacity: 0.5;
    visibility: visible;
  }
  .l-headerMenuSpOpen l-headerMenuSp__bg:active {
    opacity: 0.3;
  }
}
@media (min-width: 751px) {
  .l-headerMenuSp__wrapper {
    display: none;
  }
}
.l-header__contact {
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.l-header__contact--sp {
  font-size: 0.8rem;
  font-weight: 700;
}
.l-header__contact a {
  background-color: #218923;
  border-radius: 5px;
  color: #fff;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 750px) {
  .l-header__contact {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header__contact--sp {
    font-size: 1em;
  }
  .l-header__contact--tel {
    font-size: 1.4em;
  }
  .l-header__contact a {
    padding: 3px 10px;
  }
  .l-header__contact a:active {
    background-color: #7bb679;
  }
}
@media (min-width: 751px) {
  .l-header__contact--sp {
    font-size: 0.75em;
  }
  .l-header__contact--tel {
    font-size: 1rem;
  }
  .l-header__contact a {
    line-height: 1rem;
    padding: 0 10px 2px 10px;
  }
  .l-header__contact a:hover {
    background-color: #7bb679;
  }
}
@media (min-width: 1025px) {
  .l-header__contact--sp {
    font-size: 0.75em;
  }
  .l-header__contact--tel {
    font-size: 1.1em;
  }
  .l-header__contact a {
    font-size: 0.9em;
    line-height: 1rem;
    padding: 0 15px 3px 15px;
  }
}
@media (min-width: 1200px) {
  .l-header__contact--sp {
    font-size: 0.8em;
  }
  .l-header__contact--tel {
    font-size: 1.4em;
  }
  .l-header__contact a {
    font-size: 0.9em;
    line-height: 1.2rem;
    padding: 0 15px 2px 15px;
  }
}
body.home .i-greetings__wrapper {
  background-image: url(../img/base/bg_1.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home .i-greetings__heading {
  margin-bottom: 10px;
}
body.home .i-greetings__illust img {
  width: 100%;
}
body.home .i-greetings__photo img {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 180, 160, 0.5);
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-greetings__wrapper {
    background-color: #f1ede5;
    background-size: contain;
  }
  body.home .i-greetings__container {
    padding: 40px 20px;
    text-align: center;
  }
  body.home .i-greetings__heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  body.home .i-greetings__photo {
    margin: 0 auto 40px auto;
    max-width: 480px;
  }
  body.home .i-greetings__illust {
    margin: 0 auto;
    width: 80px;
  }
}
@media (min-width: 751px) {
  body.home .i-greetings__container {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  body.home .i-greetings__inner {
    position: relative;
  }
  body.home .i-greetings__text {
    height: 100%;
  }
  body.home .i-greetings__illust {
    position: absolute;
    bottom: 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-greetings__container {
    gap: 0 5%;
    max-width: 980px;
    padding: 60px 20px 40px 20px;
  }
  body.home .i-greetings__contents {
    width: 45%;
  }
  body.home .i-greetings__heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  body.home .i-greetings__text {
    font-size: 0.85rem;
  }
  body.home .i-greetings__illust {
    right: 2%;
    width: 80px;
  }
  body.home .i-greetings__photo {
    margin-left: -5%;
    width: 50%;
  }
  body.home .i-greetings__photo img {
    box-shadow: 0 0 14px rgba(200, 180, 160, 0.5);
  }
}
@media (min-width: 1025px) {
  body.home .i-greetings__container {
    font-size: 0.9rem;
    gap: 0 5%;
    max-width: 1280px;
    padding: 100px 20px 60px 20px;
  }
  body.home .i-greetings__contents {
    width: 45%;
  }
  body.home .i-greetings__illust {
    right: 5%;
    width: 100px;
  }
  body.home .i-greetings__heading {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  body.home .i-greetings__text {
    font-size: 0.9rem;
  }
  body.home .i-greetings__photo {
    margin-left: -10%;
    width: 50%;
  }
  body.home .i-greetings__photo img {
    box-shadow: 0 0 14px rgba(200, 180, 160, 0.5);
  }
}
@media (min-width: 1280px) {
  body.home .i-greetings__container {
    font-size: 1rem;
  }
  body.home .i-greetings__heading {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  body.home .i-greetings__text {
    font-size: 1rem;
  }
  body.home .i-greetings__illust {
    right: 2%;
    width: 150px;
  }
}
body.home .i-headline__container {
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  width: 100%;
}
body.home .i-headline__contents {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.home .i-headline__contents a {
  display: inline-block;
}
body.home .i-headline__contents a span {
  width: 100%;
}
body.home .i-headline__more {
  background-color: #EFEBE2;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  text-decoration: none;
  text-align: center;
  height: 100%;
  width: 10%;
}
body.home .i-headline__date {
  font-size: 0.9em;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-headline__new {
    background-color: #a80000;
    color: #fff;
    display: flex;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  body.home .i-headline__new img {
    height: 100%;
  }
  body.home .i-headline__top {
    display: none;
  }
  body.home .i-headline__contents {
    line-height: 1.2rem;
    width: 100%;
  }
  body.home .i-headline__texts {
    display: inline-block;
    padding: 5px 10px;
  }
  body.home .i-headline__more {
    padding: 10px 0;
  }
}
@media (min-width: 751px) {
  body.home .i-headline__wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  body.home .i-headline__new {
    display: none;
  }
  body.home .i-headline__top {
    display: flex;
    justify-content: flex-end;
    width: 7%;
  }
  body.home .i-headline__top img {
    height: 100%;
    max-height: 45px;
  }
  body.home .i-headline__contents {
    width: 93%;
  }
  body.home .i-headline__contents br {
    display: none;
  }
  body.home .i-headline__date {
    margin-right: 10px;
  }
  body.home .i-headline__more {
    height: 100%;
    width: 10%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-headline__container {
    width: 80%;
  }
}
@media (min-width: 1025px) {
  body.home .i-headline__container {
    width: 70%;
  }
}
body.home .i-mainvisual__wrapper {
  background-image: url(../img/pages/home/mainvisual_3.jpg?id=33);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
body.home .i-mainvisual__container {
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
body.home .i-mainvisual__mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
body.home .i-mainvisual__image {
  position: absolute;
  top: 0;
  center: 0;
  margin: 0 auto;
  width: 2000px;
  height: 660px;
}
body.home .i-mainvisual__heading {
  position: absolute;
  top: 0;
  left: 40px;
  margin: auto;
  height: 100%;
}
body.home .i-mainvisual__heading img {
  height: 100%;
}

@media (min-width: 751px) {
  body.home .i-mainvisual__image img {
    height: 100%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-mainvisual__container {
    height: 350px;
  }
  body.home .i-mainvisual__heading {
    top: 0;
    left: 80px;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  body.home .i-mainvisual__container {
    height: 500px;
    max-width: 980px;
  }
  body.home .i-mainvisual__heading {
    top: 0;
    left: 40px;
    height: 100%;
  }
}
body.home .i-news__wrapper {
  width: 100%;
}
body.home .i-news__container {
  margin: 0 auto;
}
body.home .i-news__title {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
body.home .i-news__lists {
  width: 100%;
}
body.home .i-news__list {
  width: 100%;
  border-bottom: 1px solid #dad8c7;
}
body.home .i-news__list a {
  display: inline-block;
  padding: 20px;
  width: 100%;
}
body.home .i-news__list a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
body.home .i-news__date {
  font-size: 0.9rem;
}
body.home .i-news__more {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-news__wrapper {
    padding: 40px 20px;
  }
  body.home .i-news__title {
    text-align: center;
  }
  body.home .i-news__more {
    justify-content: center;
  }
}
@media (min-width: 751px) {
  body.home .i-news__container {
    margin: 0 auto;
    max-width: 1024px;
  }
  body.home .i-news__title {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-news__wrapper {
    padding: 0 20px 80px 20px;
  }
  body.home .i-news__title {
    margin-bottom: 20px;
  }
  body.home .i-news__more {
    justify-content: center;
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  body.home .i-news__wrapper {
    padding: 20px 0 140px 0;
  }
  body.home .i-news__title {
    margin-bottom: 30px;
  }
  body.home .i-news__list a {
    padding: 20px 0;
  }
  body.home .i-news__more {
    padding-top: 40px;
  }
}
body.home .i-pet__wrapper {
  background-color: #eae9e5;
  border-bottom: 1px solid #D8D5CA;
}
body.home .i-pet__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .i-pet__heading {
  margin-bottom: 10px;
}
body.home .i-pet__image img {
  border: 7px solid #fff;
  box-shadow: 0 0 6px rgba(200, 180, 160, 0.5);
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-pet__container {
    padding: 40px 20px;
  }
  body.home .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  body.home .i-pet__text {
    margin-bottom: 30px;
  }
  body.home .i-pet__image {
    width: 70%;
  }
  body.home .i-pet__illust {
    right: 5%;
    bottom: -4px;
    position: absolute;
    width: 20%;
  }
}
@media (min-width: 751px) {
  body.home .i-pet__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  body.home .i-pet__image {
    display: flex;
  }
  body.home .i-pet__illust {
    position: absolute;
  }
  body.home .i-pet__container .c-btn__general {
    width: 100%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-pet__wrapper {
    margin-top: -120px;
    padding: 120px 0 60px 40px;
  }
  body.home .i-pet__container {
    gap: 0 5%;
    width: 100%;
  }
  body.home .i-pet__contents {
    width: 40%;
  }
  body.home .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  body.home .i-pet__image {
    width: 35%;
  }
  body.home .i-pet__illust {
    right: 5%;
    bottom: -65px;
    width: 100px;
  }
}
@media (min-width: 1025px) {
  body.home .i-pet__wrapper {
    margin-top: -150px;
    padding: 160px 40px 140px 40px;
  }
  body.home .i-pet__container {
    gap: 0 7%;
    margin: 0 auto;
    padding: 0 10% 0 0;
    width: 980px;
  }
  body.home .i-pet__contents {
    width: 50%;
  }
  body.home .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  body.home .i-pet__image {
    width: 45%;
  }
  body.home .i-pet__illust {
    right: 5%;
    bottom: -145px;
    width: 150px;
  }
}
body.home .i-prepare__wrapper {
  background-image: url(../img/pages/home/bg_prepare.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100%;
}
body.home .i-prepare__container {
  border: 1px solid #E2DED7;
  background-color: #e9e6dc;
}
body.home .i-prepare__image img {
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-prepare__wrapper {
    background-size: 80px;
    padding: 20px;
  }
  body.home .i-prepare__container {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
    padding: 40px;
  }
  body.home .i-prepare__title {
    font-size: 1.7rem;
    margin-bottom: 8px;
    text-align: center;
  }
  body.home .i-prepare__copy {
    margin-bottom: 10px;
    text-align: center;
  }
  body.home .i-prepare__contents {
    margin-bottom: 40px;
  }
  body.home .i-prepare__more {
    margin-top: 15px;
    text-align: center;
  }
  body.home .i-prepare__image {
    max-width: 480px;
    width: 100%;
  }
  body.home .i-prepare__image img {
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 751px) {
  body.home .i-prepare__wrapper {
    background-size: 100px;
  }
  body.home .i-prepare__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-prepare__wrapper {
    background-size: 100px;
    padding: 40px;
  }
  body.home .i-prepare__container {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
    padding: 50px;
  }
  body.home .i-prepare__contents {
    width: 45%;
  }
  body.home .i-prepare__title {
    margin-bottom: 5px;
  }
  body.home .i-prepare__copy {
    margin-bottom: 15px;
  }
  body.home .i-prepare__more {
    padding-top: 10px;
  }
  body.home .i-prepare__image {
    width: 45%;
  }
  body.home .i-prepare__image img {
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 1025px) {
  body.home .i-prepare__wrapper {
    background-size: 120px;
    padding: 140px 40px;
  }
  body.home .i-prepare__container {
    border-radius: 16px;
    box-shadow: 0 0 14px rgba(200, 200, 200, 0.5);
    max-width: 1024px;
    padding: 60px;
    width: 100%;
  }
  body.home .i-prepare__contents {
    width: 45%;
  }
  body.home .i-prepare__title {
    margin-bottom: 10px;
  }
  body.home .i-prepare__copy {
    margin-bottom: 25px;
  }
  body.home .i-prepare__more {
    padding-top: 10px;
  }
  body.home .i-prepare__image {
    width: 50%;
  }
  body.home .i-prepare__image img {
    box-shadow: 0 0 14px rgba(200, 200, 200, 0.5);
  }
}
body.home .i-sougi__heading {
  text-align: center;
}
body.home .i-sougi__list {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 180, 160, 0.5);
  padding: 20px;
}
body.home .i-sougi__text p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-sougi__container {
    padding: 60px 20px 40px 20px;
  }
  body.home .i-sougi__list {
    margin-bottom: 20px;
  }
  body.home .i-sougi__heading {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  body.home .i-sougi__more {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 751px) {
  body.home .i-sougi__container {
    margin: 0 auto;
  }
  body.home .i-sougi__lists {
    display: flex;
    gap: 0 3%;
  }
  body.home .i-sougi__list {
    width: 33%;
  }
  body.home .i-sougi__container .c-btn__general {
    width: 100%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-sougi__container {
    max-width: 980px;
    padding: 100px 20px 80px 20px;
  }
  body.home .i-sougi__heading {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
  body.home .i-sougi__list {
    padding: 30px;
  }
  body.home .i-sougi__text p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  body.home .i-sougi__container {
    max-width: 1380px;
    padding: 140px 40px 100px 40px;
  }
  body.home .i-sougi__heading {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  body.home .i-sougi__list {
    padding: 40px;
  }
  body.home .i-sougi__text p {
    margin-bottom: 20px;
  }
}
body.home .i-spot__wrapper {
  background-image: url(../img/base/bg_1.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
body.home .i-spot__titles {
  display: flex;
  justify-content: space-between;
}
body.home .i-spot__illust1 img, body.home .i-spot__illust2 img {
  width: 100%;
}
body.home .i-spot__text {
  margin-bottom: 20px;
}
body.home .i-spot__lists {
  display: flex;
}
body.home .i-spot__list img {
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.home .i-spot__container {
    padding: 60px 20px;
  }
  body.home .i-spot__lists {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  body.home .i-spot__list {
    width: 48%;
  }
}
@media (min-width: 751px) {
  body.home .i-spot__container {
    margin: 0 auto;
  }
  body.home .i-spot__heading {
    display: flex;
    align-items: center;
    line-height: 1.4em;
  }
  body.home .i-spot__lists {
    gap: 0 4%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.home .i-spot__container {
    max-width: 980px;
    padding: 80px 20px 60px 20px;
  }
  body.home .i-spot__list img {
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 1025px) {
  body.home .i-spot__container {
    padding: 120px 40px;
    max-width: 1280px;
  }
  body.home .i-spot__contents {
    gap: 0 2%;
    margin: 0 auto 60px auto;
    width: 70%;
  }
  body.home .i-spot__lists {
    max-width: 1280px;
  }
  body.home .i-spot__list img {
    border-radius: 16px;
    box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  }
}
body.sougi .i-flow__wrapper {
  padding: 60px 20px 0 20px;
}
body.sougi .i-flow__container {
  padding: 20px;
}

@media (min-width: 751px) {
  body.sougi .i-flow__wrapper {
    padding: 40px 20px;
  }
  body.sougi .i-flow__container {
    margin: 0 auto 20px auto;
    max-width: 780px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-flow__wrapper {
    padding: 40px 20px;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-flow__wrapper {
    padding: 100px 20px;
  }
}
body.sougi .i-estimate__wrapper {
  background-image: url(../img/base/bg_1.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #F1EDE6;
  padding: 20px;
}
body.sougi .i-estimate__container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  padding: 20px 40px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.sougi .i-estimate__wrapper {
    padding: 20px 10px;
  }
  body.sougi .i-estimate__container {
    border-radius: 8px;
    margin: 0 auto;
    max-width: 840px;
    padding: 30px 40px;
  }
  body.sougi .i-estimate__contents {
    display: flex;
    margin-top: -20px;
  }
}
@media (min-width: 751px) {
  body.sougi .i-estimate__wrapper {
    padding: 40px 20px;
  }
  body.sougi .i-estimate__container {
    border-radius: 8px;
    margin: 0 auto;
    max-width: 840px;
    padding: 50px 70px;
  }
  body.sougi .i-estimate__contents {
    display: flex;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-estimate__container {
    border-radius: 12px;
  }
  body.sougi .i-estimate__text {
    width: 70%;
  }
  body.sougi .i-estimate__illust {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-estimate__container {
    border-radius: 12px;
  }
  body.sougi .i-estimate__text {
    width: 70%;
  }
  body.sougi .i-estimate__illust {
    width: 30%;
  }
}
body.sougi .i-kind__wrapper {
  padding: 20px;
}
body.sougi .i-kind__container {
  padding: 20px 40px;
}
body.sougi .i-kind__heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
body.sougi .i-kind__image {
  margin-bottom: 10px;
}
body.sougi .i-kind__image img {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 180, 160, 0.5);
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.sougi .i-kind__image {
    max-width: 480px;
    margin: 0 auto 15px auto;
  }
  body.sougi .i-kind__contents {
    margin-bottom: 60px;
  }
}
@media (min-width: 751px) {
  body.sougi .i-kind__wrapper {
    padding: 40px 20px;
  }
  body.sougi .i-kind__container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  body.sougi .i-kind__contents {
    width: 47%;
  }
  body.sougi .i-kind__heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body.sougi .i-kind__image {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-kind__container {
    padding: 50px 70px;
  }
  body.sougi .i-kind__heading {
    margin-bottom: 20px;
  }
  body.sougi .i-kind__image {
    margin-bottom: 12px;
  }
  body.sougi .i-kind__image img {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 180, 160, 0.5);
  }
}
@media (min-width: 1025px) {
  body.sougi .i-kind__container {
    max-width: 980px;
    padding: 20px;
  }
  body.sougi .i-kind__heading {
    margin-bottom: 30px;
  }
  body.sougi .i-kind__image {
    margin-bottom: 20px;
  }
  body.sougi .i-kind__image img {
    border-radius: 16px;
    box-shadow: 0 0 14px rgba(200, 180, 160, 0.5);
  }
}
body.sougi .i-merit__wrapper {
  background-color: #f2f1ea;
  border-top: 1px solid #dad8c7;
  border-bottom: 1px solid #dad8c7;
  padding: 60px 20px 0 20px;
}
body.sougi .i-merit__container {
  padding: 0 20px 20px 20px;
}

@media (min-width: 751px) {
  body.sougi .i-merit__container {
    margin: 0 auto 20px auto;
    max-width: 780px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-merit__wrapper {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-merit__wrapper {
    padding: 100px 20px;
  }
}
body.sougi .i-point__wrapper {
  background-image: url(../img/base/bg_1.png);
  background-size: cover;
  background-position: bottom right;
}
body.sougi .i-point__text {
  margin-bottom: 20px;
}
body.sougi .i-point__copy {
  margin-bottom: 10px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.sougi .i-point__wrapper {
    padding: 20px 20px 0 20px;
  }
  body.sougi .i-point__container {
    padding: 20px 20px 0 20px;
  }
  body.sougi .i-point__copy {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
  body.sougi .i-point__image {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  body.sougi .i-point__wrapper {
    padding: 40px 20px;
  }
  body.sougi .i-point__container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
  }
  body.sougi .i-point__copy {
    line-height: 2rem;
    margin-bottom: 20px;
  }
  body.sougi .i-point__image {
    display: flex;
    align-items: flex-end;
    padding-bottom: 5%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-point__container {
    padding: 50px 20px;
  }
  body.sougi .i-point__text {
    width: 55%;
  }
  body.sougi .i-point__image {
    width: 43%;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-point__container {
    max-width: 1024px;
    padding: 60px 20px;
  }
  body.sougi .i-point__text {
    width: 55%;
  }
  body.sougi .i-point__image {
    width: 40%;
  }
}
body.sougi .i-price__wrapper {
  box-sizing: border-box;
}
body.sougi .i-price__container {
  box-sizing: border-box;
}
body.sougi .i-price__description {
  margin-bottom: 20px;
  text-align: center;
}
body.sougi .i-price__plate {
  border-radius: 8px;
}
body.sougi .i-price__plate--1 {
  background-color: #b583a3;
}
body.sougi .i-price__plate--2 {
  background-color: #eadde6;
}
body.sougi .i-price__plate--3 {
  background-color: #eadde6;
}
body.sougi .i-price__plate--4 {
  background-color: #eadde6;
}
body.sougi .i-price__plate--5 {
  background-color: #b583a3;
}
body.sougi .i-price__plate--special {
  border: 2px solid #d40d87;
}
body.sougi .i-price__photo img {
  border-radius: 8px;
}
body.sougi .i-price__type {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  text-align: center;
}
body.sougi .i-price__type div {
  font-size: 1.1rem;
}
body.sougi .i-price__type--special {
  background-color: #cc0000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}
body.sougi .i-price__type--special div {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
}
body.sougi .i-price__text {
  font-size: 0.95rem;
  line-height: 1.2rem;
  margin-bottom: 10px;
}
body.sougi .i-price__price {
  gap: 0 10px;
}
body.sougi .i-price__number {
  font-weight: bold;
}
body.sougi .i-price__extends {
  font-size: 0.7rem;
  font-weight: bold;
  line-height: 0.8rem;
}
body.sougi .i-price__relational {
  background-color: #dbd9d3;
  border-radius: 8px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.sougi .i-price__wrapper {
    padding: 20px 10px;
  }
  body.sougi .i-price__list {
    display: flex;
    gap: 0 10px;
    margin-bottom: 30px;
    width: 100%;
  }
  body.sougi .i-price__type {
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 10px 0;
    width: 100%;
  }
  body.sougi .i-price__type div {
    box-sizing: border-box;
    display: block;
    line-height: 1rem;
    padding: 4px;
    text-align: center;
    width: 100%;
  }
  body.sougi .i-price__type div br {
    display: none;
  }
  body.sougi .i-price__image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    margin-right: 10px;
  }
  body.sougi .i-price__photo {
    display: none;
  }
  body.sougi .i-price__photoSp {
    border-radius: 8px;
  }
  body.sougi .i-price__plate {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    padding: 10px;
    width: 100%;
  }
  body.sougi .i-price__text {
    border-bottom: solid 1px #382416;
    font-size: 0.85rem;
    padding-bottom: 6px;
    width: 100%;
  }
  body.sougi .i-price__text br {
    display: none;
  }
  body.sougi .i-price__price {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0 3px 0;
    width: 100%;
  }
  body.sougi .i-price__number {
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
    width: 100%;
  }
  body.sougi .i-price__extends {
    text-align: center;
    width: 100%;
  }
  body.sougi .i-price__extends br {
    display: none;
  }
  body.sougi .i-price__place {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 2px;
    width: 100%;
  }
  body.sougi .i-price__place--empty {
    width: 100%;
  }
  body.sougi .i-price__place br {
    display: none;
  }
  body.sougi .i-price__range {
    font-size: 0.8rem;
    line-height: 1rem;
    border-bottom: solid 1px #382416;
    margin-bottom: 5px;
    padding: 0 2px 10px 2px;
    width: 100%;
  }
}
@media (min-width: 751px) {
  body.sougi .i-price__container {
    margin: 0 auto;
  }
  body.sougi .i-price__lists {
    display: flex;
    justify-content: space-between;
    gap: 0 1%;
  }
  body.sougi .i-price__list {
    width: 19%;
  }
  body.sougi .i-price__list--special {
    border: 3px solid #cc0000;
  }
  body.sougi .i-price__number {
    font-size: 1.3rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
  }
  body.sougi .i-price__type {
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
  }
  body.sougi .i-price__type div {
    line-height: 1.1rem;
  }
  body.sougi .i-price__type--special div {
    font-size: 1.1rem;
  }
  body.sougi .i-price__photoSp {
    display: none;
  }
  body.sougi .i-price__text span {
    display: none;
  }
  body.sougi .i-price__price {
    border-top: solid 1px #382416;
    font-weight: bold;
    text-align: center;
  }
  body.sougi .i-price__price--sp {
    display: none;
  }
  body.sougi .i-price__place {
    border-top: solid 1px #382416;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 6px 0;
    text-align: center;
  }
  body.sougi .i-price__place--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
  }
  body.sougi .i-price__range {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-price__wrapper {
    padding: 40px 15px 15px 15px;
  }
  body.sougi .i-price__description {
    margin-bottom: 40px;
  }
  body.sougi .i-price__plate {
    border-radius: 12px;
    padding: 10px;
  }
  body.sougi .i-price__photo {
    margin-top: 10px;
  }
  body.sougi .i-price__photo img {
    border-radius: 12px;
  }
  body.sougi .i-price__type {
    border-radius: 12px;
    min-height: 50px;
  }
  body.sougi .i-price__text {
    height: 200px;
  }
  body.sougi .i-price__price {
    font-size: 1.1rem;
    padding-top: 10px;
  }
  body.sougi .i-price__price--small {
    font-size: 0.8rem;
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-price__wrapper {
    padding: 100px 20px 20px 20px;
  }
  body.sougi .i-price__container {
    max-width: 1280px;
  }
  body.sougi .i-price__description {
    margin-bottom: 60px;
  }
  body.sougi .i-price__plate {
    border-radius: 16px;
    padding: 20px 15px;
  }
  body.sougi .i-price__photo {
    margin-top: 10px;
  }
  body.sougi .i-price__photo img {
    border-radius: 16px;
  }
  body.sougi .i-price__type {
    border-radius: 12px;
    min-height: 60px;
  }
  body.sougi .i-price__text {
    line-height: 1.4rem;
    height: 250px;
  }
  body.sougi .i-price__number {
    font-size: 1.7rem;
  }
  body.sougi .i-price__price {
    font-size: 1.3rem;
    padding-top: 10px;
    line-height: 1em;
  }
  body.sougi .i-price__price--small {
    font-size: 0.85rem;
    letter-spacing: -0.07rem;
  }
}
body.sougi .i-relational__container {
  background-color: #dbd9d3;
  border-radius: 8px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.sougi .i-relational__container {
    display: none;
  }
}
@media (min-width: 751px) {
  body.sougi .i-relational__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  body.sougi .i-relational__min {
    font-weight: bold;
    text-align: center;
    width: 15%;
  }
  body.sougi .i-relational__arrow {
    text-align: center;
    width: 40%;
  }
  body.sougi .i-relational__max {
    font-weight: bold;
    text-align: center;
    width: 15%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.sougi .i-relational__wrapper {
    padding: 0 15px;
  }
  body.sougi .i-relational__container {
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  body.sougi .i-relational__wrapper {
    padding: 0 20px 60px 20px;
  }
  body.sougi .i-relational__container {
    border-radius: 16px;
    max-width: 1280px;
    margin-bottom: 40px;
    padding: 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.spot .i-mainvisual__wrapper {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  body.spot .i-mainvisual__wrapper {
    margin-bottom: 60px;
  }
}
body.spot .i-spot__wrapper {
  background-image: url(../img/pages/spot/sakura_bg.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #dad8c7;
  padding: 20px;
}
body.spot .i-spot__map iframe {
  border: 0;
}
body.spot .i-spot__photo {
  margin-bottom: 20px;
}
body.spot .i-spot__photo img {
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  width: 100%;
}
body.spot .i-spot__2, body.spot .i-spot__4 {
  background-color: #fff;
}
body.spot .i-spot__titles {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
body.spot .i-spot__titles--number {
  text-combine-upright: all;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.spot .i-spot__wrapper {
    background-position: right -50px;
    background-size: 500px auto;
    padding: 30px 20px 30px 20px;
  }
  body.spot .i-spot__contents {
    display: flex;
    gap: 0 5%;
  }
  body.spot .i-spot__description {
    width: 75%;
  }
  body.spot .i-spot__titles {
    width: 30%;
  }
  body.spot .i-spot__heading {
    font-size: 2.2em;
    margin-left: 20px;
  }
  body.spot .i-spot__text {
    margin-bottom: 20px;
  }
  body.spot .i-spot__text br {
    display: none;
  }
  body.spot .i-spot__copy {
    font-size: 1.3em;
    line-height: 1.4em;
    padding-top: 6px;
  }
}
@media (min-width: 751px) {
  body.spot .i-spot__container {
    padding: 0 20px;
    max-width: 980px;
    margin: 0 auto;
  }
  body.spot .i-spot__contents {
    display: flex;
  }
  body.spot .i-spot__heading {
    font-size: 2.8em;
  }
  body.spot .i-spot__copy {
    margin-right: 20px;
    padding-top: 10px;
    font-size: 1.6em;
  }
  body.spot .i-spot__place {
    display: flex;
    gap: 0 20px;
  }
  body.spot .i-spot__map {
    height: 250px;
    width: 65%;
  }
  body.spot .i-spot__address {
    width: 30%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.spot .i-spot__wrapper {
    background-position: right -100px;
    background-size: auto 300px;
    padding: 100px 20px 60px 20px;
  }
  body.spot .i-spot__contents {
    gap: 0 5%;
  }
  body.spot .i-spot__description {
    width: 80%;
  }
  body.spot .i-spot__titles {
    width: 15%;
  }
  body.spot .i-spot__heading {
    margin-left: 20px;
  }
  body.spot .i-spot__copy {
    line-height: 1.4em;
  }
}
@media (min-width: 1025px) {
  body.spot .i-spot__wrapper {
    background-position: right -100px;
    background-size: auto 500px;
    padding: 120px 40px 100px 40px;
  }
  body.spot .i-spot__contents {
    gap: 0 5%;
  }
  body.spot .i-spot__description {
    width: 70%;
  }
  body.spot .i-spot__titles {
    width: 20%;
  }
  body.spot .i-spot__heading {
    margin-left: 20px;
  }
  body.spot .i-spot__copy {
    line-height: 1.4em;
  }
}
body.spot .i-slide__lists {
  display: flex;
}
body.spot .i-slide__list img {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  width: 100%;
}

@media (min-width: 751px) {
  body.spot .i-slide__wrapper {
    display: hidden;
  }
  body.spot .i-slide__container {
    width: 120%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.spot .i-slide__lists {
    gap: 0 12px;
  }
  body.spot .i-slide__list {
    width: 180px;
  }
}
@media (min-width: 1025px) {
  body.spot .i-slide__wrapper {
    padding: 20px 0;
  }
  body.spot .i-slide__lists {
    gap: 0 20px;
  }
  body.spot .i-slide__list {
    width: 200px;
  }
}
body.spot .i-split {
  background-image: url(../img/base/split.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100px;
  height: 50px;
  margin-bottom: 20px;
}
body.spot .i-split hr {
  visibility: hidden;
}

@media (min-width: 751px) {
  body.spot .i-split {
    background-size: auto 180px;
    height: 200px;
    margin-top: -40px;
  }
}
body.spot .i-map__wrapper {
  padding: 40px 20px;
}
body.spot .i-map__container {
  padding: 0 20px;
}
body.spot .i-map__frame {
  background-color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  margin-bottom: 20px;
  height: 300px;
  width: 100%;
}
body.spot .i-map__frame iframe {
  border: none;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.spot .i-map__container {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) {
  body.spot .i-map__container {
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.spot .i-map__wrapper {
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  body.spot .i-map__container {
    margin-bottom: 40px;
  }
  body.spot .i-map__box {
    border-radius: 12px;
    padding: 40px;
  }
  body.spot .i-map__frame {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  body.spot .i-map__wrapper {
    padding: 120px 40px 100px 40px;
  }
  body.spot .i-map__container {
    max-width: 980px;
    margin-bottom: 60px;
  }
  body.spot .i-map__frame {
    height: 500px;
  }
}
body.spot .i-pet__wrapper {
  background-color: #eae9e5;
  border-bottom: 1px solid #D8D5CA;
}
body.spot .i-pet__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
body.spot .i-pet__heading {
  margin-bottom: 10px;
}
body.spot .i-pet__image img {
  border: 7px solid #fff;
  box-shadow: 0 0 6px rgba(200, 180, 160, 0.5);
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.spot .i-pet__container {
    padding: 40px 20px;
  }
  body.spot .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  body.spot .i-pet__text {
    margin-bottom: 30px;
  }
  body.spot .i-pet__image {
    width: 60%;
  }
  body.spot .i-pet__illust {
    right: 5%;
    bottom: -4px;
    position: absolute;
    width: 20%;
  }
}
@media (min-width: 751px) {
  body.spot .i-pet__container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  body.spot .i-pet__image {
    display: flex;
  }
  body.spot .i-pet__illust {
    position: absolute;
  }
  body.spot .i-pet__container .c-btn__general {
    width: 100%;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.spot .i-pet__wrapper {
    margin-top: -120px;
    padding: 120px 0 60px 40px;
  }
  body.spot .i-pet__container {
    gap: 0 5%;
    width: 100%;
  }
  body.spot .i-pet__contents {
    width: 40%;
  }
  body.spot .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  body.spot .i-pet__image {
    width: 35%;
  }
  body.spot .i-pet__illust {
    right: 5%;
    bottom: -65px;
    width: 100px;
  }
}
@media (min-width: 1025px) {
  body.spot .i-pet__wrapper {
    margin-top: -200px;
    padding: 160px 40px 100px 40px;
  }
  body.spot .i-pet__container {
    gap: 0 7%;
    margin: 0 auto;
    padding: 0 10% 0 0;
    width: 980px;
  }
  body.spot .i-pet__contents {
    width: 50%;
  }
  body.spot .i-pet__heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  body.spot .i-pet__image {
    width: 45%;
  }
  body.spot .i-pet__illust {
    right: 5%;
    bottom: -105px;
    width: 150px;
  }
}
body.prepare .i-box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}

@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-box {
    border-radius: 12px;
  }
}
@media (min-width: 1025px) {
  body.prepare .i-box {
    border-radius: 16px;
  }
}
body.prepare .i-comment {
  background-color: #f2f1ea;
}

body.prepare .i-description__headings {
  display: flex;
  gap: 0 4%;
  margin-bottom: 10px;
}
body.prepare .i-description__heading {
  line-height: 1.3em;
}
body.prepare .i-description__number {
  display: flex;
  align-items: center;
  font-size: 3.5em;
  font-weight: bold;
}
body.prepare .i-description__tamura img {
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  width: 100%;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.prepare .i-description__wrapper {
    padding: 40px 20px;
  }
  body.prepare .i-description__title {
    text-align: center;
    margin-bottom: 20px;
  }
  body.prepare .i-description__container {
    margin-bottom: 20px;
  }
  body.prepare .i-description__image {
    margin: 0 auto;
    max-width: 200px;
    padding: 30px 0 20px 0;
  }
  body.prepare .i-description__tamura {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  body.prepare .i-description__container {
    display: flex;
    gap: 0 2%;
    margin: 0 auto;
    max-width: 980px;
    justify-content: space-between;
  }
  body.prepare .i-description__text {
    width: 55%;
  }
  body.prepare .i-description__image {
    width: 35%;
  }
  body.prepare .i-description__tamura {
    max-width: 680px;
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-description__wrapper {
    padding: 40px;
  }
  body.prepare .i-description__container {
    margin-bottom: 20px;
  }
  body.prepare .i-description__title {
    margin-bottom: 15px;
  }
  body.prepare .i-description__tamura img {
    border-radius: 12px;
    box-shadow: 0 0 8px rgba(200, 200, 200, 0.5);
  }
}
@media (min-width: 1025px) {
  body.prepare .i-description__wrapper {
    padding: 80px 40px;
  }
  body.prepare .i-description__container {
    margin-bottom: 20px;
  }
  body.prepare .i-description__title {
    margin-bottom: 20px;
  }
  body.prepare .i-description__image {
    padding: 60px 0 40px 0;
  }
  body.prepare .i-description__tamura img {
    border-radius: 16px;
    box-shadow: 0 0 14px rgba(200, 200, 200, 0.5);
  }
}
body.prepare .i-reason__wrapper {
  background-color: #f0ede6;
  background-image: url(../img/base/bg_1.png);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-top: 1px solid #dad8c7;
  border-bottom: 1px solid #dad8c7;
}
body.prepare .i-reason__title {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 40px;
  text-align: center;
}
body.prepare .i-reason__headings {
  display: flex;
  gap: 0 4%;
  margin-bottom: 10px;
}
body.prepare .i-reason__heading {
  line-height: 1.3em;
}
body.prepare .i-reason__box {
  position: relative;
}
body.prepare .i-reason__number {
  position: absolute;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.prepare .i-reason__wrapper {
    padding: 40px 20px;
  }
  body.prepare .i-reason__list {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  body.prepare .i-reason__list br {
    display: none;
  }
  body.prepare .i-reason__heading {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  body.prepare .i-reason__number {
    top: -30px;
    left: -40px;
    width: 40px;
  }
}
@media (min-width: 751px) {
  body.prepare .i-reason__wrapper {
    margin: 0 auto;
  }
  body.prepare .i-reason__container {
    margin: 0 auto;
  }
  body.prepare .i-reason__lists {
    display: flex;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-reason__wrapper {
    padding: 60px 40px;
  }
  body.prepare .i-reason__title {
    font-size: 2em;
    line-height: 1.4em;
  }
  body.prepare .i-reason__lists {
    gap: 0 30px;
  }
  body.prepare .i-reason__list {
    padding: 20px 30px;
  }
  body.prepare .i-reason__heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  body.prepare .i-reason__number {
    top: -30px;
    left: -40px;
    width: 40px;
  }
}
@media (min-width: 1025px) {
  body.prepare .i-reason__wrapper {
    padding: 80px 40px 100px 40px;
  }
  body.prepare .i-reason__container {
    max-width: 1480px;
  }
  body.prepare .i-reason__title {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  body.prepare .i-reason__heading {
    font-size: 1.4em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  body.prepare .i-reason__lists {
    gap: 0 4%;
  }
  body.prepare .i-reason__list {
    padding: 30px 50px;
  }
  body.prepare .i-reason__number {
    top: -60px;
    left: -70px;
    width: 70px;
  }
}
body.prepare .i-feature__wrapper {
  background-color: #f2f1ea;
  border-bottom: 1px solid #dad8c7;
}
body.prepare .i-feature__title {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 40px;
  text-align: center;
}
body.prepare .i-feature__headings {
  display: flex;
  gap: 0 4%;
  margin-bottom: 10px;
}
body.prepare .i-feature__heading {
  line-height: 1.3em;
}
body.prepare .i-feature__number {
  display: flex;
  align-items: center;
  font-size: 3.5em;
  font-weight: bold;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.prepare .i-feature__wrapper {
    padding: 60px 20px 0 20px;
  }
  body.prepare .i-feature__image {
    padding: 20px 0 0 0;
  }
  body.prepare .i-feature__image img {
    margin: 0 auto;
    width: 140px;
  }
}
@media (min-width: 751px) {
  body.prepare .i-feature__container {
    margin: 0 auto;
    max-width: 880px;
  }
  body.prepare .i-feature__contents {
    display: flex;
    gap: 0 2%;
    justify-content: space-between;
  }
  body.prepare .i-feature__text p {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-feature__wrapper {
    padding: 40px;
  }
  body.prepare .i-feature__title {
    font-size: 2em;
    line-height: 1.4em;
  }
  body.prepare .i-feature__text {
    width: 75%;
  }
  body.prepare .i-feature__image {
    width: 20%;
  }
}
@media (min-width: 1025px) {
  body.prepare .i-feature__wrapper {
    padding: 80px 40px;
  }
  body.prepare .i-feature__title {
    font-size: 1.6em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  body.prepare .i-feature__text {
    width: 75%;
  }
  body.prepare .i-feature__image {
    width: 20%;
  }
}
body.prepare .i-description2__title {
  text-align: center;
}
body.prepare .i-description2__heading {
  line-height: 1.3em;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.prepare .i-description2__wrapper {
    padding: 60px 20px 0 20px;
  }
  body.prepare .i-description2__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  body.prepare .i-description2__copy {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
  }
  body.prepare .i-description2__copy p br {
    display: none;
  }
  body.prepare .i-description2__text {
    padding-bottom: 60px;
  }
  body.prepare .i-description2__text br {
    display: none;
  }
  body.prepare .i-description2__image {
    align-items: flex-start;
    max-width: 180px;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  body.prepare .i-description2__container {
    margin: 0 auto;
  }
  body.prepare .i-description2__contents {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  body.prepare .i-description2__text {
    display: flex;
    align-items: center;
  }
  body.prepare .i-description2__image {
    display: flex;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-description2__wrapper {
    padding: 60px 40px 40px 40px;
  }
  body.prepare .i-description2__container {
    gap: 0 40px;
  }
  body.prepare .i-description2__title {
    font-size: 1.8rem;
    margin-bottom: 60px;
  }
  body.prepare .i-description2__copy {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body.prepare .i-description2__text {
    padding-bottom: 60px;
    width: 55%;
  }
  body.prepare .i-description2__image {
    align-items: flex-start;
    width: 40%;
  }
  body.prepare .i-description2__image img {
    width: 85%;
  }
}
@media (min-width: 1025px) {
  body.prepare .i-description2__wrapper {
    margin-bottom: -10px;
    padding: 120px 40px 0 40px;
  }
  body.prepare .i-description2__container {
    max-width: 980px;
    gap: 0;
  }
  body.prepare .i-description2__title {
    font-size: 2rem;
    margin-bottom: 80px;
  }
  body.prepare .i-description2__text {
    padding-bottom: 80px;
    width: 45%;
  }
  body.prepare .i-description2__copy {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-bottom: 20px;
  }
  body.prepare .i-description2__image {
    align-items: flex-end;
    justify-content: flex-start;
    width: 45%;
  }
  body.prepare .i-description2__image img {
    width: 85%;
  }
}
body.prepare .i-feature2__wrapper {
  background-color: #f2f1ea;
  border-top: 1px solid #dad8c7;
}
body.prepare .i-feature2__title {
  text-align: center;
}
body.prepare .i-feature2__heading {
  line-height: 1.3em;
}
body.prepare .i-feature2__box {
  position: relative;
}
body.prepare .i-feature2__number {
  position: absolute;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.prepare .i-feature2__wrapper {
    padding: 60px 20px 0 20px;
  }
  body.prepare .i-feature2__container {
    margin-bottom: 40px;
  }
  body.prepare .i-feature2__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  body.prepare .i-feature2__list {
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  body.prepare .i-feature2__list br {
    display: none;
  }
  body.prepare .i-feature2__heading {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  body.prepare .i-feature2__number {
    top: -30px;
    left: -40px;
    width: 40px;
  }
}
@media (min-width: 751px) {
  body.prepare .i-feature2__container {
    margin: 0 auto;
  }
  body.prepare .i-feature2__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.prepare .i-feature2__wrapper {
    padding: 60px 40px;
  }
  body.prepare .i-feature2__container {
    margin-bottom: 60px;
  }
  body.prepare .i-feature2__title {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  body.prepare .i-feature2__lists {
    gap: 30px 1%;
  }
  body.prepare .i-feature2__list {
    padding: 20px 30px;
    width: 47%;
  }
  body.prepare .i-feature2__number {
    top: -35px;
    left: -45px;
    width: 40px;
  }
}
@media (min-width: 1025px) {
  body.prepare .i-feature2__wrapper {
    padding: 120px 40px 20px 40px;
  }
  body.prepare .i-feature2__container {
    max-width: 1280px;
    margin-bottom: 80px;
  }
  body.prepare .i-feature2__title {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  body.prepare .i-feature2__lists {
    gap: 80px 2%;
  }
  body.prepare .i-feature2__list {
    padding: 50px 70px;
    width: 47%;
  }
  body.prepare .i-feature2__heading {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  body.prepare .i-feature2__number {
    top: -75px;
    left: -85px;
    width: 60px;
  }
}
body.prepare .i-bnr__wrapper {
  background-color: #f2f1eb;
}

body.kumotsu .i-select__wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
}
body.kumotsu .i-select__container {
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
body.kumotsu .i-select__btn a {
  background-color: #218923;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 10px;
}
body.kumotsu .i-select__btn a:hover {
  background-color: #7bb679;
  text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.kumotsu .i-select__container {
    padding: 10px;
  }
  body.kumotsu .i-select__btn {
    display: none;
  }
}
@media (min-width: 751px) {
  body.kumotsu .i-select__container {
    display: flex;
    gap: 0 10px;
    padding: 10px;
  }
}
body.kumotsu .i-nav__lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
body.kumotsu .i-nav__list {
  width: 30%;
  display: block;
}
body.kumotsu .i-nav__list a {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 10px;
}
body.kumotsu .i-nav__text {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(230, 225, 210, 0.4);
  padding: 30px;
}
body.kumotsu .i-nav__btn {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
body.kumotsu .i-nav__btn a {
  background-color: #218923;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.kumotsu .i-nav__wrapper {
    padding: 20px;
  }
}
@media (min-width: 751px) {
  body.kumotsu .i-nav__container {
    padding: 0 20px;
    max-width: 680px;
    margin: 0 auto;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.kumotsu .i-nav__wrapper {
    padding: 40px 20px;
  }
}
@media (min-width: 1025px) {
  body.kumotsu .i-nav__wrapper {
    padding: 40px 20px;
  }
}
body.kumotsu .i-item__list {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
body.kumotsu .i-item__name {
  background-color: #efece3;
  line-height: 1.3em;
}
body.kumotsu .i-item__serial {
  background-color: #E6E6E3;
}
body.kumotsu .i-item__name {
  margin-bottom: 10px;
}
body.kumotsu .i-item__yen {
  font-size: 0.7em;
}
body.kumotsu .i-item__photo img {
  width: 100%;
}
body.kumotsu .i-item__ps {
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 10px 0 4px 0;
}

@media all and (min-width: 0) and (max-width: 480px) {
  body.kumotsu .i-item__wrapper {
    padding: 0 20px 30px 20px;
  }
  body.kumotsu .i-item__list {
    display: flex;
    margin-bottom: 14px;
  }
  body.kumotsu .i-item__photo {
    padding: 10px;
    width: 30%;
  }
  body.kumotsu .i-item__description {
    padding: 20px 10px 10px 10px;
    width: 65%;
  }
  body.kumotsu .i-item__name {
    font-size: 0.9rem;
    border-radius: 4px;
    padding: 4px 4px 6px 4px;
  }
  body.kumotsu .i-item__serial {
    border-radius: 30px;
    font-size: 0.8em;
    margin-right: 6px;
    padding: 2px 6px;
  }
}
@media all and (min-width: 481px) and (max-width: 750px) {
  body.kumotsu .i-item__wrapper {
    padding: 0 20px 40px 20px;
  }
  body.kumotsu .i-item__lists {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  body.kumotsu .i-item__list {
    width: 49%;
  }
  body.kumotsu .i-item__photo {
    padding: 20px 20px 0 20px;
  }
  body.kumotsu .i-item__name {
    padding: 8px;
  }
  body.kumotsu .i-item__text {
    padding: 0 10px 10px 10px;
  }
  body.kumotsu .i-item__serial {
    border-radius: 30px;
    font-size: 0.8em;
    margin-right: 6px;
    padding: 2px 6px;
  }
}
@media (min-width: 751px) {
  body.kumotsu .i-item__container {
    margin: 0 auto;
  }
  body.kumotsu .i-item__lists {
    display: flex;
    flex-wrap: wrap;
  }
  body.kumotsu .i-item__text {
    padding: 10px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.kumotsu .i-item__wrapper {
    padding: 0 20px 80px 20px;
  }
  body.kumotsu .i-item__container {
    padding: 0 20px;
  }
  body.kumotsu .i-item__lists {
    gap: 30px 3%;
  }
  body.kumotsu .i-item__list--3 {
    width: 31.3%;
  }
  body.kumotsu .i-item__list--4 {
    width: 31.3%;
  }
  body.kumotsu .i-item__photo {
    padding: 20px 20px 0 20px;
  }
  body.kumotsu .i-item__serial {
    border-radius: 30px;
    font-size: 0.8em;
    margin-right: 6px;
    padding: 2px 8px 4px 8px;
  }
  body.kumotsu .i-item__name {
    font-size: 1.1rem;
    margin-bottom: 3px;
    padding: 5px;
  }
  body.kumotsu .i-item__prices {
    font-size: 1.1rem;
    margin-bottom: 3px;
    padding-bottom: 3px;
  }
}
@media (min-width: 1025px) {
  body.kumotsu .i-item__wrapper {
    padding: 0 20px 120px 20px;
  }
  body.kumotsu .i-item__container {
    max-width: 1280px;
  }
  body.kumotsu .i-item__lists {
    gap: 40px 2%;
  }
  body.kumotsu .i-item__list--3 {
    width: 31.3%;
  }
  body.kumotsu .i-item__list--4 {
    width: 23.5%;
  }
  body.kumotsu .i-item__text {
    padding: 10px 20px 20px 20px;
  }
  body.kumotsu .i-item__photo {
    padding: 20px 20px 0 20px;
  }
  body.kumotsu .i-item__serial {
    border-radius: 30px;
    font-size: 0.85em;
    margin-right: 6px;
    padding: 2px 10px 4px 10px;
  }
  body.kumotsu .i-item__name {
    font-size: 1em;
    padding: 10px;
  }
  body.kumotsu .i-item__prices {
    margin-bottom: 5px;
  }
  body.kumotsu .i-item__priceNumber {
    padding-right: 2px;
  }
}
body.news .i-list__wrapper {
  padding: 20px 0;
}
body.news .i-list__container {
  padding: 0 20px;
}
body.news .i-detail__wrapper {
  padding: 60px 0 40px 0;
}
body.news .i-detail__container {
  padding: 0 20px;
}
body.news .i-detail__title {
  margin-bottom: 10px;
}
body.news .i-detail__date {
  margin-bottom: 30px;
}
body.news .i-detail__text {
  margin-bottom: 20px;
}
body.news .i-detail__text p {
  margin-bottom: 20px;
}
body.news .i-detail__image {
  margin-bottom: 20px;
}
body.news .i-paginate__container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

@media all and (min-width: 0) and (max-width: 750px) {
  body.news .i-list__container {
    padding: 0 4px;
  }
  body.news .i-list__contents {
    border-bottom: 1px solid #dad8c7;
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
    padding: 10px;
  }
  body.news .i-list__date, body.news .i-list__title {
    width: 100%;
  }
  body.news .i-detail__container {
    padding: 0 20px;
  }
  body.news .i-detail__contents {
    border-bottom: 1px solid #dad8c7;
    padding-bottom: 20px;
  }
}
@media (min-width: 751px) {
  body.news .i-list__container {
    margin: 0 auto;
    max-width: 780px;
    padding: 0 4px;
  }
  body.news .i-list__contents {
    border-bottom: 1px solid #dad8c7;
    display: flex;
    gap: 0 4%;
    padding: 15px 0;
  }
  body.news .i-detail__container {
    margin: 0 auto;
    max-width: 780px;
    padding: 0 4px;
  }
  body.news .i-detail__contents {
    border-bottom: 1px solid #dad8c7;
    padding: 15px 0;
  }
  body.news .i-detail__title {
    margin-bottom: 20px;
    line-height: 1.3em;
  }
  body.news .i-detail__text {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 751px) and (max-width: 1024px) {
  body.news .i-list__wrapper {
    padding: 60px 0 100px 0;
  }
}
@media (min-width: 1025px) {
  body.news .i-list__wrapper {
    padding: 80px 0 120px 0;
  }
}
.c-gallery__container {
  overflow: hidden;
  padding: 20px 0;
}
.c-gallery__inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1800px;
  margin: 0 auto;
}

.c-gallery__container .swiper-button-prev, .c-gallery__container .swiper-button-next {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-gallery__container .swiper-button-prev::before, .c-gallery__container .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
.c-gallery__container .swiper-button-prev::after, .c-gallery__container .swiper-button-next::after {
  width: 20px;
  height: 20px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
.c-gallery__container .swiper-button-prev::after {
  margin-left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.c-gallery__container .swiper-button-next::after {
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-gallery__container .swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}
.c-gallery__container .swiper {
  overflow: visible;
}
.c-gallery__container .swiper-button-prev, .c-gallery__container .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-gallery__container .swiper-button-prev::before, .c-gallery__container .swiper-button-next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
.c-gallery__container .swiper-button-prev:hover::before, .c-gallery__container .swiper-button-next:hover::before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-gallery__container .slide {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s;
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s;
  -webkit-box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
  box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
}
.c-gallery__container .swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.c-gallery__container .swiper-slide img {
  border-radius: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}
.c-gallery__container .swiper-slide a:hover img {
  opacity: 0.8;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .c-gallery__container {
    padding: 30px 0;
  }
  .c-gallery__container .swiper-button-prev {
    transform: scale(0.7);
  }
  .c-gallery__container .swiper-button-next {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .c-gallery__container {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=app.min.css.map */
