@charset "UTF-8";
/*====================================================================================
1. START COMMON ONLY CHILD PAGE.
====================================================================================*/
/*---------- START BREADCRUMB ----------*/
.breadcrumb {
  margin-bottom: 10rem;
}
.breadcrumb ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(75, 63, 44, 0.2);
}
.breadcrumb ul:after {
  position: absolute;
  content: "";
  background: var(--bg-brown);
  width: 5.2rem;
  height: 1px;
  bottom: -1px;
  left: 0;
}
.breadcrumb ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
.breadcrumb ul li:not(:last-child) {
  color: #AFABA2;
}
.breadcrumb ul li:after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 1rem;
  margin: auto;
  width: 13px;
  height: 2px;
  display: inline-block;
  background: #AFABA2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breadcrumb ul li:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li a {
  line-height: 1.2;
  color: #AFABA2;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

/*---------- START TITLE PAGE ----------*/
.ttl-page {
  background: #F6E9E4 url("../images/common_img/bg-ttlpage.webp") no-repeat center right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 10rem;
}
.ttl-page h1 {
  font-size: 2.8rem;
}
.ttl-page h1 span {
  display: block;
  font-weight: 500;
}
.ttl-page h1 .txt-eng {
  font-size: 1.6rem;
  color: #857255;
}
@media only screen and (min-width: 768px) {
  .ttl-page {
    height: 23rem;
  }
  .ttl-page h1 {
    font-size: 4.4rem;
  }
  .ttl-page h1 .txt-eng {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .ttl-page {
    background-size: contain;
    margin-bottom: 5rem;
  }
}

/*---------- START main-cont ----------*/
.main-cont .list-service__ttl {
  margin-bottom: 0;
}

/*----------START SECTION BACKGROUND ----------*/
.sec-brown {
  background: var(--bg-brown_light);
  border-radius: 2.5rem;
  padding: 3rem 1rem;
}
@media only screen and (min-width: 768px) {
  .sec-brown {
    border-radius: 4.5rem;
    padding: 5rem 6rem 6rem;
  }
  .sec-brown.pd-sm {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bg-white {
  background: #fff;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .bg-white.p60 {
    padding: 3rem 1rem !important;
  }
}

.inner-md {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .inner-md {
    padding: 0 6rem;
  }
}

/*---------- START container ----------*/
.c-cont-md {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .c-cont-md {
    width: 80%;
  }
}

/*----------START PADDING SECTION ----------*/
.pd-top {
  padding-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .pd-top {
    padding-top: 10rem;
  }
}

/*---------- START list-decimal ----------*/
.list-decimal li {
  list-style-type: decimal;
  margin-left: 2rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/*---------- list-indent ----------*/
.list-indent li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.list-indent2 li {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}

/*====================================================================================
2. START PAGE contact
====================================================================================*/
.p-contact .ttl-page {
  background: url("../images/news/bg-ttlpage.webp") no-repeat center/cover;
}

.banner-contact {
  position: relative;
  background: #F6E9E4;
  padding: 1.5rem 0;
  text-align: center;
  z-index: 2;
}
.banner-contact:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #F6E9E4;
  border-radius: 1.5rem;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-contact:before {
  position: absolute;
  content: "";
  background: url("../images/contact/icon-heart.webp") no-repeat;
  width: 25rem;
  height: 24.6rem;
  top: -2.5rem;
  right: 6%;
}
.banner-contact__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 2px dotted rgba(75, 63, 44, 0.5);
}
.banner-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.banner-contact__number {
  background: url("../images/contact/icon-tel.webp") no-repeat top 1.8rem left;
  background-size: 1.8rem;
  font-size: 3.6rem;
  font-weight: 500;
  padding-left: 2.5rem;
}
.banner-contact__time {
  font-weight: 500;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .banner-contact {
    padding: 3rem 0 1.5rem;
  }
  .banner-contact:after {
    width: calc(100% + 16rem);
    left: -8rem;
  }
  .banner-contact__ttl {
    font-size: 2.8rem;
  }
  .banner-contact__tel {
    gap: 2rem;
  }
  .banner-contact__number {
    background: url("../images/contact/icon-tel.webp") no-repeat top 3.5rem left;
    background-size: 2.9rem;
    padding-left: 4rem;
    font-size: 5.3rem;
  }
  .banner-contact__time {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-contact:before {
    background-size: 15rem;
    width: 15rem;
    height: 16.6rem;
    top: -0.5rem;
    right: 0;
  }
}

/*---------- START form ----------*/
.form {
  display: block;
  width: 100%;
}
.form .form-content {
  border-bottom: 1px solid #D8D5D5;
}
.form .form-content__dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #D8D5D5;
}
.form .form-content__dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
}
.form .form-content__dt:after {
  position: absolute;
  content: "";
  background: #AFABA2;
  width: 100%;
  height: 3px;
  left: 0;
  top: -2px;
}
.form .form-content__dd {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form .form-content__title {
  position: relative;
  width: 100%;
  font-weight: bold;
}
.form .form-content__title:after {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 4.5rem;
  height: 2.2rem;
  font-size: 1.4rem;
}
.form .form-content__title.hissu:after {
  background: var(--bg-pink);
  content: "必須";
}
.form .form-content__title.ninni:after {
  background: var(--bg-brown_light);
  content: "任意";
}
.form .form-content .list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 2rem;
}
.form .form-content .list-cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20%;
  gap: 3px;
}
.form .form-content .list-cont li input {
  margin-right: 0 !important;
}
.form .form-content .selectable {
  width: 50%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.form .form-content .error {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
}
.form .form-content .ipt-error {
  background: #f9e6db;
}
.form .form-content .p-postal-code {
  width: 14rem;
  margin: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .form {
    margin: 5rem auto 0;
  }
  .form .form-content dl:last-child dt:before {
    position: absolute;
    content: "";
    background: #AFABA2;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -2px;
  }
  .form .form-content__dt {
    width: 32rem;
    padding: 3rem 2rem;
  }
  .form .form-content__dd {
    width: calc(100% - 32rem);
    padding: 3rem 4rem;
  }
  .form .form-content__title {
    font-size: 1.8rem;
    padding-right: 8rem;
  }
  .form .form-content__title:after {
    width: 5.8rem;
    height: 2.9rem;
  }
  .form .form-content .list-cont {
    gap: 1rem 5rem;
  }
  .form #formEnd {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .form {
    margin: 2rem auto 0;
  }
  .form .form-content dl {
    position: relative;
  }
  .form .form-content dl:last-child:before {
    position: absolute;
    content: "";
    background: #AFABA2;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -2px;
  }
  .form .form-content__dt, .form .form-content__dd {
    display: block;
    width: 100% !important;
    padding: 1rem;
  }
  .form .form-content dt:after {
    height: 2px;
  }
  .form .form-content__title {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
  .form .form-content__title:after {
    width: 5rem;
    height: 2.5rem;
  }
  .form .form-content__dd {
    font-size: 1.6rem;
  }
  .form .form-content .selectable {
    width: 100%;
    max-width: 310rem;
  }
  .form #formEnd {
    margin-top: 3rem;
  }
}

/*---------- START contact-group-btn ----------*/
.contact-group-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2.5rem auto 0;
  gap: 2rem;
}
.contact-group-btn .contact-btn {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  margin-top: 0;
  z-index: 3;
}
.contact-group-btn .contact-btn input {
  outline: none;
  border: none;
  display: inline-block;
  width: 100%;
  background: none !important;
  font-weight: bold;
  cursor: pointer;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
}
.contact-group-btn #submitButton.disabled {
  background: none;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .contact-group-btn {
    margin: 5rem auto 0;
    gap: 5rem;
  }
  .contact-group-btn .contact-btn {
    width: 26rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-group-btn .contact-btn {
    min-width: 20rem;
  }
}

/*====================================================================================
3. START PAGE news
====================================================================================*/
.p-news .ttl-page {
  background: url("../images/news/bg-ttlpage.webp") no-repeat center/cover;
}

/*---------- START list-anchor ----------*/
.list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--bg-brown_light);
  border-radius: 1.5rem;
  gap: 1rem;
  padding: 2rem 1.5rem;
  margin-bottom: 5rem;
}
.list-anchor .cm-btn {
  margin-top: 0;
  font-weight: 500;
  padding: 0.7rem 3.2rem 0.7rem 0.5rem;
}
.list-anchor .cm-btn.active {
  background: var(--bg-brown) !important;
  color: #fff;
}
.list-anchor .cm-btn.active .cm-arr {
  background: #fff;
}
.list-anchor .cm-btn.active .cm-arr:before {
  border-color: var(--co-brown);
}
@media only screen and (min-width: 768px) {
  .list-anchor {
    gap: 1.5rem 3rem;
    padding: 4rem;
    margin-bottom: 10rem;
  }
  .list-anchor.gap-sm {
    gap: 1.5rem;
  }
  .list-anchor.gap-sm .list-anchor__item {
    width: calc((100% - 6rem) / 5);
  }
  .list-anchor.gap-sm .list-anchor__item .cm-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .list-anchor.gap-sm {
    padding-left: 0;
    padding-right: 0;
  }
  .list-anchor__item {
    width: calc((100% - 1rem) / 2);
  }
  .list-anchor .cm-btn {
    width: 100%;
    min-width: auto;
  }
}

/*---------- START list-news ----------*/
.list-news {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1rem;
}
.list-news__item {
  width: 100%;
}
.list-news__link {
  text-decoration: none;
}
.list-news__img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-news__txt {
  width: 100%;
  background: var(--bg-brown_light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
  font-size: 1.4rem;
  padding: 1rem;
}
.list-news__txt .date {
  font-weight: bold;
}
.list-news__txt .tag {
  background: #fff;
  width: 7.5rem;
  border: 1px solid #857255;
  border-radius: 1.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.list-news__txt .txt {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .list-news {
    gap: 5rem 2.5rem;
  }
  .list-news__item {
    width: calc((100% - 5rem) / 3);
  }
  .list-news__item a:hover .list-news__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .list-news__img {
    height: 17.2rem;
  }
  .list-news__txt {
    padding: 2.5rem 2rem;
    gap: 1rem;
  }
  .list-news__txt .tag {
    width: 8.4rem;
  }
}
/*---------- START pagination ----------*/
.pagination {
  position: relative;
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5rem;
}
.pagination a {
  position: relative;
  border: 1px solid var(--bg-brown);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-weight: 500;
  text-decoration: none;
  color: var(--co-brown);
}
.pagination a.current {
  background: var(--bg-brown);
  color: #fff;
}
.pagination a.prev, .pagination a.next {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  top: 0;
  z-index: 3;
}
.pagination a.prev:before, .pagination a.next:before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid var(--bg-brown);
  border-right: 2px solid var(--bg-brown);
  border-radius: 0.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pagination a.next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagination a.prev:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pagination--detail {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination--detail a {
  width: 19rem !important;
  min-width: auto !important;
  height: auto !important;
  border: none;
  color: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .pagination {
    margin-top: 10rem;
  }
  .pagination a {
    width: 5rem;
    height: 5rem;
    font-size: 2rem;
    border-radius: 3rem;
  }
  .pagination a:hover {
    background: var(--bg-brown);
    color: #fff;
  }
  .pagination a.prev, .pagination a.next {
    width: 5rem;
    height: 5rem;
  }
  .pagination a.prev:before, .pagination a.next:before {
    width: 1rem;
    height: 1rem;
  }
  .pagination a.prev:hover, .pagination a.next:hover {
    background: var(--bg-brown);
  }
  .pagination a.prev:hover:before, .pagination a.next:hover:before {
    border-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    height: 3.5rem;
  }
  .pagination a {
    font-size: 1.4rem;
  }
  .pagination--detail {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*====================================================================================
4. START PAGE single
====================================================================================*/
.news-detail__head {
  position: relative;
  background: var(--bg-brown_light);
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem 1.5rem;
}
.news-detail__head .tag {
  position: absolute;
  background: var(--bg-brown);
  color: #fff;
  font-weight: 500;
  border-radius: 1rem;
  padding: 0.5rem 1.5rem;
  top: -1rem;
  left: 1.5rem;
}
.news-detail__head .date {
  font-weight: bold;
  font-size: 1, 6rem;
}
.news-detail__head .ttl {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .news-detail__head {
    padding: 2.5rem 5.5rem;
  }
  .news-detail__head .tag {
    top: -2rem;
    left: 4rem;
  }
  .news-detail__head .date {
    font-size: 1.8rem;
  }
  .news-detail__head .ttl {
    font-size: 3.2rem;
  }
}

.single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
  font-weight: 500;
}
.single__WYSIWYG h2 {
  background: #AFABA2;
  color: #fff;
  border-radius: 1rem;
}
.single__WYSIWYG h3 {
  border-bottom: 3px double #AFABA2;
}
.single__WYSIWYG h4 {
  position: relative;
  border-bottom: 2px dotted #AFABA2;
}
.single__WYSIWYG h5 {
  position: relative;
  padding-left: 2.5rem !important;
}
.single__WYSIWYG h5:after, .single__WYSIWYG h5:before {
  position: absolute;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single__WYSIWYG h5:after {
  background: var(--bg-brown);
}
.single__WYSIWYG h5:before {
  background: var(--bg-pink);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
}
.single__WYSIWYG h6 {
  position: relative;
  border-bottom: 1px solid var(--bg-brown);
}
.single__WYSIWYG figure {
  display: block;
  overflow: hidden;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.single__WYSIWYG figure.size-small {
  width: 35%;
}
.single__WYSIWYG figure.size-medium {
  width: 70%;
}
.single__WYSIWYG figure.size-large {
  width: 100%;
}
.single__WYSIWYG figure.alignleft {
  float: left;
}
.single__WYSIWYG figure.alignright {
  float: right;
}
.single__WYSIWYG figure.aligncenter {
  margin: auto;
}
.single__WYSIWYG figure figcaption {
  text-align: center;
  margin-top: 2rem;
}
.single__WYSIWYG p img {
  display: block;
  overflow: hidden;
}
.single__WYSIWYG p img.size-small {
  width: 35%;
}
.single__WYSIWYG p img.size-medium {
  width: 70%;
}
.single__WYSIWYG p img.size-large {
  width: 100%;
}
.single__WYSIWYG p img.alignleft {
  float: left;
}
.single__WYSIWYG p img.alignright {
  float: right;
}
.single__WYSIWYG ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ul li:after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: 0;
  background: #383838;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.single__WYSIWYG ol {
  list-style-type: decimal-leading-zero;
  counter-reset: section;
}
.single__WYSIWYG ol li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.single__WYSIWYG ol > li {
  position: relative;
  counter-increment: section;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.single__WYSIWYG ol > li:before {
  content: counter(section) ".";
}
.single__WYSIWYG ol > li > ol {
  counter-reset: subsection;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.single__WYSIWYG ol > li > ol > li {
  position: relative;
  counter-increment: subsection;
  font-size: 1.4rem;
  font-weight: normal;
}
.single__WYSIWYG ol > li > ol > li:before {
  content: counter(section) "." counter(subsection) " ";
}
.single .pagination a {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
    padding: 0.5rem 0;
    margin: 5rem 0 3rem;
  }
  .single__WYSIWYG h1 {
    font-size: 3rem;
  }
  .single__WYSIWYG h2 {
    padding-left: 2rem;
    font-size: 2.8rem;
  }
  .single__WYSIWYG h3 {
    font-size: 2.6rem;
  }
  .single__WYSIWYG h4 {
    font-size: 2.2rem;
  }
  .single__WYSIWYG h5 {
    font-size: 2rem;
  }
  .single__WYSIWYG h6 {
    font-size: 2rem;
  }
  .single__WYSIWYG figure {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .single__WYSIWYG p {
    margin-bottom: 3rem;
  }
  .single__WYSIWYG p img {
    margin: 3rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 3rem auto 3rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 5rem;
  }
  .single__WYSIWYG p iframe {
    width: 100%;
    height: 50rem;
  }
  .single__WYSIWYG ol, .single__WYSIWYG ul {
    margin-top: 3rem;
  }
  .single__WYSIWYG .box-youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4rem;
  }
  .single__WYSIWYG .box-youtube img {
    margin-top: 0;
  }
  .single__WYSIWYG .box-youtube iframe {
    width: 100%;
    height: 50rem;
  }
  .single__WYSIWYG .aligncenter {
    text-align: center;
    max-width: 100%;
  }
  .single__WYSIWYG .alignright {
    text-align: right;
    max-width: 100%;
  }
  .single__WYSIWYG .cm-btn.btn-pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single__WYSIWYG .cm-btn.btn-pdf a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    font-size: 1.8rem;
    margin-left: 0;
  }
  .single .pagination a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single__WYSIWYG h1, .single__WYSIWYG h2, .single__WYSIWYG h3, .single__WYSIWYG h4, .single__WYSIWYG h5, .single__WYSIWYG h6 {
    padding: 0.5rem 0;
    margin: 2.5rem 0 1.5rem;
  }
  .single__WYSIWYG h1 {
    font-size: 2.2rem;
  }
  .single__WYSIWYG h2 {
    font-size: 2rem;
    padding-left: 1rem;
  }
  .single__WYSIWYG h3 {
    font-size: 1.8rem;
  }
  .single__WYSIWYG h4 {
    font-size: 1.7rem;
  }
  .single__WYSIWYG h5 {
    font-size: 1.6rem;
  }
  .single__WYSIWYG h6 {
    font-size: 1.5rem;
  }
  .single__WYSIWYG p {
    margin-bottom: 1.5rem;
  }
  .single__WYSIWYG p img {
    margin: 1.5rem 0;
  }
  .single__WYSIWYG p img.aligncenter {
    margin: 1.5rem auto 1.5rem;
  }
  .single__WYSIWYG p img.alignleft {
    margin-right: 1.5rem;
  }
  .single__WYSIWYG p img.alignright {
    margin-left: 1.5rem;
  }
  .single__WYSIWYG p iframe {
    height: 25rem;
  }
  .single__WYSIWYG ol, .single__WYSIWYG ul {
    margin-top: 1.5rem;
  }
  .single__WYSIWYG .box-youtube {
    margin-top: 2rem;
  }
}

/*====================================================================================
5. START PAGE document
====================================================================================*/
.p-document .ttl-page {
  background: url("../images/document/bg-ttlpage.webp") no-repeat center/cover;
}

.list-btn-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.list-btn-pdf .btn-pdf {
  width: calc((100% - 0.5rem) / 2);
}
.list-btn-pdf .btn-pdf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: auto;
  text-align: left;
  padding: 0.5rem 1rem;
  margin-top: 0;
  line-height: normal;
  min-height: 5rem;
}
.list-btn-pdf .btn-pdf a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 2rem;
}
@media only screen and (min-width: 768px) {
  .list-btn-pdf {
    gap: 3rem 1rem;
  }
  .list-btn-pdf .btn-pdf {
    width: calc((100% - 3rem) / 4);
  }
  .list-btn-pdf .btn-pdf a {
    padding: 0.5rem 2rem;
    min-height: 5.8rem;
  }
  .list-btn-pdf .btn-pdf a span {
    min-height: 3.2rem;
  }
}

/*====================================================================================
6. START PAGE useabout
====================================================================================*/
.p-useabout .ttl-page {
  background: url("../images/useabout/bg-ttlpage.webp") no-repeat center/cover;
}

.sec-head {
  position: relative;
}
.sec-head:before {
  position: absolute;
  content: "";
  background: url(../images/contact/icon-heart.webp) no-repeat;
  width: 25rem;
  height: 16.6rem;
  top: 0;
  right: 0;
}
.sec-head:after {
  position: absolute;
  content: "";
  background: var(--bg-brown_light);
  border-radius: 0 10rem 10rem 0;
  width: 100%;
  height: 90%;
  left: -10%;
  top: 0;
  z-index: -1;
}
.sec-head--bg-md:before {
  top: auto;
  bottom: 0;
}
.sec-head--bg-md:after {
  top: auto;
  bottom: -5rem;
}
@media only screen and (max-width: 767px) {
  .sec-head--bg-md:before {
    width: 50%;
    background-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec-head:after {
    border-radius: 0 28rem 28rem 0;
  }
  .sec-head:before {
    height: 24.6rem;
  }
  .sec-head--bg-md:after {
    bottom: -23rem;
  }
  .sec-head--bg-md:before {
    bottom: -4rem;
  }
}

/*---------- START shap-pink ----------*/
.shap-pink {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.shap-pink__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg-pink_light);
  width: calc((100% - 1rem) / 2);
  border-radius: 2.5rem 0 2.5rem 0;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1rem;
  text-align: center;
  line-height: 1.6;
}
.shap-pink--two-col .shap-pink__item {
  width: 100%;
}
.shap-pink--one-col .shap-pink__item {
  position: relative;
  counter-increment: number;
  width: 100%;
  margin: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
  padding-left: 5rem;
}
.shap-pink--one-col .shap-pink__item:after {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  font-weight: 500;
  font-size: 2.8rem;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .shap-pink {
    gap: 2rem;
  }
  .shap-pink__item {
    width: calc((100% - 4rem) / 3);
    border-radius: 5rem 0 5rem 0;
    font-size: 2rem;
    padding: 1.8rem 2rem;
    min-height: 10rem;
  }
  .shap-pink--two-col {
    gap: 3rem 4rem;
  }
  .shap-pink--two-col .shap-pink__item {
    width: calc((100% - 4rem) / 2);
  }
  .shap-pink--one-col .shap-pink__item {
    width: 85%;
    padding-left: 15rem;
  }
  .shap-pink--one-col .shap-pink__item:after {
    font-size: 5.6rem;
    left: 4rem;
  }
}

/*---------- START list-two-box ----------*/
.list-two-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.list-two-box__item {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.list-two-box__ttl {
  text-align: center;
  border-bottom: 2px dotted rgba(75, 63, 44, 0.3);
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.list-two-box .icon {
  height: 4rem;
  width: auto;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
}
.list-two-box .icon img {
  height: 4rem;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .list-two-box {
    gap: 4rem 6.5rem;
  }
  .list-two-box__item {
    width: calc((100% - 6.5rem) / 2);
    padding: 3rem;
  }
  .list-two-box__item.item-lg {
    width: 70%;
    margin: auto;
  }
  .list-two-box__ttl {
    padding-bottom: 2rem;
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .list-two-box .icon {
    height: 8rem;
    margin-bottom: 2rem;
  }
  .list-two-box .icon img {
    height: 8rem;
  }
}

/*---------- START list-two-box2 ----------*/
.list-two-box2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.list-two-box2__item {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.list-two-box2__txt {
  background: var(--bg-brown_light);
  padding: 1.5rem 1rem;
}
.list-two-box2__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .list-two-box2 {
    gap: 4rem 10rem;
  }
  .list-two-box2__item {
    width: calc((100% - 10rem) / 2);
  }
  .list-two-box2__txt {
    padding: 2rem 3rem;
  }
  .list-two-box2__ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

/*---------- START list-two-box2 ----------*/
.sec-time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-time__infor {
  background: var(--bg-brown_light);
  width: 100%;
  border-radius: 2.5rem 0 2.5rem 0;
  padding: 2rem 1rem;
}
.sec-time__img {
  width: 100%;
  margin-top: 2rem;
}
.sec-time__img img {
  width: 100%;
}
.sec-time__list-time {
  margin-top: 1.5rem;
  line-height: 1.3;
}
.sec-time__list-time dl {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
}
.sec-time__list-time dl:after, .sec-time__list-time dl:before {
  position: absolute;
  content: "";
  top: 0.4rem;
}
.sec-time__list-time dl:after {
  background: var(--bg-brown);
  width: 1px;
  height: 100%;
  left: 9px;
  z-index: 1;
}
.sec-time__list-time dl:before {
  background: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 4px solid var(--bg-pink);
  z-index: 2;
}
.sec-time__list-time dl:last-child {
  padding-bottom: 0;
}
.sec-time__list-time dl:last-child:after {
  display: none;
}
.sec-time__list-time dl dt {
  width: 10rem;
  color: var(--co-pink);
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 4rem;
}
.sec-time__list-time dl dd {
  width: calc(100% - 10rem);
}
@media only screen and (min-width: 768px) {
  .sec-time__infor {
    width: 45%;
    border-radius: 5rem 0 5rem 0;
    padding: 3rem 6rem;
  }
  .sec-time__img {
    width: 52%;
    padding-left: 6rem;
    margin-top: 0;
  }
  .sec-time__list-time {
    margin-top: 3rem;
  }
  .sec-time__list-time dl {
    padding-bottom: 3rem;
  }
  .sec-time__list-time dl:after, .sec-time__list-time dl:before {
    top: 0.7rem;
  }
  .sec-time__list-time dl dt {
    width: 13rem;
    font-size: 2.4rem;
  }
  .sec-time__list-time dl dd {
    width: calc(100% - 13rem);
  }
}

/*---------- START style-box01 ----------*/
.list-style-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (min-width: 768px) {
  .list-style-box01 {
    gap: 6rem;
  }
}

.style-box01 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.style-box01__img {
  width: 100%;
}
.style-box01__img img {
  width: 100%;
}
.style-box01__txt {
  width: 100%;
}
.style-box01.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) {
  .style-box01__img {
    width: 55%;
  }
  .style-box01__txt {
    width: 40%;
  }
}

/*---------- START infiniteslide ----------*/
.infiniteslide .slide-box {
  width: 60%;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) {
  .infiniteslide .slide-box {
    width: 24%;
    padding: 0 2rem;
  }
}

/*---------- START list-step ----------*/
.list-step__item {
  position: relative;
  counter-increment: number;
  padding-left: 6rem;
}
.list-step__item:after {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg-pink);
  border-radius: 1rem;
  width: 5rem;
  height: 4rem;
  font-weight: 500;
  font-size: 1.8rem;
  color: #fff;
  top: 0;
  left: 0;
}
.list-step__item:before {
  position: absolute;
  content: "";
  background: var(--bg-brown);
  width: 1px;
  height: calc(100% - 6rem);
  top: 5rem;
  left: 2.5rem;
}
.list-step__item:last-child:before {
  display: none;
}
.list-step__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 2px dotted rgba(75, 63, 44, 0.2);
  padding-bottom: 1rem;
}
.list-step__cont {
  padding: 1.5rem 0 3rem;
}
@media only screen and (min-width: 768px) {
  .list-step__item {
    padding-left: 10rem;
  }
  .list-step__item:after {
    font-size: 3.2rem;
    width: 7rem;
    height: 5.7rem;
    font-size: 2.4rem;
  }
  .list-step__item:before {
    height: calc(100% - 10rem);
    top: 7.5rem;
    left: 3.3rem;
  }
  .list-step__ttl {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
  }
  .list-step__cont {
    padding: 2.5rem 0 5rem;
  }
}

.tel_brown {
  width: 25rem;
  background: var(--bg-brown);
  border-radius: 3rem 0 3rem 0;
  color: #fff;
  padding: 1rem;
  margin: 3rem auto 0;
}
.tel_brown .banner-contact__tel {
  gap: 0;
}
.tel_brown .banner-contact__number {
  background: url("../images/useabout/icon-tel.webp") no-repeat top 1.5rem left;
  background-size: 1.8rem;
  font-size: 3.2rem;
  color: #fff;
  padding-left: 2.5rem;
  line-height: normal;
}
.tel_brown .banner-contact__time {
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .tel_brown {
    width: 30rem;
    padding: 2rem;
  }
  .tel_brown .banner-contact__number {
    background: url("../images/useabout/icon-tel.webp") no-repeat top 1.9rem left;
    background-size: 2.1rem;
    font-size: 3.9rem;
    padding-left: 2.6rem;
  }
}

/*====================================================================================
7. START PAGE features
====================================================================================*/
.p-features .ttl-page {
  background: url("../images/features/bg-ttlpage.webp") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .p-features .s2-img02 {
    max-width: 40.25rem;
    margin: auto;
  }
}

/*---------- START list-style_box02 ----------*/
.list-style_box02 {
  background: #fff;
  border-radius: 1.5rem;
  padding: 0 1.2rem;
}
.list-style_box02 .style_box02 {
  padding: 2rem 0;
  border-bottom: 1px dashed rgba(75, 63, 44, 0.5);
}
.list-style_box02 .style_box02:last-child {
  border-bottom: none;
}
.list-style_box02 .style_box02__img {
  width: 100%;
}
.list-style_box02 .style_box02__img img {
  width: 100%;
}
.list-style_box02 .style_box02__txt {
  width: 100%;
  margin-top: 2rem;
}
.list-style_box02 .style_box02__number {
  margin-bottom: 1.5rem;
}
.list-style_box02 .style_box02__number span {
  display: inline-block;
  width: 10rem;
  height: 2.2rem;
  background: var(--bg-pink);
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.list-style_box02 .style_box02__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.list-style_box02 .style_box02__ttl:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#FFA3AD), to(#857255));
  background: linear-gradient(to left, #FFA3AD, #857255);
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .list-style_box02 {
    padding: 0 6rem;
  }
  .list-style_box02 .style_box02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 0;
  }
  .list-style_box02 .style_box02__img {
    width: 54%;
    margin-left: -11%;
  }
  .list-style_box02 .style_box02__txt {
    width: 52%;
  }
  .list-style_box02 .style_box02__number span {
    width: 11.5rem;
    height: 2.8rem;
    border-radius: 1rem;
  }
  .list-style_box02 .style_box02__ttl {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
  .list-style_box02 .style_box02:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .list-style_box02 .style_box02:nth-child(even) .style_box02__img {
    margin-right: -11%;
    margin-left: 0;
  }
}

/*---------- START grid-three-col ----------*/
.grid-three-col {
  width: 100%;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}
.grid-three-col__img {
  width: 100%;
}
.grid-three-col__img img {
  width: 100%;
}
.grid-three-col__txt {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .grid-three-col {
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1.5rem 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem 3rem;
    margin-top: 6rem;
  }
  .grid-three-col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-three-col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-three-col > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-three-col > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-three-col > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-three-col > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .grid-three-col__col:first-child {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .grid-three-col__txt {
    padding: 2rem;
  }
}

/*---------- START flex-four-col ----------*/
.flex-four-col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
.flex-four-col__col {
  width: calc((100% - 2rem) / 2);
}
.flex-four-col__img {
  width: 100%;
}
.flex-four-col__img img {
  width: 100%;
}
.flex-four-col__txt {
  text-align: center;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .flex-four-col {
    gap: 4rem;
    margin-top: 5rem;
  }
  .flex-four-col__col {
    width: calc((100% - 12rem) / 4);
  }
  .flex-four-col__txt {
    padding: 2rem 0;
  }
}

/*---------- START four-img ----------*/
.four-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
.four-img:after, .four-img:before {
  position: absolute;
  content: "";
  border-radius: 1rem;
  z-index: -1;
}
.four-img:after {
  background: var(--bg-brown_md);
  width: 7rem;
  height: 7rem;
  left: -4rem;
  top: -2rem;
}
.four-img:before {
  background: var(--bg-pink_md);
  width: 5rem;
  height: 5rem;
  right: -3rem;
  bottom: -3rem;
}
.four-img__img {
  width: calc((100% - 1rem) / 2);
}
.four-img__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .four-img {
    gap: 2.5rem;
    margin-top: 8rem;
  }
  .four-img:after, .four-img:before {
    border-radius: 1.5rem;
  }
  .four-img:after {
    width: 14rem;
    height: 14rem;
    left: -8rem;
    top: -4rem;
  }
  .four-img:before {
    width: 11rem;
    height: 11rem;
    right: -6rem;
    bottom: -6rem;
  }
  .four-img__img {
    width: calc((100% - 7.5rem) / 4);
  }
  .four-img.three-img .four-img__img {
    width: calc((100% - 5rem) / 3);
  }
}

/*====================================================================================
8. START PAGE daycare
====================================================================================*/
.p-daycare .ttl-page {
  background: url("../images/daycare/bg-ttlpage.webp") no-repeat center/cover;
}
@media only screen and (min-width: 768px) {
  .p-daycare #daycare-01 .sec-brown .w-over {
    width: calc(100% + 12rem);
    margin-left: -6rem;
  }
}

/*---------- START four-img ----------*/
.sec-box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-box-img .list-two-box {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sec-box-img .list-two-box {
    width: 42%;
  }
  .sec-box-img .list-two-box__item {
    width: 100%;
  }
  .sec-box-img__img {
    width: 55%;
  }
}

/*---------- START style-table01 ----------*/
.style-table01 {
  width: 100%;
}
.style-table01 th, .style-table01 td {
  border: 1px solid #857255;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
}
.style-table01 th:nth-child(1), .style-table01 th:nth-child(2), .style-table01 th:nth-child(3), .style-table01 td:nth-child(1), .style-table01 td:nth-child(2), .style-table01 td:nth-child(3) {
  width: 6rem;
}
.style-table01 th {
  background: #F6E9E4;
  padding: 0.5rem 0;
}
.style-table01 td {
  background: var(--bg-brown_light);
  font-weight: 500;
  padding: 0.5rem;
}
.style-table01 tbody td:last-child {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .style-table01 th:nth-child(1), .style-table01 th:nth-child(2), .style-table01 th:nth-child(3), .style-table01 td:nth-child(1), .style-table01 td:nth-child(2), .style-table01 td:nth-child(3) {
    width: 19rem;
  }
  .style-table01 th {
    padding: 1.2rem 0;
  }
  .style-table01 td {
    padding: 1.2rem;
  }
}

/*---------- START list-style-box03 ----------*/
.list-style-box03 {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-style-box03 .style-box03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.list-style-box03 .style-box03__img {
  width: 42%;
}
.list-style-box03 .style-box03__txt {
  width: 54%;
}
.list-style-box03 .style-box03__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.list-style-box03 .style-box03__ttl:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#FFA3AD), to(#857255));
  background: linear-gradient(to left, #FFA3AD, #857255);
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .list-style-box03 {
    gap: 6rem 8rem;
  }
  .list-style-box03 .style-box03 {
    width: calc((100% - 8rem) / 2);
  }
  .list-style-box03 .style-box03__ttl {
    font-size: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

/*---------- START list-style-box03 ----------*/
.box-youtube {
  width: 100%;
  height: 17rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
}
.box-youtube iframe {
  width: 100%;
  height: 100%;
  border: none;
}
@media only screen and (min-width: 768px) {
  .box-youtube {
    width: 70%;
    height: 40rem;
  }
}

/*====================================================================================
9. START PAGE shortstay
====================================================================================*/
.p-shortstay .ttl-page {
  background: url("../images/shortstay/bg-ttlpage.webp") no-repeat center/cover;
}

/*---------- START sec-QA ----------*/
.sec-QA__Q {
  background: #F6E9E4;
  border-radius: 3.8rem;
  padding: 1rem 1.5rem;
}
.sec-QA__ttl {
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 4rem;
}
.sec-QA__ttl:after {
  position: absolute;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: var(--bg-pink);
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  padding-bottom: 0.35rem;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec-QA__A {
  padding: 2rem 0 0;
}
.sec-QA__A .cont-A {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-QA__A .cont-A__img {
  width: 80%;
  margin: 0 auto 1rem;
}
.sec-QA__A .cont-A__img img {
  width: 100%;
}
.sec-QA__A .cont-A__txt {
  position: relative;
  background: var(--bg-brown_light);
  padding: 1.5rem;
  width: 100%;
  padding-left: 5rem;
}
.sec-QA__A .cont-A__txt:after {
  position: absolute;
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background: var(--bg-brown);
  width: 3rem;
  height: 3rem;
  color: #fff;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 2.2rem;
  padding-bottom: 0.35rem;
  top: 1.5rem;
  left: 1rem;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .sec-QA__Q {
    padding: 1.8rem 4rem;
  }
  .sec-QA__ttl {
    padding-left: 7rem;
    font-size: 2.4rem;
  }
  .sec-QA__ttl:after {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 1rem;
    font-size: 3rem;
    padding-bottom: 0.45rem;
    top: 0.1rem;
  }
  .sec-QA__A {
    padding: 4rem 0 0;
  }
  .sec-QA__A .cont-A__img {
    width: 35%;
    padding: 0 5%;
  }
  .sec-QA__A .cont-A__txt {
    width: 65%;
    padding: 3rem;
    padding-left: 10rem;
  }
  .sec-QA__A .cont-A__txt:after {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 1rem;
    font-size: 3rem;
    padding-bottom: 0.45rem;
    top: 3.5rem;
    left: 3rem;
  }
}

/*====================================================================================
10. START PAGE visit
====================================================================================*/
.p-visit .ttl-page {
  background: url("../images/visit/bg-ttlpage.webp") no-repeat center/cover;
}
.p-visit .sec-head--bg-md:after {
  height: 90%;
  bottom: 0;
}
.p-visit .sec-head--bg-md:before {
  bottom: auto;
  top: 33%;
}
@media only screen and (min-width: 768px) {
  .p-visit .sec-head--bg-md:after {
    height: 70%;
  }
  .p-visit .sec-head--bg-md:before {
    top: auto;
    bottom: 12rem;
  }
}

/*====================================================================================
11. START PAGE facility
====================================================================================*/
.p-facility .ttl-page {
  background: url("../images/facility/bg-ttlpage.webp") no-repeat center/cover;
}
.p-facility .sec-head:after {
  height: 80%;
  top: auto;
  bottom: 0;
}
.p-facility .sec-head:before {
  bottom: auto;
  top: 0;
}
.p-facility .box-director {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-facility .box-director__img {
  width: 80%;
  margin: auto;
}
.p-facility .box-director__txt {
  width: 100%;
}
.p-facility .box-director__name {
  margin-top: 1.5rem;
}
.p-facility .box-director__name img {
  width: 10rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-facility .box-director__img {
    width: 35%;
  }
  .p-facility .box-director__txt {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility .sec-head:before {
    background-size: 100%;
    width: 20%;
    right: 0;
  }
  .p-facility .box-director__img {
    margin-bottom: 1rem;
  }
}
/*---------- START slide facility ----------*/
.facility-swiper {
  position: relative;
}
.facility-swiper .facility-inner {
  max-width: 100%;
}

.facility-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6rem;
  z-index: 3;
}
.facility-slider__item {
  position: relative;
}
.facility-slider__item .facility-slider__txt {
  display: none;
}
.facility-slider__img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.facility-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-slider__txt {
  width: 100%;
  margin-top: 1.5rem;
}
.facility-slider__ttl {
  margin-bottom: 1rem;
}
.facility-slider .swiper-slide-active .facility-slider__txt {
  display: block;
}
@media only screen and (min-width: 768px) {
  .facility-slider {
    padding-bottom: 8rem;
  }
  .facility-slider__txt {
    margin-top: 3rem;
  }
  .facility-slider__ttl {
    margin-bottom: 2rem;
  }
}

.swiper-button-facility {
  position: absolute;
  width: 26rem;
  height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .swiper-button-facility {
    width: 30rem;
  }
  .swiper-button-facility .swiper-button-prev-facility:hover,
  .swiper-button-facility .swiper-button-next-facility:hover {
    background: var(--co-brown);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .swiper-button-facility .swiper-button-prev-facility:hover:after, .swiper-button-facility .swiper-button-next-facility:hover:after {
    color: #fff;
  }
}

.swiper-button-facility__next-prev {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .swiper-button-facility__next-prev {
    width: auto;
  }
}

.swiper-button-facility .swiper-button-prev, .swiper-button-facility .swiper-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-facility .swiper-button-next, .swiper-button-facility .swiper-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-facility .swiper-button-prev-facility,
.swiper-button-facility .swiper-button-next-facility {
  position: absolute;
  background: #fff;
  width: 5rem;
  height: 5rem;
  border: 2px solid var(--co-brown);
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 0;
}
.swiper-button-facility .swiper-button-prev-facility:after {
  color: var(--co-brown);
  font-size: 1.6rem;
  font-weight: bold;
}
.swiper-button-facility .swiper-button-next-facility:after {
  color: var(--co-brown);
  font-size: 1.6rem;
  font-weight: bold;
}
.swiper-button-facility .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-button-facility .swiper-pagination-bullet-active {
  background: var(--bg-brown);
}
.swiper-button-facility__pagination {
  height: 6rem;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .swiper-button-facility__pagination {
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button-facility .swiper-button-prev-facility,
  .swiper-button-facility .swiper-button-next-facility {
    width: 3.5rem;
    height: 3.5rem;
  }
}

/*---------- START list-blueprint ----------*/
.list-blueprint__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.list-blueprint__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bg-pink);
  width: 6rem;
  height: 4rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}
.list-blueprint__img {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .list-blueprint__item {
    gap: 4rem;
    margin-top: 6rem;
  }
  .list-blueprint__number {
    width: 10rem;
    height: 6rem;
    font-size: 3.1rem;
    border-radius: 1rem;
  }
  .list-blueprint__img {
    width: calc(100% - 14rem);
  }
}

/*---------- START style-table02 ----------*/
.style-table02 {
  width: 100%;
}
.style-table02 tr:first-child th {
  border-top: 3px solid #AFABA2;
}
.style-table02 tr:first-child td {
  border-top: 1px dashed #AFABA2;
}
.style-table02 th, .style-table02 td {
  width: 100%;
  vertical-align: middle;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .style-table02 th, .style-table02 td {
    padding: 1.5rem 5rem;
  }
  .style-table02 th {
    border-bottom: 3px solid #AFABA2;
    width: 27rem;
  }
  .style-table02 td {
    border-bottom: 1px dashed #AFABA2;
    width: calc(100% - 27rem);
  }
}
@media only screen and (max-width: 767px) {
  .style-table02 tr:last-child {
    border-bottom: 3px solid #AFABA2;
  }
  .style-table02 th, .style-table02 td {
    display: block;
  }
  .style-table02 th {
    border-top: 3px solid #AFABA2;
  }
  .style-table02 td {
    border-top: 1px dashed #AFABA2;
  }
}

/*---------- START access-map ----------*/
.access-map {
  width: 100%;
  border-radius: 1rem;
  height: 32rem;
  overflow: hidden;
  margin-top: 3rem;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}

/*---------- START list-box_white ----------*/
.list-box_white .box_white {
  background: #fff;
  border-radius: 2rem;
  padding: 2rem 1.2rem;
  margin-top: 3rem;
}
.list-box_white .box_white__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.list-box_white .box_white__ttl:after {
  position: absolute;
  content: "";
  width: 10rem;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#FFA3AD), to(#857255));
  background: linear-gradient(to left, #FFA3AD, #857255);
  bottom: 0;
  left: 0;
}
.list-box_white .box_white .sec-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-box_white .box_white .sec-infor .list-dl {
  width: 100%;
}
.list-box_white .box_white .sec-infor .list-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed rgba(75, 63, 44, 0.2);
}
.list-box_white .box_white .sec-infor .list-dl dl:first-child dt, .list-box_white .box_white .sec-infor .list-dl dl:first-child dd {
  padding-top: 0;
}
.list-box_white .box_white .sec-infor .list-dl dl:last-child {
  border-bottom: none;
}
.list-box_white .box_white .sec-infor .list-dl dl:last-child dt, .list-box_white .box_white .sec-infor .list-dl dl:last-child dd {
  padding-bottom: 0;
}
.list-box_white .box_white .sec-infor .list-dl dl dt, .list-box_white .box_white .sec-infor .list-dl dl dd {
  width: 50%;
  padding: 1rem 0;
  font-size: 1.6rem;
}
.list-box_white .box_white .sec-infor .list-dl dl dt {
  font-weight: bold;
}
.list-box_white .box_white .sec-infor .list-dl dl dd {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .list-box_white .box_white {
    padding: 4rem 6rem;
    margin-top: 6rem;
  }
  .list-box_white .box_white__ttl {
    font-size: 2.4rem;
    padding-bottom: 1.5rem;
    margin: 3rem 0;
  }
  .list-box_white .box_white .sec-infor .list-dl {
    width: 45%;
  }
  .list-box_white .box_white .sec-infor .list-dl dl dt, .list-box_white .box_white .sec-infor .list-dl dl dd {
    font-size: 1.8rem;
  }
}

/*---------- START list-box_white ----------*/
.box-brown {
  background: #F6E9E4;
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .box-brown {
    padding: 4rem;
    margin-top: 3rem;
  }
}

/*---------- START map-infor ----------*/
.map-infor {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.map-infor__map, .map-infor__infor {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .map-infor__map {
    width: 45.9%;
  }
  .map-infor__infor {
    width: 52%;
  }
}

/*---------- START style-table03 ----------*/
.style-table03 {
  width: 100%;
  margin-top: 1.5rem;
}
.style-table03 .bg-none {
  background: none !important;
  border: none !important;
}
.style-table03__tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.style-table03__th, .style-table03__td {
  text-align: center;
  line-height: 1.6;
  padding: 0.2rem 1rem;
}
.style-table03__th {
  width: 23rem;
}
.style-table03__td {
  width: 6.5rem;
}
.style-table03__head .style-table03__tr {
  gap: 2px;
}
.style-table03__head .style-table03__td {
  background: #C4C4C4;
  border: 1px solid #AFABA2;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.style-table03__body .style-table03__tr {
  gap: 0 2px;
}
.style-table03__body .style-table03__th {
  background: #fff;
  font-weight: normal;
  text-align: left;
  padding: 0.5rem 1rem;
}
.style-table03__body .style-table03__th, .style-table03__body .style-table03__td {
  border-top: 1px dashed rgba(75, 63, 44, 0.2);
}
.style-table03__body .style-table03__tr:last-child .style-table03__th, .style-table03__body .style-table03__tr:last-child .style-table03__td {
  border-bottom: 1px dashed rgba(75, 63, 44, 0.2);
}
@media only screen and (min-width: 768px) {
  .style-table03 {
    margin-top: 3rem;
  }
  .style-table03__thead .style-table03__th {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .style-table03 {
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .style-table03__head, .style-table03__body {
    display: block;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .style-table03 .style-table03__th {
    position: sticky;
    left: 0;
    z-index: 10;
    width: 16rem;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .style-table03 .style-table03__td {
    width: 5rem;
    font-size: 1.2rem;
  }
}