@charset "UTF-8";
html {
  font-size: 62.5%;
}

#keirou {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #3c3c3c;
}
#keirou * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#keirou img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#keirou sub {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: sub;
  position: relative;
  bottom: -0.1em;
}
#keirou sup {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: 1;
  vertical-align: super;
  position: relative;
  top: -0.1em;
}
#keirou .title {
  padding-bottom: 4rem;
}
#keirou .title h1 {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin: 0 1rem;
  padding-top: 5rem;
}
@media screen and (max-width: 500px) {
  #keirou .title h1 {
    font-size: 2rem;
  }
}
#keirou .title p {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 0 1rem;
  padding: 2rem 0 4rem;
}
#keirou .title > a img {
  width: 95%;
  margin-bottom: 2.5rem;
}
#keirou .list1 {
  margin-top: 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5rem;
}
#keirou .list1 li {
  width: 30%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 400px) {
  #keirou .list1 li {
    width: 45%;
  }
}
#keirou .index1 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #704039;
  color: #fff;
  margin: 0 0 2rem;
  padding: 1.6rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 500px) {
  #keirou .index1 {
    font-size: 1.6rem;
  }
}
#keirou .index2 {
  display: block;
  margin: 0 auto 1rem;
  text-align: center;
}
#keirou .index2 .slash {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #704039;
  margin: 0 auto;
  padding: 0 5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 500px) {
  #keirou .index2 .slash {
    font-size: 1.3rem;
  }
}
#keirou .index2 .slash::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 2rem;
  background: #704039;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#keirou .index2 .slash::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 2rem;
  background: #704039;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#keirou .index2 .underline {
  display: inline-block;
  width: 90%;
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  color: #704039;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 500px) {
  #keirou .index2 .underline {
    font-size: 2rem;
  }
}
#keirou .index2 .underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #704039;
  position: absolute;
  bottom: 0;
  left: 0;
}
#keirou .index3 {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#keirou .index3 span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #704039;
  margin: 0;
  padding: 0 5rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 500px) {
  #keirou .index3 span {
    font-size: 1.6rem;
  }
}
#keirou .index3 span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 2rem;
  background: #704039;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#keirou .index3 span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 2rem;
  background: #704039;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#keirou .index3 img {
  width: 40%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px) {
  #keirou .index3 img {
    width: 55%;
  }
}
#keirou .item {
  position: relative;
  margin: 0 auto;
  padding-bottom: 7rem;
  width: 90%;
}
#keirou .item h3 {
  margin: 1rem 0;
  padding-top: 1.5rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: left;
  word-break: break-word;
  overflow-wrap: anywhere;
  letter-spacing: 0.1em;
  color: #3c3c3c;
}
#keirou .item > p:nth-of-type(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin: 1rem 0;
}
#keirou .item > p:nth-of-type(1) span {
  font-size: 2.5rem;
}
#keirou .item > p:nth-of-type(2) {
  margin: 1rem 0 1.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  word-break: break-word;
  overflow-wrap: anywhere;
}
#keirou .item .item_button {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #704039;
  border-radius: 0.4rem;
}
@media screen and (max-width: 500px) {
  #keirou .item .item_button {
    font-size: 1.7rem;
  }
}
#keirou .item .item_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 1rem;
  color: #fff;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 500px) {
  #keirou .item .item_button a {
    font-size: 1.7rem;
  }
}
#keirou .review {
  margin: 3rem 0 0;
  padding: 2rem 3rem 3rem 3rem;
  border: 2px solid #dfbe63;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
@media screen and (max-width: 500px) {
  #keirou .review {
    padding: 2rem 3rem;
    gap: 2rem;
  }
}
#keirou .review span {
  width: 20%;
  margin-top: 2rem;
}
@media screen and (max-width: 500px) {
  #keirou .review span {
    width: 35%;
    margin: 1rem 0 0;
  }
}
#keirou .review div {
  width: 70%;
}
@media screen and (max-width: 768px) {
  #keirou .review div {
    width: 60%;
  }
}
@media screen and (max-width: 500px) {
  #keirou .review div {
    width: 100%;
  }
}
#keirou .review div h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1rem;
}
#keirou .review div h4::before {
  content: "★★★★★";
  display: block;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #dfbe63;
  margin: 1rem 0;
}
#keirou .review div p {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#keirou .misc_goods {
  margin: 4rem 0rem;
}
#keirou .misc_goods ul {
  margin: 2rem 0 0.7rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.7rem;
}
@media screen and (max-width: 768px) {
  #keirou .misc_goods ul {
    gap: 0 1.5rem;
  }
}
#keirou .misc_goods ul li {
  width: 30%;
  margin-bottom: 2.5rem;
}
#keirou .misc_goods div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3rem;
}
#keirou .misc_goods div a {
  width: 48%;
  margin-top: 3rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#keirou .misc_goods div a img {
  margin-bottom: 1rem;
}
#keirou .wrapping {
  margin: 3rem 0;
  padding: 1rem;
  text-align: center;
}
#keirou .wrapping img:nth-of-type(2) {
  width: 30%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #keirou .wrapping img:nth-of-type(2) {
    width: 60%;
    margin-bottom: 2rem;
  }
}
#keirou .wrapping h2 {
  margin: 2rem 0;
  color: #704039;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping h2 {
    font-size: 1.9rem;
  }
}
#keirou .wrapping p {
  color: #060505;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping p {
    font-size: 1.3rem;
  }
}
#keirou .wrapping p:nth-of-type(1) {
  text-align: center;
  text-decoration: underline;
}
#keirou .wrapping p:nth-of-type(1) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping p:nth-of-type(1) > span {
    font-size: 1.3rem;
  }
}
#keirou .wrapping p:nth-of-type(2) {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping p:nth-of-type(2) {
    padding: 0 1rem;
  }
}
#keirou .wrapping p:nth-of-type(2) > span {
  color: #e84c4c;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem auto;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping p:nth-of-type(2) > span {
    font-size: 1.3rem;
  }
}
#keirou .wrapping p:nth-of-type(3) {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping p:nth-of-type(3) {
    font-size: 1.3rem;
  }
}
#keirou .wrapping > img {
  display: block;
  margin: 2rem auto;
}
#keirou .wrapping > img:nth-of-type(1) {
  width: 100%;
}
#keirou .wrapping > img:nth-of-type(2) {
  width: 45%;
}
@media screen and (max-width: 500px) {
  #keirou .wrapping > img:nth-of-type(2) {
    width: 60%;
  }
}
#keirou .wrapping > img:nth-of-type(3) {
  width: 85%;
}
#keirou .wrapping > img:nth-of-type(4) {
  width: 100%;
}
#keirou .wrapping > img:nth-of-type(5) {
  width: 90%;
}
@media screen and (max-width: 768px) {
  #keirou .wrapping > div span {
    width: 95%;
  }
}
#keirou .calendar {
  background-color: #ffead8;
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}
#keirou .calendar h2 {
  margin: 3rem 2rem 0;
  color: #704039;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 500px) {
  #keirou .calendar h2 {
    font-size: 1.7rem;
  }
}
#keirou .calendar h2 strong {
  display: block;
  color: #704039;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  #keirou .calendar h2 strong {
    font-size: 2.1rem;
  }
}
#keirou .calendar p {
  margin: 3.25rem 2rem;
  text-align: center;
  color: #3c3c3c;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  #keirou .calendar p {
    font-size: 1.5rem;
  }
}
#keirou .calendar p strong {
  text-align: center;
  color: #e84c4c;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  #keirou .calendar p strong {
    font-size: 1.5rem;
  }
}
#keirou .calendar p span {
  display: inline-block;
}
#keirou .calendar > span {
  margin: 2.75rem auto 5rem;
  width: 90%;
  display: block;
}
#keirou .service {
  margin: 0;
  padding: 3rem;
  background-color: #fffce6;
}
#keirou .service h2 {
  width: 90%;
  max-width: 600px;
  margin: 2rem auto 0;
}
#keirou .service ul {
  margin: 4rem 0 0;
  padding: 0;
}
#keirou .service ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 500px) {
  #keirou .service ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;
  }
}
#keirou .service ul li::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  background: url("https://gigaplus.makeshop.jp/matrug/freepage/keirou/2026/images/gd045.png") no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #keirou .service ul li::before {
    width: 8rem;
    height: 8rem;
  }
}
#keirou .service ul li div {
  width: 85%;
}
@media screen and (max-width: 768px) {
  #keirou .service ul li div {
    width: 80%;
  }
}
#keirou .service ul li div h3 {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.22;
  margin-bottom: 1rem;
  color: #ff7700;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 500px) {
  #keirou .service ul li div h3 {
    font-size: 2rem;
  }
}
#keirou .service ul li div p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #3b3c3c;
}
#keirou .service ul li div p strong {
  font-weight: 500;
  color: #ff1b45;
}
#keirou .column {
  margin: 5rem 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#keirou .column h2 {
  text-align: center;
  margin: 0 2rem;
  width: 100%;
}
#keirou .column h2 p {
  display: inline-block;
  position: relative;
  color: #704039;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0.3rem 5rem;
}
@media screen and (max-width: 768px) {
  #keirou .column h2 p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #keirou .column h2 p {
    font-size: 1.6rem;
  }
}
#keirou .column h2 p::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #704039;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#keirou .column h2 p::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #704039;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#keirou .column h2 strong {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  color: #704039;
  font-size: 3rem;
  font-weight: bold;
  padding: 0 7rem 0.5rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #keirou .column h2 strong {
    font-size: 2.6rem;
    padding: 0 3.5rem 0.5rem;
  }
}
@media screen and (max-width: 500px) {
  #keirou .column h2 strong {
    font-size: 2.2rem;
  }
}
#keirou .column h2 strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #704039;
}
#keirou .column h2 span {
  display: inline-block;
  font-size: unset;
  margin-left: unset;
}
#keirou .column a {
  width: 85%;
  margin: 3rem 0 1rem;
  color: #1473e6;
  text-decoration: underline;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  #keirou .column a {
    width: 90%;
    margin: 3.5rem 0 1rem;
    font-size: 1.3rem;
  }
}
#keirou .column a img {
  margin-bottom: 1.5rem;
}