/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@-webkit-keyframes arrowLine {
  0% {
    top: -50px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 50px;
  }
}
@keyframes arrowLine {
  0% {
    top: -50px;
  }
  50% {
    top: 0;
  }
  100% {
    top: 50px;
  }
}
.fadeIn, .fadeInUp {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "EBGaramond";
  src: url("../fonts/EBGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ShipporiMincho";
  src: url("../fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  color: #333;
  font-family: "ShipporiMincho", "EBGaramond", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

* {
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a {
  cursor: pointer;
}

sup {
  font-size: 10px;
}

img {
  width: 100%;
}

.content-body {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 1024px) {
  .content-body {
    margin-bottom: 80px;
  }
}

.sort-wrap {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 1024px) {
  .sort-wrap {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
  }
}

.sort {
  color: #fff;
  background-color: #a78c5c;
  -webkit-box-shadow: 0.85px 0.85px 0.85px rgba(35, 24, 21, 0.3);
          box-shadow: 0.85px 0.85px 0.85px rgba(35, 24, 21, 0.3);
  text-align: center;
  padding: 10px 20px;
  border: none;
  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;
  line-height: 1;
  cursor: pointer;
}
@media print, screen and (min-width: 1024px) {
  .sort {
    font-size: 22px;
  }
}

.bnr {
  margin-top: 20px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .bnr {
    margin-top: 60px;
    max-width: 600px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .bnr:hover {
    opacity: 0.6;
  }
}

.plan-cap {
  font-size: 18px;
  line-height: 1.8;
  border: 1px solid #000;
  padding: 20px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .plan-cap {
    padding: 10px 20px;
    font-size: 13px;
    border-width: 0.5px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.plan-card {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .plan-card:hover {
    opacity: 0.8;
  }
}

.plan-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  row-gap: 30px;
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .plan-row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    row-gap: 20px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal.--active {
  opacity: 1;
  pointer-events: auto;
}

.modal__inner {
  max-width: 800px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .modal__inner {
    width: 90%;
  }
}

.modal__close {
  background: transparent;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .modal__close:hover {
    outline: none;
    background: #fff;
  }
  .modal__close:hover::before, .modal__close:hover::after {
    background: #b93d0c;
  }
}
.modal__close::before, .modal__close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #999;
}
.modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.plan-wrap.-hide {
  display: none;
}

.plan {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #fff;
}

.plan__info {
  padding-block: 20px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(89, 81, 72)), to(rgb(51, 31, 29)));
  background: linear-gradient(90deg, rgb(89, 81, 72) 0%, rgb(51, 31, 29) 100%);
  text-align: center;
  color: #fff;
}

.plan__type {
  font-size: 12px;
  margin-bottom: 10px;
}
.plan__type span {
  font-size: 18px;
}
@media print, screen and (min-width: 1024px) {
  .plan__type {
    font-size: 20px;
  }
  .plan__type span {
    font-size: 28px;
  }
}

.plan__detail {
  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;
}
.plan__detail span {
  font-size: 14px;
}
@media print, screen and (min-width: 1024px) {
  .plan__detail span {
    font-size: 20px;
  }
}
.plan__detail span:nth-of-type(1) {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.plan__detail span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #fff;
}
.plan__detail span small {
  font-size: 12px;
}

.plan__area {
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .plan__area {
    font-size: 14px;
  }
}

.plan__img {
  margin: 30px auto 0;
  width: 80%;
  max-width: 300px;
}

.plan__cap {
  margin-top: 30px;
  font-size: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.plan__cap strong {
  font-size: 113%;
  font-weight: bold;
}

.service {
  margin-top: 100px;
  max-width: 1090px;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 1023.9px) {
  .service {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.service__ttl {
  text-align: center;
  font-size: 28px;
}
@media print, screen and (max-width: 1023.9px) {
  .service__ttl {
    font-size: 22px;
  }
}

.service__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .service__list {
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px;
    margin-top: 30px;
    padding: 0 20px;
  }
}

@media print, screen and (min-width: 1024px) {
  .service__img {
    width: 60%;
    margin: 0 auto;
  }
}

.service__text {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .service__text {
    font-size: 10px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-top: 5px;
  }
}

.bnr-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgb(89, 81, 72)), to(rgb(51, 31, 29)));
  background: linear-gradient(90deg, rgb(89, 81, 72) 0%, rgb(51, 31, 29) 100%);
  display: none;
  z-index: 10000;
}
.bnr-modal.-active {
  display: block;
}

.bnr-modal__body {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  padding: 20px;
  overflow-y: scroll;
  max-width: 600px;
}
@media print, screen and (min-width: 1024px) {
  .bnr-modal__body {
    height: 95%;
  }
}

.bnr-modal__close {
  background: transparent;
  border: none;
  position: sticky;
  top: 0px;
  left: 100%;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (hover: hover) {
  .bnr-modal__close:hover {
    outline: none;
    background: #fff;
  }
  .bnr-modal__close:hover::before, .bnr-modal__close:hover::after {
    background: #b93d0c;
  }
}
.bnr-modal__close::before, .bnr-modal__close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  background: #999;
}
.bnr-modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bnr-modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bnr-modal__ttl-wrap {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 10px 1fr;
  grid-template-columns: 20% 1fr;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1024px) {
  .bnr-modal__ttl-wrap {
    gap: 30px;
    margin-bottom: 0;
  }
}

.bnr-modal__ttl {
  font-size: 16px;
}
@media print, screen and (min-width: 1024px) {
  .bnr-modal__ttl {
    font-size: 24px;
  }
}

.bnr-modal__text {
  font-size: 10px;
  line-height: 2;
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .bnr-modal__text {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 1024px) {
  .bnr-modal__img {
    width: 80%;
    margin-inline: auto;
  }
}