@charset "UTF-8";

/* top */
.bold {
  font-weight: bold;
}

.bg-gray-pc {
  background: #E6E6E5;
}

@media screen and (max-width: 767px) {
  .bg-gray-pc {
    background: #fff;
  }

  .bg-gray-sp {
    background: #E6E6E5;
  }
}

.merit-list {
  margin: 0 auto;
  padding: 40px 0 20px;
  width: calc(100% - 64px);
  max-width: 1400px;
}

.merit-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.merit-list-item li {
  align-items: center;
  background: #3E3A39;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  padding: 10px;
  text-align: center;
  width: 24%;
}

.merit-list-item li .note {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
}

.merit-list-item li .fz_s {
  font-size: 70%;
}

.merit-list-item li .fz_m {
  font-size: 125%;
}

.merit-list-item li .fz_l {
  font-size: 160%;
}

.info-item.left {
  /* margin-left: calc(158% / 14); */
  /* width: calc(656% / 14); */
}

.info-item.right {
  /* width: calc(768% / 14); */
}

.info-request-tel .tel a {
  color: #754C24;
}

.point-wrap .secondary-heading {
  color: #42210B;
}

.point-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 60px;
}

.point-item {
  background: #B0954F;
  background: linear-gradient(44deg, rgba(176, 149, 79, 1) 0%, rgba(203, 182, 130, 1) 13%, rgba(233, 219, 185, 1) 34%);
  position: relative;
  text-align: center;
  width: 25%;
}

.point-item:not(:nth-child(4n))::after,
.point-item:nth-child(-n+4)::after {
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.point-item:not(:nth-child(4n))::after {
  border-right: 3px dashed #fff;
}

.point-item:nth-child(-n+4)::after {
  border-bottom: 3px dashed #fff;
}

.point-item .img {
  margin: 10px auto 20px;
  width: calc(194% / 4);
}

.point-item .note {
  font-size: 2rem;
  line-height: 1.3;
}

.point-item .note .fz_l {
  font-size: 130%;
}

.ranking {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ranking-img {
  width: calc(800% / 18);
}

.ranking-text {
  width: calc(970% / 18);
}

.ranking-text .ttl {
  font-size: 3.5rem;
  line-height: 1.5;
}

.ranking-text .note {
  font-size: 1.8rem;
  margin: 90px auto 20px;
  width: calc(700% / 9.7);
}

.ranking-text .img {
  margin: 0 auto;
  width: calc(540% / 9.7);
}

.nagoya {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.nagoya01 {
  flex-direction: row-reverse;
  margin: 100px auto;
  max-width: 1400px;
}

.nagoya01 .nagoya-img {
  width: calc(500% / 14);
}

.nagoya02 .nagoya-img {
  width: calc(948% / 18);
}

.nagoya01 .nagoya-text {
  margin-left: calc(100% / 14);
  width: calc(700% / 14);
}

.nagoya02 .nagoya-text {
  width: calc(760% / 18);
}

.nagoya-text .ttl {
  font-size: 3.5rem;
  line-height: 1.5;
}

.nagoya .nagoya-text .note {
  font-size: 1.8rem;
}

.nagoya01 .nagoya-text .note {
  margin: 90px auto 0;
}

.nagoya02 .nagoya-text .note {
  margin: 90px auto 40px 0;
  width: calc(560% / 7.6);
}

.design-wide {
  margin: 160px auto 0;
}

.design-wide .note {
  margin: 50px auto;
}

.design .note {
  width: calc(895% / 14);
}

.design-wrap {
  overflow: hidden;
  padding: 400px 0 0;
  position: relative;
}

.design-wrap .text-svg {
  position: absolute;
  z-index: 2;
}

.design-wrap .text-svg.feeling {
  left: -10px;
  top: 200px;
  width: calc(454% / 18);
  max-width: 454px;
}

.design-wrap .text-svg.heart {
  bottom: 100px;
  right: -30px;
  width: calc(560% / 18);
  max-width: 560px;
}

.design-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1400px;
}

.design-flex li.left {
  width: calc(790% / 16);
}

.design-flex li.right {
  width: calc(785% / 16);
}

.design-flex li.wide {
  width: 100%;
}

.design-flex li .img-wrap {
  margin-bottom: 25px;
  position: relative;
}

.design-flex li .img-wrap .note {
  color: #fff;
  font-size: 3rem;
  position: absolute;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
  writing-mode: vertical-rl;
  z-index: 1;
  font-weight: bold;
}

.is-ios .design-flex li .img-wrap .note {
  /* text-orientation: upright; */
}

.design-flex li .img-wrap.img01 .note {
  right: 20px;
}

.design-flex li .img-wrap.img02 .note {
  bottom: 30%;
  right: 140px;
}

.design-flex li .img-wrap.img03 .note {
  bottom: 20px;
  right: 0;
  left: 0;
  width: fit-content;
  margin: 0 auto;
}

.design-flex li .img-wrap.img04 .note {
  right: 130px;
}

.design-flex li .img-wrap.img05 .note {
  right: calc(830% / 16);
}

.design .outro {
  margin: 80px auto 0;
  padding: 0 20px;
  width: auto;
  text-align: center;
  font-size: 32px;
}

.info-section02 .info-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.info-section02 .info-section-title {
  /* max-width: 300px; */
}

.info-section02 .info-wrap {
  display: block;
}

.info-section02 .info-item.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-section02 .info-item.flex .info-request {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  /* width: calc(760% / 13); */
  /* max-width: 760px; */
}

.info-section02 .info-item.flex .info-request-tel {
  padding: 10px;
  /* width: calc(500% / 13); */
  /* max-width: 500px; */
}

.info-section02 .info-request-tel .tel a {
  line-height: 1;
}

.intro .lead {
  color: #42210B;
  font-size: 3.6rem;
}

.intro .caption {
  color: #42210B;
  font-size: 2.4rem;
}

@media screen and (max-width: 1400px) {
  .info-item.left {
    margin-left: 0;
    /* width: 49%; */
  }

  .info-item.right {
    /* width: 49%; */
  }
}

@media screen and (max-width: 767px) {
  .merit-list-item {
    gap: 10px;
  }

  .merit-list-item li {
    font-size: 2rem;
    width: 100%;
  }

  .merit-list-item li .note {
    font-size: 1.4rem;
  }

  .intro .lead {
    font-size: 2rem;
  }
  .intro .caption {
    font-size: 1.5rem;
  }

  .intro .lead .fz_l {
    color: #231815;
    font-size: 235%;
  }

  .info-section .info-wrap {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .info-item.left,
  .info-item.right {
    width: 100%;
  }

  .info-item .lead {
    font-size: 2rem;
  }

  .info-request {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }

  .info-request-here {
    margin-bottom: 20px;
  }

  .info-request-copy {
    font-size: 1.4rem;
  }

  .info-section .info-wrap .tel {
    display: block;
  }

  .point-item {
    width: 50%;
  }

  .point-item:nth-child(4n)::after,
  .point-item:nth-child(n+4)::after {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .point-item:nth-child(n+4)::after {
    border-bottom: 3px dashed #fff;
  }

  .point-item:not(:nth-child(4n))::after {
    border-right: none;
  }

  .point-item:nth-child(odd)::after {
    border-right: 3px dashed #fff;
  }

  .point-item:nth-child(n+7)::after {
    border-bottom: none;
  }

  .point-item .img {
    margin: 10px auto 20px;
    width: calc(194% / 4);
  }

  .point-item .note {
    font-size: 1.2rem;
  }

  .ranking {
    flex-wrap: wrap;
  }

  .ranking-img,
  .ranking-text {
    width: 100%;
  }

  .ranking-text {
    padding: 0 20px;
  }

  .ranking-text .ttl {
    font-size: 2rem;
  }

  .ranking-text .note {
    font-size: 1.2rem;
    margin: 30px auto;
    width: 100%;
  }

  .ranking-text .img {
    width: 100%;
  }

  .nagoya {
    flex-wrap: wrap;
  }

  .nagoya01 {
    margin: 0;
    padding: 50px 0;
  }

  .nagoya01 .nagoya-img,
  .nagoya02 .nagoya-img {
    width: 100%;
  }

  .nagoya .nagoya-text {
    padding: 20px;
  }

  .nagoya01 .nagoya-text {
    margin-left: 0;
    width: 100%;
  }

  .nagoya02 .nagoya-text {
    width: 100%;
  }

  .nagoya-text .ttl {
    font-size: 2rem;
  }

  .nagoya .nagoya-text .note {
    font-size: 1.2rem;
    padding: 20px 0;
  }

  .nagoya01 .nagoya-text .note {
    margin: 0 auto;
  }

  .nagoya02 .nagoya-text .note {
    margin: 0 auto;
    width: 100%;
  }

  .design-wide {
    margin: 60px auto 0;
    padding-top: 50px;
  }

  .design-wide .note {
    margin: 30px auto;
    padding-inline: 16px;
  }

  .design .note {
    width: 100%;
  }

  .design-wrap {
    padding: 200px 0;
  }

  .design-wrap .text-svg.feeling {
    top: 100px;
  }

  .design-flex li.left,
  .design-flex li.right {
    width: 100%;
  }

  .design-flex li .img-wrap {
    margin-bottom: 0;
  }

  .design-flex li .img-wrap .note {
    font-size: 2rem;
  }

  .design-flex li .img-wrap.img01 .note {
    right: 50%;
    top: 30%;
  }

  .design-flex li .img-wrap.img02 .note {
    bottom: auto;
    right: 10%;
  }

  .design-flex li .img-wrap.img03 .note {
    bottom: auto;
    top: 10%;
    right: 10%;
    left: auto;
  }

  .design-flex li .img-wrap.img04 .note {
    bottom: 20%;
    right: 70%;
  }

  .design-flex li .img-wrap.img05 .note {
    bottom: 20%;
    right: 20%;
  }

  .design .outro {
    margin: 0 auto 80px;
    font-size: 20px;
  }

  .design-wrap .text-svg.heart {
    bottom: 50px;
    right: -10px;
  }

  .info-section02 .info-item.flex .info-request {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
  }

  .info-section02 .info-item.flex .info-request-tel {
    width: 100%;
    max-width: 100%;
  }

  .yakusho-head {
    padding: 0 16px;
  }

  .yakusho-box {
    width: auto;
    padding: 0 16px;
  }

  .yakusho-head .lead {
    font-size: 1.3rem;
  }

  .yakusho-box .lead {
    font-size: 1.3rem;
  }
}

/* top */